/* Astro Dozi premium subpage styles (zodiac / fortune / trust).
   Bu CSS sadece /koc, /boga, /kahve-fali, /hakkimizda gibi alt sayfalarda
   yuklenir. Mevcut style.css'e dokunmaz; body'i koyu kozmik tema'ya alir. */

/* ============================================================
   1. BODY + COSMIC BACKGROUND LAYERS
   ============================================================ */
body {
    background:
        radial-gradient(ellipse at 20% 5%, rgba(124, 58, 237, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 95%, rgba(212, 175, 55, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 50%, rgba(30, 58, 95, 0.4) 0%, transparent 70%),
        linear-gradient(180deg, #050818 0%, #0F1B3E 50%, #1A0F30 100%);
    background-attachment: fixed;
    color: #ffffff;
    min-height: 100vh;
    overflow-x: hidden;
}

.cosmic-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.nebula {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    mix-blend-mode: screen;
    animation: nebula-drift 20s ease-in-out infinite;
}
.nebula-gold {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -150px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.4) 0%, transparent 70%);
}
.nebula-purple {
    width: 700px;
    height: 700px;
    bottom: -250px;
    left: -200px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.5) 0%, transparent 70%);
    animation-delay: -10s;
}

@keyframes nebula-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(40px, -30px) scale(1.1); }
}

.starfield {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 8% 12%, rgba(255,255,255,0.9), transparent 50%),
        radial-gradient(1.5px 1.5px at 23% 28%, rgba(212,175,55,0.7), transparent 50%),
        radial-gradient(1px 1px at 41% 5%, rgba(255,255,255,0.7), transparent 50%),
        radial-gradient(2px 2px at 60% 18%, rgba(212,175,55,0.6), transparent 50%),
        radial-gradient(1px 1px at 73% 33%, rgba(255,255,255,0.85), transparent 50%),
        radial-gradient(1.5px 1.5px at 88% 8%, rgba(255,255,255,0.75), transparent 50%),
        radial-gradient(1px 1px at 14% 47%, rgba(255,255,255,0.6), transparent 50%),
        radial-gradient(1px 1px at 34% 58%, rgba(212,175,55,0.5), transparent 50%),
        radial-gradient(2px 2px at 55% 65%, rgba(255,255,255,0.8), transparent 50%),
        radial-gradient(1px 1px at 78% 52%, rgba(255,255,255,0.7), transparent 50%),
        radial-gradient(1.5px 1.5px at 92% 71%, rgba(212,175,55,0.6), transparent 50%),
        radial-gradient(1px 1px at 6% 78%, rgba(255,255,255,0.8), transparent 50%),
        radial-gradient(1px 1px at 25% 88%, rgba(255,255,255,0.7), transparent 50%),
        radial-gradient(2px 2px at 48% 92%, rgba(212,175,55,0.5), transparent 50%),
        radial-gradient(1px 1px at 67% 81%, rgba(255,255,255,0.75), transparent 50%),
        radial-gradient(1.5px 1.5px at 95% 95%, rgba(255,255,255,0.6), transparent 50%);
    animation: twinkle 4s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.5; }
}

/* ============================================================
   2. NAVBAR (dark glass, gold accent)
   ============================================================ */
