/* Platapode — Free Google Ads Review (master challenger 5).
   Master Challenger 3's structure in the Platapode brand: navy, red actions,
   coral on dark, Fraunces + IBM Plex, and Platapode himself. */

:root {
  --ink: #0E1A30;
  --ink-2: #15233D;
  --ink-3: #1C2C4A;
  --bone: #F6F5F1;
  --bone-2: #EEEBE3;
  --paper: #FFFFFF;
  --gold: #C93412;
  --gold-d: #A42A0D;
  --coral: #F2A08A;
  --red-2: #D5301A;
  --text: #14151A;
  --dim: rgba(20,21,26,.68);
  --mute: rgba(20,21,26,.6);
  --rule: rgba(20,21,26,.10);
  --rule-2: rgba(20,21,26,.20);
  --line-d: rgba(255,255,255,.12);
  --f-head: 'Fraunces', Georgia, serif;
  --f-body: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --f-serif: 'Fraunces', Georgia, serif;
  --f-mono: 'IBM Plex Mono', ui-monospace, Menlo, monospace;
  --ease: cubic-bezier(.16,.8,.28,1);
  --wrap: 1160px;
  --gut: clamp(20px, 5vw, 56px);
  --plat: url(../../google-ads-ppc-review/images/platypus-peek.webp);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bone); color: var(--text); font-family: var(--f-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, ul, ol, dl, dd, fieldset { margin: 0; padding: 0; }
ul, ol { list-style: none; }
fieldset { border: 0; min-width: 0; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: var(--gut); padding-right: var(--gut); }
.sec { padding: clamp(60px, 8vw, 108px) 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.h2 { font-family: var(--f-head); font-weight: 600; font-size: clamp(30px, 4.2vw, 48px); line-height: 1.05; letter-spacing: -.03em; max-width: 17em; }
.h2 em, .hero-h em, .final-h em { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; }
.h2--light { color: #fff; }
.label { font-family: var(--f-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); margin-bottom: 14px; }
.label--light { color: rgba(255,255,255,.55); }
.lead { margin-top: 16px; color: var(--dim); font-size: 17px; max-width: 32em; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 26px; border-radius: 10px; border: 0; font-family: var(--f-head); font-weight: 600; font-size: 16px; letter-spacing: -.005em; text-decoration: none; cursor: pointer; transition: background .2s, transform .15s, box-shadow .2s; }
.btn .ar { transition: transform .25s var(--ease); }
.btn:hover .ar { transform: translateX(4px); }
.btn--gold { background: var(--gold); color: var(--ink); box-shadow: inset 0 -3px 0 var(--gold-d); }
.btn--gold:hover { background: #FFCB4D; }
.btn--gold:active { transform: translateY(1px); box-shadow: inset 0 -1px 0 var(--gold-d); }

/* ============ HEADER ============ */
.hd { position: sticky; top: 0; z-index: 50; background: rgba(244,241,234,.96); border-bottom: 1px solid var(--rule); }
.hd-in { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.brand { display: flex; align-items: center; gap: 9px; font-family: var(--f-head); font-weight: 700; font-size: 17px; letter-spacing: -.02em; }
.brand-mark { height: 18px; width: auto; }
.hd-cta { font-family: var(--f-head); font-weight: 600; font-size: 14px; color: var(--ink); background: var(--gold); padding: 9px 16px; border-radius: 8px; text-decoration: none; box-shadow: inset 0 -2px 0 var(--gold-d); }

/* ============ HERO ============ */
.hero { background: var(--ink); color: #fff; padding: clamp(30px, 6vw, 84px) 0 clamp(36px, 6vw, 88px); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -120px; top: -160px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid var(--line-d); box-shadow: 0 0 0 60px rgba(255,255,255,.015), 0 0 0 120px rgba(255,255,255,.012); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 440px); grid-template-areas: "copy form" "assure form"; column-gap: clamp(32px, 6vw, 88px); align-items: center; }
.hero-copy { grid-area: copy; align-self: end; }
.hero-form { grid-area: form; }
.assure { grid-area: assure; align-self: start; margin-top: 30px; display: grid; gap: 10px; }
.kicker { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255,194,51,.18); animation: blink 2.4s ease-in-out infinite; }
@keyframes blink { 50% { box-shadow: 0 0 0 7px rgba(255,194,51,.06); } }
.hero-h { margin-top: 18px; font-family: var(--f-head); font-weight: 600; font-size: clamp(38px, 5.2vw, 64px); line-height: 1.02; letter-spacing: -.04em; max-width: 12em; }
.hero-h em { color: var(--gold); }
.hero-sub { margin-top: 20px; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.55; color: rgba(255,255,255,.72); max-width: 30em; }
.assure li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; color: rgba(255,255,255,.8); }
.assure svg { width: 18px; height: 18px; flex: none; margin-top: 1px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ============ FORM ============ */
.lf { background: var(--paper); color: var(--text); border-radius: 16px; padding: clamp(20px, 3vw, 30px); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.lf-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lf-title { font-family: var(--f-head); font-weight: 600; font-size: 21px; letter-spacing: -.02em; line-height: 1.2; }
.lf-progress { display: none; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 11px; color: var(--mute); white-space: nowrap; }
.lf-bar { display: inline-flex; gap: 3px; }
.lf-bar i { width: 14px; height: 4px; border-radius: 2px; background: var(--rule-2); }
.lf-bar i:first-child, .lf.on-2 .lf-bar i { background: var(--gold-d); }
.seg { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.seg label { position: relative; cursor: pointer; }
.seg input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.seg span { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 46px; padding: 8px; border: 1.5px solid var(--rule-2); border-radius: 10px; font-size: 13.5px; font-weight: 600; line-height: 1.2; color: var(--dim); transition: border-color .2s, background .2s, color .2s; }
.seg input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.seg input:focus-visible + span { outline: 2px solid var(--gold-d); outline-offset: 2px; }
.fld { display: grid; gap: 5px; margin-top: 12px; }
.fld > span { font-size: 13px; font-weight: 600; }
.fld em { font-style: normal; font-weight: 400; color: var(--mute); margin-left: 4px; }
.fld input { width: 100%; min-height: 50px; font: inherit; font-size: 16px; color: var(--text); background: var(--bone); border: 1.5px solid transparent; border-radius: 10px; padding: 12px 14px; transition: border-color .2s, background .2s; }
.fld input:focus { outline: none; background: #fff; border-color: var(--ink); }
.lf-submit { width: 100%; margin-top: 16px; }
.lf-note { margin-top: 12px; font-size: 13.5px; color: var(--dim); }
.lf-back { display: none; margin: 8px auto 0; background: none; border: 0; font: inherit; font-size: 13.5px; color: var(--dim); cursor: pointer; padding: 8px 12px; }
.lf-fine { margin-top: 12px; text-align: center; font-size: 12.5px; color: var(--mute); }
.lf-fine a { color: var(--mute); }
.lf-next { display: none; }
.js .lf-progress { display: inline-flex; }
.js .lf-next, .js .lf-back { display: flex; }
.js .lf-step[data-step="2"] { display: none; }
.js .lf.on-2 .lf-step[data-step="1"] { display: none; }
.js .lf.on-2 .lf-step[data-step="2"] { display: block; animation: stepIn .35s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "form" "assure"; }
  .hero-form { margin-top: 22px; max-width: 520px; }
  .assure { margin-top: 22px; }
}

/* ============ SOUND FAMILIAR (strike-through) ============ */
.familiar { background: var(--bone); }
.strike { margin-top: clamp(28px, 4vw, 44px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; counter-reset: s; }
.strike li { counter-increment: s; background: var(--paper); border: 1px solid var(--rule); border-radius: 12px; padding: 16px 16px 18px; display: block; }
.strike li::before { content: counter(s, decimal-leading-zero); display: block; margin-bottom: 8px; font-family: var(--f-mono); font-size: 11px; color: var(--mute); }
.strike span { font-family: var(--f-head); font-weight: 600; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.25; letter-spacing: -.02em;
  background: linear-gradient(var(--ink), var(--ink)) no-repeat 0 58% / 0% 2.5px; -webkit-box-decoration-break: clone; box-decoration-break: clone;
  transition: background-size .6s var(--ease), color .6s ease; }
.strike span { display: inline; }
.strike.is-in span { background-size: 100% 2.5px; color: var(--mute); }
.strike.is-in li:nth-child(2) span { transition-delay: 0.1s; }
.strike.is-in li:nth-child(3) span { transition-delay: 0.2s; }
.strike.is-in li:nth-child(4) span { transition-delay: 0.3s; }
.strike.is-in li:nth-child(5) span { transition-delay: 0.4s; }
.strike.is-in li:nth-child(6) span { transition-delay: 0.5s; }
.strike.is-in li:nth-child(7) span { transition-delay: 0.6s; }
.strike.is-in li:nth-child(8) span { transition-delay: 0.7s; }
@media (max-width: 820px) { .strike { grid-template-columns: 1fr 1fr; } }
@media (max-width: 360px) { .strike { grid-template-columns: 1fr; } }

/* ============ REVIEW SHEET ============ */
.covers { background: var(--bone-2); }
.covers-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: clamp(32px, 6vw, 88px); align-items: center; }
.sheet { background: var(--paper); border-radius: 16px; box-shadow: 0 1px 0 var(--rule), 0 24px 60px rgba(11,19,34,.10); padding: 22px 24px 20px; transform: rotate(-1deg); }
.sheet-top { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px dashed var(--rule-2); }
.sheet-logo { width: 22px; height: 16px; background: var(--ink); -webkit-mask: url(../../google-ads-ppc-review/images/platapode-logo-h51.png) center / contain no-repeat; mask: url(../../google-ads-ppc-review/images/platapode-logo-h51.png) center / contain no-repeat; }
.sheet-title { font-family: var(--f-head); font-weight: 600; font-size: 16px; flex: 1; }
.sheet-tag { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 3px 8px; border-radius: 4px; }
.checks { padding: 6px 0; }
.checks li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--rule); font-size: 15px; font-weight: 500; }
.checks li:last-child { border-bottom: 0; }
.box { position: relative; width: 20px; height: 20px; flex: none; border: 1.5px solid var(--rule-2); border-radius: 5px; transition: background .25s, border-color .25s; }
.box::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid var(--ink); border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform .3s var(--ease); }
.sheet.is-in .box { background: var(--gold); border-color: var(--gold-d); }
.sheet.is-in .box::after { transform: rotate(45deg) scale(1); }
.sheet.is-in li:nth-child(2) .box, .sheet.is-in li:nth-child(2) .box::after { transition-delay: .12s; }
.sheet.is-in li:nth-child(3) .box, .sheet.is-in li:nth-child(3) .box::after { transition-delay: .24s; }
.sheet.is-in li:nth-child(4) .box, .sheet.is-in li:nth-child(4) .box::after { transition-delay: .36s; }
.sheet.is-in li:nth-child(5) .box, .sheet.is-in li:nth-child(5) .box::after { transition-delay: .48s; }
.sheet.is-in li:nth-child(6) .box, .sheet.is-in li:nth-child(6) .box::after { transition-delay: .60s; }
.sheet.is-in li:nth-child(7) .box, .sheet.is-in li:nth-child(7) .box::after { transition-delay: .72s; }
.sheet.is-in li:nth-child(8) .box, .sheet.is-in li:nth-child(8) .box::after { transition-delay: .84s; }
.sheet-foot { padding-top: 12px; border-top: 1px dashed var(--rule-2); font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .04em; color: var(--mute); line-height: 1.6; }
@media (max-width: 860px) { .covers-grid { grid-template-columns: 1fr; } .sheet { transform: none; } }

/* ============ HOW IT WORKS ============ */
.how { background: var(--ink); color: #fff; }
.how .h2 em { color: var(--gold); }
.how-steps { margin-top: clamp(28px, 4vw, 44px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.how-steps li { display: flex; gap: 16px; background: var(--ink-2); border: 1px solid var(--line-d); border-radius: 14px; padding: 22px; }
.how-n { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-family: var(--f-head); font-weight: 700; font-size: 15px; }
.how-steps h3 { font-family: var(--f-head); font-weight: 600; font-size: 19px; letter-spacing: -.02em; line-height: 1.2; margin-top: 5px; }
.how-steps p { margin-top: 6px; font-size: 14.5px; color: rgba(255,255,255,.66); }
.how-cta { margin-top: 28px; }
.how-note { margin-top: 20px; font-size: 14.5px; color: rgba(255,255,255,.6); max-width: 40em; }
.how-note strong { color: #fff; }
@media (max-width: 820px) { .how-steps { grid-template-columns: 1fr; } .how-cta { width: 100%; } }

/* ============ TERMS ============ */
.after { background: var(--bone); }
.terms { margin-top: clamp(26px, 4vw, 40px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.terms > div { background: var(--paper); border: 1px solid var(--rule); border-radius: 12px; padding: 18px; }
.terms dt { font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.terms dd { margin-top: 8px; font-size: 14px; line-height: 1.5; color: var(--dim); }
.terms b { display: block; margin-bottom: 6px; font-family: var(--f-head); font-weight: 600; font-size: 21px; letter-spacing: -.02em; line-height: 1.15; color: var(--text); }
.after-note { margin-top: 16px; font-size: 13.5px; color: var(--mute); max-width: 44em; }
@media (max-width: 900px) { .terms { grid-template-columns: 1fr 1fr; } }
@media (max-width: 380px) { .terms { grid-template-columns: 1fr; } }

/* ============ FAQ ============ */
.faq { background: var(--bone-2); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.5fr); gap: clamp(24px, 6vw, 80px); }
.qa { display: grid; gap: 8px; }
.qa details { background: var(--paper); border: 1px solid var(--rule); border-radius: 12px; }
.qa summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px 20px; min-height: 58px; font-family: var(--f-head); font-weight: 600; font-size: 17px; letter-spacing: -.01em; line-height: 1.3; }
.qa summary::-webkit-details-marker { display: none; }
.qa-x { position: relative; width: 14px; height: 14px; flex: none; transition: transform .3s var(--ease); }
.qa-x::before, .qa-x::after { content: ""; position: absolute; left: 0; top: 50%; width: 14px; height: 2px; margin-top: -1px; border-radius: 1px; background: var(--ink); }
.qa-x::after { transform: rotate(90deg); }
details[open] .qa-x { transform: rotate(45deg); }
.qa-a { padding: 0 20px 18px; color: var(--dim); font-size: 15px; }
@media (max-width: 820px) { .faq-grid { grid-template-columns: 1fr; } }

/* ============ CLOSING ============ */
.final { background: var(--ink); color: #fff; padding: clamp(56px, 8vw, 104px) 0; position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; left: -140px; bottom: -200px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid var(--line-d); box-shadow: 0 0 0 60px rgba(255,255,255,.015); }
.final-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 440px); gap: clamp(28px, 6vw, 88px); align-items: center; }
.final-h { margin-top: 16px; font-family: var(--f-head); font-weight: 600; font-size: clamp(34px, 5vw, 60px); line-height: 1.02; letter-spacing: -.04em; max-width: 11em; }
.final-sub { margin-top: 14px; font-family: var(--f-serif); font-style: italic; font-size: clamp(22px, 2.4vw, 28px); color: var(--gold); }
@media (max-width: 900px) { .final-grid { grid-template-columns: 1fr; } .final-form { max-width: 520px; } }

/* ============ FOOTER ============ */
.ft { background: #070D18; color: rgba(255,255,255,.55); font-size: 13px; padding: 28px 0 calc(28px + env(safe-area-inset-bottom, 0px)); }
.ft-in { display: grid; gap: 10px; }
.ft-word { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-head); font-weight: 700; font-size: 16px; color: #fff; letter-spacing: -.02em; }
.ft-mark { width: 22px; height: 16px; background: var(--bone); -webkit-mask: url(../../google-ads-ppc-review/images/platapode-logo-h51.png) center / contain no-repeat; mask: url(../../google-ads-ppc-review/images/platapode-logo-h51.png) center / contain no-repeat; }
.ft p { max-width: 40em; }
.ft-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.ft-links a { color: rgba(255,255,255,.78); text-decoration: none; }
.ft-links a:hover { color: var(--gold); }

/* ============ MOBILE ============ */
.mbar { display: none; }
@media (max-width: 760px) {
  .sec { padding: 52px 0; }
  .hero { padding: 22px 0 30px; }
  .hero::after { width: 300px; height: 300px; right: -120px; top: -120px; }
  .kicker { font-size: 11px; }
  .hero-h { margin-top: 12px; font-size: clamp(34px, 9.6vw, 42px); }
  .hero-sub { margin-top: 12px; font-size: 15px; line-height: 1.5; }
  .hero-form { margin-top: 18px; }
  .lf { padding: 18px 16px 14px; border-radius: 14px; }
  .lf-title { font-size: 19px; }
  .seg { margin-top: 12px; }
  .fld { margin-top: 10px; }
  .fld input { min-height: 48px; padding: 11px 13px; }
  .lf-submit { margin-top: 14px; }
  .assure li { font-size: 14px; }
  .strike li { padding: 13px 13px 15px; }
  .strike span { font-size: 17px; }
  .terms b { font-size: 19px; }
  .final-h { font-size: 34px; }
  .final-form { margin-top: 24px; }
  .mbar { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(244,241,234,.97); border-top: 1px solid var(--rule); transform: translateY(110%); transition: transform .3s var(--ease); }
  .mbar.visible { transform: none; }
  .mbar .btn { width: 100%; }
  .ft { padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
}
@media (prefers-reduced-motion: reduce) {
  .dot { animation: none; }
  .strike span, .box, .box::after { transition: none !important; }
  .js .lf.on-2 .lf-step[data-step="2"] { animation: none; }
}


/* ================= PLATAPODE BRAND LAYER ================= */
:focus-visible { outline-color: var(--red-2); }
.h2, .hero-h, .final-h, .lf-title, .how-steps h3, .qa summary, .terms b, .sheet-title, .brand, .ft-word { font-weight: 400; letter-spacing: -.012em; }
.hero-h { letter-spacing: -.022em; line-height: 1.04; }
.h2 em, .hero-h em, .final-h em { font-family: var(--f-serif); font-style: italic; font-weight: 400; }
.h2 em { color: var(--gold); }
.brand, .ft-word { font-size: 15px; font-weight: 500; letter-spacing: .02em; }
.btn { border-radius: 2px; font-family: var(--f-body); font-weight: 600; font-size: 15.5px; }
.btn--gold { background: var(--gold); color: #fff; box-shadow: none; }
.btn--gold:hover { background: var(--red-2); box-shadow: 0 10px 28px rgba(201,52,18,.3); }
.btn--gold:active { box-shadow: none; }
.hd-cta { color: #fff; border-radius: 2px; box-shadow: none; font-family: var(--f-body); }
.hd-cta:hover { background: var(--red-2); }
.kicker { color: var(--coral); }
.dot { background: var(--red-2); border-radius: 1px; box-shadow: 0 0 10px var(--red-2); animation: none; width: 7px; height: 7px; }
.hero-h em, .how .h2 em, .final-sub { color: var(--coral); }
.assure svg { stroke: var(--coral); }
.label { color: var(--gold); }
.label::before { content: ""; display: inline-block; width: 18px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 10px; }
.label--light { color: var(--coral); }
.lf { border-radius: 2px; border-top: 3px solid var(--red-2); }
.lf-title { font-size: 22px; }
.lf-bar i { border-radius: 0; }
.lf-bar i:first-child, .lf.on-2 .lf-bar i { background: var(--red-2); }
.seg span { border-radius: 2px; }
.fld > span { font-family: var(--f-body); }
.fld input { border-radius: 0; border: 1px solid transparent; border-bottom: 1.5px solid var(--rule-2); }
.fld input:focus { border-color: var(--rule); border-bottom-color: var(--gold); }
.strike li, .terms > div, .qa details { border-radius: 2px; }
.strike span { font-family: var(--f-head); font-weight: 400; background-image: linear-gradient(var(--red-2), var(--red-2)); }
.strike.is-in span { color: var(--text); }
.sheet { border-radius: 2px; border-top: 3px solid var(--ink); }
.sheet-tag { background: var(--ink); color: var(--coral); border-radius: 1px; }
.sheet.is-in .box { background: var(--red-2); border-color: var(--red-2); }
.box { border-radius: 2px; }
.box::after { border-color: #fff; }
.how-steps li { border-radius: 2px; }
.how-n { border-radius: 0; background: var(--red-2); color: #fff; font-family: var(--f-mono); font-weight: 600; font-size: 13px; }
.how-steps h3 { font-size: 21px; }
.qa summary { font-size: 18px; }
.terms b { font-size: 22px; }
.ft { background: #0A1426; }
.ft-links a:hover { color: var(--coral); }
.hero::after, .final::before { border-color: rgba(255,255,255,.06); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 56px 56px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%); mask-image: linear-gradient(90deg, #000, transparent 70%); }

/* ---------- Platapode, the cartoon ----------
   Line art: on navy it's drawn in bone/coral through a mask; on light
   sections the original ink lines are used as they are. */
.plat { display: block; pointer-events: none; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center bottom; mask-position: center bottom; }
.plat-img { height: auto; pointer-events: none; user-select: none; }

/* Hero: peeking over the top of the form with his magnifier */
.hero-form { position: relative; padding-top: 58px; }
.plat--peek { position: absolute; top: 0; right: 18px; width: 104px; height: 77px; background: var(--bone); -webkit-mask-image: var(--plat); mask-image: var(--plat); z-index: 0; }
.hero-form .lf { position: relative; z-index: 1; }
@media (min-width: 901px) { .hero-form { padding-top: 92px; } .plat--peek { width: 170px; height: 126px; right: 26px; } }

/* Sound familiar: the shrug */
.familiar-head { position: relative; padding-right: 110px; }
.plat--shrug { position: absolute; right: 0; top: -8px; width: 96px; opacity: .85; }
@media (min-width: 821px) { .familiar-head { padding-right: 200px; } .plat--shrug { width: 150px; top: -24px; } }

/* Checklist: reviewing it with the magnifier */
.sheet-wrap { position: relative; }
.plat--mag { position: absolute; z-index: 2; width: 110px; right: -10px; bottom: -34px; }
@media (min-width: 861px) { .plat--mag { width: 150px; left: -96px; right: auto; bottom: -40px; } }
@media (max-width: 860px) { .sheet-wrap { margin-bottom: 26px; } .sheet { padding-bottom: 64px; } }

/* Terms: at the desk */
.after-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.plat--desk { width: 96px; flex: none; margin-bottom: -6px; opacity: .85; }
@media (min-width: 821px) { .plat--desk { width: 150px; } }

/* How it works (navy): relaxing, because it's easy */
.how { position: relative; overflow: hidden; }
.plat--relax { position: absolute; right: clamp(8px, 4vw, 56px); bottom: 0; width: clamp(130px, 18vw, 230px); aspect-ratio: 760 / 489; background: var(--coral); opacity: .22; -webkit-mask-image: url(../../google-ads-ppc-review/images/platypus-relaxed.webp); mask-image: url(../../google-ads-ppc-review/images/platypus-relaxed.webp); }
.how .wrap { position: relative; z-index: 1; }

/* Closing (navy): thumbs up */
.final-copy { position: relative; }
.plat--thumbs { width: 90px; aspect-ratio: 671 / 760; margin-top: 22px; background: var(--bone); opacity: .9; -webkit-mask-image: url(../../google-ads-ppc-review/images/platypus-thumbs-up.webp); mask-image: url(../../google-ads-ppc-review/images/platypus-thumbs-up.webp); }
@media (min-width: 901px) { .plat--thumbs { width: 130px; margin-top: 30px; } }
@media (max-width: 900px) { .final-copy { padding-right: 96px; } .plat--thumbs { position: absolute; right: 0; bottom: 0; width: 80px; margin: 0; } }

@media (max-width: 760px) {
  .hero-h { font-size: clamp(34px, 9.6vw, 42px); }
  .lf-title { font-size: 20px; }
  .strike span { font-size: 18px; }
}


/* ================= MASTER CHALLENGER 5: TAP-FIRST FORM ================= */
.spend { margin-top: 14px; display: grid; gap: 8px; }
.spend-q { padding: 0; margin-bottom: 4px; font-family: var(--f-body); font-weight: 600; font-size: 15px; line-height: 1.35; color: var(--text); }
.spend label { position: relative; display: block; cursor: pointer; }
.spend input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.spend span { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 12px 16px; background: var(--bone); border: 1.5px solid transparent; border-radius: 2px; font-weight: 600; font-size: 15.5px; color: var(--text); transition: background .15s, border-color .15s, color .15s; }
.spend span::after { content: "→"; color: var(--mute); transition: transform .2s var(--ease), color .2s; }
.spend label:hover span { border-color: var(--rule-2); }
.spend label:hover span::after { transform: translateX(3px); color: var(--gold); }
.spend input:checked + span { background: var(--ink); color: #fff; }
.spend input:checked + span::after { color: var(--coral); }
.spend input:focus-visible + span { outline: 2px solid var(--red-2); outline-offset: 2px; }
.spend-hint { display: none; margin-top: 10px; text-align: center; font-size: 12.5px; color: var(--mute); }
.js .spend-hint { display: block; }
.lf-chosen { display: none; margin-top: 12px; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; background: var(--bone); border-left: 3px solid var(--red-2); font-size: 14px; font-weight: 600; }
.js .lf-chosen { display: flex; }
.lf-chosen .lf-back { display: inline-flex; margin: 0; padding: 4px 6px; font-size: 13px; color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.lf-note { font-size: 13.5px; line-height: 1.5; margin-top: 10px; }
.lf-addphone { display: none; margin-top: 10px; padding: 6px 0; background: none; border: 0; font: inherit; font-size: 14px; font-weight: 600; color: var(--gold); cursor: pointer; }
.lf-addphone em { font-style: normal; font-weight: 400; color: var(--mute); }
.js .lf-addphone { display: inline-block; }
.js .fld--phone { display: none; }
.js .lf.show-phone .fld--phone { display: grid; }
.js .lf.show-phone .lf-addphone { display: none; }
/* No JS: everything shows, one step */
.lf-step[data-step="2"] .lf-back { display: inline-flex; }

.final-action { display: grid; gap: 12px; justify-items: start; }
.final-cta { min-width: 280px; min-height: 58px; font-size: 16.5px; }
.final-fine { font-size: 13px; color: rgba(255,255,255,.55); }
@media (max-width: 900px) { .final-action { margin-top: 26px; justify-items: stretch; } .final-cta { width: 100%; } .final-fine { text-align: center; } }
@media (max-width: 760px) {
  .spend { gap: 7px; }
  .spend span { min-height: 48px; padding: 11px 14px; font-size: 15px; }
}

/* Technical: stop a half-pixel sideways scroll on 320px phones */
html { overflow-x: clip; }
