/* =========================================================
   Twin Flame Attraction — landing page
   Theme sampled from the course cover art:
   indigo night → plum → rose sunset, champagne gold + pink lilac
   ========================================================= */

:root {
    /* Night / structure */
    --night:        #0e0b1d;
    --indigo:       #1a1733;
    --violet:       #2a1740;
    --violet-soft:  #301e3a;

    /* Plum → rose sunset */
    --plum:         #4f2946;
    --mauve:        #7b415d;
    --rose-deep:    #9f4962;
    --rose:         #dc7590;
    --coral:        #e58d7d;

    /* Warm light */
    --peach:        #f3c29f;
    --champagne:    #ffe4c4;
    --glow:         #ffecc5;

    /* Pink lilac (the "ATTRACTION" tint) */
    --pink:         #f3b1d5;
    --pink-soft:    #f9dcec;

    /* Light bands + ink */
    --cream:        #fdf8f4;
    --blush:        #f9f1f6;
    --ink:          #38293f;
    --ink-soft:     #6d5c72;
    --line:         #ecdfe6;

    /* Gradients used in several places */
    --grad-gold:    linear-gradient(180deg, #fff6e6 0%, var(--champagne) 38%, var(--peach) 72%, #dfa473 100%);
    --grad-night:   radial-gradient(ellipse at 50% -10%, #47265c 0%, var(--violet) 38%, var(--indigo) 72%, var(--night) 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

html, body {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

body {
    font-family: 'Jost', sans-serif;
    background-color: var(--cream);
    color: var(--ink);
    line-height: 1.75;
    font-size: 23px;
    font-weight: 400;
}

/* --- UTILITIES --- */
.center { text-align: center; }
.no-gap { margin-bottom: 0 !important; }
.gold-mark {
    background: linear-gradient(180deg, transparent 55%, var(--pink-soft) 55%);
    padding: 0 3px;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 1px 0 rgba(220,117,144,0.25);
}
p { margin-bottom: 16px; }
strong { font-weight: 600; }

/* --- TYPOGRAPHY --- */
h1, h2, h3, .final-price {
    font-family: 'Cormorant Garamond', serif;
}
h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.5px;
}
h2 { font-weight: 700; }
h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--violet);
    margin-bottom: 12px;
    line-height: 1.25;
}

/* Champagne-gold display text, as on the cover */
.gold-text {
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.section-title {
    font-size: 41px;
    color: var(--violet);
    text-align: center;
    line-height: 1.2;
    margin-bottom: 14px;
}
.section-title em {
    font-style: italic;
    color: var(--rose-deep);
}

/* Rule · heart · rule flourish from the cover */
.title-flourish {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--peach);
    font-size: 15px;
    margin-bottom: 45px;
}
.title-flourish::before,
.title-flourish::after {
    content: "";
    height: 1px;
    width: 90px;
    background: linear-gradient(90deg, transparent, var(--peach));
}
.title-flourish::after { background: linear-gradient(270deg, transparent, var(--peach)); }

/* =========================================================
   HERO — cover art
   ========================================================= */
.hero {
    position: relative;
    background: var(--night);
    color: #f7f1fb;
    text-align: center;
    padding: 88px 24px 78px;
    min-height: min(66vh, 600px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    background-image: url('../img/hero-twin-flame.jpg');
    background-size: cover;
    /* Couple + infinity sit on the right — keep them framed */
    background-position: 68% center;
    background-repeat: no-repeat;
    transform: scale(1.04);
    animation: hero-drift 22s ease-in-out infinite alternate;
}
@keyframes hero-drift {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to   { transform: scale(1.08) translate3d(-1.2%, -0.6%, 0); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-media { animation: none; transform: none; }
}

/* Violet-to-plum scrim so the copy stays legible over the sky */
.hero-scrim {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(14,11,29,0.80) 0%, rgba(26,23,51,0.46) 40%, rgba(79,41,70,0.30) 68%, rgba(14,11,29,0.72) 100%),
        radial-gradient(ellipse at 50% 34%, rgba(14,11,29,0.58) 0%, transparent 64%);
}

/* Starfield — used on the CTA bands */
.stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(1.5px 1.5px at 12% 22%, rgba(255,255,255,0.9) 50%, transparent 51%),
        radial-gradient(1px 1px at 28% 64%, rgba(249,220,236,0.75) 50%, transparent 51%),
        radial-gradient(2px 2px at 43% 18%, rgba(255,228,196,0.9) 50%, transparent 51%),
        radial-gradient(1px 1px at 57% 42%, rgba(255,255,255,0.8) 50%, transparent 51%),
        radial-gradient(1.5px 1.5px at 68% 12%, rgba(243,177,213,0.85) 50%, transparent 51%),
        radial-gradient(1px 1px at 76% 55%, rgba(255,255,255,0.6) 50%, transparent 51%),
        radial-gradient(2px 2px at 88% 30%, rgba(255,228,196,0.8) 50%, transparent 51%),
        radial-gradient(1px 1px at 8% 78%, rgba(255,255,255,0.7) 50%, transparent 51%),
        radial-gradient(1.5px 1.5px at 35% 88%, rgba(243,177,213,0.7) 50%, transparent 51%),
        radial-gradient(1px 1px at 62% 80%, rgba(255,255,255,0.75) 50%, transparent 51%),
        radial-gradient(1.5px 1.5px at 93% 72%, rgba(255,255,255,0.8) 50%, transparent 51%),
        radial-gradient(1px 1px at 18% 45%, rgba(255,228,196,0.7) 50%, transparent 51%);
    animation: twinkle 6s ease-in-out infinite alternate;
}
@keyframes twinkle {
    from { opacity: 0.65; }
    to   { opacity: 1; }
}

.hero-inner {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    z-index: 1;
}
.hero h1 {
    color: #fdf9ff;
    margin-bottom: 26px;
    text-shadow: 0 4px 30px rgba(14,11,29,0.6);
}
.hero h1 em {
    font-style: italic;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 24px rgba(255,228,196,0.45));
}
.hero-subhead {
    font-size: 28px;
    color: var(--pink-soft);
    max-width: 720px;
    margin: 0 auto 34px;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 2px 18px rgba(14,11,29,0.6);
}
.hero-divider {
    display: none; /* hidden for now — re-enable to test the star flourish */
    color: var(--peach);
    letter-spacing: 6px;
    font-size: 14px;
    margin-bottom: 36px;
    opacity: 0.95;
    filter: drop-shadow(0 0 12px rgba(255,236,197,0.4));
}
.hero-scroll-cue {
    display: none; /* hidden for now — re-enable to A/B test in-hero CTA */
    font-family: 'Cinzel', serif;
    color: #fdf9ff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid rgba(255,228,196,0.6);
    border-radius: 40px;
    padding: 14px 38px;
    background: rgba(42,23,64,0.35);
    backdrop-filter: blur(4px);
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.hero-scroll-cue:hover {
    background: rgba(243,194,159,0.2);
    border-color: var(--champagne);
    box-shadow: 0 0 30px -6px rgba(255,236,197,0.45);
}

/* =========================================================
   CONTENT BANDS
   ========================================================= */
.content-band {
    position: relative;
    padding: 84px 24px;
}
.band-blush {
    background: var(--blush);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.content-narrow { max-width: 760px; margin: 0 auto; }
.content-wide { max-width: 920px; margin: 0 auto; }

.lead-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 600;
    color: var(--violet);
    line-height: 1.4;
    margin-bottom: 22px;
}

/* --- PRODUCT MOCKUP --- */
.product-img-wrapper {
    max-width: 880px;
    margin: 50px auto 40px;
}
.product-img-wrapper picture,
.product-img-wrapper img,
.offer-product-img picture,
.offer-product-img img {
    display: block;
    width: 100%;
    height: auto;
}
.product-img-wrapper img {
    filter: drop-shadow(0 28px 40px rgba(42,23,64,0.28));
}
.offer-product-img {
    max-width: 540px;
    margin: 0 auto 28px;
}
.offer-product-img img {
    filter: drop-shadow(0 18px 28px rgba(14,11,29,0.45));
}

/* --- NOTICE BANNER --- */
.notice-banner {
    max-width: 720px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(243,177,213,0.14), rgba(243,194,159,0.24), rgba(243,177,213,0.14));
    border: 1px solid rgba(220,117,144,0.4);
    padding: 18px 26px;
    border-radius: 10px;
    text-align: center;
}
.notice-banner p {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #8e3a54;
}

