/* ====== RESET & BASE ====== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ================================================================
   EDITORIAL MYSTIQUE — beyaz kremsi arka plan, rafine tipografi
   Tüm dekoratif "tarot template" süslerini kapatır.
   ================================================================ */

/* --- Süsleri ve kozmik katmanları kapat --- */
.nebula,
.starfield,
.shooting-star,
#starCanvas,
.hero-aurora,
.hero-sparkles,
.floating-symbols,
.mandala,
.hero-divider,
.hero-ornament,
.matrix-aura,
.matrix-sacred-bg,
.matrix-dust,
.intro-loader,
.section-divider::before,
.section-divider::after {
    display: none !important;
}

/* --- Section divider: sadece ince hairline --- */
.section-divider {
    height: 1px;
    width: 80px;
    margin: 5rem auto;
    background: rgba(26, 24, 20, 0.18);
    border: none;
    display: block;
}

/* --- HERO: editorial, sola hizalı, italic serif --- */
.header {
    text-align: left;
    min-height: auto;
    padding: clamp(6rem, 14vh, 10rem) clamp(1.5rem, 6vw, 6rem) clamp(4rem, 10vh, 7rem);
    overflow: visible;
    display: block;
    background: transparent;
}
.header::before { display: none !important; }

.hero-content {
    max-width: 1040px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 !important;
    margin-bottom: 2.5rem !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--gold-bright) !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.32em !important;
    text-transform: uppercase;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    overflow: visible !important;
}
.hero-eyebrow::before { display: none !important; }
.hero-eyebrow svg { display: none; }
.hero-eyebrow .eyebrow-text::before {
    content: '—';
    display: inline-block;
    margin-right: 14px;
    color: var(--gold-bright);
}

.hero-title-row {
    display: block !important;
    gap: 0 !important;
    margin: 0 !important;
}
.hero-title-row h1,
.header h1 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 300 !important;
    font-style: italic !important;
    font-size: clamp(3rem, 8vw, 6.25rem) !important;
    letter-spacing: -0.025em !important;
    line-height: 0.98 !important;
    text-transform: none !important;
    color: var(--text-primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    text-shadow: none !important;
    margin: 0 !important;
    max-width: 14ch;
    font-variation-settings: "opsz" 120, "SOFT" 50;
}
/* letter-reveal animasyonunu nötrle — editorial'da tüm başlık birlikte gelsin */
.hero-title-row h1 span,
.header h1 span {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    display: inline !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    color: var(--text-primary) !important;
}
/* H1 filter/drop-shadow kapali — editorial'da glow yok */
.hero-title-row h1,
.header h1 {
    filter: none !important;
    animation: none !important;
}

.subtitle {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: clamp(1.1rem, 1.6vw, 1.4rem) !important;
    color: var(--text-secondary) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.55 !important;
    margin: 2rem 0 0 !important;
    max-width: 52ch;
    background: none !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
}

/* --- Section başlıkları: editorial italic serif --- */
.section-title,
h2.section-title,
section h2 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: clamp(2rem, 3.8vw, 3.25rem) !important;
    letter-spacing: -0.02em !important;
    color: var(--text-primary) !important;
    text-transform: none !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    line-height: 1.05 !important;
    margin-bottom: 1rem !important;
    font-variation-settings: "opsz" 96;
}
.section-desc,
.section-description {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    color: var(--text-secondary) !important;
    font-size: 1.1rem !important;
    letter-spacing: 0 !important;
}

/* --- Kartlar: hairline, düz beyaz yüzey, keskin köşe --- */
.pricing-card,
.feature-card,
.howitworks-step,
.result-card,
.input-card,
.why-card,
.faq-card,
.step-card {
    background: var(--bg-card) !important;
    border: 1px solid rgba(26, 24, 20, 0.09) !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 2px rgba(26, 24, 20, 0.03) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: var(--text-primary) !important;
}
.pricing-card::before,
.pricing-card::after,
.result-card::before,
.result-card::after,
.feature-card::before,
.feature-card::after {
    display: none !important;
}
.pricing-card:hover,
.feature-card:hover,
.howitworks-step:hover,
.result-card:hover {
    border-color: rgba(26, 24, 20, 0.25) !important;
    box-shadow: 0 8px 24px rgba(26, 24, 20, 0.06) !important;
    transform: translateY(-2px) !important;
}
.pricing-card.pricing-professional {
    border: 1px solid var(--text-primary) !important;
    box-shadow: 0 12px 32px rgba(26, 24, 20, 0.08) !important;
}

/* --- Ana buton: mürekkep-siyahı, keskin köşe --- */
#calcBtn,
.btn-primary,
.login-modal-btn-primary,
.download-btn,
button.cta-btn {
    background: var(--rose-deep) !important;
    background-image: none !important;
    border: 1px solid var(--text-primary) !important;
    color: #FBEEE9 !important;
    border-radius: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.32em !important;
    text-transform: uppercase !important;
    padding: 1.05rem 2.75rem !important;
    transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.45s ease, box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-shadow: none !important;
}
#calcBtn::after,
.btn-primary::after { display: none !important; }
#calcBtn:hover,
.btn-primary:hover,
.login-modal-btn-primary:hover,
.download-btn:hover {
    background: var(--gold-bright) !important;
    border-color: var(--gold-bright) !important;
    color: #FBEEE9 !important;
    /* letter-spacing DEĞİŞMİYOR — titremeyi engellemek için sabit (0.32em).
       Yumuşak his: GPU-dostu hafif kalkış + roz altın ışıma (reflow yok). */
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 26px rgba(139, 79, 85, 0.22), 0 0 22px rgba(194, 144, 107, 0.28) !important;
}

/* İkincil buton: outline */
.login-modal-btn-secondary,
.btn-secondary {
    background: transparent !important;
    border: 1px solid var(--text-primary) !important;
    color: var(--text-primary) !important;
    border-radius: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
}
.login-modal-btn-secondary:hover,
.btn-secondary:hover {
    background: var(--rose-deep) !important;
    color: #FBEEE9 !important;
}

/* --- Input: hairline underline (floating-label korumalı) --- */
.input-field input,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(26, 24, 20, 0.22) !important;
    border-radius: 0 !important;
    color: var(--text-primary) !important;
    box-shadow: none !important;
    padding: 22px 4px 10px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: border-color 0.3s ease !important;
}
.input-field input:focus,
input:focus,
textarea:focus,
select:focus {
    border: none !important;
    border-bottom: 1px solid var(--gold-bright) !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}
.input-field input:focus::placeholder {
    color: var(--text-muted) !important;
    opacity: 0.6 !important;
    font-style: italic !important;
}

/* Floating label — editorial */
.input-field label {
    left: 4px !important;
    color: var(--text-muted) !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: none !important;
    font-size: 1.05rem !important;
    background: transparent !important;
    padding: 0 !important;
}
.input-field input:focus + label,
.input-field input:not(:placeholder-shown) + label {
    top: 4px !important;
    transform: translateY(0) scale(0.78) !important;
    color: var(--gold-bright) !important;
    letter-spacing: 0.1em !important;
    background: transparent !important;
    text-transform: uppercase !important;
}

/* Input-card iç label'ler */
.input-card-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    color: var(--text-primary) !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    font-size: 1.6rem !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    margin-bottom: 2rem !important;
    display: block !important;
}
.input-hint,
.input-hint-sub {
    color: var(--text-muted) !important;
    font-style: italic !important;
    font-family: 'Cormorant Garamond', serif !important;
}

/* (Eski .auth-widget { background: rose-deep !important; } koyu bordo kuralı
   KALDIRILDI — krem editorial tema ile çelişiyordu, kullanıcı şikayeti gerçek.
   Şimdi line 5011+ deki transparent + cream style kullanılır.) */

