@font-face {
  font-family: "Inter";
  src: url("assets/fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #09080d; --ink-raised: #111018; --paper: #f5f4f7; --white: #fff;
  --text: #f7f5fb; --text-soft: #aaa5b4; --light-ink: #19171d; --light-soft: #68636e;
  --line-dark: rgba(242,237,255,.14); --line-light: rgba(28,23,35,.14);
  --violet: #9c7cff; --violet-bright: #b9a4ff; --violet-deep: #6e4ddb;
  --max: 1380px; --gutter: clamp(22px,4vw,64px); --section-pad: clamp(104px,11vw,164px);
  --ease: cubic-bezier(.2,.8,.2,1);
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--text); background: var(--ink); font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button,input,textarea,select { font: inherit; }
button { color: inherit; }
button:disabled { cursor: wait; opacity: .68; }
h1,h2,h3,p { margin-top: 0; }
code { font-family: "SFMono-Regular",Consolas,"Liberation Mono",monospace; font-size: .88em; }

.skip-link { position: fixed; z-index: 300; top: 10px; left: 10px; padding: 11px 15px; color: var(--light-ink); background: var(--white); transform: translateY(-180%); transition: transform 150ms ease; }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; width: min(calc(100% - 36px),var(--max)); min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 9px 10px 9px 16px; border: 1px solid transparent; border-radius: 15px; transform: translateX(-50%); transition: background 200ms ease,border-color 200ms ease,box-shadow 200ms ease,backdrop-filter 200ms ease; }
.site-header.is-scrolled { border-color: rgba(255,255,255,.16); background: rgba(9,8,13,.96); box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.wordmark { display: inline-flex; align-items: center; gap: 15px; width: max-content; }
.brand-logo { width: auto; height: 30px; display: block; }
.wordmark small { margin-left: 5px; padding-left: 14px; border-left: 1px solid var(--line-dark); color: #a9a3b0; font-size: 10px; font-weight: 560; letter-spacing: 0; }
.header-actions,.site-header nav { display: flex; align-items: center; }
.header-actions { gap: 26px; }
.site-header nav { gap: 27px; color: #ded9e4; font-size: 14px; font-weight: 600; }
.site-header nav a { padding: 12px 0; transition: color 160ms ease; }
.header-cta { min-height: 40px; display: inline-flex; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #17131f; background: #f7f4ff; font-size: 12px; font-weight: 680; transition: transform 140ms ease,background 160ms ease; }
.header-cta span { font-size: 14px; line-height: 1; }

.hero { position: relative; min-height: 1180px; padding: clamp(154px,17vh,194px) var(--gutter) 110px; overflow: hidden; background: radial-gradient(ellipse 44% 28% at 50% 9%,rgba(111,77,219,.22),transparent 72%),linear-gradient(180deg,#0b0910 0%,#09080d 58%,#0b0910 100%); }
.hero::before { content: ""; position: absolute; top: -190px; left: 50%; width: 900px; height: 520px; border-radius: 50%; background: rgba(132,99,238,.08); filter: blur(90px); transform: translateX(-50%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; width: 100%; max-width: 1120px; display: grid; justify-items: center; margin: 0 auto; text-align: center; }
.eyebrow { display: flex; justify-content: center; align-items: center; gap: 9px; margin-bottom: 26px; color: #c1bac9; font-size: 13px; font-weight: 560; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 4px rgba(156,124,255,.1); }
.hero h1 { width: 100%; max-width: 1050px; margin: 0 auto 28px; text-align: center; font-size: clamp(64px,7.1vw,104px); font-weight: 610; line-height: .96; letter-spacing: -.07em; text-wrap: balance; }
.hero-support { max-width: 660px; margin: 0 auto; color: #c4becb; font-size: clamp(19px,1.8vw,25px); line-height: 1.42; letter-spacing: -.025em; text-wrap: balance; }
.hero-description { max-width: 720px; margin: 20px auto 0; color: #918a99; font-size: 14px; line-height: 1.68; text-wrap: balance; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 21px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 680; cursor: pointer; transition: transform 140ms ease,background 180ms ease,box-shadow 180ms ease; }
.button:active,.header-cta:active { transform: scale(.98); }
.button-primary { color: #130f1c; background: #f7f4ff; box-shadow: inset 0 -1px 0 rgba(44,25,79,.2),0 12px 30px rgba(97,66,174,.14); }
.reassurance { max-width: 600px; margin: 19px auto 0; color: #837d8b; font-size: 12px; line-height: 1.55; }

.repair-trace { position: relative; z-index: 2; width: min(1240px,100%); margin: 94px auto 0; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; overflow: hidden; background: #100e15; box-shadow: 0 42px 110px rgba(0,0,0,.38); }
.repair-trace::after { content: ""; position: absolute; z-index: 8; inset: -1px; border-radius: inherit; background: rgba(76,52,112,.14); backdrop-filter: blur(13px) saturate(.82); opacity: 0; pointer-events: none; transition: opacity 1300ms cubic-bezier(.4,0,.2,1),backdrop-filter 1600ms cubic-bezier(.4,0,.2,1); }
.has-js .repair-trace:not(.is-focused)::after { opacity: 1; }
.diagnostic-stage { position: relative; display: flex; flex-direction: column; gap: 30px; padding: 68px 6.5% 56px; background: #100e15; }
.issue-card,.diagnosis-card { border-radius: 18px; }
.issue-card { position: relative; z-index: 1; width: 66%; align-self: flex-start; padding: 31px 34px 35px; border: 1px solid rgba(185,164,255,.2); border-radius: 28px 28px 28px 8px; color: #f9f6ff; background: #211a2c; box-shadow: 0 20px 54px rgba(0,0,0,.26); transform-origin: left bottom; transition: transform 1600ms cubic-bezier(.4,0,.2,1),opacity 1100ms ease; }
.message-author { display: flex; align-items: center; gap: 12px; }
.message-author>span { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #efeaff; background: #30283f; font-size: 12px; font-weight: 720; }
.message-author p { display: grid; gap: 3px; margin: 0; }
.message-author strong { font-size: 13px; font-weight: 660; }
.message-author small { color: #817989; font-size: 10px; }
.issue-card blockquote { max-width: 660px; margin: 28px 0 0; color: #f9f7fc; font-size: clamp(28px,3.2vw,44px); font-weight: 560; line-height: 1.1; letter-spacing: -.048em; }
.diagnosis-card { position: relative; z-index: 2; width: 61%; min-height: 0; align-self: flex-end; margin: 0; padding: 29px 32px 31px; border-radius: 28px 28px 8px 28px; color: var(--light-ink); background: #f7f5fa; box-shadow: 0 24px 62px rgba(0,0,0,.32); transform-origin: right top; transition: transform 1680ms cubic-bezier(.4,0,.2,1),opacity 1180ms ease,box-shadow 1500ms cubic-bezier(.4,0,.2,1); }
.diagnosis-card .message-author>span { color: #fff; background: var(--violet-deep); }
.diagnosis-card .message-author small { color: #89828d; }
.diagnosis-body { opacity: 1; filter: none; }
.diagnosis-body>p:first-child { margin: 31px 0 0; color: #27232c; font-size: clamp(16px,1.5vw,21px); line-height: 1.48; letter-spacing: -.02em; }
.diagnosis-body code { color: #503890; background: #ece7f8; border-radius: 4px; padding: 2px 4px; }
.diagnosis-next { display: grid; gap: 6px; margin: 24px 0 0; padding-top: 18px; border-top: 1px solid rgba(29,23,36,.14); color: #28232e; font-size: 12px; line-height: 1.5; }
.diagnosis-next span { color: #776b86; font-size: 10px; }
.has-js .repair-trace:not(.is-focused) .issue-card { opacity: .78; transform: translate3d(-62px,16px,0) scale(.97) rotate(-.5deg); }
.has-js .repair-trace:not(.is-focused) .diagnosis-card { opacity: .78; transform: translate3d(62px,-11px,0) scale(.97) rotate(.5deg); }
.repair-trace.is-focused::after { opacity: 0; backdrop-filter: blur(0) saturate(1); }
.repair-trace.is-focused .issue-card,.repair-trace.is-focused .diagnosis-card { opacity: 1; transform: none; }
.repair-trace.is-focused .diagnosis-card { box-shadow: 0 32px 74px rgba(0,0,0,.38); transition-delay: 160ms; }

.case-section,.faq-section { color: var(--light-ink); background: var(--paper); }
.case-section { position: relative; min-height: 285vh; padding: clamp(82px,8vw,112px) max(var(--gutter),calc((100vw - var(--max))/2)); }
.case-sticky { position: sticky; top: 94px; }
.section-intro { display: grid; grid-template-columns: 1.55fr .7fr; column-gap: clamp(56px,8vw,120px); align-items: end; }
.section-label { margin: 0 0 28px; color: var(--violet-deep); font-size: 11px; font-weight: 680; }
.section-label.inverse { color: var(--violet-bright); }
.section-intro .section-label { grid-column: 1/-1; }
.section-intro h2,.persistence h2,.help-section h2,.faq-section h2 { margin: 0; font-size: clamp(48px,5.7vw,80px); font-weight: 590; line-height: 1.02; letter-spacing: -.058em; text-wrap: balance; }
.section-intro>p:last-child { max-width: 500px; margin: 0; color: var(--light-soft); font-size: 16px; line-height: 1.65; }
.case-section .section-intro { grid-template-columns: minmax(0,1fr); max-width: 900px; margin-inline: auto; text-align: center; }
.case-section .section-intro .section-label { margin-bottom: 20px; }
.case-section .section-intro h2 { max-width: 900px; font-size: clamp(44px,5vw,70px); letter-spacing: -.052em; }
.case-section .section-intro h2 span { color: var(--violet-deep); }
.case-detail { margin-top: 44px; }
.case-progress { display: none; grid-template-columns: auto minmax(120px,1fr) auto; gap: 16px; align-items: center; max-width: 760px; margin: 0 auto 24px; color: #77717d; font-size: 10px; line-height: 1; }
.has-js .case-progress { display: grid; }
.case-progress>span { font-weight: 650; }
.case-progress>i { position: relative; height: 2px; overflow: hidden; background: #d9d5dd; }
.case-progress>i>b { display: block; width: 100%; height: 100%; background: var(--violet-deep); transform: scaleX(0); transform-origin: left center; transition: transform 160ms var(--ease); will-change: transform; }
.case-progress>i::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg,transparent 0 calc(25% - 1px),var(--paper) calc(25% - 1px) 25%); pointer-events: none; }
.case-progress>strong { min-width: 38px; color: #57515d; font-size: 10px; font-weight: 650; text-align: right; }
.case-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.case-steps button { --reveal-y: 0px; --hover-y: 0px; --reveal-scale: 1; position: relative; min-width: 0; min-height: 240px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px 24px 24px; border: 1px solid #dedbe2; border-radius: 12px; color: #29252e; background: #ecebef; text-align: left; cursor: pointer; opacity: 1; transform: translateY(calc(var(--reveal-y) + var(--hover-y))) scale(var(--reveal-scale)); transition: opacity 180ms ease,border-color 140ms ease,background 180ms ease,box-shadow 220ms ease,transform 210ms var(--ease); }
.has-js .case-section.is-scroll-ready .case-steps button { --reveal-y: 22px; --reveal-scale: .985; opacity: .14; pointer-events: none; }
.has-js .case-section.is-scroll-ready .case-steps button.is-scroll-revealed { --reveal-y: 0px; --reveal-scale: 1; opacity: 1; pointer-events: auto; }
.case-card-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 38px; color: #655d6d; transition: color 140ms ease,transform 160ms ease,filter 180ms ease; }
.case-card-icon svg { width: 34px; height: 34px; display: block; }
.case-steps strong { color: inherit; font-size: 15px; font-weight: 680; line-height: 1.3; letter-spacing: -.005em; }
.case-steps button p { max-width: 290px; margin: 13px 0 0; color: #4f4954; font-size: 14.5px; line-height: 1.55; }
.case-steps button code { color: #513d89; background: transparent; font-size: .88em; overflow-wrap: anywhere; }
.case-steps button[aria-selected="true"] { --hover-y: -4px; border-color: rgba(110,77,219,.42); background: #fff; box-shadow: 0 18px 40px rgba(56,39,78,.1); }
.case-steps button[aria-selected="true"] .case-card-icon { color: var(--violet-deep); filter: drop-shadow(0 8px 14px rgba(110,77,219,.22)); transform: translateY(-1px); }
.persistence { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px,9vw,140px); padding: var(--section-pad) max(var(--gutter),calc((100vw - var(--max))/2)); background: #0d0b11; }
.persistence-heading { max-width: 580px; }
.persistence-body>p { max-width: 680px; margin: 0 0 20px; color: #a49dab; font-size: 16px; line-height: 1.7; }
.persistence-body>p:last-of-type { margin-bottom: 34px; }
.failure-list-shell { position: relative; max-width: 760px; }
.failure-list { display: grid; gap: 12px; overflow: visible; padding: 0; }
.failure-list button { width: 100%; min-height: 116px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; margin: 0; padding: 24px 26px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; color: #f4f0f8; background: #15121a; text-align: left; cursor: pointer; opacity: 0; transform: scale(.96); transition: opacity 220ms ease,transform 220ms var(--ease),border-color 180ms ease,background 180ms ease; }
.failure-list button.is-list-visible { opacity: 1; transform: scale(.985); }
.failure-list button[aria-selected="true"] { border-color: rgba(185,164,255,.36); background: #211a2c; transform: scale(1); }
.failure-list button>span:first-child { padding-top: 3px; color: #776c83; font-size: 10px; }
.failure-list button>span:last-child { display: grid; gap: 8px; }
.failure-list strong { font-size: 18px; font-weight: 630; letter-spacing: -.01em; }
.failure-list small { max-width: 590px; color: #aaa2b0; font-size: 13px; line-height: 1.5; }

.help-section { position: relative; display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(64px,7vw,100px); padding: var(--section-pad) max(var(--gutter),calc((100vw - var(--max))/2)); overflow: hidden; background: linear-gradient(135deg,#25133f 0%,#3b1f61 52%,#20102f 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.09); }
.help-section::before { content: ""; position: absolute; top: -260px; right: -160px; width: 720px; height: 720px; border-radius: 50%; background: rgba(160,124,255,.15); filter: blur(90px); pointer-events: none; }
.help-section>* { position: relative; z-index: 1; }
.help-copy>p:not(.section-label) { max-width: 500px; margin: 28px 0 0; color: #d8cfdf; font-size: 15px; line-height: 1.7; }
.pilot-promise { margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.2); }
.pilot-promise>strong { font-size: 13px; font-weight: 650; }
.pilot-promise ul { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; color: #d0cad5; font-size: 12px; }
.pilot-promise li { position: relative; display: grid; gap: 7px; padding-left: 18px; }
.pilot-promise li::before { content: ""; position: absolute; top: 8px; left: 0; width: 6px; height: 1px; background: var(--violet); }
.pilot-promise li strong { color: #f7f3fb; font-size: 12px; font-weight: 680; }
.pilot-promise li span { color: #c7becf; font-size: 12px; line-height: 1.6; }
.pilot-promise>p { margin: 0; color: #b8aec1; font-size: 11px; line-height: 1.55; }
.diagnostic-form { align-self: start; padding: clamp(38px,3.8vw,58px); border: 1px solid rgba(255,255,255,.88); border-radius: 24px; color: var(--light-ink); background: #f8f7fa; box-shadow: 0 42px 100px rgba(0,0,0,.38); }
.form-trap { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; clip-path: inset(50%)!important; white-space: nowrap!important; }
.form-heading { display: grid; gap: 10px; margin: -4px 0 34px; padding-bottom: 24px; border-bottom: 1px solid #d8d4dc; color: #77707c; font-size: 12px; }
.form-heading span { color: #2b2530; font-size: 24px; font-weight: 650; letter-spacing: -.015em; }
.form-heading p { max-width: 620px; margin: 0; line-height: 1.6; }
.form-heading strong { color: #332d39; font-weight: 650; }
.form-progress { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; margin-bottom: 46px; color: #6f6875; font-size: 11px; font-weight: 620; }
.form-progress i { height: 4px; border-radius: 999px; background: #ddd9e1; overflow: hidden; }
.form-progress b { display: block; width: 50%; height: 100%; background: var(--violet-deep); transition: width 260ms var(--ease); }
.form-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-step[hidden] { display: none; }
.form-step legend { margin-bottom: 38px; padding: 0; font-size: clamp(30px,2.8vw,40px); font-weight: 590; line-height: 1.1; letter-spacing: -.048em; }
.form-step label:not(.consent) { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 30px 0 11px; color: #403946; font-size: 14px; font-weight: 660; }
.form-step label:not(.consent) small { color: #918a96; font-size: 9px; font-weight: 650; letter-spacing: .035em; text-transform: uppercase; }
.form-step textarea,.form-step input[type="text"],.form-step input[type="email"],.form-step select { width: 100%; border: 1px solid #d7d1dc; border-radius: 14px; outline: none; color: #201b24; background-color: #fff; box-shadow: 0 1px 0 rgba(38,27,45,.03); transition: border-color 160ms ease,background-color 160ms ease,box-shadow 160ms ease; }
.form-step textarea { min-height: 132px; padding: 16px 18px 40px; resize: vertical; font-size: 15px; line-height: 1.62; }
.textarea-shell { position: relative; }
.character-count { position: absolute; right: 28px; bottom: 12px; min-width: 68px; padding-left: 18px; color: #8b8490; background: linear-gradient(90deg,rgba(255,255,255,0),#fff 24%); font-size: 10px; font-weight: 620; font-variant-numeric: tabular-nums; line-height: 1; text-align: right; pointer-events: none; transition: color 160ms ease; }
.character-count.is-near-limit { color: var(--violet-deep); }
.character-count.is-at-limit { color: #9f4055; font-weight: 720; }
.form-step input[type="text"],.form-step input[type="email"],.form-step select { height: 60px; padding: 0 18px; font-size: 14px; }
.form-step select { appearance: none; padding-right: 54px; background-image: linear-gradient(45deg,transparent 50%,#6f6875 50%),linear-gradient(135deg,#6f6875 50%,transparent 50%); background-position: calc(100% - 23px) 27px,calc(100% - 17px) 27px; background-size: 6px 6px,6px 6px; background-repeat: no-repeat; cursor: pointer; }
.select-field { position: relative; }
.has-js .select-field>select { position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.select-trigger { width: 100%; min-height: 56px; display: grid; grid-template-columns: 32px minmax(0,1fr) 16px; gap: 12px; align-items: center; padding: 6px 16px 6px 8px; border: 1px solid #d7d1dc; border-radius: 13px; color: #2c2631; background: #fff; box-shadow: 0 1px 0 rgba(38,27,45,.03); text-align: left; cursor: pointer; transition: border-color 160ms ease,box-shadow 160ms ease,background 160ms ease; }
.select-trigger-marker,.select-option-marker { display: grid; place-items: center; border-radius: 10px; color: #6f6875; background: #f0edf3; font-size: 15px; font-weight: 700; }
.select-trigger-marker { width: 32px; height: 32px; }
.select-trigger-marker svg { display: block; width: 18px; height: 18px; }
.select-trigger-value { overflow: hidden; color: #756e79; font-size: 13.5px; font-weight: 540; text-overflow: ellipsis; white-space: nowrap; }
.select-trigger.has-value .select-trigger-value { color: #2d2732; font-weight: 620; }
.select-chevron { width: 7px; height: 7px; justify-self: end; border-right: 1.5px solid #716a76; border-bottom: 1.5px solid #716a76; transform: translateY(-2px) rotate(45deg); transition: transform 180ms var(--ease); }
.select-field.is-open { z-index: 20; }
.select-field.is-open .select-trigger { border-color: rgba(110,77,219,.72); box-shadow: 0 0 0 4px rgba(110,77,219,.1); }
.select-field.is-open .select-chevron { transform: translateY(2px) rotate(225deg); }
.select-menu { position: absolute; z-index: 30; top: calc(100% + 7px); left: 0; right: 0; max-height: 318px; overflow-y: auto; padding: 6px; border: 1px solid #d7d0dc; border-radius: 15px; background: #fff; box-shadow: 0 22px 54px rgba(39,25,47,.18),0 4px 12px rgba(39,25,47,.07); scrollbar-width: none; }
.select-menu::-webkit-scrollbar { display: none; }
.select-field.opens-up .select-menu { top: auto; bottom: 63px; }
.select-menu[hidden] { display: none; }
.select-options { display: grid; gap: 2px; }
.select-option { width: 100%; min-height: 48px; display: grid; grid-template-columns: 30px minmax(0,1fr) 16px; gap: 11px; align-items: center; padding: 5px 9px; border: 0; border-radius: 10px; color: #38313d; background: transparent; text-align: left; cursor: pointer; transition: color 140ms ease,background 140ms ease; }
.select-option-marker { width: 30px; height: 30px; font-size: 12px; }
.select-option-marker svg { display: block; width: 17px; height: 17px; }
.select-option-label { font-size: 13.5px; font-weight: 580; line-height: 1.32; }
.select-option-check { color: transparent; font-size: 13px; font-weight: 760; }
.select-option:hover,.select-option:focus-visible { outline: none; color: #35244e; background: #f1ecfb; }
.select-option[aria-selected="true"] { color: #4f2e8b; background: #ebe3fa; }
.select-option[aria-selected="true"] .select-option-marker { color: #fff; background: var(--violet-deep); }
.select-option[aria-selected="true"] .select-option-check { color: var(--violet-deep); }
.select-trigger[aria-invalid="true"] { border-color: #9f4055; background: rgba(159,64,85,.045); }
.form-step textarea::placeholder,.form-step input::placeholder { color: #948d99; }
.form-step textarea:focus,.form-step input:focus,.form-step select:focus { border-color: var(--violet-deep); background-color: #fff; box-shadow: 0 0 0 4px rgba(110,77,219,.1); }
.form-step [aria-invalid="true"] { border-color: #9f4055!important; background: rgba(159,64,85,.045)!important; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 4px; margin-top: 10px; }
.evidence-upload { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: center; margin-top: 34px; padding: 22px 24px; border: 1px solid #d8d1de; border-radius: 14px; background: #f0edf4; cursor: pointer; transition: border-color 160ms ease,background 160ms ease,box-shadow 160ms ease; }
.evidence-upload label { grid-column: 1; margin: 0!important; }
.evidence-upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.evidence-upload span { grid-column: 2; grid-row: 1; height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid #cec6d3; border-radius: 9px; color: #453d4a; background: #fff; font-size: 11px; font-weight: 650; line-height: 1; }
.evidence-upload small { grid-column: 1/-1; max-width: 580px; color: #77707c; font-size: 9.5px; line-height: 1.5; }
.evidence-warning { display: flex; align-items: flex-start; gap: 6px; }
.evidence-warning::before { content: "*"; flex: 0 0 auto; color: var(--violet-deep); font-size: 11px; font-weight: 750; line-height: 1.15; }
.evidence-upload:hover { border-color: #bcb2c4; background: #ece8f0; }
.evidence-upload:focus-within { border-color: var(--violet-deep); box-shadow: 0 0 0 4px rgba(110,77,219,.1); }
.form-next { width: 100%; justify-content: space-between; margin-top: 30px; color: white; background: #1b1621; box-shadow: none; }
.step-context { margin: -10px 0 26px; color: #746d79; font-size: 13px; line-height: 1.55; }
.security-check { display: grid; gap: 8px; justify-items: start; margin-top: 28px; padding: 15px 17px; border: 1px solid #ddd7e1; border-radius: 12px; background: #f2eff5; }
.security-check.is-unconfigured { display: none; }
.security-check p { margin: 0; color: #77707c; font-size: 9.5px; line-height: 1.5; }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: 12px; align-items: start; margin-top: 28px; color: #625b67; font-size: 11px; line-height: 1.55; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--violet-deep); }
.consent a,.privacy-note a { color: #513595; text-decoration: underline; text-decoration-color: rgba(81,53,149,.35); text-underline-offset: 2px; }
.privacy-note { margin: 11px 0 0 31px; color: #7c7581; font-size: 10px; line-height: 1.5; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 30px; }
.form-actions .button-primary { color: white; background: #1b1621; box-shadow: none; }
.text-button { min-height: 44px; padding: 0 6px; border: 0; color: #6e6673; background: transparent; cursor: pointer; }
.form-status { margin: 28px 0 0; padding: 15px 17px; border: 1px solid #ded8e3; border-radius: 12px; color: #6f6874; background: #f1eef4; font-size: 11px; line-height: 1.55; }
.form-status.is-error { border-color: rgba(159,64,85,.35); color: #783445; background: #f7edf0; }
.form-status.is-success { border-color: rgba(70,123,92,.3); color: #315d43; background: #edf5f0; }

.faq-section { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(70px,9vw,140px); padding: var(--section-pad) max(var(--gutter),calc((100vw - var(--max))/2)); }
.faq-heading h2 { max-width: 500px; }
.faq-layout { height: 440px; display: grid; grid-template-columns: .9fr 1.1fr; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.faq-tabs { border-right: 1px solid var(--line-light); }
.faq-tabs button { width: 100%; height: 20%; min-height: 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 22px 16px 0; border: 0; border-bottom: 1px solid var(--line-light); color: #746e78; background: transparent; text-align: left; font-size: 13px; cursor: pointer; transition: padding 200ms var(--ease),color 150ms ease,background 180ms ease; }
.faq-tabs button:last-child { border-bottom: 0; }
.faq-tabs button span { opacity: .4; }
.faq-tabs button[aria-selected="true"] { padding-left: 17px; color: #1c1820; background: #e9e6ec; }
.faq-tabs button[aria-selected="true"] span { color: var(--violet-deep); opacity: 1; }
.faq-answer { height: 100%; min-height: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,4vw,58px); overflow: hidden; }
.faq-answer h3 { max-width: 500px; margin: 0 0 18px; font-size: clamp(28px,3.1vw,43px); font-weight: 580; line-height: 1.08; letter-spacing: -.025em; }
.faq-answer p { max-width: 560px; margin: 0; color: var(--light-soft); font-size: 14px; line-height: 1.65; }
.final-cta { display: grid; justify-items: center; padding: clamp(96px,10vw,150px) var(--gutter); text-align: center; background: radial-gradient(ellipse 40% 70% at 50% 0%,rgba(111,77,219,.22),transparent 72%),#0b0910; }
.final-cta h2 { max-width: 900px; margin: 0; font-size: clamp(48px,5.7vw,80px); font-weight: 590; line-height: 1.02; letter-spacing: -.058em; text-wrap: balance; }
.final-cta p { max-width: 650px; margin: 28px 0 32px; color: #aaa3b1; font-size: 15px; line-height: 1.7; text-wrap: balance; }
footer { width: min(calc(100% - 2*var(--gutter)),var(--max)); display: grid; grid-template-columns: 1fr auto; gap: 46px; align-items: center; margin: 0 auto; padding: 52px 0 36px; border-top: 1px solid var(--line-dark); }
.footer-wordmark .brand-logo { height: 36px; }
.footer-meta { display: flex; align-items: center; gap: 28px; color: #7d7683; font-size: 10px; }
.footer-meta nav { display: flex; align-items: center; gap: 20px; }
.footer-meta a { color: #d9d3df; }

.not-found-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: radial-gradient(circle at 50% 20%,rgba(108,76,218,.2),transparent 38%),#08070b; }
.not-found-card { width: min(100%,760px); display: grid; justify-items: start; padding: clamp(42px,7vw,84px); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: #0e0c12; box-shadow: 0 44px 120px rgba(0,0,0,.4); }
.not-found-card .wordmark { margin-bottom: clamp(70px,10vw,120px); }
.not-found-card h1 { max-width: 680px; margin: 18px 0 0; font-size: clamp(48px,7vw,84px); font-weight: 590; line-height: .98; letter-spacing: -.06em; }
.not-found-card>p:not(.section-label) { max-width: 520px; margin: 25px 0 32px; color: #aaa3b1; font-size: 15px; line-height: 1.7; }

.legal-page { min-height: 100vh; color: var(--light-ink); background: var(--paper); }
.legal-page .skip-link { color: var(--text); background: var(--ink); }
.legal-topbar { width: min(calc(100% - 2*var(--gutter)),var(--max)); min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; border-bottom: 1px solid var(--line-light); }
.legal-topbar .brand-logo { height: 31px; }
.legal-topbar>a:last-child { min-height: 44px; display: inline-flex; align-items: center; padding: 0 4px; color: #5f5864; font-size: 12px; font-weight: 650; }
.legal-main { width: min(calc(100% - 2*var(--gutter)),1180px); margin: 0 auto; padding: clamp(78px,9vw,128px) 0 120px; }
.legal-hero { max-width: 860px; padding-bottom: clamp(64px,7vw,96px); }
.legal-hero .section-label { margin-bottom: 20px; }
.legal-hero h1 { max-width: 820px; margin: 0; font-size: clamp(58px,7.4vw,98px); font-weight: 590; line-height: .96; letter-spacing: -.065em; text-wrap: balance; }
.legal-hero>p:not(.section-label) { max-width: 650px; margin: 28px 0 0; color: var(--light-soft); font-size: 16px; line-height: 1.7; }
.legal-draft { max-width: 760px; margin-top: 34px; padding: 18px 20px; border-left: 3px solid var(--violet-deep); color: #4e4654; background: #ece8f2; font-size: 12px; line-height: 1.6; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,720px); gap: clamp(64px,9vw,130px); align-items: start; }
.legal-toc { position: sticky; top: 34px; display: grid; gap: 2px; padding-top: 5px; }
.legal-toc strong { margin-bottom: 14px; color: #8a838e; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.legal-toc a { position: relative; padding: 9px 12px 9px 14px; border-radius: 9px; color: #6d6671; font-size: 12px; font-weight: 540; line-height: 1.35; transition: color 160ms ease,background-color 180ms ease,font-weight 160ms ease; }
.legal-toc a::before { content: ""; position: absolute; top: 7px; bottom: 7px; left: 0; width: 2px; border-radius: 999px; background: var(--violet-deep); opacity: 0; transform: scaleY(.35); transition: opacity 160ms ease,transform 180ms var(--ease); }
.legal-toc a[aria-current="location"] { color: #402279; background: #ebe6f3; font-weight: 690; }
.legal-toc a[aria-current="location"]::before { opacity: 1; transform: scaleY(1); }
.legal-copy { min-width: 0; }
.legal-copy section { scroll-margin-top: 34px; padding: 0 0 54px; margin: 0 0 54px; border-bottom: 1px solid var(--line-light); }
.legal-copy section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-copy h2 { margin: 0 0 22px; font-size: clamp(27px,3vw,38px); font-weight: 610; line-height: 1.1; letter-spacing: -.04em; }
.legal-copy h3 { margin: 28px 0 12px; font-size: 17px; font-weight: 660; letter-spacing: -.02em; }
.legal-copy p,.legal-copy li { color: #57515c; font-size: 15px; line-height: 1.75; }
.legal-copy p { margin: 0 0 17px; }
.legal-copy ul { display: grid; gap: 10px; margin: 18px 0 0; padding-left: 20px; }
.legal-copy li::marker { color: var(--violet-deep); }
.legal-copy a { color: #513595; text-decoration: underline; text-decoration-color: rgba(81,53,149,.35); text-underline-offset: 3px; }
.legal-page footer { border-color: var(--line-light); }
.legal-page .footer-meta { color: #817a87; }
.legal-page .footer-meta a { color: #4f4855; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 620ms var(--ease),transform 620ms var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
@media (hover:hover) and (pointer:fine) {
  .site-header nav a:hover { color: #f5f1fa; }
  .header-cta:hover,.hero .button-primary:hover,.final-cta .button-primary:hover { background: #fff; }
  .form-next:hover,.form-actions .button-primary:hover { background: #30243e; }
  .case-steps button:hover { color: #211c28; }
  .faq-tabs button:hover { padding-left: 17px; color: #211c28; background: #ece9ef; }
  .footer-meta a:hover,.legal-topbar>a:last-child:hover,.legal-toc a:hover { color: var(--violet-deep); }
}
@media (max-width:1080px) {
  .site-header nav { display: none; }
  .case-detail,.help-section,.faq-section { gap: 58px; }
  .issue-card { width: 72%; }
  .diagnosis-card { width: 66%; }
}
@media (max-width:820px) {
  .wordmark small { display: none; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero h1 { font-size: clamp(48px,12vw,72px); }
  .hero-actions { width: 100%; max-width: 420px; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .repair-trace { margin-top: 70px; }
  .diagnostic-stage { padding: 48px 24px 42px; }
  .issue-card { width: 88%; padding: 30px 28px 34px; }
  .issue-card blockquote { font-size: clamp(30px,6vw,44px); }
  .diagnosis-card { width: 82%; }
  .section-intro,.case-detail,.persistence,.help-section,.faq-section { grid-template-columns: 1fr; }
  .case-section { min-height: auto; }
  .case-sticky { position: static; }
  .case-detail { margin-top: 65px; }
  .case-progress { display: none; }
  .case-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .help-section { gap: 65px; }
  .faq-layout { height: auto; grid-template-columns: 1fr; }
  .faq-tabs { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .faq-tabs button { height: auto; min-height: 78px; }
  .faq-answer { min-height: 330px; }
  footer { grid-template-columns: 1fr; }
  .footer-meta { justify-content: space-between; }
  .legal-layout { grid-template-columns: 180px minmax(0,1fr); gap: 60px; }
}
@media (max-width:560px) {
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 54px; }
  .header-cta { min-height: 38px; padding-inline: 12px; }
  .hero { padding-inline: 16px; }
  .hero h1 { letter-spacing: -.06em; }
  .diagnostic-stage { padding: 36px 18px 34px; }
  .issue-card { width: 94%; padding: 26px 22px 30px; }
  .issue-card blockquote { margin-top: 26px; font-size: 31px; }
  .diagnosis-card { width: 94%; padding: 25px 22px; }
  .case-section,.persistence,.help-section,.faq-section { padding-inline: 20px; }
  .section-intro h2,.persistence h2,.help-section h2,.faq-section h2 { font-size: clamp(40px,12vw,56px); }
  .case-steps button { min-height: 190px; }
  .case-steps { grid-template-columns: 1fr; }
  .failure-list button { grid-template-columns: 34px 1fr; padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .diagnostic-form { padding: 26px 19px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .evidence-upload { grid-template-columns: 1fr; }
  .evidence-upload label,.evidence-upload span,.evidence-upload small { grid-column: 1; grid-row: auto; }
  .evidence-upload span { width: max-content; max-width: 100%; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .faq-answer { min-height: 360px; padding: 28px 20px; }
  footer { width: calc(100% - 40px); }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-meta nav { flex-wrap: wrap; gap: 14px 20px; }
  .legal-topbar,.legal-main { width: calc(100% - 40px); }
  .legal-main { padding-top: 70px; padding-bottom: 86px; }
  .legal-hero h1 { font-size: clamp(50px,16vw,72px); }
  .legal-layout { grid-template-columns: 1fr; gap: 54px; }
  .legal-toc { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px 18px; padding: 18px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .legal-toc strong { grid-column: 1/-1; }
  .legal-copy section { padding-bottom: 42px; margin-bottom: 42px; }
  .legal-copy p,.legal-copy li { font-size: 14px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  [data-reveal],.failure-list button { opacity: 1; transform: none; }
  .case-section { min-height: auto; }
  .case-sticky { position: static; }
  .case-progress { display: none; }
  .case-steps button { --reveal-y: 0px!important; --reveal-scale: 1!important; opacity: 1!important; pointer-events: auto!important; }
}
@media (prefers-contrast:more) {
  :root { --line-dark: rgba(255,255,255,.42); --line-light: rgba(0,0,0,.42); }
  .site-header.is-scrolled { background: #09080d; backdrop-filter: none; }
}