/* --- PHASE CARDS --- */
.phase-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 36px 38px;
    margin: 0 0 26px;
    display: flex;
    gap: 28px;
    align-items: flex-start;
    box-shadow: 0 14px 34px -20px rgba(42,23,64,0.28);
}
.phase-number {
    font-family: 'Cinzel', serif;
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(180deg, var(--rose) 0%, var(--rose-deep) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    min-width: 76px;
    border-right: 1px solid var(--line);
    padding-right: 22px;
    margin-top: 6px;
}
.phase-card h3 { margin-top: 0; }
.phase-card p { font-size: 21px; }

/* --- BONUS ITEMS --- */
.bonus-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 32px;
    margin: 0 0 24px;
    display: flex;
    gap: 30px;
    align-items: center;
    box-shadow: 0 14px 34px -20px rgba(42,23,64,0.24);
}
.bonus-visual {
    flex-shrink: 0;
    min-width: 220px;
    width: 220px;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 18%, var(--plum) 0%, var(--violet) 62%, var(--indigo) 100%);
    border: 1px solid rgba(255,228,196,0.4);
    box-shadow: 0 10px 24px -12px rgba(42,23,64,0.45);
}
.bonus-visual--portrait {
    width: 220px;
    min-width: 220px;
    height: 330px;
}
.bonus-visual picture,
.bonus-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bonus-visual--devices {
    width: 220px;
    min-width: 220px;
    height: auto;
    aspect-ratio: 1400 / 653;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}