/* --- Footer --- */
.footer,
footer {
    background: var(--bg-elevated) !important;
    color: var(--text-secondary) !important;
    border-top: 1px solid rgba(26, 24, 20, 0.08) !important;
}
.footer a { color: var(--text-primary) !important; }
.footer h4 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    color: var(--text-primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

/* --- Pricing kart başlıkları --- */
.pricing-plan-name {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    color: var(--text-primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.pricing-price,
.pricing-amount,
.pricing-quota-num {
    color: var(--text-primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}
.pricing-popular-badge {
    background: var(--rose-deep) !important;
    color: #FBEEE9 !important;
    border: none !important;
    box-shadow: none !important;
    letter-spacing: 0.28em !important;
    font-family: 'Cormorant Garamond', serif !important;
    text-transform: uppercase !important;
}

/* --- Modal --- */
.modal-overlay,
.login-modal-overlay {
    background: rgba(26, 24, 20, 0.45) !important;
    backdrop-filter: blur(4px) !important;
}
.modal,
.login-modal {
    background: var(--bg-surface) !important;
    border: 1px solid rgba(26, 24, 20, 0.1) !important;
    border-radius: 0 !important;
    color: var(--text-primary) !important;
    box-shadow: 0 24px 60px rgba(26, 24, 20, 0.15) !important;
}
.login-modal-title,
.modal h2, .modal h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    color: var(--text-primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
}

/* --- Başlıklar için gradient-text iptali --- */
.gradient-gold-text,
.gradient-text {
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    color: var(--text-primary) !important;
}

/* --- Scrollbar: ince koyu --- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-elevated); }
::-webkit-scrollbar-thumb {
    background: var(--text-muted);
    border-radius: 0;
}

/* --- Animasyon hızlarını editorial modu için yavaşlat/sadeleştir --- */
@keyframes cosmicShift { 0%, 100% { opacity: 1; } }
@keyframes auraBreath { 0%, 100% { opacity: 0; } }
@keyframes nebulaDrift { 0%, 100% { opacity: 0; } }
@keyframes twinkle { 0%, 100% { opacity: 0; } }

/* --- Kart/bölüm içi metinleri charcoal/ink'e zorla --- */
.howto-step,
.howto-step p,
.howto-step h3,
.howto-grid p,
.why-card,
.why-card p,
.why-card h3,
.feature-card,
.feature-card p,
.feature-card h3,
.pricing-features,
.pricing-features li,
.pricing-plan-tagline,
.pricing-period,
.pricing-per-unit,
.pricing-quota-label,
.pricing-currency,
.pricing-desc,
.pricing-eyebrow,
.pricing-card p,
.pricing-card li,
.section-desc,
.age-periods,
.result-card,
.result-card p,
.result-card h3,
.results-section p,
.footer p,
.footer li,
.footer a,
.footer h4,
.login-modal-text,
.login-modal-hint,
.login-modal p,
.modal p,
.modal h3 {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    background: none !important;
}
.howto-step p,
.why-card p,
.feature-card p,
.pricing-desc,
.section-desc,
.login-modal-text,
.login-modal-hint,
.footer p,
.footer li,
.pricing-plan-tagline,
.pricing-period,
.pricing-per-unit,
.pricing-features li {
    color: var(--text-secondary) !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
}
.input-hint,
.input-hint-sub,
.login-modal-hint,
.chart-disclaimer,
.pricing-per-unit-savings {
    color: var(--text-muted) !important;
    -webkit-text-fill-color: var(--text-muted) !important;
}

/* Alt başlıklar: editorial italic serif */
.howto-step h3,
.why-card h3,
.feature-card h3,
.result-group h3,
.pricing-plan-name,
.footer h4 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    font-size: 1.4rem !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

/* Howto numbered glyphs (01, 02, 03) */
.howto-step::before {
    color: rgba(154, 123, 40, 0.2) !important;
    -webkit-text-fill-color: rgba(154, 123, 40, 0.2) !important;
}
.howto-step:hover::before {
    color: rgba(154, 123, 40, 0.4) !important;
    -webkit-text-fill-color: rgba(154, 123, 40, 0.4) !important;
}
.howto-step:not(:last-child)::after {
    background: rgba(26, 24, 20, 0.15) !important;
}

/* Pricing checklist çentik/simge */
.pricing-features li::before {
    color: var(--gold-bright) !important;
    -webkit-text-fill-color: var(--gold-bright) !important;
}

/* Age periods, result cards */
.age-period,
.age-period-label,
.age-period-value {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

/* Info cards (profession-card, kimler-icin, etc.) + CTA blocks */
.info-card,
.info-card p,
.info-card h3,
.info-card li,
.profession-card,
.profession-card p,
.cta-desc,
.cta-block p,
.kimler-icin p,
.kimler-icin h3,
.section p,
section p,
section li {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}
.info-card p,
.profession-card p,
.cta-desc,
section p:not(.section-title):not(.hero-title) {
    color: var(--text-secondary) !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
}
.info-card h3,
.profession-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
}

/* Catch-all: cream/pink hex'lerine hardcoded ne varsa override */
[style*="color: #F5E6E9"],
[style*="color: #E0CDD2"],
[style*="color: #F0D99C"] {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

/* CTA Banner (Hemen Deneyin): editorial'e al */
.cta-banner {
    background: var(--bg-elevated) !important;
    border: 1px solid rgba(26, 24, 20, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 2px rgba(26, 24, 20, 0.03) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.cta-banner::before,
.cta-banner::after { display: none !important; }
.cta-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: clamp(2rem, 3.8vw, 3rem) !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    color: var(--text-primary) !important;
    filter: none !important;
    animation: none !important;
}
.cta-block p,
.cta-banner p,
.cta-desc {
    color: var(--text-secondary) !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
}

/* Eyebrow color (various sections) */
.pricing-eyebrow {
    color: var(--gold-bright) !important;
    -webkit-text-fill-color: var(--gold-bright) !important;
    font-family: 'Cormorant Garamond', serif !important;
    letter-spacing: 0.32em !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
}
.pricing-eyebrow-line {
    background: rgba(154, 123, 40, 0.35) !important;
}

/* ================================================================
   EDITORIAL v2 — 17-item refinement pass
   ================================================================ */

/* [1] Pricing CTA butonları — yeşil + altın karışıklığını kaldır */
.pricing-btn,
.pricing-btn-primary,
.pricing-btn-secondary {
    background: transparent !important;
    background-image: none !important;
    border: 1px solid var(--text-primary) !important;
    color: var(--text-primary) !important;
    border-radius: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.32em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    text-decoration: none !important;
    padding: 1.05rem 1.75rem !important;
    transition: background 0.4s ease, color 0.4s ease, letter-spacing 0.4s ease !important;
}
.pricing-btn-primary {
    background: var(--rose-deep) !important;
    color: #FBEEE9 !important;
}
.pricing-btn-primary:hover {
    background: var(--gold-bright) !important;
    border-color: var(--gold-bright) !important;
    color: #FBEEE9 !important;
    transform: none !important;
    box-shadow: none !important;
    letter-spacing: 0.36em !important;
}
.pricing-btn-secondary:hover {
    background: var(--rose-deep) !important;
    color: #FBEEE9 !important;
    border-color: var(--text-primary) !important;
    box-shadow: none !important;
    letter-spacing: 0.36em !important;
}
.pricing-btn-primary::after,
.pricing-btn-secondary::after { display: none !important; }
.pricing-btn svg,
.pricing-btn-icon {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* Pricing contact strip — altın link → ink underline */
.pricing-contact-strip a {
    color: var(--text-primary) !important;
    border-bottom: 1px solid rgba(26, 24, 20, 0.4) !important;
    font-weight: 500 !important;
}
.pricing-contact-strip a:hover {
    color: var(--gold-bright) !important;
    border-bottom-color: var(--gold-bright) !important;
}
.pricing-contact-note strong {
    color: var(--text-primary) !important;
    font-weight: 600 !important;
}

/* [2] IM Fell English'i tamamen Fraunces ile değiştir */
.pricing-currency,
.pricing-amount,
.pricing-quota-num,
.stat-number,
.stat-infinity,
.age-period-value,
.age-period-label,
[class*="quota"],
[class*="amount"] {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variation-settings: "opsz" 120 !important;
    letter-spacing: -0.02em !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    background: none !important;
    filter: none !important;
    font-feature-settings: "lnum" !important;
}
.pricing-currency { font-weight: 300 !important; margin-right: 4px !important; }
.pricing-amount { font-weight: 400 !important; }

/* [3] Hero sola hizala + eyebrow güçlendir + visual anchor */
.header {
    text-align: left !important;
    max-width: 1280px;
    margin: 0 auto;
}
.hero-content {
    text-align: left !important;
    padding-left: clamp(1rem, 4vw, 4rem) !important;
}
.hero-title-row {
    justify-content: flex-start !important;
}
.header h1,
.hero-title-row h1 {
    max-width: 15ch !important;
    text-align: left !important;
}
.header .subtitle,
.subtitle {
    text-align: left !important;
    margin-left: 0 !important;
}
.hero-eyebrow {
    color: var(--gold-bright) !important;
    -webkit-text-fill-color: var(--gold-bright) !important;
    font-weight: 600 !important;
    letter-spacing: 0.42em !important;
    font-size: 0.72rem !important;
    opacity: 1 !important;
}
.hero-eyebrow .eyebrow-text {
    color: var(--gold-bright) !important;
}
/* Hero visual anchor — sol dikey altın dash line */
.hero-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: 48px;
    background: var(--gold-bright);
    opacity: 1;
}
/* Hero N° small numeral anchor */
.hero-content::after {
    content: 'N° 01 — Gizemli Karma';
    position: absolute;
    left: clamp(1rem, 4vw, 4rem);
    top: calc(100% + 8px);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--text-muted);
    opacity: 0;
    pointer-events: none;
}

/* [4] Form card kenarını güçlendir — sol altın dikey aksan */
.input-card {
    border: 1px solid rgba(26, 24, 20, 0.14) !important;
    border-left: 3px solid var(--gold-bright) !important;
    padding: clamp(2.5rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3.5rem) !important;
    box-shadow: 0 1px 3px rgba(26, 24, 20, 0.04), 0 12px 40px rgba(26, 24, 20, 0.04) !important;
}

/* [5] Howto kartlarında icon kaldır, numeral'ı editorial'e al */
.howto-step .howto-icon,
.howto-step > svg:first-child,
.feature-card .info-icon,
.feature-card > svg:first-child,
.profession-card .info-icon {
    display: none !important;
}
.howto-step {
    padding: 48px 36px 40px !important;
    position: relative !important;
}
.howto-step::before {
    position: absolute !important;
    top: 28px !important;
    left: 36px !important;
    right: auto !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: 1rem !important;
    letter-spacing: 0.3em !important;
    color: var(--gold-bright) !important;
    -webkit-text-fill-color: var(--gold-bright) !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
    content: 'N° ' attr(data-step) !important;
}
.howto-step h3 {
    margin-top: 2.5rem !important;
    font-size: 1.6rem !important;
}

/* [6] Feature grid → tek sütunlu numaralı editorial liste */
.features-grid {
    grid-template-columns: 1fr !important;
    max-width: 820px !important;
    gap: 0 !important;
    counter-reset: feat !important;
}
.feature-card {
    background: transparent !important;
    border: none !important;
    border-top: 1px solid rgba(26, 24, 20, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 2.5rem 0 2.5rem 5rem !important;
    position: relative !important;
    counter-increment: feat !important;
    transition: padding 0.4s ease !important;
}
.feature-card:last-child {
    border-bottom: 1px solid rgba(26, 24, 20, 0.1) !important;
}
.feature-card::before {
    content: counter(feat, decimal-leading-zero) !important;
    position: absolute !important;
    left: 0 !important;
    top: 2.5rem !important;
    display: block !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: 1.1rem !important;
    color: var(--gold-bright) !important;
    -webkit-text-fill-color: var(--gold-bright) !important;
    letter-spacing: 0.1em !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
.feature-card:hover {
    padding-left: 5.5rem !important;
    border-top-color: rgba(26, 24, 20, 0.3) !important;
    box-shadow: none !important;
    transform: none !important;
}
.feature-card h3 {
    margin-bottom: 0.5rem !important;
    font-size: 1.6rem !important;
}
.feature-card p {
    max-width: 56ch !important;
    line-height: 1.65 !important;
}

/* [7] Kimler İçin 5'li grid — düzgün 5-sütun */
.professions-grid {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 0 !important;
    max-width: 1320px !important;
}
.profession-card {
    grid-column: auto !important;
    background: transparent !important;
    border: none !important;
    border-right: 1px solid rgba(26, 24, 20, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 2rem 1.75rem !important;
}
.profession-card:last-child { border-right: none !important; }
.profession-card:nth-child(4),
.profession-card:nth-child(5) { grid-column: auto !important; }
.profession-card:hover {
    background: rgba(154, 123, 40, 0.04) !important;
    transform: none !important;
    box-shadow: none !important;
}
.profession-card h3 {
    font-size: 1.3rem !important;
    margin-bottom: 1rem !important;
}
.profession-card p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
}
@media (max-width: 1100px) {
    .professions-grid { grid-template-columns: repeat(3, 1fr) !important; }
    .profession-card:nth-child(3) { border-right: none !important; }
}
@media (max-width: 720px) {
    .professions-grid { grid-template-columns: 1fr !important; }
    .profession-card {
        border-right: none !important;
        border-bottom: 1px solid rgba(26, 24, 20, 0.1) !important;
    }
}

/* [8] Stats etiketleri — güçlendir */
.stats-bar::before,
.stats-bar::after {
    background: rgba(26, 24, 20, 0.14) !important;
}
.stat-item::after {
    background: rgba(26, 24, 20, 0.12) !important;
}
.stat-number {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    letter-spacing: -0.02em !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    background: none !important;
    filter: none !important;
    font-variation-settings: "opsz" 144 !important;
    font-size: 3.8rem !important;
}
.stat-label {
    color: var(--text-secondary) !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

/* [9] Subtle scroll fade animation */
@media (prefers-reduced-motion: no-preference) {
    .reveal {
        opacity: 0;
        transform: translateY(24px);
        transition:
            opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
            transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .reveal.in-view {
        opacity: 1;
        transform: translateY(0);
    }
}

/* [10] Scroll progress bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    z-index: 9999;
    pointer-events: none;
}
.scroll-progress::after {
    content: '';
    display: block;
    height: 100%;
    width: var(--progress, 0%);
    background: var(--gold-bright);
    transition: width 0.1s linear;
}

/* [11] Üst editorial nav bar — Cormorant Garamond, refined small caps tracking */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px clamp(1.75rem, 4vw, 3.5rem);
    background: rgba(227, 190, 180, 0.82);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    border-bottom: 1px solid rgba(26, 24, 20, 0.06);
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 500;
}
.top-bar-brand {
    color: var(--text-primary);
    text-decoration: none;
    font-family: 'Cinzel Decorative', serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    transition: color 0.4s ease, letter-spacing 0.4s ease;
}
.top-bar-brand:hover {
    color: var(--gold-bright);
    letter-spacing: 0.22em;
}
.top-bar-brand em {
    font-style: italic;
    color: var(--gold-bright);
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.7em;
    margin-right: 16px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 0.9;
    transform: translateY(2px);
}
.top-bar-link {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.34em;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: color 0.4s ease, letter-spacing 0.4s ease;
}
.top-bar-link::after {
    content: '→';
    font-size: 1em;
    transition: transform 0.3s ease;
}
.top-bar-link:hover {
    color: var(--gold-bright);
    letter-spacing: 0.32em;
}
.top-bar-link:hover::after {
    transform: translateX(4px);
}
/* (Eski .auth-widget { display: none } kuralı kaldırıldı — şimdi top-bar yerine
   auth-widget kullanılıyor, görünür olmalı) */

/* Üst bar yüzünden header padding-top ayarı */
.header { padding-top: clamp(8rem, 16vh, 12rem) !important; }

/* [12] Hemen Deneyin CTA banner — sol altın aksan + farklı ton */
.cta-banner {
    background: #E3C0B2 !important;
    border: none !important;
    border-left: 3px solid var(--gold-bright) !important;
    padding: 4rem clamp(2rem, 6vw, 5rem) !important;
    text-align: left !important;
}
.cta-banner .cta-title {
    text-align: left !important;
    max-width: 20ch !important;
}
.cta-banner p {
    text-align: left !important;
    max-width: 54ch !important;
}

/* [13] Footer brand başlığındaki altın gradient artığı */
.footer-brand-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: 1.5rem !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    color: var(--text-primary) !important;
    filter: none !important;
}
.footer-brand-sub {
    color: var(--text-secondary) !important;
    letter-spacing: 0.28em !important;
    font-weight: 400 !important;
}

/* Footer h4 altın → ink italic */
.footer-col h4,
.footer h4 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    background: none !important;
    padding-bottom: 0.75rem !important;
    border-bottom: 1px solid var(--gold-bright) !important;
    display: inline-block !important;
    margin-bottom: 1.5rem !important;
}

/* Section başlıkları için küçük ornament ("N° XX" eyebrow above title) */
.section-title + .section-desc,
.section-desc {
    max-width: 52ch !important;
    margin: 0 auto !important;
}

/* is-loading katmanini nötrle (intro-loader artik gizli) */
body.is-loading > *:not(.intro-loader) { opacity: 1 !important; }

/* GSAP ScrollTrigger'ın inline opacity:0'larını kır — editorial'de statik görünüm */
.input-section, .info-section, .features-section, .professions-section,
.stats-bar, .cta-banner-section, .cta-banner,
.info-card, .feature-card, .profession-card, .result-card,
.birthchart-section, .matrix-section, .results-section,
.how-it-works-section, .howto-section, .howto-step {
    opacity: 1 !important;
}

/* Info-card icons da kapat (Sistem Hakkinda bölümü) */
.info-section .info-card .info-icon,
.info-card > svg:first-child {
    display: none !important;
}

/* ================ /EDITORIAL v2 ================ */


:root {
    /* Arka plan — gül kurusu blush (Editorial Mystique v3 — gül kurusu) */
    --bg-deep:        #D2A597;
    --bg-base:        #E0B8AD;
    --bg-surface:     #FFFFFF;
    --bg-elevated:    #DAB1A6;

    /* Metalik aksan — roz altın (rose gold) */
    --gold-bright:    #C2906B;
    --gold-muted:     #A2754F;
    --gold-glow:      rgba(194, 144, 107, 0.12);

    /* Gül kurusu accent — dusty rose & koyu kuru gül */
    --amethyst:       #9B5C61;
    --amethyst-glow:  rgba(155, 92, 97, 0.10);
    --crimson:        #9B5C61;
    --celestial:      #6E5752;
    --rose-deep:      #8B4F55;   /* derin kuru gül — CTA/buton/rozet dolgusu */

    /* Metin — sıcak gül-antrasit */
    --text-primary:   #2B1F1D;
    --text-secondary: #6E5752;
    --text-muted:     #A2897F;

    /* Kenarlık — gül kurusu hairline */
    --border-gold:    rgba(150, 95, 88, 0.20);
    --border-subtle:  rgba(150, 95, 88, 0.10);

    /* Legacy aliases for JS references */
    --bg-cosmos:      #E0B8AD;
    --accent-gold:    #C2906B;
    --accent-warm:    #A2754F;
    --accent-rose:    #C08A86;
    --accent-cyan:    #6E5752;
    --accent-violet:  #9B5C61;
    --violet-deep:    #7A4348;
    --violet-glow:    rgba(155, 92, 97, 0.10);
    --cyan-glow:      rgba(110, 87, 82, 0.06);
    --rose-glow:      rgba(192, 138, 134, 0.14);
    --text:           #2B1F1D;
    --text-soft:      #6E5752;
    --text-dim:       #A2897F;
    --bg-card:        #FFFFFF;
    --bg-glass:       rgba(255, 250, 248, 0.75);
    --glass-blur:     blur(8px);
    --glass-border:   1px solid var(--border-gold);
}

/* scroll-behavior: smooth removed - causes scroll-back issues on mobile */

html {
    /* clip yerine hidden — sticky child'ı bozmaz */
    overflow-x: clip;
}
body {
    font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
    font-weight: 400;
    background: var(--bg-deep);
    color: var(--text-primary);
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: clip; /* sticky pin için */
    position: relative;
    font-feature-settings: "liga", "dlig", "ss01";
}

/* Editorial: no cosmic gradient, no noise */
body::before, body::after { display: none; }

@keyframes cosmicShift {
    0%   { opacity: 0.8; transform: scale(1) rotate(0deg); }
    50%  { opacity: 1; transform: scale(1.05) rotate(0.5deg); }
    100% { opacity: 0.9; transform: scale(1.02) rotate(-0.5deg); }
}

/* Custom Scrollbar — gold gradient */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--gold-muted), var(--gold-bright), var(--gold-muted));
    border-radius: 2px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ====== STARFIELD (CSS-only) ====== */
.starfield {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.star {
    position: absolute;
    border-radius: 50%;
    background: var(--text-primary);
    animation: twinkle var(--dur) ease-in-out infinite alternate;
}
@keyframes twinkle {
    0%   { opacity: var(--o1); transform: scale(1); }
    100% { opacity: var(--o2); transform: scale(var(--s)); }
}

/* Shooting stars */
.shooting-star {
    position: absolute;
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, rgba(212,175,55,0.7), transparent);
    animation: shoot var(--dur) var(--delay) ease-in infinite;
    opacity: 0;
    transform-origin: left;
}
@keyframes shoot {
    0%   { transform: translateX(0) translateY(0) rotate(var(--angle)); opacity: 0; }
    2%   { opacity: 1; }
    8%   { transform: translateX(300px) translateY(150px) rotate(var(--angle)); opacity: 0; }
    100% { opacity: 0; }
}

/* Nebula blobs — amethyst & gold palette */
.nebula {
    position: fixed;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    animation: nebulaDrift 25s ease-in-out infinite alternate;
}
.nebula:nth-child(1) {
    width: 500px; height: 400px;
    background: radial-gradient(circle, rgba(155,89,182,0.22), transparent 70%);
    top: -10%; left: -5%;
    animation-duration: 30s;
}
.nebula:nth-child(2) {
    width: 400px; height: 500px;
    background: radial-gradient(circle, rgba(74,144,217,0.14), transparent 70%);
    bottom: -15%; right: -10%;
    animation-duration: 25s;
    animation-delay: 5s;
}
.nebula:nth-child(3) {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(212,175,55,0.10), transparent 70%);
    top: 40%; right: 10%;
    animation-duration: 35s;
    animation-delay: 10s;
}
@keyframes nebulaDrift {
    0%   { transform: translate(0, 0) scale(1); }
    33%  { transform: translate(30px, -20px) scale(1.1); }
    66%  { transform: translate(-20px, 30px) scale(0.95); }
    100% { transform: translate(15px, 15px) scale(1.05); }
}

/* ====== HEADER — PREMIUM HERO ====== */
.header {
    text-align: center;
    padding: 130px 20px 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header::before {
    content: '';
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(circle,
        rgba(212,175,55,0.14) 0%,
        rgba(155,89,182,0.09) 28%,
        rgba(74,144,217,0.05) 48%,
        transparent 72%);
    animation: auraBreath 12s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes auraBreath {
    0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(1); }
    50%      { opacity: 1;    transform: translateX(-50%) scale(1.18); }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1240px;
}

/* --- Aurora glow blobs behind title --- */
.hero-aurora {
    position: absolute;
    inset: -40px -10% auto -10%;
    height: 360px;
    pointer-events: none;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.85;
}
.aurora-blob {
    position: absolute;
    border-radius: 50%;
    mix-blend-mode: screen;
    opacity: 0;
    animation: auroraFloat 14s ease-in-out infinite;
}
.aurora-blob.aurora-1 {
    width: 380px; height: 380px;
    left: 8%; top: 0;
    background: radial-gradient(circle, rgba(212,175,55,0.55), transparent 65%);
    animation-delay: 0s;
}
.aurora-blob.aurora-2 {
    width: 340px; height: 340px;
    right: 6%; top: 30px;
    background: radial-gradient(circle, rgba(155,89,182,0.50), transparent 65%);
    animation-delay: 4s;
}
.aurora-blob.aurora-3 {
    width: 300px; height: 300px;
    left: 38%; top: 60px;
    background: radial-gradient(circle, rgba(74,144,217,0.35), transparent 65%);
    animation-delay: 8s;
}
@keyframes auroraFloat {
    0%, 100% { opacity: 0.55; transform: translate(0, 0) scale(1); }
    33%      { opacity: 0.85; transform: translate(20px, -15px) scale(1.08); }
    66%      { opacity: 0.7;  transform: translate(-15px, 20px) scale(0.95); }
}

/* --- Premium eyebrow badge --- */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 13px 30px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, rgba(28, 21, 56, 0.85), rgba(60, 40, 90, 0.78));
    border: 1px solid rgba(212, 175, 55, 0.85);
    border-radius: 2px;
    color: #F2D9C2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 0.95rem; /* ~15px */
    letter-spacing: 0.22em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.25),
        0 6px 36px rgba(212, 175, 55, 0.25),
        inset 0 1px 0 rgba(255, 233, 168, 0.35);
    position: relative;
    opacity: 0;
    transform: translateY(-12px);
    overflow: hidden;
}
.hero-eyebrow::before {
    content: '';
    position: absolute;
    top: 0; left: -150%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(212,175,55,0.35),
        transparent);
    animation: eyebrowSweep 6s ease-in-out infinite;
    animation-delay: 3s;
}
@keyframes eyebrowSweep {
    0%, 100% { left: -150%; }
    50%      { left: 150%; }
}
.hero-eyebrow .eyebrow-text {
    line-height: 1;
    background: linear-gradient(135deg, #C2906B, #F2D9C2, #C2906B);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-eyebrow .eyebrow-glyph {
    color: var(--gold-bright);
    filter: drop-shadow(0 0 4px rgba(212,175,55,0.6));
    animation: glyphSpin 8s linear infinite;
}
@keyframes glyphSpin {
    to { transform: rotate(360deg); }
}

/* --- Title row with ornament lines --- */
.hero-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 22px;
    position: relative;
}
.hero-ornament {
    flex: 1 1 80px;
    max-width: 180px;
    min-width: 60px;
    height: 14px;
    color: var(--gold-bright);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
}
.hero-ornament-left  { transform-origin: right center; }
.hero-ornament-right { transform-origin: left  center; }
.hero-ornament svg {
    width: 100%; height: 100%;
    filter: drop-shadow(0 0 4px rgba(212,175,55,0.4));
}

.header h1 {
    font-family: 'Cormorant Garamond', 'Cormorant Garamond', serif;
    font-weight: 900;
    font-size: 4.1rem;
    margin: 0;
    position: relative;
    letter-spacing: 0.14em;
    line-height: 1.25;
    white-space: nowrap;
    flex-shrink: 0;
    /* Animated gold gradient text shimmer */
    background: linear-gradient(
        100deg,
        #A2754F 0%,
        #C2906B 20%,
        #F2D9C2 40%,
        #C2906B 55%,
        #A2754F 75%,
        #C2906B 95%
    );
    background-size: 250% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: titleShimmer 8s linear infinite;
    filter: drop-shadow(0 0 24px rgba(212,175,55,0.25))
            drop-shadow(0 0 60px rgba(212,175,55,0.12));
    flex: 0 1 auto;
}
.header h1 span {
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
@keyframes titleShimmer {
    0%   { background-position: 0% 50%; }
    100% { background-position: 250% 50%; }
}
@keyframes goldShimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}