.navbar,
.navbar.scrolled {
    background: rgba(15, 27, 62, 0.7) !important;
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.4) !important;
    z-index: 100;
}
.navbar .nav-logo span,
.navbar.scrolled .nav-logo span {
    color: #ffffff !important;
    font-family: 'Playfair Display', 'Inter', serif;
    font-weight: 700;
}
.navbar .nav-links a,
.navbar.scrolled .nav-links a {
    color: rgba(255, 255, 255, 0.85) !important;
}
.navbar .nav-links a:hover,
.navbar.scrolled .nav-links a:hover {
    color: var(--golden-star) !important;
}
.navbar .nav-cta,
.navbar.scrolled .nav-cta {
    background: linear-gradient(135deg, #7C3AED 0%, #D4AF37 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
}
.navbar .mobile-menu-btn span,
.navbar.scrolled .mobile-menu-btn span { background: #ffffff !important; }

/* ============================================================
   3. MAIN WRAPPER
   ============================================================ */
.zodiac-detail,
.fortune-detail,
.trust-detail {
    max-width: 920px;
    margin: 0 auto;
    padding: 8rem 1.5rem 5rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

/* ============================================================
   4a. CINEMATIC HERO: ZODIAC WHEEL + CONSTELLATION
   ============================================================ */
.zodiac-cinematic-hero {
    position: relative;
    padding: 1rem 0 1rem;
    margin-bottom: 4rem;
    text-align: center;
}

/* ----- Wheel stage (12 spokes + mascot center) ----- */
.zodiac-wheel-stage {
    position: relative;
    width: 460px;
    height: 460px;
    margin: 0 auto 2rem;
    perspective: 1200px;
}

@media (max-width: 540px) {
    .zodiac-wheel-stage { width: 340px; height: 340px; }
}

.zodiac-wheel {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow:
        inset 0 0 60px rgba(212, 175, 55, 0.1),
        0 0 80px rgba(124, 58, 237, 0.2);
    animation: wheel-spin 90s linear infinite;
}
.zodiac-wheel::before {
    content: '';
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    border: 1px dashed rgba(212, 175, 55, 0.15);
}
.zodiac-wheel::after {
    content: '';
    position: absolute;
    inset: 20%;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

@keyframes wheel-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.wheel-spoke {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: rotate(var(--angle));
    transform-origin: center;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.3s ease;
}
.wheel-spoke .wheel-symbol {
    position: absolute;
    top: -215px;
    left: -22px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 50%;
    background: rgba(15, 27, 62, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: rgba(255, 255, 255, 0.65);
    /* Counter-rotate so symbol stays upright while wheel spins */
    animation: wheel-spin 90s linear infinite reverse;
    transition: all 0.3s ease;
}
.wheel-spoke .wheel-label {
    position: absolute;
    top: -168px;
    left: -32px;
    width: 64px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.4);
    animation: wheel-spin 90s linear infinite reverse;
    transition: color 0.3s ease;
}

@media (max-width: 540px) {
    .wheel-spoke .wheel-symbol {
        top: -155px;
        width: 36px;
        height: 36px;
        font-size: 1.15rem;
        left: -18px;
    }
    .wheel-spoke .wheel-label { display: none; }
}

.wheel-spoke:hover .wheel-symbol {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.7);
    color: var(--golden-star);
    transform: scale(1.15);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}
.wheel-spoke:hover .wheel-label { color: rgba(255, 255, 255, 0.95); }

.wheel-spoke.is-current .wheel-symbol {
    background: linear-gradient(135deg, #7C3AED 0%, #D4AF37 100%);
    border-color: #ffffff;
    color: #ffffff;
    box-shadow:
        0 0 24px rgba(212, 175, 55, 0.7),
        0 0 48px rgba(212, 175, 55, 0.3);
    transform: scale(1.25);
}
.wheel-spoke.is-current .wheel-label {
    color: var(--golden-star);
    font-size: 0.78rem;
}

/* ----- Wheel center: mascot ----- */
.zodiac-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
}
@media (max-width: 540px) {
    .zodiac-wheel-center { width: 150px; height: 150px; }
}

.wheel-mascot-glow {
    position: absolute;
    inset: -30px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.5) 0%, rgba(124, 58, 237, 0.25) 40%, transparent 70%);
    filter: blur(28px);
    animation: glow-pulse 4s ease-in-out infinite;
}
.wheel-mascot {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 32px rgba(212, 175, 55, 0.5));
    animation: mascot-float 6s ease-in-out infinite;
}

/* ----- Hero text below wheel ----- */
.zodiac-hero-text {
    max-width: 680px;
    margin: 0 auto;
}

