/* ============================================================
   styles.css — Musky Fit

   DESIGN SYSTEM
   Layout   : everything centered, max-width 900px, margin auto
   Hero     : full-viewport, photo centred behind text, all-edge fade
   Dividers : 1px gold line (opacity 0.2) between every section
   Fonts    : CollegiateFLF (local) + Manrope (Google)

   COLOR TOKENS
   #1b1b1b   page base
   #1e1e1e   card background
   #1a1a1a   testimonial card background
   #2a2a2a   card border
   #c9a87c   gold accent
   #e8e8e0   dirty white — headlines
   #a89880   muted body text
   ============================================================ */

@font-face {
    font-family: 'CollegiateFLF';
    src: url('fonts/CollegiateFLF.woff2') format('woff2'),
         url('fonts/CollegiateFLF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    /* Keep in-page anchors from hiding under sticky .top-banner */
    scroll-padding-top: 5.5rem;
}

body {
    background-color: #1b1b1b;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img  { max-width: 100%; display: block; }
ul   { list-style: none; }

/* Reveal marker — JS drives the actual animation */
.reveal { will-change: opacity, transform; }

/* Emoji used in place of SVG icons throughout */
.card-emoji {
    font-size: 2rem;
    line-height: 1;
    display: block;
}

.step__emoji {
    font-size: 2.6rem;
    line-height: 1;
    display: block;
}


/* ============================================================
   LAYOUT — centred container used by every section below hero
   ============================================================ */
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 32px;
}


/* ============================================================
   SECTION DIVIDERS
   Thin gold line between every section (except top of hero)
   ============================================================ */
/* Hero fades into problem — no divider line needed there.
   how-it-works is light bg so its contrast is the divider. */
.offer,
.testimonials,
.cta {
    border-top: 1px solid rgba(201, 168, 124, 0.20);
}


/* ============================================================
   SHARED SECTION HEADER — eyebrow + large centered heading
   ============================================================ */
.eyebrow {
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.40em;
    color: #c9a87c;
    margin-bottom: 16px;
}

.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-heading {
    font-family: 'CollegiateFLF', 'Impact', 'Arial Narrow', serif;
    font-size: clamp(2.6rem, 5.5vw, 5.2rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 0.98;
    color: #e8e8e0;
}

/* Centred lead line used in problem section */
.section-lead {
    text-align: center;
    font-size: 1.05rem;
    color: #a89880;
    line-height: 1.8;
    margin-bottom: 48px;
}


/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    display: inline-block;
    padding: 16px 38px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease,
                color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    line-height: 1;
}

.btn--primary {
    background-color: #c9a87c;
    color: #1b1b1b;
    border-color: #c9a87c;
}
.btn--primary:hover {
    background-color: #d9bc96;
    border-color: #d9bc96;
    transform: scale(1.02);
}

.btn--outline {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
}
.btn--outline:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.06);
    transform: scale(1.02);
}

.btn--xl {
    padding: 20px 72px;
    font-size: 1rem;
}


/* ============================================================
   SECTION 1 — HERO (homepage #hero only — NOT #plate-hero)
   Mobile-first: headline and copy never sit over the coach PNG.
   ≥768px: 60% copy / 40% photo grid; photo object-position: right center.
   ============================================================ */