.bonus-visual--devices picture,
.bonus-visual--devices img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(42,23,64,0.22));
}

.bonus-content h3 { font-size: 27px; margin: 0 0 6px; }
.bonus-content .value {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8e3a54;
    background: linear-gradient(90deg, var(--pink-soft), rgba(243,194,159,0.6));
    border: 1px solid rgba(220,117,144,0.3);
    border-radius: 30px;
    padding: 4px 15px;
    margin: 4px 0 14px;
}
.bonus-content p { font-size: 21px; margin-bottom: 8px; }

/* --- TOTAL VALUE --- */
.total-value-box {
    position: relative;
    background: var(--grad-night);
    border: 1px solid rgba(255,228,196,0.45);
    border-radius: 16px;
    padding: 46px 40px;
    text-align: center;
    margin: 45px auto 0;
    max-width: 560px;
    overflow: hidden;
    box-shadow: 0 26px 50px -22px rgba(42,23,64,0.6);
}
.total-value-box::after {
    content: "";
    position: absolute;
    inset: auto -20% -70% -20%;
    height: 180px;
    background: radial-gradient(ellipse at 50% 100%, rgba(220,117,144,0.45) 0%, transparent 70%);
    pointer-events: none;
}
.total-label {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--champagne);
    font-weight: 600;
    margin-bottom: 10px;
}
.total-figure {
    position: relative;
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 70px;
    font-weight: 700;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    filter: drop-shadow(0 0 26px rgba(255,236,197,0.35));
}
.total-note {
    display: block;
    margin-top: 14px;
    font-size: 18px;
    color: var(--pink);
    font-style: italic;
}

/* --- DIFFERENTIATION --- */
.statement-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--violet);
    line-height: 1.45;
    margin: 24px 0;
}
.statement-line em { color: var(--rose-deep); }

.diff-list {
    list-style: none;
    margin: 34px auto;
    max-width: 660px;
}
.diff-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 15px;
    font-size: 21px;
}
.diff-list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: var(--rose);
    font-size: 17px;
}

.important-box {
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--rose);
    border-radius: 0 12px 12px 0;
    padding: 30px 34px;
    margin: 40px 0;
    box-shadow: 0 14px 34px -22px rgba(42,23,64,0.25);
}
.important-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--violet);
    margin-bottom: 12px;
}
.reward-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: 31px;
    color: var(--rose-deep);
    margin-top: 34px;
}

