:root{
  --ic-filter: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2 16 H9 C11 16 11 6.5 13 6.5 C15 6.5 15 12.5 17 15 C19 17.4 20.4 19 22 20.5%22/%3E%3C/svg%3E");
  --ic-mod: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2 12 Q6.5 3.5 11 12 T20 12%22/%3E%3Cpath d=%22M20 12 H22%22/%3E%3C/svg%3E");
  --ic-matrix: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22black%22 stroke=%22none%22%3E%3Ccircle cx=%226%22 cy=%226%22 r=%221.15%22/%3E%3Ccircle cx=%2212%22 cy=%226%22 r=%221.15%22/%3E%3Ccircle cx=%2218%22 cy=%226%22 r=%221.15%22/%3E%3Ccircle cx=%226%22 cy=%2212%22 r=%221.15%22/%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%221.15%22/%3E%3Ccircle cx=%2218%22 cy=%2212%22 r=%221.15%22/%3E%3Ccircle cx=%226%22 cy=%2218%22 r=%221.15%22/%3E%3Ccircle cx=%2212%22 cy=%2218%22 r=%221.15%22/%3E%3Ccircle cx=%2218%22 cy=%2218%22 r=%221.15%22/%3E%3C/svg%3E");
  --ic-safe: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2.8 L20 5.6 V12 C20 16.8 16.4 19.9 12 21.4 C7.6 19.9 4 16.8 4 12 V5.6 Z%22/%3E%3Cpath d=%22M9 12.2 L11.1 14.3 L15.3 9.8%22/%3E%3C/svg%3E");
  --ic-drive: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M2 16 H6 V8 H10 V16 H14 V8 H18 V16 H22%22/%3E%3C/svg%3E");
  --ic-stereo: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%228.2%22/%3E%3Cpath d=%22M12 4 V20 M4 12 H20 M6.7 17.3 L17.3 6.7%22/%3E%3C/svg%3E");
}
/* =====================================================================
   WAHIDA AUDIO — ONE8 site
   Cinematic-dark premium design system (Arturia / Universal Audio class).
   Restraint, space, refined type, elegant product framing, one warm accent.
   ===================================================================== */

/* ---------- tokens ---------- */
:root {
  --bg:        #0a0a0c;
  --bg-2:      #0c0c0f;
  --ink:       #070709;
  --panel:     #141419;
  --panel-2:   #191920;
  --line:      rgba(240, 236, 228, 0.09);
  --line-2:    rgba(240, 236, 228, 0.17);
  --text:      #f3f0ea;
  --muted:     #a4a199;
  --faint:     #74716b;
  --gold:      #d8a441;
  --gold-hi:   #eeca77;
  --gold-deep: #a9781f;
  --glow:      rgba(216, 164, 65, 0.22);

  --sans:    "Satoshi", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --display: "Clash Display", "Satoshi", system-ui, sans-serif;

  --r-lg: 22px;
  --r:    14px;
  --r-sm: 9px;

  --sh-2:     0 30px 70px -34px rgba(0, 0, 0, 0.8);
  --sh-frame: 0 50px 130px -50px rgba(0, 0, 0, 0.9);

  --max: 1200px;
  --pad: clamp(1.15rem, 4vw, 2rem);
  --gap-section: clamp(4.5rem, 10vw, 8.5rem);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -0.006em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select, input, textarea { font: inherit; color: inherit; }
p, ul, ol, figure { margin: 0; }
ul { padding: 0; list-style: none; }

::selection { background: rgba(216, 164, 65, 0.28); color: #fff; }

:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: fixed; top: 0.8rem; left: 0.8rem; z-index: 200;
  transform: translateY(-160%);
  padding: 0.7rem 1.1rem; border-radius: var(--r-sm);
  background: var(--gold); color: #1a1305; font-weight: 700;
}
.skip-link:focus { transform: none; }

/* ---------- typography ---------- */
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--text);
}
h1 { font-size: clamp(2.7rem, 6.2vw, 5.1rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(1.95rem, 3.6vw, 3.05rem); letter-spacing: -0.028em; }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.5rem); letter-spacing: -0.02em; }

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}

.lede, .section-copy, .product-cinematic-subtitle {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.6;
  font-weight: 400;
  max-width: 62ch;
}
.muted { color: var(--muted); }
.center { text-align: center; }
.center .lede, .center .section-copy { margin-inline: auto; }
strong { font-weight: 700; color: var(--text); }

/* ---------- layout ---------- */
.page-shell { position: relative; overflow: clip; }
.container { width: min(100% - (var(--pad) * 2), var(--max)); margin-inline: auto; }
.section { padding-block: var(--gap-section); }
.section-tight { padding-block: clamp(3rem, 6vw, 5rem); }

.section-head { max-width: 760px; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin-bottom: 1.1rem; }

.button-row { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }

/* ---------- buttons ---------- */
.btn, .btn-secondary, .ghost-chip {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.92rem 1.55rem;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), background .25s ease, border-color .25s ease, box-shadow .25s ease, color .2s ease;
}
.btn {
  color: #1a1305;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 14px 34px -14px var(--glow);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.3) inset, 0 20px 44px -14px var(--glow); }
.btn-secondary {
  color: var(--text);
  border-color: var(--line-2);
  background: rgba(240,236,228,0.02);
  backdrop-filter: blur(6px);
}
.btn-secondary:hover { transform: translateY(-2px); border-color: rgba(216,164,65,.55); background: rgba(216,164,65,0.07); }
.ghost-chip {
  padding: 0.62rem 1.05rem; font-size: 0.86rem; border-radius: var(--r-sm);
  color: var(--text); border-color: var(--line-2); background: transparent;
}
.ghost-chip::after { content: "→"; font-size: 0.95em; transition: transform .25s ease; opacity: .8; }
.ghost-chip:hover { border-color: rgba(216,164,65,.55); color: var(--gold-hi); }
.ghost-chip:hover::after { transform: translateX(3px); }
.plain-link { color: var(--gold); font-weight: 600; }
.plain-link:hover { color: var(--gold-hi); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,12,0.72);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand-mark { width: auto; height: 30px; }
.brand-copy { display: none; }
.site-nav { display: flex; align-items: center; gap: 0.35rem; }
.site-nav a {
  padding: 0.5rem 0.9rem; border-radius: var(--r-sm);
  color: var(--muted); font-weight: 500; font-size: 0.95rem;
  transition: color .2s ease, background .2s ease;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); background: rgba(240,236,228,0.05); }
.header-actions { display: flex; align-items: center; gap: 0.6rem; }
.header-actions .btn-secondary { padding: 0.6rem 1.05rem; font-size: 0.88rem; }

@media (max-width: 720px) {
  .site-nav { display: none; }
}

/* ---------- shared product/screen framing ---------- */
.frame, .range-media, .screen-frame, .product-voyage-screen, .ribbon-card,
.showcase-screen, .hero-backdrop, .guide-frame {
  position: relative;
  border-radius: var(--r);
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.2));
  box-shadow: var(--sh-frame);
  overflow: hidden;
}
.frame img, .range-media img, .screen-frame img, .product-voyage-screen img,
.ribbon-card img, .showcase-screen img { display: block; width: 100%; height: auto; }
.frame::after, .range-media::after, .screen-frame::after, .product-voyage-screen::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

/* ---------- ambient background wash (subtle, cinematic) ---------- */
.page-shell::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60rem 40rem at 78% -10%, rgba(216,164,65,0.10), transparent 60%),
    radial-gradient(52rem 40rem at 10% 8%, rgba(60,90,140,0.07), transparent 60%);
}

/* =====================================================================
   HOMEPAGE  (lp-*)
   ===================================================================== */
.lp-hero {
  position: relative;
  padding-top: clamp(3.5rem, 8vw, 7rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  text-align: center;
}
.lp-hero .container { position: relative; z-index: 2; }
.lp-hero h1 { max-width: 15ch; margin: 0 auto 1.4rem; }
.lp-hero .lede { margin: 0 auto 2rem; text-align: center; font-size: clamp(1.08rem,1.6vw,1.32rem); color: #cfccc4; }
.lp-hero .button-row { justify-content: center; margin-bottom: clamp(2.6rem, 5vw, 4rem); }

.lp-hero-visual {
  position: relative;
  width: min(100% - (var(--pad)*2), 1120px);
  margin: 0 auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-2);
  overflow: hidden;
  box-shadow: var(--sh-frame);
  background: #050506;
}
.lp-hero-visual video { width: 100%; height: 100%; object-fit: cover; }
.lp-hero-visual img { display: block; width: 100%; height: auto; }
.lp-hero-visual::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  background: linear-gradient(180deg, transparent 60%, rgba(5,5,6,0.35));
}
.lp-hero-glow {
  position: absolute; left: 50%; top: 44%; transform: translate(-50%,-50%);
  width: 80%; height: 60%; z-index: 0; pointer-events: none;
  background: radial-gradient(closest-side, rgba(216,164,65,0.16), transparent 72%);
  filter: blur(30px);
}

.lp-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; margin-top: clamp(2.5rem, 5vw, 4rem);
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--line); overflow: hidden;
}
.lp-stat { background: var(--bg); padding: 1.6rem 1.4rem; }
.lp-stat strong { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem,2.5vw,2.1rem); color: var(--text); letter-spacing: -0.02em; }
.lp-stat span { display: block; margin-top: 0.35rem; color: var(--muted); font-size: 0.9rem; line-height: 1.4; }
@media (max-width: 720px){ .lp-stats { grid-template-columns: repeat(2,1fr); } }

/* alternating feature rows */
.lp-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.lp-feature + .lp-feature { margin-top: var(--gap-section); }
.lp-feature.is-flip .lp-feature-media { order: 2; }
.lp-feature-copy h2 { margin-bottom: 1.2rem; }
.lp-feature-copy .lede { margin-bottom: 1.6rem; }
.lp-list { display: grid; gap: 0.75rem; margin-bottom: 1.8rem; }
.lp-list li { position: relative; padding-left: 1.7rem; color: var(--muted); }
.lp-list li::before {
  content: ""; position: absolute; left: 0; top: 0.5em; width: 0.7rem; height: 0.7rem;
  background: var(--gold); border-radius: 2px; transform: rotate(45deg); opacity: .85;
}
@media (max-width: 840px){
  .lp-feature { grid-template-columns: 1fr; gap: 2rem; }
  .lp-feature.is-flip .lp-feature-media { order: 0; }
}

