:root {
  --ink: #151119;
  --paper: #f6f0e8;
  --paper-2: #fffaf4;
  --pink: #f03b71;
  --pink-dark: #b7164b;
  --acid: #d8ff61;
  --lavender: #c8b7ff;
  --line: #2b2530;
  --muted: #685f6d;
  --white: #fff;
  --shadow: 8px 8px 0 #151119;
  --radius: 20px;
  --shell: min(1160px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath d='M22 28h72v38H51L35 78V66H22z' fill='none' stroke='%23e7ddd6' stroke-width='2'/%3E%3Cpath d='M111 113h48v28h-27l-10 9v-9h-11z' fill='none' stroke='%23eadfe5' stroke-width='2'/%3E%3C/svg%3E");
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--acid); border: 2px solid var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 2px solid var(--ink); background: rgba(246,240,232,.96); backdrop-filter: blur(12px); }
.header-inner { width: var(--shell); min-height: 68px; margin-inline: auto; display: flex; align-items: center; gap: 14px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-weight: 950; letter-spacing: -.035em; font-size: 1.2rem; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; display: block; flex: 0 0 auto; border-radius: 8px; object-fit: contain; fill: var(--pink); stroke: var(--ink); stroke-width: 2; stroke-linejoin: round; }
.rating-chip { margin-left: auto; display: flex; gap: 8px; align-items: center; padding: 7px 11px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--white); font-size: .78rem; font-weight: 800; }
.stars { color: var(--pink-dark); letter-spacing: .08em; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 46px; padding: 10px 18px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); font-weight: 900; text-decoration: none; box-shadow: 3px 3px 0 var(--ink); transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover, .button:focus-visible { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.button-primary { background: var(--pink); color: var(--white); }
.header-cta { opacity: 0; pointer-events: none; transform: translateY(-6px); font-size: .82rem; min-height: 40px; padding: 8px 15px; transition: opacity .25s ease, transform .25s ease, box-shadow .18s ease; }
.header-cta.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.hero { min-height: 730px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px,6vw,80px); align-items: center; padding-block: clamp(58px,8vw,110px); }
.eyebrow, .section-kicker { text-transform: uppercase; font-size: .75rem; letter-spacing: .14em; font-weight: 950; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 9px; height: 9px; display: inline-block; flex: 0 0 auto; border-radius: 50%; background: #21a65a; box-shadow: 0 0 0 4px rgba(33,166,90,.16); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.055em; line-height: .96; }
h1 { margin-bottom: 26px; font-size: clamp(3.3rem,7vw,6.6rem); max-width: 780px; }
h2 { margin-bottom: 22px; max-width: 980px; font-size: clamp(2.35rem,5vw,4.8rem); }
h3 { line-height: 1.15; letter-spacing: -.025em; }
.hero-subhead { font-size: clamp(1.05rem,1.7vw,1.32rem); max-width: 680px; color: #403746; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.microcopy { color: var(--muted); font-size: .82rem; font-weight: 700; }
.trust-row { margin-top: 38px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.trust-row div { padding: 15px 12px; border-right: 1.5px solid var(--ink); }
.trust-row div:last-child { border-right: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 1.24rem; }
.trust-row span { font-size: .7rem; color: var(--muted); }

.media-panel { position: relative; display: block; min-height: 420px; overflow: hidden; border: 2px solid var(--ink); border-radius: 32px; background: var(--lavender); box-shadow: var(--shadow); text-decoration: none; transform: rotate(1.4deg); transition: transform .22s ease, box-shadow .22s ease; }
.media-panel:hover, .media-panel:focus-visible { transform: rotate(0) translate(-3px,-3px); box-shadow: 12px 12px 0 var(--ink); }
.media-panel img { width: 100%; height: 100%; object-fit: cover; }
.hero-media { height: min(660px,75vh); }
.hero-media img { object-position: 50% 25%; }
.floating-badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper-2); font-size: .78rem; font-weight: 900; box-shadow: 3px 3px 0 var(--ink); }
.floating-badge i { width: 8px; height: 8px; border-radius: 50%; background: #20a65b; }
.badge-top { top: 18px; left: 18px; }
.badge-bottom { right: 18px; bottom: 18px; }

.section-rule { padding-block: clamp(72px,9vw,128px); border-top: 2px solid var(--ink); }
.section-rule { position: relative; background: rgba(246,240,232,.92); }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 6px 10px; color: var(--pink-dark); border: 1.5px solid var(--ink); border-radius: 999px; background: var(--white); box-shadow: 2px 2px 0 var(--ink); }
.section-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #21a65a; }
.section-rule h2 { position: relative; padding-left: 52px; }
.section-rule h2::before { content: ""; position: absolute; left: 0; top: .08em; width: 34px; height: 28px; border: 2px solid var(--ink); border-radius: 10px 10px 10px 3px; background: var(--pink); box-shadow: 3px 3px 0 var(--ink); }
.section-rule h2::after { content: ""; position: absolute; left: 5px; top: calc(.08em + 27px); width: 8px; height: 8px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--pink); transform: skewY(-35deg); }
.answer-lead { position: relative; max-width: 980px; margin-bottom: 32px; padding: 20px 24px; border: 2px solid var(--ink); border-radius: 22px 22px 22px 5px; background: var(--white); box-shadow: 5px 5px 0 var(--ink); font-size: clamp(1.15rem,2.2vw,1.65rem); line-height: 1.42; font-weight: 720; letter-spacing: -.02em; }
.answer-lead::after { content: ""; position: absolute; left: -2px; bottom: -13px; width: 18px; height: 18px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--white); transform: skewY(-35deg); }
.section-rule:nth-of-type(even) .answer-lead { margin-left: auto; border-radius: 22px 22px 5px 22px; background: var(--lavender); }
.section-rule:nth-of-type(even) .answer-lead::after { left: auto; right: -2px; border-left: 0; border-right: 2px solid var(--ink); background: var(--lavender); transform: skewY(35deg); }
.definition-grid { display: grid; grid-template-columns: 1fr .56fr; gap: 36px; align-items: start; }
.definition-grid > p { max-width: 750px; font-size: 1.02rem; color: var(--muted); }
.source-note { padding: 18px; border: 2px solid var(--ink); background: var(--acid); box-shadow: 4px 4px 0 var(--ink); }
.source-note strong, .source-note span { display: block; }
.source-note span { margin-top: 5px; font-size: .86rem; }

.verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.card { color: inherit; text-decoration: none; border: 2px solid var(--ink); background: var(--paper-2); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.card:hover, .card:focus-visible { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--ink); }
.verdict-card { min-height: 280px; padding: clamp(24px,4vw,42px); border-radius: var(--radius); }
.verdict-card h3 { max-width: 440px; font-family: Georgia,serif; font-size: clamp(1.7rem,3vw,2.7rem); }
.verdict-card p { max-width: 580px; color: #4d4451; }
.card-good { background: var(--acid); }
.card-caution { background: var(--lavender); }
.card-label { display: inline-block; margin-bottom: 40px; padding: 5px 9px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--white); font-size: .68rem; font-weight: 950; text-transform: uppercase; letter-spacing: .09em; }
.card-link { font-size: .82rem; font-weight: 900; }

.steps { list-style: none; padding: 0; margin: 48px 0 32px; border-top: 2px solid var(--ink); }
.steps li { display: grid; grid-template-columns: 92px 1fr; gap: 24px; padding: 28px 0; border-bottom: 2px solid var(--ink); }
.steps li > span { display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); color: var(--white); font-weight: 950; }
.steps h3 { margin-bottom: 7px; font-size: 1.35rem; }
.steps p { margin-bottom: 0; color: var(--muted); }
.button-wide {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 24px;
  background: var(--acid);
  text-align: center;
}

.split-layout { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(40px,7vw,90px); align-items: center; }
.split-reverse { grid-template-columns: .72fr 1fr; }
.split-copy > p:not(.answer-lead) { color: var(--muted); }
.portrait-panel { height: 600px; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid #a99fa8; font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 11px; width: 22px; height: 22px; display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--acid); font-size: .72rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 26px; border-radius: 16px; display: flex; flex-direction: column; }
.feature-card, .mistake-card, .price-card, .verdict-card { position: relative; border-radius: 22px 22px 22px 6px; }
.feature-card::after, .mistake-card::after, .price-card::after, .verdict-card::after { content: ""; position: absolute; left: -2px; bottom: -10px; width: 14px; height: 14px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: inherit; transform: skewY(-35deg); }
.feature-card:nth-child(2), .feature-card:nth-child(6) { background: var(--lavender); }
.feature-card:nth-child(4) { background: var(--acid); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 10px; background: var(--pink); color: var(--white); font-size: 1.4rem; }
.feature-card h3 { margin: 44px 0 10px; font-size: 1.35rem; }
.feature-card p { color: var(--muted); }
.feature-card small { margin-top: auto; font-weight: 900; }

.fact-band { border-block: 2px solid var(--ink); background: var(--pink); color: var(--white); }
.fact-inner { min-height: 230px; display: grid; grid-template-columns: .35fr 1fr .35fr; gap: 30px; align-items: center; }
.fact-inner span, .fact-inner small { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 900; }
.fact-inner strong { font-family: Georgia,serif; font-size: clamp(1.8rem,4vw,3.7rem); line-height: 1; letter-spacing: -.04em; }
.mini-feature { padding: 20px 0; border-top: 1.5px solid var(--ink); }
.mini-feature h3 { margin-bottom: 6px; }
.mini-feature p { margin: 0; }

.audience-list { border-top: 2px solid var(--ink); }
.audience-row { display: grid; grid-template-columns: 60px 1fr auto; gap: 22px; align-items: center; padding: 23px 16px; border-width: 0 0 2px; }
.audience-row > span { font-weight: 950; color: var(--pink-dark); }
.audience-row h3 { margin-bottom: 4px; }
.audience-row p { margin: 0; color: var(--muted); }
.audience-row b { padding: 6px 10px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--white); font-size: .7rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 420px; gap: 14px; }
.gallery-card { position: relative; overflow: hidden; border-radius: 18px; }
.gallery-card:nth-child(2), .gallery-card:nth-child(3) { margin-top: 50px; height: 360px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.gallery-card span { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 12px; border: 1.5px solid var(--ink); border-radius: 12px; background: rgba(255,250,244,.94); }
.gallery-card b, .gallery-card small { display: block; }
.gallery-card small { color: var(--muted); }

.memory-meter { margin: 34px 0; display: grid; gap: 15px; }
.memory-meter div { display: grid; grid-template-columns: 110px 1fr 48px; gap: 12px; align-items: center; font-size: .78rem; font-weight: 900; }
.memory-meter i { position: relative; height: 12px; overflow: hidden; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--white); }
.memory-meter i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--meter); border-radius: inherit; background: var(--pink); }
.fine-print, .table-note, .review-note, .review-note { font-size: .78rem; color: var(--muted); }

.tips-band { border-block: 2px solid var(--ink); background: var(--ink); color: var(--white); }
.tips-inner { display: grid; grid-template-columns: repeat(3,1fr); }
.tips-inner div { min-height: 210px; padding: 34px 26px; border-right: 1px solid #625968; }
.tips-inner div:last-child { border-right: 0; }
.tips-inner span { display: block; margin-bottom: 40px; color: var(--acid); font-size: .7rem; font-weight: 950; letter-spacing: .12em; }
.tips-inner strong { font-family: Georgia,serif; font-size: 1.32rem; line-height: 1.2; }

.mistake-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mistake-card { padding: 28px; border-radius: 14px; }
.mistake-card:nth-child(2) { background: var(--acid); }
.mistake-card:nth-child(3) { background: var(--lavender); }
.mistake-card > b { display: grid; place-items: center; width: 40px; height: 40px; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--white); }
.mistake-card h3 { margin: 44px 0 10px; }
.mistake-card p { margin: 0; color: var(--muted); }