/* =========================================================
   CTA BANDS — sunset over indigo
   ========================================================= */
.cta-band {
    position: relative;
    background: var(--grad-night);
    color: #f7f1fb;
    text-align: center;
    padding: 92px 24px;
    overflow: hidden;
}
/* Warm horizon glow, as in the cover art */
.cta-band::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -45%;
    width: 130%;
    height: 90%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at 50% 100%, rgba(255,236,197,0.28) 0%, rgba(220,117,144,0.30) 35%, transparent 72%);
    pointer-events: none;
}
.cta-inner {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    z-index: 1;
}

/* Offer panel that holds the whole "Yes — I'm Ready" block */
.offer-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(255,228,196,0.38);
    border-radius: 22px;
    padding: 52px 46px 46px;
    backdrop-filter: blur(6px);
    box-shadow:
        0 0 0 1px rgba(249,220,236,0.06) inset,
        0 34px 70px -30px rgba(14,11,29,0.85);
}
.offer-card .bottom-note { margin-bottom: 0; }
.cta-heading {
    font-size: 43px;
    color: #fdf9ff;
    line-height: 1.2;
    margin-bottom: 8px;
    text-shadow: 0 4px 26px rgba(14,11,29,0.5);
}
.cta-subheading {
    font-size: 23px;
    color: var(--pink-soft);
    margin-bottom: 30px;
}

/* Timer */
.timer-wrapper {
    display: inline-block;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,228,196,0.5);
    border-radius: 14px;
    padding: 16px 44px;
    margin-bottom: 34px;
    backdrop-filter: blur(4px);
}
.timer-label {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--champagne);
    margin-bottom: 6px;
}
.countdown-display {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 700;
    color: #fdf9ff;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 24px rgba(243,177,213,0.4);
}

/* Price stack */
.price-stack {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(249,220,236,0.2);
    border-radius: 14px;
    padding: 26px 20px 30px;
    margin: 26px auto 32px;
    max-width: 420px;
}
.price-line {
    font-size: 20px;
    color: var(--pink-soft);
    margin-bottom: 4px;
}
.regular-price {
    text-decoration: line-through;
    color: #e9b7c7;
    margin-left: 6px;
}
.discount-line { color: var(--peach); font-weight: 600; }
.final-price {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 76px;
    font-weight: 700;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: 14px;
    filter: drop-shadow(0 0 28px rgba(255,236,197,0.4));
}
/* --- CTA BUTTON — coral/rose flame gradient (sampled from the cover art) --- */
.cta-btn-wrapper {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    text-decoration: none;
}
.cta-btn-primary {
    width: 100%;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(104,18,58,0.4);
    background: linear-gradient(170deg, #ff8f6b 0%, #ef5f86 46%, #d23f76 100%);
    border: none;
    border-radius: 60px;
    padding: 24px 30px;
    cursor: pointer;
    box-shadow:
        0 0 0 1px rgba(255,206,196,0.55) inset,
        0 14px 38px -8px rgba(220,63,118,0.65);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    animation: gentle-glow 3s ease-in-out infinite;
}
.cta-btn-primary:hover {
    transform: translateY(-2px);
    filter: saturate(1.08) brightness(1.04);
    box-shadow:
        0 0 0 1px rgba(255,214,205,0.8) inset,
        0 18px 48px -8px rgba(239,95,134,0.8);
}
@keyframes gentle-glow {
    0%, 100% { box-shadow: 0 0 0 1px rgba(255,206,196,0.55) inset, 0 14px 38px -8px rgba(220,63,118,0.55); }
    50%      { box-shadow: 0 0 0 1px rgba(255,206,196,0.55) inset, 0 14px 48px -6px rgba(255,143,107,0.7); }
}
/* Guarantee */
.guarantee-box {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(249,220,236,0.22);
    border-radius: 14px;
    padding: 22px 26px;
    margin-top: 40px;
}
.guarantee-icon { font-size: 42px; }
.guarantee-title {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 700;
    color: #fdf9ff;
    margin-bottom: 4px;
}
.guarantee-text { font-size: 18px; color: var(--pink-soft); line-height: 1.55; }

.bottom-note {
    margin-top: 24px;
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--peach);
    font-weight: 500;
}

