:root {
  color-scheme: dark;
  --bg: #080a09;
  --surface: #111513;
  --surface-2: #181d1a;
  --surface-3: #202622;
  --text: #f3f7f5;
  --muted: #94a09a;
  --line: #2c3631;
  --mint: #54edb6;
  --mint-deep: #123b2e;
  --gold: #f3ca5e;
  --red: #ff6878;
  --blue: #68aef5;
  --shadow: rgba(0, 0, 0, 0.48);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-size: 15px; letter-spacing: 0; }
button, input { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 64px;
  padding: 9px clamp(14px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(84, 237, 182, 0.16);
  background: rgba(8, 10, 9, 0.92);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 19px; }
.brand img { border-radius: 6px; box-shadow: 0 0 22px rgba(84, 237, 182, 0.2); }
.brand span { animation: brandPulse 6.5s ease-in-out infinite; }
@keyframes brandPulse { 0%, 78%, 100% { color: var(--text); text-shadow: none; } 84% { color: var(--mint); text-shadow: 0 0 16px rgba(84, 237, 182, 0.65); } }

.header-actions { display: flex; align-items: center; gap: 9px; }
.backend-state { width: 8px; display: inline-flex; align-items: center; color: var(--muted); }
.backend-state span { display: none; }
.backend-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 9px rgba(243, 202, 94, 0.5); }
.backend-state.online i { background: var(--mint); box-shadow: 0 0 10px rgba(84, 237, 182, 0.75); }
.backend-state.offline i { background: var(--red); box-shadow: 0 0 10px rgba(255, 104, 120, 0.65); }
.language-switch { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #0d100f; }
.language-switch button { width: 38px; height: 34px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 900; }
.language-switch button.active { background: var(--surface-3); color: var(--mint); }
.account-button { min-height: 40px; padding: 5px 12px 5px 6px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); cursor: pointer; font-weight: 850; }
.account-button:hover { border-color: rgba(84, 237, 182, 0.6); }
.account-avatar { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--mint-deep); color: var(--mint); font-size: 12px; font-weight: 900; }
.account-avatar.large { width: 56px; height: 56px; flex-basis: 56px; font-size: 20px; }
.account-avatar img { width: 100%; height: 100%; object-fit: cover; }