.header .subtitle {
    color: #F5E6E9;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    opacity: 0;
    animation: riseIn 1.5s ease 0.6s forwards;
    margin-top: 8px;
}

/* --- Decorative diamond divider below subtitle --- */
.hero-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 32px;
    opacity: 0;
    transform: translateY(10px);
}
.hero-divider-line {
    width: 90px;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(212,175,55,0.55) 60%,
        var(--gold-bright));
}
.hero-divider-line:last-of-type {
    background: linear-gradient(90deg,
        var(--gold-bright),
        rgba(212,175,55,0.55) 40%,
        transparent);
}
.hero-divider-glyph {
    color: var(--gold-bright);
    filter: drop-shadow(0 0 8px rgba(212,175,55,0.5));
    animation: glyphPulse 4s ease-in-out infinite;
}
@keyframes glyphPulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50%      { transform: scale(1.12); opacity: 1; }
}

/* --- Sparkle accents around title --- */
.hero-sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.sparkle {
    position: absolute;
    width: 4px; height: 4px;
    background: var(--gold-bright);
    border-radius: 50%;
    box-shadow:
        0 0 8px rgba(212,175,55,0.9),
        0 0 16px rgba(212,175,55,0.5);
    opacity: 0;
    animation: sparkleTwinkle 3.5s ease-in-out infinite;
}
.sparkle::before, .sparkle::after {
    content: '';
    position: absolute;
    background: var(--gold-bright);
    box-shadow: 0 0 6px rgba(212,175,55,0.8);
}
.sparkle::before {
    left: 50%; top: -7px;
    width: 1px; height: 14px;
    transform: translateX(-50%);
}
.sparkle::after {
    top: 50%; left: -7px;
    height: 1px; width: 14px;
    transform: translateY(-50%);
}
.sparkle.sparkle-1 { top: 20%; left: 18%; animation-delay: 0s;   }
.sparkle.sparkle-2 { top: 32%; left: 78%; animation-delay: 0.6s; }
.sparkle.sparkle-3 { top: 56%; left: 12%; animation-delay: 1.2s; }
.sparkle.sparkle-4 { top: 68%; left: 86%; animation-delay: 1.8s; }
.sparkle.sparkle-5 { top: 14%; left: 60%; animation-delay: 2.4s; }
.sparkle.sparkle-6 { top: 78%; left: 42%; animation-delay: 3.0s; }
@keyframes sparkleTwinkle {
    0%, 100% { opacity: 0; transform: scale(0.4) rotate(0deg);   }
    40%      { opacity: 1; transform: scale(1)   rotate(45deg);  }
    60%      { opacity: 1; transform: scale(1.1) rotate(90deg);  }
    80%      { opacity: 0; transform: scale(0.4) rotate(135deg); }
}

/* Floating mystical symbols */
.floating-symbols {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.floating-symbols .sym {
    position: absolute;
    opacity: 0.08;
    animation: floatSymbol 20s ease-in-out infinite;
}
.floating-symbols .sym:nth-child(1) { top: 15%; left: 6%;  font-size: 2rem; color: var(--gold-bright); animation-delay: 0s; }
.floating-symbols .sym:nth-child(2) { top: 55%; left: 92%; font-size: 2.5rem; color: var(--amethyst); animation-delay: 4s; }
.floating-symbols .sym:nth-child(3) { top: 25%; left: 88%; font-size: 1.8rem; color: var(--celestial); animation-delay: 8s; }
.floating-symbols .sym:nth-child(4) { top: 65%; left: 8%;  font-size: 2.2rem; color: var(--gold-muted); animation-delay: 2s; }
.floating-symbols .sym:nth-child(5) { top: 8%;  left: 50%; font-size: 1.5rem; color: var(--amethyst); animation-delay: 6s; }
@keyframes floatSymbol {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.08; }
    25%      { transform: translateY(-25px) rotate(15deg); opacity: 0.15; }
    50%      { transform: translateY(-10px) rotate(-5deg); opacity: 0.05; }
    75%      { transform: translateY(20px) rotate(-10deg); opacity: 0.12; }
}

/* Sacred geometry mandala */
.mandala {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    pointer-events: none;
    opacity: 0.03;
    color: var(--gold-bright);
    animation: rotateSlow 120s linear infinite;
}
@keyframes rotateSlow {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ====== SECTION DIVIDER ====== */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        var(--gold-glow),
        rgba(212, 175, 55, 0.4),
        var(--gold-glow),
        transparent);
    margin: 0 auto;
    max-width: 700px;
    opacity: 0.8;
    position: relative;
}
.section-divider::after {
    content: '';
    position: absolute;
    inset: -2px 0;
    background: inherit;
    filter: blur(6px);
    opacity: 0.4;
}

/* ====== INPUT SECTION ====== */
.input-section {
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}
/* ====== INPUT FORM — Premium glassmorphism ====== */
.input-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 52px 44px;
    text-align: center;
    box-shadow:
        0 10px 50px rgba(0, 0, 0, 0.4),
        inset 0 0 60px rgba(212, 175, 55, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.25);
    position: relative;
    overflow: hidden;
    transition:
        border-color 0.5s ease,
        box-shadow 0.5s ease,
        background 0.5s ease;
}
/* Top edge sweep light — same pattern as info-card */
.input-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(212, 175, 55, 0.65),
        transparent);
    pointer-events: none;
    animation: inputCardSweep 6s ease-in-out infinite;
}
@keyframes inputCardSweep {
    0%, 100% { left: -100%; }
    50%      { left: 100%; }
}
.input-card:hover {
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(255, 255, 255, 0.05);
    box-shadow:
        0 10px 50px rgba(0, 0, 0, 0.45),
        inset 0 0 80px rgba(212, 175, 55, 0.07),
        0 0 30px rgba(212, 175, 55, 0.15);
}

.input-card-title {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 36px;
    background: linear-gradient(135deg, #F2D9C2 0%, #C2906B 50%, #F2D9C2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.12em;
    text-align: center;
    filter: drop-shadow(0 0 16px rgba(212, 175, 55, 0.45));
}

.input-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.input-row:last-of-type { margin-bottom: 0; }

/* Floating-label input field */
.input-field {
    position: relative;
    width: 220px;
}
.input-field input {
    width: 100%;
    padding: 22px 20px 14px 20px;
    font-size: 1.05rem;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #f1e2dd;
    outline: none;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.input-field input::placeholder {
    color: rgba(212, 175, 55, 0.5);
    font-style: italic;
    letter-spacing: 1px;
    opacity: 0;
    transition: opacity 0.25s ease 0.1s;
}
/* Show placeholder hint only when input is focused (and label has floated up) */
.input-field input:focus::placeholder {
    opacity: 1;
}

/* Floating label */
.input-field label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #F0D99C;
    letter-spacing: 0.05em;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent;
    padding: 0 6px;
    z-index: 2;
    text-shadow: 0 1px 8px rgba(10, 4, 20, 0.5);
}
/* Float the label up when input is focused or has value */
.input-field input:focus + label,
.input-field input:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%) scale(0.78);
    color: var(--gold-bright);
    letter-spacing: 0.1em;
    /* Carve a notch in the border */
    background: linear-gradient(180deg,
        transparent 0%, transparent 35%,
        var(--bg-base) 35%, var(--bg-base) 65%,
        transparent 65%, transparent 100%);
}

/* Focus state — gold glow + left vertical accent */
.input-field input:focus {
    border-color: var(--gold-bright);
    background: rgba(255, 255, 255, 0.06);
    box-shadow:
        0 0 0 2px rgba(212, 175, 55, 0.4),
        inset 4px 0 0 -2px var(--gold-bright),
        inset 0 0 24px rgba(212, 175, 55, 0.08);
}

.input-field input.error {
    border-color: var(--crimson);
    box-shadow: 0 0 0 2px rgba(212, 80, 122, 0.35);
    animation: shake 0.4s ease;
}
.input-field input.error + label {
    color: var(--crimson);
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25%      { transform: translateX(-8px); }
    75%      { transform: translateX(8px); }
}

/* ====== CTA BUTTON — Gold gradient with particle/ripple/spinner ====== */
.input-card button {
    padding: 1.05rem 3.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    background: linear-gradient(135deg, #c8a84b 0%, #f0d080 50%, #c8a84b 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    color: #2A1018;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition:
        background-position 0.6s ease,
        box-shadow 0.4s ease,
        letter-spacing 0.4s ease,
        transform 0.2s ease;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    overflow: visible; /* particles need to escape */
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 8px;
    box-shadow:
        0 4px 18px rgba(212, 175, 55, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.input-card button .btn-text {
    position: relative;
    z-index: 2;
    transition: opacity 0.25s ease;
}
.input-card button .btn-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A1018;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.input-card button .btn-spinner svg {
    animation: btnSpin 1s linear infinite;
}
@keyframes btnSpin {
    to { transform: rotate(360deg); }
}

/* Hover: gradient reverses + glow + slight lift */
.input-card button:hover {
    background-position: 100% 50%;
    box-shadow:
        0 6px 28px rgba(212, 175, 55, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    letter-spacing: 0.24em;
    transform: translateY(-2px);
}
.input-card button:active {
    transform: translateY(0) scale(0.98);
}

/* Loading state */
.input-card button.loading {
    pointer-events: none;
}
.input-card button.loading .btn-text  { opacity: 0; }
.input-card button.loading .btn-spinner { opacity: 1; }

/* Particle dots spawned by JS on hover */
.btn-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold-bright);
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.9), 0 0 16px rgba(212, 175, 55, 0.5);
    pointer-events: none;
    z-index: 3;
    animation: particleBurst 0.9s ease-out forwards;
}
@keyframes particleBurst {
    0%   { opacity: 1; transform: translate(0, 0) scale(1); }
    100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(0.4); }
}

/* Click ripple */
.btn-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0);
    pointer-events: none;
    z-index: 3;
    animation: rippleExpand 0.7s ease-out forwards;
}
@keyframes rippleExpand {
    to { transform: scale(2.5); opacity: 0; }
}
.input-hint {
    margin-top: 20px;
    color: #E8D4A8;
    font-size: 0.92rem;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 6px rgba(10, 4, 20, 0.5);
    text-align: center;
}

/* ====== SECTION TITLES ====== */
.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: var(--gold-bright);
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.35);
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.06em;
}
.section-desc {
    text-align: center;
    color: #D8C2C8;
    margin-bottom: 44px;
    font-size: 1.05rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* ====== MATRIX DIAGRAM (yeni 5-katmanlı animasyon sistemi) ====== */
.matrix-section {
    padding: 60px 20px 40px;
    position: relative;
    z-index: 1;
}
.matrix-wrapper {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    isolation: isolate;
}

/* ----- LAYER 5a: 3-color breathing background aura ----- */
.matrix-aura {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    will-change: transform, opacity;
    z-index: 0;
}
.matrix-aura-gold {
    width: 540px;
    height: 540px;
    background: radial-gradient(circle,
        rgba(212,175,55,0.18) 0%,
        rgba(212,175,55,0.08) 30%,
        rgba(212,175,55,0.02) 55%,
        transparent 75%);
    animation: matrixAuraGold 8s ease-in-out infinite alternate;
    filter: blur(20px);
}
.matrix-aura-amethyst {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle,
        rgba(155,89,182,0.10) 0%,
        rgba(155,89,182,0.04) 35%,
        transparent 65%);
    animation: matrixAuraAmethyst 12s ease-in-out infinite alternate;
    filter: blur(40px);
}
.matrix-aura-crimson {
    width: 860px;
    height: 860px;
    background: radial-gradient(circle,
        rgba(139,26,46,0.07) 0%,
        rgba(139,26,46,0.03) 40%,
        transparent 70%);
    animation: matrixAuraCrimson 16s ease-in-out infinite alternate;
    filter: blur(60px);
}
@keyframes matrixAuraGold {
    0%   { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 1; transform: translate(-50%, -50%) scale(1.12); }
}
@keyframes matrixAuraAmethyst {
    0%   { opacity: 0.40; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0.85; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes matrixAuraCrimson {
    0%   { opacity: 0.30; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0.70; transform: translate(-50%, -50%) scale(1.05); }
}

/* ----- LAYER 5b: rotating sacred geometry overlay ----- */
.matrix-sacred-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    animation: matrixSacredRotate 90s linear infinite;
    opacity: 0.6;
}
.matrix-sacred-bg svg {
    width: 100%;
    height: 100%;
}
@keyframes matrixSacredRotate {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ----- LAYER 5c: cosmic dust particles (drifting upward) ----- */
.matrix-dust {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.matrix-dust-particle {
    position: absolute;
    border-radius: 50%;
    will-change: transform, opacity;
    animation: matrixDustFloat var(--dur, 15s) linear forwards;
    opacity: 0;
}
@keyframes matrixDustFloat {
    0%   { transform: translate(0, 0); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { transform: translate(var(--drift, 0), -110vh); opacity: 0; }
}

.matrix-wrapper svg#matrixSvg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 60px rgba(212,175,55,0.12));
}

/* ----- LAYER 1 props: center burst & wave ----- */
.matrix-center-burst {
    transform-origin: 300px 350px;
    pointer-events: none;
    filter: blur(2px);
}
.matrix-center-wave {
    pointer-events: none;
    filter: drop-shadow(0 0 8px rgba(255,233,168,0.8));
}

/* ----- SVG Lines ----- */
.matrix-line {
    stroke: rgba(212, 175, 55, 0.32);
    stroke-width: 1.2;
    fill: none;
    transition: stroke 0.4s ease, stroke-width 0.4s ease, filter 0.4s ease;
}
.matrix-line.highlight {
    stroke: rgba(255, 233, 168, 0.75);
    stroke-width: 2;
    filter: drop-shadow(0 0 8px rgba(212,175,55,0.6));
}

/* ----- Energy pulse particles (Layer 2) ----- */
.matrix-pulse-particle,
.matrix-pulse-trail {
    pointer-events: none;
}

/* ----- Node base ----- */
.node-circle {
    cursor: pointer;
    transition: opacity 0.4s ease;
}
.node-bg {
    transition: stroke-width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 0.4s ease;
}
.node-glow {
    transition: opacity 0.4s ease;
}

/* ----- LAYER 3: 3-layer breathing halos ----- */
.node-halo {
    pointer-events: none;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
}
.node-halo-1 {
    animation: nodeHalo1 4s ease-in-out infinite;
}
.node-halo-2 {
    animation: nodeHalo2 5s ease-in-out infinite;
}
.node-halo-3 {
    animation: nodeHalo3 6s ease-in-out infinite;
}
@keyframes nodeHalo1 {
    0%, 100% { opacity: 0;    transform: scale(0.95); }
    50%      { opacity: 0.45; transform: scale(1.18); }
}
@keyframes nodeHalo2 {
    0%, 100% { opacity: 0;    transform: scale(0.95); }
    50%      { opacity: 0.25; transform: scale(1.20); }
}
@keyframes nodeHalo3 {
    0%, 100% { opacity: 0;    transform: scale(0.95); }
    50%      { opacity: 0.13; transform: scale(1.22); }
}

/* ----- LAYER 4: hover state ----- */
.node-circle:hover .node-bg,
.node-active-chain .node-bg {
    filter: brightness(1.45) drop-shadow(0 0 18px rgba(212,175,55,0.7));
    stroke-width: 3;
}
.node-circle:hover .node-glow,
.node-active-chain .node-glow {
    opacity: 0.55;
}
.node-circle:hover .node-halo,
.node-active-chain .node-halo {
    animation-play-state: paused;
    opacity: 0.5;
}
.node-dimmed {
    opacity: 0.28;
}
.node-dimmed .node-halo {
    animation-play-state: paused;
}

/* 360 swipe ring fired on hover */
.node-swipe-ring {
    pointer-events: none;
    transform-box: fill-box;
    transform-origin: center;
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    opacity: 0;
}
.node-swipe-ring.node-swipe-active {
    animation: nodeSwipe 0.9s ease-out forwards;
}
@keyframes nodeSwipe {
    0%   { stroke-dashoffset: 240; opacity: 0; transform: scale(0.8) rotate(0deg); }
    20%  { opacity: 1; }
    80%  { opacity: 1; }
    100% { stroke-dashoffset: 0;   opacity: 0; transform: scale(1.4) rotate(180deg); }
}

/* ----- Number labels ----- */
.node-label {
    font-family: 'IM Fell English', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    fill: var(--text-primary);
    text-anchor: middle;
    pointer-events: none;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.7));
}
.node-sublabel {
    font-family: 'Cormorant Garamond', 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 14px;
    fill: var(--text-primary);
    text-anchor: middle;
    pointer-events: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.7));
}

@media (prefers-reduced-motion: reduce) {
    .matrix-aura,
    .matrix-sacred-bg,
    .matrix-dust-particle,
    .node-halo { animation: none !important; }
    .node-circle { opacity: 1 !important; }
}

@media (max-width: 720px) {
    .matrix-aura-gold     { width: 380px; height: 380px; }
    .matrix-aura-amethyst { width: 480px; height: 480px; }
    .matrix-aura-crimson  { width: 580px; height: 580px; }
    .matrix-sacred-bg     { width: 420px; height: 420px; }
}