.cta-band--final { padding: 78px 24px; }
.cta-band--final .cta-heading { margin-bottom: 30px; }
.final-guarantee-line {
    margin-top: 20px;
    font-size: 18px;
    color: var(--pink-soft);
}

/* --- SOFT CLOSE --- */
.soft-close-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 40px 44px;
    box-shadow: 0 14px 34px -20px rgba(42,23,64,0.22);
}
.soft-close-box p { font-size: 23px; margin-bottom: 16px; }

/* --- COACHES --- */
.coaches-section {
    display: flex;
    align-items: center;
    gap: 36px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 14px 34px -20px rgba(42,23,64,0.22);
}
.coaches-photo {
    flex-shrink: 0;
    min-width: 320px;
    width: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 36px -18px rgba(42,23,64,0.4);
}
.coaches-photo picture,
.coaches-photo img {
    display: block;
    width: 100%;
    height: auto;
}
.story-photo {
    margin: 34px auto;
    max-width: 520px;
    text-align: center;
}
.story-photo picture,
.story-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 16px 36px -18px rgba(42,23,64,0.4);
}
.story-photo figcaption {
    margin-top: 12px;
    font-size: 16px;
    font-style: italic;
    color: var(--ink-soft);
}
.accent-line { color: var(--rose-deep); font-weight: 600; }

/* --- TESTIMONIALS --- */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}
.testimonial-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 30px 28px;
    box-shadow: 0 14px 34px -20px rgba(42,23,64,0.22);
}
.testimonial-stars {
    display: block;
    color: var(--rose);
    letter-spacing: 3px;
    margin-bottom: 12px;
    font-size: 15px;
}
.testimonial-card blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    font-style: italic;
    color: var(--ink);
    margin-bottom: 14px;
    line-height: 1.5;
}
.testimonial-card figcaption {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--ink-soft);
}

/* --- STORY --- */
.ready-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 31px;
    font-weight: 600;
    color: var(--violet);
    line-height: 1.45;
    margin-bottom: 10px;
}
.ready-text.emphasis { color: var(--rose-deep); }
.spaced-top { margin-top: 44px; }
.story-cta { margin-top: 46px; }
.story-cta .cta-btn-primary { color: #fff; }

/* --- FAQ --- */
.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 10px 26px -22px rgba(42,23,64,0.25);
}
.faq-question {
    padding: 22px 26px;
    cursor: pointer;
    font-weight: 600;
    font-size: 21px;
    color: var(--violet);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background 0.25s ease;
}
.faq-question:hover { background: var(--blush); }
.faq-answer {
    padding: 0 26px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-answer.active { padding: 4px 26px 24px; max-height: 2000px; }
.faq-answer p { margin-bottom: 10px; font-size: 20px; }
.faq-toggle {
    font-size: 22px;
    color: var(--rose);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    line-height: 1;
}
.faq-toggle.active { transform: rotate(45deg); }

/* --- FOOTER --- */
.site-footer {
    background: var(--night);
    color: #a795b5;
    text-align: center;
    padding: 58px 24px 48px;
    font-size: 14.5px;
}
.footer-brand {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}
.site-footer a { color: var(--pink); text-decoration: none; }
.site-footer a:hover { color: var(--champagne); }
.fine-print {
    font-size: 12px;
    line-height: 1.6;
    max-width: 760px;
    margin: 12px auto 0;
    color: #7a6788;
}

/* --- EXIT MODAL --- */
.modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(14,11,29,0.93);
    z-index: 2147483647;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(3px);
    overflow-y: auto;
}
.modal-overlay.open { display: flex; }
.modal-box {
    background: var(--cream);
    width: 100%;
    max-width: 620px;
    border-radius: 18px;
    padding: 40px 34px;
    text-align: center;
    position: relative;
    box-shadow: 0 35px 60px -15px rgba(0,0,0,0.6);
    border: 1px solid rgba(220,117,144,0.55);
    animation: zoomIn 0.3s ease;
    margin: auto;
}
@keyframes zoomIn {
    from { transform: scale(0.94); opacity: 0; }
    to   { transform: scale(1);    opacity: 1; }
}
.modal-title {
    font-size: 35px;
    color: var(--violet);
    margin-bottom: 16px;
    line-height: 1.2;
}
.modal-timer-box {
    display: inline-block;
    background: linear-gradient(90deg, var(--pink-soft), rgba(243,194,159,0.6));
    border: 1px solid rgba(220,117,144,0.45);
    border-radius: 30px;
    padding: 8px 22px;
    margin-bottom: 18px;
    color: #8e3a54;
    font-weight: 600;
    font-size: 16px;
    font-variant-numeric: tabular-nums;
}
.modal-text {
    font-size: 20px;
    color: var(--ink);
    font-weight: 500;
    margin-bottom: 14px;
}
.modal-benefit-list {
    text-align: left;
    background: #fff;
    border: 1px solid var(--line);
    padding: 20px 24px;
    border-radius: 12px;
    margin: 18px 0;
}
.modal-benefit-list p { font-weight: 600; margin-bottom: 10px; font-size: 18px; }
.modal-benefit-list ul { list-style: none; }
.modal-benefit-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
    font-size: 17.5px;
    line-height: 1.45;
}
.modal-benefit-list li::before {
    content: "✦";
    color: var(--rose);
    position: absolute;
    left: 0;
    font-size: 13px;
}
.modal-cta-btn { font-size: 17px; padding: 20px 24px; }
.modal-box .cta-btn-wrapper { margin-top: 22px; }
.modal-dismiss {
    background: none;
    border: none;
    color: var(--ink-soft);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 14px;
    font-family: inherit;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 860px) {
    h1 { font-size: 41px; }
    .section-title { font-size: 34px; }
    .cta-heading { font-size: 35px; }
    .title-flourish::before,
    .title-flourish::after { width: 60px; }
}

