:root {
  color-scheme: dark;
  --bg: #060811;
  --bg-soft: #0a0d18;
  --panel: rgba(17, 22, 38, 0.86);
  --panel-solid: #111626;
  --panel-2: #151b2d;
  --line: rgba(151, 164, 205, 0.18);
  --line-strong: rgba(132, 109, 255, 0.46);
  --text: #f6f7ff;
  --muted: #a8b0ca;
  --subtle: #737d9c;
  --violet: #7866ff;
  --violet-2: #a56dff;
  --cyan: #47e2d0;
  --green: #46e6a2;
  --red: #ff6978;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
  --radius: 24px;
  --radius-sm: 15px;
  --shell: 1220px;
  --font: Inter, ui-sans-serif, "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -15%, rgba(103, 82, 255, 0.18), transparent 34rem),
    linear-gradient(180deg, #070913 0%, #060811 55%, #080a13 100%);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
ul { margin: 0; padding: 0; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-140%); padding: 10px 14px; border-radius: 10px; background: var(--violet); color: white; }
.skip-link:focus { transform: none; }

.topbar {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(150, 165, 207, .13);
  background: rgba(6, 8, 17, .76);
  backdrop-filter: blur(18px) saturate(145%);
}
.topbar-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; font-size: 20px; font-weight: 760; letter-spacing: -.4px; }
.brand-mark { width: 42px; height: 26px; color: var(--violet); filter: drop-shadow(0 0 13px rgba(120,102,255,.48)); }
.brand-mark svg { width: 100%; height: 100%; }
.brand small { display: block; margin-top: 2px; color: #8d80ff; font-size: 9px; font-weight: 800; letter-spacing: 2.4px; }
.nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.nav a { position: relative; color: #c6cce0; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; transform: scaleX(0); border-radius: 4px; background: linear-gradient(90deg, var(--violet), var(--cyan)); transition: transform .2s ease; }
.nav a:hover, .nav a:focus-visible { color: white; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.language { display: flex; gap: 5px; flex: 0 0 auto; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16,21,36,.75); }
.language a { min-width: 34px; padding: 7px 8px; border-radius: 8px; color: var(--muted); text-align: center; font-size: 11px; font-weight: 800; }
.language a.active { background: linear-gradient(135deg, var(--violet), #5a4bf0); color: white; box-shadow: 0 7px 20px rgba(105,86,255,.3); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; }

.hero { position: relative; overflow: hidden; padding: 88px 0 28px; }
.hero::after { position: absolute; z-index: -1; right: -20%; bottom: 12%; left: -20%; height: 420px; content: ""; background: radial-gradient(ellipse at center, rgba(92, 69, 255, .13), transparent 66%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); opacity: .78; }
.hero-orb-one { width: 400px; height: 400px; top: -210px; left: 6%; background: radial-gradient(circle, rgba(120,102,255,.22), transparent 65%); }
.hero-orb-two { width: 520px; height: 520px; right: -180px; bottom: 0; background: radial-gradient(circle, rgba(69,216,208,.11), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, .85fr); align-items: center; gap: 76px; min-height: 650px; }
.availability-chip { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 12px; border: 1px solid rgba(111,230,200,.22); border-radius: 999px; background: rgba(37, 73, 76, .18); color: #baf8e9; font-size: 11px; font-weight: 800; letter-spacing: 1.15px; }
.availability-chip > span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.hero h1 { max-width: 720px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -4.2px; }
.gradient { color: transparent; background: linear-gradient(112deg, #a998ff 5%, #7866ff 50%, #4be2d1 100%); background-clip: text; -webkit-background-clip: text; }
.lead { max-width: 660px; margin-top: 26px; color: #b9c1d9; font-size: clamp(17px, 2vw, 20px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(18, 23, 40, .82); color: white; font-weight: 750; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover:not(:disabled), .button:focus-visible:not(:disabled) { transform: translateY(-2px); border-color: rgba(129,108,255,.65); background: rgba(26,31,53,.96); }
.button.primary { border-color: transparent; background: linear-gradient(135deg, #806cff, #6753f1); box-shadow: 0 16px 38px rgba(105,83,241,.33), inset 0 1px rgba(255,255,255,.18); }
.button.primary:hover:not(:disabled) { background: linear-gradient(135deg, #927fff, #6e59ff); box-shadow: 0 20px 48px rgba(105,83,241,.43); }
.button-large { min-height: 54px; padding-inline: 24px; border-radius: 15px; font-size: 14px; }
.button-block { width: 100%; margin-top: auto; }
.button:disabled { cursor: not-allowed; opacity: .5; filter: grayscale(.18); }
.checkout-state { min-height: 20px; margin-top: 14px; color: var(--subtle); font-size: 12px; line-height: 1.5; }
.checkout-state[data-kind="ready"] { color: #8df1d2; }
.checkout-state[data-kind="working"] { color: #d9d2ff; }
.checkout-state[data-kind="error"] { color: #ff9aa5; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-top: 22px; color: #939db9; font-size: 12px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { color: var(--green); font-style: normal; font-weight: 900; }

.hero-product { position: relative; width: min(100%, 570px); margin-inline: auto; perspective: 1200px; animation: hero-product-float 8s ease-in-out infinite; }
.product-glow { position: absolute; inset: 12% -9% -5%; border-radius: 50%; background: radial-gradient(circle, rgba(122,102,255,.34), rgba(71,226,208,.07) 43%, transparent 70%); filter: blur(38px); animation: hero-glow-breathe 5.5s ease-in-out infinite; }
.product-shell { position: relative; overflow: hidden; border: 1px solid rgba(148,132,255,.38); border-radius: 26px; background: #0c101c; box-shadow: 0 46px 100px rgba(0,0,0,.6), 0 0 60px rgba(102,81,245,.11); transform: rotateY(-5deg) rotateX(1deg); }
.product-shell::before { position: absolute; z-index: 2; inset: 0; content: ""; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.12); }
.product-bar { height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #111625; font-size: 11px; }
.product-bar strong { color: #dce1f2; font-weight: 700; }
.product-bar em { margin-left: auto; padding: 4px 7px; border: 1px solid rgba(122,102,255,.35); border-radius: 7px; color: #a99aff; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: 1px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #3b435a; }
.window-dots i:first-child { background: #7666f7; }
.hero-video-frame { position: relative; height: 496px; overflow: hidden; background: #04060b; }
.hero-video-frame video { width: 100%; height: 100%; object-fit: cover; }
.hero-video-frame::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(180deg, rgba(4,6,11,.02) 52%, rgba(4,6,11,.89) 100%); }
.video-scan { position: absolute; z-index: 2; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent, rgba(72,226,209,.5), transparent); box-shadow: 0 0 18px rgba(72,226,209,.32); opacity: .65; }
.video-caption { position: absolute; z-index: 3; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.video-caption span { color: #9b8cff; font-size: 9px; font-weight: 900; letter-spacing: 1.7px; }
.video-caption strong { color: white; font-size: 12px; font-weight: 650; }
.sound-toggle { position: absolute; z-index: 4; top: 15px; right: 15px; display: flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(5,7,13,.7); backdrop-filter: blur(12px); font-size: 10px; font-weight: 750; cursor: pointer; }
.product-timeline { display: flex; height: 54px; align-items: center; gap: 7px; padding: 0 15px; background: #101522; }
.product-timeline span { height: 5px; flex: 1; border-radius: 10px; background: #273047; }
.product-timeline span.active { position: relative; overflow: hidden; background: linear-gradient(90deg, #7764fa, #4ee0d0); box-shadow: 0 0 12px rgba(112,97,242,.35); }
.product-timeline span.active::after { position: absolute; inset: 0; content: ""; transform: translateX(-120%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); animation: timeline-flow 2.8s ease-in-out infinite; }
.hero-visual-frame { position: relative; aspect-ratio: 3 / 2; overflow: hidden; isolation: isolate; background: #04060b; }
.hero-visual-frame::before { position: absolute; z-index: 1; inset: -15%; content: ""; pointer-events: none; opacity: .28; background: linear-gradient(rgba(122,102,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(71,226,208,.08) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at 57% 44%, #000 0, transparent 64%); animation: visual-grid-drift 11s linear infinite; }
.hero-visual-frame::after { position: absolute; z-index: 2; top: -22%; right: 0; left: 0; height: 18%; content: ""; pointer-events: none; opacity: 0; background: linear-gradient(180deg, transparent, rgba(86,230,216,.17), rgba(126,105,255,.08), transparent); filter: blur(2px); animation: visual-scanline 5.2s ease-in-out infinite; }
.hero-visual-frame picture { display: block; animation: hero-art-drift 11s ease-in-out infinite alternate; }
.hero-visual-frame picture, .hero-visual-frame img { width: 100%; height: 100%; }
.hero-visual-frame img { object-fit: cover; transform: scale(1.028); transition: transform 1.2s cubic-bezier(.2,.75,.2,1); }
.hero-product:hover .hero-visual-frame img { transform: scale(1.055); }
.visual-vignette { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4,6,11,.02) 42%, rgba(4,6,11,.82) 100%), radial-gradient(circle at 53% 40%, transparent 25%, rgba(2,4,10,.27) 100%); }
.visual-sweep { position: absolute; z-index: 2; top: -20%; bottom: -20%; left: -28%; width: 26%; pointer-events: none; transform: skewX(-13deg); background: linear-gradient(90deg, transparent, rgba(119,101,255,.17), rgba(75,226,210,.2), transparent); filter: blur(7px); animation: visual-sweep 6.5s ease-in-out infinite; }
@keyframes visual-sweep { 0%, 16% { transform: translateX(0) skewX(-13deg); opacity: 0; } 30% { opacity: .82; } 58%, 100% { transform: translateX(640px) skewX(-13deg); opacity: 0; } }
.visual-caption { position: absolute; z-index: 3; right: 20px; bottom: 18px; left: 20px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.visual-caption span { color: #a89aff; font-size: 9px; font-weight: 900; letter-spacing: 1.7px; }
.visual-caption strong { color: #fff; font-size: 12px; font-weight: 650; text-shadow: 0 2px 18px #000; }
.visual-status { position: absolute; z-index: 3; top: 15px; right: 15px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1px 7px; min-width: 116px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(5,7,15,.69); box-shadow: 0 12px 30px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.visual-status i { width: 7px; height: 7px; grid-row: span 2; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px rgba(71,226,208,.78); animation: status-pulse 1.8s ease-out infinite; }
.visual-status span { color: #aeb6ce; font-size: 8px; }
.visual-status strong { color: #bff8ee; font-size: 8px; letter-spacing: .8px; }
.floating-stat { position: absolute; z-index: 5; min-width: 155px; padding: 13px 15px; border: 1px solid rgba(143,128,255,.32); border-radius: 15px; background: rgba(13,17,29,.87); box-shadow: 0 18px 45px rgba(0,0,0,.38); backdrop-filter: blur(16px); animation: stat-float 6s ease-in-out infinite; }
.floating-stat span { display: block; margin-bottom: 5px; color: #9485ff; font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.floating-stat strong { font-size: 11px; }
.stat-one { top: 18%; left: -68px; }
.stat-two { right: -58px; bottom: 15%; animation-delay: -3s; }
@keyframes hero-product-float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-9px,0); } }
@keyframes hero-glow-breathe { 0%,100% { opacity: .72; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes hero-art-drift { 0% { transform: translate3d(-.7%,0,0) scale(1.012); } 100% { transform: translate3d(.7%,-.7%,0) scale(1.028); } }
@keyframes visual-grid-drift { from { transform: translate3d(-18px,-18px,0); } to { transform: translate3d(20px,20px,0); } }
@keyframes visual-scanline { 0%,12% { transform: translateY(0); opacity: 0; } 24% { opacity: .75; } 72%,100% { transform: translateY(680%); opacity: 0; } }
@keyframes timeline-flow { 0%,18% { transform: translateX(-120%); } 66%,100% { transform: translateX(120%); } }
@keyframes status-pulse { 0% { box-shadow: 0 0 0 0 rgba(71,226,208,.72), 0 0 13px rgba(71,226,208,.7); } 72%,100% { box-shadow: 0 0 0 8px rgba(71,226,208,0), 0 0 16px rgba(71,226,208,.65); } }
@keyframes stat-float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-7px,0); } }
.proof-strip { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 18px; margin-top: 48px; padding: 0 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(12,16,28,.58); color: #8f98b5; font-size: 10px; font-weight: 900; letter-spacing: 1.4px; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--cyan)); box-shadow: 0 0 9px var(--violet); }

.section { position: relative; padding: 112px 0; }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head.split-head { display: grid; max-width: none; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: 60px; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: #9586ff; font-size: 10px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.section-head h2, .engine-copy h2, .local-card h2, .final-cta h2 { font-size: clamp(34px, 4.6vw, 60px); line-height: 1.03; letter-spacing: -2.6px; }
.section-head > p, .section-head > div + p, .engine-copy > p, .local-card p { margin-top: 18px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.split-head > p { margin: 0; }

.showcase-section { border-top: 1px solid rgba(145,158,199,.1); background: linear-gradient(180deg, rgba(15,18,31,.48), rgba(7,9,18,.2)); }
.showcase-carousel { position: relative; overflow: hidden; border-radius: 28px; }
.showcase-carousel::before, .showcase-carousel::after { position: absolute; z-index: 4; top: 0; bottom: 0; width: 52px; content: ""; pointer-events: none; }
.showcase-carousel::before { left: 0; background: linear-gradient(90deg, rgba(8,10,18,.78), transparent); }
.showcase-carousel::after { right: 0; background: linear-gradient(-90deg, rgba(8,10,18,.78), transparent); }
.video-gallery { display: flex; gap: 18px; overflow: visible; padding: 14px 4px 27px; outline: none; transform: translate3d(var(--showcase-shift, 0px),0,0); transition: transform .72s cubic-bezier(.2,.78,.2,1); will-change: transform; }
.video-card { flex: 0 0 calc((100% - 36px) / 3); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; opacity: .7; background: linear-gradient(180deg, #121728, #0d111e); box-shadow: 0 25px 65px rgba(0,0,0,.22); transform: scale(.965); transform-origin: center; scroll-snap-align: center; transition: transform .46s cubic-bezier(.2,.78,.2,1), opacity .35s ease, border-color .35s ease, box-shadow .35s ease; }
.video-card.featured-video { border-color: rgba(128,106,255,.42); }
.video-card.is-current, .video-card:hover, .video-card:focus-within { z-index: 2; border-color: rgba(131,111,255,.55); opacity: 1; box-shadow: 0 30px 82px rgba(0,0,0,.38), 0 0 36px rgba(106,84,244,.1); transform: translateY(-7px) scale(1); }
.video-card-media { position: relative; overflow: hidden; aspect-ratio: 9 / 13.5; background: #05070c; }
.video-card-media::after { position: absolute; inset: 0; content: ""; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); }
.video-card-media video { width: 100%; height: 100%; object-fit: cover; }
.video-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; background: rgba(6,8,14,.72); color: #b9afff; backdrop-filter: blur(9px); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.video-card-copy { min-height: 126px; padding: 20px; }
.video-card-copy > div > span { color: #8f82f4; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.video-card-copy h3 { margin-top: 7px; font-size: 20px; letter-spacing: -.6px; }
.video-card-copy p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.showcase-nav { position: absolute; z-index: 8; top: 43%; width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(139,123,255,.42); border-radius: 50%; outline: none; background: rgba(10,13,23,.82); color: #e7e4ff; box-shadow: 0 16px 42px rgba(0,0,0,.42), 0 0 26px rgba(111,89,244,.13); backdrop-filter: blur(16px); cursor: pointer; transform: translateY(-50%); transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.showcase-nav::before { position: absolute; inset: -2px; content: ""; border-radius: inherit; background: conic-gradient(from 0deg, transparent 0 42%, #806cff 51%, #4be0d2 58%, transparent 70%); animation: showcase-ring-spin 4.8s linear infinite; -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px)); mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px)); }
.showcase-nav span { position: relative; z-index: 1; margin-top: -5px; font-size: 43px; font-weight: 250; line-height: 1; text-shadow: 0 0 17px rgba(130,111,255,.58); }
.showcase-prev { left: 9px; }
.showcase-next { right: 9px; }
.showcase-prev span { animation: showcase-chevron-left 1.8s ease-in-out infinite; }
.showcase-next span { animation: showcase-chevron-right 1.8s ease-in-out infinite; }
.showcase-nav:hover, .showcase-nav:focus-visible { border-color: rgba(153,138,255,.82); background: rgba(39,31,78,.93); box-shadow: 0 20px 50px rgba(0,0,0,.48), 0 0 38px rgba(111,89,244,.28); transform: translateY(-50%) scale(1.08); }
.showcase-pagination { display: flex; min-height: 18px; align-items: center; justify-content: center; gap: 8px; margin-top: 1px; }
.showcase-pagination button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #303850; box-shadow: none; cursor: pointer; transition: width .32s cubic-bezier(.2,.78,.2,1), background .25s ease, box-shadow .25s ease, transform .2s ease; }
.showcase-pagination button:hover, .showcase-pagination button:focus-visible { background: #8272f8; transform: scale(1.18); }
.showcase-pagination button.active { width: 34px; background: linear-gradient(90deg, #806cff, #4be0d2); box-shadow: 0 0 18px rgba(101,91,242,.38); }
@keyframes showcase-ring-spin { to { transform: rotate(360deg); } }
@keyframes showcase-chevron-left { 0%,100% { transform: translateX(2px); } 50% { transform: translateX(-3px); } }
@keyframes showcase-chevron-right { 0%,100% { transform: translateX(-2px); } 50% { transform: translateX(3px); } }
.media-disclaimer { margin-top: 16px; color: var(--subtle); text-align: center; font-size: 11px; }
.showcase-action { display: flex; justify-content: center; margin-top: 24px; }
.showcase-button { min-width: 245px; border-color: rgba(129,108,255,.38); background: linear-gradient(120deg, rgba(107,86,242,.18), rgba(18,23,40,.88)); }
.showcase-button i { color: var(--cyan); font-size: 18px; font-style: normal; transition: transform .2s ease; }
.showcase-button:hover i { transform: translateX(4px); }

/* Results showcase carousel */
body.modal-open { overflow: hidden; }
.results-modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; transition: opacity .22s ease; }
.results-modal[hidden] { display: none; }
.results-modal.open { opacity: 1; }
.results-modal-backdrop { position: absolute; inset: 0; background: rgba(2,4,10,.86); backdrop-filter: blur(18px) saturate(120%); }
.results-dialog { position: relative; width: min(1120px, 100%); max-height: calc(100dvh - 48px); overflow: auto; padding: 26px; border: 1px solid rgba(139,122,255,.4); border-radius: 28px; outline: none; background: linear-gradient(145deg, rgba(19,24,41,.98), rgba(8,11,20,.99)); box-shadow: 0 45px 140px rgba(0,0,0,.78), 0 0 75px rgba(100,78,235,.12); transform: translateY(18px) scale(.985); transition: transform .25s cubic-bezier(.2,.75,.2,1); }
.results-modal.open .results-dialog { transform: none; }
.results-dialog::before { position: absolute; inset: 0; content: ""; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.1); }
.results-dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.results-dialog-head .eyebrow { margin-bottom: 8px; }
.results-dialog-head h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1; letter-spacing: -1.8px; }
.results-close { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: rgba(20,25,42,.85); color: #cdd3e6; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.results-close span { margin-top: -3px; font-size: 29px; font-weight: 300; }
.results-close:hover, .results-close:focus-visible { transform: rotate(4deg); border-color: rgba(129,108,255,.6); background: rgba(43,35,84,.9); }
.results-stage { display: grid; grid-template-columns: 46px minmax(0,1fr) 46px; align-items: center; gap: 15px; }
.results-arrow { width: 46px; height: 74px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 15px; background: rgba(18,23,40,.88); color: #bfb6ff; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.results-arrow span { margin-top: -7px; font-size: 44px; font-weight: 250; line-height: 1; }
.results-arrow:hover, .results-arrow:focus-visible { transform: scale(1.04); border-color: rgba(129,108,255,.62); background: rgba(47,38,92,.88); }
.results-player-card { min-width: 0; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(260px, 1.28fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #090c15; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.results-media-shell { position: relative; min-height: 430px; overflow: hidden; background: #020307; }
.results-media-shell video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; background: #020307; }
.results-mode { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(7,9,16,.76); color: #b9afff; backdrop-filter: blur(10px); font-size: 9px; font-weight: 900; letter-spacing: 1.1px; }
.results-player-copy { position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 34px; background: radial-gradient(circle at 15% 12%, rgba(116,94,249,.18), transparent 15rem), linear-gradient(145deg, #14192b, #0c101d); }
.results-player-copy::after { position: absolute; right: -110px; bottom: -150px; width: 300px; height: 300px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(71,226,208,.13), transparent 67%); }
.results-player-copy > div, .results-player-copy > p { position: relative; z-index: 1; }
.results-player-copy span { color: #9d8fff; font-size: 10px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; }
.results-player-copy h3 { max-width: 460px; margin-top: 10px; font-size: clamp(27px, 3.2vw, 43px); line-height: 1.02; letter-spacing: -1.7px; }
.results-player-copy p { max-width: 480px; margin-top: 18px; color: #aeb7cf; font-size: 14px; line-height: 1.65; }
.results-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin-top: 16px; }
.results-thumb { min-width: 0; position: relative; overflow: hidden; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 10px; padding: 7px; border: 1px solid var(--line); border-radius: 13px; background: rgba(13,17,29,.82); color: #c9d0e2; text-align: left; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.results-thumb::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--violet), var(--cyan)); transition: transform .22s ease; }
.results-thumb:hover, .results-thumb:focus-visible { transform: translateY(-2px); border-color: rgba(129,108,255,.46); }
.results-thumb.active { border-color: rgba(129,108,255,.72); background: rgba(63,50,127,.28); box-shadow: inset 0 0 22px rgba(112,91,241,.08); }
.results-thumb.active::after { transform: scaleX(1); }
.results-thumb img { width: 58px; height: 70px; border-radius: 9px; object-fit: cover; object-position: center 22%; }
.results-thumb span { min-width: 0; display: grid; gap: 5px; }
.results-thumb b { color: #8879f7; font-size: 9px; letter-spacing: .8px; }
.results-thumb strong { overflow: hidden; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.results-dialog-foot { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin-top: 17px; color: #8993ae; font-size: 10px; }
.results-dialog-foot > span { color: #a8b0c6; font-size: 10px; letter-spacing: .6px; }
.results-dialog-foot > span b { color: #b4a8ff; font-size: 14px; }
.results-progress { height: 4px; overflow: hidden; border-radius: 999px; background: #242b40; }
.results-progress i { width: 20%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--violet), var(--cyan)); box-shadow: 0 0 12px rgba(93,214,214,.32); transition: width .25s ease; }

.workflow-section { overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(101,78,246,.11), transparent 38rem); }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.workflow-step { position: relative; min-height: 310px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(21,27,45,.96), rgba(11,14,25,.96)); }
.workflow-step::after { position: absolute; right: -70px; bottom: -80px; width: 190px; height: 190px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(117,96,255,.18), transparent 68%); }
.step-number { position: absolute; top: 24px; right: 26px; color: rgba(169,157,255,.32); font-size: 30px; font-weight: 900; letter-spacing: -1px; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 54px; border: 1px solid rgba(132,112,255,.35); border-radius: 17px; background: rgba(110,90,246,.12); color: #ac9fff; font-size: 25px; }
.workflow-step h3 { font-size: 24px; letter-spacing: -.7px; }
.workflow-step p { margin-top: 12px; color: var(--muted); line-height: 1.55; }
.workflow-step small { display: block; margin-top: 18px; color: #777f9d; font-size: 11px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { position: relative; min-height: 248px; overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(20,25,42,.88), rgba(11,14,25,.92)); transition: transform .2s ease, border-color .2s ease; }
.feature:hover { transform: translateY(-4px); border-color: rgba(129,107,255,.42); }
.feature::after { position: absolute; right: -70px; bottom: -85px; width: 170px; height: 170px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(120,97,255,.11), transparent 67%); }
.feature.feature-large { grid-row: span 2; min-height: 512px; border-color: rgba(128,105,255,.38); background: linear-gradient(155deg, rgba(42,34,82,.7), rgba(13,17,29,.96) 67%); }
.feature-large::before { position: absolute; top: -110px; right: -90px; width: 280px; height: 280px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(111,89,250,.32), transparent 68%); }
.icon { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 38px; border: 1px solid rgba(136,117,255,.32); border-radius: 14px; background: rgba(118,97,249,.1); color: #a99cff; font-size: 16px; font-weight: 850; }
.icon-ai { width: 70px; height: 70px; margin-bottom: 84px; border-radius: 20px; background: linear-gradient(135deg, rgba(128,105,255,.36), rgba(71,226,208,.12)); font-size: 21px; box-shadow: 0 20px 48px rgba(84,62,222,.22); }
.feature-kicker { display: block; margin-bottom: 10px; color: #9485ff; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.feature h3 { position: relative; z-index: 1; font-size: 22px; letter-spacing: -.55px; }
.feature p { position: relative; z-index: 1; margin-top: 11px; color: var(--muted); font-size: 14px; line-height: 1.58; }
.mini-list { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 26px; list-style: none; color: #bdc5db; font-size: 13px; }
.mini-list li::before { margin-right: 8px; content: "✓"; color: var(--green); }

.engines-section { background: linear-gradient(180deg, transparent, rgba(17,20,36,.68), transparent); }
.engines-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 66px; }
.engine-copy > p { max-width: 570px; }
.engine-switch { display: grid; gap: 10px; margin-top: 32px; }
.engine-switch article { padding: 19px 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(15,19,33,.74); }
.engine-switch article.active { border-color: rgba(128,105,255,.43); background: linear-gradient(105deg, rgba(74,57,150,.3), rgba(15,19,33,.8)); }
.engine-switch article > span { color: #9485ff; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.engine-switch h3 { margin-top: 7px; font-size: 17px; }
.engine-switch p { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.app-shot { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(137,120,255,.3); border-radius: 24px; background: #0b0e18; box-shadow: var(--shadow); }
.app-shot img { width: 100%; height: 430px; object-fit: cover; object-position: 50% 5%; }
.app-shot::after { position: absolute; inset: 0; content: ""; pointer-events: none; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.shot-glow { position: absolute; z-index: -1; inset: 10%; border-radius: 50%; background: #6d56ef; filter: blur(75px); opacity: .35; }
.app-shot figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(7,9,16,.78); backdrop-filter: blur(15px); }
.app-shot figcaption span { display: block; margin-bottom: 5px; color: #9b8dff; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.app-shot figcaption strong { font-size: 12px; font-weight: 650; }

.local-section { padding-top: 30px; }
.local-card { display: grid; grid-template-columns: auto 1fr .65fr; align-items: center; gap: 38px; padding: 45px; border: 1px solid rgba(76,225,205,.22); border-radius: 28px; background: linear-gradient(115deg, rgba(22,48,50,.36), rgba(17,21,36,.86) 53%, rgba(44,34,87,.32)); }
.local-card h2 { font-size: clamp(30px, 3.6vw, 48px); }
.local-card p { font-size: 14px; }
.local-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(72,226,209,.35); border-radius: 24px; background: rgba(72,226,209,.08); box-shadow: 0 16px 40px rgba(36,168,150,.12); }
.local-icon span { width: 27px; height: 34px; position: relative; border: 3px solid var(--cyan); border-radius: 7px 7px 10px 10px; }
.local-icon span::before { position: absolute; width: 16px; height: 14px; top: -13px; left: 3px; content: ""; border: 3px solid var(--cyan); border-bottom: 0; border-radius: 10px 10px 0 0; }
.local-facts { display: grid; gap: 13px; padding-left: 26px; border-left: 1px solid var(--line); }
.local-facts span { display: flex; align-items: baseline; gap: 10px; color: #aab2ca; font-size: 12px; }
.local-facts strong { color: white; font-size: 22px; }

.pricing-section { background: radial-gradient(circle at 50% 55%, rgba(98,74,236,.13), transparent 36rem); }
.anchor-alias { position: absolute; top: 0; }
.plan-grid { width: min(900px, 100%); display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-inline: auto; }
.plan-card { position: relative; min-height: 550px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(21,26,44,.96), rgba(11,14,25,.98)); }
.plan-card.featured { border-color: rgba(129,106,255,.58); box-shadow: 0 30px 75px rgba(75,55,192,.2); }
.popular { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(120,99,255,.14); color: #b2a7ff; font-size: 9px; font-weight: 900; letter-spacing: .7px; }
.plan-label { color: #9585ff; font-size: 11px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.plan-price { display: flex; align-items: end; gap: 8px; margin: 26px 0 20px; }
.plan-price strong { font-size: clamp(46px, 5vw, 66px); line-height: .95; letter-spacing: -3px; }
.plan-price span { padding-bottom: 7px; color: var(--muted); font-size: 13px; }
.plan-card > p:not(.plan-price) { min-height: 48px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.plan-card ul { display: grid; gap: 12px; margin: 30px 0 32px; list-style: none; color: #c7cde0; font-size: 13px; }
.plan-card li { padding-bottom: 12px; border-bottom: 1px solid rgba(150,164,205,.1); }
.plan-card li::before { margin-right: 9px; content: "✓"; color: var(--green); font-weight: 900; }
.pricing-status { max-width: 900px; margin: 20px auto 0; text-align: center; }
.buy-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; }
.pill { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(15,19,32,.72); color: #9ca6c1; font-size: 10px; }
.fine { margin-top: 15px; color: #737d9a; font-size: 10px; line-height: 1.55; }
.guarantee { max-width: 900px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin: 24px auto 0; padding: 21px 24px; border: 1px solid rgba(72,226,209,.2); border-radius: 18px; background: rgba(19,43,45,.24); }
.guarantee > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(72,226,209,.28); border-radius: 15px; color: var(--cyan); font-size: 20px; font-weight: 900; }
.guarantee strong { font-size: 14px; }
.guarantee p { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.guarantee a { color: #9feee3; font-size: 11px; font-weight: 750; white-space: nowrap; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; }
.text-link { display: inline-block; margin-top: 20px; color: #a99cff; font-size: 13px; font-weight: 750; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: rgba(16,20,34,.72); }
.faq-list summary { position: relative; padding: 20px 52px 20px 21px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 16px; right: 17px; width: 28px; height: 28px; display: grid; place-items: center; content: "+"; border: 1px solid var(--line); border-radius: 9px; color: #a99cff; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 21px 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.final-cta { padding: 10px 0 110px; }
.final-cta-inner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px; border: 1px solid rgba(131,109,255,.38); border-radius: 28px; background: linear-gradient(120deg, rgba(44,34,91,.86), rgba(15,20,35,.94) 54%, rgba(16,55,57,.58)); box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.final-cta-inner::after { position: absolute; right: 9%; bottom: -130px; width: 280px; height: 280px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(71,226,208,.19), transparent 68%); }
.final-cta h2 { max-width: 790px; font-size: clamp(30px, 4vw, 50px); }
.final-cta .button { position: relative; z-index: 1; flex: 0 0 auto; }

footer { border-top: 1px solid var(--line); background: rgba(5,7,13,.88); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding: 45px 0; }
.footer-main > p { max-width: 450px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.footer-nav, .footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-nav a, .footer-links a { color: #aeb6cc; font-size: 11px; }
.footer-nav a:hover, .footer-links a:hover { color: white; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #6f7893; font-size: 10px; }

/* Legal and post-purchase pages */
.legal-main { padding: 74px 0 110px; }
.legal-hero { max-width: 850px; margin-bottom: 28px; }
.legal-hero h1 { font-size: clamp(38px, 5vw, 62px); letter-spacing: -2.6px; }
.legal-meta { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.legal-card { max-width: 940px; padding: clamp(24px,5vw,56px); border: 1px solid var(--line); border-radius: 24px; background: rgba(16,20,34,.78); box-shadow: var(--shadow); }
.legal-card h2 { margin: 38px 0 12px; font-size: 22px; letter-spacing: -.5px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin: 24px 0 8px; font-size: 16px; }
.legal-card p, .legal-card li { color: #b2bad0; font-size: 13px; line-height: 1.72; }
.legal-card p + p { margin-top: 12px; }
.legal-card ul, .legal-card ol { display: grid; gap: 7px; padding-left: 22px; margin: 12px 0; }
.legal-card a { color: #a89bff; text-decoration: underline; text-underline-offset: 3px; }
.legal-note, .legal-contact { margin: 0 0 25px; padding: 18px; border: 1px solid rgba(125,104,255,.28); border-radius: 15px; background: rgba(100,78,222,.08); }
.legal-contact { margin-top: 40px; margin-bottom: 0; border-color: rgba(72,226,209,.2); background: rgba(32,104,96,.08); }
.legal-contact h2 { margin-top: 0; }
.claim-page { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 60px 20px; }
.claim-card { width: min(680px,100%); padding: clamp(28px,5vw,54px); border: 1px solid var(--line); border-radius: 24px; background: var(--panel-solid); box-shadow: var(--shadow); }
.claim-card h1 { font-size: clamp(34px,5vw,54px); letter-spacing: -2px; }
.claim-card .muted { margin-top: 15px; color: var(--muted); line-height: 1.65; }
.claim-status { margin-top: 24px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; color: #c8cee0; background: rgba(8,11,19,.55); }
.license-result { margin-top: 26px; }
.license-result h2 { margin-bottom: 13px; }
.license-box { display: flex; gap: 10px; }
.license-key { min-width: 0; flex: 1; overflow-wrap: anywhere; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #080b13; color: #b9afff; }
.license-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr 440px; gap: 38px; }
  .hero h1 { font-size: 62px; }
  .stat-one { left: -25px; }
  .stat-two { right: -20px; }
  .nav { gap: 18px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature.feature-large { grid-row: span 1; min-height: 320px; }
  .icon-ai { margin-bottom: 45px; }
}

@media (max-width: 900px) {
  .topbar-inner { min-height: 68px; gap: 12px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(10,13,23,.98); box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .nav a { padding: 13px; border-radius: 10px; }
  .nav a:hover { background: rgba(124,103,255,.1); }
  .nav a::after { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .hero-copy { text-align: center; }
  .hero h1, .lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-product { width: min(88%,520px); }
  .proof-strip { overflow-x: auto; justify-content: flex-start; }
  .proof-strip span { white-space: nowrap; }
  .section { padding: 86px 0; }
  .section-head.split-head { grid-template-columns: 1fr; gap: 12px; }
  .video-card { flex-basis: calc((100% - 18px) / 2); }
  .showcase-prev { left: 8px; }
  .showcase-next { right: 8px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-step { min-height: 250px; }
  .step-icon { margin-bottom: 32px; }
  .engines-grid { grid-template-columns: 1fr; }
  .local-card { grid-template-columns: auto 1fr; }
  .local-facts { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); padding: 25px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .results-modal { padding: 12px; }
  .results-dialog { max-height: calc(100dvh - 24px); padding: 20px; border-radius: 22px; }
  .results-stage { grid-template-columns: 38px minmax(0,1fr) 38px; gap: 8px; }
  .results-arrow { width: 38px; height: 62px; }
  .results-player-card { grid-template-columns: minmax(220px,.72fr) minmax(230px,1fr); }
  .results-media-shell { min-height: 390px; }
  .results-player-copy { padding: 25px; }
  .results-thumbs { grid-auto-columns: minmax(155px, 1fr); grid-template-columns: none; grid-auto-flow: column; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .results-thumb { scroll-snap-align: start; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand { font-size: 17px; }
  .brand-mark { width: 36px; }
  .language a { min-width: 31px; padding: 6px; }
  .hero { padding-top: 48px; }
  .hero-grid { min-height: 0; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); letter-spacing: -3px; }
  .lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button-large { width: 100%; }
  .hero-trust { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
  .hero-product { width: calc(100% - 10px); }
  .product-shell { transform: none; }
  .hero-video-frame { height: 430px; }
  .hero-visual-frame { aspect-ratio: 3 / 2; }
  .floating-stat { display: none; }
  .video-caption { align-items: start; flex-direction: column; }
  .proof-strip { margin-top: 34px; padding-inline: 20px; }
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 34px; }
  .section-head h2, .engine-copy h2, .local-card h2, .final-cta h2 { letter-spacing: -1.8px; }
  .video-gallery { gap: 14px; padding-inline: 2px; }
  .video-card { flex-basis: min(82vw, 330px); }
  .showcase-nav { top: 41%; width: 48px; height: 48px; }
  .showcase-nav span { font-size: 37px; }
  .showcase-prev { left: 7px; }
  .showcase-next { right: 7px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature.feature-large { min-height: 245px; }
  .icon, .icon-ai { width: 48px; height: 48px; margin-bottom: 35px; border-radius: 14px; font-size: 16px; }
  .app-shot img { height: 350px; }
  .local-card { grid-template-columns: 1fr; padding: 28px; }
  .local-facts { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 520px; padding: 28px; }
  .guarantee { grid-template-columns: auto 1fr; }
  .guarantee a { grid-column: 1 / -1; }
  .final-cta-inner { align-items: stretch; flex-direction: column; padding: 32px 26px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .footer-links { gap: 13px; }
  .legal-main { padding-top: 50px; }
  .legal-card { border-radius: 18px; }
  .license-box { flex-direction: column; }
  .results-dialog { padding: 16px; }
  .results-dialog-head { margin-bottom: 16px; }
  .results-dialog-head h2 { font-size: 27px; }
  .results-stage { position: relative; display: block; }
  .results-player-card { display: block; }
  .results-media-shell { min-height: min(58vh, 520px); }
  .results-player-copy { min-height: 160px; padding: 23px; }
  .results-player-copy h3 { font-size: 28px; }
  .results-arrow { position: absolute; z-index: 5; top: calc(50% - 98px); width: 38px; height: 58px; background: rgba(8,10,18,.8); backdrop-filter: blur(10px); }
  .results-prev { left: 8px; }
  .results-next { right: 8px; }
  .results-dialog-foot { grid-template-columns: auto 1fr; }
  .results-dialog-foot small { display: none; }
}

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