:root {
  --bg: #0d0a08;
  --ink: #12100e;
  --charcoal: #191512;
  --panel: #211a15;
  --panel-light: #2a2019;
  --line: #3a2b22;
  --line-hot: #7b3929;
  --text: #f7eee3;
  --muted: #b9aa9b;
  --soft: #d7c9ba;
  --hot: #ef4b2f;
  --ember: #ff8b3d;
  --gold: #ffc56f;
  --green: #9bc67a;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .38);
  --shell: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .95rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 760px; font-size: clamp(2.65rem, 5.6vw, 4.7rem); margin-bottom: 22px; }
h2 { font-size: clamp(1.85rem, 3.6vw, 3.1rem); margin-bottom: 20px; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.65rem); margin-bottom: 11px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(64px, 7vw, 108px) 0; position: relative; overflow: clip; }
.section-ink { background: var(--ink); }
.section-charcoal { background: var(--charcoal); }
.section-dark { background: var(--bg); }
.section-media { background: #100d0b; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--text); color: var(--bg); padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.eyebrow, .kicker, .group-label, .price-kicker, .panel-label { margin-bottom: 16px; color: var(--gold); font-size: .76rem; line-height: 1; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; margin-right: 10px; padding: 7px 9px; border: 1px solid var(--line-hot); border-radius: 999px; background: #25150f; color: var(--ember); }
.answer-first { color: var(--soft); font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.52; }
.centered { text-align: center; margin-inline: auto; }
.narrow { max-width: 850px; }
.section-heading { margin-bottom: 50px; }
.section-heading.centered { max-width: 860px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .8fr); gap: 50px; align-items: end; }
.split-heading .answer-first { margin-bottom: 6px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; display: flex; align-items: center; background: rgba(13, 10, 8, .93); border-bottom: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { display: inline-flex; align-items: center; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.wordmark > span:not(.pepper-mark) { color: var(--hot); }
.pepper-mark { display: block; flex: 0 0 auto; width: 30px; height: 30px; margin-right: 7px; border-radius: 8px; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.rating-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--soft); font-size: .8rem; white-space: nowrap; }
.rating-chip span { color: var(--gold); letter-spacing: .06em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 1px solid var(--hot); border-radius: 999px; text-decoration: none; font-size: .92rem; font-weight: 850; letter-spacing: .02em; transition: transform .2s ease, background-color .2s ease, color .2s ease, opacity .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--hot); color: #160806; box-shadow: 0 12px 30px rgba(239, 75, 47, .22); }
.button-primary:hover, .button-primary:focus-visible { background: var(--ember); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .8rem; }
.button-large { min-height: 62px; padding-inline: 34px; }
.button-outline { border-color: var(--line-hot); background: transparent; color: var(--text); }
.button-outline:hover { background: #28160f; }
.header-cta { opacity: 0; pointer-events: none; transform: translateY(-8px); }
.header-cta.visible { opacity: 1; pointer-events: auto; transform: none; }

.hero { min-height: auto; display: flex; align-items: center; padding: clamp(40px, 4.5vw, 62px) 0 clamp(48px, 5vw, 68px); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 5% 3%; opacity: .16; pointer-events: none; border: 1px solid rgba(255,255,255,.12); border-radius: 38px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .62fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 690px; margin-bottom: 24px; color: var(--soft); font-size: clamp(1rem, 1.6vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; }
.microcopy { color: var(--muted); font-size: .82rem; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 730px; margin-top: 30px; padding: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.trust-row div { min-height: 76px; padding: 14px 16px; background: var(--ink); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { margin-bottom: 3px; color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; }
.trust-row span { color: var(--muted); font-size: .74rem; line-height: 1.35; }
.media-panel { display: block; position: relative; color: inherit; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; box-shadow: var(--shadow); background: #19110e; isolation: isolate; }
.media-panel::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; pointer-events: none; }
.media-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.media-panel:hover img { transform: scale(1.02); opacity: .9; }
.hero-media { height: 440px; max-width: 360px; margin-inline: auto; transform: rotate(1deg); }
.hero-media img { object-position: 50% 30%; }
.media-caption { position: absolute; inset: auto 14px 14px; z-index: 2; padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(13,10,8,.82); color: var(--soft); font-size: .72rem; line-height: 1.3; backdrop-filter: blur(8px); }
.floating-badge { position: absolute; z-index: 3; padding: 10px 13px; border: 1px solid var(--line-hot); border-radius: 999px; background: #160f0c; color: var(--soft); font-size: .74rem; font-weight: 800; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.badge-top { top: 20px; right: -16px; }
.badge-bottom { left: -18px; bottom: 74px; }
.floating-badge i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(155,198,122,.12); }
.ember { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--ember); box-shadow: 76vw 12vh 0 1px rgba(255,139,61,.5), 12vw 68vh 0 rgba(239,75,47,.6), 90vw 72vh 0 2px rgba(255,197,111,.35), 46vw 16vh 0 rgba(255,139,61,.4), 69vw 90vh 0 1px rgba(239,75,47,.4); }

.verdict-band { padding: 36px 0; background: var(--hot); color: #170806; }
.verdict-grid { display: grid; grid-template-columns: .5fr 2fr .45fr; gap: 34px; align-items: center; }
.verdict-band .kicker { margin: 0; color: #39100a; }
.verdict-band h2 { margin-bottom: 10px; font-size: clamp(1.75rem, 3.2vw, 2.7rem); }
.verdict-band .answer-first { margin: 0; color: #33110c; font-weight: 650; }
.score-seal { display: grid; place-items: center; align-content: center; aspect-ratio: 1; border: 2px solid #3c110a; border-radius: 50%; text-align: center; }
.score-seal strong { font-family: Georgia, serif; font-size: clamp(2.3rem, 5vw, 4rem); line-height: .9; }
.score-seal span { margin-top: 8px; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.definition-layout { display: grid; grid-template-columns: .75fr 1.5fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.definition-block { position: relative; padding: clamp(24px, 3.5vw, 42px); border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius); }
.definition-block::before { content: "“"; position: absolute; top: 18px; right: 28px; color: var(--line-hot); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.definition-block .answer-first { max-width: 900px; color: var(--text); font-family: Georgia, serif; font-size: clamp(1.25rem, 2.3vw, 2rem); line-height: 1.34; }
.definition-block > p:not(.answer-first) { max-width: 820px; color: var(--muted); }
.definition-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.definition-facts span, .trust-chips span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--soft); font-size: .73rem; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.link-card { color: inherit; text-decoration: none; }
.step-card { min-height: 220px; padding: 24px 22px; background: var(--panel); border-right: 1px solid var(--line); transition: transform .2s ease, background-color .2s ease; }
.step-card:last-child { border-right: 0; }
.step-card:hover { background: var(--panel-light); transform: translateY(-5px); }
.step-card > span { display: block; margin-bottom: 36px; color: var(--hot); font-size: .75rem; font-weight: 900; }
.step-card p { color: var(--muted); margin-bottom: 0; font-size: .9rem; }

.fact-ribbon { padding: 24px 0; border-top: 1px solid var(--line-hot); border-bottom: 1px solid var(--line-hot); background: #22130e; }
.fact-ribbon .shell { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.fact-label { color: var(--ember); font-size: .68rem; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.fact-ribbon p { margin: 0; color: var(--soft); font-family: Georgia, serif; font-size: clamp(1rem, 2vw, 1.28rem); line-height: 1.4; }
.fact-ribbon a { color: var(--gold); font-size: .8rem; font-weight: 800; text-decoration: none; white-space: nowrap; }

.feature-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; counter-reset: feature-card; }
.feature-group { position: relative; display: flex; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); color: inherit; text-decoration: none; counter-increment: feature-card; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.feature-group:hover, .feature-group:focus-visible { transform: translateY(-4px); border-color: var(--line-hot); background: var(--panel-light); }
.feature-group::after { content: "0" counter(feature-card); position: absolute; top: 24px; right: 24px; color: #755e50; font-size: .66rem; font-weight: 900; letter-spacing: .1em; }
.feature-group > div { display: block; width: 100%; }
.feature-group .group-label { margin: 20px 0 12px; }
.feature-group h3 { max-width: 310px; margin-bottom: 14px; font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.08; }
.feature-group p, .feature-group li { color: var(--muted); }
.feature-group p:not(.group-label) { margin-bottom: 0; font-size: .88rem; line-height: 1.55; }
.feature-group ul { display: grid; gap: 8px; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-group li { position: relative; margin: 0; padding-left: 17px; font-size: .82rem; line-height: 1.4; }
.feature-group li::before { content: "+"; position: absolute; left: 0; color: var(--hot); font-weight: 900; }
.group-icon { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid var(--line-hot); border-radius: 17px; color: var(--ember); font-size: 1.55rem; transform: rotate(-3deg); }

.alternating-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.alternating-grid.reverse { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .75fr); }
.alternating-grid > .media-panel { min-height: 470px; max-height: 540px; }
.model-stack { display: grid; gap: 12px; margin-top: 34px; }
.model-card { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "status title" "status copy"; gap: 3px 16px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); transition: transform .2s ease, border-color .2s ease; }
.model-card:hover { transform: translateX(5px); border-color: var(--line-hot); }
.model-card h3 { grid-area: title; margin: 0; font-size: 1.38rem; }
.model-card p { grid-area: copy; margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.status { grid-area: status; align-self: center; width: 84px; padding: 7px 8px; border-radius: 999px; text-align: center; font-size: .61rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.status.live { background: #1c2a17; color: var(--green); }
.status.soon { background: #2c2112; color: var(--gold); }
.model-card.featured { border-color: var(--line-hot); background: #261610; }
.model-card.muted { opacity: .72; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.audience-card { min-height: 185px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); transition: transform .2s ease, background-color .2s ease; }
.audience-card:hover { background: var(--panel-light); transform: translateY(-4px); }
.audience-card > span, .use-card > span { display: block; margin-bottom: 24px; color: var(--hot); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.audience-card p, .use-card p { color: var(--muted); margin: 0; font-size: .89rem; }

.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.use-visual { height: 340px; }
.use-visual img { object-position: 50% 30%; }
.use-visual .media-caption { min-height: 68px; }
.use-visual .media-caption strong { display: block; margin-bottom: 3px; color: var(--text); font-size: .78rem; }
.gallery-label { position: absolute; left: 18px; top: 18px; padding: 8px 11px; border: 1px solid var(--line-hot); border-radius: 999px; background: #130e0b; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.use-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); transition: background-color .2s ease, transform .2s ease; }
.use-card:hover { background: var(--panel-light); transform: translateX(5px); }
.use-card > span { margin-bottom: 24px; }

.pro-tip { padding: 30px 0; background: var(--hot); color: #180806; }
.pro-tip .shell { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.tip-number { font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.pro-tip strong { font-family: Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.pro-tip p { margin: 4px 0 0; color: #4f1c14; font-size: .88rem; }
.pro-tip .button-outline { border-color: #4f1c14; color: #180806; }

.table-wrap { border: 1px solid var(--line); border-radius: var(--radius); overflow-x: auto; background: var(--panel); box-shadow: var(--shadow); }
table { width: 100%; min-width: 850px; border-collapse: collapse; font-size: .84rem; }
caption { padding: 18px 22px; color: var(--muted); text-align: left; font-size: .72rem; }
th, td { padding: 18px 16px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); text-align: left; vertical-align: top; }
th:last-child, td:last-child { border-right: 0; }
thead th { color: var(--gold); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
tbody th { color: var(--soft); }
td { color: var(--muted); }
.sauci-col { background: #281811; color: var(--text); }
.source-note { margin: 16px 0 0; color: var(--muted); font-size: .75rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 370px; padding: 23px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.price-card:hover { transform: translateY(-6px); border-color: var(--line-hot); background: var(--panel-light); }
.price-card.featured { border-color: var(--hot); background: #27150f; }
.popular-tag { position: absolute; top: -13px; right: 18px; padding: 6px 10px; border-radius: 999px; background: var(--hot); color: #160806; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 26px 0 0; color: var(--text); font-family: Georgia, serif; font-size: 3.3rem; line-height: .95; }
.price.compact { font-size: 2.75rem; }
.price small { color: var(--hot); font-size: 1.3rem; vertical-align: top; }
.price-card > p:not(.price) { color: var(--muted); font-size: .78rem; }
.price-card ul { margin: 18px 0 22px; padding-left: 19px; color: var(--soft); font-size: .83rem; }
.price-card li { margin-bottom: 7px; }
.card-cta { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--gold); font-size: .78rem; font-weight: 900; }
.token-math { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 1px; margin-top: 24px; padding: 1px; border: 1px solid var(--line); border-radius: 16px; background: var(--line); overflow: hidden; }
.token-math > div { padding: 18px 20px; background: var(--panel); }
.token-math h3 { margin: 0; }
.token-math strong, .token-math span { display: block; }
.token-math strong { color: var(--hot); font-family: Georgia, serif; font-size: 2.4rem; }
.token-math span { color: var(--muted); font-size: .72rem; line-height: 1.3; }

.device-list { display: grid; gap: 9px; margin: 30px 0; }
.device-row { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 12px; align-items: center; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); font-size: .82rem; transition: transform .2s ease, border-color .2s ease; }
.device-row:hover { transform: translateX(5px); border-color: var(--line-hot); }
.device-row > span { color: var(--gold); font-weight: 900; }
.device-row small { color: var(--muted); }
.caution { padding: 16px; border-left: 3px solid var(--hot); background: #21130e; color: var(--muted); font-size: .8rem; }
.phone-art { min-height: 500px !important; transform: rotate(1.5deg); }

.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.safety-card { min-height: 200px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.safety-card > span { color: var(--hot); font-size: .7rem; font-weight: 900; }
.safety-card h3 { margin-top: 30px; }
.safety-card p { margin: 0; color: var(--muted); font-size: .85rem; }

.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.panel { padding: clamp(24px, 3.5vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.panel h3 { font-size: clamp(1.75rem, 3vw, 2.8rem); }
.panel ul { list-style: none; margin: 22px 0 0; padding: 0; }
.panel li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.panel li::before { position: absolute; left: 0; top: 14px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; font-size: .65rem; font-weight: 900; }
.pros li::before { content: "+"; background: #1b2a17; color: var(--green); }
.cons li::before { content: "−"; background: #35140e; color: var(--hot); }
.panel strong { color: var(--soft); }

.review-section { background: #100b09; }
.review-section .section-heading { margin-bottom: 34px; }
.review-rating { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 12px; align-items: center; }
.review-rating > span { color: var(--gold); letter-spacing: .08em; }
.review-rating strong { font-size: .9rem; }
.review-rating small { flex-basis: 100%; color: var(--muted); font-size: .7rem; }
.review-stage { position: relative; display: grid; grid-template-columns: minmax(160px, .7fr) minmax(280px, 340px) minmax(160px, .7fr); gap: clamp(18px, 4vw, 54px); align-items: center; max-width: 980px; margin: 0 auto; }
.phone-shell { position: relative; z-index: 3; padding: 16px 13px 13px; border: 3px solid #49362c; border-radius: 44px; background: #0a0807; box-shadow: 0 28px 65px rgba(0,0,0,.52); }
.phone-speaker { width: 68px; height: 6px; margin: 0 auto 12px; border-radius: 999px; background: #3b2d27; }
.phone-review { min-height: 440px; display: flex; flex-direction: column; align-items: center; padding: 22px 20px 18px; border: 1px solid var(--line); border-radius: 32px; background: var(--panel); color: inherit; text-align: center; text-decoration: none; }
.review-avatar { width: 52px; height: 52px; margin-bottom: 12px; border: 1px solid var(--line-hot); border-radius: 50%; background: #342017; position: relative; }
.review-avatar::before { content: "✦"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--hot); font-size: 1.5rem; }
.phone-stars, .mini-stars { color: var(--gold); letter-spacing: .08em; }
.phone-review blockquote { flex: 0 0 auto; display: grid; place-items: center; width: 100%; min-height: 195px; margin: 14px 0 12px; color: var(--text); font-family: Georgia, serif; font-size: clamp(.92rem, 1.35vw, 1.02rem); line-height: 1.42; transition: opacity .2s ease, transform .2s ease; }
.reviewer strong { display: block; }
.reviewer strong { margin-bottom: 3px; }
.review-progress { width: 100%; height: 3px; margin-top: 16px; background: var(--line); overflow: hidden; }
.review-progress i { display: block; width: 0; height: 100%; background: var(--hot); }
.review-progress i.run { animation: reviewProgress 5s linear forwards; }
@keyframes reviewProgress { to { width: 100%; } }
.side-review { min-height: 220px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); color: inherit; text-decoration: none; opacity: .36; transform: scale(.9); filter: saturate(.35); }
.side-review p { margin: 18px 0; color: var(--soft); font-family: Georgia, serif; font-size: .92rem; line-height: 1.45; }
.side-review span:last-child { color: var(--muted); font-size: .75rem; }
.review-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 22px; }
.review-controls button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); color: var(--text); cursor: pointer; font-size: 1rem; }
.review-controls button:hover { border-color: var(--hot); }
#review-counter { color: var(--muted); font-size: .75rem; min-width: 44px; text-align: center; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat { min-height: 170px; padding: 24px 22px; background: var(--panel); border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong, .stat span { display: block; }
.stat strong { margin: 22px 0 10px; color: var(--hot); font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .8; }
.stat span { color: var(--muted); font-size: .78rem; }

.methodology-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.method-list { border-top: 1px solid var(--line); }
.method-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.method-list span { color: var(--hot); font-size: .72rem; font-weight: 900; }
.method-list p { margin: 0; color: var(--muted); }
.method-list strong { display: block; margin-bottom: 4px; color: var(--text); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px, 8vw, 105px); align-items: start; }
.faq-layout .section-heading { position: sticky; top: 110px; }
.faq-cta { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; color: var(--text); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 22px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--hot); font-family: sans-serif; }
details[open] summary::after { content: "−"; }
details p { padding: 0 44px 24px 0; color: var(--muted); font-size: .88rem; }
details p strong { color: var(--soft); }

.final-cta { padding: clamp(64px, 8vw, 104px) 0; border-top: 1px solid var(--line); }
.final-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr); gap: clamp(34px, 5vw, 72px); align-items: center; max-width: 1120px; padding: clamp(26px, 4vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: #17110e; box-shadow: var(--shadow); overflow: hidden; }
.final-cta-copy { position: relative; z-index: 2; }
.final-cta h2 { max-width: 650px; font-size: clamp(2.35rem, 4.6vw, 4.15rem); }
.final-cta p:not(.eyebrow) { max-width: 610px; margin: 0 0 28px; color: var(--muted); font-size: 1.02rem; }
.final-cta-media { width: 100%; height: 430px; transform: rotate(1deg); }
.final-cta-media img { object-position: 50% 28%; }
.final-cta-media .badge-top { right: 16px; }
.final-cta-media .badge-bottom { left: 16px; bottom: 22px; }
.trust-chips { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; margin-top: 26px; }
.site-footer { padding: 50px 0 26px; border-top: 1px solid var(--line); background: #090706; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 34px; align-items: end; }
.footer-wordmark { font-size: 1.75rem; }
.footer-wordmark .pepper-mark { width: 34px; height: 34px; margin-right: 8px; border-radius: 9px; }
.site-footer p { margin: 8px 0 0; color: var(--muted); font-size: .75rem; }
.footer-meta { text-align: right; }
.footer-legal { display: flex; gap: 10px; }
.footer-legal span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .68rem; text-transform: lowercase; }
.disclosure { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: #776a61; font-size: .66rem; }
.mobile-sticky-cta { display: none; }

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

@media (max-width: 980px) {
  .hero-grid, .alternating-grid, .alternating-grid.reverse, .definition-layout, .methodology-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero { align-items: start; }
  .hero { padding-block: 38px 54px; }
  .hero-grid { gap: 32px; }
  .hero-media { height: 370px; max-width: 340px; width: 72%; margin: 0 auto; }
  .verdict-grid { grid-template-columns: 1fr auto; }
  .verdict-grid .kicker { grid-column: 1 / -1; }
  .score-seal { width: 130px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card:nth-child(2) { border-right: 0; }
  .step-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-groups { grid-template-columns: 1fr; }
  .feature-group h3 { max-width: 620px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .token-math { grid-template-columns: repeat(3, 1fr); }
  .token-math > div:first-child { grid-column: 1 / -1; }
  .review-stage { grid-template-columns: 1fr minmax(280px, 360px) 1fr; gap: 10px; }
  .side-review { padding: 18px; }
  .final-cta-inner { grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr); gap: 30px; }
  .final-cta-media { height: 390px; }
  .faq-layout .section-heading { position: static; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 24px, 1180px); --radius: 16px; }
  body { padding-bottom: 66px; font-size: .9rem; }
  .section { padding: 56px 0; }
  .site-header { height: 64px; }
  .rating-chip { display: none; }
  .header-cta { display: none; }
  .wordmark { font-size: 1.15rem; }
  .hero { min-height: auto; padding-top: 32px; padding-bottom: 44px; }
  .hero-grid { gap: 28px; }
  h1 { font-size: clamp(2.3rem, 10vw, 3.05rem); }
  h2 { font-size: clamp(1.8rem, 8.5vw, 2.65rem); }
  .trust-row { grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
  .trust-row div { min-height: 72px; padding: 10px 8px; }
  .trust-row strong { font-size: 1.05rem; }
  .trust-row span { font-size: .62rem; }
  .hero-media { height: 230px; width: 70%; max-width: 240px; transform: none; }
  .badge-top { right: 10px; }
  .badge-bottom { left: 10px; }
  .verdict-grid { grid-template-columns: 1fr; }
  .score-seal { width: 120px; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .section-heading { margin-bottom: 36px; }
  .steps-grid, .audience-grid, .pricing-grid, .safety-grid, .pros-cons-grid, .stats-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; padding: 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-card:last-child { border-bottom: 0; }
  .step-card > span { margin-bottom: 24px; }
  .fact-ribbon .shell, .pro-tip .shell { grid-template-columns: 1fr; gap: 12px; }
  .feature-group { padding: 20px; }
  .feature-group::after { top: 20px; right: 20px; }
  .feature-group .group-label { margin-top: 16px; }
  .group-icon { width: 50px; height: 50px; }
  .alternating-grid > .media-panel { min-height: 400px; max-height: 450px; }
  .phone-art { min-height: 400px !important; height: 420px; }
  .model-card { grid-template-columns: 1fr; grid-template-areas: "status" "title" "copy"; }
  .status { width: max-content; margin-bottom: 8px; }
  .use-case-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .use-visual { height: 300px; }
  .token-math { grid-template-columns: 1fr; }
  .token-math > div:first-child { grid-column: 1; }
  .device-row { grid-template-columns: 1fr 1fr; }
  .device-row small { grid-column: 1 / -1; }
  .audience-card, .price-card, .safety-card { min-height: auto; }
  .stat { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .review-stage { display: block; }
  .review-section { padding-block: 48px; }
  .review-section .section-heading { margin-bottom: 28px; }
  .phone-shell { max-width: 286px; margin: 0 auto; padding: 14px 11px 11px; border-width: 3px; border-radius: 42px; }
  .phone-speaker { margin-bottom: 10px; }
  .phone-review { min-height: 414px; padding: 20px 18px 16px; border-radius: 31px; }
  .review-avatar { width: 48px; height: 48px; margin-bottom: 10px; }
  .phone-review blockquote { min-height: 182px; margin: 12px 0 10px; font-size: .9rem; line-height: 1.4; }
  .review-progress { margin-top: 14px; }
  .side-review { position: absolute; top: 28%; width: 108px; min-height: 205px; padding: 10px; z-index: 4; overflow: hidden; opacity: .22; transform: scale(.84); pointer-events: none; }
  .side-left { left: -40px; }
  .side-right { right: -40px; }
  .side-review p { display: -webkit-box; margin: 14px 0; overflow: hidden; font-size: .72rem; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
  .review-controls { margin-top: 18px; }
  .review-section .shell { overflow: hidden; }
  .final-cta { padding: 52px 0; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 28px; padding: 24px; border-radius: 20px; }
  .final-cta h2 { font-size: clamp(2.15rem, 10.5vw, 3rem); }
  .final-cta p:not(.eyebrow) { margin-bottom: 24px; font-size: .94rem; }
  .final-cta .button { width: 100%; }
  .final-cta-media { height: 280px; transform: none; }
  .final-cta-media .badge-top { right: 12px; }
  .final-cta-media .badge-bottom { left: 12px; bottom: 18px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { text-align: left; }
  .mobile-sticky-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 60; display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 20px; border: 1px solid #ff8068; border-radius: 999px; background: var(--hot); color: #160806; text-decoration: none; font-weight: 900; box-shadow: 0 12px 35px rgba(0,0,0,.46); }
}

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