/* full-bleed cinematic band */
.lp-band { position: relative; margin-block: var(--gap-section); }
.lp-band-inner {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  border: 1px solid var(--line-2); min-height: min(70vh, 620px);
  display: grid; align-items: end;
}
.lp-band-inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-band-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,7,9,0.2) 20%, rgba(7,7,9,0.92)); }
.lp-band-copy { position: relative; padding: clamp(2rem,5vw,4rem); max-width: 720px; }
.lp-band-copy h2 { margin-bottom: 1rem; }

/* systems grid */
.lp-systems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
@media (max-width: 720px){ .lp-systems-grid { grid-template-columns: 1fr; } }
.lp-card {
  border: 1px solid var(--line); border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255,255,255,0.028), rgba(0,0,0,0.14)), var(--panel);
  overflow: hidden; transition: border-color .3s ease, transform .3s ease;
}
.lp-card:hover { border-color: rgba(216,164,65,0.32); transform: translateY(-3px); }
.lp-card-media { aspect-ratio: 16/10; overflow: hidden; border-bottom: 1px solid var(--line); }
.lp-card-media img { width: 100%; height: 100%; object-fit: cover; }
.lp-card-body { padding: 1.5rem 1.6rem 1.7rem; }
.lp-card-icon { width: 26px; height: 26px; margin-bottom: 0.9rem; background: var(--gold); }
.lp-card h3 { margin-bottom: 0.5rem; }
.lp-card p { color: var(--muted); font-size: 0.96rem; }

/* mask icons */
.ic { -webkit-mask: center/contain no-repeat; mask: center/contain no-repeat; }
.ic-filter { -webkit-mask-image: var(--ic-filter); mask-image: var(--ic-filter); }
.ic-mod    { -webkit-mask-image: var(--ic-mod);    mask-image: var(--ic-mod); }
.ic-matrix { -webkit-mask-image: var(--ic-matrix); mask-image: var(--ic-matrix); }
.ic-safe   { -webkit-mask-image: var(--ic-safe);   mask-image: var(--ic-safe); }
.ic-drive  { -webkit-mask-image: var(--ic-drive);  mask-image: var(--ic-drive); }
.ic-stereo { -webkit-mask-image: var(--ic-stereo); mask-image: var(--ic-stereo); }

/* final CTA */
.lp-cta { text-align: center; padding-block: var(--gap-section); }
.lp-cta-inner {
  max-width: 760px; margin-inline: auto; padding: clamp(2.5rem,6vw,4.5rem) var(--pad);
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  background: radial-gradient(60rem 30rem at 50% -20%, rgba(216,164,65,0.12), transparent 60%), var(--panel);
}
.lp-cta h2 { margin-bottom: 1rem; }
.lp-cta .lede { margin: 0 auto 2rem; }
.lp-cta .button-row { justify-content: center; }

/* =====================================================================
   LEGACY COMPONENT CLASSES  (secondary pages: product, features, docs,
   downloads, pricing, checkout, legal). Restyled to the same premium system.
   ===================================================================== */

/* generic hero variants used across pages */
.hero, .page-hero { padding-block: clamp(3rem, 7vw, 6rem); }
.page-hero .container { max-width: 820px; }
.page-hero h1 { margin-bottom: 1.3rem; }
.page-hero .lede { margin-bottom: 1.8rem; }
.page-hero-actions { margin-top: 0.5rem; }

.hero-shell {
  position: relative; overflow: hidden;
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  min-height: min(60vh, 560px); display: grid; align-items: end;
  box-shadow: var(--sh-frame);
}
.hero-backdrop { position: absolute; inset: 0; border: 0; border-radius: 0; box-shadow: none; }
.hero-backdrop img, .hero-shell > .hero-backdrop { width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; padding: clamp(1.8rem, 4vw, 3rem); }
.hero-card { max-width: 640px; }
.hero-shell::before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(7,7,9,.25) 30%, rgba(7,7,9,.9)); }

/* product cinematic hero (products, product/one8, checkout, docs) */
.product-cinematic-hero, .checkout-cinematic-hero, .support-help-hero {
  position: relative; overflow: hidden;
  min-height: min(88vh, 760px); display: grid; align-items: center;
  border-bottom: 1px solid var(--line);
}
.product-cinematic-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-cinematic-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,10,0.94) 0%, rgba(8,8,10,0.72) 42%, rgba(8,8,10,0.5) 100%),
    linear-gradient(180deg, rgba(8,8,10,0.4), rgba(8,8,10,0.72));
}
.product-cinematic-inner { position: relative; display: grid; grid-template-columns: 1.35fr 0.9fr; gap: 2.5rem; align-items: center; }
.product-cinematic-copy h1 { margin-bottom: 1.2rem; }
.product-cinematic-subtitle { font-family: var(--display); font-weight: 500; color: var(--gold-hi); font-size: clamp(1.1rem,1.6vw,1.4rem); margin-bottom: 1rem; }
.product-cinematic-copy .lede { margin-bottom: 1.8rem; }
.product-cinematic-specs { display: grid; gap: 0.6rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--r); background: rgba(10,10,12,0.55); backdrop-filter: blur(8px); }
.product-cinematic-specs span { display: flex; gap: 0.6rem; align-items: baseline; color: var(--muted); font-size: 0.95rem; padding-block: 0.35rem; border-bottom: 1px solid var(--line); }
.product-cinematic-specs span:last-child { border-bottom: 0; }
.product-cinematic-specs strong { color: var(--gold-hi); font-family: var(--display); font-weight: 600; min-width: 4.5rem; }
@media (max-width: 860px){ .product-cinematic-inner { grid-template-columns: 1fr; } }