/* ─ Homepage hero — mobile / tablet (<768px): stacked, no overlap */
.hero:not(#plate-hero) {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    min-height: 0;
    background-image: url('images/hero-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #1b1b1b;
    overflow: hidden;
    border: none;
    box-shadow: none;
    -webkit-mask-image: none;
    mask-image: none;
}

.hero:not(#plate-hero) .hero__top {
    position: relative;
    z-index: 5;
    order: 1;
    text-align: center;
    padding: clamp(0.75rem, 3vw, 1.5rem) 0.5rem 0;
    flex-shrink: 0;
    pointer-events: auto;
}

.hero:not(#plate-hero) .hero__bottom {
    position: relative;
    z-index: 5;
    order: 3;
    text-align: center;
    padding: clamp(16px, 3vw, 24px) 0.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    flex-shrink: 0;
    pointer-events: auto;
}

.hero:not(#plate-hero) .hero__coach {
    position: relative;
    order: 2;
    z-index: 1;
    width: clamp(240px, 32vw, 380px);
    aspect-ratio: 1 / 1;
    height: auto;
    margin-inline: auto;
    flex-shrink: 0;
    pointer-events: auto;
    border-radius: 50%;
    overflow: visible;
    background-color: transparent;
    bottom: auto;
    left: auto;
    cursor: pointer;
    isolation: isolate;
    filter:
        drop-shadow(0 14px 24px rgba(0, 0, 0, 0.5))
        drop-shadow(0 32px 56px rgba(0, 0, 0, 0.62))
        drop-shadow(0 48px 80px rgba(0, 0, 0, 0.4));
    transition: filter 0.35s ease;
    animation: hero-coach-float 4.5s ease-in-out infinite;
}

/* Depth — soft shadow disc behind the circle */
.hero:not(#plate-hero) .hero__coach::before {
    content: '';
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 55%, #1a1a1a 0%, #0a0a0a 100%);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.72),
        0 12px 28px rgba(0, 0, 0, 0.55),
        0 4px 10px rgba(0, 0, 0, 0.45);
    z-index: 0;
    pointer-events: none;
}

/* Spinning gold ring (visible on hover / press) */
.hero:not(#plate-hero) .hero__coach::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #c9a363;
    border-right-color: rgba(201, 163, 99, 0.55);
    border-bottom-color: rgba(201, 163, 99, 0.2);
    border-left-color: rgba(201, 163, 99, 0.35);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.hero:not(#plate-hero) .hero__coach .hero__coach-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #0e0e0e;
}

.hero:not(#plate-hero) .hero__coach img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    border-radius: 50%;
    transform: rotate(0deg);
    will-change: transform;
}

@keyframes hero-coach-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

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

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

.hero:not(#plate-hero) .hero__coach:hover,
.hero:not(#plate-hero) .hero__coach:active,
.hero:not(#plate-hero) .hero__coach.hero__coach--spinning {
    filter:
        drop-shadow(0 18px 32px rgba(0, 0, 0, 0.55))
        drop-shadow(0 40px 68px rgba(0, 0, 0, 0.68))
        drop-shadow(0 56px 96px rgba(0, 0, 0, 0.45))
        drop-shadow(0 0 32px rgba(201, 163, 99, 0.24));
}

.hero:not(#plate-hero) .hero__coach:hover::after,
.hero:not(#plate-hero) .hero__coach:active::after,
.hero:not(#plate-hero) .hero__coach.hero__coach--spinning::after {
    opacity: 1;
    animation: hero-coach-ring-spin 1.1s linear infinite;
}

.hero:not(#plate-hero) .hero__coach:hover img,
.hero:not(#plate-hero) .hero__coach:active img,
.hero:not(#plate-hero) .hero__coach.hero__coach--spinning img {
    animation: hero-coach-spin 2.4s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .hero:not(#plate-hero) .hero__coach {
        animation: none;
    }

    .hero:not(#plate-hero) .hero__coach:hover img,
    .hero:not(#plate-hero) .hero__coach:active img,
    .hero:not(#plate-hero) .hero__coach.hero__coach--spinning img,
    .hero:not(#plate-hero) .hero__coach:hover::after,
    .hero:not(#plate-hero) .hero__coach:active::after,
    .hero:not(#plate-hero) .hero__coach.hero__coach--spinning::after {
        animation: none;
    }

    .hero:not(#plate-hero) .hero__coach:hover::after,
    .hero:not(#plate-hero) .hero__coach:active::after,
    .hero:not(#plate-hero) .hero__coach.hero__coach--spinning::after {
        opacity: 0.6;
    }
}

/* Mobile: keep copy/CTA first, then show a compact coach crop below */
@media (max-width: 767px) {
    /* stack: eyebrow+headline → sub+badge → CTA → photo */
    .hero:not(#plate-hero) .hero__top {
        order: 1;
        padding-bottom: 0.5rem;
    }
    .hero:not(#plate-hero) .hero__bottom {
        order: 2;
        padding-top: 0.75rem;
    }
    .hero:not(#plate-hero) .hero__cta {
        order: 3;
        padding: 14px 0.5rem 12px;
    }
    .hero:not(#plate-hero) .hero__coach {
        order: 4;
        width: clamp(220px, 72vw, 300px);
        margin: 1rem auto 0;
        padding: 0;
    }
}

.hero:not(#plate-hero) .hero__gradient {
    display: none;
}

.hero:not(#plate-hero) .hero__cta {
    position: relative;
    z-index: 5;
    order: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
    padding: 16px 0.5rem clamp(24px, 6vh, 48px);
    flex-shrink: 0;
    pointer-events: auto;
}

.hero:not(#plate-hero) .hero__headline {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
    line-height: 1.1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* ─ Homepage hero — desktop (≥768px): two columns, no text/photo overlap */
@media (min-width: 768px) {
    .hero:not(#plate-hero) {
        display: grid;
        grid-template-columns: minmax(0, 52%) minmax(0, 48%);
        grid-template-rows: auto auto auto;
        align-items: stretch;
        align-content: center;
        column-gap: clamp(0.5rem, 2vw, 1.5rem);
        min-height: 90vh;
        min-height: 90svh;
        padding: clamp(2rem, 6vh, 5rem) clamp(1rem, 3vw, 2rem) clamp(2rem, 5vh, 4rem);
        -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    }

    .hero:not(#plate-hero) .hero__top {
        grid-column: 1;
        grid-row: 1;
        order: 0;
        text-align: left;
        padding: 0 2rem 0 clamp(5.5rem, 12vw, 8.5rem);
        align-self: end;
    }

    .hero:not(#plate-hero) .hero__bottom {
        grid-column: 1;
        grid-row: 2;
        order: 0;
        text-align: left;
        align-items: flex-start;
        padding: clamp(12px, 2vh, 20px) 2rem clamp(12px, 2vh, 20px) clamp(5.5rem, 12vw, 8.5rem);
    }

    .hero:not(#plate-hero) .hero__subheadline {
        margin-inline: 0;
        max-width: 36rem;
    }

    .hero:not(#plate-hero) .hero__cta {
        grid-column: 1;
        grid-row: 3;
        order: 0;
        justify-content: flex-start;
        padding: 12px 2rem max(24px, 4vh) clamp(5.5rem, 12vw, 8.5rem);
        align-self: start;
    }

    .hero:not(#plate-hero) .hero__cta-secondary {
        text-align: left;
    }

    .hero:not(#plate-hero) .hero__coach {
        grid-column: 2;
        grid-row: 1 / -1;
        order: 0;
        width: clamp(360px, 44vw, 520px);
        max-width: 520px;
        align-self: center;
        justify-self: center;
        margin: 0;
        margin-left: clamp(1.25rem, 3.5vw, 3rem);
        animation: hero-coach-float 4.5s ease-in-out infinite;
    }

    .hero:not(#plate-hero) .hero__headline {
        font-size: clamp(2.5rem, 4.5vw, 4rem);
        line-height: 1.05;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    }
}

/* Gold label */
.hero__label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.40em;
    color: #c9a87c;
    margin-bottom: 18px;
}

/* Headline — font sizes: homepage + plate set on scoped rules below */
.hero__headline {
    display: flex;
    flex-direction: column;
    font-family: 'CollegiateFLF', 'Impact', 'Arial Narrow', serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #e8e8e0;
}
.hero__hl-line { display: block; }

#plate-hero .hero__headline {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    line-height: 1.05;
}

/* Gold kicker */
.hero__kicker {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(0.58rem, 1.0vw, 0.76rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.52em;
    color: #c9a87c;
}

/* Body copy */
.hero__subheadline {
    font-size: 1rem;
    font-weight: 400;
    color: #e8e8e0;
    line-height: 1.75;
    max-width: 560px;
    margin-inline: auto;
    opacity: 0.88;
}

/* ============================================================
   SECTION 2 — PROBLEM
   Centred heading + lead + 3-col icon cards
   ============================================================ */
.problem {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
}

/* 3-column card grid */
.problem__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 64px;
}

.problem__card {
    background-color: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-top: 3px solid #c9a87c;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.25s ease;
}
.problem__card:hover {
    box-shadow: 0 0 24px rgba(201, 168, 124, 0.14);
}

.problem__card-icon { display: block; }

.problem__card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
}

.problem__card-text {
    font-size: 0.91rem;
    color: #a89880;
    line-height: 1.82;
}

/* Closing line */
.problem__close-wrap { text-align: center; }

.problem__close {
    display: inline-block;
    font-size: clamp(1.3rem, 2.2vw, 1.9rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    position: relative;
    padding-bottom: 18px;
}
.problem__close::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 2px;
    background-color: #c9a87c;
}


/* ============================================================
   SECTION 3 — OFFER
   Centred heading + intro text + 2×2 icon card grid
   ============================================================ */
.offer {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
}

.offer__intro {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 52px;
}

.offer__body {
    font-size: 1rem;
    font-weight: 400;
    color: #e8e8e0;
    line-height: 1.75;
    opacity: 0.88;
    margin-bottom: 14px;
}
.offer__body:last-child { margin-bottom: 0; }

/* 2×2 grid */
.offer__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 52px;
}

.offer__card {
    background-color: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-top: 3px solid #c9a87c;
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow 0.25s ease;
}
.offer__card:hover {
    box-shadow: 0 0 24px rgba(201, 168, 124, 0.14);
}

.offer__card-icon { display: block; }

.offer__card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    line-height: 1.3;
}

.offer__card-text {
    font-size: 0.92rem;
    color: #a89880;
    line-height: 1.82;
}

/* Footer: disclaimer + CTA centred */
.offer__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
}

.offer__disclaimer {
    font-style: italic;
    font-size: 0.96rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    max-width: 500px;
}


/* ============================================================
   SECTION 4 — TESTIMONIALS
   Gold left border, badge + quote mark, hover lift
   ============================================================ */
.testimonials {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
}

.testimonials__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.card {
    background-color: #1a1a1a;
    border-left: 3px solid #c9a87c;
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}

.card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card__badge {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c9a87c;
    border: 1px solid rgba(201, 168, 124, 0.38);
    padding: 4px 10px;
    border-radius: 2px;
}

.card__quotemark {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 4.5rem;
    line-height: 0.8;
    color: #c9a87c;
    opacity: 0.22;
    user-select: none;
}

.card__label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #c9a87c;
    line-height: 1.6;
}

.card__quote {
    font-size: 0.94rem;
    color: #a89880;
    line-height: 1.9;
    font-style: normal;
    flex: 1;
}

.card__attr {
    font-size: 0.84rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.38);
}

/* Before / After photo strip at the bottom of each testimonial card */
.card__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 4px;
}

.card__photo-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.card__photo-wrap img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
}
.card:hover .card__photo-wrap img { transform: scale(1.03); }

.card__photo-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(27, 27, 27, 0.72);
    font-family: 'Manrope', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #c9a87c;
    text-align: center;
    padding: 5px 0;
}


/* ============================================================
   SECTION 5 — HOW IT WORKS
   Light theme — dirty white bg, dark text, darker gold
   ============================================================ */
.how-it-works {
    padding: 104px 0 96px;
    background-color: #f0ece4;
}

/* Override text colours for the light section */
.how-it-works .eyebrow        { color: #8B6914; }
.how-it-works .section-heading { color: #1b1b1b; }
.how-it-works .step__title    { color: #1b1b1b; }
.how-it-works .step__body     { color: #4a4540; }

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    text-align: center;
}

/* Dotted connector between steps */
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 1.4rem;
    right: -24px;
    width: 48px;
    height: 0;
    border-top: 2px dashed rgba(139, 105, 20, 0.40);
    pointer-events: none;
}

.step__title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #ffffff;
    line-height: 1.3;
}

.step__body {
    font-size: 0.95rem;
    color: #a89880;
    line-height: 1.85;
}


/* ============================================================
   SECTION 6 — FINAL CTA
   Centred, collegiate statement, radial glow
   ============================================================ */
.cta {
    padding: 120px 0;
    background-color: #1b1b1b;
    background-image: radial-gradient(
        ellipse 65% 55% at 50% 50%,
        rgba(201, 168, 124, 0.055) 0%,
        transparent 68%
    );
    position: relative;
}

.cta__inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Social proof box — "Four people…" stat in a framed callout */
.cta__proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    border: 1px solid rgba(201, 168, 124, 0.35);
    border-top: 3px solid #c9a87c;
    background: rgba(201, 168, 124, 0.05);
    padding: 32px 36px;
    max-width: 620px;
    margin-bottom: 52px;
}

.cta__proof-emoji {
    font-size: 2.2rem;
    line-height: 1;
}

.cta__proof p {
    font-size: 1rem;
    color: #a89880;
    line-height: 1.85;
}

.cta__proof strong {
    color: #ffffff;
    font-weight: 800;
}

.cta__statement {
    font-family: 'CollegiateFLF', 'Impact', 'Arial Narrow', serif;
    font-size: clamp(2.4rem, 5.5vw, 4.6rem);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.04;
    color: #e8e8e0;
    margin-bottom: 52px;
}

.cta__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.cta__sub {
    font-size: 0.92rem;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.7;
    max-width: 440px;
    opacity: 0.88;
    margin-bottom: 40px;
}


/* ============================================================
   RESPONSIVE — TABLET  (≤ 900px)
   ============================================================ */
@media (max-width: 900px) {

    .hero__inner { padding: 100px 32px 64px; }

    /* Problem: 2-col on tablet */
    .problem__cards { grid-template-columns: repeat(2, 1fr); }

    /* Steps: single column, no connector */
    .steps {
        grid-template-columns: 1fr;
        gap: 48px;
        max-width: 480px;
        margin: 0 auto;
    }
    .step:not(:last-child)::after { display: none; }
    .step { text-align: left; }
}


/* ============================================================
   RESPONSIVE — MOBILE  (≤ 600px)
   ============================================================ */
@media (max-width: 600px) {

    .hero__label { letter-spacing: 0.28em; margin-bottom: 12px; }

    .hero:not(#plate-hero) .hero__cta {
        flex-direction: column;
        align-items: stretch;
    }
    .hero__cta .btn { text-align: center; }

    /* Global */
    .container { padding: 0 20px; }

    .problem      { padding: 72px 0 64px; }
    .offer        { padding: 72px 0 64px; }
    .testimonials { padding: 72px 0 64px; }
    .how-it-works { padding: 72px 0 64px; }
    .cta          { padding: 80px 0; }

    .section-header { margin-bottom: 36px; }

    /* Problem: single column */
    .problem__cards { grid-template-columns: 1fr; gap: 16px; }

    /* Offer: single column */
    .offer__grid { grid-template-columns: 1fr; }

    /* Testimonials: single column */
    .testimonials__grid { grid-template-columns: 1fr; }
    .card { padding: 28px 22px; }

    /* Buttons */
    .btn    { width: 100%; text-align: center; padding: 16px 20px; }
    .btn--xl { padding: 18px 20px; }

    /* CTA */
    .cta__inner  { padding: 0 20px; }
    .cta__bottom { gap: 16px; }

    /* Steps */
    .steps { max-width: 100%; }
}


/* ============================================================
   HERO — BADGE
   ============================================================ */
.hero__badge {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #c9a87c;
    border: 1px solid rgba(201, 168, 124, 0.55);
    padding: 10px 22px;
    margin-top: 6px;
}


/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
    background-color: #141414;
    border-top: 1px solid rgba(201, 168, 124, 0.20);
    border-bottom: 1px solid rgba(201, 168, 124, 0.20);
    padding: 36px 32px;
}

.stats-bar__inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.stat__number {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #c9a87c;
    line-height: 1.2;
}

.stat__label {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #a89880;
    margin-top: 6px;
}


/* ============================================================
   SECTION — I UNDERSTAND YOUR LIFE
   ============================================================ */
.understand {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
    border-top: 1px solid rgba(201, 168, 124, 0.20);
}

.understand__items {
    max-width: 640px;
    margin: 0 auto 24px;
    display: flex;
    flex-direction: column;
}

.understand__item {
    border-left: 3px solid #c9a87c;
    padding: 20px 24px;
    background-color: #1e1e1e;
    border-bottom: 1px solid #2a2a2a;
}

.understand__item p {
    font-size: 1rem;
    color: #e8e8e0;
    line-height: 1.75;
}

.understand__item strong {
    color: #ffffff;
    font-weight: 700;
}

.understand__quote {
    max-width: 640px;
    margin: 0 auto;
    border-left: 3px solid #c9a87c;
    padding: 24px 28px;
    background-color: #1e1e1e;
}

.understand__quote p {
    font-size: 1rem;
    font-style: italic;
    color: #a89880;
    line-height: 1.8;
}


/* ============================================================
   SECTION — BUILT FROM BREAKING POINTS
   ============================================================ */
.story {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
    border-top: 1px solid rgba(201, 168, 124, 0.20);
}

.story__chapters {
    max-width: 640px;
    margin: 0 auto 52px;
}

.story__chapter {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(201, 168, 124, 0.15);
    align-items: start;
}

.story__chapter:last-child { border-bottom: none; }

.story__chapter-num {
    font-family: 'CollegiateFLF', 'Impact', 'Arial Narrow', serif;
    font-size: 3.6rem;
    color: rgba(201, 168, 124, 0.30);
    line-height: 1;
    padding-top: 4px;
}

.story__chapter-eyebrow {
    font-family: 'Manrope', sans-serif;
    font-size: 0.63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.38em;
    color: #c9a87c;
    margin-bottom: 8px;
}

.story__chapter-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #e8e8e0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.story__chapter-text {
    font-size: 0.95rem;
    color: #a89880;
    line-height: 1.85;
}

.story__chapter-text strong { color: #ffffff; }

.story__quote {
    max-width: 640px;
    margin: 0 auto 48px;
    border-left: 3px solid #c9a87c;
    padding: 24px 28px;
    background-color: #1e1e1e;
}

.story__quote p {
    font-size: 1.05rem;
    font-style: italic;
    color: #a89880;
    line-height: 1.85;
}

.story__pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 640px;
    margin: 0 auto;
}

.story__pillar {
    background-color: #1e1e1e;
    border: 1px solid #2a2a2a;
    padding: 28px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.story__pillar-icon { font-size: 1.8rem; line-height: 1; }

.story__pillar-title {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c9a87c;
}

.story__pillar-text {
    font-size: 0.88rem;
    color: #a89880;
    line-height: 1.7;
}


/* ============================================================
   SECTION — QUALIFICATIONS
   ============================================================ */
.quals {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
    border-top: 1px solid rgba(201, 168, 124, 0.20);
}

.quals__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.quals__card {
    background-color: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-top: 3px solid #c9a87c;
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    transition: box-shadow 0.25s ease;
}

.quals__card:hover {
    box-shadow: 0 0 24px rgba(201, 168, 124, 0.14);
}

.quals__card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: #c9a87c;
}

.quals__card-text {
    font-size: 0.92rem;
    color: #a89880;
    line-height: 1.75;
}


/* ============================================================
   SECTION — PRICING
   ============================================================ */
.pricing {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
    border-top: 1px solid rgba(201, 168, 124, 0.20);
}

.pricing__cards {
    max-width: 640px;
    margin: 0 auto 32px;
    display: flex;
    flex-direction: column;
}

.pricing__card {
    background-color: #1e1e1e;
    border-left: 3px solid #c9a87c;
    border-top: 1px solid rgba(201, 168, 124, 0.20);
    padding: 36px 32px;
}

.pricing__card + .pricing__card {
    border-top: 1px solid rgba(201, 168, 124, 0.20);
}

.pricing__type {
    font-family: 'Manrope', sans-serif;
    font-size: 0.63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.38em;
    color: #c9a87c;
    margin-bottom: 8px;
}

.pricing__label {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #e8e8e0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.pricing__price {
    font-family: 'Manrope', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #c9a87c;
    line-height: 1.1;
}

.pricing__period {
    font-size: 0.88rem;
    color: #a89880;
    margin-bottom: 16px;
}

.pricing__desc {
    font-size: 0.95rem;
    color: #a89880;
    line-height: 1.8;
    margin-bottom: 12px;
}

.pricing__location {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
}

.pricing__home {
    max-width: 640px;
    margin: 0 auto 40px;
    border: 1px dashed rgba(201, 168, 124, 0.35);
    padding: 24px 28px;
    text-align: center;
}

.pricing__home-title {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #e8e8e0;
    margin-bottom: 8px;
}

.pricing__home-text {
    font-size: 0.92rem;
    color: #a89880;
    line-height: 1.7;
}

.pricing__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.pricing__cta-note {
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #a89880;
}


/* ============================================================
   HOW IT WORKS — TROPHY PROOF CARD
   ============================================================ */
.steps__proof {
    margin-top: 64px;
    background-color: #1b1b1b;
    border: 1px solid rgba(201, 168, 124, 0.35);
    border-top: 3px solid #c9a87c;
    padding: 36px 40px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.steps__proof-emoji { font-size: 2rem; line-height: 1; }

.steps__proof p {
    font-size: 1rem;
    color: #4a4540;
    line-height: 1.85;
}

.steps__proof-highlight {
    color: #c9a87c;
    font-weight: 800;
}


/* ============================================================
   TESTIMONIALS — PRIVACY NOTE
   ============================================================ */
.testimonials__privacy {
    margin-top: 40px;
    border-left: 3px solid rgba(201, 168, 124, 0.35);
    padding: 20px 24px;
    background-color: #1a1a1a;
}

.testimonials__privacy p {
    font-size: 0.9rem;
    font-style: italic;
    color: #a89880;
    line-height: 1.8;
}


/* ============================================================
   SECTION — FAQ
   ============================================================ */
.faq {
    padding: 104px 0 96px;
    background-color: #1b1b1b;
    border-top: 1px solid rgba(201, 168, 124, 0.20);
}

.faq__list {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__item {
    background-color: #1e1e1e;
    border: 1px solid #2a2a2a;
    padding: 28px 28px;
}

.faq__question {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #e8e8e0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    line-height: 1.4;
}

.faq__answer {
    font-size: 0.95rem;
    color: #a89880;
    line-height: 1.82;
}


/* ============================================================
   CTA — UPDATED STYLES
   ============================================================ */
.hero__hl-outline {
    font-family: 'CollegiateFLF', 'Impact', 'Arial Narrow', serif;
    -webkit-text-stroke: 2px #e8e8e0;
    color: transparent;
    display: block;
}

.cta__eyebrow {
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.40em;
    color: #c9a87c;
    margin-bottom: 24px;
}

.cta__outline {
    font-family: 'CollegiateFLF', 'Impact', 'Arial Narrow', serif;
    -webkit-text-stroke: 2px #e8e8e0;
    color: transparent;
}

.cta__spaces {
    font-family: 'Manrope', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.30em;
    color: rgba(255, 255, 255, 0.40);
}


/* ============================================================
   FOOTER — DARK THEME
   ============================================================ */
.site-footer {
    background-color: #111111;
    border-top: 1px solid rgba(201, 168, 124, 0.15);
    padding: 28px 0;
    text-align: center;
}

.site-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__legal {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: #a89880;
    letter-spacing: 0.04em;
}

.footer__designed {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #a89880;
    margin-top: 6px;
}

.footer__designed a {
    color: #c9a87c;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer__designed a:hover { opacity: 0.75; }


/* ============================================================
   RESPONSIVE — NEW SECTIONS  (≤ 900px tablet)
   ============================================================ */
@media (max-width: 900px) {

    .stats-bar__inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }

    .story__pillars { grid-template-columns: repeat(3, 1fr); }

    .quals__grid { grid-template-columns: repeat(2, 1fr); }

}


/* ============================================================
   RESPONSIVE — NEW SECTIONS  (≤ 600px mobile)
   ============================================================ */
@media (max-width: 600px) {

    .understand  { padding: 72px 0 64px; }
    .story       { padding: 72px 0 64px; }
    .quals       { padding: 72px 0 64px; }
    .pricing     { padding: 72px 0 64px; }
    .faq         { padding: 72px 0 64px; }

    .stats-bar__inner { grid-template-columns: repeat(2, 1fr); gap: 16px; }

    .story__chapter { grid-template-columns: 48px 1fr; gap: 16px; }
    .story__chapter-num { font-size: 2.8rem; }
    .story__pillars { grid-template-columns: 1fr; }

    .quals__grid { grid-template-columns: 1fr; }

    .pricing__card { padding: 28px 22px; }
    .pricing__home { padding: 20px 20px; }

    .steps__proof { padding: 28px 24px; margin-top: 48px; }

    .faq__item { padding: 22px 20px; }

}


/* ================================================================
   TOP BANNER (Plate PDF promo)
   ================================================================ */
.top-banner {
    background: #C9A363;
    color: #0E0E0E;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-size: 0.9rem;
}
.top-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
}
.top-banner__text {
    margin: 0;
    padding: 0 2.5rem;
    text-align: center;
    line-height: 1.4;
}
.top-banner__link {
    color: #0E0E0E;
    font-weight: 700;
    text-decoration: underline;
}
.top-banner__close {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    color: #0E0E0E;
    font-size: 1.4rem;
    cursor: pointer;
    line-height: 1;
    padding: 0 0.5rem;
}
@media (max-width: 600px) {
    .top-banner__text { font-size: 0.8rem; padding: 0 2rem; }
}

/* ================================================================
   PLATE HERO (lead magnet landing — overrides full-screen .hero)
   The standard .hero uses absolute positioning for full-viewport
   layout. The /plate hero needs normal flow so the email form
   sits naturally below the headline.
   ================================================================ */
#plate-hero.hero {
    height: auto !important;
    min-height: 0 !important;
    /* Extra top space so multi-line sticky banner never crowds the headline */
    padding: clamp(5.5rem, 4vh + 3.5rem, 8rem) clamp(20px, 5vw, 40px) clamp(2.25rem, 6vh, 4rem) !important;
    text-align: center;
    background: #1b1b1b !important;
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    display: block !important;
}
#plate-hero .hero__top,
#plate-hero .hero__bottom {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    padding: 0 !important;
    pointer-events: auto !important;
}
#plate-hero .hero__top {
    margin-bottom: 1.25rem;
}
#plate-hero .hero__bottom {
    margin-bottom: 0.75rem;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
#plate-hero .hero__gradient,
#plate-hero .hero__coach {
    display: none !important;
}
#plate-hero .plate-form {
    width: min(480px, 100%);
    max-width: 480px;
    margin: 0 auto;
}

#plate-hero .plate-form form {
    margin-top: 1.25rem;
}

/* ================================================================
   HERO SECONDARY CTA (WhatsApp "or message me" link beneath buttons)
   ================================================================ */
.hero__cta-secondary {
    flex-basis: 100%;
    margin: 0.5rem 0 0;
    text-align: center;
    font-size: 0.9em;
    opacity: 0.75;
}
.hero__cta-secondary a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.hero__cta-secondary a:hover {
    opacity: 1;
}

/* ================================================================
   PLATE FORM (lead magnet email capture)
   ================================================================ */
.plate-form form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 480px;
    margin: 2rem auto 0;
}
.plate-form input[type="text"],
.plate-form input[type="email"] {
    padding: 0.85rem 1rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201,163,99,0.3);
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    font-family: inherit;
}
.plate-form input:focus {
    outline: none;
    border-color: #C9A363;
}
.plate-form button {
    margin-top: 0.5rem;
}
.plate-form__note {
    text-align: center;
    margin-top: 0.75rem;
    font-size: 0.85rem;
    opacity: 0.65;
}
