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

    :root {
      --sage:        #8FAF8A;
      --sage-light:  #B5CEB1;
      --sage-dark:   #627A5E;
      --sage-deep:   #3D5239;
      --cream:       #F7F2EA;
      --cream-dark:  #EDE6D8;
      --warm-white:  #FDFAF5;
      --charcoal:    #1E2226;
      --charcoal-mid:#2C3035;
      --stone:       #8C8075;
      --gold:        #C4A882;
      --gold-light:  #D9C4A8;
      --gold-dark:   #A88D6A;
      --text-dark:   #1E2226;
      --text-mid:    #5A5250;
      --text-light:  #8C8075;
      --border:      #E2D9CC;
      --border-light:#EDE8E0;
      --font-display: 'Cormorant Garamond', Georgia, serif;
      --font-body:    'DM Sans', sans-serif;
      --font-accent:  'Playfair Display', Georgia, serif;
      --paper-texture: url('../images/img01_1bfb8bd5.webp');
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font-body);
      background: var(--warm-white);
      color: var(--text-dark);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    /* ── GRAIN OVERLAY ──────────────────────────────────────── */
    body::after {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 9999;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
      opacity: 0.022;
    }

/* ── SCROLL REVEAL ──────────────────────────────────────── */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }
    .reveal-delay-5 { transition-delay: 0.5s; }

    /* ── NAV ────────────────────────────────────────────────── */
    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200;
      padding: 0 48px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: background 0.4s, border-color 0.4s, backdrop-filter 0.4s;
    }
    .nav.scrolled {
      background: rgba(253,250,245,0.92);
      border-bottom: 1px solid var(--border-light);
      backdrop-filter: blur(12px);
    }
    .nav-logo {
      font-family: var(--font-display);
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0.5px;
      color: var(--warm-white);
      transition: color 0.4s;
    }
    .nav.scrolled .nav-logo { color: var(--charcoal); }
    .nav-logo em { font-style: italic; }
    .nav-right { display: flex; align-items: center; gap: 32px; }
    .nav-link {
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(253,250,245,0.7);
      text-decoration: none;
      transition: color 0.3s;
    }
    .nav.scrolled .nav-link { color: var(--text-light); }
    .nav-link:hover { color: var(--gold); }
    .nav-cta {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      color: var(--charcoal);
      background: linear-gradient(180deg, #D9C09A 0%, var(--gold) 50%, #B69770 100%);
      padding: 11px 26px;
      text-decoration: none;
      border-radius: 2px;
      border: 1px solid rgba(168,141,106,0.55);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.4),
        inset 0 -1px 0 rgba(120,90,40,0.18),
        0 1px 2px rgba(0,0,0,0.08),
        0 6px 18px rgba(196,168,130,0.28);
      transition: background 0.35s ease, transform 0.3s ease, box-shadow 0.35s ease;
    }
    .nav-cta:hover {
      background: linear-gradient(180deg, var(--gold) 0%, #B69770 60%, var(--gold-dark) 100%);
      transform: translateY(-1px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.5),
        inset 0 -1px 0 rgba(120,90,40,0.22),
        0 2px 4px rgba(0,0,0,0.12),
        0 10px 26px rgba(196,168,130,0.4);
    }

    /* ── HERO ───────────────────────────────────────────────── */
    .hero {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      overflow: hidden;
      background: #2A3A27;
      padding: 0 0 80px;
    }

    /* Atmospheric background layers */
    .hero-bg {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 80% 60% at 70% 30%, rgba(143,175,138,0.32) 0%, transparent 65%),
        radial-gradient(ellipse 60% 80% at 20% 80%, rgba(196,168,130,0.12) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 85% 75%, rgba(143,175,138,0.10) 0%, transparent 50%),
        linear-gradient(160deg, #1F2C1D 0%, #3D5239 40%, #2A3A27 100%);
    }

    /* Botanical line art overlay */
    .hero-botanical {
      position: absolute;
      top: -5%;
      right: -5%;
      width: 55%;
      height: 110%;
      opacity: 0.06;
      background-image:
        radial-gradient(circle at 60% 40%, rgba(143,175,138,1) 0%, transparent 40%),
        radial-gradient(circle at 30% 70%, rgba(143,175,138,0.5) 0%, transparent 35%);
      filter: blur(0px);
    }

    /* Fine ruled lines */
    .hero-lines {
      position: absolute;
      top: 0;
      right: 120px;
      width: 1px;
      height: 100%;
      background: linear-gradient(to bottom, transparent 0%, rgba(196,168,130,0.2) 20%, rgba(196,168,130,0.2) 80%, transparent 100%);
    }
    .hero-lines::before {
      content: '';
      position: absolute;
      top: 0;
      left: 48px;
      width: 1px;
      height: 100%;
      background: inherit;
      opacity: 0.4;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 48px;
      width: 100%;
    }

    .hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 32px;
      opacity: 0;
      animation: fadeIn 1s ease 0.3s forwards;
    }
    .hero-eyebrow-line {
      width: 40px;
      height: 1px;
      background: var(--gold);
    }
    .hero-eyebrow-text {
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--gold);
    }

    .hero h1 {
      font-family: var(--font-display);
      font-size: clamp(52px, 8vw, 108px);
      font-weight: 300;
      line-height: 0.92;
      letter-spacing: -1px;
      color: var(--warm-white);
      margin-bottom: 40px;
      opacity: 0;
      animation: slideUp 1s cubic-bezier(0.22,1,0.36,1) 0.5s forwards;
    }
    .hero h1 em {
      font-style: italic;
      color: var(--sage-light);
      display: block;
    }
    .hero h1 span {
      display: block;
      font-size: 0.62em;
      font-weight: 300;
      color: rgba(253,250,245,0.45);
      letter-spacing: 0;
      margin-top: 8px;
    }

    .hero-bottom {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 48px;
      opacity: 0;
      animation: fadeIn 1s ease 1s forwards;
    }
    .hero-sub {
      max-width: 480px;
      font-size: 15px;
      font-weight: 300;
      color: rgba(253,250,245,0.6);
      line-height: 1.8;
      letter-spacing: 0.2px;
    }
    .hero-sub strong { color: rgba(253,250,245,0.85); font-weight: 400; }

    .hero-cta-group { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; flex-shrink: 0; }
    .btn-hero {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: linear-gradient(180deg, #D9C09A 0%, var(--gold) 50%, #B69770 100%);
      color: var(--charcoal);
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      padding: 19px 38px;
      text-decoration: none;
      border-radius: 2px;
      border: 1px solid rgba(168,141,106,0.55);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.45),
        inset 0 -1px 0 rgba(120,90,40,0.20),
        0 1px 2px rgba(0,0,0,0.10),
        0 10px 28px rgba(196,168,130,0.30),
        0 22px 48px -12px rgba(0,0,0,0.32);
      transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.4s ease;
    }
    .btn-hero:hover {
      background: linear-gradient(180deg, var(--gold) 0%, #B69770 60%, var(--gold-dark) 100%);
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(120,90,40,0.25),
        0 2px 4px rgba(0,0,0,0.14),
        0 14px 36px rgba(196,168,130,0.42),
        0 28px 60px -12px rgba(0,0,0,0.4);
    }
    .btn-hero svg { width: 14px; height: 14px; }
    .hero-trust-line {
      font-size: 11px;
      font-weight: 300;
      color: rgba(253,250,245,0.35);
      letter-spacing: 1px;
    }

    /* Scroll indicator */
    .scroll-hint {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      opacity: 0;
      animation: fadeIn 1s ease 1.5s forwards;
    }
    .scroll-hint-text {
      font-size: 9px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(253,250,245,0.3);
    }
    .scroll-hint-line {
      width: 1px;
      height: 40px;
      background: linear-gradient(to bottom, rgba(253,250,245,0.3), transparent);
      animation: scrollPulse 2s ease-in-out infinite;
    }

    /* ── PROOF STRIP ────────────────────────────────────────── */
    .proof-strip {
      background: var(--charcoal-mid);
      border-top: 1px solid rgba(255,255,255,0.05);
      border-bottom: 1px solid rgba(255,255,255,0.05);
      padding: 0;
      display: flex;
    }
    .proof-item {
      flex: 1;
      padding: 28px 24px;
      text-align: center;
      border-right: 1px solid rgba(255,255,255,0.06);
      position: relative;
    }
    .proof-item:last-child { border-right: none; }
    .proof-num {
      font-family: var(--font-display);
      font-size: 32px;
      font-weight: 300;
      font-style: italic;
      color: var(--sage-light);
      display: block;
      line-height: 1;
      margin-bottom: 6px;
    }
    .proof-label {
      font-size: 10px;
      font-weight: 300;
      color: rgba(253,250,245,0.4);
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    /* ── SECTION WRAPPER ────────────────────────────────────── */
    .section-wrap {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 48px;
    }

    /* ── EYEBROW ────────────────────────────────────────────── */
    .eyebrow {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 28px;
    }
    .eyebrow-line { width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
    .eyebrow-text {
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: var(--gold-dark);
    }

    /* ── PAIN ───────────────────────────────────────────────── */
    .pain {
      background: var(--cream);
      padding: 120px 0;
    }
    .pain-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
    }
    .pain-left {}
    .pain h2 {
      font-family: var(--font-display);
      font-size: clamp(46px, 5.4vw, 80px);
      font-weight: 300;
      color: var(--charcoal);
      line-height: 1.0;
      letter-spacing: -0.5px;
      margin-bottom: 28px;
    }
    .pain h2 em { font-style: italic; color: var(--sage-dark); display: block; }
    .pain-intro {
      font-size: 15px;
      font-weight: 300;
      color: var(--text-mid);
      line-height: 1.85;
      max-width: 400px;
      margin-bottom: 40px;
    }
    .pain-right {}
    .pain-list { list-style: none; }
    .pain-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      padding: 22px 0;
      border-bottom: 1px solid var(--border-light);
      opacity: 0;
      transform: translateX(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .pain-item.visible { opacity: 1; transform: translateX(0); }
    .pain-item:first-child { padding-top: 0; border-top: 1px solid var(--border-light); }
    .pain-icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: rgba(143,175,138,0.12);
      border: 1px solid rgba(143,175,138,0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .pain-icon svg { width: 14px; height: 14px; stroke: var(--sage); }
    .pain-text {
      font-size: 14px;
      font-weight: 300;
      color: var(--text-mid);
      line-height: 1.7;
    }
    .pain-text strong { color: var(--text-dark); font-weight: 500; }

    /* ── BRIDGE ─────────────────────────────────────────────── */
    .bridge {
      background: var(--charcoal);
      padding: 120px 0;
      position: relative;
      overflow: hidden;
    }
    .bridge::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 80% at 90% 50%, rgba(98,122,94,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 10% 20%, rgba(196,168,130,0.06) 0%, transparent 50%);
    }
    .bridge-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: center;
    }
    .bridge-left {}
    .bridge-left .eyebrow-text { color: var(--sage-light); }
    .bridge-left .eyebrow-line { background: var(--sage-light); }
    .bridge h2 {
      font-family: var(--font-display);
      font-size: clamp(42px, 4.9vw, 72px);
      font-weight: 300;
      color: var(--warm-white);
      line-height: 1.08;
      letter-spacing: -0.5px;
      margin-bottom: 32px;
    }
    .bridge h2 em { font-style: italic; color: var(--sage-light); display: block; }
    .bridge-p {
      font-size: 15px;
      font-weight: 300;
      color: rgba(253,250,245,0.6);
      line-height: 1.85;
      margin-bottom: 20px;
    }
    .bridge-p strong { color: rgba(253,250,245,0.85); font-weight: 400; }
    .bridge-right {}
    .bridge-quote {
      border-left: 2px solid var(--sage);
      padding: 32px 40px;
      background: rgba(143,175,138,0.05);
      border-radius: 0 8px 8px 0;
      margin-bottom: 32px;
    }
    .bridge-quote p {
      font-family: var(--font-accent);
      font-size: 20px;
      font-style: italic;
      color: rgba(253,250,245,0.82);
      line-height: 1.65;
    }
    .bridge-quote cite {
      display: block;
      font-family: var(--font-body);
      font-size: 11px;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--sage);
      margin-top: 18px;
    }

    /* ── OFFER ──────────────────────────────────────────────── */
    .offer {
      background: var(--warm-white);
      padding: 120px 0;
    }
    .offer-header {
      text-align: center;
      margin-bottom: 72px;
    }
    .offer-header .eyebrow { justify-content: center; }
    .offer-header h2 {
      font-family: var(--font-display);
      font-size: clamp(46px, 5.8vw, 84px);
      font-weight: 300;
      color: var(--charcoal);
      line-height: 1.0;
      letter-spacing: -0.5px;
    }
    .offer-header h2 em { font-style: italic; color: var(--sage-dark); }
    .offer-header p {
      font-size: 15px;
      font-weight: 300;
      color: var(--text-mid);
      max-width: 480px;
      margin: 20px auto 0;
      line-height: 1.8;
    }

    /* Core session feature */
    .session-feature {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 24px;
    }
    .session-left {
      background: var(--charcoal);
      padding: 56px 48px;
      position: relative;
      overflow: hidden;
    }
    .session-left::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 80% at 80% 20%, rgba(143,175,138,0.15) 0%, transparent 60%);
    }
    .session-left-inner { position: relative; z-index: 1; }
    .session-tag {
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--sage-light);
      margin-bottom: 20px;
    }
    .session-title {
      font-family: var(--font-display);
      font-size: 36px;
      font-weight: 300;
      font-style: italic;
      color: var(--warm-white);
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .session-desc {
      font-size: 14px;
      font-weight: 300;
      color: rgba(253,250,245,0.55);
      line-height: 1.8;
    }
    .session-right {
      background: var(--cream);
      padding: 48px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px;
    }
    .session-point {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }
    .session-point-num {
      font-family: var(--font-display);
      font-size: 28px;
      font-weight: 300;
      font-style: italic;
      color: var(--border);
      line-height: 1;
      flex-shrink: 0;
      width: 32px;
    }
    .session-point-text {
      font-size: 13px;
      font-weight: 300;
      color: var(--text-mid);
      line-height: 1.7;
      padding-top: 6px;
    }
    .session-point-text strong { color: var(--charcoal); font-weight: 500; }

    /* Bonus cards */
    .bonus-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-top: 16px;
    }
    .bonus-card {
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 36px 28px;
      background: var(--warm-white);
      position: relative;
      transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
      overflow: hidden;
    }
    .bonus-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--sage-light), var(--gold));
      opacity: 0;
      transition: opacity 0.3s;
    }
    .bonus-card:hover {
      border-color: var(--sage-light);
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    }
    .bonus-card:hover::before { opacity: 1; }

    .bonus-value-badge {
      position: absolute;
      top: 24px;
      right: 24px;
      font-size: 11px;
      font-weight: 400;
      color: var(--sage-dark);
      letter-spacing: 0.5px;
    }
    .bonus-index {
      font-family: var(--font-display);
      font-size: 14px;
      font-style: italic;
      color: var(--gold);
      margin-bottom: 14px;
      letter-spacing: 1px;
    }
    .bonus-name {
      font-family: var(--font-display);
      font-size: 20px;
      font-weight: 400;
      color: var(--charcoal);
      line-height: 1.25;
      margin-bottom: 14px;
      padding-right: 48px;
    }
    .bonus-desc {
      font-size: 13px;
      font-weight: 300;
      color: var(--text-light);
      line-height: 1.7;
    }

    /* Value total bar */
    .value-bar {
      margin-top: 24px;
      padding: 24px 36px;
      background: var(--charcoal);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
    }
    .value-bar-label {
      font-size: 12px;
      font-weight: 300;
      color: rgba(253,250,245,0.5);
      letter-spacing: 1px;
      text-transform: uppercase;
    }
    .value-bar-amount {
      font-family: var(--font-display);
      font-size: 28px;
      font-weight: 300;
      font-style: italic;
      color: var(--gold);
    }
    .value-bar-free {
      font-size: 11px;
      font-weight: 300;
      color: rgba(253,250,245,0.4);
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    /* ── BENEFITS ───────────────────────────────────────────── */
    .benefits {
      background: var(--cream);
      padding: 120px 0;
    }
    .benefits-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: start;
    }
    .benefits-left h2 {
      font-family: var(--font-display);
      font-size: clamp(42px, 4.9vw, 72px);
      font-weight: 300;
      color: var(--charcoal);
      line-height: 1.05;
      letter-spacing: -0.5px;
      margin-bottom: 24px;
    }
    .benefits-left h2 em { font-style: italic; color: var(--sage-dark); display: block; }
    .benefits-left p {
      font-size: 15px;
      font-weight: 300;
      color: var(--text-mid);
      line-height: 1.85;
      margin-bottom: 36px;
    }
    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(180deg, #D9C09A 0%, var(--gold) 50%, #B69770 100%);
      color: var(--charcoal);
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      padding: 17px 34px;
      text-decoration: none;
      border-radius: 2px;
      border: 1px solid rgba(168,141,106,0.55);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.45),
        inset 0 -1px 0 rgba(120,90,40,0.20),
        0 1px 2px rgba(0,0,0,0.08),
        0 8px 22px rgba(196,168,130,0.28),
        0 18px 36px -12px rgba(0,0,0,0.25);
      transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.4s ease;
    }
    .btn-primary:hover {
      background: linear-gradient(180deg, var(--gold) 0%, #B69770 60%, var(--gold-dark) 100%);
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(120,90,40,0.25),
        0 2px 4px rgba(0,0,0,0.12),
        0 12px 30px rgba(196,168,130,0.4),
        0 24px 48px -12px rgba(0,0,0,0.35);
    }
    .benefits-right {}
    .benefit-item {
      padding: 28px 0;
      border-bottom: 1px solid var(--border-light);
    }
    .benefit-item:first-child { padding-top: 0; border-top: 1px solid var(--border-light); }
    .benefit-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 8px;
    }
    .benefit-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--sage);
      flex-shrink: 0;
    }
    .benefit-title {
      font-size: 14px;
      font-weight: 500;
      color: var(--charcoal);
      letter-spacing: 0.2px;
    }
    .benefit-body {
      font-size: 13px;
      font-weight: 300;
      color: var(--text-light);
      line-height: 1.7;
      padding-left: 18px;
    }

    /* ── CREDIBILITY ────────────────────────────────────────── */
    .cred {
      background: var(--charcoal);
      padding: 120px 0;
      position: relative;
      overflow: hidden;
    }
    .cred::after {
      content: 'J';
      position: absolute;
      right: -60px;
      top: 50%;
      transform: translateY(-50%);
      font-family: var(--font-display);
      font-size: 480px;
      font-weight: 300;
      font-style: italic;
      color: rgba(255,255,255,0.02);
      line-height: 1;
      pointer-events: none;
      user-select: none;
    }
    .cred-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 80px;
      align-items: center;
    }
    .cred-left { text-align: center; }
    .cred-portrait {
      width: 200px;
      height: 260px;
      border-radius: 6px;
      background: rgba(143,175,138,0.08);
      border: 1px solid rgba(143,175,138,0.18);
      margin: 0 auto 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-display);
      font-size: 72px;
      font-style: italic;
      color: rgba(143,175,138,0.3);
      position: relative;
      overflow: hidden;
      box-shadow:
        0 0 0 1px rgba(143,175,138,0.18),
        0 6px 18px rgba(0,0,0,0.28),
        0 28px 56px -14px rgba(0,0,0,0.55),
        0 0 80px -10px rgba(143,175,138,0.28);
      transition: box-shadow 0.5s ease, transform 0.5s ease;
    }
    .cred-portrait::after {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(143,175,138,0.0) 60%, rgba(31,44,29,0.18) 100%);
      mix-blend-mode: multiply;
    }
    .cred-portrait:hover {
      box-shadow:
        0 0 0 1px rgba(143,175,138,0.28),
        0 8px 22px rgba(0,0,0,0.32),
        0 32px 64px -14px rgba(0,0,0,0.6),
        0 0 100px -10px rgba(143,175,138,0.4);
      transform: translateY(-2px);
    }
    .cred-portrait img {
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: center top;
    }
    .cred-name {
      font-family: var(--font-display);
      font-size: 30px;
      font-weight: 400;
      font-style: italic;
      color: var(--warm-white);
      margin-bottom: 6px;
      letter-spacing: -0.3px;
    }
    .cred-name-rule {
      width: 36px;
      height: 1px;
      background: var(--gold);
      margin: 10px auto 12px;
    }
    .cred-title-text {
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      color: var(--gold-light);
    }
    .cred-right .eyebrow-line { background: var(--sage-light); }
    .cred-right .eyebrow-text { color: var(--sage-light); }
    .cred-right h2 {
      font-family: var(--font-display);
      font-size: clamp(42px, 4.9vw, 72px);
      font-weight: 300;
      color: var(--warm-white);
      line-height: 1.1;
      letter-spacing: -0.3px;
      margin-bottom: 28px;
    }
    .cred-right h2 em { font-style: italic; color: var(--sage-light); }
    .cred-p {
      font-size: 15px;
      font-weight: 300;
      color: rgba(253,250,245,0.6);
      line-height: 1.85;
      margin-bottom: 18px;
    }
    .cred-p strong { color: rgba(253,250,245,0.85); font-weight: 400; }

    /* Video placeholder — subtle frame for forthcoming Jacqueline talking head */
    .cred-video {
      position: relative;
      width: 100%;
      margin: 8px 0 22px;
      border-radius: 6px;
      overflow: hidden;
      background:
        radial-gradient(ellipse 70% 70% at 50% 45%, rgba(143,175,138,0.18) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 80% 80%, rgba(196,168,130,0.08) 0%, transparent 55%),
        linear-gradient(160deg, #2A3A27 0%, #1F2C1D 100%);
      border: 1px solid rgba(196,168,130,0.18);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 2px 6px rgba(0,0,0,0.18),
        0 18px 36px -12px rgba(0,0,0,0.36);
      transition: border-color 0.4s ease, box-shadow 0.4s ease;
    }
    .cred-video:hover {
      border-color: rgba(196,168,130,0.32);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 2px 6px rgba(0,0,0,0.22),
        0 22px 44px -12px rgba(0,0,0,0.45);
    }
    .cred-video-aspect {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
    }
    .cred-video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 56px;
      height: 56px;
      transform: translate(-50%, -50%);
      animation: credVideoPulse 4s ease-in-out infinite;
    }
    .cred-video-play svg {
      width: 100%;
      height: 100%;
      display: block;
    }
    @keyframes credVideoPulse {
      0%, 100% { opacity: 0.65; transform: translate(-50%, -50%) scale(1); }
      50%      { opacity: 1;    transform: translate(-50%, -50%) scale(1.05); }
    }
    .cred-video-eyebrow {
      position: absolute;
      bottom: 14px;
      left: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
      opacity: 0.55;
    }
    .cred-video-eyebrow-line {
      width: 18px;
      height: 1px;
      background: var(--gold);
    }
    .cred-video-eyebrow-text {
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      color: var(--gold-light);
    }
    .cred-video-caption {
      font-family: var(--font-accent);
      font-size: 14px;
      font-style: italic;
      font-weight: 300;
      color: rgba(253,250,245,0.55);
      line-height: 1.75;
      padding-left: 18px;
      border-left: 1px solid rgba(196,168,130,0.28);
      margin-bottom: 18px;
    }
    .cred-video-caption strong {
      color: rgba(253,250,245,0.78);
      font-weight: 400;
    }
    .cred-credentials-block {
      margin-top: 44px;
      padding-top: 32px;
      border-top: 1px solid rgba(253,250,245,0.08);
    }
    .cred-credentials-eyebrow {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }
    .cred-credentials-eyebrow-line {
      width: 32px;
      height: 1px;
      background: var(--gold);
    }
    .cred-credentials-eyebrow-text {
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold-light);
    }
    .cred-credentials {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }
    .cred-pill {
      position: relative;
      background: rgba(253,250,245,0.06);
      border: 1px solid rgba(196,168,130,0.22);
      border-left: 2px solid var(--gold);
      border-radius: 2px;
      padding: 11px 18px 11px 22px;
      font-size: 12px;
      font-weight: 400;
      color: rgba(253,250,245,0.82);
      letter-spacing: 0.4px;
      box-shadow:
        inset 0 1px 0 rgba(253,250,245,0.04),
        0 4px 14px rgba(0,0,0,0.18);
      transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
    }
    .cred-pill:hover {
      background: rgba(196,168,130,0.10);
      border-color: rgba(196,168,130,0.4);
      border-left-color: var(--gold-light);
      transform: translateY(-1px);
    }

    /* ── SOCIAL PROOF ───────────────────────────────────────── */
    .proof {
      background: var(--warm-white);
      padding: 120px 0;
    }
    .proof-header {
      margin-bottom: 64px;
    }
    .proof-header h2 {
      font-family: var(--font-display);
      font-size: clamp(42px, 4.9vw, 72px);
      font-weight: 300;
      color: var(--charcoal);
      line-height: 1.05;
      letter-spacing: -0.5px;
      max-width: 920px;
    }
    .proof-header h2 em { font-style: italic; color: var(--sage-dark); }
    .proof-layout {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .proof-row-secondary {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .proof-row-secondary .review-text {
      font-size: 15px;
      line-height: 1.65;
    }
    .google-badge {
      display: inline-flex;
      align-items: center;
      gap: 18px;
      margin-top: 28px;
      padding: 16px 24px;
      background: var(--warm-white);
      border: 1px solid var(--border);
      border-radius: 4px;
      box-shadow:
        0 1px 2px rgba(0,0,0,0.04),
        0 8px 24px -8px rgba(0,0,0,0.08);
    }
    .google-badge-stars {
      font-size: 20px;
      color: var(--gold);
      letter-spacing: 4px;
      line-height: 1;
    }
    .google-badge-text {
      display: flex;
      align-items: baseline;
      gap: 10px;
      font-size: 13px;
      color: var(--text-mid);
      line-height: 1;
    }
    .google-badge-text .rating-num {
      font-family: var(--font-display);
      font-size: 26px;
      font-weight: 400;
      font-style: italic;
      color: var(--charcoal);
      letter-spacing: -0.5px;
    }
    .google-badge-text .rating-meta {
      letter-spacing: 0.3px;
      font-weight: 400;
    }
    .google-badge-text .rating-meta strong {
      color: var(--charcoal);
      font-weight: 500;
    }
    @media (max-width: 768px) {
      .proof-row-secondary {
        grid-template-columns: 1fr;
      }
    }
    .review-card {
      position: relative;
      background:
        linear-gradient(rgba(247,242,234,0.78), rgba(253,250,245,0.85)),
        var(--paper-texture) center/cover;
      border: 1px solid var(--border-light);
      border-radius: 10px;
      padding: 40px 36px;
      box-shadow:
        0 1px 3px rgba(0,0,0,0.04),
        0 12px 32px -8px rgba(0,0,0,0.10),
        0 28px 56px -16px rgba(60,50,30,0.10);
    }
    .review-card.featured {
      background:
        linear-gradient(rgba(30,34,38,0.92), rgba(30,34,38,0.96)),
        var(--paper-texture) center/cover;
      border-color: transparent;
      box-shadow:
        0 2px 6px rgba(0,0,0,0.18),
        0 16px 40px -8px rgba(0,0,0,0.32),
        0 32px 72px -16px rgba(0,0,0,0.4);
    }
    .review-stars {
      color: var(--gold);
      font-size: 12px;
      letter-spacing: 4px;
      margin-bottom: 20px;
    }
    .review-text {
      font-family: var(--font-accent);
      font-size: 17px;
      font-style: italic;
      line-height: 1.7;
      margin-bottom: 24px;
      color: var(--text-dark);
    }
    .review-card.featured .review-text { color: rgba(253,250,245,0.82); }
    .review-author {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .review-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--sage-light);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-display);
      font-size: 18px;
      font-style: italic;
      color: var(--sage-dark);
      flex-shrink: 0;
    }
    .review-card.featured .review-avatar { background: rgba(143,175,138,0.15); color: var(--sage-light); }
    .review-name {
      font-size: 13px;
      font-weight: 500;
      color: var(--text-dark);
    }
    .review-card.featured .review-name { color: rgba(253,250,245,0.85); }
    .review-detail {
      font-size: 11px;
      color: var(--text-light);
      margin-top: 2px;
    }
    .review-card.featured .review-detail { color: rgba(253,250,245,0.4); }
    .proof-stat-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
      margin-top: 24px;
      border: 1px solid var(--border-light);
      border-radius: 10px;
      overflow: hidden;
    }
    .proof-stat {
      padding: 32px 24px;
      text-align: center;
      border-right: 1px solid var(--border-light);
    }
    .proof-stat:last-child { border-right: none; }
    .proof-stat-num {
      font-family: var(--font-display);
      font-size: 40px;
      font-weight: 300;
      font-style: italic;
      color: var(--sage-dark);
      display: block;
      line-height: 1;
      margin-bottom: 6px;
    }
    .proof-stat-label {
      font-size: 11px;
      font-weight: 300;
      color: var(--text-light);
      letter-spacing: 0.5px;
    }

    /* ── GUARANTEE ──────────────────────────────────────────── */
    .guarantee {
      background: var(--cream);
      padding: 80px 0;
    }
    .guarantee-inner {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 64px;
      align-items: center;
    }
    .guarantee-icon-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .guarantee-shield {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: var(--sage-dark);
      border: 1px solid rgba(196,168,130,0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 2px 4px rgba(0,0,0,0.10),
        0 14px 32px -8px rgba(61,82,57,0.45),
        0 0 0 6px rgba(143,175,138,0.10),
        0 0 0 7px rgba(196,168,130,0.20);
      position: relative;
    }
    .guarantee-shield svg {
      width: 42px;
      height: 42px;
      stroke: var(--warm-white);
      stroke-width: 2;
    }
    .guarantee-label {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: var(--sage-deep);
      text-align: center;
      padding: 6px 14px;
      background: rgba(143,175,138,0.10);
      border: 1px solid rgba(143,175,138,0.30);
      border-radius: 2px;
    }
    .guarantee-right h2 {
      font-family: var(--font-display);
      font-size: clamp(38px, 4.4vw, 60px);
      font-weight: 300;
      color: var(--charcoal);
      line-height: 1.1;
      letter-spacing: -0.3px;
      margin-bottom: 20px;
    }
    .guarantee-right h2 em { font-style: italic; color: var(--sage-dark); }
    .guarantee-right p {
      font-size: 15px;
      font-weight: 300;
      color: var(--text-mid);
      line-height: 1.85;
      margin-bottom: 14px;
    }
    .guarantee-right p strong { color: var(--charcoal); font-weight: 500; }
    .guarantee-right p:last-child { margin-bottom: 0; }

    /* ── URGENCY ────────────────────────────────────────────── */
    .urgency {
      background:
        radial-gradient(ellipse 70% 60% at 50% 0%, rgba(143,175,138,0.12) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(196,168,130,0.06) 0%, transparent 55%),
        linear-gradient(180deg, #2A3A27 0%, #1F2C1D 100%);
      border-top: 1px solid rgba(143,175,138,0.12);
      border-bottom: 1px solid rgba(143,175,138,0.12);
      padding: 96px 0;
      position: relative;
      overflow: hidden;
    }
    .urgency-inner {
      max-width: 720px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 28px;
    }
    .urgency-mark {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .urgency-line {
      width: 40px;
      height: 1px;
      background: var(--gold);
      flex-shrink: 0;
    }
    .urgency-eyebrow {
      font-size: 11px;
      font-weight: 300;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold-light);
    }
    .urgency-headline {
      font-family: var(--font-display);
      font-size: clamp(30px, 4.6vw, 42px);
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: -0.01em;
      color: var(--warm-white);
      max-width: 640px;
    }
    .urgency-headline em {
      font-family: var(--font-accent);
      font-style: italic;
      font-weight: 400;
      color: var(--gold-light);
    }
    .urgency-body {
      font-size: 17px;
      font-weight: 300;
      line-height: 1.75;
      color: rgba(253,250,245,0.78);
      max-width: 580px;
    }
    .urgency-body strong { color: var(--warm-white); font-weight: 400; }
    .urgency-cta {
      margin-top: 8px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 19px 38px;
      background: linear-gradient(180deg, #D9C09A 0%, var(--gold) 50%, #B69770 100%);
      color: var(--charcoal);
      text-decoration: none;
      font-family: var(--font-body);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      border-radius: 2px;
      border: 1px solid rgba(168,141,106,0.6);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.45),
        inset 0 -1px 0 rgba(120,90,40,0.20),
        0 1px 2px rgba(0,0,0,0.18),
        0 12px 30px rgba(0,0,0,0.36),
        0 0 36px rgba(196,168,130,0.22);
      transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.4s ease;
    }
    .urgency-cta:hover {
      background: linear-gradient(180deg, var(--gold) 0%, #B69770 60%, var(--gold-dark) 100%);
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(120,90,40,0.25),
        0 2px 4px rgba(0,0,0,0.22),
        0 16px 40px rgba(0,0,0,0.42),
        0 0 50px rgba(196,168,130,0.32);
    }
    .urgency-cta svg { width: 14px; height: 14px; }

    /* ── FINAL CTA ──────────────────────────────────────────── */
    .final-cta {
      background: var(--sage-dark);
      padding: 120px 0;
      position: relative;
      overflow: hidden;
    }
    .final-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 80% 80% at 20% 50%, rgba(61,82,57,0.8) 0%, transparent 55%),
        radial-gradient(ellipse 60% 60% at 80% 20%, rgba(143,175,138,0.15) 0%, transparent 50%);
    }
    .final-cta-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
    .final-cta-left .eyebrow-line { background: var(--gold); }
    .final-cta-left .eyebrow-text { color: var(--gold-light); }
    .final-cta h2 {
      font-family: var(--font-display);
      font-size: clamp(48px, 6vw, 88px);
      font-weight: 300;
      color: white;
      line-height: 1.0;
      letter-spacing: -0.5px;
      margin-bottom: 24px;
    }
    .final-cta h2 em { font-style: italic; color: rgba(253,250,245,0.7); display: block; }
    .final-cta p {
      font-size: 15px;
      font-weight: 300;
      color: rgba(253,250,245,0.6);
      line-height: 1.85;
    }
    .final-cta-right {}
    .scarcity-block {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      padding: 28px 28px;
      margin-bottom: 24px;
      font-size: 13px;
      font-weight: 300;
      color: rgba(253,250,245,0.55);
      line-height: 1.7;
    }
    .btn-final-wrap {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .btn-final {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background: linear-gradient(180deg, #FFFFFF 0%, var(--warm-white) 50%, #F0E8D8 100%);
      color: var(--sage-deep);
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      padding: 23px 42px;
      text-decoration: none;
      border-radius: 2px;
      border: 1px solid rgba(196,168,130,0.35);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.9),
        inset 0 -1px 0 rgba(140,128,117,0.15),
        0 2px 4px rgba(0,0,0,0.12),
        0 14px 36px rgba(0,0,0,0.28),
        0 28px 56px -16px rgba(0,0,0,0.32);
      transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.4s ease;
    }
    .btn-final:hover {
      background: linear-gradient(180deg, var(--warm-white) 0%, #F7F2EA 50%, #E2D9CC 100%);
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,1),
        inset 0 -1px 0 rgba(140,128,117,0.20),
        0 3px 6px rgba(0,0,0,0.16),
        0 18px 44px rgba(0,0,0,0.36),
        0 34px 68px -16px rgba(0,0,0,0.4);
    }
    .final-trust {
      font-size: 11px;
      font-weight: 300;
      color: rgba(253,250,245,0.35);
      letter-spacing: 1px;
      text-align: center;
    }

    /* ── BOOK / FORM ────────────────────────────────────────── */
    .book {
      background: var(--warm-white);
      padding: 100px 0;
    }
    .book-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
    }
    .book-left h2 {
      font-family: var(--font-display);
      font-size: clamp(40px, 4.6vw, 64px);
      font-weight: 300;
      color: var(--charcoal);
      line-height: 1.1;
      letter-spacing: -0.3px;
      margin-bottom: 16px;
    }
    .book-left h2 em { font-style: italic; color: var(--sage-dark); }
    .book-left p {
      font-size: 14px;
      font-weight: 300;
      color: var(--text-mid);
      line-height: 1.8;
      margin-bottom: 32px;
    }
    .book-includes { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .book-include {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 13px;
      font-weight: 300;
      color: var(--text-mid);
      line-height: 1.5;
    }
    .book-include-check {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(143,175,138,0.15);
      border: 1px solid rgba(143,175,138,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .book-include-check svg { width: 9px; height: 9px; stroke: var(--sage); stroke-width: 2.5; }

    .book-right {}
    .form-card {
      background: var(--cream);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 44px 40px;
    }
    .form-title {
      font-family: var(--font-display);
      font-size: 22px;
      font-weight: 400;
      font-style: italic;
      color: var(--charcoal);
      margin-bottom: 28px;
    }
    .form-field {
      margin-bottom: 16px;
    }
    .form-field label {
      display: block;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-light);
      margin-bottom: 8px;
    }
    .form-field input {
      width: 100%;
      padding: 14px 18px;
      background: var(--warm-white);
      border: 1px solid var(--border);
      border-radius: 4px;
      font-family: var(--font-body);
      font-size: 14px;
      font-weight: 300;
      color: var(--text-dark);
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .form-field input:focus {
      border-color: var(--sage);
      box-shadow: 0 0 0 3px rgba(143,175,138,0.1);
    }
    .form-field input::placeholder { color: rgba(140,128,117,0.5); }
    .form-submit {
      width: 100%;
      background: linear-gradient(180deg, #D9C09A 0%, var(--gold) 50%, #B69770 100%);
      color: var(--charcoal);
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      padding: 20px;
      border: 1px solid rgba(168,141,106,0.55);
      border-radius: 2px;
      cursor: pointer;
      margin-top: 8px;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.45),
        inset 0 -1px 0 rgba(120,90,40,0.20),
        0 1px 2px rgba(0,0,0,0.08),
        0 8px 22px rgba(196,168,130,0.28);
      transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.4s ease;
    }
    .form-submit:hover {
      background: linear-gradient(180deg, var(--gold) 0%, #B69770 60%, var(--gold-dark) 100%);
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(120,90,40,0.25),
        0 2px 4px rgba(0,0,0,0.12),
        0 12px 30px rgba(196,168,130,0.4);
    }
    .form-trust-line {
      margin-top: 14px;
      font-size: 11px;
      font-weight: 300;
      color: var(--text-light);
      text-align: center;
      font-style: italic;
    }

    /* ── FOOTER ─────────────────────────────────────────────── */
    .footer {
      background: var(--charcoal);
      padding: 48px 0;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }
    .footer-logo {
      font-family: var(--font-display);
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      color: rgba(253,250,245,0.5);
    }
    .footer-legal {
      font-size: 11px;
      font-weight: 300;
      color: rgba(253,250,245,0.25);
      line-height: 1.7;
      max-width: 560px;
    }
    .footer-contact {
      font-size: 12px;
      font-weight: 300;
      color: rgba(253,250,245,0.35);
      text-align: right;
    }
    .footer-contact a { color: rgba(253,250,245,0.4); text-decoration: none; }

    /* ── ANIMATIONS ─────────────────────────────────────────── */
    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }
    @keyframes slideUp {
      from { opacity: 0; transform: translateY(40px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes scrollPulse {
      0%, 100% { opacity: 0.3; transform: scaleY(0.8); transform-origin: top; }
      50%       { opacity: 0.8; transform: scaleY(1); }
    }

    /* ── SECTION BACKGROUND IMAGES (v3 — atmospheric layering) ─── */

    /* Full-bleed sections: Hero, Bridge, Final CTA */
    .hero {
      background-image:
        linear-gradient(rgba(31,44,29,0.78), rgba(42,58,39,0.86)),
        url('../images/img02_6021d71a.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #2A3A27;
    }
    .hero-bg {
      background:
        radial-gradient(ellipse 80% 60% at 70% 30%, rgba(143,175,138,0.22) 0%, transparent 65%),
        radial-gradient(ellipse 60% 80% at 20% 80%, rgba(196,168,130,0.08) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 85% 75%, rgba(143,175,138,0.07) 0%, transparent 50%);
    }

    .bridge {
      background-image:
        linear-gradient(135deg, rgba(98,122,94,0.62) 0%, rgba(30,34,38,0.78) 55%, rgba(44,48,53,0.82) 100%),
        url('../images/img03_3a81d3a6.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--charcoal);
    }
    .bridge::before {
      background:
        radial-gradient(ellipse 80% 80% at 85% 40%, rgba(143,175,138,0.22) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 10% 80%, rgba(196,168,130,0.10) 0%, transparent 55%);
    }

    .final-cta {
      background-image:
        linear-gradient(rgba(61,82,57,0.80), rgba(61,82,57,0.88)),
        url('../images/img04_6df2dbb5.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--sage-dark);
    }
    .final-cta::before {
      background:
        radial-gradient(ellipse 80% 80% at 20% 50%, rgba(61,82,57,0.55) 0%, transparent 55%),
        radial-gradient(ellipse 60% 60% at 80% 20%, rgba(143,175,138,0.12) 0%, transparent 50%);
    }

    /* Low-opacity atmospheric sections (image at ~10% via tint overlay) */
    .pain {
      background-image:
        linear-gradient(rgba(247,242,234,0.90), rgba(247,242,234,0.92)),
        url('../images/img05_76a55d9f.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--cream);
    }
    .offer {
      background-image:
        linear-gradient(rgba(253,250,245,0.92), rgba(253,250,245,0.94)),
        url('../images/img06_27f66786.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--warm-white);
    }
    .benefits {
      background-image:
        linear-gradient(rgba(247,242,234,0.90), rgba(247,242,234,0.92)),
        url('../images/img07_89a5d894.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--cream);
    }
    .cred {
      background-image:
        linear-gradient(125deg, rgba(98,122,94,0.45) 0%, rgba(44,48,53,0.72) 55%, rgba(30,34,38,0.82) 100%),
        url('../images/img08_5fb36675.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--charcoal);
    }
    .cred::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 70% at 15% 30%, rgba(143,175,138,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 70% 50% at 85% 80%, rgba(196,168,130,0.10) 0%, transparent 55%);
      pointer-events: none;
      z-index: 0;
    }
    .cred .section-wrap { position: relative; z-index: 1; }
    .proof {
      background-image:
        linear-gradient(rgba(253,250,245,0.92), rgba(253,250,245,0.94)),
        url('../images/img09_b33fcd51.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--warm-white);
    }
    .guarantee {
      background-image:
        linear-gradient(rgba(247,242,234,0.90), rgba(247,242,234,0.92)),
        url('../images/img10_518dc79b.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--cream);
    }
    .urgency {
      background-image:
        linear-gradient(rgba(42,58,39,0.88), rgba(31,44,29,0.94)),
        url('../images/img11_5777b700.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #2A3A27;
    }
    .book {
      background-image:
        linear-gradient(160deg, rgba(247,242,234,0.78) 0%, rgba(253,250,245,0.84) 50%, rgba(220,232,217,0.55) 100%),
        url('../images/img12_fe93175c.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: var(--warm-white);
    }

    /* ── BOX GRADIENTS (v3 — atmospheric soft lighting) ────────── */

    .bonus-card {
      background:
        linear-gradient(155deg, rgba(247,242,234,0.85) 0%, rgba(253,250,245,1) 45%, rgba(220,232,217,0.45) 100%);
    }
    .bonus-card:hover {
      background:
        linear-gradient(155deg, rgba(247,242,234,0.9) 0%, rgba(253,250,245,1) 35%, rgba(181,206,177,0.55) 100%);
    }

    .form-card {
      background:
        linear-gradient(150deg, rgba(247,242,234,0.95) 0%, rgba(253,250,245,1) 50%, rgba(220,232,217,0.5) 100%);
      box-shadow: 0 12px 48px rgba(98,122,94,0.10), 0 2px 6px rgba(98,122,94,0.05);
    }

    .scarcity-block {
      background:
        linear-gradient(140deg, rgba(255,255,255,0.10) 0%, rgba(143,175,138,0.12) 60%, rgba(196,168,130,0.10) 100%);
      border: 1px solid rgba(255,255,255,0.14);
      backdrop-filter: blur(6px);
    }

    .review-card {
      background:
        linear-gradient(160deg, rgba(247,242,234,0.78) 0%, rgba(253,250,245,0.86) 50%, rgba(220,232,217,0.45) 100%),
        var(--paper-texture) center/cover;
    }
    .review-card.featured {
      background:
        linear-gradient(140deg, rgba(98,122,94,0.92) 0%, rgba(44,48,53,0.96) 55%, rgba(30,34,38,1) 100%),
        var(--paper-texture) center/cover;
    }

    .bridge-quote {
      background:
        linear-gradient(135deg, rgba(143,175,138,0.18) 0%, rgba(98,122,94,0.10) 60%, rgba(196,168,130,0.08) 100%);
      border-left: 2px solid var(--sage-light);
      box-shadow: inset 0 1px 0 rgba(253,250,245,0.06);
    }

    .guarantee {
      background:
        linear-gradient(180deg, var(--cream) 0%, rgba(220,232,217,0.45) 50%, var(--cream) 100%),
        linear-gradient(rgba(247,242,234,0.90), rgba(247,242,234,0.92)),
        url('../images/img10_518dc79b.jpg');
      background-blend-mode: normal, multiply, normal;
      background-size: cover, cover, cover;
      background-position: center, center, center;
      background-repeat: no-repeat;
    }
    .guarantee-shield {
      background:
        radial-gradient(circle at 35% 30%, rgba(181,206,177,0.45) 0%, rgba(98,122,94,1) 55%, rgba(61,82,57,1) 100%);
    }

    .urgency-line {
      background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
    }

    /* Cred portrait — soft glow gradient */
    .cred-portrait {
      background:
        linear-gradient(150deg, rgba(143,175,138,0.18) 0%, rgba(98,122,94,0.10) 50%, rgba(196,168,130,0.10) 100%);
      box-shadow: 0 12px 40px rgba(0,0,0,0.25), inset 0 1px 0 rgba(253,250,245,0.08);
    }
    .cred-pill {
      background:
        linear-gradient(140deg, rgba(196,168,130,0.10) 0%, rgba(253,250,245,0.06) 60%, rgba(196,168,130,0.06) 100%);
    }

    /* ── FOOTER (v3 — upgraded) ─────────────────────────────── */

    .footer {
      background:
        radial-gradient(ellipse 80% 60% at 20% 0%, rgba(98,122,94,0.32) 0%, transparent 65%),
        radial-gradient(ellipse 60% 70% at 90% 100%, rgba(196,168,130,0.10) 0%, transparent 55%),
        linear-gradient(180deg, #1E2226 0%, #14171A 100%);
      padding: 64px 0 32px;
      position: relative;
      overflow: hidden;
    }
    .footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--gold) 25%, var(--gold-light) 50%, var(--gold) 75%, transparent 100%);
      opacity: 0.5;
    }
    .footer::after {
      content: '';
      position: absolute;
      bottom: -120px;
      right: -120px;
      width: 380px;
      height: 380px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(143,175,138,0.10) 0%, transparent 70%);
      pointer-events: none;
    }
    .footer-inner {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr;
      gap: 56px;
      align-items: start;
      text-align: left;
      position: relative;
      z-index: 1;
    }
    .footer-brand {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .footer-logo {
      font-family: var(--font-display);
      font-size: 28px;
      font-weight: 300;
      color: var(--warm-white);
      letter-spacing: 0.3px;
      text-align: left;
    }
    .footer-logo em { font-style: italic; color: var(--sage-light); }
    .footer-tagline {
      font-family: var(--font-display);
      font-size: 16px;
      font-style: italic;
      color: rgba(253,250,245,0.55);
      max-width: 320px;
      line-height: 1.5;
    }
    .footer-divider {
      width: 36px;
      height: 1px;
      background: var(--gold);
      margin-top: 4px;
    }
    .footer-col-label {
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold-light);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .footer-col-label::before {
      content: '';
      width: 12px;
      height: 1px;
      background: var(--gold);
    }
    .footer-col p, .footer-col a {
      font-size: 13px;
      font-weight: 300;
      color: rgba(253,250,245,0.55);
      line-height: 1.9;
      text-decoration: none;
      transition: color 0.2s;
      display: block;
    }
    .footer-col a:hover { color: var(--sage-light); }
    .footer-col a strong { color: rgba(253,250,245,0.78); font-weight: 400; }
    .footer-bottom {
      margin-top: 48px;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.06);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }
    .footer-legal {
      font-size: 10.5px;
      font-weight: 300;
      color: rgba(253,250,245,0.32);
      line-height: 1.7;
      max-width: 640px;
    }
    .footer-copy {
      font-size: 10px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(253,250,245,0.35);
      font-family: var(--font-display);
      font-style: italic;
      letter-spacing: 0.5px;
      text-transform: none;
      font-size: 13px;
      white-space: nowrap;
    }
    .footer-m3 {
      display: inline-block;
      padding: 4px 10px;
      border: 1px solid rgba(196,168,130,0.4);
      border-radius: 2px;
      font-family: var(--font-display);
      font-size: 12px;
      font-style: italic;
      color: var(--gold-light);
      letter-spacing: 1px;
      margin-left: 8px;
    }

    /* ── RESPONSIVE ─────────────────────────────────────────── */
    @media (max-width: 900px) {
      .nav { padding: 0 24px; }
      .section-wrap { padding: 0 24px; }
      .pain-grid, .bridge-inner, .benefits-grid, .cred-inner,
      .final-cta-inner, .book-inner, .guarantee-inner, .session-feature,
      .proof-layout { grid-template-columns: 1fr; gap: 40px; }
      .pain { padding: 80px 0; }
      .bridge { padding: 80px 0; }
      .offer { padding: 80px 0; }
      .benefits { padding: 80px 0; }
      .cred { padding: 80px 0; }
      .proof { padding: 80px 0; }
      .final-cta { padding: 80px 0; }
      .book { padding: 80px 0; }
      .bonus-grid { grid-template-columns: 1fr; }
      .hero h1 { font-size: clamp(44px, 10vw, 72px); }
      .hero-bottom { flex-direction: column; align-items: flex-start; gap: 28px; }
      .hero-cta-group { align-items: flex-start; }
      .proof-stat-row { grid-template-columns: repeat(2,1fr); }
      .session-left { padding: 40px 32px; }
      .session-right { padding: 40px 32px; }
      .footer-inner { grid-template-columns: 1fr; gap: 36px; text-align: left; }
      .footer-brand { align-items: flex-start; }
      .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
      .proof-layout { grid-template-columns: 1fr; }
    }
  
/* ===== supplementary mobile pass (added for deploy) ===== */
@media (max-width:600px){
  .nav{padding:12px 18px !important;}
  .nav-logo{font-size:20px !important;}
  .nav-right{gap:14px !important;}
  .nav-link{display:none !important;}            /* keep only the CTA on small screens */
  .hero h1{font-size:40px !important;line-height:1.06 !important;}
  .hero-sub{font-size:16px !important;}
  .section-wrap{padding-left:18px !important;padding-right:18px !important;}
  .form-card{padding:22px !important;}
  .book-inner{gap:28px !important;}
  h2{font-size:30px !important;}
  .offer-card,.proof-card{padding:22px !important;}
}