/* editorial statement band */
.story-band, .product-editorial-band { padding-block: var(--gap-section); }
.story-band-inner, .product-editorial-inner { max-width: 820px; }
.story-band-inner h2, .product-editorial-inner h2 { margin-bottom: 1.2rem; }
.story-band-inner p, .product-editorial-inner p { color: var(--muted); font-size: clamp(1.05rem,1.5vw,1.28rem); }
.story-band-dark { background: var(--ink); border-block: 1px solid var(--line); }

/* stat strip (home experience-row) */
.experience-row { padding-block: clamp(2rem,4vw,3rem); }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border: 1px solid var(--line); border-radius: var(--r); background: var(--line); overflow: hidden; }
.experience-item { background: var(--bg); padding: 1.6rem 1.4rem; }
.experience-item strong { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem,2.3vw,2rem); }
.experience-item span { display: block; margin-top: 0.35rem; color: var(--muted); font-size: 0.9rem; }
@media (max-width: 720px){ .experience-grid { grid-template-columns: repeat(2,1fr); } }

/* sticky cinema sequence (kept, refined) */
.cinema-sequence { position: relative; }
.cinema-sequence-sticky { position: sticky; top: 0; min-height: 100vh; display: grid; }
.cinema-scene { position: relative; grid-area: 1/1; display: grid; align-items: end; opacity: 0; transition: opacity .6s ease; }
.cinema-scene.is-active { opacity: 1; }
.cinema-scene-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cinema-scene-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,7,9,.25) 35%, rgba(7,7,9,.9)); }
.cinema-scene-copy { position: relative; padding-block: clamp(3rem,8vw,7rem); max-width: 640px; }
.cinema-scene-copy h2 { margin-bottom: 1rem; }
.cinema-sequence-controls { position: relative; display: flex; gap: 0.6rem; padding-bottom: 2rem; }
.cinema-sequence-controls button { display: flex; gap: 0.5rem; align-items: center; padding: 0.6rem 1rem; border-radius: var(--r-sm); border: 1px solid var(--line-2); background: rgba(10,10,12,0.5); color: var(--muted); }
.cinema-sequence-controls button.is-active { color: var(--text); border-color: rgba(216,164,65,0.5); }
.cinema-sequence-controls button span { color: var(--gold); font-family: var(--display); }

/* legacy home hero (if present) fallback */
.cinema-hero { position: relative; min-height: 82vh; display: grid; align-items: center; overflow: hidden; }
.cinema-slides { position: absolute; inset: 0; }
.cinema-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: heroFade 18s infinite; }
.cinema-slide.is-two { animation-delay: 6s; } .cinema-slide.is-three { animation-delay: 12s; }
@keyframes heroFade { 0%,22%{opacity:1} 33%,100%{opacity:0} }
.cinema-copy { position: relative; text-align: left; }
.cinema-copy h1 { font-size: clamp(3.5rem, 12vw, 9rem); }

/* card grids: product-range, spec-grid, support grids, etc. */
.product-range { padding-block: var(--gap-section); }
.range-grid, .spec-grid, .support-reference-grid, .support-action-grid,
.support-fix-grid, .policy-grid, .trial-followup-grid, .checkout-after-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem;
}
.range-grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px){ .range-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .range-grid, .spec-grid, .support-reference-grid, .support-action-grid, .support-fix-grid, .policy-grid, .checkout-after-grid { grid-template-columns: 1fr; } }

.range-card, .spec-box, .manual-card, .support-action-card, .support-fix-card,
.policy-tile, .release-card, .legal-card, .trial-followup-card, .cta-panel,
.checkout-plan, .price-card, .showcase-panel, .split-section {
  border: 1px solid var(--line); border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(0,0,0,0.12)), var(--panel);
  transition: border-color .3s ease, transform .3s ease;
}
.range-card { overflow: hidden; }
.range-card:hover, .spec-box:hover, .manual-card:hover, .support-action-card:hover,
.policy-tile:hover, .lp-card:hover { border-color: rgba(216,164,65,0.3); }

.range-card > div { padding: 1.4rem 1.5rem 1.6rem; }
.range-card .range-media { border: 0; border-radius: 0; border-bottom: 1px solid var(--line); box-shadow: none; aspect-ratio: 16/10; }
.range-card h3 { margin: 0.6rem 0 0.5rem; }
.range-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 1rem; }

/* tags / chips / kickers */
.tag, .spec-kicker, .price-kicker, .plan-label {
  display: inline-block; font-family: var(--sans); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
}
.chip {
  display: inline-flex; align-items: center; padding: 0.35rem 0.7rem; border-radius: 999px;
  border: 1px solid var(--line-2); background: rgba(240,236,228,0.03); color: var(--muted);
  font-size: 0.76rem; font-weight: 500;
}
.chip.current { color: #1a1305; background: var(--gold); border-color: transparent; font-weight: 600; }

/* spec boxes / feature cards padding */
.spec-box, .manual-card, .support-action-card, .support-fix-card, .policy-tile,
.legal-card, .trial-followup-card, .cta-panel { padding: 1.6rem 1.7rem; }
.spec-box .spec-value { display: block; font-family: var(--display); font-weight: 600; font-size: 1.3rem; margin: 0.5rem 0 0.7rem; color: var(--text); }
.spec-list, .quick-specs, .pricing-checks, .checkout-next-list, .bullet-list { display: grid; gap: 0.55rem; margin-top: 1rem; }
.spec-list li, .quick-specs li, .pricing-checks li, .checkout-next-list li, .bullet-list li {
  position: relative; padding-left: 1.5rem; color: var(--muted); font-size: 0.95rem;
}
.spec-list li::before, .quick-specs li::before, .pricing-checks li::before,
.checkout-next-list li::before, .bullet-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em; width: 0.55rem; height: 0.55rem;
  background: var(--gold); transform: rotate(45deg); border-radius: 1px; opacity: .8;
}
.manual-card h3 { margin: 0.7rem 0; }
.manual-card .screen-frame { margin-top: 1.2rem; }