.product-stage {
  --scene-x: 0px;
  --scene-y: 0px;
  --story-time: 9s;
  position: relative;
  min-height: min(740px, calc(90svh - 64px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #07100d;
  isolation: isolate;
}
.product-stage::before { content: ""; position: absolute; z-index: 2; left: 78%; top: 44%; width: min(48vw, 620px); aspect-ratio: 1; border: 2px solid var(--gold); border-radius: 50%; opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(0.08); animation: stageShockwave var(--story-time) cubic-bezier(.12,.72,.18,1) infinite; }
@keyframes stageShockwave { 0%, 48%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.08); } 51% { opacity: 0.82; } 58% { opacity: 0.18; transform: translate(-50%, -50%) scale(1.18); } 65%, 96% { opacity: 0; transform: translate(-50%, -50%) scale(1.34); } }
.product-stage::after { content: ""; position: absolute; z-index: 0; inset: 0 0 0 56%; border-left: 1px solid rgba(84, 237, 182, 0.11); background: rgba(7, 12, 9, 0.1); pointer-events: none; animation: proWorld var(--story-time) ease-in-out infinite; }
@keyframes proWorld { 0%, 48%, 100% { border-left-color: rgba(84, 237, 182, 0.11); background: rgba(7, 12, 9, 0.1); } 57%, 88% { border-left-color: rgba(243, 202, 94, 0.34); background: rgba(28, 23, 8, 0.24); } }
.scene-canvas { position: absolute; inset: -6px; z-index: -1; overflow: hidden; transform-origin: 72% 44%; animation: sceneImpact var(--story-time) ease-in-out infinite; }
@keyframes sceneImpact { 0%, 47%, 58%, 100% { transform: translate(0, 0) scale(1); } 49.4% { transform: translate(-2px, 1px) scale(1.004); } 50.2% { transform: translate(4px, -2px) scale(1.012); } 51% { transform: translate(-3px, -1px) scale(1.008); } 52.2% { transform: translate(2px, 1px) scale(1.006); } 54% { transform: translate(0, 0) scale(1.014); } }
.scene-canvas::after { content: ""; position: absolute; inset: 0 42% 0 0; z-index: 2; background: rgba(4, 7, 6, 0.72); }
.scene-mark { position: absolute; width: min(64vw, 790px); height: auto; right: -5%; top: 50%; opacity: 0.08; transform: translate(var(--scene-x), calc(-50% + var(--scene-y))) scale(1.03); transition: transform 300ms ease; animation: sceneMark var(--story-time) ease-in-out infinite; }
@keyframes sceneMark { 0%, 46%, 100% { opacity: 0.08; } 58%, 88% { opacity: 0.17; } }
.scene-grid { position: absolute; inset: 0; opacity: 0.48; transform: translate(calc(var(--scene-x) * -0.35), calc(var(--scene-y) * -0.35)); transition: transform 300ms ease; }
.scene-grid::before { content: ""; position: absolute; left: 0; right: 0; top: 15%; height: 1px; background: rgba(84, 237, 182, 0.14); box-shadow: 0 150px 0 rgba(104, 174, 245, 0.11), 0 300px 0 rgba(243, 202, 94, 0.09), 0 450px 0 rgba(84, 237, 182, 0.08); }
.scene-grid::after { content: ""; position: absolute; top: 0; bottom: 0; left: 18%; width: 1px; background: rgba(84, 237, 182, 0.12); box-shadow: 230px 0 0 rgba(104, 174, 245, 0.09), 460px 0 0 rgba(243, 202, 94, 0.08), 690px 0 0 rgba(84, 237, 182, 0.07), 920px 0 0 rgba(104, 174, 245, 0.06); }
.limit-story { position: absolute; z-index: 4; inset: 7% 2.5% 7% 44%; transform: translate(calc(var(--scene-x) * 0.7), calc(var(--scene-y) * 0.7)); transition: transform 250ms ease; }
.limit-ceiling { position: absolute; z-index: 7; left: 5%; right: 5%; top: 42%; height: 2px; }
.barrier-piece { position: absolute; top: 0; height: 2px; background: var(--mint); box-shadow: 0 0 9px rgba(84, 237, 182, 0.58); transform-origin: center; animation: barrierBreak var(--story-time) ease-in-out infinite; }
.piece-1 { left: 0; width: 16%; --piece-x: -30px; --piece-y: -22px; --piece-r: -15deg; }
.piece-2 { left: 17%; width: 16%; --piece-x: -18px; --piece-y: 30px; --piece-r: 12deg; }
.piece-3 { left: 34%; width: 15%; --piece-x: -7px; --piece-y: -38px; --piece-r: -22deg; }
.piece-4 { left: 50%; width: 15%; --piece-x: 12px; --piece-y: 34px; --piece-r: 18deg; }
.piece-5 { left: 66%; width: 16%; --piece-x: 24px; --piece-y: -27px; --piece-r: -12deg; }
.piece-6 { left: 83%; width: 17%; --piece-x: 38px; --piece-y: 22px; --piece-r: 20deg; }
@keyframes barrierBreak { 0%, 43%, 100% { opacity: 0.92; background: var(--mint); transform: translate(0, 0) rotate(0) scaleY(1); } 47% { opacity: 1; background: var(--mint); transform: translate(0, -1px) rotate(0) scaleY(2.2); } 49.5% { background: var(--gold); transform: translate(0, 2px) rotate(0) scaleY(3.4); } 52% { opacity: 1; background: var(--gold); transform: translate(0, 0) rotate(0) scaleY(1); } 59%, 86% { opacity: 0.3; background: var(--gold); transform: translate(var(--piece-x), var(--piece-y)) rotate(var(--piece-r)) scaleY(1); } 94% { opacity: 0; transform: translate(var(--piece-x), var(--piece-y)) rotate(var(--piece-r)) scaleY(1); } }
.limit-crack { position: absolute; width: 5px; height: 82px; left: 61%; top: -39px; opacity: 0; background: var(--gold); clip-path: polygon(45% 0, 100% 0, 62% 28%, 96% 48%, 35% 72%, 64% 100%, 0 100%, 28% 71%, 4% 51%, 44% 27%); box-shadow: 0 0 14px rgba(243, 202, 94, 0.7); animation: ceilingCrack var(--story-time) ease-in-out infinite; }
@keyframes ceilingCrack { 0%, 45%, 100% { opacity: 0; transform: scaleY(0.08); } 48% { opacity: 0.54; transform: scaleY(0.42); } 50%, 55% { opacity: 1; transform: scaleY(1.18); } 62%, 95% { opacity: 0; transform: scaleY(1.32); } }
.break-event { position: absolute; z-index: 12; left: 61%; top: 1px; width: 1px; height: 1px; pointer-events: none; }
.impact-ring { position: absolute; left: -38px; top: -38px; width: 76px; height: 76px; border: 2px solid var(--gold); border-radius: 50%; opacity: 0; transform: scale(0.06); }
.ring-one { animation: breakRingOne var(--story-time) cubic-bezier(.12,.72,.16,1) infinite; }
.ring-two { animation: breakRingTwo var(--story-time) cubic-bezier(.12,.72,.16,1) infinite; }
@keyframes breakRingOne { 0%, 48%, 100% { opacity: 0; transform: scale(0.06); } 50% { opacity: 1; } 57% { opacity: 0; transform: scale(3.1); } 58%, 98% { opacity: 0; transform: scale(3.2); } }
@keyframes breakRingTwo { 0%, 50%, 100% { opacity: 0; transform: scale(0.04); } 52% { opacity: 0.72; } 61% { opacity: 0; transform: scale(4.4); } 62%, 98% { opacity: 0; transform: scale(4.5); } }
.break-core { position: absolute; left: -7px; top: -7px; width: 14px; height: 14px; opacity: 0; background: var(--gold); box-shadow: 0 0 20px rgba(243, 202, 94, 0.9), 0 0 48px rgba(243, 202, 94, 0.52); transform: rotate(45deg) scale(0.1); animation: breakCore var(--story-time) ease-out infinite; }
@keyframes breakCore { 0%, 47%, 100% { opacity: 0; transform: rotate(45deg) scale(0.1); } 49.7%, 52.5% { opacity: 1; transform: rotate(135deg) scale(1.35); } 58%, 96% { opacity: 0; transform: rotate(225deg) scale(0.2); } }
.break-rays, .break-shards { position: absolute; inset: 0; }
.break-rays i { position: absolute; left: 0; top: -1px; width: 150px; height: 2px; opacity: 0; background: var(--gold); box-shadow: 0 0 10px rgba(243, 202, 94, 0.62); transform-origin: left center; animation: rayBurst var(--story-time) cubic-bezier(.12,.72,.18,1) infinite; }
.break-rays i:nth-child(1) { --ray-r: -8deg; }
.break-rays i:nth-child(2) { --ray-r: 32deg; }
.break-rays i:nth-child(3) { --ray-r: 74deg; }
.break-rays i:nth-child(4) { --ray-r: 142deg; }
.break-rays i:nth-child(5) { --ray-r: 192deg; }
.break-rays i:nth-child(6) { --ray-r: 238deg; }
@keyframes rayBurst { 0%, 48%, 100% { opacity: 0; transform: rotate(var(--ray-r)) scaleX(0); } 50.5% { opacity: 0.95; } 56% { opacity: 0; transform: rotate(var(--ray-r)) scaleX(1); } 57%, 98% { opacity: 0; transform: rotate(var(--ray-r)) scaleX(1.04); } }
.break-shards i { position: absolute; left: -2px; top: -7px; width: 4px; height: 15px; opacity: 0; background: var(--gold); box-shadow: 0 0 8px rgba(243, 202, 94, 0.55); animation: shardBurst var(--story-time) cubic-bezier(.12,.72,.18,1) infinite; }
.break-shards i:nth-child(1) { --shard-x: -132px; --shard-y: -76px; --shard-r: -54deg; }
.break-shards i:nth-child(2) { --shard-x: -96px; --shard-y: 48px; --shard-r: 24deg; }
.break-shards i:nth-child(3) { --shard-x: -62px; --shard-y: -112px; --shard-r: -18deg; }
.break-shards i:nth-child(4) { --shard-x: -38px; --shard-y: 104px; --shard-r: 66deg; }
.break-shards i:nth-child(5) { --shard-x: 8px; --shard-y: -126px; --shard-r: 14deg; }
.break-shards i:nth-child(6) { --shard-x: 32px; --shard-y: 116px; --shard-r: -38deg; }
.break-shards i:nth-child(7) { --shard-x: 68px; --shard-y: -98px; --shard-r: 52deg; }
.break-shards i:nth-child(8) { --shard-x: 94px; --shard-y: 78px; --shard-r: -72deg; }
.break-shards i:nth-child(9) { --shard-x: 132px; --shard-y: -58px; --shard-r: 28deg; }
.break-shards i:nth-child(10) { --shard-x: 148px; --shard-y: 34px; --shard-r: 82deg; }
.break-shards i:nth-child(11) { --shard-x: -154px; --shard-y: 8px; --shard-r: -82deg; }
.break-shards i:nth-child(12) { --shard-x: 42px; --shard-y: -54px; --shard-r: 36deg; }
@keyframes shardBurst { 0%, 48%, 100% { opacity: 0; transform: translate(0, 0) rotate(0) scale(0.1); } 50.5% { opacity: 1; } 58% { opacity: 0.72; transform: translate(var(--shard-x), var(--shard-y)) rotate(var(--shard-r)) scale(1); } 68%, 96% { opacity: 0; transform: translate(var(--shard-x), var(--shard-y)) rotate(var(--shard-r)) scale(0.65); } }
.note-field { position: absolute; inset: 9% 4% 8%; overflow: visible; }
.limit-floor { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 1px; background: #34463e; box-shadow: 0 0 12px rgba(84, 237, 182, 0.15); }
.limit-note { position: absolute; z-index: 4; bottom: 1px; width: 10px; height: 100%; transform: scaleY(0.04); transform-origin: center bottom; will-change: transform, opacity; }
.limit-note::after { content: ""; position: absolute; left: -5px; bottom: -3px; width: 18px; height: 8px; border-radius: 50%; background: inherit; box-shadow: inherit; }
.green-note { background: var(--mint); box-shadow: 0 0 11px rgba(84, 237, 182, 0.43); animation: greenLimit var(--story-time) cubic-bezier(.3,.7,.2,1) infinite; }
.gold-note { z-index: 5; background: var(--gold); box-shadow: 0 0 14px rgba(243, 202, 94, 0.52); animation: goldBreakthrough var(--story-time) cubic-bezier(.16,.75,.22,1) infinite; }
.note-1 { left: 6%; --green-peak: 0.43; }
.note-2 { left: 14%; --green-peak: 0.53; }
.note-3 { left: 22%; --green-peak: 0.48; }
.note-4 { left: 30%; --green-peak: 0.56; }
.note-5 { left: 38%; --green-peak: 0.5; }
.note-6 { left: 46%; --green-peak: 0.55; }
.note-7 { left: 54%; --green-peak: 0.47; }
.note-8 { left: 63%; --gold-peak: 0.92; }
.note-9 { left: 71%; --gold-peak: 0.79; }
.note-10 { left: 79%; --gold-peak: 1.02; }
.note-11 { left: 87%; --gold-peak: 0.86; }
.note-12 { left: 95%; --gold-peak: 0.96; }
@keyframes greenLimit { 0%, 5%, 100% { opacity: 0.24; transform: scaleY(0.05); } 16% { opacity: 0.8; transform: scaleY(0.31); } 27% { opacity: 1; transform: scaleY(var(--green-peak)); } 31% { transform: scaleY(0.48); } 37% { transform: scaleY(var(--green-peak)); } 45% { opacity: 0.68; transform: scaleY(0.39); } 54%, 94% { opacity: 0.16; transform: scaleY(0.06); } }
@keyframes goldBreakthrough { 0%, 43%, 100% { opacity: 0.12; transform: scaleY(0.025); } 49% { opacity: 0.32; transform: scaleY(0.09); } 57% { opacity: 1; transform: scaleY(var(--gold-peak)); } 62% { transform: scaleY(0.82); } 70%, 86% { opacity: 1; transform: scaleY(var(--gold-peak)); } 94% { opacity: 0.28; transform: scaleY(0.22); } }
.gold-focus { position: absolute; z-index: 1; top: -3%; right: -2%; bottom: -3%; width: 43%; opacity: 0; border: 1px solid rgba(243, 202, 94, 0.46); background: rgba(243, 202, 94, 0.035); transform: scaleX(0.82); animation: goldFocus var(--story-time) ease-in-out infinite; }
@keyframes goldFocus { 0%, 48%, 100% { opacity: 0; transform: scaleX(0.82); } 58%, 87% { opacity: 1; transform: scaleX(1); } 95% { opacity: 0; } }
.breakthrough-copy { position: absolute; z-index: 10; left: 6%; right: 4%; top: 8%; opacity: 0; display: grid; justify-items: end; text-align: right; transform: translateY(20px); animation: breakthroughReveal var(--story-time) cubic-bezier(.18,.75,.2,1) infinite; }
.breakthrough-copy span { color: var(--gold); font-size: 15px; font-weight: 950; text-shadow: 0 0 16px rgba(243, 202, 94, 0.42); }
.breakthrough-copy strong { max-width: 430px; margin-top: 4px; font-size: 38px; line-height: 1.02; transform-origin: right center; animation: sloganStrike var(--story-time) cubic-bezier(.16,.78,.2,1) infinite; }
@keyframes breakthroughReveal { 0%, 51%, 100% { opacity: 0; transform: translateY(20px); } 60%, 87% { opacity: 1; transform: translateY(0); } 94% { opacity: 0; transform: translateY(-8px); } }
@keyframes sloganStrike { 0%, 54%, 100% { opacity: 0; transform: translateX(22px) scale(0.92); } 61% { opacity: 1; transform: translateX(0) scale(1.035); text-shadow: 0 0 20px rgba(243, 202, 94, 0.3); } 67%, 88% { opacity: 1; transform: translateX(0) scale(1); text-shadow: none; } 94% { opacity: 0; transform: translateX(-8px) scale(1); } }
.story-paused .scene-canvas *, .story-paused .stage-copy, .story-paused::before, .story-paused::after { animation-play-state: paused !important; }

.stage-copy { position: relative; z-index: 5; width: min(690px, 55%); min-height: inherit; padding: 72px clamp(24px, 6vw, 88px) 82px; display: flex; flex-direction: column; justify-content: center; animation: storyCopy var(--story-time) ease-in-out infinite; }
@keyframes storyCopy { 0%, 48%, 100% { opacity: 1; transform: translateX(0); } 58%, 88% { opacity: 0.48; transform: translateX(-5px); } 95% { opacity: 0.82; transform: translateX(0); } }
.eyebrow { margin: 0 0 12px; color: var(--mint); text-transform: uppercase; font-size: 11px; line-height: 1.4; font-weight: 900; }
.stage-copy h1 { position: relative; margin: 0; font-size: 112px; line-height: 0.88; font-weight: 950; }
.stage-copy h1::after { content: ""; position: absolute; width: 54px; height: 3px; left: 8%; top: 11%; opacity: 0; background: var(--mint); box-shadow: 0 0 13px rgba(84, 237, 182, 0.85); transform: rotate(-15deg); animation: titleFlash 6s ease-in-out infinite; }
@keyframes titleFlash { 0%, 78%, 100% { opacity: 0; transform: translateX(-35px) rotate(-15deg); } 84% { opacity: 1; } 90% { opacity: 0; transform: translateX(350px) rotate(-15deg); } }
.stage-lead { max-width: 570px; margin: 24px 0 0; color: #d6dfda; font-size: 24px; line-height: 1.38; }
.stage-actions { margin-top: 30px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.primary-action, .quiet-action, .buy-button, .danger-action, .mode-switch, .close-button, .modal-cancel, .comparison-cta { min-height: 44px; border-radius: 6px; cursor: pointer; font-weight: 900; }
.primary-action { padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--mint); background: var(--mint); color: #06110d; box-shadow: 0 8px 28px rgba(84, 237, 182, 0.14); }
.primary-action:hover { background: #7df3ca; transform: translateY(-1px); }
.primary-action:disabled { opacity: 0.52; cursor: wait; }
.quiet-action { padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #3b4741; background: rgba(8, 12, 10, 0.54); color: var(--text); }
.quiet-action:hover { border-color: var(--mint); color: var(--mint); }
.app-coming-soon { cursor: default; color: var(--muted); }
.app-coming-soon:hover { border-color: #3b4741; color: var(--muted); transform: none; }
.buy-button:disabled, .comparison-cta:disabled, .support-options button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  filter: saturate(0.45);
  transform: none;
}
.buy-button:disabled:hover, .comparison-cta:disabled:hover, .support-options button:disabled:hover {
  border-color: inherit;
  color: inherit;
  background: inherit;
  transform: none;
}

.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 850ms cubic-bezier(.16,.78,.24,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .pro-offer[data-reveal] { transform: translateY(22px) scale(0.985); clip-path: inset(0 0 18% 0); transition: opacity 750ms ease, transform 900ms cubic-bezier(.16,.78,.24,1), clip-path 900ms cubic-bezier(.16,.78,.24,1); }
.motion-ready .pro-offer[data-reveal].is-visible { transform: translateY(0) scale(1); clip-path: inset(0); }
.motion-ready .support-section[data-reveal] { transform: translateX(-24px); }
.motion-ready .support-section[data-reveal].is-visible { transform: translateX(0); }
.motion-ready .section-heading[data-reveal] { position: relative; padding-top: 18px; }
.motion-ready .section-heading[data-reveal]::before { content: ""; position: absolute; top: 0; left: 0; width: 58px; height: 2px; background: var(--mint); box-shadow: 0 0 12px rgba(84, 237, 182, 0.55); transform: scaleX(0); transform-origin: left; transition: transform 800ms 180ms cubic-bezier(.16,.78,.24,1); }
.motion-ready .section-heading[data-reveal].is-visible::before { transform: scaleX(1); }
.motion-ready [data-reveal] .product-card { opacity: 0; transform: translateY(18px); }
.motion-ready [data-reveal].is-visible .product-card { animation: productCardReveal 620ms cubic-bezier(.16,.78,.24,1) forwards; animation-delay: calc(var(--card-index, 0) * 70ms); }
@keyframes productCardReveal { to { opacity: 1; transform: translateY(0); } }

.account-strip { min-height: 96px; padding: 0 clamp(14px, 4vw, 58px); display: grid; grid-template-columns: 1.4fr repeat(3, 0.7fr); align-items: stretch; border-bottom: 1px solid var(--line); background: #0f1311; }
.account-strip > div { min-width: 0; padding: 18px 22px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.account-strip > div:first-child { border-left: 0; }
.strip-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.account-strip strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.store-band { padding: 0; background: #070908; }
.section-heading { position: relative; margin: 0; display: flex; align-items: center; overflow: hidden; }
.store-band > .section-heading { min-height: 310px; padding: 70px clamp(18px, 6vw, 92px); border-bottom: 1px solid #253029; background: #0a0e0c; }
.store-band > .section-heading::after { content: "VL"; position: absolute; right: 3%; top: 50%; color: #101a16; font-size: min(31vw, 390px); line-height: 0.7; font-weight: 950; transform: translateY(-50%); pointer-events: none; }
.section-heading h2 { position: relative; z-index: 2; max-width: 860px; margin: 0; font-size: clamp(48px, 7vw, 96px); line-height: 0.92; }
.section-heading.compact { margin-bottom: 46px; }

.pro-offer { position: relative; min-height: 570px; overflow: hidden; display: grid; grid-template-columns: 0.68fr 0.92fr 1.25fr 0.62fr; align-items: center; gap: clamp(20px, 4vw, 64px); padding: 72px clamp(18px, 6vw, 92px); border-bottom: 1px solid #4c452c; background: #111007; isolation: isolate; }
.pro-offer::before { content: ""; position: absolute; z-index: -1; left: 27%; top: -38%; width: 40vw; max-width: 580px; aspect-ratio: 1; border: 1px solid rgba(243, 202, 94, 0.18); border-radius: 50%; box-shadow: 0 0 0 54px rgba(243, 202, 94, 0.025), 0 0 0 108px rgba(243, 202, 94, 0.018); animation: proOrbit 8s ease-in-out infinite; }
.pro-offer::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #3b3724; box-shadow: 0 -106px 0 #272719, 0 106px 0 #272719; opacity: 0.7; }
@keyframes proOrbit { 50% { transform: translate(3%, 5%) scale(1.05); border-color: rgba(243, 202, 94, 0.34); } }
.pro-signal { position: relative; z-index: 2; width: 100%; max-width: 250px; aspect-ratio: 0.92; display: grid; place-items: center; }
.pro-signal::before { content: ""; position: absolute; inset: 10%; border: 1px solid #554d2d; transform: rotate(45deg); animation: signalTurn 12s linear infinite; }
@keyframes signalTurn { to { transform: rotate(405deg); } }
.pro-signal span { position: relative; z-index: 3; color: var(--gold); font-size: 52px; font-weight: 950; text-shadow: 0 0 24px rgba(243, 202, 94, 0.32); }
.pro-signal i { position: absolute; z-index: 2; bottom: 15%; width: 8px; background: var(--gold); opacity: 0.62; animation: proSignal 920ms ease-in-out infinite alternate; }
.pro-signal i:nth-of-type(1) { left: 19%; height: 18%; }
.pro-signal i:nth-of-type(2) { left: 34%; height: 39%; animation-duration: 640ms; }
.pro-signal i:nth-of-type(3) { left: 49%; height: 26%; animation-duration: 780ms; }
.pro-signal i:nth-of-type(4) { left: 64%; height: 48%; animation-duration: 540ms; }
.pro-signal i:nth-of-type(5) { left: 79%; height: 15%; animation-duration: 1060ms; }
@keyframes proSignal { to { height: 68%; opacity: 0.96; } }
.pro-title { position: relative; z-index: 2; }
.pro-title h3 { margin: 0; font-size: clamp(52px, 6vw, 88px); line-height: 0.88; }
.pro-title .pro-manifesto { max-width: 470px; margin: 24px 0 0; color: var(--gold); font-size: clamp(20px, 2.2vw, 32px); line-height: 1.04; font-weight: 900; }
.pro-benefits { position: relative; z-index: 2; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 30px; list-style: none; }
.pro-benefits li { min-height: 92px; padding-top: 14px; display: flex; align-items: flex-start; gap: 12px; border-top: 1px solid #4d472d; }
.pro-benefits strong { color: var(--mint); font-size: 34px; line-height: 1; }
.pro-benefits span { max-width: 130px; color: #d7d1b7; line-height: 1.25; font-size: 13px; }
.pro-purchase { position: relative; z-index: 2; text-align: right; }
.pro-purchase p { margin: 0 0 16px; }
.pro-purchase strong { display: block; color: var(--gold); font-size: 46px; }
.pro-purchase span { color: #a99f74; font-size: 13px; }
.buy-button { width: 100%; padding: 12px 16px; border: 1px solid var(--line); background: var(--surface-3); }
.buy-button:hover { border-color: var(--mint); color: var(--mint); transform: translateY(-2px); }
.buy-button.primary { border-color: var(--gold); background: var(--gold); color: #171300; box-shadow: 0 9px 30px rgba(243, 202, 94, 0.18); }

.pro-impact { position: relative; min-height: 340px; padding: 0 clamp(18px, 6vw, 92px); display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; overflow: hidden; border-bottom: 1px solid #353223; background: #090b09; }
.impact-word { position: relative; display: grid; place-items: center; overflow: hidden; border-right: 1px solid #292f2b; }
.impact-word:last-of-type { border-right: 0; }
.impact-word strong { position: relative; z-index: 2; font-size: clamp(34px, 4.2vw, 66px); line-height: 1; }
.impact-word i { position: absolute; width: 6px; height: 60%; background: var(--mint); box-shadow: 0 0 18px rgba(84, 237, 182, 0.55); transform: scaleY(0.12); animation: impactBeat 2.4s ease-in-out infinite; }
.impact-word:nth-child(2) i { background: var(--gold); box-shadow: 0 0 18px rgba(243, 202, 94, 0.55); animation-delay: 260ms; }
.impact-word:nth-child(3) i { background: var(--blue); box-shadow: 0 0 18px rgba(104, 174, 245, 0.48); animation-delay: 520ms; }
@keyframes impactBeat { 0%, 100% { opacity: 0.2; transform: scaleY(0.12); } 45% { opacity: 0.85; transform: scaleY(1); } }
.comparison-cta { position: absolute; z-index: 4; left: 50%; bottom: 18px; width: min(520px, calc(100% - 36px)); min-height: 58px; padding: 12px 20px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid #70643a; background: #19170d; color: var(--gold); transform: translateX(-50%); font-size: 15px; }
.comparison-cta:hover { background: #252113; }
.comparison-cta strong { font-size: 24px; }

.product-section { position: relative; min-height: 590px; margin: 0; padding: 72px clamp(18px, 6vw, 92px); overflow: hidden; border-bottom: 1px solid #25322c; isolation: isolate; }
.standard-world { background: #07110d; }
.pro-world { background: #151107; border-bottom-color: #4d4427; }
.product-section::before { content: ""; position: absolute; z-index: -1; width: min(62vw, 760px); aspect-ratio: 1; right: -18%; top: -48%; border: 1px solid rgba(84, 237, 182, 0.14); border-radius: 50%; box-shadow: 0 0 0 66px rgba(84, 237, 182, 0.018), 0 0 0 132px rgba(84, 237, 182, 0.012); }
.pro-world::before { left: -18%; right: auto; border-color: rgba(243, 202, 94, 0.15); box-shadow: 0 0 0 66px rgba(243, 202, 94, 0.018), 0 0 0 132px rgba(243, 202, 94, 0.012); }
.product-section > header { position: relative; z-index: 3; margin: 0; }
.product-section h3, .support-section h3 { margin: 0; font-size: clamp(48px, 7vw, 94px); line-height: 0.9; }
.world-visual { position: absolute; z-index: 1; top: 145px; left: 6%; right: 6%; height: 190px; display: flex; align-items: end; justify-content: space-around; border-bottom: 1px solid #345044; }
.world-visual i { width: clamp(8px, 1.1vw, 16px); height: var(--wave-height, 50%); background: var(--mint); box-shadow: 0 0 20px rgba(84, 237, 182, 0.35); transform-origin: center bottom; animation: worldPulse 2.1s ease-in-out infinite; }
.world-visual i:nth-child(1), .world-visual i:nth-child(7) { --wave-height: 24%; animation-delay: -1.2s; }
.world-visual i:nth-child(2), .world-visual i:nth-child(6) { --wave-height: 48%; animation-delay: -800ms; }
.world-visual i:nth-child(3), .world-visual i:nth-child(5) { --wave-height: 72%; animation-delay: -400ms; }
.world-visual i:nth-child(4) { --wave-height: 100%; }
.pro-pulse { border-bottom-color: #665a31; transform: skewX(-8deg); }
.pro-pulse i { background: var(--gold); box-shadow: 0 0 20px rgba(243, 202, 94, 0.36); animation-duration: 1.6s; }
@keyframes worldPulse { 0%, 100% { opacity: 0.32; transform: scaleY(0.42); } 50% { opacity: 0.92; transform: scaleY(1); } }
.product-grid { position: relative; z-index: 4; max-width: 1080px; margin: 270px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.product-card { position: relative; min-height: 176px; overflow: hidden; padding: 22px; display: flex; flex-direction: column; border: 1px solid #2c4439; border-radius: 6px; background: #0c1712; transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease; }
.pro-token-section .product-card { border-color: #4d4427; background: #1a160b; }
.product-card:hover { border-color: var(--mint); background: #102019; transform: translateY(-5px); }
.pro-token-section .product-card:hover { border-color: var(--gold); background: #221d0e; }
.product-card-visual { height: 36px; margin-bottom: 18px; display: flex; align-items: end; gap: 5px; }
.product-card-visual i { width: 4px; height: 30%; background: var(--mint); animation: cardBeat 1.3s ease-in-out infinite alternate; }
.product-card-visual i:nth-child(2) { height: 90%; animation-delay: -700ms; }
.product-card-visual i:nth-child(3) { height: 52%; animation-delay: -300ms; }
.product-card-visual i:nth-child(4) { height: 74%; animation-delay: -900ms; }
.product-card-visual i:nth-child(5) { height: 38%; animation-delay: -500ms; }
.pro-token-section .product-card-visual i { background: var(--gold); }
@keyframes cardBeat { to { transform: scaleY(0.45); opacity: 0.4; } }
.product-card h4 { margin: 0; font-size: 21px; }
.product-card footer { margin-top: auto; padding: 18px 0 0; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; }
.product-price { font-size: 28px; font-weight: 950; }
.product-card .buy-button { width: auto; min-width: 102px; }

.support-section { position: relative; min-height: 560px; margin: 0; padding: 78px clamp(18px, 6vw, 92px); display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 70px; align-items: center; overflow: hidden; border-bottom: 1px solid #493139; background: #120b0e; }
.support-section::before { content: "VL"; position: absolute; left: -3%; bottom: -10%; color: #1b0f13; font-size: min(42vw, 560px); line-height: 0.72; font-weight: 950; }
.support-copy { position: relative; z-index: 2; }
.support-copy h3 { max-width: 680px; }
.support-heart { height: 130px; margin-top: 44px; display: flex; align-items: center; gap: 12px; }
.support-heart i { width: 10px; height: var(--heart-height, 34%); background: var(--red); box-shadow: 0 0 18px rgba(255, 104, 120, 0.38); animation: heartBeat 1.8s ease-in-out infinite; }
.support-heart i:nth-child(1), .support-heart i:nth-child(7) { --heart-height: 18%; }
.support-heart i:nth-child(2), .support-heart i:nth-child(6) { --heart-height: 38%; }
.support-heart i:nth-child(3), .support-heart i:nth-child(5) { --heart-height: 67%; }
.support-heart i:nth-child(4) { --heart-height: 100%; }
@keyframes heartBeat { 0%, 100% { transform: scaleY(0.55); opacity: 0.42; } 38% { transform: scaleY(1); opacity: 1; } }
.support-panel { position: relative; z-index: 2; padding-left: 36px; border-left: 1px solid #5b3942; }
.support-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.support-options button { min-height: 84px; border: 1px solid #563640; border-radius: 6px; background: #1b0f13; cursor: pointer; color: #ffe6ec; font-size: 22px; font-weight: 950; transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.support-options button:last-child { grid-column: 1 / -1; }
.support-options button:hover { border-color: var(--red); background: #28131a; transform: translateY(-4px); }
.store-status {
  margin: 0;
  padding: 18px clamp(18px, 6vw, 92px);
  border-top: 1px solid rgba(243, 202, 94, 0.2);
  border-bottom: 1px solid rgba(243, 202, 94, 0.2);
  background: #151208;
  color: #d9cfaa;
  line-height: 1.5;
  text-align: center;
}

.how-it-works { padding: 86px clamp(18px, 6vw, 92px); overflow: hidden; background: #0c110e; border-bottom: 1px solid var(--line); }
.how-it-works ol { position: relative; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.how-it-works ol::before { content: ""; position: absolute; left: 7%; right: 7%; top: 29px; height: 2px; background: #2c463a; }
.how-it-works li { position: relative; min-height: 150px; padding: 0 20px; display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.how-it-works li span { position: relative; z-index: 2; width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid #3a594b; border-radius: 50%; background: #0c110e; color: var(--mint); font-family: Consolas, monospace; box-shadow: 0 0 22px rgba(84, 237, 182, 0.08); }
.how-it-works li strong { max-width: 190px; line-height: 1.35; }
body > footer { min-height: 120px; padding: 28px clamp(14px, 5vw, 72px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; background: #060807; }
.footer-brand { font-size: 15px; }
body > footer p { color: var(--muted); text-align: center; font-size: 12px; }
body > footer nav { display: flex; gap: 16px; color: var(--muted); font-size: 12px; }
body > footer nav a:hover { color: var(--mint); }

.modal { width: min(92vw, 480px); max-height: min(90vh, 720px); padding: 0; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--text); box-shadow: 0 30px 110px rgba(0, 0, 0, 0.75); }
.modal::backdrop { background: rgba(0, 0, 0, 0.74); backdrop-filter: blur(7px); }
.modal-shell { position: relative; padding: 30px; }
.modal-shell h2 { margin: 0 0 8px; font-size: 30px; }
.modal-shell > p:not(.eyebrow):not(.form-status):not(.checkout-account) { color: var(--muted); line-height: 1.45; }
.close-button { position: absolute; top: 12px; right: 12px; width: 36px; min-height: 36px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 25px; }
.close-button:hover { color: var(--text); }
.auth-shell label { margin-top: 15px; display: grid; gap: 7px; color: var(--muted); font-size: 12px; }
.auth-shell input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 5px; outline: none; background: #0b0e0c; color: var(--text); }
.auth-shell input:focus { border-color: var(--mint); box-shadow: 0 0 0 2px rgba(84, 237, 182, 0.12); }
.captcha-block { margin-top: 15px; color: var(--muted); font-size: 12px; }
.captcha-block > div { margin: 7px 0; display: flex; align-items: center; gap: 8px; }
.captcha-block img { min-width: 150px; height: 48px; object-fit: contain; border: 1px solid var(--line); background: #fff; }
.captcha-block button { min-height: 38px; border: 1px solid var(--line); border-radius: 5px; background: transparent; cursor: pointer; }
.legal-check { grid-template-columns: 18px 1fr !important; align-items: start; }
.legal-check input { min-height: 18px; width: 18px; accent-color: var(--mint); }
.form-status { min-height: 20px; margin: 12px 0; color: var(--gold); font-size: 12px; }
.submit-auth { width: 100%; }
.mode-switch, .danger-action { width: 100%; margin-top: 8px; border: 0; background: transparent; color: var(--muted); }
.mode-switch:hover { color: var(--mint); }
.danger-action:hover { color: var(--red); }
.account-identity { margin: 24px 0; display: flex; align-items: center; gap: 14px; }
.account-identity h2 { margin: 0; }
.account-identity p { margin: 4px 0 0; color: var(--muted); }
.account-balance { margin-bottom: 20px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 6px; }
.account-balance div { padding: 13px; border-right: 1px solid var(--line); }
.account-balance div:last-child { border: 0; }
.account-balance span { display: block; color: var(--muted); font-size: 10px; }
.account-balance strong { display: block; margin-top: 5px; }
.account-shell .primary-action { width: 100%; }
.checkout-summary { margin: 24px 0 14px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checkout-summary span, .checkout-account span { color: var(--muted); }
.checkout-summary strong { font-size: 30px; }
.checkout-account { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; }
.checkout-account strong { overflow: hidden; text-overflow: ellipsis; }
.checkout-shell .primary-action, .checkout-shell .modal-cancel { width: 100%; }
.modal-cancel { margin-top: 8px; border: 0; background: transparent; color: var(--muted); }
.toast { position: fixed; z-index: 60; right: 18px; bottom: 18px; max-width: min(410px, calc(100vw - 36px)); padding: 14px 16px; border: 1px solid var(--line); border-left: 3px solid var(--mint); border-radius: 6px; background: var(--surface-3); box-shadow: 0 20px 50px var(--shadow); }

@media (max-width: 1100px) {
  .stage-copy { width: 63%; }
  .limit-story { left: 46%; }
  .pro-offer { grid-template-columns: 0.5fr 0.9fr 1.25fr; }
  .pro-purchase { grid-column: 2 / -1; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
  .pro-purchase p { margin: 0; }
}

@media (max-width: 820px) {
  .product-stage { min-height: 720px; }
  .scene-canvas::after { inset: 0; background: rgba(4, 7, 6, 0.58); }
  .scene-mark { width: 90vw; right: -24%; opacity: 0.1; }
  .limit-story { inset: 8% 2% 7% 37%; opacity: 0.78; }
  .breakthrough-copy strong { max-width: 350px; font-size: 31px; }
  .stage-copy { width: 76%; padding-left: 32px; padding-right: 20px; }
  .stage-copy h1 { font-size: 88px; }
  .stage-lead { font-size: 21px; }
  .pro-offer { grid-template-columns: 0.65fr 1.35fr; }
  .pro-signal { max-width: 180px; }
  .pro-benefits { grid-column: 1 / -1; }
  .pro-purchase { grid-column: 1 / -1; }
  .support-section { grid-template-columns: 1fr; gap: 30px; }
  .support-panel { padding: 30px 0 0; border-left: 0; border-top: 1px solid #5b3942; }
  .account-strip { padding: 0; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 66px; }
  body { font-size: 14px; }
  button, a, input { touch-action: manipulation; }
  .site-header {
    min-height: 64px;
    padding: max(8px, env(safe-area-inset-top)) 10px 8px;
    gap: 8px;
  }
  .brand span { display: none; }
  .brand { min-width: 48px; min-height: 48px; justify-content: flex-start; }
  .brand img { width: 40px; height: 40px; }
  .header-actions { min-width: 0; gap: 7px; }
  .backend-state { width: 12px; min-height: 48px; justify-content: center; }
  .language-switch button { width: 48px; height: 48px; font-size: 12px; }
  .account-button { min-width: 48px; min-height: 48px; padding: 6px; justify-content: center; }
  .account-avatar { width: 32px; height: 32px; flex-basis: 32px; }
  .account-button > span:last-child { display: none; }
  .product-stage { min-height: calc(79svh - 64px); max-height: 690px; }
  .product-stage::before { left: 73%; top: 56%; width: 96vw; }
  .scene-grid::after { left: 12%; box-shadow: 135px 0 0 rgba(104, 174, 245, 0.09), 270px 0 0 rgba(243, 202, 94, 0.08); }
  .limit-story { inset: 0; opacity: 0.48; animation: storyLayerMobile var(--story-time) ease-in-out infinite; }
  @keyframes storyLayerMobile { 0%, 48%, 100% { opacity: 0.46; } 58%, 88% { opacity: 0.9; } 95% { opacity: 0.6; } }
  .limit-ceiling { left: 28%; right: 3%; top: 56%; }
  .note-field { inset: 34% 3% 8% 27%; }
  .limit-note { width: 7px; }
  .breakthrough-copy { left: 14%; right: 5%; top: 18%; }
  .breakthrough-copy span { font-size: 11px; }
  .breakthrough-copy strong { max-width: 310px; font-size: 32px; }
  .stage-copy { width: 100%; min-height: inherit; padding: 44px 18px 46px; justify-content: flex-end; animation-name: storyCopyMobile; }
  @keyframes storyCopyMobile { 0%, 48%, 100% { opacity: 1; transform: translateX(0); } 58%, 88% { opacity: 0.06; transform: translateX(-4px); } 95% { opacity: 0.72; transform: translateX(0); } }
  .stage-copy h1 { font-size: 64px; }
  .stage-lead { max-width: 340px; margin-top: 16px; font-size: 18px; }
  .stage-actions { display: grid; grid-template-columns: 1fr; width: 100%; margin-top: 22px; gap: 8px; }
  .stage-actions a, .stage-actions span { width: 100%; min-height: 52px; }
  .account-strip { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-strip > div { min-height: 76px; padding: 12px 14px; text-align: left; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .account-strip > div:nth-child(odd) { border-left: 0; }
  .account-strip > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .account-strip > div:first-child { grid-column: auto; }
  .account-strip strong { margin-top: 5px; }
  .store-band { padding: 0; }
  .store-band > .section-heading { min-height: 178px; padding: 42px 18px; }
  .store-band > .section-heading::after { right: -7%; font-size: 138px; }
  .section-heading h2 { max-width: 340px; font-size: 40px; line-height: 0.94; }
  .pro-offer { min-height: 0; grid-template-columns: 1fr; align-content: start; gap: 25px; padding: 48px 18px 32px; }
  .pro-offer::before { left: 49%; top: -14%; width: 72vw; }
  .pro-signal { width: 126px; justify-self: end; position: absolute; right: -10px; top: 20px; opacity: 0.48; }
  .pro-signal span { font-size: 28px; }
  .pro-title { position: relative; z-index: 2; min-height: 126px; padding: 8px 92px 0 0; }
  .pro-title h3 { font-size: 46px; }
  .pro-title .pro-manifesto { max-width: 250px; margin-top: 15px; font-size: 20px; }
  .pro-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pro-benefits li { min-height: 74px; padding-top: 10px; gap: 8px; }
  .pro-benefits strong { font-size: 28px; }
  .pro-benefits span { font-size: 11px; }
  .pro-purchase { display: grid; grid-template-columns: auto minmax(150px, 1fr); align-items: end; gap: 16px; text-align: left; }
  .pro-purchase p { margin: 0; }
  .pro-purchase strong { font-size: 38px; }
  .pro-purchase .buy-button { width: 100%; min-height: 52px; }
  .pro-impact { min-height: 228px; padding: 0 12px 72px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .impact-word { min-height: 152px; border-right: 1px solid #292f2b; border-bottom: 0; }
  .impact-word:last-of-type { border-right: 0; }
  .impact-word strong { font-size: 17px; text-align: center; overflow-wrap: anywhere; }
  .impact-word i { width: 4px; height: 58%; }
  .comparison-cta { bottom: 12px; min-height: 52px; justify-content: space-between; gap: 10px; font-size: 12px; }
  .comparison-cta strong { font-size: 20px; }
  .product-section { min-height: 470px; padding: 48px 0 40px; }
  .product-section h3 { padding: 0 18px; font-size: 42px; line-height: 0.94; }
  .product-section::before { top: -22%; width: 92vw; }
  .world-visual { top: 118px; left: 18px; right: 18px; height: 104px; }
  .product-grid {
    max-width: none;
    margin: 150px 0 0;
    padding: 0 18px 10px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 18px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card { min-height: 190px; flex: 0 0 min(78vw, 306px); padding: 20px; scroll-snap-align: center; }
  .product-card footer { gap: 12px; }
  .product-card .buy-button { min-width: 112px; min-height: 50px; }
  .support-section { min-height: 0; margin: 0; padding: 52px 18px 44px; gap: 24px; }
  .support-copy h3 { max-width: 330px; font-size: 46px; }
  .support-heart { height: 72px; margin-top: 20px; gap: 9px; }
  .support-heart i { width: 8px; }
  .support-panel { padding: 22px 0 0; }
  .support-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-options button { min-height: 64px; font-size: 18px; }
  .store-status { padding: 18px; text-align: left; font-size: 12px; }
  .how-it-works { padding: 52px 18px 42px; }
  .how-it-works .section-heading h2 { font-size: 36px; }
  .how-it-works ol { grid-template-columns: 1fr 1fr; }
  .how-it-works ol::before { display: none; }
  .how-it-works li { min-height: 128px; padding: 0 7px; gap: 15px; }
  .how-it-works li span { width: 50px; height: 50px; }
  .how-it-works li strong { font-size: 12px; overflow-wrap: anywhere; }
  body > footer { min-height: 0; padding: 26px 18px calc(18px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; gap: 10px; text-align: center; }
  body > footer .footer-brand, body > footer nav { justify-content: center; }
  body > footer p { margin: 4px 0; line-height: 1.5; }
  body > footer nav { width: 100%; gap: 2px; }
  body > footer nav a { min-width: 74px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
  .modal {
    width: 100%;
    max-width: none;
    max-height: calc(100dvh - 10px);
    margin: auto 0 0;
    border-width: 1px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .modal[open] { animation: mobileSheetIn 240ms cubic-bezier(.16,.78,.24,1); }
  @keyframes mobileSheetIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
  .modal-shell { max-height: calc(100dvh - 10px); overflow-y: auto; padding: 28px 18px calc(20px + env(safe-area-inset-bottom)); }
  .modal-shell h2 { padding-right: 44px; font-size: 28px; }
  .close-button { top: 8px; right: 8px; width: 48px; min-height: 48px; font-size: 28px; }
  .auth-shell input { min-height: 52px; font-size: 16px; }
  .captcha-block button { min-height: 48px; padding: 0 12px; }
  .legal-check { grid-template-columns: 24px 1fr !important; }
  .legal-check input { width: 24px; min-height: 24px; }
  .primary-action, .quiet-action, .buy-button, .danger-action, .mode-switch, .modal-cancel { min-height: 50px; }
  .account-identity { margin: 28px 0 20px; min-width: 0; }
  .account-identity > div { min-width: 0; }
  .account-identity h2, .account-identity p { overflow-wrap: anywhere; }
  .account-balance { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .account-balance div { min-width: 0; padding: 12px 7px; }
  .account-balance span { line-height: 1.25; overflow-wrap: anywhere; }
  .checkout-summary { margin-top: 20px; }
  .checkout-account { align-items: flex-start; }
  .checkout-account strong { max-width: 65%; overflow-wrap: anywhere; text-align: right; }
  .toast { left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); max-width: none; }
}

@media (max-width: 380px) {
  .stage-copy h1 { font-size: 56px; }
  .section-heading h2 { font-size: 36px; }
  .pro-title h3 { font-size: 40px; }
  .pro-title .pro-manifesto { font-size: 18px; }
  .pro-benefits strong { font-size: 25px; }
  .pro-purchase { grid-template-columns: 1fr; gap: 10px; }
  .pro-purchase p { display: flex; align-items: baseline; gap: 8px; }
  .pro-purchase strong { display: inline; }
  .impact-word strong { font-size: 15px; }
  .product-section h3 { font-size: 37px; }
  .product-card { flex-basis: 82vw; }
  .support-copy h3 { font-size: 41px; }
  .how-it-works .section-heading h2 { font-size: 32px; }
}

@media (hover: none) and (pointer: coarse) {
  .product-card:hover, .support-options button:hover, .buy-button:hover, .primary-action:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
  .stage-copy { opacity: 1 !important; transform: none !important; }
  .green-note { opacity: 0.32 !important; transform: scaleY(var(--green-peak)) !important; }
  .gold-note { opacity: 0.95 !important; transform: scaleY(var(--gold-peak)) !important; }
  .barrier-piece { opacity: 0.18 !important; transform: translate(var(--piece-x), var(--piece-y)) rotate(var(--piece-r)) !important; }
  .breakthrough-copy { opacity: 1 !important; transform: none !important; }
}