/* ----- Constellation canvas stage ----- */
.constellation-stage {
    margin: 3rem auto 0;
    max-width: 720px;
    padding: 1.5rem 1rem;
    background:
        radial-gradient(ellipse at center, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
#constellation-canvas {
    display: block;
    width: 100%;
    height: 280px;
    margin: 0 auto;
}
.constellation-caption {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: rgba(212, 175, 55, 0.75);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

/* ============================================================
   4b. LEGACY HERO (kept for backwards compat)
   ============================================================ */
.zodiac-hero {
    text-align: center;
    padding: 1rem 0 3rem;
    margin-bottom: 3rem;
    position: relative;
}

.zodiac-hero-mascot {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: mascot-float 6s ease-in-out infinite;
}

@keyframes mascot-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-12px); }
}

.zodiac-hero-mascot img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 12px 32px rgba(212, 175, 55, 0.45));
}

.zodiac-hero-glow {
    position: absolute;
    inset: -30px;
    background:
        radial-gradient(circle, rgba(212, 175, 55, 0.45) 0%, rgba(124, 58, 237, 0.25) 35%, transparent 70%);
    filter: blur(40px);
    animation: glow-pulse 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes glow-pulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50%      { opacity: 1;   transform: scale(1.08); }
}

.zodiac-hero-symbol {
    position: absolute;
    top: -10px;
    right: 8px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1E3A5F 0%, #D4AF37 100%);
    color: #ffffff;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
    z-index: 3;
}

.zodiac-hero-content { max-width: 700px; margin: 0 auto; }

.zodiac-hero-eyebrow {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: var(--golden-star);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    border-radius: 999px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.zodiac-hero h1 {
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 0.75rem;
    background: linear-gradient(180deg, #ffffff 0%, #F4D78B 60%, #D4AF37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 4px 32px rgba(212, 175, 55, 0.2);
}

.zodiac-hero-tagline {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.75rem;
    letter-spacing: 0.04em;
}

.zodiac-hero-chips {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.zodiac-chip {
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;
    backdrop-filter: blur(8px);
    text-align: left;
    min-width: 110px;
}
.zodiac-chip span {
    display: block;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.25rem;
}
.zodiac-chip strong {
    color: var(--golden-star);
    font-size: 0.95rem;
    font-weight: 700;
}

/* ============================================================
   5. CTA BUTTON (gold gradient, glow, arrow)
   ============================================================ */
.zodiac-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.75rem;
    background: linear-gradient(135deg, #7C3AED 0%, #D4AF37 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}
.zodiac-cta-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,0.3) 50%, transparent 60%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}
.zodiac-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
.zodiac-cta-primary:hover::before { transform: translateX(100%); }
.zodiac-cta-primary .cta-icon { font-size: 1.05rem; }
.zodiac-cta-primary .cta-arrow {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}
.zodiac-cta-primary:hover .cta-arrow { transform: translateX(4px); }

/* ============================================================
   6. INTRO + SECTIONS
   ============================================================ */
.zodiac-intro-card {
    padding: 2rem 2.25rem;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(212, 175, 55, 0.06) 100%);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 18px;
    backdrop-filter: blur(12px);
    margin-bottom: 3rem;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    position: relative;
}
.zodiac-intro-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent);
}
.zodiac-intro-card p { margin: 0; }

.zodiac-section {
    margin-bottom: 3rem;
}

.zodiac-section h2 {
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: 1.65rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #ffffff;
}

.section-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.3) 0%, rgba(212, 175, 55, 0.2) 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 12px;
    font-size: 1.2rem;
    color: var(--golden-star);
    flex-shrink: 0;
}

.zodiac-section > p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 0.5rem;
}

/* ============================================================
   7. TRAITS LIST (staggered animation, gold border)
   ============================================================ */
.zodiac-traits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}
.zodiac-traits li {
    position: relative;
    padding: 1rem 1.25rem 1rem 3rem;
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid var(--golden-star);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
    backdrop-filter: blur(6px);
    transition: transform 0.2s ease, background 0.2s ease;
    animation: trait-in 0.5s ease both;
    animation-delay: calc(var(--i, 0) * 80ms);
}
.zodiac-traits li:hover {
    transform: translateX(4px);
    background: rgba(212, 175, 55, 0.08);
}
.zodiac-traits li::before {
    content: '\2728';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--golden-star);
    font-size: 1rem;
}