/* section head center helper used on features */
.section-head.center { text-align: center; }

/* split section (features) */
.split-section { padding: clamp(1.8rem,4vw,2.8rem); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem,4vw,3rem); align-items: center; }
.split-copy h2 { margin-bottom: 1.1rem; }
@media (max-width: 840px){ .split-grid { grid-template-columns: 1fr; } }

/* screenshot ribbon (features) */
.screenshot-ribbon { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-top: 2rem; }
.screenshot-ribbon-spaced { margin-top: clamp(2rem,5vw,3.5rem); }
.ribbon-card span { position: absolute; left: 0.9rem; bottom: 0.8rem; background: rgba(8,8,10,0.7); backdrop-filter: blur(6px); padding: 0.3rem 0.7rem; border-radius: var(--r-sm); font-size: 0.78rem; color: var(--text); border: 1px solid var(--line); }
@media (max-width: 720px){ .screenshot-ribbon { grid-template-columns: 1fr; } }

/* product voyage (product & products) */
.product-voyage { padding-block: var(--gap-section); }
.product-voyage-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.product-voyage-copy h2 { margin: 0.4rem 0 1.1rem; }
.product-voyage-points { display: grid; gap: 0.6rem; margin: 1.4rem 0 1.8rem; }
.product-voyage-points li { position: relative; padding-left: 1.5rem; color: var(--muted); }
.product-voyage-points li::before { content:""; position:absolute; left:0; top:0.55em; width:0.55rem; height:0.55rem; background:var(--gold); transform:rotate(45deg); opacity:.8; }
.product-voyage-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; margin-top: 1.5rem; }
.product-voyage-card { display: grid; gap: 0.3rem; padding: 0.9rem 1rem; border: 1px solid var(--line); border-radius: var(--r-sm); background: rgba(255,255,255,0.02); cursor: pointer; transition: border-color .25s ease; }
.product-voyage-card.is-active { border-color: rgba(216,164,65,0.55); background: rgba(216,164,65,0.06); }
.product-voyage-card span { color: var(--gold); font-family: var(--display); font-weight: 600; }
.product-voyage-card strong { font-size: 0.92rem; }
@media (max-width: 860px){ .product-voyage-inner { grid-template-columns: 1fr; } }