/* ====== AGE PERIODS ====== */
.age-periods {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
    flex-wrap: wrap;
}
.age-period {
    background: linear-gradient(135deg, var(--bg-surface), var(--bg-elevated));
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-gold);
    border-radius: 2px;
    padding: 16px 26px;
    text-align: center;
    min-width: 140px;
    opacity: 0;
    animation: slideInUp 0.8s ease forwards;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}
.age-period:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(212,175,55,0.1);
    border-color: rgba(212,175,55,0.5);
}
.age-period .period-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.92rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.age-period .period-range {
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 1.2rem;
    background: linear-gradient(135deg, var(--gold-muted), var(--gold-bright));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 4px;
}

/* ====== RESULTS SECTION ====== */
.results-section {
    padding: 60px 20px 80px;
    position: relative;
    z-index: 1;
}
.results-grid {
    display: flex;
    flex-direction: column;
    gap: 44px;
}
.result-group h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: var(--gold-bright);
    margin-bottom: 18px;
    padding-left: 4px;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
}
.result-group h3::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 4px;
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold-bright), var(--gold-muted), transparent);
}
.result-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
}

/* Result Card — Premium glassmorphism with arkana watermark */
.result-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-left: 2px solid var(--gold-bright);
    border-radius: 16px;
    padding: 22px 26px;
    cursor: pointer;
    transition:
        transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 18px;
    opacity: 0;
    position: relative;
    overflow: hidden;
}
.result-card.visible {
    opacity: 1;
}

/* Watermark arkana number — large, faint, behind content */
.result-card::before {
    content: attr(data-num);
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1;
    color: rgba(212, 175, 55, 0.07);
    pointer-events: none;
    user-select: none;
    z-index: 0;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Top edge sweep light */
.result-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(212, 175, 55, 0.6),
        transparent);
    pointer-events: none;
    transition: left 0.7s ease;
}

.result-card:hover,
.result-card:focus-visible {
    transform: translateX(8px);
    border-color: rgba(212, 175, 55, 0.45);
    border-left-color: var(--gold-bright);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    outline: none;
}
.result-card:hover::before,
.result-card:focus-visible::before {
    color: rgba(212, 175, 55, 0.14);
    transform: translateY(-50%) scale(1.05);
}
.result-card:hover::after,
.result-card:focus-visible::after {
    left: 100%;
}
.result-card .card-num {
    width: 52px;
    height: 52px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.2rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.result-card:hover .card-num {
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px currentColor);
}
.result-card .card-num.path {
    background: linear-gradient(135deg, var(--gold-muted), var(--gold-bright));
    color: #FBEEE9;
    box-shadow: 0 4px 16px rgba(212,175,55,0.3), 0 0 20px rgba(212,175,55,0.1);
}
.result-card .card-num.achievement {
    background: linear-gradient(135deg, #2A6B8A, var(--celestial));
    color: #FBEEE9;
    box-shadow: 0 4px 16px rgba(74,144,217,0.25), 0 0 20px rgba(74,144,217,0.1);
}
.result-card .card-num.karmic {
    background: linear-gradient(135deg, var(--crimson), #B82E4A);
    color: var(--text-primary);
    box-shadow: 0 4px 16px rgba(139,26,46,0.3), 0 0 20px rgba(139,26,46,0.1);
}
.result-card .card-info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.result-card .card-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--text-secondary);
    letter-spacing: 0.5px;
    font-weight: 500;
}
.result-card .card-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--text-primary);
    margin-top: 4px;
}
.result-card .card-arcana {
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--gold-bright);
    margin-top: 4px;
    opacity: 1;
}
.result-card .card-arrow {
    color: var(--text-muted);
    font-size: 1.4rem;
    flex-shrink: 0;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.result-card:hover .card-arrow {
    color: var(--gold-bright);
    transform: translateX(6px);
}

/* ====== INFO SECTION ====== */
.info-section {
    padding: 80px 20px;
    position: relative;
    z-index: 1;
}
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

/* ====== FEATURES SECTION — Neden Karmik Matris Aracı? ====== */
.features-section {
    padding: 80px 20px 40px;
    position: relative;
    z-index: 1;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* feature-card reuses .info-card glassmorphism; keep structural tweaks here */
.feature-card {
    padding: 36px 32px;
}

@media (max-width: 900px) {
    .features-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        gap: 20px;
    }
}
@media (max-width: 640px) {
    .features-section { padding: 40px 16px 20px; }
    .feature-card { padding: 28px 24px; }
}

/* ====== PROFESSIONS SECTION — Kimler İçin? ====== */
.professions-section {
    padding: 80px 20px 40px;
    position: relative;
    z-index: 1;
}
/* 6-column grid so 5 cards can flow as 3+2 with the bottom row centered */
.professions-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    margin-top: 30px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.profession-card {
    grid-column: span 2;
    padding: 36px 32px;
}
/* Center the last two cards in the bottom row on desktop */
.profession-card:nth-child(4) { grid-column: 2 / span 2; }
.profession-card:nth-child(5) { grid-column: 4 / span 2; }

/* Larger, more prominent icon per spec (2.5rem) */
.profession-card .info-icon {
    font-size: 2.5rem;
    margin-bottom: 24px;
}

@media (max-width: 900px) {
    .professions-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
        gap: 20px;
    }
    .profession-card,
    .profession-card:nth-child(4),
    .profession-card:nth-child(5) {
        grid-column: auto;
    }
}
@media (max-width: 640px) {
    .professions-section { padding: 40px 16px 20px; }
    .professions-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
    .profession-card { padding: 28px 24px; }
}

/* ====== STATS BAR — Thin divider between sections ====== */
.stats-bar {
    padding: 56px 20px;
    position: relative;
    z-index: 1;
    margin: 24px auto;
}
/* Top and bottom thin gold gradient lines */
.stats-bar::before,
.stats-bar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(212, 175, 55, 0.15) 20%,
        rgba(212, 175, 55, 0.5) 50%,
        rgba(212, 175, 55, 0.15) 80%,
        transparent 100%);
    pointer-events: none;
}
.stats-bar::before { top: 0; }
.stats-bar::after { bottom: 0; }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}
.stat-item {
    text-align: center;
    position: relative;
}
/* Vertical hairline separator between adjacent stats on desktop */
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 12%;
    bottom: 12%;
    right: -16px;
    width: 1px;
    background: linear-gradient(180deg,
        transparent,
        rgba(212, 175, 55, 0.25),
        transparent);
    pointer-events: none;
}
.stat-number {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg,
        #A2754F 0%,
        #C2906B 30%,
        #F2D9C2 50%,
        #C2906B 70%,
        #A2754F 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 12px;
    display: inline-block;
    filter: drop-shadow(0 0 24px rgba(212, 175, 55, 0.2));
}
.stat-infinity {
    /* Infinity glyph usually falls back to serif — center its baseline */
    font-family: 'IM Fell English', Georgia, 'Cormorant Garamond', serif;
    font-style: italic;
}
.stat-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #D8C2C8;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .stats-bar { padding: 44px 16px; margin: 16px auto; }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 24px;
        max-width: 520px;
    }
    .stat-item:not(:last-child)::after {
        display: none;
    }
    .stat-number { font-size: 2.8rem; }
}
@media (max-width: 640px) {
    .stats-bar { padding: 36px 16px; }
    .stat-number { font-size: 2.4rem; }
    .stat-label { font-size: 0.92rem; }
}

/* ====== CTA BANNER — Hemen Deneyin ====== */
.cta-banner-section {
    padding: 80px 20px 40px;
    position: relative;
    z-index: 1;
}
.cta-banner {
    background: linear-gradient(135deg,
        rgba(10, 6, 18, 0.88),
        rgba(17, 13, 26, 0.92));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 68px 48px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 14px 60px rgba(0, 0, 0, 0.55),
        inset 0 0 80px rgba(212, 175, 55, 0.04);
}
/* Top edge sweep light — same pattern as other glass cards */
.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(212, 175, 55, 0.6),
        transparent);
    pointer-events: none;
}
/* Subtle corner gleam */
.cta-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%,
        rgba(212, 175, 55, 0.08) 0%,
        transparent 60%);
    pointer-events: none;
}

.cta-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 900;
    font-size: 2.75rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg,
        #A2754F 0%,
        #C2906B 30%,
        #F2D9C2 50%,
        #C2906B 70%,
        #A2754F 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
}
.cta-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #E0CDD2;
    line-height: 1.8;
    margin: 0 auto 36px auto;
    max-width: 600px;
    position: relative;
    z-index: 1;
}
.cta-btn {
    padding: 1.05rem 3rem;
    font-size: 0.95rem;
    font-weight: 400;
    background: linear-gradient(135deg, #c8a84b 0%, #f0d080 50%, #c8a84b 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    color: #2A1018;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.12em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow:
        0 4px 18px rgba(212, 175, 55, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition:
        background-position 0.6s ease,
        box-shadow 0.4s ease,
        letter-spacing 0.4s ease,
        transform 0.2s ease;
    position: relative;
    z-index: 1;
}
.cta-btn:hover {
    background-position: 100% 50%;
    /* Pure glow on hover — NO particles */
    box-shadow:
        0 6px 32px rgba(212, 175, 55, 0.55),
        0 0 44px rgba(212, 175, 55, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    letter-spacing: 0.16em;
    transform: translateY(-2px);
}
.cta-btn:active {
    transform: translateY(0) scale(0.98);
}
.cta-btn-arrow {
    display: inline-block;
    font-size: 1.1em;
    transition: transform 0.3s ease;
}
.cta-btn:hover .cta-btn-arrow {
    transform: translateX(5px);
}

@media (max-width: 900px) {
    .cta-banner { padding: 52px 32px; }
    .cta-title { font-size: 2.2rem; }
    .cta-desc { font-size: 1.05rem; }
}
@media (max-width: 640px) {
    .cta-banner-section { padding: 40px 16px 20px; }
    .cta-banner { padding: 40px 24px; }
    .cta-title { font-size: 1.75rem; letter-spacing: 0.06em; }
    .cta-desc { font-size: 1rem; margin-bottom: 28px; }
    .cta-btn { padding: 0.9rem 2rem; font-size: 0.85rem; }
}
/* Info Card — Premium glassmorphism */
.info-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 38px 32px;
    transition:
        transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}
.info-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Top edge sweep light — animates left → right on hover */
.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(212, 175, 55, 0.65),
        transparent);
    pointer-events: none;
    transition: left 0.8s ease;
}

.info-card:hover,
.info-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}
.info-card:hover::before,
.info-card:focus-within::before {
    left: 100%;
}

.info-icon {
    font-size: 2.2rem;
    margin-bottom: 22px;
    display: inline-block;
    transition: filter 0.4s ease;
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.25));
    color: var(--gold-bright);
}
.info-card:hover .info-icon,
.info-card:focus-within .info-icon {
    animation: iconPulse 1.4s ease-in-out infinite;
    filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.7));
}
@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.15); }
}

.info-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--gold-bright);
    letter-spacing: 0.04em;
    transition: background 0.4s ease;
    /* Default: solid gold; hover swaps to gradient via background-clip */
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: currentColor;
}
.info-card:hover h3,
.info-card:focus-within h3 {
    background: linear-gradient(135deg,
        var(--gold-muted),
        var(--gold-bright),
        #F2D9C2,
        var(--gold-bright),
        var(--gold-muted));
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: infoH3Shimmer 3s linear infinite;
}
@keyframes infoH3Shimmer {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.info-card p {
    color: #E0CDD2;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    line-height: 1.85;
    font-weight: 400;
}

/* ====== HOW IT WORKS SECTION ====== */
.howto-section {
    padding: 80px 20px 40px;
    position: relative;
    z-index: 1;
}
.howto-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    margin-top: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* Step card — same glassmorphism as info-card */
.howto-step {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 44px 32px 38px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition:
        transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

/* Watermark step number — large, faded gold, top-right */
.howto-step::before {
    content: attr(data-step);
    position: absolute;
    top: 14px;
    right: 22px;
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 5rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(212, 175, 55, 0.08);
    pointer-events: none;
    user-select: none;
    z-index: 0;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Arrow connector to next step — desktop only */
.howto-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -46px;
    width: 36px;
    height: 14px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 14'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1'%3E%3Cstop offset='0' stop-color='%23D4AF37' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%23D4AF37' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cline x1='0' y1='7' x2='28' y2='7' stroke='url(%23g)' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M26 2 L34 7 L26 12' fill='none' stroke='%23D4AF37' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    opacity: 0.85;
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.3));
}

.howto-step:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 24px rgba(212, 175, 55, 0.25);
}
.howto-step:hover::before {
    color: rgba(212, 175, 55, 0.16);
    transform: scale(1.05);
}

.howto-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: var(--gold-bright);
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.35));
    transition: filter 0.4s ease;
    position: relative;
    z-index: 1;
}
.howto-icon svg {
    overflow: visible;
}
.howto-step:hover .howto-icon {
    animation: howtoIconPulse 1.6s ease-in-out infinite;
    filter: drop-shadow(0 0 18px rgba(212, 175, 55, 0.7));
}
@keyframes howtoIconPulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.1); }
}

.howto-step h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--gold-bright);
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}
.howto-step p {
    color: #E0CDD2;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    line-height: 1.75;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin: 0;
}

/* Mobile: stack vertically, hide arrow connectors */
@media (max-width: 900px) {
    .howto-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 500px;
    }
    .howto-step:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 640px) {
    .howto-section { padding: 40px 16px 20px; }
    .howto-step { padding: 36px 24px 30px; }
    .howto-step::before { font-size: 4rem; top: 10px; right: 18px; }
    .howto-icon svg { width: 48px; height: 48px; }
}

/* ====== MODAL ====== */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8,5,18,0.82);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.modal-overlay.active {
    display: flex;
    animation: overlayIn 0.4s ease;
}
@keyframes overlayIn {
    from { opacity: 0; backdrop-filter: blur(0); }
    to   { opacity: 1; backdrop-filter: blur(12px); }
}
.modal {
    background: linear-gradient(160deg, rgba(28, 21, 56, 0.97), rgba(13, 8, 32, 0.99));
    backdrop-filter: blur(20px);
    border-radius: 2px;
    max-width: 720px;
    width: 100%;
    max-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    box-shadow:
        0 30px 80px rgba(0,0,0,0.7),
        0 0 0 1px var(--border-gold),
        0 0 60px rgba(212,175,55,0.04);
    border: 1px solid var(--border-gold);
    position: relative;
    animation: modalIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}
/* Top gold accent line */
.modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        var(--gold-muted) 20%,
        var(--gold-bright) 50%,
        var(--gold-muted) 80%,
        transparent 100%);
}
@keyframes modalIn {
    from { opacity: 0; transform: translateY(40px) scale(0.95); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: rgba(240,230,211,0.04);
    border: 1px solid var(--border-subtle);
    color: var(--text-secondary);
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    z-index: 1;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.modal-close:hover {
    color: var(--text-primary);
    background: rgba(212,175,55,0.1);
    border-color: var(--border-gold);
    transform: rotate(90deg);
}
.modal-header {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 34px 34px 22px;
    flex-shrink: 0;
}
.modal-arcana-number {
    width: 72px;
    height: 72px;
    border-radius: 2px;
    background: linear-gradient(135deg, var(--gold-muted), var(--gold-bright));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 400;
    color: #FBEEE9;
    flex-shrink: 0;
    box-shadow: 0 0 30px var(--gold-glow), 0 0 60px rgba(212,175,55,0.08);
    animation: arcanaNumReveal 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@keyframes arcanaNumReveal {
    from { transform: scale(0) rotate(-180deg); }
    to   { transform: scale(1) rotate(0deg); }
}
.modal-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.4rem;
    background: linear-gradient(135deg, var(--gold-muted), var(--gold-bright));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.modal-position {
    color: var(--text-secondary);
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    margin-top: 4px;
}
.modal-body {
    padding: 24px 34px 34px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;        /* scroll chaining'i kes — arka plan kaymasın */
    -webkit-overflow-scrolling: touch;   /* iOS momentum */
    flex: 1;
    min-height: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.modal-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: var(--gold-bright);
    font-size: 0.9rem;
    margin: 28px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(212,175,55,0.12);
    letter-spacing: 0.05em;
}
.modal-body h3:first-child { margin-top: 0; }
.modal-body p {
    color: var(--text-secondary);
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 10px;
    font-weight: 300;
}
.modal-body ul {
    list-style: none;
    padding: 0;
}
.modal-body ul li {
    color: var(--text-secondary);
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    line-height: 1.9;
    padding-left: 24px;
    position: relative;
}
.modal-body ul li::before {
    content: '\203A';
    position: absolute;
    left: 4px;
    color: var(--gold-bright);
    font-weight: 700;
    font-size: 1.1rem;
}
.modal-body .tag-positive {
    display: inline-block;
    background: rgba(126,184,218,0.12);
    color: var(--celestial);
    padding: 5px 16px;
    border-radius: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    margin: 3px;
    border: 1px solid rgba(126,184,218,0.25);
    transition: all 0.3s;
}
.modal-body .tag-positive:hover {
    background: rgba(126,184,218,0.20);
    transform: translateY(-1px);
}
.modal-body .tag-negative {
    display: inline-block;
    background: rgba(212,80,122,0.12);
    color: #E87095;
    padding: 5px 16px;
    border-radius: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    margin: 3px;
    border: 1px solid rgba(212,80,122,0.30);
    transition: all 0.3s;
}
.modal-body .tag-negative:hover {
    background: rgba(139,26,46,0.15);
    transform: translateY(-1px);
}
.formula-box {
    background: linear-gradient(135deg, rgba(212,175,55,0.05), rgba(155,89,182,0.04));
    border: 1px solid rgba(212,175,55,0.12);
    border-radius: 2px;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 0.92rem;
    color: var(--gold-bright);
    line-height: 1.7;
}

/* ====== CONSULTANT SECTIONS ====== */
.consultant-divider {
    text-align: center;
    margin: 32px 0 24px;
    position: relative;
}
.consultant-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.3), rgba(155,89,182,0.2), rgba(212,175,55,0.3), transparent);
}
.consultant-divider span {
    background: linear-gradient(135deg, rgba(20,16,42,0.97), rgba(12,7,28,0.99));
    padding: 4px 20px;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--gold-muted), var(--gold-bright));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.consultant-section {
    margin-top: 20px;
}
.consultant-section h3 {
    color: var(--gold-bright) !important;
    border-bottom-color: rgba(212,175,55,0.12) !important;
}
.consultant-note {
    background: linear-gradient(135deg, rgba(212,175,55,0.04), rgba(155,89,182,0.03));
    border: 1px solid rgba(212,175,55,0.1);
    border-radius: 2px;
    padding: 18px 22px;
    color: var(--text-secondary);
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    line-height: 1.9;
    font-weight: 300;
}
.practical-solutions {
    list-style: none;
    padding: 0;
    counter-reset: solution;
}
.practical-solutions li {
    color: var(--text-secondary);
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    line-height: 1.9;
    padding: 10px 10px 10px 44px;
    position: relative;
    margin-bottom: 6px;
    background: linear-gradient(135deg, rgba(74,144,217,0.03), transparent);
    border-radius: 2px;
    border: 1px solid rgba(74,144,217,0.06);
    counter-increment: solution;
    font-weight: 300;
}
.practical-solutions li::before {
    content: counter(solution);
    position: absolute;
    left: 12px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: linear-gradient(135deg, var(--gold-muted), var(--gold-bright));
    color: #FBEEE9;
    font-family: 'IM Fell English', serif;
    font-size: 0.75rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detailed-reading {
    background: linear-gradient(135deg, rgba(155,89,182,0.03), rgba(212,175,55,0.02));
    border: 1px solid rgba(155,89,182,0.08);
    border-radius: 2px;
    padding: 22px;
}
.detailed-reading p {
    color: var(--text-secondary);
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    line-height: 2;
    margin-bottom: 14px;
    font-weight: 300;
}
.detailed-reading p:last-child {
    margin-bottom: 0;
}

/* ====== BIRTH CHART ====== */
.birthchart-section {
    padding: 60px 20px 40px;
    position: relative;
    z-index: 1;
}
.birthchart-wrapper {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.birthchart-wrapper svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 60px rgba(212,175,55,0.05));
}