@keyframes trait-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   8. COMPATIBILITY (good / warn cards)
   ============================================================ */
.zodiac-compat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
@media (max-width: 600px) { .zodiac-compat { grid-template-columns: 1fr; } }

.zodiac-compat-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(8px);
}
.zodiac-compat-card.good { border-color: rgba(74, 222, 128, 0.35); }
.zodiac-compat-card.warn { border-color: rgba(251, 146, 60, 0.3); }

.zodiac-compat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
    font-weight: 700;
}
.zodiac-compat-card.good .zodiac-compat-label { color: #4ADE80; }
.zodiac-compat-card.warn .zodiac-compat-label { color: #FB923C; }

.zodiac-compat-signs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.zodiac-compat-signs span {
    padding: 0.4rem 0.85rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
}

.zodiac-inline-cta {
    margin-top: 1rem;
    padding: 0.85rem 1.25rem;
    background: rgba(212, 175, 55, 0.08);
    border-left: 2px solid var(--golden-star);
    border-radius: 8px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}
.zodiac-inline-cta a {
    color: var(--golden-star);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.4);
}
.zodiac-inline-cta a:hover { border-bottom-color: var(--golden-star); }

/* ============================================================
   9. CELEBRITIES (pill chips)
   ============================================================ */
.zodiac-celebs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.zodiac-celeb {
    padding: 0.55rem 1.1rem;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.15) 0%, rgba(212, 175, 55, 0.1) 100%);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #ffffff;
}

/* ============================================================
   10. LUCKY VALUES (4-grid)
   ============================================================ */
.zodiac-lucky-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}
@media (min-width: 600px) {
    .zodiac-lucky-grid { grid-template-columns: repeat(4, 1fr); }
}

.zodiac-lucky {
    text-align: center;
    padding: 1.5rem 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(212, 175, 55, 0.05) 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease;
}
.zodiac-lucky:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.5);
}
.lucky-label {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.6rem;
    font-weight: 700;
}
.zodiac-lucky strong {
    display: block;
    font-size: 1.4rem;
    color: var(--golden-star);
    font-weight: 800;
    font-family: 'Playfair Display', 'Inter', serif;
}

/* ============================================================
   11. CTA BANNER (bottom, big)
   ============================================================ */
.zodiac-cta-banner {
    text-align: center;
    padding: 3rem 2rem 2.5rem;
    background:
        radial-gradient(ellipse at top, rgba(212, 175, 55, 0.18) 0%, transparent 60%),
        linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(30, 58, 95, 0.4) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 24px;
    margin: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.cta-banner-mascot {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(212, 175, 55, 0.4));
    animation: mascot-float 6s ease-in-out infinite;
}

.zodiac-cta-banner h2 {
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.zodiac-cta-banner p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.75rem;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.zodiac-store-row {
    margin-top: 1.25rem;
    font-size: 0.85rem;
}
.zodiac-store-row a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: underline;
}
.zodiac-store-row a:hover { color: var(--golden-star); }

/* ============================================================
   12. OTHER ZODIACS GRID (mascot cards)
   ============================================================ */
.zodiac-other {
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.zodiac-other h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.zodiac-other-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 0.75rem;
}

.zodiac-other-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 1rem 0.6rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
    position: relative;
}
.zodiac-other-card:hover {
    transform: translateY(-3px);
    background: rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.4);
}
.zodiac-other-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(212, 175, 55, 0.3));
}
.other-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
}
.other-symbol {
    font-size: 0.85rem;
    color: var(--golden-star);
}

/* ============================================================
   13. FOOTER OVERRIDE
   ============================================================ */
.footer {
    background: rgba(15, 27, 62, 0.7) !important;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    position: relative;
    z-index: 1;
}
.footer p { color: rgba(255, 255, 255, 0.6); }

/* ============================================================
   14. FORTUNE CINEMATIC HERO (per scene kind: coffee / tarot / dream / palm)
   ============================================================ */