.table-wrap { overflow-x: auto; border: 2px solid var(--ink); background: var(--white); box-shadow: 6px 6px 0 var(--ink); }
table { width: 100%; min-width: 960px; border-collapse: collapse; font-size: .82rem; }
th,td { padding: 14px; border-right: 1px solid #bdb5bd; border-bottom: 1px solid #bdb5bd; text-align: left; vertical-align: top; }
thead th { background: var(--ink); color: var(--white); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
tbody th { min-width: 150px; }
.highlight { background: #fff0f4; }
thead .highlight { background: var(--pink); }
.yes, .no { display: inline-block; padding: 2px 7px; border-radius: 999px; font-weight: 900; }
.yes { background: #d9f4df; color: #176129; }
.no { background: #f6dfe5; color: #8f1c42; }

.price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; align-items: stretch; }
.price-card { min-height: 500px; padding: 22px; border-radius: 14px; display: flex; flex-direction: column; }
.price-card > span { min-height: 40px; font-weight: 950; }
.price-card > span i { display: inline-block; margin-left: 5px; padding: 3px 6px; background: var(--acid); border: 1px solid var(--ink); border-radius: 999px; font-size: .57rem; font-style: normal; text-transform: uppercase; }
.price-card.featured > span i { color: var(--ink); }
.price-card > strong { margin: 30px 0 4px; font-family: Georgia,serif; font-size: 2.6rem; line-height: 1; }
.price-card > strong small { font-family: Inter,sans-serif; font-size: .72rem; }
.price-card > em { color: var(--muted); font-style: normal; font-size: .78rem; }
.price-card ul { margin: 30px 0; padding: 0; list-style: none; }
.price-card li { padding: 9px 0; border-bottom: 1px solid #c5bdc5; font-size: .82rem; }
.price-card > b { margin-top: auto; padding: 10px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); color: var(--ink); text-align: center; font-size: .78rem; }
.price-card.featured { background: var(--pink); color: var(--white); transform: translateY(-12px); }
.price-card.featured em, .price-card.featured li { color: var(--white); }
.price-callout { margin-top: 32px; padding: 22px; display: grid; grid-template-columns: .3fr 1fr; gap: 24px; border: 2px solid var(--ink); background: var(--acid); box-shadow: 4px 4px 0 var(--ink); }
.price-callout p { margin: 0; }

.safety-list { margin-top: 30px; }
.safety-list div { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: start; padding: 17px 0; border-top: 1.5px solid var(--ink); }
.safety-list span { width: 50px; height: 34px; display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--lavender); font-size: .65rem; font-weight: 950; }
.safety-list p { margin: 0; color: var(--muted); }

.pros-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pros-panel, .cons-panel { padding: 30px; border-radius: 16px; }
.pros-panel { background: var(--acid); }
.cons-panel { background: var(--lavender); }
.pros-panel > span, .cons-panel > span { font-family: Georgia,serif; font-size: 2rem; font-weight: 900; }
.pros-grid ul { padding-left: 20px; }
.pros-grid li { padding: 8px 0; border-bottom: 1px solid rgba(21,17,25,.24); }

.reviews-heading { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.rating-lockup { min-width: 180px; padding: 18px; border: 2px solid var(--ink); background: var(--white); box-shadow: 4px 4px 0 var(--ink); }
.rating-lockup span, .rating-lockup strong, .rating-lockup small { display: block; }
.rating-lockup strong { font-family: Georgia,serif; font-size: 2.3rem; }
.review-chat { margin-top: 30px; padding: clamp(18px,4vw,36px); border: 2px solid var(--ink); border-radius: 22px; background: var(--ink); color: var(--white); box-shadow: 8px 8px 0 var(--pink); }
.chat-meta { display: flex; gap: 9px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #625968; font-size: .72rem; color: #cfc7d0; }
.review-window { min-height: 330px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding: 30px 0 24px; overflow: hidden; }
.review-bubble { display: flex; flex-direction: column; min-height: 280px; padding: 22px; border: 2px solid var(--white); border-radius: 22px 22px 22px 4px; background: var(--paper-2); color: var(--ink); text-decoration: none; transition: transform .2s ease, opacity .2s ease; }
.review-bubble:nth-child(2) { transform: translateY(22px); background: var(--lavender); }
.review-window.slide-left .review-bubble { transform: translateX(-36px); opacity: 0; }
.review-window.slide-left .review-bubble:nth-child(2) { transform: translate(-36px,22px); }
.review-window.slide-right .review-bubble { transform: translateX(36px); opacity: 0; }
.review-window.slide-right .review-bubble:nth-child(2) { transform: translate(36px,22px); }
.review-bubble .review-stars { color: var(--pink-dark); letter-spacing: .08em; }
.review-bubble p { margin: 22px 0; font-family: Georgia,serif; font-size: 1.08rem; line-height: 1.4; }
.review-bubble strong { margin-top: auto; }
.review-controls { display: flex; align-items: center; justify-content: center; gap: 16px; }
.review-controls button { width: 42px; height: 42px; border: 1.5px solid var(--white); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.review-controls span { min-width: 60px; text-align: center; font-size: .75rem; }
.review-note { margin-top: 24px; }

.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 2px solid var(--ink); background: var(--white); box-shadow: 6px 6px 0 var(--ink); }
.stats-grid div { min-height: 210px; padding: 24px; border-right: 1.5px solid var(--ink); display: flex; flex-direction: column; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { font-family: Georgia,serif; font-size: clamp(2.2rem,4vw,4rem); line-height: 1; color: var(--pink-dark); }
.stats-grid span { margin-top: auto; font-weight: 900; }
.stats-grid small { color: var(--muted); font-size: .67rem; }

.faq-list { border-top: 2px solid var(--ink); }
details { border-bottom: 2px solid var(--ink); }
summary { position: relative; padding: 22px 56px 22px 0; cursor: pointer; font-size: 1.05rem; font-weight: 900; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 19px; width: 32px; height: 32px; display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--white); }
details[open] summary::after { content: "×"; background: var(--pink); color: var(--white); }
details p { max-width: 900px; padding: 0 56px 24px 0; color: var(--muted); }

.final-cta { position: relative; min-height: 600px; margin-block: 100px; display: grid; grid-template-columns: 1fr .6fr; gap: 50px; align-items: center; padding: clamp(35px,6vw,70px); border: 2px solid var(--ink); border-radius: 26px; background: var(--acid); box-shadow: 10px 10px 0 var(--ink); overflow: hidden; }
.final-copy h2 { max-width: 700px; }
.final-copy p { max-width: 650px; }
.final-media { height: 430px; min-height: 0; transform: rotate(-2deg); }
.trust-chips { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 8px; }
.trust-chips span, .footer-trust span { padding: 6px 10px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--white); font-size: .68rem; font-weight: 850; }

.site-footer { border-top: 2px solid var(--ink); background: var(--ink); color: var(--white); }
.footer-grid { padding-block: 56px; display: grid; grid-template-columns: .7fr 1fr; gap: 28px; }
.footer-wordmark .brand-mark { stroke: var(--white); }
.footer-grid > p { color: #c9c1ca; max-width: 500px; }
.footer-trust, .footer-plain { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 9px; }
.footer-trust span { border-color: #6b626d; background: transparent; }
.footer-plain { padding-top: 24px; border-top: 1px solid #5d555f; color: #cbc3cd; }
.footer-plain span { margin-right: 14px; font-size: .75rem; }
.footer-grid small { grid-column: 1/-1; color: #9f96a2; }
.mobile-sticky-cta { display: none; position: fixed; left: 16px; right: 16px; bottom: 14px; z-index: 45; }
.legal-page { max-width: 820px; padding-block: 70px 110px; }
.legal-page .wordmark { margin-bottom: 70px; }
.legal-page h1 { font-size: clamp(3.5rem,10vw,7rem); }
.legal-page h2 { margin-top: 58px; font-size: clamp(2rem,5vw,3.5rem); }
.legal-page p { max-width: 720px; color: var(--muted); font-size: 1.05rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero, .split-layout, .split-reverse, .final-cta { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { height: 580px; }
  .definition-grid, .fact-inner, .reviews-heading { grid-template-columns: 1fr; }
  .feature-grid, .mistake-grid { grid-template-columns: repeat(2,1fr); }
  .fact-inner { padding-block: 42px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 430px; }
  .gallery-card:nth-child(2), .gallery-card:nth-child(3) { margin-top: 0; height: auto; }
  .tips-inner { grid-template-columns: 1fr; }
  .tips-inner div { min-height: 0; border-right: 0; border-bottom: 1px solid #625968; }
  .price-grid { grid-template-columns: repeat(2,1fr); }
  .price-card.featured { transform: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .stats-grid div:nth-child(-n+2) { border-bottom: 1.5px solid var(--ink); }
  .final-media { height: 520px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 22px, 1160px); --shadow: 5px 5px 0 #151119; }
  body { padding-bottom: 70px; }
  .site-header { position: sticky; }
  .header-inner { min-height: 58px; }
  .wordmark { font-size: 1rem; }
  .brand-mark { width: 29px; height: 29px; }
  .rating-chip { display: none; }
  .header-cta { margin-left: auto; }
  h1 { font-size: clamp(3rem,15vw,4.5rem); }
  h2 { font-size: clamp(2.3rem,11vw,3.7rem); }
  .section-rule h2 { padding-left: 0; padding-top: 48px; }
  .section-rule h2::before { top: 0; }
  .section-rule h2::after { top: 27px; }
  .answer-lead { padding: 18px; }
  .hero { padding-block: 44px 70px; }
  .hero-media { height: 500px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row div { display: grid; grid-template-columns: 110px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid var(--ink); }
  .trust-row div:last-child { border-bottom: 0; }
  .verdict-grid, .feature-grid, .mistake-grid, .pros-grid, .price-grid, .gallery-grid, .stats-grid { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 60px 1fr; gap: 13px; }
  .portrait-panel { height: 520px; }
  .gallery-grid { grid-auto-rows: 520px; }
  .audience-row { grid-template-columns: 42px 1fr; }
  .audience-row > b { grid-column: 2; justify-self: start; }
  .price-callout { grid-template-columns: 1fr; }
  .review-window { grid-template-columns: 1fr; min-height: 390px; }
  .review-bubble { display: none; min-height: 350px; }
  .review-bubble:first-child { display: flex; }
  .stats-grid div { border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .stats-grid div:last-child { border-bottom: 0; }
  .final-cta { margin-block: 70px; padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky-cta { display: flex; }
}

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

/* Compact chat-editorial redesign */
:root {
  --ink: #26212c;
  --paper: #f7f5f8;
  --paper-2: #ffffff;
  --pink: #e93d70;
  --pink-dark: #a81848;
  --acid: #e7f8b8;
  --lavender: #e7e0fb;
  --line: #ded8e2;
  --muted: #716a76;
  --shadow: 0 16px 38px rgba(38, 33, 44, .10);
  --radius: 16px;
  --shell: min(1080px, calc(100% - 40px));
}

body {
  background: var(--paper);
  background-image: none;
  font-size: 14px;
  line-height: 1.55;
}

p, li, td, th, summary { font-size: .92rem; }
h1, h2 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 650px; margin-bottom: 18px; font-size: clamp(2.4rem, 3.5vw, 3.4rem); }
h2 { max-width: 820px; margin-bottom: 16px; font-size: clamp(1.72rem, 2.5vw, 2.25rem); }
h3 { font-size: 1.05rem; line-height: 1.25; letter-spacing: -.02em; }

.site-header { border-bottom: 1px solid var(--line); background: rgba(247, 245, 248, .94); }
.header-inner { min-height: 60px; }
.wordmark { font-size: 1.06rem; letter-spacing: -.025em; }
.brand-mark { width: 30px; height: 30px; stroke-width: 1.5; }
.rating-chip { border: 1px solid var(--line); font-size: .7rem; }

.button {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--ink);
  font-size: .78rem;
  box-shadow: 0 5px 14px rgba(38, 33, 44, .10);
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(38, 33, 44, .15); }

.hero {
  min-height: 0;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(28px, 4vw, 50px);
  padding-block: clamp(30px, 3.4vw, 44px);
}
.eyebrow, .section-kicker { font-size: .64rem; letter-spacing: .12em; }
.hero-subhead { max-width: 600px; font-size: clamp(.94rem, 1.2vw, 1.05rem); line-height: 1.55; }
.hero-actions { margin-top: 22px; gap: 14px; }
.microcopy { font-size: .72rem; }
.trust-row { margin-top: 26px; border-color: var(--line); border-width: 1px 0; }
.trust-row div { padding: 11px 10px; border-color: var(--line); border-width: 0 1px 0 0; }
.trust-row strong { font-size: 1rem; }
.trust-row span { font-size: .62rem; }
.hero-media { height: 400px; min-height: 0; }

.media-panel {
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  transform: none;
}
.media-panel:hover, .media-panel:focus-visible { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(38, 33, 44, .15); }
.floating-badge { padding: 7px 10px; border: 1px solid var(--line); font-size: .68rem; box-shadow: 0 6px 16px rgba(38, 33, 44, .12); }

.section-rule { padding-block: clamp(52px, 6vw, 74px); border-top: 1px solid var(--line); background: rgba(247, 245, 248, .96); }
.section-kicker { margin-bottom: 13px; padding: 5px 9px; border: 1px solid var(--line); box-shadow: none; }
.section-rule h2 { padding-left: 20px; }
.section-rule h2::before { top: .1em; width: 4px; height: 1em; border: 0; border-radius: 999px; background: var(--pink); box-shadow: none; }
.section-rule h2::after { display: none; }
.answer-lead {
  max-width: 820px;
  margin-bottom: 24px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--pink);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(38, 33, 44, .07);
  font-size: clamp(.98rem, 1.35vw, 1.14rem);
  line-height: 1.48;
  font-weight: 680;
}
.answer-lead::after { display: none; }
.section-rule:nth-of-type(even) .answer-lead { margin-left: 0; border-radius: 12px; border-left-color: #8266d5; background: #f1edfc; }

.card, .source-note, .table-wrap, .rating-lockup, .stats-grid, .price-callout {
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(38, 33, 44, .07);
}
.card:hover, .card:focus-visible { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(38, 33, 44, .12); }
.feature-card::after, .mistake-card::after, .price-card::after, .verdict-card::after { display: none; }

.definition-grid { gap: 26px; }
.definition-grid > p { font-size: .9rem; }
.source-note { padding: 15px; }
.source-note span { font-size: .76rem; }
.verdict-grid { gap: 16px; }
.verdict-card { min-height: 210px; padding: 24px; border-radius: 16px; }
.verdict-card h3 { font-family: Inter, sans-serif; font-size: clamp(1.28rem, 2vw, 1.75rem); }
.card-label { margin-bottom: 26px; }

.steps { margin: 32px 0 24px; border-color: var(--line); border-width: 1px 0 0; }
.steps li { grid-template-columns: 62px 1fr; gap: 16px; padding: 20px 0; border-color: var(--line); border-width: 0 0 1px; }
.steps li > span { width: 42px; height: 42px; border: 0; font-size: .78rem; }
.steps h3 { font-size: 1rem; }

.split-layout { gap: clamp(28px, 5vw, 60px); }
.portrait-panel { height: 470px; }
.check-list { margin-top: 20px; }
.check-list li { padding-block: 9px; font-size: .85rem; border-color: var(--line); }

.feature-grid, .mistake-grid { gap: 14px; }
.feature-card { min-height: 235px; padding: 20px; border-radius: 14px; }
.feature-icon { width: 34px; height: 34px; border: 0; font-size: 1rem; }
.feature-card h3 { margin: 30px 0 8px; font-size: 1rem; }
.feature-card p { font-size: .84rem; }

.fact-inner { min-height: 170px; }
.fact-inner strong { font-family: Inter, sans-serif; font-size: clamp(1.45rem, 2.8vw, 2.5rem); }
.tips-inner div { min-height: 155px; padding: 25px 22px; }
.tips-inner span { margin-bottom: 24px; }
.tips-inner strong { font-family: Inter, sans-serif; font-size: 1.02rem; }

.audience-row { padding: 17px 13px; border-color: var(--line); border-width: 0 0 1px; }
.gallery-grid { grid-auto-rows: 340px; }
.gallery-card:nth-child(2), .gallery-card:nth-child(3) { margin-top: 30px; height: 310px; }
.mistake-card { padding: 22px; }
.mistake-card h3 { margin: 28px 0 8px; }

table { font-size: .74rem; }
th, td { padding: 11px; }
.price-grid { gap: 12px; }
.price-card { min-height: 400px; padding: 18px; border-radius: 14px; }
.price-card > strong { margin-top: 22px; font-family: Inter, sans-serif; font-size: 2rem; }
.price-card ul { margin: 22px 0; }
.price-card li { padding: 7px 0; font-size: .75rem; }
.price-card.featured { transform: translateY(-6px); }
.pros-panel, .cons-panel { padding: 24px; }
.pros-panel > span, .cons-panel > span { font-family: Inter, sans-serif; font-size: 1.4rem; }

.review-chat { padding: 24px; border: 0; border-radius: 16px; box-shadow: 0 14px 34px rgba(38, 33, 44, .14); }
.review-window { min-height: 260px; gap: 14px; padding: 22px 0 18px; }
.review-bubble { min-height: 225px; padding: 18px; border: 0; border-radius: 15px 15px 15px 4px; }
.review-bubble p { margin: 16px 0; font-family: Inter, sans-serif; font-size: .88rem; }
.stats-grid div { min-height: 160px; padding: 20px; }
.stats-grid strong { font-family: Inter, sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); }

.faq-list, details { border-color: var(--line); border-width: 1px 0 0; }
details { border-width: 0 0 1px; }
summary { padding-block: 16px; font-size: .9rem; }
summary::after { top: 12px; width: 28px; height: 28px; border-color: var(--line); }

.final-cta { min-height: 410px; margin-block: 64px; gap: 36px; padding: 42px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 44px rgba(38, 33, 44, .12); }
.final-media { height: 310px; }
.footer-grid { padding-block: 42px; }
.legal-page h1 { font-size: clamp(2.6rem, 6vw, 4rem); }
.legal-page h2 { margin-top: 38px; font-size: clamp(1.55rem, 3.5vw, 2.2rem); }
.legal-page p { font-size: .92rem; }

@media (max-width: 900px) {
  .hero { padding-block: 34px 50px; }
  .hero-media { height: 380px; min-height: 0; }
  .final-media { height: 390px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 26px, 1080px); }
  body { font-size: 13.5px; }
  .header-inner { min-height: 54px; }
  h1 { font-size: clamp(2.1rem, 9.5vw, 2.65rem); }
  h2 { font-size: clamp(1.5rem, 6.8vw, 1.9rem); }
  .section-rule h2 { padding: 0 0 0 16px; }
  .section-rule h2::before { top: .1em; }
  .hero { padding-block: 24px 38px; }
  .hero-media { height: 280px; min-height: 0; }
  .trust-row { grid-template-columns: repeat(3, 1fr); }
  .trust-row div { display: block; border-right: 1px solid var(--line); border-bottom: 0; }
  .trust-row div:last-child { border-right: 0; }
  .section-rule { padding-block: 46px; }
  .answer-lead { padding: 13px 15px; }
  .portrait-panel { height: 390px; }
  .gallery-grid { grid-auto-rows: 390px; }
  .verdict-card { min-height: 185px; }
  .feature-card { min-height: 210px; }
  .price-card { min-height: 360px; }
  .review-window { min-height: 320px; }
  .review-bubble { min-height: 290px; }
  .final-cta { min-height: 0; margin-block: 50px; padding: 26px 20px; }
  .final-media { height: 330px; }
}

/* Denser rhythm and full-composition imagery */
.section-rule { padding-block: clamp(36px, 4.2vw, 50px); }
.section-kicker { margin-bottom: 10px; }
.section-rule h2 { margin-bottom: 12px; }
.answer-lead { margin-bottom: 18px; }
.hero { padding-block: clamp(26px, 3vw, 38px); }
.fact-inner { min-height: 140px; }
.tips-inner div { min-height: 130px; padding-block: 21px; }
.final-cta { margin-block: 44px; }
.footer-grid { padding-block: 34px; }

.media-panel,
.gallery-card,
.final-media {
  background: #19151f;
}
.media-panel img,
.gallery-card img,
.final-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Audience match cards */
.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}
.audience-row {
  position: relative;
  min-height: 190px;
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: 1fr auto;
  gap: 14px 16px;
  align-items: start;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(38, 33, 44, .07);
}
.audience-row::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--pink);
}
.audience-row:nth-child(2)::before { background: #8368d8; }
.audience-row:nth-child(3)::before { background: #6f9d27; }
.audience-row:nth-child(4)::before { background: #d98f28; }
.audience-row::after {
  content: "↗";
  position: absolute;
  right: 18px;
  top: 18px;
  color: var(--muted);
  font-size: .9rem;
}
.audience-row > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #faedf2;
  color: var(--pink-dark);
  font-size: .7rem;
  font-weight: 900;
}
.audience-row:nth-child(2) > span { background: #eeeafd; color: #6044ba; }
.audience-row:nth-child(3) > span { background: #eef6dc; color: #537b16; }
.audience-row:nth-child(4) > span { background: #fff1dc; color: #a9670d; }
.audience-row > div { padding-right: 24px; }
.audience-row h3 { margin: 3px 0 8px; font-size: 1.03rem; }
.audience-row p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.audience-row > b {
  grid-column: 2;
  justify-self: start;
  padding: 5px 9px;
  border: 0;
  border-radius: 999px;
  background: #f1eef3;
  color: #4c4551;
  font-size: .65rem;
}

@media (max-width: 680px) {
  .section-rule { padding-block: 34px; }
  .hero { padding-block: 22px 32px; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-row { min-height: 165px; }
  .final-cta { margin-block: 38px; }
}

/* Compact card system and four-up Fit Check */
.verdict-grid,
.feature-grid,
.mistake-grid,
.price-grid,
.pros-grid { gap: 12px; }

.verdict-card { min-height: 178px; padding: 18px; }
.card-label { margin-bottom: 16px; }
.source-note { padding: 12px 14px; }

.feature-card { min-height: 195px; padding: 16px; }
.feature-card h3 { margin: 20px 0 6px; }

.mistake-card { min-height: 180px; padding: 17px; }
.mistake-card h3 { margin: 19px 0 6px; }

.price-card { min-height: 340px; padding: 16px; }
.price-card > span { min-height: 0; }
.price-card > strong { margin-top: 15px; font-size: 1.75rem; }
.price-card ul { margin: 15px 0; }
.price-card li { padding: 5px 0; }
.price-card .button { margin-top: auto; padding-block: 8px; }

.pros-panel,
.cons-panel { padding: 18px; }

.review-chat { padding: 18px; }
.review-window { min-height: 220px; gap: 10px; padding: 14px 0 10px; }
.review-bubble { min-height: 185px; padding: 15px; }
.review-bubble p { margin: 11px 0; }

.stats-grid div { min-height: 132px; padding: 16px; }
.rating-lockup { padding: 14px; }
.gallery-card span { padding: 10px 12px; }

.fact-inner {
  min-height: 116px;
  grid-template-columns: .28fr 1fr .28fr;
  gap: 22px;
  padding-block: 17px;
}
.fact-inner span,
.fact-inner small { font-size: .62rem; line-height: 1.45; }
.fact-inner strong {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.14;
}

.audience-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.audience-row {
  min-height: 180px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  padding: 16px;
}
.audience-row::after { right: 15px; top: 15px; }
.audience-row > div { padding-right: 0; }
.audience-row h3 { margin: 0 24px 6px 0; font-size: .94rem; }
.audience-row p { font-size: .76rem; line-height: 1.42; }
.audience-row > b { grid-column: 1; padding: 4px 8px; font-size: .61rem; }

@media (max-width: 900px) {
  .fact-inner {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-block: 22px;
  }
  .fact-inner strong { max-width: 680px; }
  .audience-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-row { min-height: 160px; }
}

@media (max-width: 680px) {
  .verdict-card { min-height: 160px; }
  .feature-card { min-height: 180px; }
  .mistake-card { min-height: 165px; }
  .price-card { min-height: 320px; }
  .review-window { min-height: 250px; }
  .review-bubble { min-height: 220px; }
  .audience-list { grid-template-columns: 1fr; }
  .audience-row { min-height: 145px; }
}

/* Standalone reader review cards */
.review-chat {
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}
.review-window {
  min-height: 0;
  gap: 12px;
  padding: 0;
  overflow: hidden;
  align-items: stretch;
}
.review-bubble {
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(38, 33, 44, .08);
}
.review-bubble:nth-child(2) {
  transform: none;
  background: var(--lavender);
}
.review-window.slide-left .review-bubble:nth-child(2) { transform: translateX(-36px); }
.review-window.slide-right .review-bubble:nth-child(2) { transform: translateX(36px); }
.review-bubble p { margin: 12px 0; line-height: 1.5; }
.review-controls { margin-top: 16px; color: var(--ink); }
.review-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 5px 14px rgba(38, 33, 44, .09);
}
.review-controls button:hover,
.review-controls button:focus-visible { background: var(--acid); }

@media (max-width: 900px) {
  .review-window { min-height: 0; padding: 0; }
  .review-bubble { min-height: 215px; }
}

/* Section introductions read as editorial paragraphs, not cards */
.answer-lead,
.section-rule:nth-of-type(even) .answer-lead {
  max-width: 820px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--muted);
  font-size: clamp(.96rem, 1.3vw, 1.08rem);
  line-height: 1.58;
  font-weight: 560;
  letter-spacing: 0;
}
.answer-lead::after,
.section-rule:nth-of-type(even) .answer-lead::after { display: none; }

/* Compact text-only final CTA */
.final-cta {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 28px;
  margin-block: 32px;
  padding: 28px clamp(22px, 4vw, 42px);
}
.final-copy { max-width: 720px; }
.final-copy h2 { margin-bottom: 10px; }
.final-copy p { margin-bottom: 18px; }
.final-media {
  height: 260px;
  min-height: 0;
  transform: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-media img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
}
.final-copy .trust-chips { margin-top: 18px; }

/* Focused legal footer */
.site-footer {
  border-top: 0;
  background: #211a25;
}
.footer-grid {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px 42px;
  padding-block: 34px 28px;
}
.footer-grid > p {
  justify-self: end;
  margin: 0;
  text-align: right;
  font-size: .88rem;
  line-height: 1.5;
}
.footer-plain {
  grid-column: 1 / -1;
  display: flex;
  gap: 22px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid #5d555f;
}
.footer-plain a {
  color: #e2d9e5;
  font-size: .82rem;
  text-decoration: none;
}
.footer-plain a:hover,
.footer-plain a:focus-visible { color: var(--acid); }
.footer-grid small {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(93, 85, 95, .55);
  font-size: .72rem;
  line-height: 1.5;
}

/* Rounded comparison table frame */
.table-wrap {
  border-radius: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 680px) {
  .footer-grid { gap: 16px; padding-block: 28px 24px; }
  .footer-grid > p { justify-self: start; text-align: left; font-size: .82rem; }
  .footer-plain { margin-top: 2px; padding-top: 16px; }
}

@media (max-width: 900px) {
  .hero,
  .final-cta { grid-template-columns: minmax(0, 1fr); }
  .hero { gap: 24px; }
  .hero-copy { min-width: 0; }
  .hero-media {
    width: 100%;
    max-width: 720px;
    justify-self: center;
  }
  .final-cta { gap: 20px; }
  .final-copy { max-width: 720px; }
  .final-media { width: min(100%, 300px); height: 250px; margin-inline: auto; }
}

/* Final small-screen pass: keep every section and media element inside the viewport. */
video,
iframe {
  display: block;
  max-width: 100%;
}

video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 680px) {
  html,
  body { overflow-x: clip; }

  .section-shell,
  .hero-copy,
  .split-copy,
  .final-copy { min-width: 0; }

  h1,
  h2,
  h3,
  p,
  li { overflow-wrap: anywhere; }

  .hero-media,
  .portrait-panel,
  .gallery-card,
  .final-media {
    width: 100%;
    max-width: 100%;
  }

  .hero-media { height: min(280px, 88vw); }
  .portrait-panel { height: min(390px, 122vw); }
  .gallery-grid { grid-auto-rows: min(390px, 122vw); }
  .final-media { width: min(100%, 280px); height: 250px; }

  .media-panel img,
  .gallery-card img,
  .final-media img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
  }

  .table-wrap {
    width: 100%;
    max-width: 100%;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  table { min-width: 820px; }

  .trust-row div,
  .stats-grid div,
  .tips-inner div { min-width: 0; }

  .trust-chips {
    gap: 7px;
    align-items: flex-start;
  }

  .trust-chips span {
    white-space: normal;
    text-align: center;
  }

  .mobile-sticky-cta {
    width: auto;
    max-width: calc(100% - 32px);
    margin-inline: auto;
  }
}

@media (max-width: 360px) {
  :root { --shell: min(100% - 20px, 1080px); }
  .header-inner { gap: 8px; }
  .header-cta { padding-inline: 12px; }
  .hero-actions .button,
  .button-wide { max-width: 100%; }
  .trust-row div { padding-inline: 7px; }
}

/* Individual statistic cards */
.stats-grid {
  gap: 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.stats-grid div {
  position: relative;
  min-width: 0;
  min-height: 154px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line) !important;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(38, 33, 44, .08);
}

.stats-grid div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--pink);
}

.stats-grid div:nth-child(2) { background: #f1edfc; }
.stats-grid div:nth-child(2)::before { background: #8266d5; }
.stats-grid div:nth-child(2) strong { color: #674bbd; }

.stats-grid div:nth-child(3) { background: #f1f8df; }
.stats-grid div:nth-child(3)::before { background: #78a92e; }
.stats-grid div:nth-child(3) strong { color: #557d19; }

.stats-grid div:nth-child(4) { background: #fff2e1; }
.stats-grid div:nth-child(4)::before { background: #df9126; }
.stats-grid div:nth-child(4) strong { color: #a9680d; }

.stats-grid div:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(38, 33, 44, .12);
}

@media (max-width: 680px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .stats-grid div { min-height: 142px; padding: 15px 13px; }
  .stats-grid strong { font-size: clamp(1.45rem, 8vw, 2rem); }
  .stats-grid span { font-size: .72rem; line-height: 1.25; }
  .stats-grid small { font-size: .58rem; line-height: 1.3; }
}

/* Predictable mobile content order and unified media spacing */
@media (max-width: 680px) {
  .hero {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero-copy { order: 1; width: 100%; }
  .hero-media { order: 2; width: 100%; }

  .split-layout,
  .split-reverse { gap: 20px; }

  .gallery-grid {
    gap: 16px;
    grid-auto-rows: min(390px, 122vw);
  }

  .gallery-card,
  .gallery-card:nth-child(2),
  .gallery-card:nth-child(3) {
    height: auto;
    margin-top: 0;
  }

  body { padding-bottom: 0; }
  .footer-grid { padding-bottom: 84px; }
}

/* Content-sized cards with deliberate, compact internal spacing */
.verdict-card,
.feature-card,
.mistake-card,
.price-card,
.audience-row,
.review-bubble {
  min-height: 0;
}

.verdict-card { padding: 17px; }
.card-label { margin-bottom: 12px; }
.verdict-card h3 { margin-bottom: 8px; }
.verdict-card p { margin-bottom: 12px; }

.feature-card { padding: 15px; }
.feature-card h3 { margin: 14px 0 5px; }
.feature-card p { margin-bottom: 12px; }

.mistake-card { padding: 15px; }
.mistake-card h3 { margin: 14px 0 5px; }

.price-card { padding: 15px; }
.price-card > strong { margin-top: 12px; }
.price-card ul { margin: 12px 0; }
.price-card li { padding: 4px 0; }
.price-card > b { min-height: 38px; margin-top: 12px; padding: 8px 10px; }

.pros-panel,
.cons-panel { padding: 16px; }
.pros-grid ul { margin-bottom: 0; }

.audience-row { padding: 15px; }
.review-bubble { padding: 15px; }
.review-bubble p { margin: 10px 0; }

@media (max-width: 680px) {
  .verdict-card,
  .feature-card,
  .mistake-card,
  .price-card,
  .audience-row,
  .review-bubble { min-height: 0; }

  .verdict-card,
  .feature-card,
  .mistake-card,
  .price-card { padding: 14px; }
}

/* Mobile cards follow their content instead of stretching */
@media (max-width: 680px) {
  .rating-lockup {
    width: fit-content;
    min-width: 0;
    justify-self: start;
    padding: 12px 14px;
  }

  .stats-grid { align-items: start; }
  .stats-grid div {
    min-height: 0;
    height: auto;
    align-self: start;
    padding: 13px 12px;
  }
  .stats-grid span { margin-top: 12px; }
  .stats-grid small { margin-top: 2px; }
}

/* Audit transparency and primary-source citations */
.review-byline {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.review-byline a,
.inline-source,
.source-links a {
  color: #a30e45;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.methodology-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.methodology-grid h3 { margin-bottom: 10px; }
.methodology-grid p { color: var(--muted); }
.disclosure { margin-top: 16px; }
.disclosure code { color: var(--ink); font-size: .82em; }

.source-list {
  display: grid;
  gap: 9px;
  padding-left: 22px;
  border-left: 3px solid var(--pink);
}

.source-list a {
  color: var(--ink);
  font-size: .88rem;
  font-weight: 720;
  text-decoration: none;
}

.source-list a:hover { color: #a30e45; text-decoration: underline; }

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 14px;
  font-size: .78rem;
}

.pricing-table-wrap { margin: 18px 0; }
.pricing-table-wrap caption {
  padding: 0 0 10px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  text-align: left;
}
.pricing-table-wrap th,
.pricing-table-wrap td { padding: 10px 12px; font-size: .78rem; }

a.rating-lockup { color: var(--ink); text-decoration: none; }
a.rating-lockup:hover { border-color: #b60e4d; }

@media (max-width: 760px) {
  .methodology-grid { grid-template-columns: 1fr; gap: 22px; }
  .source-list { padding-left: 16px; }
  .review-byline { font-size: .72rem; }
}