/* Zodiac ring stroke animations — slower, premium feel */
.zodiac-ring-outer, .zodiac-ring-inner {
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
    animation: ringDraw 2.5s ease forwards;
}
.zodiac-ring-inner { animation-delay: 300ms; }

.sign-divider {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: ringDraw 0.8s ease forwards;
}
.sign-symbol {
    opacity: 0;
    animation: symbolFadeIn 0.5s ease forwards;
}
.house-line {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: ringDraw 0.6s ease forwards;
}
.planet-glyph {
    opacity: 0;
    animation: planetAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.aspect-line {
    /* dasharray/offset set inline by JS */
}

@keyframes ringDraw {
    to { stroke-dashoffset: 0; }
}
@keyframes symbolFadeIn {
    from { opacity: 0; font-size: 0; }
    to   { opacity: 1; font-size: inherit; }
}
@keyframes planetAppear {
    from { opacity: 0; transform: scale(0); }
    50%  { opacity: 1; transform: scale(1.2); }
    to   { opacity: 1; transform: scale(1); }
}
@keyframes downloadBtnFade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Planet summary cards */
/* ============================================================================
   PLANET CARDS — Premium 3D tilt + mouse-follow glow + glyph ornament
   InteractiveTravelCard (Framer Motion) konsepti vanilla'ya çevrildi
   ============================================================================ */
.planet-summary {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 18px;
    margin-top: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    perspective: 1200px;                 /* 3D sahne — child'ların rotateX/Y'si gerçek 3D */
}

.planet-card {
    --rx: 0deg;
    --ry: 0deg;
    --mx: 50%;
    --my: 50%;
    --accent: #F0C757;
    --accent-soft: rgba(240,199,87,0.45);
    position: relative;
    border-radius: 14px;
    padding: 0;
    border: none;
    background: none;
    transform-style: preserve-3d;
    transform: rotateY(var(--rx)) rotateX(var(--ry)) translateZ(0);
    transition:
        transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        filter   380ms cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 0;
    animation: planetCardReveal 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    will-change: transform;
    cursor: default;
}

.planet-card:hover {
    transform: rotateY(var(--rx)) rotateX(var(--ry)) translateZ(8px);
    filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.28))
            drop-shadow(0 0 28px var(--accent-soft));
}

.planet-card-inner {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    padding: 22px 18px 20px;
    /* Solid opak gradient — backdrop-filter ve banding artifaktı yok */
    background: linear-gradient(170deg,
        #1f1530 0%,
        #18112a 60%,
        #110b1f 100%);
    border: 1px solid rgba(240, 199, 87, 0.22);
    /* İnset alt çizgi kaldırıldı (renk kayması yapıyordu).
       Sadece üst highlight + dış drop shadow */
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 10px 24px rgba(0, 0, 0, 0.18);
    transform-style: preserve-3d;
    transform: translateZ(0);            /* GPU layer — text render stable */
    min-height: 165px;
    transition: border-color 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.planet-card:hover .planet-card-inner {
    border-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

/* Mouse-follow glow — accent renkli halo
   mix-blend-mode: screen KALDIRILDI (text render'da renk kayması yapıyordu) */
.planet-card-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at var(--mx) var(--my),
        color-mix(in srgb, var(--accent) 20%, transparent) 0%,
        transparent 50%);
    opacity: 0;
    transition: opacity 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 0;
}
.planet-card:hover .planet-card-glow { opacity: 0.85; }

/* Büyük ornament — gezegen Unicode sembolü ÜST-SAĞ köşede (degree text'in üstüne gelmesin) */
.planet-card-ornament {
    position: absolute;
    right: -8px;
    top: -22px;
    font-size: 6rem;
    line-height: 1;
    color: var(--accent);
    opacity: 0.06;
    pointer-events: none;
    transform: translateZ(0);
    transition: opacity 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
    user-select: none;
    z-index: 0;
    font-family: 'IM Fell English', Georgia, serif;
}
.planet-card:hover .planet-card-ornament {
    opacity: 0.14;
    transform: translateZ(10px) rotate(-3deg);
}

/* İçerik katmanı — 3D'de öne çıkar */
.planet-card-content {
    position: relative;
    z-index: 3;                          /* shine (z=1) ve ornament (z=0) üstünde */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    transform: translateZ(40px);
    transform-style: preserve-3d;
    backface-visibility: hidden;          /* subpixel jitter koruması */
    -webkit-backface-visibility: hidden;
}

/* Tüm text çocuklarında smooth font render */
.planet-card-content > * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

.planet-card .planet-symbol {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    text-shadow: 0 0 18px color-mix(in srgb, var(--accent) 40%, transparent);
    transform: translateZ(20px);
}
.planet-card .planet-name {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 0.7rem;
    color: rgba(245, 230, 233, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 500;
    margin-top: 2px;
}
.planet-card .planet-sign {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    font-weight: 500;
    color: #F5E6E9;
    margin-top: 6px;
}
.planet-card .planet-degree {
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--accent);
    margin-top: 2px;
    letter-spacing: 0.02em;
    opacity: 0.92;
}

/* Diyagonal shine — hover'da kayar geçer */
.planet-card-shine {
    position: absolute;
    top: 0; left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        100deg,
        transparent 30%,
        rgba(255, 255, 255, 0.10) 50%,
        transparent 70%
    );
    transform: skewX(-18deg);
    pointer-events: none;
    transition: left 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 1;
}
.planet-card:hover .planet-card-shine { left: 130%; }

/* ASC kart — özel altın vurgu */
.planet-card--asc .planet-card-inner {
    border-color: rgba(240, 199, 87, 0.42);
    background:
        radial-gradient(circle at var(--mx) var(--my),
            rgba(255, 255, 255, 0.08) 0%,
            transparent 55%),
        linear-gradient(160deg,
            rgba(40, 28, 12, 0.65) 0%,
            rgba(20, 13, 6, 0.85) 100%);
}

@keyframes planetCardReveal {
    from { opacity: 0; transform: rotateY(0) rotateX(8deg) translateY(28px) translateZ(0); }
    to   { opacity: 1; transform: rotateY(0) rotateX(0)    translateY(0)    translateZ(0); }
}

/* Download button — gold themed */
.download-btn {
    display: none;
    margin: 30px auto 0;
    padding: 12px 32px;
    font-size: 0.85rem;
    font-weight: 400;
    background: linear-gradient(135deg, rgba(212,175,55,0.08), rgba(155,89,182,0.06));
    color: var(--gold-bright);
    border: 1px solid var(--border-gold);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
}
.download-btn:hover {
    background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(155,89,182,0.1));
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(212,175,55,0.12);
}

/* Chart disclaimer */
.chart-disclaimer {
    text-align: center;
    margin-top: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--text-secondary);
    opacity: 0.85;
    font-style: italic;
    font-weight: 400;
}

/* City autocomplete */
.input-field:has(> #birthTime) { width: 150px; }
#birthTime { letter-spacing: 4px; }

.city-row {
    justify-content: center;
}
.city-autocomplete-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
}
.city-autocomplete-wrapper .input-field {
    width: 100%;
}
.city-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(26, 24, 20, 0.10);
    border-radius: 2px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 100;
    backdrop-filter: blur(16px) saturate(1.15);
    -webkit-backdrop-filter: blur(16px) saturate(1.15);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 12px 36px rgba(26, 24, 20, 0.08),
        0 2px 8px rgba(91, 30, 46, 0.06);
}
.city-option {
    padding: 12px 20px;
    cursor: pointer;
    color: var(--text-secondary, #4A4238);
    transition: background 0.3s ease, color 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    border-bottom: 1px solid rgba(26, 24, 20, 0.05);
}
.city-option:last-child { border-bottom: none; }
.city-option:hover {
    background: rgba(154, 123, 40, 0.07);
    color: var(--text-primary, #1A1814);
}

/* Input hint sub */
.input-hint-sub {
    margin-top: 8px;
    color: #D8C2C8;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.88rem;
    font-weight: 400;
    opacity: 0.92;
    line-height: 1.55;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 6px rgba(10, 4, 20, 0.5);
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* ====== FOOTER — Redesigned 3-column layout ====== */
.footer {
    position: relative;
    z-index: 1;
    padding: 80px 24px 32px;
    margin-top: 48px;
    /* Slightly darker overlay on top of the mystic cosmic background */
    background: rgba(0, 0, 0, 0.3);
    color: #DAB1A6;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    opacity: 1;
}
/* Thin gold gradient line at the very top edge */
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(212, 175, 55, 0.15) 20%,
        rgba(212, 175, 55, 0.6) 50%,
        rgba(212, 175, 55, 0.15) 80%,
        transparent 100%);
    pointer-events: none;
}

.footer-container {
    max-width: 1150px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1fr;
    gap: 44px;
    padding-bottom: 48px;
}
@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}
.footer-col {
    text-align: left;
}

/* ---- LEFT: Brand ---- */
.footer-brand-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin: 0 0 8px 0;
    background: linear-gradient(135deg,
        #A2754F 0%,
        #C2906B 30%,
        #F2D9C2 50%,
        #C2906B 70%,
        #A2754F 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.footer-brand-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 500;
    color: #E8D2D8;
    letter-spacing: 0.18em;
    margin: 0 0 20px 0;
    opacity: 1;
}
.footer-brand-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #DAB1A6;
    line-height: 1.75;
    margin: 0;
    max-width: 440px;
    opacity: 1;
}

/* ---- Column titles (H4) — shared by nav and contact ---- */
.footer-col-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    color: var(--gold-bright);
    margin: 0 0 22px 0;
    padding-bottom: 12px;
    position: relative;
}
.footer-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg,
        rgba(212, 175, 55, 0.75),
        transparent);
}

/* ---- MIDDLE: Quick-access nav links ---- */
.footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-link-list li {
    margin: 0 0 11px 0;
}
.footer-link {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: #DAB1A6;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
    opacity: 1;
}
.footer-link:hover,
.footer-link:focus-visible {
    color: var(--gold-bright);
    text-decoration-color: var(--gold-bright);
    outline: none;
}

/* ---- RIGHT: Contact block ---- */
.footer-contact-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #DAB1A6;
    letter-spacing: 0.08em;
    margin: 0 0 12px 0;
    opacity: 1;
}
.footer-sparkle-divider {
    display: block;
    color: var(--gold-bright);
    opacity: 0.85;
    margin: 0 0 16px 0;
    line-height: 0;
}
.footer-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #DAB1A6;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    padding: 6px 0;
    transition: color 0.3s ease;
    opacity: 1;
}
.footer-social-icon {
    color: var(--gold-bright);
    transition: transform 0.3s ease, filter 0.3s ease;
    flex-shrink: 0;
}
.footer-social:hover,
.footer-social:focus-visible {
    color: var(--gold-bright);
    outline: none;
}
.footer-social:hover .footer-social-icon,
.footer-social:focus-visible .footer-social-icon {
    transform: scale(1.12);
    filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.6));
}

/* ---- Bottom copyright bar ---- */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px 24px;
    padding-top: 26px;
    position: relative;
}
.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(212, 175, 55, 0.35) 25%,
        rgba(212, 175, 55, 0.55) 50%,
        rgba(212, 175, 55, 0.35) 75%,
        transparent);
    pointer-events: none;
}
.footer-copyright,
.footer-legal {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.98rem;
    letter-spacing: 0.04em;
    opacity: 1;
}
.footer-copyright {
    color: #E8D2D8;
    font-weight: 500;
}
.footer-legal {
    color: #C9B0A0;
    font-style: italic;
    font-weight: 500;
}

/* ---- Mobile: stack columns ---- */
@media (max-width: 900px) {
    .footer { padding: 60px 20px 28px; margin-top: 32px; }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 36px;
    }
    .footer-brand-desc { max-width: 100%; }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .footer-bottom::before { left: 15%; right: 15%; }
}
@media (max-width: 640px) {
    .footer { padding: 48px 16px 24px; }
    .footer-brand-title { font-size: 1.2rem; }
    .footer-col-title { font-size: 0.9rem; }
    .footer-link { font-size: 0.95rem; }
    .footer-copyright,
    .footer-legal { font-size: 0.82rem; }
}

/* ====== UTILITY ANIMATIONS ====== */
@keyframes riseIn {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes slideInUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Star twinkle per CLAUDE.md */
@keyframes starTwinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50%       { opacity: 1;   transform: scale(1.3); }
}

/* Gold particle float */
@keyframes particleFloat {
    from { transform: translateY(0) rotate(0deg); opacity: 0.6; }
    to   { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
}

/* ====== INTRO LOADER ====== */
/* Hide all body content while loading; loader is the only visible element */
body.is-loading > *:not(.intro-loader) {
    opacity: 0;
}

.intro-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse at center,
            #1C1538 0%,
            #0D0820 35%,
            #080512 75%,
            #030106 100%);
    overflow: hidden;
    will-change: transform, opacity;
}
/* Inner radial glow that breathes */
.intro-loader::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,
        rgba(212,175,55,0.15) 0%,
        rgba(199,125,186,0.08) 30%,
        transparent 65%);
    animation: introInnerBreath 4s ease-in-out infinite;
    pointer-events: none;
}
/* Subtle noise overlay */
.intro-loader::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
    mix-blend-mode: overlay;
}
@keyframes introInnerBreath {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50%      { opacity: 1;   transform: scale(1.1); }
}

.intro-symbol-wrap {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.intro-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.55);
    box-shadow:
        0 0 30px rgba(212,175,55,0.25),
        inset 0 0 30px rgba(212,175,55,0.12);
    transform: scale(0.4);
    opacity: 0;
    pointer-events: none;
}
.intro-ring.ring-2 {
    inset: 18px;
    border-color: rgba(212,175,55,0.4);
    border-width: 1px;
}
.intro-ring.ring-3 {
    inset: 36px;
    border-color: rgba(212,175,55,0.3);
    border-style: dashed;
}