.fortune-cinematic-hero {
    position: relative;
    padding: 1rem 0;
    margin-bottom: 4rem;
    text-align: center;
}
.fortune-hero-text {
    max-width: 700px;
    margin: 2.5rem auto 0;
}
.fortune-tagline {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.78);
    font-style: italic;
    margin: 0.5rem 0 1.75rem;
    font-family: 'Playfair Display', serif;
}

.scene {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------- COFFEE SCENE ---------- */
.scene-coffee {
    perspective: 800px;
}
.coffee-aura {
    position: absolute;
    inset: 10%;
    background: radial-gradient(circle, rgba(201, 122, 64, 0.45) 0%, rgba(212, 175, 55, 0.2) 40%, transparent 70%);
    filter: blur(40px);
    animation: glow-pulse 4s ease-in-out infinite;
}
.coffee-cup {
    position: relative;
    width: 280px;
    height: 280px;
    z-index: 2;
    filter: drop-shadow(0 16px 40px rgba(201, 122, 64, 0.5));
    animation: cup-rock 8s ease-in-out infinite;
}
@keyframes cup-rock {
    0%, 100% { transform: rotate(-3deg); }
    50%      { transform: rotate(3deg); }
}
.telve-symbols text {
    transform-origin: 120px 60px;
    animation: telve-shimmer 3s ease-in-out infinite;
}
.telve-symbols text:nth-child(2) { animation-delay: 0.4s; }
.telve-symbols text:nth-child(3) { animation-delay: 0.8s; }
.telve-symbols text:nth-child(4) { animation-delay: 1.2s; }
.telve-symbols text:nth-child(5) { animation-delay: 1.6s; }
@keyframes telve-shimmer {
    0%, 100% { opacity: 0.35; }
    50%      { opacity: 1; }
}
.coffee-steam {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 80px;
    z-index: 3;
}
.coffee-steam span {
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(255,255,255,0.7), transparent 70%);
    border-radius: 50%;
    animation: steam-rise 3s ease-out infinite;
}
.coffee-steam span:nth-child(1) { left: 10px; animation-delay: 0s; }
.coffee-steam span:nth-child(2) { left: 28px; animation-delay: 0.6s; }
.coffee-steam span:nth-child(3) { left: 46px; animation-delay: 1.2s; }
@keyframes steam-rise {
    0%   { opacity: 0; transform: translateY(0) scale(1); }
    20%  { opacity: 0.8; }
    100% { opacity: 0; transform: translateY(-80px) scale(2); }
}

