/*
Theme Name: Cool Dog Tricks
Theme URI: https://yourdomain.com/
Author: Cool Dog Tricks
Description: Comic-style sales funnel theme for the "Cool Tricks to Teach Your Dog" ebook. Ships a landing page, a checkout page and a thank-you page, all on one design system.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: cool-dog-tricks
*/

:root {
      --navy: #0b2447;
      --blue: #123a72;
      --blue-2: #185bb4;
      --sky: #dff3ff;
      --sky-2: #eef8ff;
      --gold: #ffb703;
      --gold-2: #ffd166;
      --coral: #ff6b35;
      --cream: #fff9ee;
      --white: #ffffff;
      --ink: #172033;
      --muted: #5d6574;
      --line: #dce5ef;
      --green: #12855b;
      --shadow-sm: 0 10px 30px rgba(11, 36, 71, 0.08);
      --shadow-lg: 0 28px 70px rgba(11, 36, 71, 0.18);
      --radius-sm: 16px;
      --radius: 24px;
      --radius-lg: 36px;
      --container: 1180px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--cream);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    body.modal-open { overflow: hidden; }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    button, input { font: inherit; }
    button { cursor: pointer; }
    ::selection { background: var(--gold-2); color: var(--navy); }

    .skip-link {
      position: fixed;
      left: 16px;
      top: -80px;
      z-index: 1000;
      padding: 10px 16px;
      color: var(--white);
      background: var(--navy);
      border-radius: 10px;
      transition: top .2s ease;
    }
    .skip-link:focus { top: 16px; }

    .container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
    .section { padding: 104px 0; position: relative; }
    .section--white { background: var(--white); }
    .section--sky { background: var(--sky-2); }
    .section--navy { color: var(--white); background: var(--navy); overflow: hidden; }
    .section--tight { padding: 72px 0; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 16px;
      padding: 8px 13px;
      color: var(--blue);
      background: var(--sky);
      border: 1px solid rgba(18, 58, 114, 0.09);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 850;
      letter-spacing: .09em;
      line-height: 1;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255, 183, 3, .18); }
    .eyebrow--light { color: var(--navy); background: var(--gold-2); border-color: transparent; }

    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { color: var(--navy); letter-spacing: -.035em; line-height: 1.08; }
    h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.65rem); font-weight: 950; }
    h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.5vw, 4rem); font-weight: 900; }
    h3 { margin-bottom: 10px; font-size: 1.24rem; font-weight: 850; }
    .section--navy h2, .section--navy h3 { color: var(--white); }
    .lead { max-width: 680px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.7; }
    .section--navy .lead { color: #c9d8e9; }
    .accent {
      color: var(--blue-2);
      background: linear-gradient(var(--gold-2), var(--gold-2)) 0 92% / 100% .16em no-repeat;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }

    .announcement {
      padding: 9px 16px;
      color: var(--white);
      background: var(--navy);
      text-align: center;
      font-size: 14px;
      font-weight: 750;
      letter-spacing: .01em;
    }
    .announcement span { color: var(--gold-2); }

    .site-nav {
      position: sticky;
      top: 0;
      z-index: 90;
      border-bottom: 1px solid rgba(11, 36, 71, .08);
      background: rgba(255, 249, 238, .9);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }
    .nav-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; color: var(--navy); letter-spacing: -.02em; }
    .brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); background: var(--gold-2); border-radius: 13px; box-shadow: inset 0 0 0 1px rgba(11, 36, 71, .08); }
    .brand-mark svg { width: 25px; height: 25px; }
    .brand-title { display: block; line-height: 1.05; }
    .brand-title small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
    .nav-links { display: flex; align-items: center; gap: 25px; }
    .nav-links a:not(.button) { color: #344157; text-decoration: none; font-size: 14px; font-weight: 750; }
    .nav-links a:not(.button):hover { color: var(--blue); }

    .button {
      min-height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 23px;
      border: 0;
      border-radius: 16px;
      color: var(--navy);
      background: var(--gold);
      box-shadow: 0 10px 24px rgba(255, 183, 3, .27), inset 0 -2px 0 rgba(11, 36, 71, .13);
      text-decoration: none;
      font-weight: 900;
      line-height: 1.1;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .button:hover { background: var(--gold-2); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255, 183, 3, .34), inset 0 -2px 0 rgba(11, 36, 71, .13); }
    .button:active { transform: translateY(0); }
    :where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
      outline: 3px solid var(--navy);
      outline-offset: 2px;
      /* !important is deliberate: .button sets its own box-shadow for the comic
         offset, at equal specificity but later in the sheet. Without this the
         gold halo never paints, and the navy outline alone is invisible (1:1)
         on the three navy/gradient sections. */
      box-shadow: 0 0 0 6px var(--gold) !important;
    }
    /* .faq has overflow:hidden, so an outset ring gets clipped away */
    .faq summary:focus-visible { outline-offset: -4px; }
    main:focus { outline: none; box-shadow: none !important; }
    .button--small { min-height: 44px; padding: 11px 18px; border-radius: 13px; font-size: 14px; }
    .button--large { min-height: 66px; padding: 18px 28px; border-radius: 18px; font-size: 17px; }
    .button--navy { color: var(--white); background: var(--navy); box-shadow: 0 12px 25px rgba(11, 36, 71, .2); }
    .button--navy:hover { background: var(--blue); box-shadow: 0 16px 32px rgba(11, 36, 71, .25); }
    .button svg { width: 19px; height: 19px; flex: 0 0 auto; }

    .hero {
      min-height: 760px;
      display: grid;
      align-items: center;
      overflow: hidden;
      padding: 74px 0 100px;
      position: relative;
    }
    .hero::before {
      content: "";
      position: absolute;
      width: 620px;
      height: 620px;
      right: -210px;
      top: -180px;
      border-radius: 50%;
      background: radial-gradient(circle at center, rgba(255, 209, 102, .42), rgba(255, 209, 102, 0) 68%);
      pointer-events: none;
    }
    .hero::after {
      content: "";
      position: absolute;
      width: 460px;
      height: 460px;
      left: -260px;
      bottom: -260px;
      border-radius: 50%;
      background: rgba(223, 243, 255, .8);
      pointer-events: none;
    }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr); align-items: center; gap: 68px; position: relative; z-index: 1; }
    .hero-copy { padding-top: 6px; }
    .hero-copy .lead { max-width: 700px; margin-bottom: 27px; }
    .hero-benefits { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0 0 30px; padding: 0; list-style: none; }
    .hero-benefits li { display: inline-flex; align-items: center; gap: 8px; color: #314057; font-size: 14px; font-weight: 750; }
    .check-icon { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 22px; color: var(--white); background: var(--green); border-radius: 50%; }
    .check-icon svg { width: 13px; height: 13px; }
    .hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
    .price-note { display: grid; gap: 1px; color: var(--muted); font-size: 13px; line-height: 1.35; }
    .price-note strong { color: var(--navy); font-size: 18px; }
    .micro-trust { margin-top: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px 17px; color: var(--muted); font-size: 12.5px; font-weight: 700; }
    .micro-trust span { display: inline-flex; align-items: center; gap: 7px; }
    .micro-trust svg { width: 17px; height: 17px; color: var(--blue); }

    .hero-visual { min-height: 620px; position: relative; }
    .photo-frame {
      width: min(100%, 490px);
      height: 610px;
      margin-left: auto;
      position: relative;
      overflow: hidden;
      border: 9px solid var(--white);
      border-radius: 42px;
      background: var(--sky);
      box-shadow: var(--shadow-lg);
      transform: rotate(1.3deg);
    }
    .photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 36, 71, .26), transparent 38%); pointer-events: none; }
    .photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
    .book-mockup {
      position: absolute;
      left: -8px;
      bottom: 8px;
      width: 230px;
      z-index: 4;
      filter: drop-shadow(0 24px 24px rgba(11, 36, 71, .26));
      transform: perspective(900px) rotateY(10deg) rotateZ(-3deg);
      transition: transform .35s ease;
    }
    .hero-visual:hover .book-mockup { transform: perspective(900px) rotateY(4deg) rotateZ(-1deg) translateY(-4px); }
    .book-mockup::before { content: ""; position: absolute; right: -12px; top: 13px; bottom: 10px; width: 20px; z-index: -1; background: linear-gradient(90deg, #c7d3df, #fff 62%, #aebccc); border-radius: 0 6px 6px 0; transform: skewY(-1deg); }
    .book-mockup img { border-radius: 12px 5px 5px 12px; box-shadow: inset -6px 0 0 rgba(255,255,255,.18); }
    .float-card {
      position: absolute;
      z-index: 5;
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 13px 16px;
      background: rgba(255,255,255,.95);
      border: 1px solid rgba(11, 36, 71, .08);
      border-radius: 16px;
      box-shadow: var(--shadow-sm);
      backdrop-filter: blur(8px);
    }
    .float-card strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.2; }
    .float-card small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
    .float-card__icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; color: var(--navy); background: var(--gold-2); border-radius: 12px; }
    .float-card__icon svg { width: 21px; height: 21px; }
    .float-card--top { top: 60px; left: -28px; }
    .float-card--price { top: 22px; right: -24px; display: grid; min-width: 105px; text-align: center; background: var(--navy); color: var(--white); border-color: rgba(255,255,255,.14); transform: rotate(4deg); }
    .float-card--price strong { color: var(--gold-2); font-size: 30px; line-height: .9; }
    .float-card--price small { color: #dbe6f2; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
    .paw-dots { position: absolute; right: -28px; bottom: 68px; width: 100px; height: 100px; opacity: .16; transform: rotate(13deg); }

    .trust-strip { position: relative; z-index: 2; margin-top: -42px; }
    .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: var(--white); border: 1px solid rgba(11, 36, 71, .08); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
    .trust-item { min-height: 118px; display: flex; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid var(--line); }
    .trust-item:last-child { border-right: 0; }
    .trust-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; color: var(--blue); background: var(--sky); border-radius: 15px; }
    .trust-icon svg { width: 24px; height: 24px; }
    .trust-item strong { display: block; color: var(--navy); font-size: 15px; line-height: 1.25; }
    .trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 12.5px; line-height: 1.35; }

    .center-head { max-width: 790px; margin: 0 auto 50px; text-align: center; }
    .center-head .lead { margin-inline: auto; }

    .problem-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
    .quote-card { position: relative; padding: 39px; color: var(--white); background: var(--navy); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
    .quote-card::before { content: "“"; position: absolute; right: 23px; top: -36px; color: rgba(255, 209, 102, .18); font-family: Georgia, serif; font-size: 190px; line-height: 1; }
    .quote-card p { margin-bottom: 22px; position: relative; z-index: 1; color: var(--white); font-size: clamp(1.45rem, 3vw, 2.35rem); font-weight: 850; letter-spacing: -.025em; line-height: 1.22; }
    .quote-card span { color: var(--gold-2); font-weight: 800; }
    .quote-card small { color: #cbd8e8; font-size: 14px; }
    .problem-copy .lead { margin-bottom: 28px; }
    .feature-list { display: grid; gap: 17px; }
    .feature-row { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; }
    .feature-row__icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); background: var(--gold-2); border-radius: 15px; }
    .feature-row__icon svg { width: 24px; height: 24px; }
    .feature-row p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

    .trick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .trick-card { min-height: 260px; display: flex; flex-direction: column; padding: 28px; position: relative; overflow: hidden; background: var(--white); border: 1px solid rgba(11, 36, 71, .08); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(11,36,71,.05); transition: transform .25s ease, box-shadow .25s ease; }
    .trick-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
    .trick-card::after { content: attr(data-number); position: absolute; right: 17px; top: 2px; color: rgba(18, 58, 114, .055); font-size: 92px; font-weight: 950; line-height: 1; }
    .trick-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 30px; color: var(--navy); background: var(--sky); border-radius: 18px; }
    .trick-icon--gold { background: #fff1c7; }
    .trick-icon--coral { background: #ffe4da; color: #9d3513; }
    .trick-icon svg { width: 30px; height: 30px; }
    .trick-card p { margin: 0; color: var(--muted); font-size: 14px; }
    .trick-card .tag { align-self: flex-start; margin-top: auto; padding-top: 18px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

    .inside-wrap { position: relative; }
    .inside-wrap::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -210px; border-radius: 50%; background: rgba(255, 209, 102, .11); }
    .inside-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; position: relative; z-index: 1; }
    .inside-visual { min-height: 610px; position: relative; }
    .inside-photo { width: 78%; height: 590px; overflow: hidden; border: 8px solid rgba(255,255,255,.95); border-radius: 34px; box-shadow: var(--shadow-lg); transform: rotate(-2deg); }
    .inside-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
    .inside-book { position: absolute; right: -2%; bottom: -8px; width: 210px; filter: drop-shadow(0 22px 24px rgba(0,0,0,.27)); transform: rotate(5deg); }
    .inside-book img { border-radius: 10px; }
    .lesson-badge { position: absolute; right: 3%; top: 34px; width: 170px; padding: 18px; color: var(--navy); background: var(--gold-2); border-radius: 18px; box-shadow: var(--shadow-sm); transform: rotate(4deg); }
    .lesson-badge strong { display: block; font-size: 34px; line-height: 1; }
    .lesson-badge span { display: block; margin-top: 6px; font-size: 12px; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
    .chapter-list { display: grid; gap: 13px; margin-top: 31px; }
    .chapter { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; }
    .chapter-number { width: 55px; height: 55px; display: grid; place-items: center; color: var(--navy); background: var(--gold-2); border-radius: 16px; font-weight: 950; }
    .chapter h3 { margin-bottom: 5px; font-size: 1.08rem; }
    .chapter p { margin: 0; color: #c9d8e9; font-size: 13.5px; }

    .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .benefit-card { padding: 30px; background: var(--white); border: 1px solid rgba(11,36,71,.08); border-radius: var(--radius); box-shadow: 0 8px 20px rgba(11,36,71,.045); }
    .benefit-card .num { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; color: var(--white); background: var(--blue); border-radius: 14px; font-weight: 900; }
    .benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }

    .fit-wrap { display: grid; grid-template-columns: 1fr .88fr; gap: 62px; align-items: center; }
    .fit-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
    .fit-chip { display: inline-flex; align-items: center; gap: 9px; padding: 12px 15px; color: var(--navy); background: var(--white); border: 1px solid rgba(11,36,71,.1); border-radius: 999px; box-shadow: 0 5px 16px rgba(11,36,71,.04); font-size: 14px; font-weight: 800; }
    .fit-chip svg { width: 18px; height: 18px; color: var(--green); }
    .dog-note { padding: 34px; position: relative; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--navy)); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
    .dog-note::after { content: ""; position: absolute; width: 180px; height: 180px; right: -55px; bottom: -68px; border-radius: 50%; background: var(--gold-2); opacity: .17; }
    .dog-note svg { width: 50px; height: 50px; margin-bottom: 21px; color: var(--gold-2); }
    .dog-note h3 { color: var(--white); font-size: 1.7rem; }
    .dog-note p { margin: 0; position: relative; z-index: 1; color: #d5e1ed; }

    .order-shell { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
    .order-copy h2 { max-width: 650px; }
    .order-copy .lead { margin-bottom: 26px; }
    .order-points { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
    .order-points li { display: flex; align-items: flex-start; gap: 11px; color: #344157; font-weight: 700; }
    .order-card { padding: 34px; background: var(--white); border: 1px solid rgba(11,36,71,.09); border-radius: 30px; box-shadow: var(--shadow-lg); }
    .order-card__top { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
    .order-thumb { width: 91px; flex: 0 0 91px; filter: drop-shadow(0 10px 12px rgba(11,36,71,.2)); }
    .order-title { color: var(--navy); font-size: 18px; font-weight: 900; line-height: 1.2; }
    .order-sub { margin-top: 5px; color: var(--muted); font-size: 13px; }
    .order-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 21px 0; color: var(--muted); font-size: 14px; }
    .order-row strong { color: var(--navy); }
    .order-total { border-top: 1px solid var(--line); font-size: 17px; font-weight: 850; }
    .order-total strong { font-size: 36px; letter-spacing: -.04em; }
    .order-card .button { width: 100%; }
    .order-fine { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: 12px; line-height: 1.45; }
    .digital-note { margin-top: 16px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; color: var(--blue); background: var(--sky-2); border-radius: 13px; font-size: 12.5px; font-weight: 800; }
    .digital-note svg { width: 20px; height: 20px; }

    .faq-wrap { max-width: 850px; margin-inline: auto; }
    .faq-list { display: grid; gap: 12px; margin-top: 36px; }
    .faq { background: var(--white); border: 1px solid rgba(11,36,71,.09); border-radius: 18px; box-shadow: 0 6px 18px rgba(11,36,71,.035); overflow: hidden; }
    .faq summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 23px; color: var(--navy); cursor: pointer; list-style: none; font-weight: 850; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary::after { content: "+"; width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; color: var(--blue); background: var(--sky); border-radius: 10px; font-size: 22px; line-height: 1; transition: transform .2s ease; }
    .faq[open] summary::after { transform: rotate(45deg); }
    .faq-answer { padding: 0 23px 22px; color: var(--muted); font-size: 14.5px; }
    .faq-answer p:last-child { margin-bottom: 0; }

    .final-cta { position: relative; overflow: hidden; padding: 82px 0; color: var(--white); background: linear-gradient(130deg, #0b2447 0%, #123a72 58%, #185bb4 100%); }
    .final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
    .final-cta::before { width: 360px; height: 360px; right: -80px; top: -190px; background: rgba(255,209,102,.18); }
    .final-cta::after { width: 260px; height: 260px; left: -120px; bottom: -150px; background: rgba(223,243,255,.1); }
    .final-grid { display: grid; grid-template-columns: 1fr 310px; align-items: center; gap: 50px; position: relative; z-index: 1; }
    .final-cta h2 { max-width: 780px; color: var(--white); }
    .final-cta .lead { margin-bottom: 28px; color: #eaf2ff; }
    .final-book { width: 235px; margin-inline: auto; filter: drop-shadow(0 28px 28px rgba(0,0,0,.3)); transform: rotate(4deg); }
    .final-book img { border-radius: 12px; }

    footer { padding: 34px 0 102px; color: #657082; background: #f4f7fa; font-size: 12px; }
    .footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
    .footer-brand { display: flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 900; }
    .footer-brand .brand-mark { width: 34px; height: 34px; border-radius: 11px; }
    .footer-brand .brand-mark svg { width: 21px; }
    .footer-meta { max-width: 730px; text-align: right; }
    .footer-meta a { color: var(--blue); text-decoration: none; }
    .footer-meta a:hover { text-decoration: underline; }

    .mobile-buy {
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      z-index: 80;
      display: none;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 10px 10px 10px 16px;
      background: rgba(255,255,255,.95);
      border: 1px solid rgba(11,36,71,.1);
      border-radius: 18px;
      box-shadow: 0 18px 45px rgba(11,36,71,.24);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      transform: translateY(140%);
      transition: transform .3s ease;
    }
    .mobile-buy.is-visible { transform: translateY(0); }
    .mobile-buy strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.1; }
    .mobile-buy span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
    .mobile-buy .button { min-height: 48px; padding-inline: 17px; border-radius: 13px; white-space: nowrap; }

    .modal {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: none;
      place-items: center;
      padding: 22px;
      background: rgba(6, 23, 47, .72);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
    }
    .modal.is-open { display: grid; }
    .modal-card { width: min(510px, 100%); padding: 34px; position: relative; background: var(--white); border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
    .modal-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; color: var(--navy); background: var(--gold-2); border-radius: 18px; }
    .modal-icon svg { width: 31px; height: 31px; }
    .modal-card h2 { margin-bottom: 11px; font-size: 2rem; }
    .modal-card p { color: var(--muted); }
    .modal-code { padding: 13px 15px; color: #eaf2ff; background: var(--navy); border-radius: 12px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12px; overflow-wrap: anywhere; }
    .modal-close { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; color: var(--navy); background: var(--sky); border-radius: 12px; font-size: 25px; line-height: 1; }

    .reveal { opacity: 1; transform: none; }
    .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
    .js .reveal.is-visible { opacity: 1; transform: none; }
    .reveal.is-visible { opacity: 1; transform: none; }

    @media (max-width: 1040px) {
      .hero-grid { gap: 36px; }
      .hero-visual { min-height: 560px; }
      .photo-frame { height: 555px; }
      .book-mockup { width: 195px; }
      .float-card--top { left: -8px; }
      .float-card--price { right: -8px; }
      .trust-item { padding: 20px 17px; }
      .inside-grid, .problem-grid { gap: 45px; }
      .inside-photo { width: 80%; }
    }

    @media (max-width: 900px) {
      .nav-links a:not(.button) { display: none; }
      .hero { min-height: auto; padding-top: 54px; }
      .hero-grid, .problem-grid, .inside-grid, .fit-wrap, .order-shell { grid-template-columns: 1fr; }
      .hero-copy { text-align: center; }
      .hero-copy h1, .hero-copy .lead { margin-inline: auto; }
      .hero-benefits, .hero-actions, .micro-trust { justify-content: center; }
      .hero-visual { width: min(590px, 100%); margin: 8px auto 0; }
      .photo-frame { width: min(86%, 470px); margin-inline: auto; }
      .book-mockup { left: 0; }
      .float-card--top { left: 2%; }
      .float-card--price { right: 2%; }
      .trust-grid { grid-template-columns: repeat(2, 1fr); }
      .trust-item:nth-child(2) { border-right: 0; }
      .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .trick-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
      .inside-visual { width: min(620px, 100%); margin-inline: auto; }
      .inside-photo { width: 74%; }
      .inside-copy { max-width: 720px; margin-inline: auto; }
      .final-grid { grid-template-columns: 1fr 235px; }
      .footer-grid { display: grid; }
      .footer-meta { text-align: left; }
    }

    @media (max-width: 640px) {
      .container { width: min(100% - 26px, var(--container)); }
      .section { padding: 76px 0; }
      .announcement { font-size: 12px; }
      .nav-inner { min-height: 64px; }
      .brand-title { font-size: 14px; }
      .brand-title small { display: none; }
      .nav-links .button { display: none; }
      h1 { font-size: clamp(2.75rem, 13.7vw, 4.1rem); }
      h2 { font-size: clamp(2.1rem, 10.8vw, 3.1rem); }
      .accent { white-space: normal; }
      .hero { padding: 45px 0 82px; }
      .hero-copy .lead { font-size: 1.05rem; }
      .hero-actions { display: grid; gap: 12px; }
      .hero-actions .button { width: 100%; }
      .price-note { text-align: center; }
      .hero-benefits { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
      .hero-visual { min-height: 500px; }
      .photo-frame { width: 88%; height: 470px; border-width: 6px; border-radius: 30px; }
      .book-mockup { width: 145px; left: 2px; bottom: 5px; }
      .float-card--top { top: 30px; left: 0; padding: 10px 12px; }
      .float-card--top .float-card__icon { width: 32px; height: 32px; flex-basis: 32px; }
      .float-card--price { top: 8px; right: 0; min-width: 82px; padding: 11px; }
      .float-card--price strong { font-size: 25px; }
      .paw-dots { display: none; }
      .trust-strip { margin-top: -34px; }
      .trust-grid { grid-template-columns: 1fr; }
      .trust-item { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--line); }
      .trust-item:nth-child(2) { border-bottom: 1px solid var(--line); }
      .trust-item:last-child { border-bottom: 0; }
      .center-head { margin-bottom: 36px; }
      .quote-card { padding: 28px; }
      .trick-grid, .benefit-grid { grid-template-columns: 1fr; }
      .trick-card { min-height: 230px; }
      .inside-visual { min-height: 500px; }
      .inside-photo { width: 78%; height: 470px; border-width: 6px; }
      .inside-book { width: 145px; right: 0; }
      .lesson-badge { width: 132px; right: 0; top: 18px; padding: 14px; }
      .lesson-badge strong { font-size: 27px; }
      .chapter { grid-template-columns: 47px 1fr; padding: 15px; }
      .chapter-number { width: 47px; height: 47px; }
      .fit-chips { gap: 8px; }
      .fit-chip { width: 100%; justify-content: flex-start; border-radius: 14px; }
      .order-card { padding: 24px; }
      .order-thumb { width: 76px; flex-basis: 76px; }
      .final-cta { padding: 68px 0 78px; }
      .final-grid { grid-template-columns: 1fr; text-align: center; }
      .final-cta .lead { margin-inline: auto; }
      .final-cta .button { width: 100%; }
      .final-book { order: -1; width: 170px; }
      footer { padding-bottom: 110px; }
      .mobile-buy { display: flex; }
      .modal-card { padding: 28px 23px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }

    /* ==========================================================
       v2 — pulled toward the book cover: comic pop, same bones.
       Everything below overrides the base styles above.
       ========================================================== */
    :root {
      --blue-2: #1f4fe0;
      --gold: #ffd23f;
      --gold-2: #ffe27a;
      --coral: #ff7a18;
      --pop: #1f4fe0;
      --edge: #0b2447;
      --hard: 0 rgba(11, 36, 71, .9);
    }

    h1, h2, h3,
    .brand-title,
    .quote-card p,
    .lesson-badge strong,
    .order-total strong,
    .float-card--price strong,
    .benefit-card .num,
    .chapter-number,
    .faq summary,
    .button {
      font-family: "Baloo 2", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    }
    h1 { font-size: clamp(2.9rem, 5.4vw, 4.9rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
    h2 { font-size: clamp(2.05rem, 4vw, 3.35rem); font-weight: 800; letter-spacing: -.018em; line-height: 1.07; }
    h3 { font-weight: 700; letter-spacing: -.008em; }

    /* yellow marker sticker instead of the thin underline */
    .accent {
      padding: .02em .16em;
      color: var(--navy);
      background: var(--gold);
      background-image: none;
      border-radius: 10px;
      box-shadow: 0 3px 0 rgba(11, 36, 71, .82);
    }

    /* halftone dot texture, lifted from the cover */
    .hero {
      background-image: radial-gradient(rgba(31, 79, 224, .13) 1.5px, transparent 1.6px);
      background-size: 15px 15px;
    }
    .section--sky {
      background-color: var(--sky-2);
      background-image: radial-gradient(rgba(31, 79, 224, .12) 1.5px, transparent 1.6px);
      background-size: 15px 15px;
    }
    .section--navy {
      background-color: var(--navy);
      background-image: radial-gradient(rgba(255, 255, 255, .075) 1.5px, transparent 1.6px);
      background-size: 16px 16px;
    }
    .final-cta {
      background-image:
        radial-gradient(rgba(255, 255, 255, .085) 1.5px, transparent 1.6px),
        linear-gradient(130deg, #0b2447 0%, #1636a8 55%, #1f4fe0 100%);
      background-size: 16px 16px, auto;
    }

    .announcement { background: var(--pop); font-weight: 800; }
    .announcement span { color: var(--gold-2); }
    .site-nav { border-bottom: 2.5px solid var(--navy); }
    .brand-mark { background: var(--gold); border: 2.5px solid var(--navy); box-shadow: none; }

    /* comic outline + hard offset shadow on the interactive stuff */
    .button {
      border: 2.5px solid var(--navy);
      box-shadow: 4px 4px var(--hard);
      font-weight: 800;
      letter-spacing: -.005em;
    }
    .button:hover { background: var(--gold-2); transform: translate(-1px, -1px); box-shadow: 6px 6px var(--hard); }
    .button:active { transform: translate(2px, 2px); box-shadow: 2px 2px var(--hard); }
    .button--navy { color: var(--white); background: var(--pop); box-shadow: 4px 4px var(--hard); }
    .button--navy:hover { background: #2a5cf0; box-shadow: 6px 6px var(--hard); }

    .eyebrow { color: var(--navy); background: var(--white); border: 2px solid var(--navy); }
    .eyebrow--light { color: var(--navy); background: var(--gold); border-color: var(--navy); }

    .photo-frame { box-shadow: 0 0 0 3px var(--navy), 16px 18px 0 rgba(31, 79, 224, .26); }
    .inside-photo { box-shadow: 0 0 0 3px var(--navy), 16px 18px 0 rgba(255, 210, 63, .34); }
    .paw-dots { opacity: .2; }

    .float-card { border: 2.5px solid var(--navy); box-shadow: 4px 4px var(--hard); }
    .float-card__icon { border: 2px solid var(--navy); }
    .float-card--price {
      color: var(--navy);
      background: var(--gold);
      border-color: var(--navy);
      box-shadow: 5px 5px var(--hard);
      transform: rotate(-4deg);
    }
    .float-card--price strong { color: var(--navy); }
    .float-card--price small { color: rgba(11, 36, 71, .72); }

    .trust-grid { border: 2.5px solid var(--navy); box-shadow: 6px 6px var(--hard); }
    .trust-item { border-right-color: rgba(11, 36, 71, .16); }
    .trust-icon { color: var(--navy); background: var(--gold); border: 2px solid var(--navy); }

    .quote-card { border: 3px solid var(--navy); box-shadow: 9px 9px 0 var(--gold); }
    .quote-card::before { color: rgba(255, 210, 63, .22); }
    .feature-row__icon { border: 2px solid var(--navy); }

    .trick-card { background: var(--white); border: 2.5px solid var(--navy); border-radius: 22px; box-shadow: 5px 5px var(--hard); }
    .trick-card:hover { transform: translate(-2px, -3px); box-shadow: 8px 9px var(--hard); }
    .trick-card::after { color: rgba(31, 79, 224, .10); }
    .trick-icon { border: 2.5px solid var(--navy); box-shadow: 3px 3px 0 rgba(11, 36, 71, .85); }

    .lesson-badge { border: 2.5px solid var(--navy); box-shadow: 5px 5px var(--hard); }
    .chapter { border: 2px solid rgba(255, 255, 255, .2); }
    .chapter-number { color: var(--navy); background: var(--gold); border: 2px solid var(--navy); }

    .benefit-card { border: 2.5px solid var(--navy); box-shadow: 5px 5px var(--hard); }
    .benefit-card .num { background: var(--pop); border: 2px solid var(--navy); }

    .fit-chip { border: 2px solid var(--navy); box-shadow: 3px 3px 0 rgba(11, 36, 71, .85); }
    .dog-note { background: linear-gradient(135deg, #1f4fe0, #0b2447); border: 3px solid var(--navy); box-shadow: 8px 8px 0 var(--gold); }

    .order-card { border: 3px solid var(--navy); box-shadow: 9px 9px var(--hard); }
    .digital-note { border: 2px solid rgba(31, 79, 224, .22); }

    .faq { border: 2px solid var(--navy); box-shadow: 3px 3px 0 rgba(11, 36, 71, .85); }
    .faq summary { font-weight: 700; }
    .faq summary::after { color: var(--navy); background: var(--gold); border: 2px solid var(--navy); }

    .mobile-buy { border: 2.5px solid var(--navy); box-shadow: 5px 5px 0 rgba(11, 36, 71, .85); }
    .modal-card { border: 3px solid var(--navy); }
    .modal-icon { border: 2.5px solid var(--navy); }

    @media (max-width: 640px) {
      h1 { font-size: clamp(2.6rem, 12vw, 3.7rem); }
      h2 { font-size: clamp(2rem, 9.6vw, 2.9rem); }
      .trust-grid, .order-card, .trick-card, .benefit-card { box-shadow: 4px 4px var(--hard); }
      .quote-card, .dog-note { box-shadow: 5px 5px 0 var(--gold); }
      .photo-frame { box-shadow: 0 0 0 3px var(--navy), 9px 10px 0 rgba(31, 79, 224, .26); }
      .inside-photo { box-shadow: 0 0 0 3px var(--navy), 9px 10px 0 rgba(255, 210, 63, .34); }
    }

    /* ==========================================================
       v3 — 30 tricks, comic format, a CTA in every section
       ========================================================== */

    /* no permanent sticky bar on mobile any more */
    .mobile-buy { display: none !important; }

    .button--cta { color: var(--navy); background: var(--coral); }
    .button--cta:hover { background: #ff8f3d; }

    /* headline: smaller, roomier lines, and the marker stays on ONE line */
    h1 {
      max-width: 620px;
      margin-bottom: 20px;
      font-size: clamp(2.35rem, 3.5vw, 3.4rem);
      line-height: 1.2;
    }
    .accent {
      padding: .04em .2em;
      border-radius: 12px;
      box-shadow: none;
      white-space: nowrap;
    }
    .hero-copy .lead { max-width: 560px; font-size: clamp(1.02rem, 1.5vw, 1.14rem); }

    /* trust strip: the base sheet's `.trust-item span` rule was beating
       `.trust-icon` and killing its centring. Put it back, and line all
       four items up on the same baseline. */
    .trust-item { align-items: center; gap: 15px; padding: 26px 22px; }
    .trust-item > .trust-icon { display: grid; place-items: center; margin: 0; }
    .trust-item > span:not(.trust-icon) { display: block; margin: 0; }
    .trust-item > span:not(.trust-icon) > strong { display: block; margin: 0; font-size: 15px; line-height: 1.25; }
    .trust-item > span:not(.trust-icon) > span { display: block; margin-top: 5px; font-size: 12.5px; line-height: 1.35; }
    .trust-item:not(:last-child) { border-right: 0; }
    .trust-item { position: relative; }
    .trust-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 24px;
      bottom: 24px;
      width: 1.5px;
      background: rgba(11, 36, 71, .13);
    }
    @media (max-width: 900px) {
      .trust-item:nth-child(2)::after, .trust-item:nth-child(4)::after { display: none; }
    }
    @media (max-width: 640px) {
      .trust-item::after { display: none !important; }
    }

    /* The strip overlaps the hero, so the hero/next-section colour change
       was landing THROUGH the card and showing as a hard seam either side
       of it. Run one continuous cream + halftone canvas on the body
       element under both, and push the real boundary below the card. */
    body {
      background-color: var(--cream);
      background-image: radial-gradient(rgba(31, 79, 224, .11) 1.5px, transparent 1.6px);
      background-size: 15px 15px;
    }
    .hero { background-image: none; }
    .trust-strip { background: transparent; }

    /* Centre the trust card on the hero / section-2 join: pull it up into
       the hero by half its height, then pull section 2 up by the other
       half, so the colour change lands across the card's middle.
       Card = 118px min-height + 2.5px border top and bottom = 123px. */
    @media (min-width: 901px) {
      .hero { padding-bottom: 152px; }
      .trust-strip { margin-top: -61px; margin-bottom: -62px; }
      .trust-strip + .section { padding-top: 162px; }
    }

    /* The strip itself is transparent, so the cream + dot canvas runs
       unbroken from the hero down to the card's bottom edge. Section 2
       keeps its own colour and starts cleanly at that edge. */

    /* the stray pastel circle bleeding out of the hero's bottom-left */
    .hero::after { background: rgba(31, 79, 224, .05); }

    /* ---------- section 2: a drawn comic strip on the right ---------- */
    .problem-grid { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 64px; align-items: center; }

    .comic-demo { position: relative; }
    .comic-strip {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      padding: 18px;
      background: var(--white);
      border: 3px solid var(--navy);
      border-radius: 26px;
      box-shadow: 10px 10px var(--hard);
    }
    .panel {
      position: relative;
      margin: 0;
      padding: 15px 14px 13px;
      overflow: hidden;
      background: var(--sky-2);
      border: 2.5px solid var(--navy);
      border-radius: 16px;
    }
    .panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(rgba(31, 79, 224, .17) 1.4px, transparent 1.5px);
      background-size: 9px 9px;
    }
    .panel > * { position: relative; z-index: 1; }
    .panel__num {
      display: grid;
      place-items: center;
      width: 26px;
      height: 26px;
      color: var(--navy);
      background: var(--gold);
      border: 2px solid var(--navy);
      border-radius: 8px;
      font-size: 12px;
      font-weight: 900;
    }
    .panel__art { display: grid; place-items: center; height: 92px; }
    .panel__art svg { width: 62px; height: 62px; color: var(--navy); }
    .panel figcaption { color: var(--navy); font-size: 12.5px; font-weight: 800; line-height: 1.3; text-align: center; }
    .comic-tag {
      position: absolute;
      right: -14px;
      top: -18px;
      z-index: 3;
      padding: 11px 15px;
      color: var(--navy);
      background: var(--gold);
      border: 2.5px solid var(--navy);
      border-radius: 14px;
      box-shadow: 4px 4px var(--hard);
      font-size: 12.5px;
      font-weight: 850;
      line-height: 1.15;
      text-align: center;
      transform: rotate(4deg);
    }

    /* ---------- bigger, louder calls to action ---------- */
    .section-cta { margin-top: 62px; gap: 15px; }
    .section-cta .button, .hero-actions .button--large, .order-card .button--large, .final-cta .button--large {
      min-height: 76px;
      padding: 21px 36px;
      border-width: 3px;
      border-radius: 20px;
      box-shadow: 6px 6px var(--hard);
      font-size: 19px;
    }
    .section-cta .button:hover, .hero-actions .button--large:hover,
    .order-card .button--large:hover, .final-cta .button--large:hover { box-shadow: 9px 9px var(--hard); }
    .section-cta .button:active, .hero-actions .button--large:active,
    .order-card .button--large:active, .final-cta .button--large:active { box-shadow: 3px 3px var(--hard); }
    .section-cta .button svg, .hero-actions .button--large svg { width: 22px; height: 22px; }
    .cta-note { font-size: 13.5px; font-weight: 750; }

    @media (max-width: 900px) {
      .problem-grid { grid-template-columns: 1fr; gap: 46px; }
      .comic-demo { width: min(560px, 100%); margin-inline: auto; }
    }
    @media (max-width: 640px) {
      .section-cta .button, .hero-actions .button--large, .order-card .button--large, .final-cta .button--large {
        min-height: 66px;
        padding: 18px 22px;
        font-size: 17px;
      }
      .comic-strip { padding: 14px; gap: 11px; box-shadow: 5px 5px var(--hard); }
      .panel__art { height: 74px; }
      .panel__art svg { width: 50px; height: 50px; }
      .comic-tag { right: -6px; top: -14px; font-size: 11.5px; padding: 9px 12px; }
    }

    .section-cta { margin-top: 56px; display: grid; justify-items: center; gap: 13px; text-align: center; }
    .section-cta .button { min-width: min(360px, 100%); }
    .cta-note { color: var(--muted); font-size: 13px; font-weight: 700; }
    .section--navy .cta-note { color: #c9d8e9; }
    .final-cta .cta-note { color: #ffffff; }

    /* "it's a comic, not a wall of text" flag */
    .comic-flag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      padding: 11px 16px;
      color: var(--navy);
      background: var(--gold);
      border: 2.5px solid var(--navy);
      border-radius: 14px;
      box-shadow: 4px 4px var(--hard);
      font-size: 13px;
      font-weight: 850;
      letter-spacing: .04em;
      line-height: 1;
      text-transform: uppercase;
    }
    .comic-flag svg { width: 18px; height: 18px; }

    /* the 30 tricks, in three tiers */
    .tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .tier {
      display: flex;
      flex-direction: column;
      padding: 30px 26px 28px;
      background: var(--white);
      border: 2.5px solid var(--navy);
      border-radius: 24px;
      box-shadow: 6px 6px var(--hard);
    }
    .tier__badge {
      align-self: flex-start;
      margin-bottom: 14px;
      padding: 8px 13px;
      color: var(--navy);
      background: var(--gold);
      border: 2px solid var(--navy);
      border-radius: 999px;
      font-size: 11.5px;
      font-weight: 850;
      letter-spacing: .08em;
      line-height: 1;
      text-transform: uppercase;
    }
    .tier--mid .tier__badge { background: #c3d6ff; }
    .tier--adv .tier__badge { background: #ffd3b8; }
    .tier h3 { margin-bottom: 6px; font-size: 1.3rem; }
    .tier > p { margin: 0 0 20px; color: var(--muted); font-size: 13.5px; }
    .tier ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
    .tier li { display: grid; grid-template-columns: 25px 1fr; gap: 9px; align-items: baseline; color: #2c384d; font-size: 14.6px; font-weight: 600; }
    .tier li b { color: var(--pop); font-size: 12.5px; font-weight: 900; }

    /* imagine your dog... */
    .imagine-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 900px; margin-inline: auto; }
    .imagine-item {
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 17px 20px;
      color: var(--navy);
      background: var(--white);
      border: 2.5px solid var(--navy);
      border-radius: 16px;
      box-shadow: 4px 4px var(--hard);
      font-size: 15px;
      font-weight: 700;
    }
    .imagine-item svg { width: 22px; height: 22px; flex: 0 0 22px; color: var(--green); }

    /* the "watch this" moment */
    .moment { max-width: 760px; margin-inline: auto; text-align: center; }
    .moment-lines { display: grid; gap: 9px; margin: 0 0 10px; padding: 0; list-style: none; }
    .moment-lines li { color: #c9d8e9; font-size: clamp(1.02rem, 2vw, 1.2rem); font-weight: 600; }
    .moment-lines li.pop {
      margin: 10px 0;
      color: var(--gold);
      font-family: "Baloo 2", Inter, sans-serif;
      font-size: clamp(1.7rem, 4.6vw, 2.9rem);
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.1;
    }

    /* what you'll receive */
    .receive-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
    .receive-item {
      padding: 26px 18px;
      text-align: center;
      background: var(--white);
      border: 2.5px solid var(--navy);
      border-radius: 18px;
      box-shadow: 4px 4px var(--hard);
    }
    .receive-item svg { width: 29px; height: 29px; margin-bottom: 13px; color: var(--pop); }
    .receive-item strong { display: block; color: var(--navy); font-size: 14.5px; line-height: 1.3; }

    @media (max-width: 1040px) {
      .receive-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 900px) {
      .tier-grid { grid-template-columns: 1fr; }
      .receive-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 900px) {
      h1 { margin-inline: auto; }
      .hero-copy .lead { margin-inline: auto; }
    }
    @media (max-width: 640px) {
      h1 { font-size: clamp(1.95rem, 8.4vw, 2.7rem); line-height: 1.18; }
      .tier-grid, .imagine-grid, .receive-grid { grid-template-columns: 1fr; }
      .tier { padding: 24px 21px; box-shadow: 4px 4px var(--hard); }
      .section-cta { margin-top: 40px; }
      .section-cta .button { width: 100%; }
      footer { padding-bottom: 58px; }
    }

    /* ==========================================================
       v4 — accessibility + responsive fixes from the audit pass
       ========================================================== */
    html { scroll-padding-top: 96px; }
    :target { scroll-margin-top: 96px; }

    /* the mobile un-nowrap was being beaten by the v3 .accent rule */
    @media (max-width: 640px) {
      .accent { white-space: normal; }
      html { scroll-padding-top: 82px; }
    }

    /* padding relief was dead; the 901px centring maths depends on it */
    @media (min-width: 901px) and (max-width: 1040px) {
      .trust-item { padding: 20px 17px; }
    }

    /* hero float cards were clipped between 1041 and 1232px */
    @media (min-width: 901px) and (max-width: 1260px) {
      .float-card--top { left: -8px; }
      .float-card--price { right: -8px; }
    }

    /* in-sentence links need a non-colour cue (SC 1.4.1) */
    .footer-meta a, .legal-line a { text-decoration: underline; text-underline-offset: 2px; }

    /* screen-reader-only helper, shared by all three pages */
    .sr-only {
      position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
      overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
      white-space: nowrap; border: 0;
    }