.intro-symbol {
    position: relative;
    width: 90px;
    height: 90px;
    color: #C2906B;
    filter:
        drop-shadow(0 0 16px rgba(212,175,55,0.85))
        drop-shadow(0 0 32px rgba(212,175,55,0.45));
    opacity: 0;
    transform: scale(0.4) rotate(-90deg);
    z-index: 3;
}
.intro-symbol svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.intro-text {
    margin-top: 60px;
    font-family: 'Cormorant Garamond', 'Cormorant Garamond', serif;
    font-weight: 900;
    font-size: 1.7rem;
    letter-spacing: 0.42em;
    text-align: center;
    z-index: 2;
    /* Animated gold gradient text */
    background: linear-gradient(
        100deg,
        #A2754F 0%,
        #C2906B 25%,
        #F2D9C2 50%,
        #C2906B 75%,
        #A2754F 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: introTextShimmer 4s linear infinite;
    filter: drop-shadow(0 0 20px rgba(212,175,55,0.3));
}
.intro-text .intro-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
@keyframes introTextShimmer {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* Decorative lines flanking the text */
.intro-tagline {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 2;
    opacity: 0;
}
.intro-tagline-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.6));
}
.intro-tagline-line:last-child {
    background: linear-gradient(90deg, rgba(212,175,55,0.6), transparent);
}
.intro-tagline-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-style: italic;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--text-secondary);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 640px) {
    .header h1 { font-size: 1.9rem; letter-spacing: 0.08em; white-space: normal; }
    .header { padding: 80px 20px 60px; min-height: auto; }
    .hero-title-row { gap: 12px; flex-wrap: wrap; }
    .hero-ornament { flex: 0 1 60px; max-width: 60px; min-width: 40px; }
    .hero-eyebrow { font-size: 0.62rem; padding: 7px 14px; gap: 8px; letter-spacing: 0.22em; margin-bottom: 26px; }
    .hero-eyebrow .eyebrow-glyph { width: 11px; height: 11px; }
    .header .subtitle { font-size: 0.95rem; letter-spacing: 0.28em; }
    .hero-divider { gap: 12px; margin-top: 22px; }
    .hero-divider-line { width: 50px; }
    .hero-aurora { height: 240px; filter: blur(45px); }
    .aurora-blob.aurora-1 { width: 220px; height: 220px; }
    .aurora-blob.aurora-2 { width: 200px; height: 200px; }
    .aurora-blob.aurora-3 { width: 180px; height: 180px; }
    .input-card { padding: 30px 20px; border-radius: 12px; }
    .input-card-title { font-size: 1rem; margin-bottom: 26px; }
    .input-row { flex-direction: column; gap: 14px; align-items: center; }
    .input-field { width: 100%; max-width: 280px; }
    .input-field:has(> #birthTime) { width: 100%; max-width: 280px; }
    .input-field input { padding: 20px 18px 12px 18px; font-size: 1rem; }
    .city-autocomplete-wrapper { max-width: 100%; }
    .result-cards { grid-template-columns: 1fr; }
    .modal { max-width: 95vw; }
    .modal-header { flex-direction: column; text-align: center; padding: 28px 20px 16px; }
    .modal-body { padding: 20px; }
    .age-periods { flex-direction: column; align-items: center; }
    .section-title { font-size: 1.4rem; }
    .nebula { display: none; }
    .planet-summary { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .birthchart-section { padding: 30px 10px; }
    .birthchart-wrapper { max-width: 100%; overflow: visible; }
    .birthchart-wrapper svg { max-width: 100%; overflow: visible; }
    .download-btn { padding: 10px 20px; font-size: 0.8rem; }
    .matrix-section { padding: 30px 10px; }
    .input-card button { padding: 14px 24px; font-size: 0.8rem; letter-spacing: 0.15em; }
    .info-card { padding: 24px; }
    .info-card h3 { font-size: 0.9rem; }
    /* Intro loader mobile sizing */
    .intro-symbol-wrap { width: 170px; height: 170px; }
    .intro-symbol { width: 70px; height: 70px; }
    .intro-text { font-size: 1.15rem; letter-spacing: 0.28em; margin-top: 44px; }
    .intro-tagline-text { font-size: 0.6rem; letter-spacing: 0.22em; }
    .intro-tagline-line { width: 28px; }
}

/* ====== CURSOR GLOW EFFECT ====== */
/* Sits above everything; main cursor is unchanged. */
.cursor-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 100001;
    background: radial-gradient(circle,
        rgba(212, 175, 55, 0.5) 0%,
        rgba(212, 175, 55, 0.18) 35%,
        transparent 70%);
    mix-blend-mode: screen;
    filter: blur(4px);
    /* JS sets --x and --y; CSS handles scale via classes */
    transform: translate(var(--x, -100px), var(--y, -100px)) scale(var(--scale, 0.5));
    will-change: transform;
    transition:
        transform-origin 0.2s,
        background 0.25s ease;
    /* Make sure transform changes from class don't transition (would lag the lerp) */
    /* Only the scale part of transform should transition: use a separate scale prop */
}
/* Hover over interactive elements: grow + extra glow */
.cursor-glow.cursor-glow--hover {
    --scale: 1;
    background: radial-gradient(circle,
        rgba(212, 175, 55, 0.6) 0%,
        rgba(212, 175, 55, 0.25) 40%,
        transparent 75%);
}
/* Hover over matrix nodes: amethyst tint */
.cursor-glow.cursor-glow--matrix {
    --scale: 1;
    background: radial-gradient(circle,
        rgba(147, 112, 219, 0.55) 0%,
        rgba(147, 112, 219, 0.22) 40%,
        transparent 75%);
}

/* Trail dots — small fading sparks left behind cursor */
.cursor-trail-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold-bright);
    box-shadow:
        0 0 6px rgba(212, 175, 55, 0.9),
        0 0 12px rgba(212, 175, 55, 0.4);
    pointer-events: none;
    z-index: 100000;
    will-change: transform, opacity;
    animation: cursorTrailFade 0.4s ease-out forwards;
}
@keyframes cursorTrailFade {
    0%   { opacity: 0.85; transform: translate(var(--tx), var(--ty)) scale(1); }
    100% { opacity: 0;    transform: translate(var(--tx), var(--ty)) scale(0.25); }
}

/* Disable cursor effect on touch devices and reduced-motion */
@media (pointer: coarse) {
    .cursor-glow,
    .cursor-trail-dot { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
    .cursor-glow,
    .cursor-trail-dot { display: none !important; }
}

/* ============================================================
   PDF DOWNLOAD CTA — beneath results section
   ============================================================ */
.pdf-download-cta {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid var(--border-gold);
    text-align: center;
    position: relative;
}
.pdf-download-cta::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: var(--gold-bright);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
}
.btn-pdf-download {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    background: linear-gradient(135deg, #A2754F 0%, #C2906B 50%, #A2754F 100%);
    background-size: 200% 100%;
    color: #050308;
    border: none;
    font-family: 'Cormorant Garamond', 'Cormorant Garamond', serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 1.05rem 2.6rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow:
        0 4px 24px rgba(212, 175, 55, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-pdf-download:hover {
    background-position: right center;
    letter-spacing: 0.22em;
    box-shadow:
        0 6px 36px rgba(212, 175, 55, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}
.btn-pdf-download::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
    pointer-events: none;
}
.btn-pdf-download:hover::after {
    left: 130%;
}
.pdf-download-icon {
    flex-shrink: 0;
}
.pdf-download-hint {
    margin-top: 1.4rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--text-secondary);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* ============================================================
   PDF LOADING OVERLAY — full-screen ritual animation
   ============================================================ */
#pdfLoadingOverlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: radial-gradient(ellipse at center,
        rgba(26, 20, 40, 0.97) 0%,
        rgba(5, 3, 8, 0.99) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pdfOverlayFadeIn 0.4s ease;
}
@keyframes pdfOverlayFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.pdf-loading-card {
    text-align: center;
    padding: 3rem 2rem;
    max-width: 480px;
}
.pdf-loading-orb {
    width: 120px;
    height: 120px;
    margin: 0 auto 2.5rem;
    position: relative;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%,
        rgba(255, 232, 168, 0.95) 0%,
        rgba(212, 175, 55, 0.7) 35%,
        rgba(139, 117, 54, 0.4) 70%,
        transparent 100%);
    box-shadow:
        0 0 60px rgba(212, 175, 55, 0.5),
        0 0 120px rgba(212, 175, 55, 0.25),
        inset 0 0 30px rgba(255, 232, 168, 0.4);
    animation: pdfOrbPulse 2.4s ease-in-out infinite;
}
.pdf-loading-orb::before,
.pdf-loading-orb::after {
    content: '';
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.35);
    animation: pdfOrbRing 3s ease-out infinite;
}
.pdf-loading-orb::after {
    animation-delay: 1.5s;
}
@keyframes pdfOrbPulse {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50%      { transform: scale(1.08); filter: brightness(1.2); }
}
@keyframes pdfOrbRing {
    0%   { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.6); opacity: 0; }
}
.pdf-loading-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gold-bright);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}
.pdf-loading-msg {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: var(--text-primary);
    margin-bottom: 2rem;
    min-height: 1.5em;
    transition: opacity 0.3s ease;
}
.pdf-loading-hint {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    opacity: 0.8;
}

@media (max-width: 600px) {
    .btn-pdf-download {
        font-size: 0.78rem;
        padding: 0.95rem 1.6rem;
        letter-spacing: 0.14em;
    }
    .pdf-loading-orb {
        width: 90px;
        height: 90px;
    }
    .pdf-loading-title {
        font-size: 1.1rem;
    }
    .pdf-loading-msg {
        font-size: 1rem;
    }
}

/* ============================================================
   PRICING SECTION — Paketler
   ============================================================ */
.pricing-section {
    padding: 100px 20px 80px;
    position: relative;
    z-index: 1;
}

.pricing-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
    color: var(--gold-bright);
}
.pricing-eyebrow-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);
}

.pricing-title {
    text-align: center;
    margin-bottom: 14px;
}

.pricing-desc {
    text-align: center;
    margin-bottom: 60px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    max-width: 920px;
    margin: 0 auto;
    align-items: stretch;
}

/* ===== Card base ===== */
.pricing-card {
    background: linear-gradient(135deg, rgba(28, 21, 56, 0.85), rgba(13, 8, 32, 0.95));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-gold);
    border-radius: 4px;
    padding: 48px 36px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pricing-card::before,
.pricing-card::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-color: var(--gold-bright);
    border-style: solid;
    transition: all 0.4s ease;
}
.pricing-card::before { top: 10px; left: 10px; border-width: 1px 0 0 1px; }
.pricing-card::after  { bottom: 10px; right: 10px; border-width: 0 1px 1px 0; }

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 30px 80px rgba(212, 175, 55, 0.18),
                0 0 0 1px rgba(212, 175, 55, 0.25);
}
.pricing-card:hover::before,
.pricing-card:hover::after {
    width: 30px;
    height: 30px;
}

/* ===== Featured (Profesyonel) variant ===== */
.pricing-card.pricing-professional {
    border-width: 2px;
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.15),
                0 0 0 1px rgba(212, 175, 55, 0.2);
    transform: scale(1.02);
}
.pricing-card.pricing-professional::before,
.pricing-card.pricing-professional::after {
    width: 28px;
    height: 28px;
    border-width: 1.5px 0 0 1.5px;
}
.pricing-card.pricing-professional::after {
    border-width: 0 1.5px 1.5px 0;
}
.pricing-card.pricing-professional:hover {
    transform: scale(1.02) translateY(-8px);
}

.pricing-popular-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #A2754F, #C2906B, #F2D9C2, #C2906B, #A2754F);
    background-size: 200% auto;
    color: #2A1018;
    padding: 7px 22px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    animation: popularShimmer 4s ease-in-out infinite;
}
@keyframes popularShimmer {
    0%, 100% { background-position: 0% center; }
    50%      { background-position: 100% center; }
}

/* ===== Card head ===== */
.pricing-card-head {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--border-subtle);
}

.pricing-plan-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--gold-bright);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pricing-plan-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.98rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* ===== Quota (big number) ===== */
.pricing-quota {
    text-align: center;
    margin-bottom: 24px;
}
.pricing-quota-num {
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 4.5rem;
    line-height: 1;
    background: linear-gradient(135deg, #F2D9C2 0%, #C2906B 50%, #A2754F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}
.pricing-quota-label {
    display: block;
    margin-top: 8px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-secondary);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* ===== Price block ===== */
.pricing-price-block {
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    margin-bottom: 18px;
}

.pricing-price {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: var(--gold-bright);
}
.pricing-currency {
    /* Cinzel ve IM Fell English Türk Lirası glyph'ini icermez,
       sistem fontuna fallback yapiyoruz */
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 2px;
}
.pricing-amount {
    font-family: 'IM Fell English', serif;
    font-style: italic;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 600;
}
.pricing-period {
    margin-top: 6px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--text-secondary);
}

.pricing-per-unit {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    color: var(--text-primary);
    margin-bottom: 28px;
}
.lira-sym {
    /* TL sembolu icin sistem fontu - Cormorant ve Cinzel ₺ icermez */
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.pricing-per-unit-savings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.pricing-savings-badge {
    display: inline-block;
    padding: 5px 14px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.10));
    border: 1px solid var(--border-gold);
    border-radius: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.82rem;
    color: var(--gold-bright);
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-weight: 600;
}

/* ===== Features list ===== */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex: 1;
}
.pricing-features li {
    position: relative;
    padding: 10px 0 10px 28px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    color: var(--text-primary);
    line-height: 1.5;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.12);
}
.pricing-features li:last-child {
    border-bottom: none;
}
.pricing-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--gold-bright);
    font-weight: 700;
    font-size: 1.1rem;
}
.pricing-features li.pricing-feature-highlight {
    color: var(--gold-bright);
    font-weight: 500;
}
.pricing-features li.pricing-feature-highlight::before {
    content: '\2605';
    color: #F2D9C2;
}

/* ===== CTA Buttons ===== */
.pricing-cta-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.pricing-btn-primary {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.25);
}
.pricing-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
    letter-spacing: 0.14em;
}
.pricing-btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
    pointer-events: none;
}
.pricing-btn-primary:hover::after {
    left: 130%;
}

.pricing-btn-secondary {
    background: transparent;
    color: var(--gold-bright);
    border: 1px solid var(--border-gold);
}
.pricing-btn-secondary:hover {
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--gold-bright);
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.2);
}

.pricing-btn-icon {
    flex-shrink: 0;
}

/* ===== Contact strip below cards ===== */
.pricing-contact-strip {
    margin-top: 50px;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-contact-strip p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--text-primary);
    margin: 0 0 12px 0;
    line-height: 1.7;
}
.pricing-contact-strip a {
    color: var(--gold-bright);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
}
.pricing-contact-strip a:hover {
    color: #F2D9C2;
    border-bottom-color: #F2D9C2;
}
.pricing-contact-note {
    font-style: italic;
    font-size: 0.98rem !important;
    color: var(--text-secondary) !important;
}
.pricing-contact-note strong {
    color: var(--gold-bright);
    font-weight: 600;
}

/* ===== Mobile responsive ===== */
@media (max-width: 880px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        max-width: 460px;
    }
    .pricing-card.pricing-professional {
        transform: none;
    }
    .pricing-card.pricing-professional:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 600px) {
    .pricing-section {
        padding: 60px 16px 50px;
    }
    .pricing-card {
        padding: 40px 24px 32px;
    }
    .pricing-quota-num {
        font-size: 3.6rem;
    }
    .pricing-amount {
        font-size: 2.6rem;
    }
    .pricing-currency {
        font-size: 1.5rem;
    }
    .pricing-features li {
        font-size: 1rem;
    }
    .pricing-btn {
        font-size: 0.85rem;
        padding: 13px 20px;
    }
}

/* ============================================================================
   AUTH WIDGET — Sağ üst köşede yüzen Hesabım/Giriş butonu
   ============================================================================ */
/* Auth widget — top-bar ile entegre editorial cream tema (eski dark pill kaldırıldı) */
.auth-widget {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    padding: 22px clamp(1.75rem, 4vw, 3.5rem) !important;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    display: flex !important;
    align-items: center !important;
    /* GARANTI: background, border, shadow, radius hepsi sıfırlanır */
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--text-primary, #2B1F1D) !important;
}

.auth-widget.ready {
    opacity: 1;
    pointer-events: auto;
}

/* Widget link top-bar-link ile aynı tipografi — !important ile cascade çakışmaları yendi */
.auth-widget-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.85em !important;
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    color: var(--text-primary, #2B1F1D) !important;
    padding: 0 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.34em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    transition: color 0.4s ease, letter-spacing 0.4s ease;
    box-shadow: none !important;
}

