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

    :root {
      --purple:      #6E4E9E;
      --purple-dark:  #43305C;
      --purple-mid:  #B49AD8;
      --olive:       #3A5E51;
      --olive-light: #A8DCCF;
      --sky:         #CFE0F7;
      --sky-dark:    #A9B6E8;
      --butter:      #FBE79A;
      --butter-dark: #F5D97A;
      --offwhite:    #FFFCF6;
      --text-dark:   #43305C;
      --text-mid:    #5E4A78;
      --text-muted:  #5F5170;
      --lavender:    #D6C6EE;
      --pink:        #F6D2DC;
      --peach:       #F9D3C0;
      --mint:        #B6E0D2;
      --periwinkle:  #A9B6E8;
      --green:       #C3E0A8;
      --grape:       #5E4488;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Nunito', sans-serif;
      background: var(--offwhite);
      color: var(--text-dark);
      overflow-x: hidden;
    }

    /* GRAIN TEXTURE OVERLAY */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("../img/grain.png");
      background-size: 128px 128px;
      pointer-events: none;
      z-index: 9999;
      opacity: 0.45;
    }

    h1, h2, h3 { font-family: 'Grandstander', system-ui, sans-serif; line-height: 1.2; }
    h4, h5, h6, p, a, button, input, label, span { font-family: 'Nunito', sans-serif; }

    /* REVEAL ANIMATION */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: none;
    }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.35s; }
    .reveal-delay-4 { transition-delay: 0.5s; }

    /* NAV
       Was translucent + backdrop-blur once scrolled (rgba(...,0.6)),
       which let whatever colorful section was scrolling underneath
       (striped hero, dark buy section, light opt-in, white about)
       show and blur through — the bar visually shifted with the page
       instead of staying a calm, stable fixture. Solid color once
       scrolled fixes that; only the top (unscrolled, over the hero
       alone) keeps a touch of translucency. */
    nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(67,48,92,0.96);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,0.1);
      transition: background 0.35s ease, box-shadow 0.35s ease;
    }
    nav.is-scrolled {
      background: var(--purple-dark);
      border-bottom-color: rgba(255,255,255,0.14);
      box-shadow: 0 8px 24px rgba(43,30,60,0.18);
    }
    nav {
      padding: 0 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68px;
      gap: 24px;
    }

    .nav-logo {
      display: flex;
      flex-direction: column;
      gap: 2px;
      text-decoration: none;
    }
    /* Was var(--butter) — the same color as .btn-nav below, so the
       wordmark and the CTA competed for the same attention. Off-white
       keeps the logo legible and branded without doubling the accent. */
    .nav-logo-title {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-size: 16px;
      font-weight: 800;
      color: var(--offwhite);
      letter-spacing: -0.02em;
      line-height: 1.1;
    }
    .nav-logo-sub {
      font-size: 11px;
      color: rgba(255,255,255,0.75);
      letter-spacing: 0.04em;
      font-weight: 400;
    }

    .nav-links {
      display: flex;
      gap: 36px;
      list-style: none;
    }
    .nav-links a {
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      color: rgba(255,255,255,0.86);
      letter-spacing: 0.01em;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--butter); }

    .btn-nav {
      background: var(--butter);
      color: var(--purple);
      border: none;
      cursor: pointer;
      font-family: 'Nunito', sans-serif;
      font-weight: 600;
      font-size: 13.5px;
      padding: 10px 20px;
      border-radius: 14px;
      white-space: nowrap;
      transition: background 0.2s, transform 0.15s;
      letter-spacing: 0.01em;
    }
    .btn-nav:hover { background: var(--butter-dark); transform: translateY(-1px); }
    a.btn-nav { text-decoration: none; display: inline-block; }

    /* HERO */
    .hero {
      background-color: #FFFCF6;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='1200' viewBox='0 0 340 1200' preserveAspectRatio='none'%3E%3Cg fill='none' stroke-width='11' stroke-linecap='round'%3E%3Cpath d='M18 -20 C26 300 10 600 18 900 C24 1060 12 1140 18 1220' stroke='%23F5B843'/%3E%3Cpath d='M52 -20 C60 300 44 600 52 900 C58 1060 46 1140 52 1220' stroke='%237FBF4F'/%3E%3Cpath d='M86 -20 C94 300 78 600 86 900 C92 1060 80 1140 86 1220' stroke='%237FB6E8'/%3E%3Cpath d='M120 -20 C128 300 112 600 120 900 C126 1060 114 1140 120 1220' stroke='%23A063C8'/%3E%3Cpath d='M154 -20 C162 300 146 600 154 900 C160 1060 148 1140 154 1220' stroke='%23E0854A'/%3E%3Cpath d='M188 -20 C196 300 180 600 188 900 C194 1060 182 1140 188 1220' stroke='%23F5B843'/%3E%3Cpath d='M222 -20 C230 300 214 600 222 900 C228 1060 216 1140 222 1220' stroke='%237FBF4F'/%3E%3Cpath d='M256 -20 C264 300 248 600 256 900 C262 1060 250 1140 256 1220' stroke='%237FB6E8'/%3E%3Cpath d='M290 -20 C298 300 282 600 290 900 C296 1060 284 1140 290 1220' stroke='%23A063C8'/%3E%3Cpath d='M324 -20 C332 300 316 600 324 900 C330 1060 318 1140 324 1220' stroke='%23E0854A'/%3E%3C/g%3E%3C/svg%3E");
      background-size: 340px 100%;
      background-repeat: repeat-x;
      min-height: calc(100vh - 68px);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      padding: 0;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(255,252,246,0.46);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3Cg opacity='0.3'%3E%3Cg transform='rotate(-12 432 96)'%3E%3Cellipse cx='420' cy='88.5' rx='15' ry='19.5' fill='%238FB39A' transform='rotate(-24 420 88.5)'/%3E%3Cellipse cx='444' cy='88.5' rx='15' ry='19.5' fill='%238FB39A' transform='rotate(24 444 88.5)'/%3E%3Cellipse cx='423' cy='108' rx='9.75' ry='12' fill='%238FB39A' transform='rotate(-14 423 108)'/%3E%3Cellipse cx='441' cy='108' rx='9.75' ry='12' fill='%238FB39A' transform='rotate(14 441 108)'/%3E%3Crect x='430.35' y='81' width='3.3000000000000003' height='30' rx='1.6500000000000001' fill='%238A7B9C'/%3E%3C/g%3E%3Cg transform='rotate(14 120 455)'%3E%3Cellipse cx='109.2' cy='448.25' rx='13.5' ry='17.55' fill='%23E3B75A' transform='rotate(-24 109.2 448.25)'/%3E%3Cellipse cx='130.8' cy='448.25' rx='13.5' ry='17.55' fill='%23E3B75A' transform='rotate(24 130.8 448.25)'/%3E%3Cellipse cx='111.9' cy='465.8' rx='8.775' ry='10.8' fill='%23E3B75A' transform='rotate(-14 111.9 465.8)'/%3E%3Cellipse cx='128.1' cy='465.8' rx='8.775' ry='10.8' fill='%23E3B75A' transform='rotate(14 128.1 465.8)'/%3E%3Crect x='118.515' y='441.5' width='2.9700000000000006' height='27' rx='1.4850000000000003' fill='%238A7B9C'/%3E%3C/g%3E%3Cg transform='rotate(-8 540 470)'%3E%3Cellipse cx='530.4' cy='464' rx='12' ry='15.6' fill='%237E97C4' transform='rotate(-24 530.4 464)'/%3E%3Cellipse cx='549.6' cy='464' rx='12' ry='15.6' fill='%237E97C4' transform='rotate(24 549.6 464)'/%3E%3Cellipse cx='532.8' cy='479.6' rx='7.8' ry='9.6' fill='%237E97C4' transform='rotate(-14 532.8 479.6)'/%3E%3Cellipse cx='547.2' cy='479.6' rx='7.8' ry='9.6' fill='%237E97C4' transform='rotate(14 547.2 479.6)'/%3E%3Crect x='538.68' y='458' width='2.64' height='24' rx='1.32' fill='%238A7B9C'/%3E%3C/g%3E%3Cpath d='M268 303.6 L272.16 313.84 L282.4 318 L272.16 322.16 L268 332.4 L263.84 322.16 L253.6 318 L263.84 313.84 Z' fill='%23E3B75A'/%3E%3Cpath d='M356 561.65 L358.99 569.01 L366.35 572 L358.99 574.99 L356 582.35 L353.01 574.99 L345.65 572 L353.01 569.01 Z' fill='%237E97C4'/%3E%3Cpath d='M72 342.55 L74.73 349.27 L81.45 352 L74.73 354.73 L72 361.45 L69.27 354.73 L62.55 352 L69.27 349.27 Z' fill='%23D194A8'/%3E%3Cpath d='M300 171.9 L302.34 177.66 L308.1 180 L302.34 182.34 L300 188.1 L297.66 182.34 L291.9 180 L297.66 177.66 Z' fill='%238FB39A'/%3E%3Cellipse cx='200' cy='60' rx='13.2' ry='6' fill='%238FB39A' transform='rotate(-28 200 60)'/%3E%3Cellipse cx='500' cy='270' rx='11' ry='5' fill='%23D9926B' transform='rotate(18 500 270)'/%3E%3Cellipse cx='40' cy='190' rx='9.9' ry='4.5' fill='%238FB39A' transform='rotate(34 40 190)'/%3E%3C/g%3E%3C/svg%3E");
      background-size: 600px 600px;
      background-repeat: repeat;
      pointer-events: none;
      z-index: 0;
    }
    .hero-bg-shape {
      position: absolute;
      top: -120px;
      right: -80px;
      width: 680px;
      height: 680px;
      background: radial-gradient(ellipse at 60% 40%, #CFE0F744 0%, #D6C6EE33 50%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    .hero-bg-shape2 {
      position: absolute;
      bottom: -60px;
      left: -60px;
      width: 400px;
      height: 400px;
      background: radial-gradient(ellipse, #FBE79A40 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .hero-left::before {
      content: '';
      position: absolute;
      inset: 0 -40px 0 0;
      z-index: -1;
      pointer-events: none;
      background: linear-gradient(to right, rgba(255,252,246,0.95) 0%, rgba(255,252,246,0.93) 58%, rgba(255,252,246,0.5) 86%, rgba(255,252,246,0) 100%);
    }
    .hero-left {
      padding: 80px 64px 80px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0;
      position: relative;
      z-index: 1;
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--olive);
      margin-bottom: 20px;
    }
    .hero-eyebrow::before {
      content: '';
      display: block;
      width: 28px;
      height: 2px;
      background: var(--olive);
      border-radius: 2px;
    }

    .hero-kicker {
      display: block;
      font-family: 'Alfa Slab One', Georgia, serif;
      font-weight: 400;
      color: #7A5AA8;
      font-size: clamp(34px, 3.7vw, 54px);
      line-height: 1.18;
      margin-bottom: 20px;
      letter-spacing: -0.01em;
    }

    .hero-subhead {
      font-size: 17px;
      line-height: 1.65;
      color: var(--text-mid);
      margin-bottom: 40px;
      max-width: 480px;
      font-weight: 300;
    }

    .hero-ctas {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 24px;
    }

    .btn-primary {
      display: inline-block;
      background: var(--butter);
      color: var(--purple-dark);
      border: none;
      cursor: pointer;
      font-family: 'Nunito', sans-serif;
      font-weight: 700;
      font-size: 16px;
      padding: 16px 32px;
      border-radius: 16px;
      text-decoration: none;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      width: fit-content;
      letter-spacing: 0.01em;
      box-shadow: 0 4px 20px rgba(251,231,154,0.5);
    }
    .btn-primary:hover {
      background: var(--butter-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(251,231,154,0.6);
    }

    .btn-secondary-link {
      font-size: 15px;
      color: var(--purple);
      text-decoration: none;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: gap 0.2s;
    }
    .btn-secondary-link:hover { gap: 10px; }

    /* Standalone trust strip, moved out of the hero. Plain typographic
       separators, no decorative dots — nothing here represents live
       state, so a status-style dot would be purely ornamental. */
    .trust-strip {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px 28px;
      max-width: 900px;
      margin: 0 auto;
      padding: 22px 24px;
      font-size: 13px;
      font-weight: 600;
      color: var(--text-muted);
      text-align: center;
    }
    .trust-strip-item {
      position: relative;
      padding-left: 28px;
    }
    .trust-strip-item:first-child {
      padding-left: 0;
    }
    .trust-strip-item + .trust-strip-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 14px;
      background: rgba(94,74,120,0.25);
    }

    .hero-right {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 80px 60px 40px;
      position: relative;
      z-index: 1;
    }

    /* 3D BOOK MOCKUP */
    .book-wrapper {
      position: relative;
      z-index: 1;
      perspective: 900px;
      transform-style: preserve-3d;
    }

    .book-3d {
      width: 280px;
      transform: rotateY(-24deg) rotateX(4deg) scale(var(--bookScale,1));
      transform-style: preserve-3d;
      transition: transform 0.5s ease;
      position: relative;
    }
    .book-3d:hover {
      transform: rotateY(-14deg) rotateX(2deg) scale(calc(var(--bookScale,1) * 1.03));
    }

    /* 3D box mockup: W 280 / H 386 / D 36 */
    .book-3d { width: 280px; height: 386px; }
    .bm-face {
      position: absolute;
      top: 0;
      left: 0;
      backface-visibility: hidden;
    }
    .bm-front { width: 280px; height: 386px; }
    .bm-front { transform: translateZ(18px); box-shadow: 0 0 0 1px rgba(67,48,92,0.14); }
    .bm-front img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .bm-spine, .bm-pages {
      width: 36px;
      height: 386px;
      left: 122px;
    }
    .bm-spine {
      transform: rotateY(-90deg) translateZ(140px);
      background: linear-gradient(to right, #4E3418 0%, #7A5228 42%, #8C6132 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .bm-spine span {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-family: 'Grandstander', system-ui, sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.02em;
      color: #FBE79A;
      white-space: nowrap;
    }
    .bm-pages {
      transform: rotateY(90deg) translateZ(140px);
      background:
        repeating-linear-gradient(to right, rgba(67,48,92,0.16) 0 1px, rgba(0,0,0,0) 1px 3px),
        linear-gradient(to right, #EDE4D2 0%, #FFFDF6 30%, #F6EEDF 100%);
    }
    .bm-top {
      width: 280px;
      height: 36px;
      top: 175px;
      transform: rotateX(90deg) translateZ(193px);
      background:
        repeating-linear-gradient(to right, rgba(67,48,92,0.1) 0 1px, rgba(0,0,0,0) 1px 4px),
        linear-gradient(to bottom, #FFFDF6, #EFE6D4);
    }

    .book-cover-content {
      position: relative;
      z-index: 2;
      padding: 28px 22px;
      display: flex;
      flex-direction: column;
      height: 100%;
      gap: 0;
    }

    .book-title-text {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-size: 19px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
      letter-spacing: -0.01em;
      text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }
    .book-subtitle-text {
      font-size: 11px;
      font-weight: 500;
      color: var(--butter);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-top: 6px;
    }

    .book-illustration-area {
      flex: 1;
      margin: 16px -22px 0;
      position: relative;
      overflow: hidden;
    }

    .book-badge {
      position: absolute;
      bottom: 18px;
      right: 14px;
      background: var(--butter);
      color: var(--purple-dark);
      font-size: 10px;
      font-weight: 700;
      padding: 5px 10px;
      border-radius: 30px;
      letter-spacing: 0.04em;
    }

    .bfly {
      position: absolute;
      z-index: 2;
      pointer-events: none;
      filter: drop-shadow(0 6px 12px rgba(67,48,92,0.22));
      animation: bfly-float 7s ease-in-out infinite;
    }
    .bfly-svg { width: 100%; height: auto; display: block; }
    .doodle {
      position: absolute;
      z-index: 2;
      pointer-events: none;
      transform: rotate(var(--rot));
      filter: drop-shadow(0 7px 12px rgba(67,48,92,0.24));
      animation: doodle-float 8.5s ease-in-out infinite;
    }
    .doodle svg { width: 100%; height: auto; display: block; }
    .dd-crayon-red   { width: 27px; top: 11%;    left: 8%;   animation-delay: -1.1s; }
    .dd-pencil       { width: 26px; top: 10%;    right: 9%;  animation-delay: -3.6s; }
    .dd-crayon-blue  { width: 24px; bottom: 13%; left: 11%;  animation-delay: -5.9s; }
    .dd-crayon-green { width: 22px; bottom: 12%; right: 10%; animation-delay: -7.4s; }
    @keyframes doodle-float {
      0%, 100% { transform: rotate(var(--rot)) translateY(0); }
      50%      { transform: rotate(var(--rot)) translateY(-15px); }
    }
    @media (prefers-reduced-motion: reduce) { .doodle { animation: none; } }
    .bfly-a { width: 74px; top: 5%; right: 27%; animation-delay: 0s; }
    .bfly-d { width: 52px; bottom: 5%; left: 50%; margin-left: -26px; animation-delay: -3.1s; }

    @keyframes bfly-float {
      0%, 100% { transform: translate3d(0,0,0) rotate(-6deg); }
      50%      { transform: translate3d(6px,-16px,0) rotate(6deg); }
    }
    @media (prefers-reduced-motion: reduce) { .bfly { animation: none; } }
    .book-shadow-floor {
      position: absolute;
      bottom: -32px;
      left: 50%;
      transform: translateX(-50%);
      width: 260px;
      height: 30px;
      background: radial-gradient(ellipse, rgba(67,48,92,0.3) 0%, transparent 70%);
      border-radius: 50%;
    }

    /* floating leaf decorations */
    .leaf {
      position: absolute;
      border-radius: 50% 0 50% 0;
      opacity: 0.18;
    }

    /* TRUST BAR */
    .trust-bar {
      background: var(--lavender);
      padding: 14px 0;
      overflow: hidden;
      position: relative;
    }
    .trust-bar::before, .trust-bar::after { content: ''; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
    .trust-bar::before { left: 0; background: linear-gradient(to right, var(--lavender), transparent); }
    .trust-bar::after { right: 0; background: linear-gradient(to left, var(--lavender), transparent); }
    .trust-bar-track { display: flex; width: max-content; animation: trust-scroll 38s linear infinite; }
    .trust-bar:hover .trust-bar-track { animation-play-state: paused; }
    @keyframes trust-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    @media (prefers-reduced-motion: reduce) { .trust-bar-track { animation: none; } }
    .trust-bar-items {
      display: flex;
      align-items: center;
      flex-shrink: 0;
    }
    .trust-bar-item {
      font-size: 12.5px;
      font-weight: 700;
      color: #4A3560;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 0 28px;
      position: relative;
    }
    .trust-bar-item::after {
      content: '\00B7';
      position: absolute;
      right: -2px;
      color: rgba(74,53,96,0.4);
      font-size: 18px;
      line-height: 1;
      top: 50%;
      transform: translateY(-50%);
    }

    /* WAVY SECTION SEAMS */
    .sep { line-height: 0; position: relative; z-index: 2; }
    .sep svg { display: block; width: 100%; height: 100px; }
    .sep-ticker { background: transparent; margin-top: -30px; }
    .sep-ticker svg, .sep-afterticker svg { height: 30px; }
    .sep-ticker path { fill: var(--lavender); }
    .sep-afterticker { background: var(--lavender); }
    .sep-afterticker path { fill: var(--offwhite); }
    .sep-features { background: var(--offwhite); }
    .sep-features path { fill: #FAF8F5; }
    .sep-see { background: #F5F0FA; }
    .sep-see path { fill: var(--sky); }
    .sep-buy { background: var(--sky); }
    .sep-buy path { fill: var(--grape); }
    .sep-optin { background: var(--grape); }
    .sep-optin path { fill: var(--butter); }
    .sep-about { background: var(--butter); }
    .sep-about path { fill: #fff; }
    .sep-footer { background: #fff; }
    .sep-footer path { fill: var(--purple-dark); }
    .sep + section, .sep + footer { padding-top: 56px; }

    /* SECTION SHARED */
    section {
      padding: 100px 80px;
    }
    .section-eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--olive);
      margin-bottom: 14px;
      display: block;
    }
    .section-title {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-weight: 800;
      font-size: clamp(28px, 3vw, 40px);
      color: var(--purple-dark);
      letter-spacing: -0.02em;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    /* PROBLEM / PROMISE */
    .problem-promise {
      background: var(--offwhite);
      position: relative;
      overflow: hidden;
    }
    .problem-promise::before {
      content: '';
      position: absolute;
      top: -80px;
      right: -40px;
      width: 500px;
      height: 500px;
      background: radial-gradient(ellipse, #CFE0F725 0%, transparent 65%);
      border-radius: 50%;
      pointer-events: none;
    }
    .pp-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      max-width: 1100px;
      margin: 0 auto;
    }
    .pp-col-problem {
      padding: 48px;
      background: #fff;
      border-radius: 20px;
      border: 1px solid rgba(138,107,184,0.08);
      box-shadow: 0 4px 32px rgba(67,48,92,0.06);
      position: relative;
    }
    .pp-col-problem::before {
      content: '"';
      font-family: 'Grandstander', system-ui, sans-serif;
      font-size: 110px;
      color: var(--sky);
      position: absolute;
      top: -18px;
      left: 22px;
      line-height: 1;
      opacity: 0.7;
      pointer-events: none;
    }
    .review-stars { color: #E8991F; font-size: 19px; letter-spacing: 3px; line-height: 1; }
    .review-title {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-weight: 700;
      font-size: 17px;
      line-height: 1.35;
      color: var(--purple-dark);
      margin: 14px 0 16px;
    }
    .review-attr {
      margin-top: 20px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--text-muted);
    }
    .pp-problem-text {
      font-family: 'Nunito', sans-serif;
      font-size: 18px;
      font-style: italic;
      line-height: 1.7;
      color: var(--text-mid);
      position: relative;
      z-index: 1;
    }
    .pp-col-promise {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 28px;
    }
    .pp-promise-intro {
      font-size: 17px;
      line-height: 1.65;
      color: var(--text-mid);
      font-weight: 300;
    }
    .pp-promise-intro strong {
      color: var(--purple);
      font-weight: 600;
    }
    .pp-promise-points {
      display: flex;
      flex-direction: column;
      gap: 16px;
      list-style: none;
    }
    .pp-promise-point {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-size: 15px;
      color: var(--text-mid);
      line-height: 1.55;
    }
    .pp-point-icon {
      width: 22px;
      height: 22px;
      background: var(--butter);
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }

    /* FEATURES */
    .features-section {
      background: linear-gradient(170deg, #FAF8F5 0%, #F5F0FA 100%);
      position: relative;
    }
    .features-header {
      text-align: center;
      margin-bottom: 60px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    /* Was an equal 3-up grid — now a featured top card (the core
       differentiator) plus two half-width cards below, so it isn't
       three identical cards in a row. */
    .features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      max-width: 1100px;
      margin: 0 auto;
    }
    .feature-card:first-child {
      grid-column: 1 / -1;
    }
    .feature-card:first-child p {
      max-width: 65ch;
    }
    .feature-card {
      background: #fff;
      border-radius: 26px;
      padding: 40px 36px;
      border: 1px solid rgba(138,107,184,0.07);
      box-shadow: 0 2px 24px rgba(67,48,92,0.06);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      position: relative;
      overflow: hidden;
    }
    .feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      border-radius: 20px 20px 0 0;
    }
    .feature-card:nth-child(1)::before { background: var(--purple); }
    .feature-card:nth-child(2)::before { background: var(--olive); }
    .feature-card:nth-child(3)::before { background: var(--sky-dark); }
    .feature-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 48px rgba(67,48,92,0.12);
    }
    .feature-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .feature-card:nth-child(1) .feature-icon { background: rgba(138,107,184,0.1); }
    .feature-card:nth-child(2) .feature-icon { background: rgba(90,138,118,0.1); }
    .feature-card:nth-child(3) .feature-icon { background: rgba(169,182,232,0.35); }
    .feature-card h3 {
      font-weight: 800;
      font-size: 20px;
      color: var(--purple-dark);
      margin-bottom: 14px;
      letter-spacing: -0.01em;
    }
    .feature-card p {
      font-size: 14.5px;
      line-height: 1.65;
      color: var(--text-muted);
      font-weight: 300;
    }
    .feature-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 20px;
    }
    .feature-tag {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 30px;
    }
    .tag-purple { background: rgba(138,107,184,0.12); color: var(--purple); }
    .tag-olive  { background: rgba(90,138,118,0.12);  color: var(--olive); }
    .tag-sky    { background: rgba(169,182,232,0.5); color: #2F5288; }

    /* SEE IN ACTION */
    .see-action {
      background: var(--sky);
      position: relative;
      overflow: hidden;
      margin-top: -1px;
    }
    .see-action::before {
      content: '';
      position: absolute;
      bottom: -80px;
      right: -80px;
      width: 400px;
      height: 400px;
      background: radial-gradient(ellipse, rgba(138,107,184,0.12), transparent 65%);
      border-radius: 50%;
    }
    .see-action-inner {
      max-width: 1100px;
      margin: 0 auto;
    }
    .see-action-header {
      text-align: center;
      margin-bottom: 48px;
    }
    .see-action-header .section-title { color: var(--purple-dark); }
    .see-action-header p {
      font-size: 16px;
      color: var(--text-mid);
      max-width: 560px;
      margin: 0 auto;
      line-height: 1.65;
      font-weight: 300;
    }
    .preview-frame {
      width: 100%;
      height: 480px;
      background: rgba(255,255,255,0.6);
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,0.8);
      box-shadow: 0 24px 64px rgba(67,48,92,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 16px;
      backdrop-filter: blur(8px);
      overflow: hidden;
      position: relative;
    }
    .preview-placeholder-text {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-size: 20px;
      color: var(--purple-mid);
      text-align: center;
      opacity: 0.7;
    }
    .preview-placeholder-sub {
      font-size: 13px;
      color: var(--text-muted);
    }
    /* Was also an equal 3-up grid, identical in family to
       .features-grid above — asymmetric column widths so the two
       "why it works" / "who it's for" sections don't read as the same
       templated block repeated twice on the page. */
    .audience-versions {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr;
      gap: 20px;
      margin-top: 36px;
    }
    .audience-card {
      background: rgba(255,255,255,0.7);
      border-radius: 14px;
      padding: 24px;
      border: 1px solid rgba(255,255,255,0.9);
      text-align: center;
    }
    .audience-card h4 {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-size: 16px;
      color: var(--purple-dark);
      margin-bottom: 8px;
    }
    .audience-card p {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.55;
    }
    .audience-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      margin: 0 auto 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
    }

    /* EARLY ACCESS */
    .early-access {
      background: var(--grape);
      position: relative;
      overflow: hidden;
      margin-top: -1px;
    }
    .early-access::before {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 500px;
      height: 500px;
      background: radial-gradient(ellipse, rgba(169,182,232,0.1), transparent 60%);
      border-radius: 50%;
    }
    .early-access::after {
      content: '';
      position: absolute;
      bottom: -80px;
      right: 0;
      width: 380px;
      height: 380px;
      background: radial-gradient(ellipse, rgba(251,231,154,0.08), transparent 60%);
      border-radius: 50%;
    }
    .ea-inner {
      max-width: 780px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .ea-inner .section-eyebrow { color: #F0E6FB; }
    .ea-inner .section-title { color: var(--butter); }
    .ea-price {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-size: 64px;
      font-weight: 700;
      color: #fff;
      line-height: 1;
      margin: 16px 0 4px;
    }
    .ea-price-label {
      font-size: 13px;
      color: rgba(255,255,255,0.55);
      letter-spacing: 0.06em;
    }
    .ea-includes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      text-align: left;
      margin: 40px 0;
    }
    .ea-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 14px;
      color: rgba(255,255,255,0.95);
      line-height: 1.5;
    }
    .ea-check {
      width: 20px;
      height: 20px;
      background: rgba(251,231,154,0.2);
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }
    .ea-body-text p {
      font-size: 16px;
      line-height: 1.75;
      color: rgba(255,255,255,0.95);
      max-width: 620px;
      margin: 24px auto 0;
      font-weight: 300;
    }
    .ea-trust-note {
      font-size: 13px;
      color: rgba(255,255,255,0.88);
      margin-bottom: 36px;
    }
    /* Light-on-dark variant: the trust strip sits on .early-access's
       --grape background here, right at the purchase decision, instead
       of its own thin section under the hero. */
    .trust-strip-ea {
      color: rgba(255,255,255,0.82);
      padding: 0;
      margin-bottom: 36px;
    }
    .trust-strip-ea .trust-strip-item + .trust-strip-item::before {
      background: rgba(255,255,255,0.28);
    }
    .btn-ea {
      background: var(--butter);
      color: var(--purple-dark);
      border: none;
      cursor: pointer;
      font-family: 'Nunito', sans-serif;
      font-weight: 700;
      font-size: 17px;
      padding: 18px 44px;
      border-radius: 18px;
      text-decoration: none;
      display: inline-block;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      box-shadow: 0 8px 32px rgba(251,231,154,0.3);
    }
    .btn-ea:hover {
      background: var(--butter-dark);
      transform: translateY(-2px);
      box-shadow: 0 16px 48px rgba(251,231,154,0.4);
    }
    .ea-price-block { margin: 8px 0 28px; }
    .ea-specs { margin-top: 32px; }
    .ea-body-text p.ea-spec-line {
      font-size: 14px;
      color: rgba(255,255,255,0.65);
      letter-spacing: 0.02em;
      margin-top: 0;
      margin-bottom: 10px;
    }
    .ea-bulk {
      margin-top: 48px;
      padding-top: 40px;
      border-top: 1px solid rgba(255,255,255,0.14);
    }
    .ea-bulk-title {
      font-family: 'Grandstander', system-ui, sans-serif;
      font-weight: 800;
      font-size: 22px;
      color: var(--butter);
      margin-bottom: 8px;
    }
    .ea-bulk-sub {
      font-size: 14px;
      color: rgba(255,255,255,0.75);
      margin-bottom: 24px;
    }
    .bulk-tiers {
      width: 100%;
      max-width: 440px;
      margin: 0 auto 28px;
      border-collapse: collapse;
      font-family: 'Nunito', sans-serif;
      font-size: 14px;
    }
    .bulk-tiers th,
    .bulk-tiers td {
      padding: 10px 14px;
      text-align: left;
      border-bottom: 1px solid rgba(255,255,255,0.14);
    }
    .bulk-tiers th {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--butter);
    }
    .bulk-tiers td {
      color: rgba(255,255,255,0.92);
    }
    .bulk-tiers tbody tr:last-child th,
    .bulk-tiers tbody tr:last-child td {
      border-bottom: none;
    }
    .bulk-form {
      display: flex;
      flex-direction: column;
      gap: 12px;
      max-width: 440px;
      margin: 0 auto;
      text-align: left;
    }
    .bulk-form input,
    .bulk-form textarea {
      padding: 13px 16px;
      border-radius: 10px;
      border: 1.5px solid rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.07);
      color: #fff;
      font-family: 'Nunito', sans-serif;
      font-size: 14px;
      outline: none;
      transition: border-color 0.2s;
      resize: vertical;
    }
    .bulk-form input:focus,
    .bulk-form textarea:focus { border-color: var(--butter); }
    .bulk-form input::placeholder,
    .bulk-form textarea::placeholder { color: rgba(255,255,255,0.5); }
    .bulk-form .btn-ea {
      width: 100%;
      text-align: center;
      margin-top: 4px;
    }
    .bulk-form .form-status { color: var(--butter); font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 600; text-align: center; }
    .bulk-pricing-link {
      display: block;
      text-align: center;
      margin-top: 16px;
      font-family: 'Nunito', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: var(--butter);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .bulk-pricing-link:hover { color: var(--butter-dark); }

    /* EMAIL OPT-IN */
    .email-optin {
      background: var(--butter);
      position: relative;
      overflow: hidden;
    }
    .email-optin::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -60px;
      width: 300px;
      height: 300px;
      background: radial-gradient(ellipse, rgba(138,107,184,0.08), transparent 70%);
      border-radius: 50%;
    }
    .eo-inner {
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .eo-inner .section-title { color: var(--purple-dark); }
    .eo-inner p {
      font-size: 16px;
      color: var(--text-mid);
      line-height: 1.65;
      margin-bottom: 36px;
      font-weight: 300;
    }
    .eo-lead-magnet {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(138,107,184,0.1);
      border: 1px solid rgba(138,107,184,0.15);
      border-radius: 40px;
      padding: 8px 18px 8px 10px;
      font-size: 13px;
      color: var(--purple);
      font-weight: 600;
      margin-bottom: 28px;
    }
    .eo-lead-magnet-icon {
      width: 28px;
      height: 28px;
      background: var(--purple);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .eo-form {
      display: flex;
      flex-direction: column;
      gap: 12px;
      max-width: 420px;
      margin: 0 auto;
    }
    .eo-form input {
      padding: 14px 18px;
      border-radius: 10px;
      border: 1.5px solid rgba(138,107,184,0.18);
      font-family: 'Nunito', sans-serif;
      font-size: 15px;
      background: rgba(255,255,255,0.75);
      color: var(--text-dark);
      outline: none;
      transition: border-color 0.2s;
    }
    .eo-form input:focus { border-color: var(--purple); }
    .eo-form input::placeholder { color: var(--text-muted); }
    .btn-subscribe {
      background: var(--purple);
      color: #fff;
      border: none;
      cursor: pointer;
      font-family: 'Nunito', sans-serif;
      font-weight: 600;
      font-size: 15px;
      padding: 14px 28px;
      border-radius: 10px;
      transition: background 0.2s, transform 0.15s;
    }
    .btn-subscribe:hover { background: var(--purple-mid); transform: translateY(-1px); }
    .eo-disclaimer {
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 12px;
    }

    /* FORM A11Y + STATUS */
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    .form-status {
      font-family: 'Nunito', sans-serif;
      font-size: 13px;
      font-weight: 600;
      margin: 0;
    }
    .eo-form .form-status { color: var(--olive); }
    .footer-mini-form .form-status { color: var(--olive-light); }
    .form-status-pending { opacity: 0.75; }
    .form-status-error { color: #c0392b; }
    /* Reuses .btn-subscribe's existing pill-button look (same purple,
       same section) for the revealed download link — .btn-subscribe
       alone targets <button>, so this just makes it render the same
       way on an <a>. */
    .download-cta {
      display: inline-block;
      margin-top: 10px;
      text-decoration: none;
    }
    .bulk-form .form-status-error,
    .footer-mini-form .form-status-error { color: #ffb3a7; }

    /* Honeypot: off-screen for sighted users, aria-hidden + tabindex="-1"
       in markup keeps it out of the accessibility tree too — unlike
       .sr-only, a real screen reader user should never reach this. */
    .hp-field {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    /* ABOUT */
    .about {
      background: #fff;
      position: relative;
    }
    .about-grid {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 80px;
      max-width: 1100px;
      margin: 0 auto;
      align-items: center;
    }
    .author-photo-container {
      position: relative;
    }
    .author-photo {
      width: 280px;
      height: 340px;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }
    .author-photo-bg {
      width: 100%;
      height: 100%;
      background: linear-gradient(160deg, #CFE0F7 0%, #8A6BB830 60%, #5A8A7622 100%);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 0;
    }
    .author-placeholder-figure {
      width: 200px;
      height: 270px;
    }
    .author-accent {
      position: absolute;
      top: -16px;
      left: -16px;
      width: 100px;
      height: 100px;
      border: 3px solid var(--butter);
      border-radius: 20px;
      z-index: -1;
    }
    .author-accent2 {
      position: absolute;
      bottom: -16px;
      right: -16px;
      width: 80px;
      height: 80px;
      background: rgba(90,138,118,0.12);
      border-radius: 16px;
      z-index: -1;
    }
    .author-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; }
    .author-pull-quote {
      font-family: 'Nunito', sans-serif;
      font-style: italic;
      font-size: 13.5px;
      color: var(--text-muted);
      line-height: 1.65;
      margin-top: 20px;
      padding-left: 4px;
      max-width: 280px;
    }
    .about-content { display: flex; flex-direction: column; gap: 20px; }
    .about-content p {
      font-size: 15.5px;
      line-height: 1.75;
      color: var(--text-mid);
      font-weight: 300;
    }
    .about-content p strong { color: var(--purple-dark); font-weight: 600; }
    .about-faith-note {
      border-left: 3px solid var(--butter-dark);
      padding-left: 20px;
      font-family: 'Nunito', sans-serif;
      font-style: italic;
      font-size: 15px;
      color: var(--text-mid);
      line-height: 1.65;
    }

    /* FOOTER */
    footer {
      background: var(--text-dark);
      padding: 64px 80px 40px;
      color: rgba(255,255,255,0.6);
    }
    .footer-top {
      display: grid;
      grid-template-columns: 280px 1fr 280px;
      gap: 60px;
      margin-bottom: 48px;
    }
    .footer-logo-col .nav-logo-title { color: var(--butter); font-size: 18px; }
    .footer-logo-col .nav-logo-sub { color: rgba(255,255,255,0.75); }
    .footer-tagline {
      font-size: 13px;
      color: rgba(255,255,255,0.75);
      margin-top: 12px;
      line-height: 1.6;
      font-style: italic;
    }
    .footer-social {
      display: flex;
      gap: 14px;
      margin-top: 16px;
    }
    .footer-social-link {
      color: rgba(255,255,255,0.75);
      display: flex;
      transition: color 0.2s;
    }
    .footer-social-link:hover { color: var(--butter); }
    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 10px;
      list-style: none;
    }
    .footer-links a {
      text-decoration: none;
      font-size: 14px;
      color: rgba(255,255,255,0.82);
      transition: color 0.2s;
    }
    .footer-links a:hover { color: var(--butter); }
    .footer-mini-form {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .footer-mini-form input {
      padding: 11px 14px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.07);
      color: #fff;
      font-family: 'Nunito', sans-serif;
      font-size: 13px;
      outline: none;
      transition: border-color 0.2s;
    }
    .footer-mini-form input:focus { border-color: var(--purple-mid); }
    .footer-mini-form input::placeholder { color: rgba(255,255,255,0.6); }
    .footer-mini-form button {
      background: var(--purple);
      color: #fff;
      border: none;
      cursor: pointer;
      font-family: 'Nunito', sans-serif;
      font-weight: 600;
      font-size: 13px;
      padding: 11px;
      border-radius: 8px;
      transition: background 0.2s;
    }
    .footer-mini-form button:hover { background: var(--purple-mid); }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      color: rgba(255,255,255,0.72);
    }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 1024px) {
      nav { padding: 0 24px; }
      .nav-links { gap: 22px; }
      section { padding: 80px 40px; }
      .hero-left { padding: 64px 40px 56px; }
      .hero-right { padding: 0 40px 64px; }
      .pp-grid { gap: 48px; }
      .features-grid { grid-template-columns: 1fr 1fr; }
      .audience-versions { grid-template-columns: 1fr 1fr; }
      .about-grid { grid-template-columns: 240px 1fr; gap: 48px; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
      .book-wrapper { --bookScale: 0.86; }
      .sep svg { height: 72px; }
    }

    @media (max-width: 760px) {
      nav { height: auto; min-height: 62px; padding: 10px 18px; gap: 12px; }
      .nav-links { display: none; }
      .btn-nav { font-size: 12.5px; padding: 9px 14px; }
      .nav-logo-title { font-size: 15px; }

      .hero {
        grid-template-columns: 1fr;
        min-height: 0;
        background-size: 240px 100%;
      }
      .hero::before { background-color: rgba(255,252,246,0.6); background-size: 420px 420px; }
      .hero-left { padding: 52px 22px 36px; text-align: left; }
      .hero-left::before {
        inset: 0;
        background: rgba(255,252,246,0.9);
      }
      .hero-kicker { font-size: clamp(29px, 8.4vw, 40px); }
      .hero-subhead { font-size: 15.5px; margin-bottom: 28px; max-width: none; }
      .btn-primary { font-size: 15px; padding: 15px 26px; width: 100%; text-align: center; }
      .hero-ctas { gap: 14px; }
      .trust-strip { font-size: 11.5px; gap: 8px 18px; padding: 16px; }

      .hero-right { padding: 8px 22px 56px; min-height: 380px; }
      .book-wrapper { --bookScale: 0.66; height: 300px; }
      .dd-crayon-blue, .dd-crayon-green { display: none; }
      .dd-crayon-red { width: 22px; top: 6%; left: 4%; }
      .dd-pencil { width: 21px; top: 6%; right: 4%; }
      .bfly-a { width: 52px; top: 0; right: 20%; }
      .bfly-d { width: 40px; bottom: 8%; }

      .trust-bar-item { font-size: 11px; padding: 0 18px; }
      .sep svg { height: 46px; }
      .sep-ticker svg, .sep-afterticker svg { height: 22px; }
      .sep-ticker { margin-top: -22px; }

      section { padding: 64px 22px; }
      .sep + section, .sep + footer { padding-top: 40px; }
      .section-title { font-size: clamp(24px, 6.6vw, 30px); }

      .pp-grid { grid-template-columns: 1fr; gap: 34px; }
      .pp-col-problem { padding: 32px 26px; }
      .pp-col-problem::before { font-size: 84px; top: -12px; left: 16px; }
      .review-title { font-size: 16px; }
      .pp-problem-text { font-size: 16px; }

      .features-header { margin-bottom: 40px; }
      .features-grid { grid-template-columns: 1fr; gap: 20px; }
      .feature-card { padding: 30px 26px; }

      .preview-frame { height: 66vh; min-height: 340px; }
      .audience-versions { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }

      .ea-includes { grid-template-columns: 1fr; gap: 12px; margin: 30px 0; }
      .ea-body-text p { font-size: 15px; }
      .btn-ea { font-size: 16px; padding: 16px 30px; width: 100%; text-align: center; }

      .eo-form { max-width: none; }
      .eo-lead-magnet { font-size: 12px; text-align: left; line-height: 1.4; }

      .about-grid { grid-template-columns: 1fr; gap: 34px; }
      .author-photo { width: 100%; max-width: 260px; height: 320px; }
      .author-accent, .author-accent2 { display: none; }
      .author-pull-quote { max-width: none; }

      footer { padding: 48px 22px 30px; }
      .footer-top { grid-template-columns: 1fr; gap: 32px; margin-bottom: 34px; }
      .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
    }

    @media (max-width: 380px) {
      .hero-right { min-height: 320px; }
      .book-wrapper { --bookScale: 0.54; height: 250px; }
      .trust-bar-item { padding: 0 14px; }
    }