/* support hub */
.support-reference-band, .support-action-band, .support-fix-band, .support-portal-band { padding-block: clamp(3rem,6vw,5rem); }
.support-section-head { margin-bottom: 2rem; }
.support-action-card { display: grid; gap: 0.4rem; text-decoration: none; }
.support-action-card span { color: var(--gold); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.support-action-card strong { font-size: 1.05rem; }
.support-action-card p { color: var(--muted); font-size: 0.92rem; }
.support-action-card-primary { border-color: rgba(216,164,65,0.4); background: radial-gradient(40rem 20rem at 0% 0%, rgba(216,164,65,0.1), transparent 60%), var(--panel); }
.support-fix-card { padding: 0; overflow: hidden; }
.support-fix-card summary { padding: 1.2rem 1.5rem; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.support-fix-card summary::after { content: "+"; color: var(--gold); font-size: 1.3rem; }
.support-fix-card[open] summary::after { content: "–"; }
.support-fix-card p { padding: 0 1.5rem; color: var(--muted); font-size: 0.95rem; }
.support-fix-card .ghost-chip { margin: 1rem 1.5rem 1.4rem; }
.support-split-head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2.4rem; align-items: end; }
.support-split-head p { color: var(--muted); }
@media (max-width:840px){ .support-split-head { grid-template-columns: 1fr; } }
.support-portal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.support-portal-copy h2 { margin: 0.6rem 0 1rem; }
.support-portal-list { display: grid; gap: 0.6rem; }
.support-portal-list a { display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 1rem; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: var(--r-sm); transition: border-color .25s ease; }
.support-portal-list a:hover { border-color: rgba(216,164,65,0.4); }
.support-portal-list span { grid-row: span 2; align-self: center; color: var(--gold); font-family: var(--display); font-size: 1.2rem; }
.support-portal-list small { color: var(--muted); }
.support-hero-specs, .checkout-hero-specs { }
@media (max-width:840px){ .support-portal-grid { grid-template-columns: 1fr; } }

/* downloads / releases */
.release-list { display: grid; gap: 1.2rem; }
.release-card { padding: 1.6rem 1.8rem; display: grid; gap: 1.2rem; }
.release-main { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between; align-items: start; }
.release-main h2 { font-size: clamp(1.3rem,2vw,1.7rem); margin: 0.5rem 0; }
.release-main p { color: var(--muted); }
.release-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.release-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.update-log { margin-top: 0.5rem; border-top: 1px solid var(--line); padding-top: 0.8rem; }
.update-log summary { cursor: pointer; color: var(--muted); font-size: 0.9rem; }
.update-log-body { padding-top: 1rem; color: var(--muted); }
.update-log-body ul { display: grid; gap: 0.4rem; margin-top: 0.6rem; }
.update-log-body li { position: relative; padding-left: 1.3rem; font-size: 0.92rem; }
.update-log-body li::before { content:""; position:absolute; left:0; top:0.55em; width:0.5rem; height:0.5rem; background:var(--gold); transform:rotate(45deg); opacity:.7; }

/* pricing */
.pricing-layout { display: grid; gap: 2rem; }
.price-card { padding: 2rem; text-align: center; max-width: 460px; margin-inline: auto; }
.price-kicker { margin-bottom: 1rem; }
.price-amount, .price-summary strong { font-family: var(--display); font-weight: 600; }
.price-amount { font-size: clamp(2.5rem,5vw,3.5rem); color: var(--text); }
.plan-price { font-family: var(--display); }
.pricing-note { color: var(--faint); font-size: 0.88rem; text-align: center; margin-top: 1.5rem; }

/* checkout */
.checkout-buy-section, .checkout-after-band { padding-block: clamp(3rem,6vw,5rem); }
.checkout-stage-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem,4vw,3rem); align-items: start; }
@media (max-width:960px){ .checkout-stage-grid { grid-template-columns: 1fr; } }
/* plan step — Outright & Monthly side by side, Trial full width below */
.checkout-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; border: 0; box-shadow: none; padding: 0; background: transparent; }
.checkout-plan-grid-featured { border: 0; box-shadow: none; }
.checkout-plan { padding: 1.35rem 1.35rem 1.45rem; display: flex; flex-direction: column; gap: 0.45rem; }
.checkout-plan > div { display: grid; gap: 0.12rem; }
.checkout-plan h4 { font-family: var(--display); font-weight: 600; font-size: 1.15rem; }
.checkout-plan .plan-price { font-family: var(--display); font-weight: 600; font-size: 1.7rem; color: var(--text); line-height: 1.1; }
.checkout-plan p { color: var(--muted); font-size: 0.88rem; flex: 1 0 auto; margin: 0.15rem 0 0.4rem; }
.checkout-plan .btn { width: 100%; margin-top: auto; }
.checkout-plan.is-featured { border-color: rgba(216,164,65,0.5); box-shadow: 0 0 0 1px rgba(216,164,65,0.18); }
.checkout-plan[data-checkout-plan="trial"] { grid-column: 1 / -1; }
.checkout-trial-intro { display: grid; gap: 0.25rem; margin-bottom: 1rem; }
.trial-followup-card { text-align: left; display: grid; gap: 0.28rem; padding: 1rem 1.1rem; cursor: pointer; font: inherit; }
.trial-followup-card:hover:not([disabled]) { border-color: rgba(216,164,65,0.5); background: rgba(216,164,65,0.05); }
.trial-followup-card > span { color: var(--muted); font-size: 0.8rem; }
.trial-followup-card strong { font-family: var(--display); font-weight: 600; font-size: 1.02rem; color: var(--text); }
.trial-followup-card small { color: var(--faint); font-size: 0.78rem; line-height: 1.4; }
.trial-followup-action { color: var(--gold); font-style: normal; font-weight: 600; font-size: 0.74rem; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 0.15rem; }
@media (max-width: 560px){ .checkout-plan-grid, .trial-followup-grid { grid-template-columns: 1fr; } }
.checkout-purchase-panel { border: 1px solid var(--line-2); border-radius: var(--r); background: var(--panel); padding: 1.8rem; position: sticky; top: 90px; }
.checkout-account-entry, .paddle-discount-entry { display: grid; gap: 0.8rem; margin-top: 1rem; }
.checkout-account-entry input, .paddle-discount-entry input {
  width: 100%; padding: 0.85rem 1rem; border-radius: var(--r-sm);
  border: 1px solid var(--line-2); background: rgba(0,0,0,0.25); color: var(--text);
}
.checkout-account-entry input:focus, .paddle-discount-entry input:focus { outline: none; border-color: rgba(216,164,65,0.5); }
.wizard-progress { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.wizard-section { border-top: 1px solid var(--line); padding-top: 1.4rem; margin-top: 1.4rem; }
.wizard-step-heading { font-family: var(--display); font-weight: 600; font-size: 1.15rem; margin-bottom: 0.5rem; }
.wizard-step-copy { color: var(--muted); font-size: 0.95rem; }
.wizard-step-actions { display: flex; gap: 0.7rem; margin-top: 1.2rem; flex-wrap: wrap; }
.wizard-note, .vat-line, .checkout-trial-status-line { color: var(--faint); font-size: 0.85rem; }
.checkout-final-button { width: 100%; }
.checkout-next-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }

/* legal */
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.legal-card { position: sticky; top: 90px; }
.legal-nav a, .legal-card a { display: block; padding: 0.5rem 0; color: var(--muted); }
.legal-nav a:hover, .legal-card a:hover { color: var(--gold-hi); }
.legal-section { max-width: 760px; }
.legal-section h2 { margin: 2.4rem 0 1rem; }
.legal-section h3 { margin: 1.6rem 0 0.6rem; }
.legal-section p, .legal-section li { color: var(--muted); margin-bottom: 0.9rem; }
.legal-section ul { display: grid; gap: 0.5rem; padding-left: 1.2rem; list-style: disc; }
.legal-meta { color: var(--faint); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.14em; }
@media (max-width: 840px){ .legal-layout { grid-template-columns: 1fr; } .legal-card { position: static; } }

