/* Supple Warriors funnel styles. Mobile first. Matches the brand look from the GHL page. */
:root {
  --black: #0a0a0a;
  --ink: #0a0a0a;
  --muted: #55574f;
  --muted-dark: #b9b8b2;
  --red: #f23545;
  --red-dark: #c21f2e;
  --red-soft: #fdeced;
  --green: #1f7a4c;
  --green-deep: #071c15;
  --mint: #e9f1ec;
  --cream: #f5f4f0;
  --line: #e2e0d8;
  --gold: #f5b400;
  --radius: 12px;
  --max: 780px;
  --font-display: 'Anton', 'Arial Narrow', Impact, sans-serif;
  --font: 'Work Sans', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  --dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 24' fill='%23E2E0D8'%3E%3Ccircle cx='3' cy='3' r='2.3'/%3E%3Ccircle cx='9' cy='9' r='2.3'/%3E%3Ccircle cx='15' cy='15' r='2.3'/%3E%3Ccircle cx='20' cy='20' r='2.3'/%3E%3Ccircle cx='25' cy='15' r='2.3'/%3E%3Ccircle cx='31' cy='9' r='2.3'/%3E%3Ccircle cx='37' cy='3' r='2.3'/%3E%3C/svg%3E");
  --dots-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 24' fill='rgba(255,255,255,0.45)'%3E%3Ccircle cx='3' cy='3' r='2.3'/%3E%3Ccircle cx='9' cy='9' r='2.3'/%3E%3Ccircle cx='15' cy='15' r='2.3'/%3E%3Ccircle cx='20' cy='20' r='2.3'/%3E%3Ccircle cx='25' cy='15' r='2.3'/%3E%3Ccircle cx='31' cy='9' r='2.3'/%3E%3Ccircle cx='37' cy='3' r='2.3'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 84px; /* room for the sticky button on phones */
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, .display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.08;
  letter-spacing: 0.3px;
}
h1 { font-size: clamp(2rem, 8.4vw, 3.3rem); }
h2 { font-size: clamp(1.7rem, 6.6vw, 2.5rem); text-align: center; margin-bottom: 1.1rem; }
h3 { font-size: 1.12rem; font-weight: 800; line-height: 1.3; margin-bottom: 0.35rem; }
p + p { margin-top: 0.9rem; }
strong { font-weight: 700; }
.red { color: var(--red); }
.green { color: var(--green); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 18px; }
.section { padding: 60px 0; }
.section.cream { background: var(--cream); }
.section.black { background: var(--black); color: #fff; }
.section.black p { color: #d6d5cf; }
.divider { width: 120px; height: 18px; margin: 0 auto 18px; background: var(--dots) center / 40px 24px repeat-x; }
.divider.light { background-image: var(--dots-light); }
.kicker {
  display: block;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.7rem;
}
.lead { text-align: center; color: var(--muted); max-width: 640px; margin: 0 auto 1.6rem; font-size: 1.05rem; }
.copy .punch { font-weight: 800; font-size: 1.12rem; }
.photo { border-radius: var(--radius); overflow: hidden; margin: 1.5rem 0; box-shadow: 0 14px 34px -18px rgba(0,0,0,0.45); }
.photo img { width: 100%; height: auto; }

/* TOP BAR */
.topbar { background: var(--mint); text-align: center; padding: 10px 14px; font-weight: 800; font-size: 0.95rem; line-height: 1.35; }
.topbar .help { display: block; font-weight: 600; font-size: 0.82rem; margin-top: 3px; color: var(--muted); }
.topbar .help a { color: var(--green); font-weight: 800; text-decoration: none; }

/* HERO */
.hero { background: var(--black); color: #fff; padding: 22px 0 48px; text-align: center; }
.logo { display: inline-block; font-family: var(--font-display); font-size: 1.35rem; letter-spacing: 1.5px; color: #fff; margin-bottom: 22px; text-decoration: none; }
.logo span { color: var(--red); }
.logo img { height: auto; width: 230px; max-width: 70vw; }
.footer-logo { width: 180px; margin: 0 auto 14px; }
.hero h1 { color: #fff; }
.hero h1 .hl { color: var(--red); }
.hero .sub { color: var(--muted-dark); margin: 18px auto 24px; max-width: 620px; font-size: 1.08rem; }

/* VIDEO + PLACEHOLDERS */
.video {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden;
  background: rgba(255,255,255,0.04); border: 2px dashed rgba(255,255,255,0.28);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  color: #cfcdc6; font-weight: 700; font-size: 0.92rem;
}
.video small { font-weight: 500; opacity: 0.75; }
.play {
  width: 70px; height: 70px; border-radius: 50%; background: var(--red);
  display: grid; place-items: center; box-shadow: 0 10px 30px rgba(242,53,69,0.45);
}
.ph {
  border: 2px dashed #c9c6bb; border-radius: var(--radius);
  background: #fbfaf7; color: #6d6a5f;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  text-align: center; font-weight: 700; font-size: 0.9rem; padding: 18px;
}
.ph small { font-weight: 500; opacity: 0.8; }
.ph-mockup { aspect-ratio: 16 / 10; margin: 1.6rem 0; }

/* TRUST STRIP */
.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px auto 0; max-width: 560px; }
.trust div {
  border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 10px 8px;
  font-weight: 800; font-size: 0.78rem; letter-spacing: 0.6px; text-transform: uppercase; color: #fff;
}
.trust span { display: block; font-size: 1.25rem; margin-bottom: 2px; }
.trusted { margin-top: 18px; color: var(--muted-dark); font-weight: 600; }
.trusted b { color: #fff; }
.stars { color: var(--gold); letter-spacing: 2px; }

/* BUTTONS */
.cta { text-align: center; margin-top: 30px; }
.btn {
  display: block; width: 100%; max-width: 540px; margin: 0 auto;
  background: var(--red); color: #fff; text-decoration: none;
  font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; line-height: 1.15;
  text-transform: uppercase; letter-spacing: 0.4px;
  padding: 18px 18px 16px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.9);
  cursor: pointer;
  box-shadow: 0 14px 34px -10px rgba(242,53,69,0.65);
  transition: transform 0.08s ease, filter 0.15s ease;
}
.btn:hover { filter: brightness(1.05); }
.btn:active { transform: translateY(2px); }
.btn small { display: block; font-size: 0.95rem; opacity: 0.85; margin-top: 4px; letter-spacing: 0.6px; }
.btn-pulse { animation: pulse 2.2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.025); } }
.fine { font-size: 0.85rem; color: var(--muted); margin-top: 12px; font-weight: 600; letter-spacing: 0.3px; }
.guarantee-line { display: inline-flex; align-items: center; gap: 6px; font-size: 0.88rem; font-weight: 700; color: var(--green); margin-top: 6px; }
.hero .fine, .black .fine { color: #a9a8a2; }
.hero .guarantee-line, .black .guarantee-line, .green-band .guarantee-line { color: #7fdca6; }

/* OFFER CARD */
.offer {
  background: #fff; color: var(--ink); border-radius: 16px; overflow: hidden;
  max-width: 560px; margin: 30px auto 0; text-align: center;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.55); border: 1px solid var(--line);
}
.offer .ribbon { background: var(--red); color: #fff; font-weight: 800; font-size: 0.85rem; letter-spacing: 0.8px; text-transform: uppercase; padding: 8px 10px; }
.offer .body { padding: 20px 18px 22px; }
.offer .name { font-family: var(--font-display); font-size: 1.6rem; text-transform: uppercase; line-height: 1.1; }
.offer .was { color: var(--muted); margin-top: 6px; }
.offer .was s { color: var(--red); font-weight: 700; }
.offer .now { font-family: var(--font-display); font-size: 1.6rem; text-transform: uppercase; margin: 2px 0 16px; line-height: 1.15; }
.offer .now b { color: var(--green); font-weight: 400; font-size: 2.6rem; }
.offer .fine { color: var(--muted); }
.offer .guarantee-line { color: var(--green); }
.offer .btn { border-color: transparent; }

/* LISTS */
.x-list, .check-list { list-style: none; margin: 1.2rem 0; display: grid; gap: 12px; }
.x-list li, .check-list li {
  position: relative; padding: 14px 14px 14px 50px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
}
.x-list li::before, .check-list li::before {
  position: absolute; left: 14px; top: 14px; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 900; font-size: 0.8rem; color: #fff;
}
.x-list li::before { content: "✕"; background: var(--red); }
.check-list li::before { content: "✓"; background: var(--green); }

/* GREEN PHOTO BAND (gradient over a class photo) */
.green-band {
  color: #fff; text-align: center; padding: 64px 0;
  background: linear-gradient(rgba(7,28,21,0.9), rgba(7,28,21,0.94)), url("/assets/img/class-warmup.jpg") center / cover no-repeat;
}
.green-band p { color: #d3e0d8; }
.green-band h2 { color: #fff; }
.green-band .pill {
  display: inline-block; margin-top: 18px; padding: 8px 16px; border-radius: 999px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25);
  font-weight: 800; letter-spacing: 1px; font-size: 0.8rem; text-transform: uppercase; color: #fff;
}

/* 3 STEPS */
.step { background: #fff; border-radius: 16px; overflow: hidden; margin-top: 22px; border: 1px solid var(--line); box-shadow: 0 12px 30px -20px rgba(0,0,0,0.35); }
.step img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.step .inner { padding: 20px 18px 22px; }
.step-num { display: inline-block; background: var(--red); color: #fff; font-weight: 800; font-size: 0.78rem; letter-spacing: 1px; border-radius: 999px; padding: 4px 12px; margin-bottom: 10px; }
.step h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 1.55rem; line-height: 1.1; margin-bottom: 10px; }

/* WHO IT'S FOR */
.persona { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-top: 16px; }
.persona img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.persona .inner { padding: 18px; }
.persona h3 { text-transform: uppercase; letter-spacing: 0.4px; }

/* INCLUDED / VALUE STACK */
.stack { display: grid; gap: 14px; margin-top: 1.4rem; }
.item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.item img, .item .ph { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 0; border-width: 0 0 2px; }
.item .inner { padding: 16px 18px 18px; }
.tag { display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 3px 9px; border-radius: 6px; margin-bottom: 6px; background: var(--mint); color: var(--green); }
.tag.bonus { background: var(--red-soft); color: var(--red-dark); }
.item p { color: var(--muted); font-size: 0.98rem; }

/* TESTIMONIALS */
.stories { display: grid; gap: 16px; margin-top: 1.4rem; }
.story { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.yt { position: relative; aspect-ratio: 16 / 9; background: #000; cursor: pointer; }
.yt img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.yt .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; }
.yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.story .inner { padding: 14px 16px 16px; }
.story .quote { font-weight: 700; font-size: 1.02rem; line-height: 1.4; }
.story .who { color: var(--muted); font-weight: 600; margin-top: 6px; font-size: 0.92rem; }
.shots { display: grid; gap: 14px; margin-top: 16px; }
.shots img { border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 10px 24px -18px rgba(0,0,0,0.4); }

/* GUARANTEE */
.guarantee { text-align: center; }
.guarantee .badge { width: 180px; margin: 0 auto 14px; border-radius: 50%; }
.guarantee .sub { font-weight: 700; color: var(--muted); margin-bottom: 1rem; }

/* ABOUT */
.about-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 1.4rem 0; }
.about-photos img { border-radius: 12px; width: 100%; aspect-ratio: 529 / 600; object-fit: cover; }
.about-photos .main { grid-column: 1 / -1; aspect-ratio: 4 / 5; object-position: top; }
.creds { list-style: none; display: grid; gap: 10px; margin: 1.2rem 0; }
.creds li { padding-left: 30px; position: relative; font-weight: 600; }
.creds li::before { content: "★"; position: absolute; left: 0; color: var(--red); }
.mission { background: var(--mint); border-left: 5px solid var(--green); border-radius: 10px; padding: 18px; margin-top: 1.2rem; }

/* FIT CHECK */
.fit { display: grid; gap: 16px; margin-top: 1.2rem; }
.fit-col { border-radius: 14px; padding: 20px; }
.fit-col.yes { background: var(--mint); }
.fit-col.no { background: var(--red-soft); }
.fit-col h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; text-transform: uppercase; margin-bottom: 12px; }
.fit-col ul { list-style: none; display: grid; gap: 10px; }

/* BEST / WORST */
.cases { display: grid; gap: 12px; margin: 1.4rem 0; }
.case { border-radius: 12px; padding: 16px 18px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.05); }
.case b { color: #fff; }
.case.best b { color: #7fdca6; }
.case.worst b { color: #ff8b95; }

/* FAQ */
.faq { margin-top: 1.2rem; display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.faq summary { cursor: pointer; list-style: none; font-weight: 700; padding: 16px 46px 16px 16px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 16px; top: 11px; font-size: 1.5rem; color: var(--red); font-weight: 500; }
.faq details[open] summary::after { content: "−"; }
.faq .ans { padding: 0 16px 16px; color: var(--muted); }

/* STICKY MOBILE CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(10,10,10,0.96);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  transform: translateY(110%); transition: transform 0.25s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { font-size: 1.2rem; padding: 13px 14px 11px; box-shadow: none; }

/* FOOTER */
.footer { background: var(--black); color: #9d9c96; text-align: center; font-size: 0.85rem; padding: 30px 18px 40px; }
.footer a { color: #fff; }
.footer .links { margin-top: 8px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.footer .disclaimer { max-width: 640px; margin: 14px auto 0; font-size: 0.75rem; opacity: 0.8; }


/* ===== MovesMethod-order layout pieces ===== */
.hero { position: relative; background: linear-gradient(rgba(10,10,10,0.88), rgba(10,10,10,0.96)), url("/assets/img/class-warmup.jpg") center top / cover no-repeat; }
.watch-pill { display: inline-block; background: var(--mint); color: var(--ink); font-weight: 700; font-size: 0.86rem; line-height: 1.35; padding: 8px 14px; border-radius: 12px 12px 0 0; max-width: 100%; }
.video.attached { border-radius: 0 0 var(--radius) var(--radius); }

.proof { background: var(--black); color: #fff; padding: 10px 0 56px; }
.proof-head { text-align: center; }
.proof-head .display { font-size: 1.9rem; }
.proof-head .stars-big { color: var(--gold); font-size: 2rem; letter-spacing: 4px; line-height: 1; margin: 6px 0; }
.proof-head p { color: var(--muted-dark); font-weight: 600; }
.proof-grid { display: grid; gap: 18px; margin-top: 22px; }
.review-shots { display: grid; gap: 14px; }
.review-shots img { border-radius: 12px; border: 3px solid var(--green); background: #fff; }
.offer.dotted { border: 3px dotted var(--green); box-shadow: none; margin-top: 0; align-self: start; }
.offer .ph-mockup { margin: 0 0 16px; }
.chevrons { text-align: center; color: #c9c6bb; font-size: 1.6rem; letter-spacing: 18px; line-height: 1; margin-bottom: 26px; }
.chevrons.light { color: rgba(255,255,255,0.45); }
.underline-red { color: var(--red); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; }

/* photo slider */
.carousel { position: relative; margin: 26px 0 8px; }
.slides { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }
.slides::-webkit-scrollbar { display: none; }
.slides img { flex: 0 0 100%; min-width: 0; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; scroll-snap-align: center; border-radius: var(--radius); }
.car-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(0,0,0,0.55); color: #fff; font-size: 1.3rem; cursor: pointer; }
.car-btn.prev { left: 8px; } .car-btn.next { right: 8px; }
.dots { display: flex; justify-content: center; gap: 8px; margin-top: 12px; }
.dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.35); }
.dots span.on { background: #fff; }

/* dark method section */
.method { background: var(--black); color: #fff; padding: 60px 0; }
.method p { color: #d6d5cf; }
.method .step { border: 0; }
.method .step p { color: var(--muted); }
.method .step h3 { color: var(--ink); }

/* who it's for: round photos */
.personas { display: grid; gap: 26px; margin-top: 1.4rem; text-align: center; }
.persona-c img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; margin: 0 auto 10px; border: 3px solid var(--red); }
.persona-c h3 { text-transform: uppercase; font-size: 1.15rem; }
.persona-c p { color: var(--muted); }

/* value items like theirs: small image, value tag, title */
.values { display: grid; gap: 30px; margin-top: 2rem; }
.value { text-align: center; }
.value img, .value .ph { width: 180px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; margin: 0 auto 12px; padding: 6px; }
.value img { padding: 0; }
.value .v-tag { color: var(--red); font-weight: 800; letter-spacing: 1px; font-size: 0.85rem; }
.value h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 1.35rem; line-height: 1.12; margin: 4px 0 8px; }
.value p { color: var(--muted); }
.price-line { text-align: center; margin-top: 2.2rem; }
.price-line .small { font-family: var(--font-display); text-transform: uppercase; font-size: 1.3rem; }
.price-line .big { font-family: var(--font-display); font-size: 2.3rem; line-height: 1.1; }
.price-line .big s { color: var(--muted); font-size: 1.6rem; }
.price-line .big .red { color: var(--red); }

/* video testimonials, big */
.vstories { display: grid; gap: 26px; margin-top: 1.6rem; }
.vstory .yt { border-radius: 12px; overflow: hidden; }
.vstory .quote { margin-top: 12px; font-weight: 600; font-style: italic; }
.vstory .who { font-weight: 800; margin-top: 6px; }

/* trust badges */
.badges { background: #fff; padding: 22px 0; }
.badge-row { display: grid; gap: 8px; justify-items: center; }
.badge-row img { width: 100%; max-width: 270px; }

@media (min-width: 760px) {
  .badge-row { grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: center; }
  .badge-row img { max-width: 100%; }
  body { padding-bottom: 0; }
  .sticky-cta { display: none; }
  .section { padding: 80px 0; }
  .wide { max-width: 1160px; }
  .proof-grid { grid-template-columns: 1.2fr 1fr; align-items: start; }
  .review-shots { grid-template-columns: 1fr 1fr; }
  .review-shots img:first-child { grid-column: 1 / -1; }
  .offer.dotted { position: sticky; top: 20px; }
  .slides img { flex-basis: calc((100% - 36px) / 4); }
  .step { display: grid; grid-template-columns: 1fr 1.3fr; }
  .step img { height: 100%; aspect-ratio: auto; }
  .personas { grid-template-columns: repeat(3, 1fr); }
  .value { display: grid; grid-template-columns: 220px 1fr; gap: 24px; text-align: left; align-items: center; }
  .value img, .value .ph { width: 100%; margin: 0; }
  .vstories { grid-template-columns: repeat(3, 1fr); }
  .fit, .cases { grid-template-columns: 1fr 1fr; }
  .about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; align-items: start; }
  .about-grid .about-photos { margin-top: 0; }
}

/* ===== Round 3 tweaks ===== */
/* 1. easier-to-read headline font (same tall, bold look as Anton, more open letters) */
h1, h2, .display, .step h3, .value h3, .fit-col h3, .offer .name, .offer .now, .price-line .small, .price-line .big {
  font-family: 'Oswald', 'Anton', 'Arial Narrow', sans-serif; font-weight: 700; letter-spacing: 0.4px;
}
h1 { line-height: 1.14; }
h2 { line-height: 1.15; }

/* 2. bigger guarantee line, white on dark like theirs */
.guarantee-line { font-size: 1.02rem; font-weight: 500; color: var(--ink); margin-top: 12px; }
.hero .guarantee-line, .black .guarantee-line, .method .guarantee-line { color: #fff; }
.offer .guarantee-line { color: var(--ink); }

/* 3. round, longer, easier-to-read buttons */
.btn {
  font-family: 'Barlow', var(--font); font-weight: 800; font-size: 1.3rem; letter-spacing: 0.3px;
  border-radius: 999px; border: 0; max-width: 620px; padding: 18px 26px;
  box-shadow: 0 0 0 6px rgba(242,53,69,0.22), 0 12px 28px -10px rgba(242,53,69,0.6);
}
.btn small { font-family: 'Barlow', var(--font); font-weight: 500; font-size: 0.82rem; letter-spacing: 0.6px; opacity: 0.9; margin-top: 2px; }
.btn-halo { box-shadow: 0 0 0 8px rgba(242,53,69,0.18), 0 0 0 16px rgba(242,53,69,0.08); }
.sticky-cta .btn { border-radius: 999px; }

/* 4. reviews full width, then the offer box */
.proof .review-shots { margin-top: 18px; }
.offer-band { background: #fff; padding: 40px 0 10px; }
.offer.offer-split { max-width: 1000px; margin: 0 auto; }
.offer-split { padding: 18px; }
.offer-split .ph-mockup { margin: 0 0 16px; }
.offer-split .name { font-size: 1.5rem; }
.offer-split .was { font-size: 1.25rem; color: var(--red); }
.offer-split .fine { text-decoration: underline; }
@media (min-width: 760px) {
  .proof .review-shots { grid-template-columns: repeat(3, 1fr); align-items: start; }
  .proof .review-shots img:first-child { grid-column: auto; }
  .offer.offer-split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; position: static; padding: 30px; }
  .offer-split .ph-mockup { margin: 0; }
  .offer-split .name { font-size: 2rem; }
}
@media (max-width: 420px) { .btn { font-size: 1.12rem; padding: 17px 16px; } .btn small { font-size: 0.72rem; } }
.btn { text-align: center; }

/* ===== Button above the fold on phones ===== */
@media (max-width: 600px) {
  .topbar { padding: 6px 10px; font-size: 0.82rem; }
  .topbar .help { font-size: 0.72rem; margin-top: 1px; }
  .hero { padding: 12px 0 34px; }
  .logo { margin-bottom: 10px; }
  .logo img { width: 150px; }
  .hero h1 { font-size: 1.5rem; line-height: 1.12; }
  .hero .sub { font-size: 0.9rem; line-height: 1.45; margin: 8px auto 10px; }
  .watch-pill { font-size: 0.76rem; padding: 6px 10px; }
  .hero .cta { margin-top: 14px; }
  .hero .guarantee-line { font-size: 0.9rem; margin-top: 10px; }
}
@media (max-width: 600px) {
  .topbar .help { display: none; }
  .hero h1 { font-size: 1.42rem; }
  .logo { margin-bottom: 8px; }
  .logo img { width: 140px; }
}