/* ---------- TAROT SCENE ---------- */
.scene-tarot {
    perspective: 1400px;
    gap: 1rem;
}
.tarot-card {
    position: relative;
    width: 110px;
    height: 170px;
    transform-style: preserve-3d;
    animation: tarot-reveal 6s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.8s);
}
@keyframes tarot-reveal {
    0%, 30%   { transform: rotateY(0deg) translateY(0); }
    40%, 80%  { transform: rotateY(180deg) translateY(-10px); }
    90%, 100% { transform: rotateY(0deg) translateY(0); }
}
.t-face {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow:
        0 12px 32px rgba(0,0,0,0.5),
        0 0 0 1px rgba(212, 175, 55, 0.3);
}
.t-back {
    background:
        radial-gradient(circle at center, rgba(212, 175, 55, 0.4) 0%, transparent 60%),
        linear-gradient(135deg, #1E3A5F 0%, #4C1D95 100%);
}
.t-back .t-mark {
    color: var(--golden-star);
    font-size: 2.5rem;
    text-shadow: 0 0 16px rgba(212, 175, 55, 0.7);
}
.t-front {
    transform: rotateY(180deg);
    background: linear-gradient(180deg, #2D1B4E 0%, #0F0820 100%);
    color: #ffffff;
    padding: 1rem;
    text-align: center;
}
.t-symbol { font-size: 2.5rem; margin-bottom: 0.5rem; color: var(--golden-star); }
.t-label  { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.t-roman  { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--golden-star); margin-top: 0.4rem; font-style: italic; }

/* ---------- DREAM SCENE ---------- */
.scene-dream {
    flex-direction: column;
    gap: 1.5rem;
}
.dream-sky {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(79, 141, 253, 0.3) 0%, rgba(124, 58, 237, 0.2) 40%, transparent 70%);
}
.dream-star {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    border-radius: 50%;
    animation: dream-twinkle 2.5s ease-in-out infinite;
    animation-delay: var(--d);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
@keyframes dream-twinkle {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50%      { opacity: 1; transform: scale(1.3); }
}
.moon-cycle {
    position: relative;
    width: 280px;
    height: 280px;
    z-index: 2;
}
.moon-phase {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F4D78B;
    box-shadow: inset -10px 0 0 rgba(15, 27, 62, 0.85), 0 0 16px rgba(244, 215, 139, 0.5);
    transform: rotate(calc(var(--i) * 45deg)) translateY(-110px) rotate(calc(var(--i) * -45deg));
    animation: moon-fade 6s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.5s);
}
.moon-phase:nth-child(1) { box-shadow: 0 0 20px rgba(244, 215, 139, 0.8); }
.moon-phase:nth-child(2) { box-shadow: inset -16px 0 0 rgba(15, 27, 62, 0.85), 0 0 12px rgba(244, 215, 139, 0.4); }
.moon-phase:nth-child(3) { box-shadow: inset -22px 0 0 rgba(15, 27, 62, 0.85), 0 0 10px rgba(244, 215, 139, 0.3); }
.moon-phase:nth-child(4) { box-shadow: inset -30px 0 0 rgba(15, 27, 62, 0.85); }
.moon-phase:nth-child(5) { background: rgba(15, 27, 62, 0.9); box-shadow: 0 0 8px rgba(244, 215, 139, 0.2); }
.moon-phase:nth-child(6) { box-shadow: inset 22px 0 0 rgba(15, 27, 62, 0.85); }
.moon-phase:nth-child(7) { box-shadow: inset 16px 0 0 rgba(15, 27, 62, 0.85); }
.moon-phase:nth-child(8) { box-shadow: inset 10px 0 0 rgba(15, 27, 62, 0.85); }
@keyframes moon-fade {
    0%, 100% { opacity: 0.5; }
    50%      { opacity: 1; }
}
.dream-zzz {
    position: absolute;
    bottom: 12%;
    right: 18%;
    font-size: 2.5rem;
    z-index: 3;
    animation: zzz-bob 3s ease-in-out infinite;
}
@keyframes zzz-bob {
    0%, 100% { transform: translateY(0); opacity: 0.7; }
    50%      { transform: translateY(-8px); opacity: 1; }
}

/* ---------- PALM SCENE ---------- */
.scene-palm {
    flex-direction: column;
}
.palm-svg {
    width: 280px;
    height: 280px;
    filter: drop-shadow(0 12px 32px rgba(236, 72, 153, 0.4));
}
.palm-line {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: palm-draw 3s ease-out forwards, palm-glow 4s ease-in-out infinite 3s;
    filter: drop-shadow(0 0 4px currentColor);
}
.palm-line-heart { animation-delay: 0.2s, 3.2s; }
.palm-line-head  { animation-delay: 0.8s, 3.8s; }
.palm-line-life  { animation-delay: 1.4s, 4.4s; }
.palm-line-fate  { animation-delay: 2.0s, 5.0s; }
@keyframes palm-draw {
    to { stroke-dashoffset: 0; }
}
@keyframes palm-glow {
    0%, 100% { opacity: 0.85; }
    50%      { opacity: 1; }
}
.palm-legend {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
}
.palm-legend span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
}
.palm-legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 540px) {
    .scene { max-width: 320px; }
    .coffee-cup { width: 220px; height: 220px; }
    .palm-svg { width: 220px; height: 220px; }
    .moon-cycle { width: 220px; height: 220px; }
    .moon-phase { transform: rotate(calc(var(--i) * 45deg)) translateY(-85px) rotate(calc(var(--i) * -45deg)); }
    .tarot-card { width: 80px; height: 124px; }
}

