@import url("fonts.css");

:root {
    --bg: #0b0812;
    --bg-soft: #120e1d;
    --panel: #171226;
    --panel-2: #1d1730;
    --cream: #f3efff;
    --muted: #b9b2c9;
    --purple: #866ff1;
    --purple-light: #b6a8ff;
    --gold: #f1b95b;
    --danger: #ff9f9f;
    --line: rgba(182, 168, 255, .18);
    --max: 1180px;
    --radius: 24px;
    --shadow: 0 28px 70px rgba(0, 0, 0, .38);
    --font-display: "Space Grotesk", Inter, system-ui, sans-serif;
    --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--cream); font-family: var(--font-body); font-size: 17px; line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .45; background-image: linear-gradient(rgba(134,111,241,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(134,111,241,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at 50% 0%, #000 0, transparent 72%); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.035em; line-height: 1.06; }
h2 { font-size: clamp(2.05rem, 4.5vw, 3.75rem); }
h3 { font-size: 1.3rem; }
.container { width: min(var(--max), calc(100% - 2.25rem)); margin-inline: auto; }
.section { padding-block: clamp(3.6rem, 7vw, 5.8rem); position: relative; }
main > .section:not(:last-of-type)::after { content: ""; position: absolute; left: 50%; bottom: -2px; z-index: 4; width: min(840px, 76vw); height: 7px; transform: translateX(-50%); pointer-events: none; background: repeating-linear-gradient(90deg, rgba(134,111,241,.72) 0 11px, transparent 11px 21px); clip-path: polygon(0 47%, 14% 44%, 30% 37%, 43% 23%, 50% 0, 57% 23%, 70% 37%, 86% 44%, 100% 47%, 100% 53%, 86% 56%, 70% 63%, 57% 77%, 50% 100%, 43% 77%, 30% 63%, 14% 56%, 0 53%); -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.2) 7%, #000 31%, #000 69%, rgba(0,0,0,.2) 93%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.2) 7%, #000 31%, #000 69%, rgba(0,0,0,.2) 93%, transparent 100%); filter: drop-shadow(0 0 5px rgba(134,111,241,.48)); }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 1000; transform: translateY(-120%); background: var(--cream); color: var(--bg); padding: .7rem 1rem; border-radius: 0 0 10px 10px; }
.skip-link:focus { transform: none; }
.kicker { margin-bottom: 1rem; color: var(--purple-light); font-weight: 800; font-size: .76rem; letter-spacing: .17em; text-transform: uppercase; }
.kicker em { color: var(--gold); font-style: normal; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 52px; padding: .88rem 1.35rem; border: 1px solid transparent; border-radius: 999px; background: var(--purple); color: #fff; font-weight: 800; line-height: 1.15; cursor: pointer; box-shadow: 0 12px 35px rgba(134,111,241,.32); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #7259e8; box-shadow: 0 16px 42px rgba(134,111,241,.46); }
.button.button-gold-soft { border-color: rgba(241,185,91,.62); background: rgba(241,185,91,.78); color: #1a1223; box-shadow: 0 12px 35px rgba(241,185,91,.18); }
.button.button-gold-soft:hover, .button.button-gold-soft:focus-visible { background: rgba(241,185,91,.9); box-shadow: 0 16px 42px rgba(241,185,91,.3); }
.button-small { min-height: 42px; padding: .7rem 1.05rem; font-size: .9rem; }
.full { width: 100%; }
.center-cta { margin-top: 2.3rem; text-align: center; }
.section-cta { margin-top: clamp(1.7rem, 3vw, 2.5rem); text-align: center; }
.section-cta-left { margin-top: 1.35rem; text-align: left; }
.section-cta-dark .button { box-shadow: 0 12px 35px rgba(87,65,188,.3); }
.section-heading { max-width: 850px; margin-bottom: clamp(1.8rem, 3.8vw, 3rem); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child:not(.kicker) { color: var(--muted); max-width: 64ch; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center > p:last-child { margin-inline: auto; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 2.5rem; }
.section-heading-split > p { margin-bottom: .3rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; padding-top: .65rem; pointer-events: none; }
.nav-shell { width: min(1220px, calc(100% - 1.25rem)); margin-inline: auto; padding: .5rem .6rem .5rem 1rem; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(16,12,27,.82); backdrop-filter: blur(18px); box-shadow: 0 15px 45px rgba(0,0,0,.26); }
.nav-shell, .mobile-nav { pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: .7rem; flex: none; }
.brand img { width: 34px; height: 40px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand b { font-family: var(--font-display); letter-spacing: .08em; }
.brand small { margin-top: .28rem; color: var(--muted); font-size: .58rem; letter-spacing: .15em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.desktop-nav a { color: var(--muted); font-size: .9rem; font-weight: 700; }
.desktop-nav a:hover { color: #fff; }
.menu-toggle { display: none; min-height: 42px; padding: .65rem .85rem; align-items: center; gap: .55rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.045); color: var(--cream); cursor: pointer; font-size: .78rem; font-weight: 800; }
.menu-toggle-icon { width: 18px; display: grid; gap: 4px; }
.menu-toggle-icon i { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { width: min(520px, calc(100% - 1.25rem)); margin: .55rem auto 0; padding: .55rem; display: grid; gap: .2rem; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(16,12,27,.97); box-shadow: 0 22px 60px rgba(0,0,0,.48); backdrop-filter: blur(18px); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: .78rem .9rem; border-radius: 13px; color: var(--muted); font-size: .92rem; font-weight: 750; }
.mobile-nav a:hover, .mobile-nav a:focus-visible { background: rgba(134,111,241,.12); color: #fff; }

.neon-scroll-guide { --scroll-progress: 0%; position: fixed; inset: 0; z-index: 12; pointer-events: none; transition: opacity .35s ease; }
.neon-edge { position: absolute; top: 14vh; bottom: 10vh; width: 3px; opacity: .68; -webkit-mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent); }
.neon-edge::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(180deg, rgba(182,168,255,.26) 0 8px, rgba(134,111,241,.9) 8px 19px, transparent 19px 30px); background-size: 100% 30px; box-shadow: 0 0 10px rgba(134,111,241,.78), 0 0 22px rgba(134,111,241,.34); animation: neon-rail-flow 1.65s linear infinite; }
.neon-edge::after { content: ""; position: absolute; inset: 0 0 auto; height: var(--scroll-progress); background: linear-gradient(180deg, #d0c7ff, var(--purple) 68%, var(--gold)); box-shadow: 0 0 11px rgba(182,168,255,1), 0 0 26px rgba(134,111,241,.68); transition: height .12s linear; }
.neon-edge-left { left: max(9px, env(safe-area-inset-left)); opacity: .34; }
.neon-edge-right { right: max(11px, env(safe-area-inset-right)); }
.neon-progress-marker { position: absolute; z-index: 2; left: 50%; top: var(--scroll-progress); width: 11px; height: 11px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--gold); box-shadow: 0 0 11px var(--gold), 0 0 28px rgba(241,185,91,.88); transform: translate(-50%, -50%); transition: top .12s linear; }
.neon-scroll-cue { position: absolute; right: max(24px, calc(env(safe-area-inset-right) + 13px)); bottom: 3.5vh; display: grid; justify-items: center; gap: 2px; color: #cabfff; opacity: .9; filter: drop-shadow(0 0 9px rgba(134,111,241,.9)) drop-shadow(0 0 18px rgba(134,111,241,.46)); transition: opacity .35s ease, transform .35s ease; }
.neon-scroll-cue small { margin-bottom: .45rem; font-size: .66rem; font-weight: 900; letter-spacing: .14em; line-height: 1; writing-mode: vertical-rl; }
.neon-scroll-cue i { width: 12px; height: 12px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); animation: neon-cue-down 1.25s ease-in-out infinite; }
.neon-scroll-cue i:last-child { animation-delay: .16s; }
.neon-scroll-guide.is-complete .neon-scroll-cue { opacity: 0; transform: translateY(10px); }
@keyframes neon-rail-flow { to { background-position-y: 30px; } }
@keyframes neon-cue-down { 0%, 100% { opacity: .25; transform: translateY(-2px) rotate(45deg); } 50% { opacity: 1; transform: translateY(3px) rotate(45deg); } }

.hero { min-height: 100svh; padding-top: clamp(7.8rem, 11vw, 9.5rem); overflow: hidden; background: radial-gradient(circle at 86% 8%, rgba(134,111,241,.085), transparent 36%), #0b0812; }
.hero-glow { position: absolute; width: 780px; height: 780px; right: -260px; top: -330px; border-radius: 50%; background: radial-gradient(circle, rgba(134,111,241,.38), transparent 69%); filter: blur(8px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(1.8rem, 4vw, 3.4rem); }
.hero-copy h1 { max-width: 770px; margin-bottom: 1.35rem; font-size: clamp(2.55rem, 4.4vw, 4.05rem); }
.hero-copy h1 span { color: var(--purple-light); text-shadow: 0 0 34px rgba(134,111,241,.28); }
.hero-retention { width: max-content; max-width: 100%; margin: -.25rem 0 1.25rem; padding: .72rem 1rem; border: 1px solid rgba(134,111,241,.36); border-left: 3px solid var(--purple); border-radius: 14px; background: linear-gradient(110deg, rgba(134,111,241,.16), rgba(255,255,255,.025)); color: var(--cream); font-weight: 780; line-height: 1.35; box-shadow: 0 12px 34px rgba(0,0,0,.16); }
.hero-lede { max-width: 62ch; margin-bottom: 0; color: var(--muted); font-size: clamp(1.04rem, 1.6vw, 1.18rem); }
.hero-visual { position: relative; width: min(100%, 520px); margin-left: auto; }
.hero-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(182,168,255,.26); border-radius: 36px 36px 100px 36px; background: var(--panel); box-shadow: var(--shadow), 0 0 50px rgba(134,111,241,.18); }
.hero-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 55%, rgba(8,6,14,.84)); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.hero-stamp { position: absolute; left: 1.4rem; bottom: 1.5rem; z-index: 2; display: grid; line-height: 1; }
.hero-stamp span { color: #fff; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; letter-spacing: .11em; }
.hero-stamp b { margin-top: .38rem; color: var(--purple-light); font-size: .7rem; letter-spacing: .16em; }
.status-chip { position: relative; z-index: 3; width: max-content; max-width: 100%; margin: 0 auto .9rem; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .6rem .85rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(10,8,18,.88); box-shadow: 0 12px 34px rgba(0,0,0,.25); color: var(--cream); font-size: .78rem; font-weight: 700; line-height: 1.2; text-align: center; backdrop-filter: blur(10px); }
.status-chip span { min-width: 0; overflow-wrap: anywhere; }
.status-chip i { width: 8px; height: 8px; min-width: 8px; min-height: 8px; flex: 0 0 8px; border-radius: 50%; background: #69e59a; box-shadow: 0 0 12px #69e59a; animation: pulse 1.7s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .45; } }

.recognition { background: linear-gradient(180deg, rgba(134,111,241,.018), rgba(134,111,241,.065), rgba(134,111,241,.018)), #100b1a; }
.problem-highlight { color: var(--purple-light); text-shadow: 0 0 34px rgba(134,111,241,.3); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.pain-card { min-height: 245px; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.027); }
.pain-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2.1rem; border-radius: 13px; background: rgba(134,111,241,.14); color: var(--purple-light); font-family: var(--font-display); font-weight: 800; }
.pain-card h3 { margin-bottom: .65rem; }
.pain-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.bridge-copy { max-width: 790px; margin: 2.8rem auto 0; text-align: center; color: var(--muted); font-size: clamp(1.12rem, 2.2vw, 1.45rem); }
.bridge-copy em { color: var(--purple-light); font-style: normal; font-weight: 850; }
.purple-led { max-width: 760px; margin: 1.4rem auto 0; padding: 1.1rem 1.3rem; border: 1px solid rgba(134,111,241,.45); border-left: 4px solid var(--purple); border-radius: 17px; background: radial-gradient(circle at 0 50%, rgba(134,111,241,.22), transparent 58%), rgba(255,255,255,.025); color: var(--cream); text-align: center; font-weight: 780; box-shadow: 0 0 34px rgba(134,111,241,.12), inset 0 0 26px rgba(134,111,241,.04); }

.proof { background: #eeeafd; color: #161123; }
.proof .kicker { color: #654fcb; }
.proof .section-heading > p:last-child { color: #625b73; }
.proof-heading { max-width: 820px; }
.proof-heading h2 { margin-bottom: 1rem; }
.proof-heading .proof-bubble { width: max-content; max-width: 100%; margin: 0; padding: .72rem 1rem; border: 1px solid rgba(101,79,203,.22); border-radius: 999px; background: #fff; color: #504667; box-shadow: 0 10px 30px rgba(59,42,117,.08); font-weight: 720; }
.case-carousel-shell { position: relative; }
.case-carousel-toolbar { margin-bottom: .8rem; display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.carousel-toggle { min-height: 38px; padding: .52rem .8rem; border: 1px solid rgba(30,22,53,.18); border-radius: 999px; background: rgba(255,255,255,.7); color: #392e58; cursor: pointer; font-size: .78rem; font-weight: 800; }
.case-carousel { display: flex; gap: 1rem; overflow-x: auto; padding: .2rem max(1px, calc((100% - 960px) / 2)) 1rem; scroll-snap-type: x mandatory; scroll-padding-inline: max(1px, calc((100% - 960px) / 2)); scrollbar-width: thin; scrollbar-color: #866ff1 rgba(35,26,62,.1); overscroll-behavior-x: contain; touch-action: pan-x pan-y; }
.case-slide { overflow: hidden; flex: 0 0 min(1040px, calc(100vw - 3rem)); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: stretch; scroll-snap-align: center; border: 1px solid rgba(30,22,53,.16); border-radius: 28px; background: #14101f; box-shadow: 0 18px 48px rgba(37,29,65,.13); }
.case-visuals { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 3px; background: #221a39; }
.case-visuals figure { position: relative; min-width: 0; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: #e8e3f4; }
.case-visuals img { width: 100%; height: 100%; object-fit: contain; }
.case-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(1.35rem, 3vw, 2.15rem); border-left: 1px solid rgba(134,111,241,.34); background: radial-gradient(circle at 100% 0, rgba(134,111,241,.3), transparent 46%), #14101f; color: #f6f3ff; box-shadow: inset 22px 0 50px rgba(134,111,241,.035); }
.case-copy h3 { margin-bottom: .7rem; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.case-copy p:not(.case-label) { margin-bottom: .8rem; color: #e8e2fb; font-size: .95rem; }
.case-copy strong { display: block; color: #faf8ff; font-size: .94rem; line-height: 1.55; }
.case-label { margin-bottom: .6rem; color: #d8d0ff; font-size: .66rem; letter-spacing: .12em; font-weight: 800; }
.case-story { margin: 0; padding: 0; display: grid; gap: .75rem; list-style: none; }
.case-story li { padding-top: .68rem; border-top: 1px solid rgba(182,168,255,.14); }
.case-story b { display: block; margin-bottom: .15rem; color: #cfc5ff; font-size: .67rem; letter-spacing: .07em; text-transform: uppercase; }
.case-story p { margin: 0 !important; color: #eeeaff !important; font-size: .83rem !important; line-height: 1.45; }
.case-story em { color: #fff; font-style: normal; font-weight: 850; text-shadow: 0 0 16px rgba(134,111,241,.45); }
.carousel-controls { margin-top: .55rem; display: flex; align-items: center; justify-content: center; gap: .9rem; }
.carousel-controls > button { width: 42px; height: 42px; flex: none; border: 1px solid rgba(30,22,53,.16); border-radius: 50%; background: #fff; color: #392e58; cursor: pointer; font-size: 1.1rem; font-weight: 900; }
.carousel-controls > button:hover, .carousel-controls > button:focus-visible { border-color: #866ff1; color: #654fcb; }
.carousel-dots { display: flex; align-items: center; gap: .45rem; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #bcb4cd; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button[aria-current="true"] { width: 26px; border-radius: 999px; background: #866ff1; }

.method { overflow: hidden; background: radial-gradient(circle at 15% 80%, rgba(241,185,91,.04), transparent 36%), #0c0915; }
.method-container { position: relative; }
.floating-map { width: 64px; height: 64px; margin: 0 auto 1rem; color: var(--gold); filter: drop-shadow(0 0 13px rgba(241,185,91,.48)); perspective: 600px; animation: map-float 2.8s ease-in-out infinite; }
.floating-map svg { animation: map-spin 4.2s linear infinite; }
@keyframes map-float { 50% { transform: translateY(-12px); } }
@keyframes map-spin { to { transform: rotateY(360deg); } }
.roadmap { --road-line-height: 0px; position: relative; max-width: 900px; margin: 3rem auto 0; padding: 1.2rem 0 4rem; }
.roadmap::before { content: ""; position: absolute; left: 35px; top: 36px; bottom: 14px; width: 2px; background: repeating-linear-gradient(to bottom, rgba(241,185,91,.13) 0 10px, transparent 10px 20px); }
.road-line { position: absolute; left: 34px; top: 36px; width: 4px; height: var(--road-line-height); max-height: calc(100% - 50px); background: repeating-linear-gradient(to bottom, var(--gold) 0 10px, transparent 10px 20px); opacity: .95; overflow: hidden; animation: road-flow 1.1s linear infinite; will-change: height; }
@keyframes road-flow { to { background-position-y: 20px; } }
.road-step { position: relative; z-index: 1; display: grid; grid-template-columns: 72px 1fr; gap: 1.3rem; margin-bottom: 1rem; }
.road-step > span { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid var(--purple); border-radius: 50%; background: var(--panel); color: var(--gold); font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; box-shadow: 0 0 28px rgba(134,111,241,.4); }
.road-step > span, .road-step > div { transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.road-step.is-active > span { border-color: var(--gold); box-shadow: 0 0 32px rgba(241,185,91,.36); }
.road-step.is-active > div { border-color: rgba(241,185,91,.34); background: linear-gradient(110deg, rgba(241,185,91,.06), var(--panel) 40%); }
.road-step > div { padding: 1.4rem 1.55rem; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.road-step small { display: block; margin-bottom: .3rem; color: var(--purple-light); font-weight: 800; letter-spacing: .1em; }
.road-step h3 { margin-bottom: .45rem; font-size: 1.45rem; }
.road-step p { margin-bottom: 0; color: var(--muted); }
.road-x { position: absolute; left: 36px; bottom: -14px; color: var(--gold); font-family: var(--font-display); font-size: 4rem; line-height: 1; font-weight: 800; text-shadow: 0 0 20px rgba(241,185,91,.55); opacity: .2; transform: translateX(-50%) rotate(-8deg) scale(.78); transition: opacity .25s ease, transform .25s ease; }
.roadmap.is-complete .road-x { opacity: 1; transform: translateX(-50%) rotate(-8deg) scale(1); }
.road-destination { margin: 1.25rem 0 0 94px; padding: .9rem 1rem; border: 1px solid rgba(241,185,91,.28); border-radius: 15px; background: rgba(241,185,91,.065); color: var(--cream); font-weight: 780; }

.included { overflow: hidden; background: #120d1f; }
.inventory-highlight { color: var(--purple-light); text-shadow: 0 0 34px rgba(134,111,241,.3); }
.inventory-console { max-width: 1040px; margin-inline: auto; padding: clamp(1rem, 2.5vw, 1.6rem); border: 1px solid rgba(182,168,255,.2); border-radius: 24px; background: linear-gradient(155deg, rgba(255,255,255,.035), transparent 35%), #0d0a14; box-shadow: var(--shadow), inset 0 0 42px rgba(134,111,241,.035); }
.inventory-instruction { margin-bottom: 1rem; color: var(--muted); text-align: center; font-size: .87rem; }
.inventory-hotbar { padding: 8px; display: grid; grid-template-columns: repeat(8, minmax(82px, 1fr)); gap: 4px; overflow-x: auto; border: 4px solid #4d4658; border-radius: 3px; background: #191520; box-shadow: inset 0 0 0 3px #07050b, 0 16px 38px rgba(0,0,0,.36); scrollbar-width: thin; scrollbar-color: var(--purple) #191520; overscroll-behavior-x: contain; }
.hotbar-slot { position: relative; min-width: 82px; aspect-ratio: 1; padding: .62rem .3rem .45rem; display: grid; grid-template-rows: 1fr auto; place-items: center; gap: .35rem; border: 3px solid #504958; border-radius: 2px; background: linear-gradient(145deg, #332e39, #211d27); color: #d9d3e3; cursor: pointer; box-shadow: inset 2px 2px rgba(255,255,255,.06), inset -2px -2px rgba(0,0,0,.4); transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.hotbar-slot:hover, .hotbar-slot:focus-visible { border-color: #8d8399; color: #fff; outline: none; }
.hotbar-slot.is-active, .hotbar-slot[aria-selected="true"] { z-index: 1; transform: translateY(-3px); border-color: #fff; background: linear-gradient(145deg, rgba(134,111,241,.42), #292232); color: #fff; box-shadow: 0 0 0 3px var(--purple), 0 0 28px rgba(134,111,241,.48), inset 2px 2px rgba(255,255,255,.14), inset -2px -2px rgba(0,0,0,.4); }
.slot-number { position: absolute; top: .25rem; right: .35rem; color: rgba(255,255,255,.52); font-family: var(--font-display); font-size: .62rem; font-weight: 850; }
.slot-icon { width: 42px; height: 42px; display: grid; place-items: center; align-self: end; color: var(--purple-light); filter: drop-shadow(0 0 8px rgba(134,111,241,.28)); }
.slot-icon svg { width: 34px; height: 34px; }
.hotbar-slot.is-active .slot-icon { color: var(--gold); filter: drop-shadow(0 0 10px rgba(241,185,91,.36)); }
.slot-name { max-width: 100%; overflow: hidden; color: inherit; font-size: .64rem; font-weight: 800; letter-spacing: .035em; line-height: 1.15; text-align: center; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.inventory-details { min-height: 190px; margin-top: 1rem; display: grid; border: 1px solid rgba(134,111,241,.28); border-radius: 18px; background: radial-gradient(circle at 8% 20%, rgba(134,111,241,.2), transparent 37%), linear-gradient(130deg, rgba(255,255,255,.035), transparent), var(--panel); box-shadow: inset 0 0 34px rgba(134,111,241,.035); }
.inventory-panel { grid-area: 1 / 1; align-self: center; padding: clamp(1.4rem, 4vw, 2.35rem); animation: inventory-panel-in .35s ease both; }
.inventory-panel[hidden] { display: none; }
.inventory-panel small { display: block; margin-bottom: .55rem; color: var(--gold); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.inventory-panel h3 { margin-bottom: .55rem; color: #fff; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.inventory-panel p { max-width: 68ch; margin: 0; color: var(--muted); font-size: clamp(.96rem, 1.5vw, 1.08rem); }
.inventory-auto { margin-top: .9rem; display: flex; align-items: center; gap: .85rem; color: #8f889d; font-size: .7rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.inventory-auto i { position: relative; height: 3px; flex: 1; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }
.inventory-auto i::after { content: ""; position: absolute; inset: 0; transform-origin: left; background: linear-gradient(90deg, var(--purple), var(--gold)); animation: inventory-progress 5s linear infinite; }
.inventory-console.is-paused .inventory-auto i::after { animation-play-state: paused; }
.inventory-console.is-manual .inventory-auto i::after { animation: none; transform: scaleX(1); opacity: .45; }
@keyframes inventory-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes inventory-panel-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

.about { background: radial-gradient(circle at 82% 42%, rgba(134,111,241,.045), transparent 40%), #0a0711; }
.about-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: stretch; }
.about-visual { position: relative; width: 100%; max-width: 430px; min-height: 0; align-self: stretch; justify-self: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 32px 32px 96px 32px; box-shadow: var(--shadow); }
.about-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% 21%; transform: scale(1.14); }
.about-copy { min-width: 0; display: flex; flex-direction: column; }
.about-copy h2 { margin-bottom: 1.3rem; font-size: clamp(2rem, 3.7vw, 3.3rem); }
.about-copy > p:not(.kicker) { color: var(--muted); }
.about-explainer { max-width: 650px; margin-bottom: 1.05rem; }
.about-copy .about-promise { max-width: 620px; margin: 0 0 1.15rem; padding: 1rem 1.15rem; border: 1px solid rgba(134,111,241,.28); border-left: 3px solid var(--purple); border-radius: 15px; background: rgba(134,111,241,.085); color: var(--cream); font-size: 1rem; font-weight: 700; line-height: 1.5; }
.about-quote { margin: 1.1rem 0; padding-left: 1rem; border-left: 2px solid var(--gold); color: var(--cream); font-family: var(--font-display); font-size: clamp(1rem, 1.8vw, 1.18rem); font-weight: 720; line-height: 1.45; }
.about-bio { max-width: 680px; }
.dialog-actions { margin-top: 1.35rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.text-button { width: 100%; min-width: 0; min-height: 44px; padding: .68rem clamp(.55rem, 1.5vw, 1rem); border: 1px solid rgba(134,111,241,.48); border-radius: 999px; background: rgba(134,111,241,.09); color: var(--purple-light); cursor: pointer; font-size: clamp(.7rem, 1.2vw, .86rem); font-weight: 780; line-height: 1.25; white-space: normal; box-shadow: 0 8px 22px rgba(0,0,0,.14); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.text-button::after { content: "›"; margin-left: .42rem; color: var(--gold); font-size: 1.05rem; }
.text-button:hover, .text-button:focus-visible { transform: translateY(-1px); border-color: var(--purple); background: rgba(134,111,241,.16); }

.fit { background: linear-gradient(180deg, rgba(134,111,241,.02), rgba(134,111,241,.1), rgba(134,111,241,.025)), #130e20; }
.fit-heading { max-width: 930px; }
.fit-heading h2 span { display: inline-block; margin-inline: .18em; color: var(--gold); font-size: .55em; letter-spacing: .08em; vertical-align: middle; }
.fit-comparison { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.025); box-shadow: 0 24px 70px rgba(0,0,0,.26); }
.fit-column-head { min-height: 112px; padding: 1.35rem 1.5rem; display: flex; align-items: center; gap: 1rem; }
.fit-column-head > span { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; font-size: 1.45rem; font-weight: 900; }
.fit-column-head small, .fit-column-head strong { display: block; }
.fit-column-head small { margin-bottom: .2rem; font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.fit-column-head strong { font-family: var(--font-display); font-size: clamp(1.25rem, 2.6vw, 1.75rem); line-height: 1.1; }
.fit-column-head.fit-yes { border-right: 1px solid rgba(134,111,241,.28); background: radial-gradient(circle at 0 0, rgba(134,111,241,.34), transparent 55%), rgba(134,111,241,.08); color: #f6f3ff; }
.fit-column-head.fit-yes > span { background: var(--purple); color: #fff; box-shadow: 0 0 24px rgba(134,111,241,.5); }
.fit-column-head.fit-yes small { color: #cfc5ff; }
.fit-column-head.fit-no { background: radial-gradient(circle at 100% 0, rgba(255,125,140,.18), transparent 55%), rgba(255,125,140,.035); color: #fff3f4; }
.fit-column-head.fit-no > span { border: 1px solid rgba(255,159,159,.5); background: rgba(255,125,140,.14); color: #ffb1ba; }
.fit-column-head.fit-no small { color: #ffadb7; }
.fit-cell { position: relative; min-height: 112px; padding: 1.3rem 1.5rem 1.3rem 3.3rem; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.08); }
.fit-cell::before { position: absolute; left: 1.35rem; top: 50%; transform: translateY(-50%); font-size: 1rem; font-weight: 900; }
.fit-cell p { margin: 0; color: #ddd7ea; font-size: .96rem; line-height: 1.55; }
.fit-cell.fit-yes { border-right: 1px solid rgba(134,111,241,.24); background: linear-gradient(90deg, rgba(134,111,241,.1), transparent 52%); }
.fit-cell.fit-yes::before { content: "✓"; color: #bfb2ff; }
.fit-cell.fit-no { background: linear-gradient(270deg, rgba(255,125,140,.05), transparent 52%); }
.fit-cell.fit-no::before { content: "×"; color: #ff9f9f; }
.fit-cell.fit-no p { color: #c9c2d2; }
.fit-mobile-label { display: none; }
.fit-cta { margin-top: 2rem; }

.vsl { overflow: hidden; background: linear-gradient(180deg, rgba(134,111,241,.015), rgba(134,111,241,.075), rgba(134,111,241,.012)), #0d0918; }
.vsl-shell { position: relative; }
.vsl-shell::before { content: "渋"; position: absolute; right: -2vw; top: -2.2rem; color: rgba(182,168,255,.04); font-family: serif; font-size: clamp(12rem, 30vw, 25rem); line-height: .8; pointer-events: none; }
.vsl .section-heading { position: relative; }
.vsl-copy em { color: var(--purple-light); font-style: normal; font-weight: 850; text-shadow: 0 0 22px rgba(134,111,241,.24); }
.vsl-video-frame { position: relative; isolation: isolate; width: min(960px, 100%); aspect-ratio: 16 / 9; margin-inline: auto; overflow: hidden; border: 1px solid rgba(182,168,255,.3); border-radius: 28px; background: #09070f; box-shadow: var(--shadow), 0 0 54px rgba(134,111,241,.12); }
.vsl-video-frame::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.06); border-radius: 20px; pointer-events: none; }
.vsl-video { width: 100%; height: 100%; display: block; border: 0; background: #000; }
.vsl-cta-group { display: flex; flex-direction: column; align-items: center; gap: .85rem; }
.vsl-cta-group .button { width: min(100%, 720px); }

.faq { background: radial-gradient(circle at 12% 22%, rgba(241,185,91,.03), transparent 32%), #0b0714; }
.faq-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; align-items: start; }
.faq-grid .section-heading { max-width: 900px; margin-bottom: .6rem; }
.faq-list { width: min(100%, 980px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.25rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; cursor: pointer; font-family: var(--font-display); font-weight: 750; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--purple-light); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 66ch; padding: 0 2rem 1.2rem 0; color: var(--muted); }
.faq-cta { grid-column: 1 / -1; margin-top: 1rem; }

.apply { background: #f5f1ff; color: #171123; }
.apply .kicker { color: #654fcb; }
.apply-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.apply-copy { position: sticky; top: 110px; }
.apply-copy h2 { font-size: clamp(2.2rem, 4.2vw, 3.8rem); }
.apply-copy > p:not(.kicker) { color: #625b73; }
.apply-copy .apply-next-step { margin: -.35rem 0 1.3rem; padding: .9rem 1rem; border: 1px solid rgba(101,79,203,.28); border-left: 4px solid #654fcb; border-radius: 15px; background: rgba(134,111,241,.11); color: #30254e; font-weight: 800; line-height: 1.45; box-shadow: 0 12px 28px rgba(69,48,140,.08); }
.apply-points { margin-top: 2rem; display: grid; gap: .8rem; }
.apply-points span { display: flex; align-items: center; gap: .75rem; font-weight: 700; font-size: .92rem; }
.apply-points b { display: grid; place-items: center; width: 34px; height: 34px; flex: none; border-radius: 50%; background: #dcd4ff; color: #5f49c8; font-size: .72rem; }
.form-panel { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid rgba(30,22,53,.12); border-radius: 28px; background: #fff; box-shadow: 0 24px 60px rgba(34,25,68,.12); }
.form-panel form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr .38fr; gap: .85rem; }
.form-panel label, .contact-choice legend { color: #332c42; font-size: .84rem; font-weight: 750; }
.form-panel label small { color: #817990; font-weight: 500; }
.form-panel input:not([type="radio"]):not([type="checkbox"]), .form-panel select, .form-panel textarea { width: 100%; margin-top: .38rem; padding: .8rem .9rem; border: 1px solid #d9d4e2; border-radius: 12px; background: #faf9fd; color: #171123; outline: none; }
.form-panel textarea { resize: vertical; }
.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(134,111,241,.14); }
.contact-choice { margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.contact-choice legend { grid-column: 1 / -1; margin-bottom: .35rem; }
.contact-choice label { position: relative; }
.contact-choice input { position: absolute; opacity: 0; }
.contact-choice span { display: block; padding: .72rem; border: 1px solid #d9d4e2; border-radius: 12px; text-align: center; cursor: pointer; }
.contact-choice input:checked + span { border-color: var(--purple); background: #eeeaff; color: #5b45c5; box-shadow: inset 0 0 0 1px var(--purple); }
.consent { display: flex; align-items: flex-start; gap: .65rem; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin-top: .1rem; flex: none; accent-color: var(--purple); }
.consent a { color: #5e47ca; text-decoration: underline; }
.consent strong { color: #6b50d6; }
.form-micro { margin: -.25rem 0 0; color: #746c80; text-align: center; font-size: .74rem; }
.form-status { margin-bottom: 1rem; padding: .85rem 1rem; border-radius: 12px; font-weight: 700; font-size: .88rem; }
.form-status.success { background: #e1f8e9; color: #1e6a3a; }
.form-status.error { background: #ffebeb; color: #992d2d; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.data-use-float { position: fixed; left: auto; right: 1rem; bottom: 1rem; z-index: 70; width: min(400px, calc(100vw - 2rem)); min-height: 48px; padding: .75rem .9rem; display: flex; align-items: flex-start; gap: .72rem; border: 1px solid rgba(134,111,241,.46); border-radius: 15px; background: rgba(13,9,22,.94); color: #eeeaff; box-shadow: 0 16px 44px rgba(0,0,0,.46), 0 0 28px rgba(134,111,241,.12); backdrop-filter: blur(14px); cursor: pointer; text-align: left; opacity: 0; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease, border-color .2s ease; }
.data-use-float[hidden] { display: none; }
.data-use-float.is-visible { opacity: 1; transform: none; }
.data-use-float:hover, .data-use-float:focus-visible { border-color: var(--purple-light); outline: none; }
.data-use-icon { width: 25px; height: 25px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-family: var(--font-display); font-size: .78rem; font-weight: 900; }
.data-use-text { font-size: .72rem; line-height: 1.45; }
.data-use-short { display: none; align-self: center; font-size: .74rem; font-weight: 800; }
.data-use-float.is-collapsed { width: auto; align-items: center; }
.data-use-float.is-collapsed .data-use-text { display: none; }
.data-use-float.is-collapsed .data-use-short { display: inline; }

.site-footer { padding-block: 2.3rem; border-top: 1px solid var(--line); background: #08060d; }
.footer-grid { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.4rem 2rem; }
.footer-grid > p { margin: 0; color: var(--muted); font-size: .86rem; }
.footer-grid nav { display: flex; gap: 1rem; font-size: .8rem; color: var(--muted); }
.copyright { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.07); }

.info-dialog { width: min(720px, calc(100% - 1.4rem)); max-height: calc(100svh - 2rem); padding: 0; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); color: var(--cream); box-shadow: var(--shadow); }
.info-dialog::backdrop { background: rgba(4,3,8,.78); backdrop-filter: blur(6px); }
.info-dialog > div { position: relative; padding: clamp(1.5rem, 5vw, 2.6rem); }
.info-dialog h2 { margin-bottom: 1.4rem; font-size: 2.2rem; }
.info-dialog h3 { margin: 1.5rem 0 .6rem; color: var(--purple-light); }
.info-dialog ul { padding-left: 1.2rem; color: var(--muted); }
.info-dialog li { margin-bottom: .55rem; }
.dialog-close { position: absolute; right: .8rem; top: .8rem; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.05); cursor: pointer; font-size: 1.5rem; }

@media (prefers-reduced-motion: no-preference) {
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
    .reveal.is-visible { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr .95fr; gap: 1.7rem; }
    .hero-copy h1 { font-size: clamp(2.5rem, 5.5vw, 3.7rem); }
    .pain-grid { grid-template-columns: 1fr 1fr; }
    .about-grid { grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr); gap: 2rem; }
}

@media (max-width: 1040px) {
    .desktop-nav { display: none; }
    .nav-shell { justify-content: flex-start; gap: .65rem; }
    .nav-contact { margin-left: auto; }
    .menu-toggle { display: inline-flex; }
}

@media (max-width: 760px) {
    html { scroll-padding-top: 86px; }
    body { font-size: 16px; }
    .section { padding-block: 3.5rem; }
    main > .section:not(:last-of-type)::after { width: 82vw; height: 5px; background: repeating-linear-gradient(90deg, rgba(134,111,241,.68) 0 8px, transparent 8px 16px); }
    .neon-edge { top: 11vh; bottom: 8vh; width: 3px; }
    .neon-edge-left { left: max(4px, env(safe-area-inset-left)); opacity: .22; }
    .neon-edge-right { right: max(5px, env(safe-area-inset-right)); opacity: .62; }
    .neon-scroll-cue { right: max(12px, calc(env(safe-area-inset-right) + 6px)); bottom: 2vh; }
    .neon-scroll-cue small { display: none; }
    .nav-shell { min-height: 58px; }
    .brand small { display: none; }
    .hero { min-height: auto; padding-top: 6.8rem; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) clamp(155px, 40vw, 235px); align-items: start; gap: .75rem .9rem; }
    .hero-copy { display: contents; text-align: left; }
    .hero-copy .kicker { grid-column: 1; grid-row: 1; align-self: end; margin-bottom: .25rem; font-size: .65rem; line-height: 1.45; }
    .hero-copy h1 { grid-column: 1; grid-row: 2; align-self: start; margin-bottom: .25rem; font-size: clamp(2rem, 7.5vw, 2.65rem); }
    .hero-retention { grid-column: 1; grid-row: 3; align-self: start; width: 100%; margin: 0; padding: .65rem .75rem; font-size: .78rem; }
    .hero-lede { grid-column: 1 / -1; grid-row: 4; margin: .45rem 0 1rem; font-size: 1rem; }
    .hero-visual { grid-column: 2; grid-row: 1 / 4; width: 100%; margin: 0; align-self: start; }
    .hero-frame { aspect-ratio: 3 / 4; border-radius: 20px 20px 48px 20px; }
    .hero-frame img { object-position: 50% 40%; }
    .hero-stamp { display: none; }
    .status-chip { width: 100%; max-width: 100%; margin-bottom: .45rem; padding: .42rem .42rem; gap: .35rem; white-space: normal; font-size: clamp(.55rem, 2.1vw, .72rem); }
    .status-chip i { width: 7px; height: 7px; min-width: 7px; min-height: 7px; flex-basis: 7px; }
    .section-cta .button { width: 100%; }
    .section-cta-left { text-align: center; }
    .pain-grid { grid-template-columns: 1fr; }
    .pain-card { min-height: 0; }
    .pain-card > span { margin-bottom: 1.25rem; }
    .section-heading-split { grid-template-columns: 1fr; gap: 1rem; }
    .proof-heading .proof-bubble { width: 100%; border-radius: 18px; }
    .case-carousel { margin-inline: -.4rem; padding-inline: .4rem; scroll-padding-inline: .4rem; }
    .case-slide { flex-basis: calc(100vw - 2.25rem); grid-template-columns: 1fr; }
    .case-copy { min-height: 250px; padding: 1.25rem; border-top: 1px solid rgba(134,111,241,.34); border-left: 0; }
    .case-copy h3 { font-size: 1.8rem; }
    .roadmap { margin-top: 2rem; }
    .roadmap::before { left: 25px; }
    .road-line { left: 24px; }
    .road-step { grid-template-columns: 52px 1fr; gap: .75rem; }
    .road-step > span { width: 52px; height: 52px; font-size: .95rem; }
    .road-step > div { padding: 1rem 1.1rem; }
    .road-step h3 { font-size: 1.2rem; }
    .road-step p { font-size: .9rem; }
    .road-x { left: 26px; font-size: 3.5rem; }
    .road-destination { margin-left: 68px; font-size: .88rem; }
    .inventory-console { padding: .8rem; border-radius: 18px; }
    .inventory-hotbar { grid-template-columns: repeat(8, 76px); }
    .hotbar-slot { min-width: 76px; }
    .inventory-details { min-height: 210px; }
    .inventory-auto { gap: .55rem; font-size: .62rem; }
    .vsl-video-frame { border-radius: 20px; }
    .about-grid { grid-template-columns: minmax(118px, .78fr) minmax(0, 1.22fr); align-items: stretch; gap: .8rem; }
    .about-visual { width: 100%; max-width: none; min-height: 0; border-radius: 20px 20px 46px 20px; }
    .about-visual img { object-position: 54% 21%; transform: scale(1.14); }
    .about-copy { min-width: 0; display: flex; }
    .about-copy .kicker { margin-bottom: .55rem; font-size: clamp(.54rem, 1.7vw, .65rem); line-height: 1.4; }
    .about-quote { margin: .45rem 0 .65rem; padding-left: .6rem; font-size: clamp(.72rem, 2.2vw, .95rem); }
    .about-bio { margin-bottom: .65rem; font-size: clamp(.66rem, 1.9vw, .82rem); line-height: 1.42; }
    .dialog-actions { margin-top: auto; gap: .4rem; }
    .text-button { min-height: 40px; padding: .45rem .35rem; font-size: clamp(.58rem, 1.7vw, .72rem); }
    .text-button::after { margin-left: .18rem; font-size: .85rem; }
    .about-copy .section-cta-left { margin-top: .6rem; padding: 0; text-align: left; }
    .about-copy .section-cta-left .button { width: 100%; min-height: 42px; padding: .62rem .45rem; font-size: clamp(.62rem, 1.8vw, .76rem); }
    .fit-comparison { grid-template-columns: 1fr; border-radius: 22px; }
    .fit-column-head { display: none; }
    .fit-cell { min-height: 0; padding: 1rem 1rem; display: grid; grid-template-columns: 38px 1fr; gap: .75rem; align-items: center; border-left: 3px solid transparent; }
    .fit-cell::before { display: none; }
    .fit-cell.fit-yes { border-right: 0; border-left-color: var(--purple); }
    .fit-cell.fit-no { margin-bottom: .55rem; border-top: 0; border-left-color: #ff7d8c; }
    .fit-cell p { font-size: .9rem; }
    .fit-mobile-label { width: 38px; height: 38px; padding: 0; align-self: center; justify-self: center; display: grid; place-items: center; border-radius: 50%; font-size: .65rem; font-weight: 900; letter-spacing: .04em; line-height: 1; text-align: center; }
    .fit-yes .fit-mobile-label { background: var(--purple); color: #fff; }
    .fit-no .fit-mobile-label { background: rgba(255,125,140,.14); color: #ffadb7; }
    .apply-grid { grid-template-columns: 1fr; }
    .apply-copy { position: static; }
    .form-row { grid-template-columns: 1fr .38fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .data-use-float { left: auto; right: .6rem; bottom: .6rem; width: min(390px, calc(100vw - 1.2rem)); }
}

@media (max-width: 420px) {
    .container { width: min(var(--max), calc(100% - 1.4rem)); }
    .nav-shell { width: calc(100% - .7rem); padding-left: .7rem; }
    .brand span { display: none; }
    .brand img { width: 29px; height: 35px; }
    .nav-shell { gap: .4rem; }
    .nav-shell > .button { min-height: 39px; padding-inline: .72rem; font-size: .69rem; }
    .menu-toggle { min-height: 39px; padding: .55rem .62rem; gap: .42rem; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) clamp(142px, 40vw, 175px); gap: .65rem .7rem; }
    .hero-copy h1 { font-size: clamp(1.9rem, 8vw, 2.2rem); }
    .hero-retention { font-size: .72rem; }
    .status-chip { padding-inline: .32rem; gap: .28rem; font-size: clamp(.52rem, 2.4vw, .62rem); }
    .carousel-controls { gap: .6rem; }
    .carousel-dots { gap: .32rem; }
    .about-grid { grid-template-columns: minmax(100px, .72fr) minmax(0, 1.28fr); gap: .6rem; }
    .about-copy .kicker { font-size: .52rem; }
    .about-quote { font-size: clamp(.66rem, 2.7vw, .8rem); }
    .about-bio { font-size: clamp(.6rem, 2.45vw, .72rem); }
    .text-button { min-height: 38px; font-size: clamp(.52rem, 2.2vw, .64rem); }
    .about-copy .section-cta-left .button { font-size: clamp(.56rem, 2.35vw, .68rem); }
    .form-row { grid-template-columns: 1fr; }
    .contact-choice { grid-template-columns: 1fr; }
}

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