:root {
  --ink: #16181c;
  --ink-2: #1d2026;
  --ink-3: #262a31;
  --line-dark: #333941;
  --paper: #f2f4f6;
  --paper-2: #ffffff;
  --line-light: #e2e6ea;
  --text-dark: #f3f5f7;
  --text-light: #13161a;
  --muted-dark: #98a2ae;
  --muted-light: #5c6672;
  --accent: #63a5c4;
  --accent-deep: #4a8cab;
  --accent-ink: #0b2129;
  --accent-soft: rgba(99, 165, 196, .13);
  --gold: #f5a524;
  --green: #2fae7e;
  --green-soft: rgba(47, 174, 126, .1);
  --radius: 16px;
  --radius-lg: 22px;
  --pill: 999px;
  --font-display: "Unbounded", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; padding-bottom: 84px; color: var(--text-light); background: var(--paper); font-family: var(--font-body); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
s { text-decoration-thickness: 1.5px; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.wrap.narrow { max-width: 780px; }
.section { padding: clamp(48px, 7vw, 84px) 0; }
.section--paper { background: var(--paper); color: var(--text-light); }
.section--paper-2 { background: var(--paper-2); color: var(--text-light); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.section--ink { background: var(--ink); color: var(--text-dark); }

h1 { font-family: var(--font-display); margin: 0; font-size: clamp(30px, 5.2vw, 50px); font-weight: 800; line-height: 1.04; letter-spacing: -.4px; }
h2 { font-family: var(--font-display); margin: 0; font-size: clamp(24px, 3.6vw, 36px); font-weight: 800; line-height: 1.12; letter-spacing: -.3px; }
h3 { font-family: var(--font-display); margin: 0; font-size: clamp(18px, 2.2vw, 24px); font-weight: 700; line-height: 1.2; }
.accent { color: var(--accent); }

.section-head { margin-bottom: clamp(24px, 3.5vw, 40px); }
.section-kicker { margin: 0 0 10px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.lead { max-width: 620px; margin: 14px 0 0; color: var(--muted-light); font-size: clamp(15px, 1.6vw, 17px); line-height: 1.55; }
.section--ink .lead { color: var(--muted-dark); }

/* ---------- Buttons ---------- */
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 56px; padding: 14px 26px; border: 0; border-radius: var(--pill); color: #fff; background: var(--accent); box-shadow: 0 10px 26px rgba(99, 165, 196, .34); font-size: 16px; font-weight: 800; line-height: 1.1; text-align: center; transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.cta:hover { background: var(--accent-deep); box-shadow: 0 12px 30px rgba(74, 140, 171, .42); }
.cta:active { transform: translateY(1px); }
.cta-block { width: 100%; }
.cta-sm { min-height: 42px; padding: 10px 20px; font-size: 14px; box-shadow: none; }
.cta:focus-visible, .offer-card:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible, .brand:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ---------- Promo bar + topbar ---------- */
.promo-bar { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 16px; padding: 9px 16px; background: var(--ink); color: var(--text-dark); font-size: 13px; font-weight: 600; text-align: center; }
.promo-bar b { color: var(--accent); font-weight: 800; }
.promo-timer { font-variant-numeric: tabular-nums; color: var(--muted-dark); font-weight: 700; }
.promo-timer #promo-timer-value { color: var(--accent); }

.topbar { position: sticky; top: 0; z-index: 20; background: rgba(22, 24, 28, .94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-dark); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 66px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text-dark); text-decoration: none; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 50%; background: var(--ink-3); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name strong, .brand-name small { display: block; line-height: 1; }
.brand-name strong { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: .3px; }
.brand-name small { margin-top: 5px; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: 1.5px; }

/* ---------- Hero ---------- */
.hero { padding: clamp(28px, 4vw, 56px) 0 clamp(36px, 5vw, 64px); background: var(--ink); color: var(--text-dark); }
.hero-grid { display: grid; gap: clamp(24px, 3.5vw, 40px); }
.hero-carousel { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); background: #05070a; }
.hero-track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.hero-track::-webkit-scrollbar { display: none; }
.hero-slide { position: relative; flex: 0 0 100%; width: 100%; height: 100%; scroll-snap-align: start; }
.hero-slide-media { width: 100%; height: 100%; object-fit: cover; }
.carousel-chip, .media-chip { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: var(--pill); color: #fff; background: rgba(12, 14, 18, .74); backdrop-filter: blur(6px); font-size: 11px; font-weight: 700; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(99, 165, 196, .6); animation: livepulse 1.8s ease-out infinite; }
@keyframes livepulse { 0% { box-shadow: 0 0 0 0 rgba(99, 165, 196, .55); } 70% { box-shadow: 0 0 0 8px rgba(99, 165, 196, 0); } 100% { box-shadow: 0 0 0 0 rgba(99, 165, 196, 0); } }
.carousel-counter { position: absolute; right: 12px; bottom: 12px; padding: 5px 9px; border-radius: 6px; color: #fff; background: rgba(12, 14, 18, .74); backdrop-filter: blur(6px); font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.carousel-dots { position: absolute; left: 0; right: 0; bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.carousel-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(245, 246, 248, .35); transition: background-color .2s ease, width .2s ease; }
.carousel-dot.is-active { width: 15px; border-radius: var(--pill); background: #fff; }

.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.hero-description { max-width: 520px; margin: 16px 0 20px; color: var(--muted-dark); font-size: clamp(15px, 1.7vw, 17px); line-height: 1.5; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.pill-row li { padding: 8px 14px; border: 1px solid rgba(99, 165, 196, .35); border-radius: var(--pill); background: var(--accent-soft); color: #cfe4ef; font-size: 12.5px; font-weight: 700; }

.price-card { padding: 20px; margin-bottom: 18px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--ink-2); }
.price-old-line { display: block; color: var(--muted-dark); font-size: 13px; font-weight: 600; }
.price-old-line s { color: var(--muted-dark); }
.price-line { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 6px 0 10px; }
.price-current { font-family: var(--font-display); font-size: clamp(38px, 6vw, 54px); font-weight: 800; color: var(--accent); line-height: 1; letter-spacing: -1px; }
.price-badge { padding: 6px 11px; border-radius: 7px; color: #fff; background: var(--accent-deep); font-size: 13px; font-weight: 800; }
.price-note { margin: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.4; }
.trust-line { margin: 14px 0 0; color: var(--muted-dark); font-size: 13.5px; font-weight: 600; text-align: center; }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; padding: 14px 0; background: #0d0f13; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.marquee-track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee-set { display: flex; align-items: center; flex: 0 0 auto; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: .6px; color: rgba(243, 245, 247, .85); white-space: nowrap; }
.marquee-set i { display: inline-block; margin: 0 16px; font-style: normal; color: var(--accent); }
.mq-accent { color: var(--accent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Problem ---------- */
.solution-card { margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--paper-2); box-shadow: 0 6px 24px rgba(19, 22, 26, .06); }
.solution-card p { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--text-light); }

/* ---------- Benefits ---------- */
.benefit-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.benefit-card { padding: 24px 22px; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--paper-2); box-shadow: 0 4px 18px rgba(19, 22, 26, .05); }
.benefit-icon { display: block; margin-bottom: 12px; font-size: 26px; line-height: 1; }
.benefit-card h3 { font-size: 18px; }
.benefit-card p { margin: 8px 0 0; color: var(--muted-light); font-size: 14.5px; line-height: 1.5; }

/* ---------- Details ---------- */
.detail-row { display: grid; gap: clamp(20px, 3vw, 44px); align-items: center; padding: clamp(22px, 3vw, 34px) 0; }
.detail-row + .detail-row { border-top: 1px solid var(--line-light); }
.detail-media { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink-3); box-shadow: 0 12px 34px rgba(19, 22, 26, .12); }
.detail-media img, .detail-media video { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.detail-copy p { margin: 14px 0 0; color: var(--muted-light); font-size: 15.5px; line-height: 1.55; }
.ticks { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.ticks li { position: relative; padding-left: 28px; font-size: 15px; font-weight: 600; line-height: 1.4; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-deep); font-size: 11px; font-weight: 800; }

/* ---------- Specs ---------- */
.spec-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.spec { padding: 22px 18px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--ink-2); text-align: center; }
.spec b { display: block; font-family: var(--font-display); color: var(--accent); font-size: clamp(26px, 4vw, 38px); font-weight: 800; line-height: 1; letter-spacing: -.5px; }
.spec span { display: block; margin-top: 9px; color: var(--muted-dark); font-size: 13px; line-height: 1.35; }

/* ---------- Comparison ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--paper-2); }
.compare-table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 14px; }
.compare-table th, .compare-table td { padding: 14px 12px; text-align: center; border-bottom: 1px solid var(--line-light); }
.compare-table thead th { color: var(--muted-light); font-size: 12px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; background: var(--paper); }
.compare-table tbody th { color: var(--text-light); font-weight: 700; text-align: left; white-space: nowrap; }
.compare-table td { color: var(--muted-light); }
.compare-table .is-us { color: var(--accent-deep); font-weight: 800; background: var(--accent-soft); }
.compare-table thead .is-us { font-family: var(--font-display); color: var(--accent-deep); }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: 0; }

/* ---------- Offers ---------- */
.offers { scroll-margin-top: 76px; }
.offer-timer { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 20px; padding: 9px 15px; border: 1px solid var(--line-dark); border-radius: var(--pill); background: var(--ink-2); color: var(--text-dark); font-size: 13.5px; font-weight: 700; }
.offer-timer span { color: var(--accent); font-variant-numeric: tabular-nums; }
.offer-list { display: grid; gap: 12px; margin-bottom: 22px; }
.offer-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 92px; padding: 18px; border: 1px solid var(--line-dark); border-radius: var(--radius); color: var(--text-dark); background: var(--ink-2); text-align: left; transition: border-color .16s ease, background-color .16s ease, transform .16s ease; }
.offer-card:hover { border-color: #47505c; }
.offer-card:active { transform: translateY(1px); }
.offer-card.is-selected { border: 2px solid var(--accent); padding: 17px; background: linear-gradient(180deg, rgba(99, 165, 196, .16), rgba(99, 165, 196, .05)); }
.offer-copy, .offer-price { display: grid; gap: 5px; min-width: 0; }
.offer-copy b { font-size: 17px; font-weight: 800; line-height: 1.15; }
.offer-copy small { color: var(--muted-dark); font-size: 12.5px; line-height: 1.3; }
.offer-price { text-align: right; }
.offer-price b { color: var(--accent); font-size: 19px; font-weight: 800; white-space: nowrap; }
.offer-price s { color: var(--muted-dark); font-size: 12px; white-space: nowrap; }
.offer-price small { color: var(--muted-dark); font-size: 11px; white-space: nowrap; }
.offer-badge { position: absolute; top: -11px; left: 16px; padding: 5px 10px; border-radius: var(--pill); font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; letter-spacing: .4px; white-space: nowrap; }
.offer-badge--hot { color: #fff; background: var(--accent-deep); }
.offer-badge--best { color: var(--accent-ink); background: var(--accent); }

/* ---------- Checkout ---------- */
.checkout { scroll-margin-top: 76px; }
.form-wrap { max-width: 640px; }
#order-form { margin-top: 8px; }
.chosen-offer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px 12px; margin-bottom: 20px; padding: 16px 18px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--paper); }
.chosen-offer span:first-child { grid-column: 1 / -1; color: var(--muted-light); font-size: 11px; font-weight: 750; letter-spacing: .4px; text-transform: uppercase; }
.chosen-offer strong { font-size: 17px; font-weight: 800; }
.chosen-offer-prices { display: inline-flex; align-items: baseline; gap: 8px; text-align: right; }
.chosen-offer-prices b { color: var(--accent-deep); font-size: 19px; font-weight: 800; }
.chosen-offer-prices s { color: var(--muted-light); font-size: 12.5px; }
.field-label { display: block; margin: 18px 0 8px; font-size: 13.5px; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--line-light); border-radius: 12px; color: var(--text-light); background: var(--paper); font-size: 16px; line-height: 1.25; transition: border-color .16s ease, box-shadow .16s ease; }
input { height: 54px; padding: 0 16px; }
textarea { min-height: 80px; padding: 14px 16px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #98a2ae; }
input:focus, textarea:focus { outline: none; border-color: var(--accent); background: var(--paper-2); box-shadow: 0 0 0 4px rgba(99, 165, 196, .18); }
.field-hint { margin: 7px 0 0; color: var(--muted-light); font-size: 12px; line-height: 1.4; }
.confirm-card { margin: 22px 0; padding: 15px 17px; border-left: 4px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; background: var(--green-soft); }
.confirm-card b { display: block; color: #1c7d59; font-size: 13.5px; font-weight: 800; }
.confirm-card p { margin: 6px 0 0; color: #2c6d55; font-size: 12.5px; line-height: 1.45; }
.submit-button { position: relative; margin-top: 6px; }
.button-loader { display: none; width: 18px; height: 18px; margin-left: 4px; vertical-align: -4px; border: 2px solid rgba(255, 255, 255, .45); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.is-loading .button-loader { display: inline-block; }
.is-loading { pointer-events: none; opacity: .78; }
@keyframes spin { to { transform: rotate(360deg); } }
.trust-mini { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.trust-mini li { display: flex; align-items: center; gap: 10px; color: var(--muted-light); font-size: 13px; font-weight: 600; }
.form-status { min-height: 18px; margin: 12px 0 0; color: #d4384f; font-size: 13.5px; font-weight: 650; }
.form-status.is-success { color: var(--green); }
.form-legal { margin: 10px 0 0; color: var(--muted-light); font-size: 11.5px; line-height: 1.45; }

/* ---------- Reviews ---------- */
.review-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.review-card { display: flex; flex-direction: column; gap: 12px; padding: 22px; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--paper-2); box-shadow: 0 4px 18px rgba(19, 22, 26, .05); }
.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }
.review-card p { margin: 0; flex: 1 1 auto; font-size: 15px; font-style: italic; line-height: 1.55; }
.review-head { display: flex; align-items: center; gap: 11px; padding-top: 12px; border-top: 1px solid var(--line-light); }
.review-avatar { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-display); font-size: 16px; font-weight: 700; }
.review-avatar--2 { background: #7c8fa8; }
.review-avatar--3 { background: #3f4b59; }
.review-meta { display: grid; gap: 3px; min-width: 0; }
.review-meta b { font-size: 14.5px; font-weight: 800; }
.review-meta span { color: var(--muted-light); font-size: 12px; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--paper); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 18px; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; flex: 0 0 auto; width: 18px; height: 18px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--accent); transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-icon::before { width: 13px; height: 2px; }
.faq-icon::after { width: 2px; height: 13px; }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg) scale(0); }
.faq-item p { margin: 0; padding: 0 18px 18px; color: var(--muted-light); font-size: 14.5px; line-height: 1.55; }

/* ---------- Final CTA ---------- */
.final-cta { padding: clamp(44px, 6vw, 72px) 0; background: var(--ink); color: var(--text-dark); }
.final-inner { text-align: center; }
.final-inner p { margin: 14px 0 24px; color: var(--muted-dark); font-size: 16px; }
.final-inner p b { color: var(--accent); font-size: 20px; font-weight: 800; }
.final-inner p s { color: var(--muted-dark); }

/* ---------- Footer ---------- */
.footer { padding: 34px 0 26px; background: #0d0f13; color: var(--text-dark); }
.footer-inner { display: grid; justify-items: center; gap: 10px; text-align: center; }
.footer-brand { display: inline-flex; align-items: baseline; gap: 8px; }
.footer-brand strong { font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.footer-brand span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.footer-note { margin: 0; font-size: 13px; font-weight: 600; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; max-width: 520px; }
.footer-links a { color: var(--muted-dark); font-size: 12px; font-weight: 650; text-decoration-color: var(--accent); text-underline-offset: 3px; }
.footer-links a:hover { color: var(--accent); }
.footer-copy { margin: 0; color: var(--muted-dark); font-size: 11.5px; }

/* ---------- Legal pages (inherited from old build) ---------- */
.legal-body { min-height: 100vh; margin: 0; padding: 0; color: var(--text-dark); background: var(--ink); font-family: var(--font-body); }
.legal-shell { width: 100%; max-width: 780px; min-height: 100vh; margin: 0 auto; background: var(--ink); }
.legal-topbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 20px; border-bottom: 1px solid var(--line-dark); }
.legal-back { color: var(--muted-dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-back:hover { color: var(--accent); }
.legal-content { padding: 36px 20px 52px; }
.legal-content h1 { margin-bottom: 16px; font-size: clamp(27px, 7vw, 38px); }
.legal-content h2 { margin: 28px 0 10px; font-size: 19px; }
.legal-content p, .legal-content li { color: var(--muted-dark); font-size: 15px; line-height: 1.55; }
.legal-content p { margin: 0 0 12px; }
.legal-content ul { display: grid; gap: 8px; margin: 0 0 12px; padding-left: 20px; }
.legal-content strong { color: var(--text-dark); }
.legal-content a { color: var(--text-dark); text-decoration-color: var(--accent); text-underline-offset: 3px; }
.legal-content a:hover { color: var(--accent); }
.legal-updated { margin-bottom: 28px !important; color: var(--accent) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.legal-note { margin-top: 28px !important; padding: 14px 15px; border-left: 3px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--ink-2); }
.legal-footer { padding: 22px 20px 34px; border-top: 1px solid var(--line-dark); text-align: center; }
.legal-footer p { margin: 0; color: var(--muted-dark); font-size: 11px; }

/* ---------- Sticky order bar ---------- */
.sticky-order { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 76px; padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); border-top: 1px solid var(--line-dark); background: rgba(22, 24, 28, .95); backdrop-filter: blur(12px); color: var(--text-dark); transform: translateY(100%); transition: transform .28s ease; }
.sticky-order.is-visible { transform: translateY(0); }
.sticky-info { display: grid; gap: 3px; min-width: 0; }
.sticky-info span:first-child { overflow: hidden; color: var(--muted-dark); font-size: 11.5px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.sticky-prices { display: inline-flex; align-items: baseline; gap: 7px; }
.sticky-prices strong { color: var(--accent); font-size: 18px; font-weight: 800; }
.sticky-prices s { color: var(--muted-dark); font-size: 11.5px; }
.sticky-order .cta { flex: 0 0 auto; min-height: 48px; padding: 12px 24px; box-shadow: none; }

/* ---------- Thanks page ---------- */
.thanks-body { min-height: 100vh; margin: 0; padding: 20px; color: var(--text-dark); background: var(--ink); font-family: var(--font-body); }
.thanks-wrap { display: grid; place-items: center; min-height: calc(100vh - 40px); }
.thanks-box { width: min(100%, 480px); padding: 36px 26px; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); background: var(--ink-2); text-align: center; }
.thanks-icon { display: inline-grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: #05140e; background: var(--green); box-shadow: 0 0 34px rgba(47, 174, 126, .4); font-size: 28px; font-weight: 900; }
.thanks-eyebrow { margin: 18px 0 8px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }
.thanks-box h1 { margin: 0 auto; font-size: clamp(24px, 6vw, 30px); }
.thanks-copy { display: block; margin: 16px auto 0; color: var(--muted-dark); font-size: 15px; line-height: 1.5; }
.order-id { margin: 22px 0; padding: 14px; border: 1px solid var(--line-dark); border-radius: 12px; background: var(--ink-3); font-size: 14px; }
.order-id strong { color: var(--accent); }
.thanks-box a { color: var(--accent); font-size: 14px; font-weight: 800; text-decoration: none; }

/* ---------- Scroll reveal ---------- */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
html.js .reveal.revealed { opacity: 1; transform: translateY(0); }
.benefit-card:nth-child(2), .review-card:nth-child(2), .spec:nth-child(2) { transition-delay: .06s; }
.benefit-card:nth-child(3), .review-card:nth-child(3), .spec:nth-child(3) { transition-delay: .12s; }
.benefit-card:nth-child(4), .spec:nth-child(4) { transition-delay: .18s; }
.benefit-card:nth-child(5), .spec:nth-child(5) { transition-delay: .24s; }
.benefit-card:nth-child(6), .spec:nth-child(6) { transition-delay: .3s; }

/* ---------- Responsive ---------- */
@media (min-width: 620px) {
  .benefit-grid, .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .promo-bar { font-size: 14px; }
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "intro media" "offer media"; align-items: start; column-gap: clamp(32px, 4vw, 56px); }
  .hero-intro { grid-area: intro; }
  .hero-media { grid-area: media; align-self: center; }
  .hero-offer { grid-area: offer; }
  .trust-line { text-align: left; }
  .benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .detail-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .detail-row--flip .detail-media { order: 2; }
  .detail-row--flip .detail-copy { order: 1; }
  .compare-table { min-width: 0; }
  .sticky-order { justify-content: center; gap: 28px; }
  .sticky-info { flex: 0 0 auto; }
}
@media (max-width: 400px) {
  .wrap { padding: 0 16px; }
  .topbar-cta { padding: 10px 14px; }
  .offer-card { gap: 10px; padding: 15px; }
  .offer-card.is-selected { padding: 14px; }
  .offer-copy small { font-size: 11.5px; }
  .sticky-order .cta { padding: 12px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .live-dot, .marquee-track { animation: none; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .cta, .offer-card, .sticky-order { transition: none; }
}