.auth-widget-link:hover {
    color: var(--gold-bright, #C2906B);
    border: none;
    box-shadow: none;
    letter-spacing: 0.32em;
}

.auth-widget-link svg {
    color: var(--gold-bright, #C2906B);
    width: 14px;
    height: 14px;
}

/* Kredi rozeti — ince ayırıcı + soluk altın */
.auth-widget-credit {
    color: var(--gold-bright, #C2906B);
    margin-left: 0.4rem;
    padding-left: 0.85rem;
    border-left: 1px solid rgba(154, 123, 40, 0.30);
    letter-spacing: 0.30em;
    font-weight: 500;
    font-size: 0.78rem;
    text-transform: none;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
}

/* Üye Ol linki — Giriş Yap ile birlikte anonim kullanıcıya gösterilir */
.auth-widget-signup {
    color: var(--gold-bright, #C2906B);
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: 0.30em;
    font-size: 0.82rem;
    text-transform: uppercase;
    /* "Giriş Yap"tan ince bir dikey ayraçla ayrılır (artık yapışık değil) */
    margin-left: 1.25em;
    padding-left: 1.25em;
    border-left: 1px solid rgba(251, 238, 233, 0.32);
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}
.auth-widget-signup:hover {
    color: var(--text-primary, #1A1814);
    letter-spacing: 0.32em;
}

/* Admin badge ve ayırıcı — editorial cream */
.auth-widget-admin {
    color: var(--amethyst, #6B3F8E);
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: 0.30em;
    font-size: 0.82rem;
    transition: color 0.3s ease;
}
.auth-widget-admin:hover { color: var(--gold-bright, #C2906B); }
.auth-widget-sep {
    color: rgba(26, 24, 20, 0.30);
    margin: 0 0.5em;
    letter-spacing: normal;
    font-size: 0.9rem;
}

/* Logged-in iken eski Giriş Yap top-bar linkini gizle — duplicate önlemi */
.auth-widget.ready ~ .top-bar .top-bar-link,
body:has(.auth-widget.ready) .top-bar-link { display: none !important; }

@media (max-width: 600px) {
    .auth-widget {
        top: 12px;
        right: 12px;
    }
    .auth-widget-link {
        padding: 0.5rem 0.85rem;
        font-size: 0.65rem;
    }
}

/* ============================================================================
   LOGIN REQUIRED MODAL — Hesapla butonuna basıldığında, anonim kullanıcılar
   ============================================================================ */
.login-modal-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(10, 6, 18, 0.85), rgba(5, 3, 8, 0.95));
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.login-modal-overlay.show {
    display: flex;
    opacity: 1;
}

.login-modal {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: linear-gradient(135deg,
        rgba(26, 20, 40, 0.92) 0%,
        rgba(17, 13, 26, 0.97) 100%);
    border: 1px solid var(--gold-bright, #C2906B);
    border-radius: 2px;
    padding: 3rem 2.5rem 2.5rem;
    text-align: center;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6),
                0 0 80px rgba(212, 175, 55, 0.12);
    backdrop-filter: blur(20px);
    transform: scale(0.94) translateY(20px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.login-modal-overlay.show .login-modal {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Köşe süsleri */
.login-modal::before,
.login-modal::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-color: var(--gold-bright, #C2906B);
    border-style: solid;
}

.login-modal::before {
    top: 10px;
    left: 10px;
    border-width: 1px 0 0 1px;
}

.login-modal::after {
    bottom: 10px;
    right: 10px;
    border-width: 0 1px 1px 0;
}

.login-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: 1px solid rgba(240, 230, 211, 0.15);
    color: rgba(240, 230, 211, 0.6);
    width: 32px;
    height: 32px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.login-modal-close:hover {
    border-color: var(--gold-bright, #C2906B);
    color: var(--gold-bright, #C2906B);
    box-shadow: 0 0 16px rgba(212, 175, 55, 0.25);
}

.login-modal-symbol {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    color: var(--gold-bright, #C2906B);
    opacity: 0.85;
    animation: loginSymbolPulse 4s ease-in-out infinite;
}

@keyframes loginSymbolPulse {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.3)); }
    50%      { transform: scale(1.05); filter: drop-shadow(0 0 24px rgba(212, 175, 55, 0.5)); }
}

.login-modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #F0E6D3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.login-modal-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #D4AAB2;
    margin-bottom: 2rem;
    font-weight: 400;
}

.login-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.login-modal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.login-modal-btn-primary {
    background: linear-gradient(135deg, #A2754F, #C2906B, #A2754F);
    background-size: 200% 100%;
    color: #050308;
    border: none;
}

.login-modal-btn-primary:hover {
    background-position: right center;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
    letter-spacing: 0.2em;
}

.login-modal-btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
}

.login-modal-btn-primary:hover::after {
    left: 120%;
}

.login-modal-btn-secondary {
    background: transparent;
    color: var(--gold-bright, #C2906B);
    border: 1px solid var(--gold-bright, #C2906B);
}

.login-modal-btn-secondary:hover {
    background: rgba(212, 175, 55, 0.1);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
    letter-spacing: 0.2em;
}

.login-modal-hint {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: #B08D95;
    font-style: italic;
    margin: 0;
}

@media (max-width: 600px) {
    .login-modal {
        padding: 2.5rem 1.75rem 2rem;
    }
    .login-modal-title {
        font-size: 1.3rem;
    }
    .login-modal-text {
        font-size: 1.05rem;
    }
    .login-modal-symbol {
        width: 52px;
        height: 52px;
    }
}

/* ================================================================
   EDITORIAL HERO — Pembe + Altın iridescent portal (Gizem palette)
   Pinyon Script ile dramatik "matris" + Fraunces yardımcı kelimeler
   Bu blok stilesheet'in EN SONUNDA durmalı.
   ================================================================ */

/* Body cream temizliği */
body { background: #E0B8AD !important; }

/* Hero pin wrapper — 500vh, premium yavaş scroll-through.
   2 finale cümlesi + hero exit için ~4 viewport nefes alma alanı */
.hero-scroll-wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 500vh;
}

.header {
    position: sticky !important;
    top: 0 !important;
    /* iOS Safari için dvh, fallback vh */
    min-height: 100vh !important;
    min-height: 100dvh !important;
    height: 100vh !important;
    height: 100dvh !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: transparent !important;
    text-align: left !important;
    box-sizing: border-box !important;
    isolation: isolate;
}

/* ----- IRIDESCENT BACKDROP STAGE — gerçek görsel ----- */
.iri-stage {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    /* Görsel yüklenmeden önce fallback krem gradient */
    background: linear-gradient(135deg, #FAF0E0 0%, #F4D4D8 50%, #EFD4DC 100%);
    /* Alt sınır yumuşak — krem zemine kademeli karışır (sert köşe yok) */
    -webkit-mask-image: linear-gradient(to bottom,
        #000 0%,
        #000 72%,
        rgba(0, 0, 0, 0.5) 92%,
        transparent 100%);
    mask-image: linear-gradient(to bottom,
        #000 0%,
        #000 72%,
        rgba(0, 0, 0, 0.5) 92%,
        transparent 100%);
}

/* Asıl backdrop — Google Flow video (poster jpg fallback) */
.iri-bg-image,
.iri-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    background: transparent;
    /* Video bir miktar zoom + sağa kaydırılır → watermark frame dışına çıkar */
    transform: scale(1.08) translateX(2%);
    transform-origin: center;
}

/* Veo watermark için sağ-alt maskeleme (cream blob) — taşacaksa görünmesin */
.iri-stage::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    height: 60px;
    background:
        radial-gradient(ellipse at right bottom,
            rgba(224, 184, 173, 0.85) 0%,
            rgba(224, 184, 173, 0.55) 40%,
            transparent 75%);
    pointer-events: none;
    z-index: 1;
}

/* Reduced motion isteyene videoyu duraklat (poster gösterilir) */
@media (prefers-reduced-motion: reduce) {
    .iri-bg-video {
        animation: none !important;
    }
}

/* Sol overlay — text okunabilirliği için kalın krem fade (video text'i bastırmasın) */
.iri-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        /* Sol kenar — text alanı için yoğun krem maske (script "matris" merkezde de yeterli) */
        linear-gradient(90deg,
            rgba(224, 184, 173, 0.85) 0%,
            rgba(224, 184, 173, 0.72) 18%,
            rgba(224, 184, 173, 0.50) 40%,
            rgba(224, 184, 173, 0.22) 62%,
            transparent 82%),
        /* Üst & alt — top-bar ve scroll cue için soft fade */
        linear-gradient(180deg,
            rgba(227, 190, 180, 0.45) 0%,
            transparent 22%,
            transparent 78%,
            rgba(227, 190, 180, 0.50) 100%);
}

/* ============================================================================
   FINALE BACKDROPS — Section 2 ve 3 için ayrı premium arka planlar
   - JS opacity'leri scroll progress'e göre kontrol eder (titreme yok, pure fade)
   - background-image URL'i sonradan ayarlanabilir (gradient placeholder)
   ============================================================================ */
.finale-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;                            /* video üstünde, overlay altında */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: opacity;
    transition: opacity 0.08s linear;     /* mikro sıçramaları yumuşat */
}

/* Finale 1 — "Doğduğun anın sırrını birlikte çözelim"
   Ana katman: /finale1-bg.png (kullanıcı görseli)
   Alt katman: amethyst + pembe nebula gradient (görsel yüklenemezse fallback) */
#finale1Bg {
    background-image:
        /* Hafif krem maske — text kontrastı için (sol kenar) */
        linear-gradient(90deg,
            rgba(5, 3, 8, 0.45) 0%,
            rgba(5, 3, 8, 0.20) 35%,
            transparent 65%),
        /* Premium görsel */
        url('/finale1-bg.png'),
        /* Fallback gradient'ler */
        radial-gradient(ellipse 60% 50% at 78% 22%,
            rgba(212, 169, 97, 0.55) 0%,
            rgba(212, 169, 97, 0.20) 35%,
            transparent 70%),
        radial-gradient(ellipse 65% 70% at 28% 48%,
            rgba(249, 146, 253, 0.40) 0%,
            rgba(155, 89, 182, 0.28) 40%,
            transparent 75%),
        radial-gradient(ellipse 120% 90% at 50% 60%,
            #1a0a2e 0%,
            #0d0520 50%,
            #050308 100%);
    background-color: #050308;
}

/* Finale 2 — "Hadi başlayalım"
   Ana katman: /finale2-bg.png (kullanıcı görseli)
   Alt katman: altın portal gradient (fallback) */
#finale2Bg {
    background-image:
        /* Hafif krem maske — text kontrastı için */
        linear-gradient(90deg,
            rgba(5, 3, 8, 0.40) 0%,
            rgba(5, 3, 8, 0.15) 35%,
            transparent 65%),
        /* Premium görsel */
        url('/finale2-bg.png'),
        /* Fallback gradient'ler */
        radial-gradient(ellipse 50% 60% at 50% 45%,
            rgba(252, 220, 150, 0.65) 0%,
            rgba(212, 169, 97, 0.40) 25%,
            rgba(155, 89, 182, 0.22) 55%,
            transparent 80%),
        radial-gradient(ellipse 70% 50% at 18% 82%,
            rgba(249, 146, 253, 0.30) 0%,
            transparent 60%),
        radial-gradient(ellipse 110% 50% at 50% 5%,
            rgba(224, 184, 173, 0.18) 0%,
            transparent 60%),
        radial-gradient(ellipse 120% 90% at 50% 70%,
            #1a0a2e 0%,
            #0d0520 55%,
            #050308 100%);
    background-color: #050308;
}

/* Ambient floating sparks — backdrop ortam dokusu (cursor trail'den ayrı) */
.iri-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.ambient-spark {
    position: absolute;
    left: var(--x, 50%);
    top: var(--y, 50%);
    width: var(--s, 4px);
    height: var(--s, 4px);
    margin-left: calc(var(--s, 4px) * -0.5);
    margin-top: calc(var(--s, 4px) * -0.5);
    background: radial-gradient(circle, #C9A961 0%, rgba(232, 130, 165, 0.6) 50%, transparent 80%);
    border-radius: 50%;
    box-shadow:
        0 0 6px rgba(232, 130, 165, 0.55),
        0 0 14px rgba(212, 100, 130, 0.3);
    animation: ambientFloat 22s ease-in-out var(--d, 0s) infinite;
    opacity: 0;
    will-change: transform, opacity;
}
@keyframes ambientFloat {
    0%   { transform: translate(0, 0)            scale(0.4); opacity: 0;    }
    15%  { transform: translate(8px, -20px)      scale(1);   opacity: 0.85; }
    50%  { transform: translate(-12px, -90px)    scale(1.1); opacity: 1;    }
    85%  { transform: translate(20px, -160px)    scale(0.8); opacity: 0.5;  }
    100% { transform: translate(-15px, -220px)   scale(0.3); opacity: 0;    }
}

/* Eski .hero-aurora artık atıl */
.hero-aurora { display: none !important; }
.header::before { display: none !important; }

@keyframes iriMeshRotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes iriDrift1 {
    0%, 100% { transform: translate(0, 0)         scale(1);    }
    33%      { transform: translate(-4vmin, 3vmin) scale(1.06); }
    66%      { transform: translate(3vmin, -3vmin) scale(0.95); }
}
@keyframes iriDrift2 {
    0%, 100% { transform: translate(0, 0)         scale(1);    }
    50%      { transform: translate(6vmin, -4vmin) scale(1.12); }
}
@keyframes iriPulse {
    0%, 100% { transform: translate(0, 0) scale(1);    opacity: 1;   }
    50%      { transform: translate(2vmin, 3vmin) scale(1.18); opacity: 0.55; }
}

/* ----- HERO CONTENT ----- */
.hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1640px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: clamp(7rem, 13vh, 10rem) clamp(1.5rem, 6vw, 6rem) clamp(5rem, 9vh, 7rem) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(1.25rem, 2.2vh, 2.4rem) !important;
    box-sizing: border-box;
}

/* Kicker — küçük üst etiket, altın çizgi */
.hero-kicker {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: clamp(0.72rem, 0.95vw, 0.95rem) !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    color: var(--text-secondary, #4A4238) !important;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
}
.hero-kicker .kicker-dash {
    color: #C2906B;
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 0.3em;
}

/* ----- 3-KATMANLI TİTLE HİYERARŞİSİ ----- */
.hero-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    color: var(--text-primary, #1A1814) !important;
    gap: 0 !important;
    text-align: left !important;
}
.hero-title .hero-word {
    display: block;
    color: inherit;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/* "Karmik" — üst, Cormorant Garamond italic (delikat, kıvrak) */
.hero-title .hero-word-pre {
    font-family: 'Cormorant Garamond', 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: clamp(2.2rem, 5vw, 5.5rem) !important;
    letter-spacing: -0.015em !important;
    margin-left: clamp(2vw, 4vw, 4vw) !important;
    color: var(--text-primary, #1A1814) !important;
    line-height: 1;
    opacity: 0.92;
    /* Motion JS animasyon yönetir — initial opacity .js-motion ile 0 */
}

/* "matris" — DEV Pinyon Script (Gizem palette) */
.hero-title .hero-word-script {
    font-family: 'Pinyon Script', 'Allura', cursive !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: clamp(7rem, 22vw, 26rem) !important;
    line-height: 0.78 !important;
    letter-spacing: -0.01em !important;
    color: var(--text-primary, #1A1814) !important;
    margin: -0.1em 0 -0.18em !important;
    padding: 0.15em 0 !important;
    overflow: visible !important;
    /* Video frame'lerinde altın geometri ile kontrast garantisi — subtle krem halo */
    text-shadow:
        0 1px 2px rgba(227, 190, 180, 0.55),
        0 0 24px rgba(224, 184, 173, 0.35);
    /* Motion JS animasyon yönetir */
}

/* "Analizi" — alt, Fraunces italic, biraz altın vurguyla */
.hero-title .hero-word-post {
    font-family: 'Cormorant Garamond', 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: clamp(1.95rem, 4.4vw, 4.9rem) !important;
    letter-spacing: 0.005em !important;
    margin-left: clamp(8vw, 18vw, 22vw) !important;
    color: var(--text-primary, #1A1814) !important;
    line-height: 1;
    /* Motion JS animasyon yönetir */
}

/* Motion JS aktif olduğunda hero elemanları başlangıçta görünmez (motion fade-in)
   JS kapalıysa: opacity 1 default — SEO/crawler güvenli */
html.js-motion .hero-kicker,
html.js-motion .hero-word,
html.js-motion .hero-tagline,
html.js-motion .hero-cta {
    opacity: 0;
}
/* Reduced motion: motion JS animate etmez, ama göstermeyi unutmasın */
@media (prefers-reduced-motion: reduce) {
    .hero-kicker, .hero-word, .hero-tagline, .hero-cta {
        opacity: initial !important;
    }
    html.js-motion .hero-word-pre { opacity: 0.9 !important; }
    html.js-motion .hero-word-post { opacity: 0.9 !important; }
}
.hero-title .hero-word-post em {
    font-style: italic;
    color: inherit;
}

/* SplitType wrapper'lar */
.hero-word-script[data-split-reveal] > span {
    display: inline-block !important;
}

/* Tagline — refined italic with delicate tracking */
.hero-tagline {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-size: clamp(1.1rem, 1.55vw, 1.5rem) !important;
    color: var(--text-secondary, #4A4238) !important;
    margin: 0.85rem 0 0 !important;
    max-width: 480px !important;
    letter-spacing: 0.01em !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    opacity: 0.92;
}
/* Tagline başında zarif altın "—" anchor */
.hero-tagline::before {
    content: '— ';
    color: var(--gold-bright, #C2906B);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 0.15em;
    opacity: 0.85;
}

/* ----- GLASS-MORPHIC CTA ----- */
.hero-cta {
    display: inline-flex !important;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1.85rem !important;
    margin: 1.25rem 0 0 !important;
    align-self: flex-start;

    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(20px) saturate(1.4) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.4) !important;
    border: 1px solid rgba(154, 123, 40, 0.35) !important;
    border-radius: 999px !important;

    font-family: 'Cormorant Garamond', serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: var(--text-primary, #1A1814) !important;

    cursor: pointer;
    transition: background 0.4s ease, border-color 0.4s ease,
                transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s ease, letter-spacing 0.4s ease !important;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 8px 24px rgba(154, 123, 40, 0.10),
        0 2px 6px rgba(91, 30, 46, 0.06);
}
.hero-cta:hover {
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(154, 123, 40, 0.6) !important;
    transform: translateY(-2px);
    letter-spacing: 0.26em !important;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.7) inset,
        0 14px 36px rgba(154, 123, 40, 0.18),
        0 4px 10px rgba(91, 30, 46, 0.10);
}
.hero-cta:active {
    transform: translateY(0) scale(0.98) !important;
    transition-duration: 0.12s !important;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 4px 12px rgba(154, 123, 40, 0.14) !important;
}
.hero-cta:focus-visible {
    outline: 2px solid var(--gold-bright, #C2906B) !important;
    outline-offset: 4px !important;
    border-color: rgba(154, 123, 40, 0.8) !important;
}
.hero-cta .cta-sparkle {
    width: 14px;
    height: 14px;
    color: #C2906B;
    flex-shrink: 0;
    animation: ctaSparkle 2.6s ease-in-out infinite;
}
@keyframes ctaSparkle {
    0%, 100% { transform: rotate(0deg)   scale(1);    opacity: 0.85; }
    50%      { transform: rotate(180deg) scale(1.18); opacity: 1;    }
}

/* ----- SCROLL CUE — viewport en altta dikey çubuk ----- */
.header::after {
    content: '';
    position: absolute !important;
    left: 50% !important;
    bottom: 2.5rem !important;
    width: 1px !important;
    height: 56px !important;
    background: linear-gradient(to bottom, transparent 0%, rgba(26, 24, 20, 0.6) 100%) !important;
    transform: translateX(-50%) !important;
    z-index: 3 !important;
    opacity: 0.65 !important;
    animation: scrollCueLine 2.4s ease-in-out infinite !important;
    pointer-events: none !important;
    display: block !important;
}
@keyframes scrollCueLine {
    0%, 100% { transform: translateX(-50%) scaleY(1)   translateY(0);  opacity: 0.55; }
    50%      { transform: translateX(-50%) scaleY(0.6) translateY(8px); opacity: 1;   }
}

/* Eski hero elemanlarını gizle (eyebrow div, title-row, divider, sparkles) */
.hero-eyebrow,
.hero-title-row,
.hero-divider,
.hero-sparkles,
.subtitle:not(.hero-tagline) {
    display: none !important;
}

/* ====== HERO FINALE — animasyon bittiğinde scroll'la beliren davet cümlesi ====== */
.hero-finale {
    position: absolute;
    inset: 0;
    z-index: 4; /* iri-stage'in üstünde, ama eski hero content (z=2) seviyesinde */
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 0 clamp(1.5rem, 6vw, 6rem);
    /* Drop-shadow'lar burada — JS .finale-text'in filter'ını blur için kullanıyor,
       o yüzden derinlik gölgelerini parent katmana koyduk (kalıcı). */
    filter:
        drop-shadow(0 3px 10px rgba(0, 0, 0, 0.85))
        drop-shadow(0 0 30px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 70px rgba(212, 169, 97, 0.32));
}
.finale-text {
    /* Cormorant Infant Italic — Cormorant ailesinin delikat versiyonu, tam Türkçe */
    font-family: 'Cormorant Infant', 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 500 !important;
    font-size: clamp(2.8rem, 6.2vw, 6.6rem) !important;
    line-height: 1.18 !important;
    letter-spacing: 0.005em !important;
    /* Sıcak krem-altın gradient — premium film başlığı hissi */
    color: #F8EBD0 !important;
    background: linear-gradient(180deg,
        #FFF6DF 0%,
        #F4D89A 45%,
        #E8B96A 80%,
        #C99A4A 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-align: center !important;
    margin: 0 !important;
    max-width: 22ch;
    /* JS kontrolünde — başlangıçta görünmez */
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(0.9);
    filter: blur(12px);
    /* Drop-shadow'lar parent .hero-finale'de (JS bu filter'ı blur için yazıyor) */
    text-shadow: none;
}
.finale-line { display: inline; }
.finale-text em {
    font-style: italic;
    /* Daha sıcak altın vurgu — em (—) öne çıksın */
    background: linear-gradient(180deg, #FFE7A8 0%, #E0AC54 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600;
    margin: 0 0.18em;
    letter-spacing: 0;
}
/* İkinci finale — daha küçük, çağrı tonu */
.finale-text--small {
    /* "Hadi başlayalım" — finale1 ile aynı stil, kısa cümle için kompakt */
    font-size: clamp(2.6rem, 5.6vw, 6rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0.005em !important;
    max-width: 14ch;
}
@media (max-width: 720px) {
    .finale-text {
        font-size: clamp(2rem, 8vw, 3.5rem) !important;
    }
}

/* ----- MOBILE ----- */
@media (max-width: 720px) {
    .header {
        min-height: 100vh !important;
        padding: clamp(5rem, 11vh, 8rem) 1.25rem clamp(3rem, 6vh, 5rem) !important;
    }
    .hero-title .hero-word-pre   { font-size: clamp(1.6rem, 7vw, 2.5rem) !important; margin-left: 6vw !important; }
    .hero-title .hero-word-script{ font-size: clamp(5.5rem, 28vw, 9rem) !important; margin: -0.08em 0 -0.14em !important; }
    .hero-title .hero-word-post  { font-size: clamp(1.4rem, 6vw, 2.2rem) !important; margin-left: 22vw !important; }
    .hero-kicker  { font-size: 0.7rem !important; }
    .hero-tagline { font-size: 1rem !important; }
    .hero-cta { font-size: 0.85rem !important; padding: 0.85rem 1.4rem !important; }
    /* Mobilde görsel sağa daha çok kayar, sol metin alanı genişler */
    .iri-bg-image { object-position: 80% 50% !important; }
    .iri-overlay {
        background:
            linear-gradient(180deg,
                rgba(224, 184, 173, 0.62) 0%,
                rgba(224, 184, 173, 0.32) 40%,
                rgba(224, 184, 173, 0.12) 70%,
                transparent 100%) !important;
    }
}

/* ============================================================================
   PREMIUM CARDS UPGRADE — Editorial cream tema, 3D tilt + mouse glow + ornament
   .age-period (dönem kartları) + .result-card (sonuç kartları)
   InteractiveTravelCard konsepti + editorial palette
   ============================================================================ */

/* Parent containerlara perspective — 3D sahne kur */
.age-periods,
.result-cards {
    perspective: 1400px !important;
}

/* --- AGE PERIOD CARDS (1. Dönem, 2. Dönem...) --- */
.age-period {
    --rx: 0deg;
    --ry: 0deg;
    --mx: 50%;
    --my: 50%;
    position: relative !important;
    overflow: hidden !important;
    padding: 22px 32px !important;
    min-width: 160px !important;
    background:
        radial-gradient(circle at var(--mx) var(--my),
            rgba(255, 247, 230, 0.85) 0%,
            transparent 55%),
        linear-gradient(160deg,
            rgba(255, 252, 246, 0.92) 0%,
            rgba(247, 240, 226, 0.88) 100%) !important;
    border: 1px solid rgba(154, 123, 40, 0.22) !important;
    border-radius: 4px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        inset 0 -1px 0 rgba(154, 123, 40, 0.08),
        0 8px 22px rgba(40, 20, 4, 0.10),
        0 2px 6px rgba(40, 20, 4, 0.06) !important;
    transform-style: preserve-3d !important;
    transform: rotateY(var(--rx)) rotateX(var(--ry)) translateZ(0) !important;
    transition:
        transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 380ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    will-change: transform;
    cursor: default;
}

/* Büyük dönem numarası — ornament backdrop */
.age-period::before {
    content: attr(data-num);
    position: absolute;
    right: -8px;
    bottom: -24px;
    font-family: 'IM Fell English', Georgia, serif;
    font-style: italic;
    font-size: 7rem;
    line-height: 1;
    color: rgba(154, 123, 40, 0.10);
    pointer-events: none;
    user-select: none;
    z-index: 0;
    transition: color 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.age-period:hover {
    transform: rotateY(var(--rx)) rotateX(var(--ry)) translateZ(10px) !important;
    border-color: rgba(154, 123, 40, 0.50) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -1px 0 rgba(154, 123, 40, 0.15),
        0 24px 50px rgba(40, 20, 4, 0.18),
        0 6px 16px rgba(40, 20, 4, 0.10),
        0 0 30px rgba(212, 175, 55, 0.25) !important;
}
.age-period:hover::before {
    color: rgba(154, 123, 40, 0.22);
    transform: translateZ(8px) rotate(-3deg);
}

.age-period .period-label,
.age-period .period-range {
    position: relative;
    z-index: 1;
    transform: translateZ(20px);
}

/* --- RESULT CARDS (Arkana kartları) --- */
.result-card {
    --rx: 0deg;
    --ry: 0deg;
    --mx: 50%;
    --my: 50%;
    background:
        radial-gradient(circle at var(--mx) var(--my),
            rgba(255, 247, 230, 0.55) 0%,
            transparent 60%),
        linear-gradient(160deg,
            rgba(255, 252, 246, 0.94) 0%,
            rgba(248, 242, 228, 0.92) 100%) !important;
    border: 1px solid rgba(154, 123, 40, 0.20) !important;
    border-left: 3px solid var(--gold-bright, #C2906B) !important;
    border-radius: 6px !important;
    padding: 24px 28px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 10px 26px rgba(40, 20, 4, 0.10),
        0 2px 8px rgba(40, 20, 4, 0.06) !important;
    transform-style: preserve-3d !important;
    transform: rotateY(var(--rx)) rotateX(var(--ry)) translateZ(0) !important;
    transition:
        transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        background 380ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    will-change: transform;
}

/* Watermark arkana numarası — DAHA BELİRGİN olsun */
.result-card::before {
    color: rgba(154, 123, 40, 0.10) !important;
    font-size: 6.5rem !important;
    z-index: 0 !important;
}

.result-card:hover,
.result-card:focus-visible {
    transform: rotateY(var(--rx)) rotateX(var(--ry)) translateZ(12px) !important;
    border-color: rgba(154, 123, 40, 0.55) !important;
    border-left-color: var(--gold-bright, #C2906B) !important;
    background:
        radial-gradient(circle at var(--mx) var(--my),
            rgba(255, 247, 230, 0.70) 0%,
            transparent 60%),
        linear-gradient(160deg,
            rgba(255, 252, 246, 0.97) 0%,
            rgba(250, 244, 230, 0.94) 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 28px 56px rgba(40, 20, 4, 0.18),
        0 8px 20px rgba(40, 20, 4, 0.10),
        0 0 36px rgba(212, 175, 55, 0.28) !important;
}
.result-card:hover::before {
    color: rgba(154, 123, 40, 0.22) !important;
    transform: translateY(-50%) scale(1.08) translateZ(5px) !important;
}
.result-card:hover {
    /* Eski translateX(8px) override — 3D tilt kullanıyoruz */
}

/* İç content katmanları — 3D'de öne çıksın */
.result-card .card-num {
    position: relative !important;
    z-index: 2 !important;
    transform: translateZ(35px);
}
.result-card .card-info {
    position: relative !important;
    z-index: 2 !important;
    transform: translateZ(28px);
}
.result-card .card-arrow {
    position: relative !important;
    z-index: 2 !important;
    transform: translateZ(20px);
}

/* Sweep light efekti (zaten vardı) — hover'da daha belirgin */
.result-card::after {
    background: linear-gradient(90deg,
        transparent,
        rgba(154, 123, 40, 0.45),
        transparent) !important;
    height: 1px !important;
    z-index: 3 !important;
}

/* Mobilde 3D tilt'i nötrle — touch'ta tilt anlamsız */
@media (hover: none), (pointer: coarse) {
    .age-period,
    .result-card {
        transform: none !important;
    }
}


/* ============================================================================
   PAID CUSTOMER — Marketing içerik gizleme
   Sadece KREDİSİ OLAN (ödeme yapmış) ya da admin kullanıcılar marketing'i
   görmez. Anonim ziyaretçiler ve kredisiz free signup kullanıcıları
   tanıtım/fiyat içeriğini görmeye devam eder — onlar henüz ikna olmamış.
   ============================================================================ */
body.is-paid-customer [data-marketing] {
    display: none !important;
}
body.is-paid-customer .section-divider:has(+ [data-marketing]) {
    display: none !important;
}

/* ============================================================================
   HERO ENTRANCE — RADIKAL SADE: SADECE OPACITY (transform yok)
   Transform animasyonu video decode ile rekabet edip stutter yaratıyordu.
   Pure opacity = GPU'da en ucuz animasyon. Hiçbir zaman takılmaz.
   Hızlı (toplam ~1.4s) — kullanıcı kasılma fark etmeden bitsin.
   ============================================================================ */
@keyframes heroFadeOnly {
    to { opacity: 1; }
}

/* Hero elementleri başlangıçta görünmez */
.js-motion .hero-kicker,
.js-motion .hero-title .hero-word-pre,
.js-motion .hero-title .hero-word-post,
.js-motion .hero-title .hero-word-script,
.js-motion .hero-tagline,
.js-motion .hero-cta {
    opacity: 0;
}

/* Cascade — sadece opacity transition */
.js-motion .hero-kicker      { animation: heroFadeOnly 0.6s ease 0.15s forwards; }
.js-motion .hero-word-pre    { animation: heroFadeOnly 0.6s ease 0.40s forwards; }
.js-motion .hero-word-post   { animation: heroFadeOnly 0.6s ease 0.60s forwards; }
.js-motion .hero-tagline     { animation: heroFadeOnly 0.5s ease 0.80s forwards; }
.js-motion .hero-cta         { animation: heroFadeOnly 0.5s ease 1.00s forwards; }

/* matris — Pinyon font yüklenene kadar BEKLE, sonra fade in */
.js-motion.pinyon-ready .hero-title .hero-word-script {
    animation: heroFadeOnly 0.7s ease 0.10s forwards;
}

/* Hero ambient spark'ları entrance bitene kadar gizle — GPU yükü azalt */
.js-motion:not(.entrance-done) .iri-ambient {
    visibility: hidden;
}

/* Hero backdrop (video/poster) da giriş animasyonuyla birlikte yumuşakça belirir.
   Yükleme anında sabit bir foto "patlaması" olmasın — imge kreme üzerine fade-in olur. */
.js-motion .iri-stage {
    animation: iriStageReveal 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes iriStageReveal {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .js-motion .hero-kicker,
    .js-motion .hero-title .hero-word-pre,
    .js-motion .hero-title .hero-word-post,
    .js-motion .hero-tagline,
    .js-motion .hero-cta,
    .js-motion .hero-title .hero-word-script {
        opacity: 1;
        animation: none;
    }
    /* Reduced motion: backdrop animasyonsuz, doğrudan görünür */
    .js-motion .iri-stage {
        animation: none !important;
        opacity: 1 !important;
    }
}

/* ============================================================================
   GİRİŞ YAPMIŞ KULLANICI — hero + tanıtım bölümlerini gizle (araç moduna geç)
   ============================================================================ */
body.is-logged-in .hero-scroll-wrap,
body.is-logged-in #aboutGizem,
body.is-logged-in #showcase,
body.is-logged-in .intro-divider {
    display: none !important;
}
/* Hero gizliyken ilk içerik (form) fixed top-bar'ın altında kalmasın */
body.is-logged-in .input-section {
    padding-top: clamp(7rem, 14vh, 9rem) !important;
}

/* ============================================================================
   ABOUT / GİZEM — ilk ziyaretçi tanıtımı (gül kurusu, editorial)
   ============================================================================ */
.about-gizem { padding: clamp(3.5rem, 9vh, 7rem) 0; }
.about-grid {
    display: grid;
    grid-template-columns: minmax(220px, 360px) 1fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}
.about-portrait { position: relative; }
.about-portrait img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    box-shadow: 0 24px 60px rgba(139, 79, 85, 0.22);
}
.about-portrait::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 16px; left: 16px; right: -16px; bottom: -16px;
    border: 1px solid var(--gold-bright);
    opacity: 0.55;
}
.about-eyebrow {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.82rem;
    color: var(--gold-bright);
    margin-bottom: 1.1rem;
}
.about-eyebrow .kicker-dash { color: var(--gold-bright); margin-right: 0.4em; }
.about-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    line-height: 1.16;
    color: var(--text-primary);
    margin-bottom: 1.6rem;
}
.about-title em { font-style: italic; color: var(--amethyst); }
.about-text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.18rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin-bottom: 1.1rem;
}
.about-text p strong { color: var(--text-primary); font-weight: 600; }
.about-benefit { color: var(--text-primary) !important; }
.about-benefit strong { color: var(--amethyst) !important; }

/* ============================================================================
   SHOWCASE — sistem ne sunuyor (görsel kartlar)
   ============================================================================ */
.showcase { padding: clamp(2rem, 6vh, 4rem) 0 clamp(3rem, 8vh, 6rem); }
.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    gap: 1.5rem;
    margin-top: clamp(2rem, 5vh, 3.5rem);
}
/* Kartlar ŞEFFAF — gerçek ürün görselleri gül kurusu zemine kaynaşsın (kutu yok) */
.showcase-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 1rem 1.2rem 0;
    text-align: center;
    position: relative;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.showcase-card:hover { transform: translateY(-6px); }
.showcase-card::before, .showcase-card::after { content: none; }
.showcase-visual {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 1.5rem;
}
/* Gerçek ürün görselleri (natal harita + diyagram) — şeffaf gibi, zemine kaynaşır */
.showcase-visual-img {
    max-width: 320px;
}
.showcase-visual-img img {
    width: 100%;
    height: auto;
    display: block;
}
.showcase-visual svg { width: 100%; height: auto; display: block; }
.showcase-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}
.showcase-card p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.06rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

@media (max-width: 760px) {
    .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .about-portrait { max-width: 300px; margin: 0 auto; }
    .about-portrait::after { right: -10px; bottom: -10px; top: 10px; left: 10px; }
}

/* "Bizi Ayıran Şey" bölümü — ters yerleşim + ince ayraç + üç sütun */
.about-difference { border-top: 1px solid rgba(139, 79, 85, 0.12); }
@media (min-width: 761px) {
    .about-grid.about-reverse { grid-template-columns: 1fr minmax(220px, 360px); }
}
.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
    margin-top: 2.1rem;
}
.about-pillar {
    border-top: 1px solid var(--border-gold);
    padding-top: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.about-pillar-title {
    font-family: 'Cinzel Decorative', serif;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gold-bright);
    line-height: 1.3;
}
.about-pillar-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.02rem;
    line-height: 1.4;
    color: var(--text-secondary);
}
@media (max-width: 560px) {
    .about-pillars { grid-template-columns: 1fr; gap: 1rem; }
}