/* cta panel (features) */
.cta-panel { text-align: center; padding: clamp(2.5rem,5vw,4rem); background: radial-gradient(50rem 24rem at 50% -20%, rgba(216,164,65,0.1), transparent 60%), var(--panel); }
.cta-panel h2 { max-width: 20ch; margin: 0 auto 1.6rem; }
.cta-panel .button-row { justify-content: center; }

/* cinema cta (home/product) */
.cinema-cta { padding-block: var(--gap-section); }
.cinema-cta-inner { max-width: 760px; margin-inline: auto; text-align: center; padding: clamp(2.5rem,6vw,4.5rem) var(--pad); border: 1px solid var(--line-2); border-radius: var(--r-lg); background: radial-gradient(60rem 30rem at 50% -20%, rgba(216,164,65,0.12), transparent 60%), var(--panel); }
.cinema-cta-inner h2 { margin-bottom: 1rem; }
.cinema-cta-inner p { color: var(--muted); margin: 0 auto 2rem; max-width: 55ch; }
.cinema-cta-inner .button-row { justify-content: center; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding-block: clamp(2.5rem,5vw,3.5rem); margin-top: var(--gap-section); background: var(--ink); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: start; }
.footer .brand-mark { height: 28px; }
.footer-copy { max-width: 520px; }
.footer-copy > p { color: var(--muted); margin-bottom: 1rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-links a { color: var(--faint); font-size: 0.9rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--gold-hi); }

/* ---------- cookie consent (injected by site.js) ---------- */
[class*="consent"] .btn, [class*="consent"] button { border-radius: var(--r-sm); }
[data-consent], [class*="consent-panel"], [class*="consent-bar"] {
  background: var(--panel-2) !important; border: 1px solid var(--line-2) !important; border-radius: var(--r) !important;
}

/* ---------- motion ---------- */
.reveal { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .lp-hero .container > * { animation: rise .8s cubic-bezier(.2,.7,.3,1) both; }
  .lp-hero h1 { animation-delay: .05s; }
  .lp-hero .lede { animation-delay: .12s; }
  .lp-hero .button-row { animation-delay: .19s; }
  .lp-hero-visual { animation: rise 1s cubic-bezier(.2,.7,.3,1) .26s both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto; } }