@media (max-width: 640px) {
    body { font-size: 21px; }
    .hero {
        padding: 68px 20px 60px;
        min-height: min(58vh, 480px);
    }
    .hero-media { background-position: 72% center; }
    h1 { font-size: 32px; }
    .hero-subhead { font-size: 23px; }
    .content-band { padding: 58px 20px; }
    .section-title { font-size: 28px; }
    .lead-line { font-size: 26px; }
    .title-flourish::before,
    .title-flourish::after { width: 42px; }

    .phase-card {
        flex-direction: column;
        gap: 14px;
        padding: 28px 24px;
    }
    .phase-number {
        border-right: none;
        border-bottom: 1px solid var(--line);
        padding: 0 0 10px;
        min-width: 0;
        font-size: 32px;
    }
    .phase-card p { font-size: 20px; }
    .bonus-content p { font-size: 20px; }
    .faq-question { font-size: 19px; }
    .faq-answer p { font-size: 19px; }

    .bonus-item {
        flex-direction: column;
        text-align: center;
        padding: 26px 22px;
    }
    .bonus-visual { width: 200px; min-width: 200px; height: 200px; }
    .bonus-visual--portrait { width: 200px; min-width: 200px; height: 300px; }
    .bonus-visual--devices { width: 200px; min-width: 200px; height: auto; }

    .total-figure { font-size: 54px; }
    .statement-line { font-size: 25px; }

    .cta-band { padding: 68px 20px; }
    .offer-card { padding: 34px 20px 30px; border-radius: 18px; }
    .cta-heading { font-size: 29px; }
    .countdown-display { font-size: 42px; }
    .timer-wrapper { padding: 14px 30px; }
    .final-price { font-size: 60px; }
    .cta-btn-primary { font-size: 18px; letter-spacing: 1.5px; padding: 20px 22px; }
    .guarantee-box { flex-direction: column; text-align: center; }

    .coaches-section { flex-direction: column; padding: 26px 22px; }
    .coaches-photo { width: 100%; min-width: 0; }

    .soft-close-box { padding: 28px 24px; }
    .soft-close-box p { font-size: 21px; }
    .ready-text { font-size: 25px; }
    .modal-box { padding: 30px 22px; }
    .modal-title { font-size: 27px; }
}