/* ============================================================
   15. FORTUNE / TRUST PAGE SHARED HERO (LEGACY)
   ============================================================ */
.fortune-detail-hero,
.trust-detail-hero {
    text-align: center;
    padding: 1rem 0 3rem;
    margin-bottom: 2.5rem;
}

.fortune-detail-symbol {
    font-size: 4.5rem;
    color: var(--golden-star);
    line-height: 1;
    margin-bottom: 1rem;
    filter: drop-shadow(0 8px 32px rgba(212, 175, 55, 0.5));
}

.fortune-detail-hero h1,
.trust-detail-hero h1 {
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 0.75rem;
    background: linear-gradient(180deg, #ffffff 0%, #F4D78B 60%, #D4AF37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fortune-detail-section,
.trust-detail-section {
    margin-bottom: 3rem;
}

.fortune-detail-section h2,
.trust-detail-section h2 {
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: var(--golden-star);
}

.fortune-detail-section p,
.trust-detail-section p {
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.85rem;
}

.fortune-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}
.fortune-detail-list li {
    position: relative;
    padding: 1rem 1.25rem 1rem 3rem;
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid var(--golden-star);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
    backdrop-filter: blur(6px);
}
.fortune-detail-list li::before {
    content: '\2728';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--golden-star);
}

.fortune-detail-cta {
    text-align: center;
    padding: 3rem 2rem 2.5rem;
    background:
        radial-gradient(ellipse at top, rgba(212, 175, 55, 0.18) 0%, transparent 60%),
        linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(30, 58, 95, 0.4) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 24px;
    margin: 4rem 0 3rem;
}
.fortune-detail-cta h2 {
    font-family: 'Playfair Display', 'Inter', serif;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

/* ============================================================
   15. TRUST PAGE FAQ
   ============================================================ */
.trust-faq-item {
    margin-bottom: 1.1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    backdrop-filter: blur(8px);
    transition: border-color 0.2s ease;
}
.trust-faq-item:hover { border-color: rgba(212, 175, 55, 0.3); }
.trust-faq-item h3 {
    color: var(--golden-star);
    margin-bottom: 0.6rem;
    font-size: 1.05rem;
    font-weight: 700;
}
.trust-faq-item p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   16. INTERACTIVE FORM (yukselen, dogum haritasi, ios waitlist)
   ============================================================ */
.interactive-form {
    max-width: 480px;
    margin: 2rem auto;
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 18px;
    backdrop-filter: blur(12px);
}
.interactive-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.interactive-form input,
.interactive-form select {
    width: 100%;
    padding: 0.85rem 1rem;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
    font-family: inherit;
    margin-bottom: 1.25rem;
    transition: border-color 0.2s ease;
}
.interactive-form input:focus,
.interactive-form select:focus {
    outline: none;
    border-color: var(--golden-star);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.interactive-form button {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #7C3AED 0%, #D4AF37 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.interactive-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.5);
}

.interactive-result {
    margin-top: 1.5rem;
    padding: 1.75rem;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.15) 0%, rgba(212, 175, 55, 0.12) 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 16px;
    text-align: center;
}
.interactive-result h3 {
    color: var(--golden-star);
    margin-bottom: 0.75rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.interactive-result strong {
    display: block;
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: 2.25rem;
    color: #ffffff;
    margin: 0.5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #F4D78B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ============================================================
   17. RESPONSIVE
   ============================================================ */
@media (max-width: 720px) {
    .zodiac-detail,
    .fortune-detail,
    .trust-detail { padding: 6rem 1rem 4rem; }
    .zodiac-hero-mascot { width: 180px; height: 180px; }
    .zodiac-hero-mascot img { width: 160px; height: 160px; }
    .zodiac-section h2 { font-size: 1.3rem; }
    .section-icon { width: 36px; height: 36px; font-size: 1rem; }
    .zodiac-intro-card { padding: 1.5rem 1.25rem; font-size: 1rem; }
    .zodiac-cta-banner { padding: 2rem 1.25rem; }
    .zodiac-cta-banner h2 { font-size: 1.35rem; }
}