/* ---------- small screens ---------- */
@media (max-width: 560px) {
  .btn, .btn-secondary { width: 100%; }
  .button-row { width: 100%; }
  .lp-hero .button-row .btn, .lp-hero .button-row .btn-secondary { width: auto; }
}
/* Self-hosted Wahida Audio brand fonts (Fontshare) */
@font-face{font-family:'Satoshi';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/satoshi-400.woff2') format('woff2');}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/satoshi-500.woff2') format('woff2');}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/satoshi-700.woff2') format('woff2');}
@font-face{font-family:'Satoshi';font-style:normal;font-weight:900;font-display:swap;src:url('/assets/fonts/satoshi-900.woff2') format('woff2');}
@font-face{font-family:'Clash Display';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/clash-display-500.woff2') format('woff2');}
@font-face{font-family:'Clash Display';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/clash-display-600.woff2') format('woff2');}
@font-face{font-family:'Clash Display';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/clash-display-700.woff2') format('woff2');}

:root{
  --ic-check: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4 12.5 L9.5 18 L20 6.5%22/%3E%3C/svg%3E");
  --ic-lock: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%225%22 y=%2210.5%22 width=%2214%22 height=%2210%22 rx=%222%22/%3E%3Cpath d=%22M8 10.5 V7.5 A4 4 0 0 1 16 7.5 V10.5%22/%3E%3C/svg%3E");
  --ic-bolt: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M13 2 L4 14 H11 L10 22 L20 9 H13 Z%22/%3E%3C/svg%3E");
  --ic-download: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 3 V15 M7 11 L12 16 L17 11 M4 20 H20%22/%3E%3C/svg%3E");
  --ic-doc: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M7 3 H14 L19 8 V21 H7 Z%22/%3E%3Cpath d=%22M14 3 V8 H19 M9.5 13 H15 M9.5 16.5 H15%22/%3E%3C/svg%3E");
  --ic-cross: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.6%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M6 6 L18 18 M18 6 L6 18%22/%3E%3C/svg%3E");
}

/* =====================================================================
   WORLD-CLASS LAYER — motion, credibility, commerce, micro-interaction
   ===================================================================== */

/* header solidify on scroll */
.site-header { transition: background .3s ease, box-shadow .3s ease, border-color .3s ease; }
.site-header.scrolled { background: rgba(7,8,10,0.92); box-shadow: 0 12px 30px -22px rgba(0,0,0,0.9); }

/* scroll reveal */
[data-reveal]{ opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); will-change: opacity, transform; }
[data-reveal].in{ opacity: 1; transform: none; }
[data-reveal][data-reveal-delay="1"]{ transition-delay: .08s; }
[data-reveal][data-reveal-delay="2"]{ transition-delay: .16s; }
[data-reveal][data-reveal-delay="3"]{ transition-delay: .24s; }
@media (prefers-reduced-motion: reduce){ [data-reveal]{ opacity:1; transform:none; transition:none; } }

/* image hover zoom */
.frame, .lp-card-media, .range-media, .lp-band-inner { overflow: hidden; }
.frame img, .lp-card-media img, .range-media img { transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.lp-card:hover .lp-card-media img, .lp-feature-media .frame:hover img, .range-card:hover .range-media img { transform: scale(1.035); }
.lp-stat strong, .experience-item strong { font-variant-numeric: tabular-nums; }

/* format badges */
.lp-formats { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-top: 1.7rem; }
.lp-format { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.48rem 0.95rem; border: 1px solid var(--line-2); border-radius: 999px; color: var(--soft); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.01em; }
.lp-format::before { content: ""; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px 1px var(--glow); }

/* trust row */
.lp-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: var(--r); background: var(--line); overflow: hidden; margin-top: 1.5rem; }
.lp-trust-item { background: var(--bg); padding: 1.5rem 1.4rem; display: grid; gap: 0.55rem; }
.lp-trust-ic { width: 1.5rem; height: 1.5rem; background: var(--gold); -webkit-mask: center/contain no-repeat; mask: center/contain no-repeat; }
.lp-trust-item strong { font-family: var(--display); font-weight: 600; font-size: 1.02rem; }
.lp-trust-item span { color: var(--muted); font-size: 0.86rem; line-height: 1.4; }
@media (max-width: 760px){ .lp-trust { grid-template-columns: repeat(2,1fr); } }

/* comparison */
.lp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.lp-compare-card { border: 1px solid var(--line); border-radius: var(--r); padding: 1.9rem; background: var(--panel); }
.lp-compare-card.is-one8 { border-color: rgba(216,164,65,0.4); background: radial-gradient(50rem 24rem at 50% -30%, rgba(216,164,65,0.1), transparent 60%), var(--panel); }
.lp-compare-card h3 { margin-bottom: 1.2rem; }
.lp-compare-card .tag { margin-bottom: 0.9rem; }
.lp-compare-list { display: grid; gap: 0.8rem; }
.lp-compare-list li { position: relative; padding-left: 2rem; color: var(--muted); }
.lp-compare-list li::before { content: ""; position: absolute; left: 0; top: 0.15em; width: 1.2rem; height: 1.2rem; background: var(--faint); -webkit-mask: center/contain no-repeat var(--ic-cross); mask: center/contain no-repeat var(--ic-cross); }
.is-one8 .lp-compare-list li { color: var(--soft); }
.is-one8 .lp-compare-list li::before { background: var(--gold); -webkit-mask-image: var(--ic-check); mask-image: var(--ic-check); }
@media (max-width: 760px){ .lp-compare { grid-template-columns: 1fr; } }

/* section intro helper reused on inner pages */
.pd-hero { position: relative; padding-top: clamp(3rem,7vw,6rem); padding-bottom: clamp(2rem,5vw,4rem); }
.pd-hero .lp-hero-glow { }

/* checkout polish — step nav buttons + price hierarchy */
.wizard-progress button { padding: 0.42rem 0.85rem; border-radius: var(--r-sm); border: 1px solid var(--line-2); background: rgba(240,236,228,0.03); color: var(--muted); font-weight: 600; font-size: 0.82rem; cursor: pointer; }
.wizard-progress button.is-active { color: #1a1305; background: linear-gradient(180deg, var(--gold-hi), var(--gold)); border-color: transparent; }
.wizard-progress button:disabled { opacity: 0.45; cursor: default; }
.checkout-plan .plan-price { font-size: 1.4rem; }
.checkout-plan[data-checkout-plan="full"] .plan-price { font-size: 1.95rem; }

/* checkout — balanced layout, tidy steps, trial clarity */
.checkout-stage-grid { grid-template-columns: 1fr 1.04fr; }
.checkout-stage-copy { position: sticky; top: 88px; }
@media (max-width: 960px){ .checkout-stage-copy { position: static; } }
.checkout-signal-stack { display: grid; gap: 0.55rem; margin-top: 1.5rem; }
.checkout-signal-stack span { display: flex; align-items: baseline; gap: 0.7rem; color: var(--muted); font-size: 0.95rem; }
.checkout-signal-stack strong { color: var(--gold); font-family: var(--display); font-weight: 600; min-width: 1.1rem; }
.checkout-signal-stack span.is-active { color: var(--text); }
.checkout-signal-stack span.is-active strong { color: var(--gold-hi); }

.trial-explainer { margin-top: 1.8rem; padding: 1.4rem 1.5rem; border: 1px solid var(--line-2); border-radius: var(--r); background: rgba(240,236,228,0.02); }
.trial-explainer .eyebrow { margin-bottom: 0.9rem; }
.trial-explainer ul { display: grid; gap: 0.7rem; }
.trial-explainer li { position: relative; padding-left: 1.45rem; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.trial-explainer li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 0.5rem; height: 0.5rem; background: var(--gold); transform: rotate(45deg); border-radius: 1px; opacity: 0.85; }
.trial-explainer strong { color: var(--text); }

.trial-card-notice { margin-top: 1rem; padding: 0.85rem 1rem; border: 1px solid rgba(216,164,65,0.35); border-radius: var(--r-sm); background: rgba(216,164,65,0.07); color: var(--soft); font-size: 0.85rem; line-height: 1.5; }
.trial-card-notice strong { color: var(--gold-hi); }
