/*
Theme Name: Fizpi Zen
Theme URI: https://fizpi.com
Author: Fizpi Elite Architect
Description: Ultra-minimalist, flawless HealthTech UI. Powered by Fizpi Pro.
Version: 2.0.0
Text Domain: fizpi-zen
*/

:root {
    --fz-navy: #002B36;
    --fz-teal: #016E7D;
    --fz-cyan: #2BC4C3;
    --fz-gradient: linear-gradient(135deg, var(--fz-navy) 0%, var(--fz-teal) 50%, var(--fz-cyan) 100%);
    --zen-bg: #FFFFFF;
    --zen-soft: #F9FAFB;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--fz-navy);
    background: var(--zen-bg);
    margin: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.zen-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Professional Headers */
.zen-header {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 43, 54, 0.05);
}

.zen-logo {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -2px;
    text-decoration: none;
    background: var(--fz-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Zen Buttons Overrides */
.fz-btn-pro {
    /* Eklentiden gelen butonları tema içinde daha "Zen" hale getirelim if needed */
    box-shadow: 0 10px 30px rgba(43, 196, 195, 0.2) !important;
}

/* Minimalist Sections */
.zen-section {
    padding: 100px 0;
}

footer {
    padding: 60px 0;
    background: var(--zen-soft);
    border-top: 1px solid rgba(0, 43, 54, 0.03);
    text-align: center;
    font-size: 13px;
    color: #999;
}
