:root{color-scheme:light;--bg: #FAFBFC;--surface: #FFFFFF;--surface-2: #F2F4F8;--surface-3: #E6EAF1;--text: #0B1020;--text-muted: #5B6478;--text-subtle: #8892A6;--border: #E1E5EC;--border-strong:#C9D0DB;--brand: #1E40AF;--brand-hover: #1E3A8A;--brand-soft: #DBEAFE;--brand-ring: rgba(30,64,175,.16);--success: #10B981;--success-soft: #DCFCE7;--warning: #F59E0B;--warning-soft: #FEF3C7;--danger: #EF4444;--danger-soft: #FEE2E2;--info: #0EA5E9;--info-soft: #E0F2FE;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 24px;--shadow-card: 0 1px 2px rgba(11,16,32,.04), 0 8px 24px rgba(11,16,32,.06);--shadow-pop: 0 12px 40px rgba(11,16,32,.12);--ring-focus: 0 0 0 3px var(--brand-ring);--font-ui: "Inter var", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace}@supports (font-variation-settings: normal){:root{--font-ui: "Inter var", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}}*,*:before,*:after{box-sizing:border-box}html,body,#root,.app{min-height:100vh}body{margin:0;font-family:var(--font-ui);font-feature-settings:"cv11","ss01","ss03";background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0}.shell{width:100%;display:flex;flex-direction:column;align-items:center;min-height:100vh}.shell-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;backdrop-filter:saturate(140%) blur(8px);background:#ffffffd9}.shell-header .brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.shell-header .brand-name{font-size:18px;font-weight:600;letter-spacing:-.02em}.shell-header .brand-tag{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle);padding:3px 8px;border:1px solid var(--border);border-radius:999px}.shell-content{width:100%;display:flex;justify-content:center;padding:32px 20px 64px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;max-width:640px;width:100%;box-shadow:var(--shadow-card)}.card-tight{padding:24px}h1{margin:0 0 8px;font-size:24px;font-weight:600;letter-spacing:-.02em;color:var(--text)}h2{margin:0 0 6px;font-size:16px;font-weight:600;color:var(--text)}p{color:var(--text-muted);line-height:1.55;margin:0 0 12px;font-size:14px}.muted{color:var(--text-muted);font-size:13px}.subtle{color:var(--text-subtle);font-size:12px}.error{color:var(--danger);font-size:14px;margin:8px 0}.lead{font-size:16px;color:var(--text)}code{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-family:var(--font-mono);font-size:12px;color:var(--text)}pre{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px;overflow-x:auto;white-space:pre-wrap;font-size:12.5px;line-height:1.6;max-height:300px;overflow-y:auto;font-family:var(--font-mono);color:var(--text)}details{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;margin:8px 0 12px}details summary{cursor:pointer;font-weight:500;color:var(--text)}details pre{margin-top:12px;max-height:240px}button,.button{appearance:none;background:var(--brand);color:#fff;border:0;border-radius:var(--radius-sm);padding:11px 18px;font-size:14px;font-weight:600;font-family:inherit;letter-spacing:-.005em;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .12s ease,box-shadow .12s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}button:hover,.button:hover{background:var(--brand-hover)}button:focus-visible,.button:focus-visible{outline:none;box-shadow:var(--ring-focus)}button:active,.button:active{transform:scale(.985)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}button.secondary,.button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}button.secondary:hover{background:var(--surface-2)}button.ghost{background:transparent;color:var(--brand);padding:8px 12px}button.ghost:hover{background:var(--brand-soft)}button.link{background:transparent;color:var(--text-muted);padding:0;font-size:12px;text-decoration:underline;font-weight:500}button.link:hover{color:var(--brand);background:transparent}.actions{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.actions-end{justify-content:flex-end}.row{display:flex;gap:10px;align-items:flex-start;margin:12px 0;font-size:14px;line-height:1.5;cursor:pointer;color:var(--text)}.row input[type=checkbox]{margin-top:3px;accent-color:var(--brand);width:16px;height:16px}input[type=text],input[type=email],input[type=password],textarea,select{font-family:inherit;font-size:14px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:10px 12px;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand);box-shadow:var(--ring-focus)}.camera-stage{position:relative;width:100%;background:#000;border-radius:var(--radius-md);border:1px solid var(--border);aspect-ratio:100 / 140;max-height:75vh;margin:16px 0;overflow:hidden;box-shadow:var(--shadow-card)}.camera-stage video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.mask-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.recording-badge{position:absolute;top:12px;left:12px;background:#0b1020c7;color:#fff;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;z-index:2;backdrop-filter:blur(6px)}.recording-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--danger);animation:pulse-dot 1s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.instruction{font-size:16px;color:var(--text);margin:12px 0 6px;font-weight:500}.checks{list-style:none;padding:0;margin:8px 0 14px;font-size:13px;color:var(--text-muted);display:flex;flex-direction:column;gap:6px}.checks li{padding:4px 0 4px 26px;position:relative;transition:color .16s ease}.checks li:before{content:"";position:absolute;left:0;top:6px;width:16px;height:16px;border:1.5px solid var(--border-strong);border-radius:50%;background:var(--surface);transition:all .16s ease}.checks li.ok{color:var(--success)}.checks li.ok:before{background:var(--success);border-color:var(--success)}.checks li.ok:after{content:"";position:absolute;left:4px;top:10px;width:7px;height:4px;border-left:1.7px solid #fff;border-bottom:1.7px solid #fff;transform:rotate(-45deg)}.stage-banner{position:absolute;left:50%;bottom:18px;transform:translate(-50%);background:#0b1020d1;color:#fff;border-radius:var(--radius-md);padding:14px 22px;text-align:center;pointer-events:none;z-index:5;backdrop-filter:blur(10px);box-shadow:0 8px 28px #0006;animation:banner-fade-in .22s ease-out;min-width:220px}@keyframes banner-fade-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.stage-banner .banner-title{font-size:18px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.stage-banner .banner-sub{margin-top:4px;font-size:13.5px;color:#ffffffd1;font-weight:500}.stage-banner .banner-count{display:inline-block;min-width:22px;font-weight:700;font-size:18px;color:var(--warning)}.stage-banner-warn{border:1.5px solid var(--warning);background:linear-gradient(180deg,#f59e0b2e,#0b1020d9)}.stage-banner-warn .banner-title{color:var(--warning)}.stage-banner-rec{border:1.5px solid var(--danger);background:linear-gradient(180deg,#ef44442e,#0b1020e0);display:flex;flex-direction:column;align-items:center;gap:2px}.stage-banner-rec .banner-title{color:var(--danger);display:inline-flex;align-items:center;gap:8px}.stage-banner-rec .rec-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--danger);position:absolute;top:14px;right:14px;animation:rec-blink 1s ease-in-out infinite;box-shadow:0 0 0 6px #ef44442e}@keyframes rec-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}.head3d-overlay{position:absolute;inset:0;pointer-events:none;z-index:2}.head3d-overlay canvas{width:100%!important;height:100%!important;display:block}.status{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 4px 4px}.status-icon{width:84px;height:84px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;position:relative}.status-icon:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid;opacity:.18}.status-icon.ok{background:var(--success-soft);color:var(--success)}.status-icon.ok:after{border-color:var(--success)}.status-icon.retry{background:var(--warning-soft);color:var(--warning)}.status-icon.retry:after{border-color:var(--warning)}.status-icon.review{background:var(--info-soft);color:var(--info)}.status-icon.review:after{border-color:var(--info)}.status-icon.error{background:var(--danger-soft);color:var(--danger)}.status-icon.error:after{border-color:var(--danger)}.status-headline{font-size:22px;font-weight:600;letter-spacing:-.02em;margin:0 0 8px;color:var(--text)}.status-sub{color:var(--text-muted);font-size:14.5px;line-height:1.55;max-width:460px;margin:0 0 20px}.status .actions{justify-content:center}.status-meta{margin-top:20px;font-size:12px;color:var(--text-subtle)}.dropzone{border:2px dashed var(--border-strong);border-radius:var(--radius-md);padding:28px 20px;text-align:center;margin:16px 0;background:var(--surface-2);transition:border-color .12s ease,background .12s ease}.dropzone:hover{border-color:var(--brand);background:var(--brand-soft)}.dropzone input[type=file]{display:block;margin:0 auto 8px}.dropzone-button{display:inline-block;background:var(--brand);color:#fff;border:none;border-radius:var(--radius-sm);padding:12px 22px;font-size:15px;font-weight:600;cursor:pointer;margin-bottom:8px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .12s ease}.dropzone-button:hover{background:var(--brand-hover)}.dropzone-button:active{transform:scale(.98)}.dropzone-hint{font-size:13px;margin:0;color:var(--text-muted)}.upload-list{list-style:none;padding:0;margin:12px 0}.upload-item{display:grid;grid-template-columns:1fr auto auto auto;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:6px;font-size:13px;background:var(--surface);color:var(--text)}.upload-item .size{color:var(--text-muted);font-size:12px}.upload-item .state{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.upload-item.state-uploading{border-color:var(--brand);background:var(--brand-soft)}.upload-item.state-done .state{color:var(--success)}.upload-item.state-failed{border-color:var(--danger)}.spinner{width:36px;height:36px;border:3px solid var(--surface-3);border-top-color:var(--brand);border-radius:50%;animation:spin .9s linear infinite;margin:16px auto}@keyframes spin{to{transform:rotate(360deg)}}.processing{text-align:center;padding:12px 0 8px}.steps{display:flex;gap:8px;list-style:none;padding:0;margin:0 0 16px;font-size:13px;color:var(--text-muted)}.steps li{flex:1;padding:8px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);text-align:center;background:var(--surface);font-weight:500}.steps li.active{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.steps li.done{border-color:var(--success);color:var(--success);background:var(--success-soft)}.dev-block{margin-top:24px;padding-top:18px;border-top:1px dashed var(--border)}.dev-block h2{font-size:15px;margin:0 0 8px;color:var(--text)}.dev-block .dev-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle);background:var(--surface-2);padding:3px 8px;border-radius:999px;border:1px solid var(--border);margin-bottom:12px}.dev-block .small{font-size:12px;color:var(--text-muted)}.ai-media{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;margin-top:10px}.ai-media-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}.ai-media-head strong{color:var(--text);font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-verdict{color:#fff;font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px;letter-spacing:.04em;white-space:nowrap}.ai-models{width:100%;border-collapse:collapse;font-size:12px}.ai-models th,.ai-models td{padding:7px 4px;text-align:left;border-bottom:1px solid var(--border);color:var(--text)}.ai-models th{color:var(--text-muted);font-weight:600;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em}.ai-models tr:last-child td{border-bottom:none}.ai-models .model-id{font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}.ai-models .vote{font-weight:600}.ai-models .vote-ai{color:var(--danger)}.ai-models .vote-real{color:var(--success)}.ai-models .vote-error{color:var(--text-muted)}.warn{background:var(--warning-soft);border:1px solid #FCD34D;color:#78350f;padding:12px 14px;border-radius:var(--radius-sm);font-size:13px;line-height:1.5;margin-bottom:14px}.notice{background:var(--brand-soft);border:1px solid #C7D2FE;color:#312e81;padding:12px 14px;border-radius:var(--radius-sm);font-size:13px;line-height:1.5;margin-bottom:14px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.session-pill{display:inline-block;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px 10px;font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}.tenant-banner{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--brand-soft);color:var(--brand);border-radius:999px;font-size:13px;font-weight:500;margin-bottom:18px;align-self:flex-start}.tenant-banner strong{color:var(--text);font-weight:600}.shell-header .nav{display:flex;align-items:center;gap:22px;font-size:14px}.shell-header .nav a{color:var(--text-muted);text-decoration:none;font-weight:500;transition:color .12s ease}.shell-header .nav a:hover{color:var(--text)}.shell-header .nav .nav-cta{background:var(--brand);color:#fff;padding:8px 14px;border-radius:var(--radius-sm);font-weight:600;font-size:13.5px}.shell-header .nav .nav-cta:hover{background:var(--brand-hover);color:#fff}.shell-header .nav .nav-secondary{border:1px solid var(--border-strong);padding:7px 13px;border-radius:var(--radius-sm);color:var(--text);font-size:13.5px;font-weight:500}.shell-header .nav .nav-secondary:hover{background:var(--surface-2)}@media(max-width:720px){.shell-header .nav .nav-link{display:none}}.marketing{width:100%;color:var(--text)}.section{padding:96px 20px;background:var(--bg)}.section-alt{background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.container{max-width:1180px;margin:0 auto;padding:0 8px}.container-narrow{max-width:760px}.section-head{text-align:center;margin:0 auto 56px;max-width:720px}.section-head h2{font-size:36px;letter-spacing:-.025em;font-weight:600;margin:8px 0 14px;color:var(--text)}.section-head p{font-size:17px;color:var(--text-muted);line-height:1.6}.eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);background:var(--brand-soft);padding:5px 11px;border-radius:999px;margin-bottom:4px}.hero{background:radial-gradient(1100px 480px at 75% -10%,var(--brand-soft) 0%,rgba(238,240,255,0) 70%),radial-gradient(700px 320px at 12% 100%,#dcfce7,#dcfce700 70%),var(--bg);padding:88px 20px 96px;border-bottom:1px solid var(--border)}.hero-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr .85fr;gap:56px;align-items:center}.hero-copy .eyebrow{margin-bottom:18px}.hero-headline{font-size:64px;line-height:1.05;font-weight:700;letter-spacing:-.035em;margin:8px 0 22px;color:var(--text)}.hero-sub{font-size:19px;line-height:1.55;color:var(--text-muted);margin:0 0 32px;max-width:560px}.hero-cta{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.hero-cta .button{padding:13px 22px;font-size:15px}.hero-meta{display:flex;flex-wrap:wrap;gap:18px;font-size:13px;color:var(--text-muted);align-items:center}.hero-meta .dot-ok{display:inline-block;width:6px;height:6px;background:var(--success);border-radius:50%;margin-right:6px;box-shadow:0 0 0 4px var(--success-soft);vertical-align:middle}.hero-visual{position:relative;display:flex;justify-content:center}.hero-mock{position:relative;width:100%;max-width:420px;filter:drop-shadow(0 30px 80px rgba(79,70,229,.18))}.hero-mock-glow{position:absolute;inset:-40px;background:radial-gradient(closest-side,#4f46e529,#4f46e500);z-index:0}.hero-mock-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:18px;z-index:1}.hero-mock-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.hero-mock-row>div:nth-child(2){flex:1}.hero-mock-name{font-size:13px;font-weight:600;color:var(--text)}.hero-mock-sub{font-size:11px;color:var(--text-subtle);font-family:var(--font-mono)}.hero-mock-pill{background:var(--success-soft);color:var(--success);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.hero-mock-stage{position:relative;width:100%;background:linear-gradient(180deg,#0b1020,#1a2040);border-radius:var(--radius-md);aspect-ratio:100 / 96;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-mock-oval{width:60%;height:80%;opacity:.96}.hero-mock-oval svg{width:100%;height:100%}.hero-mock-recording{position:absolute;top:12px;left:12px;background:#0b102099;color:#fff;padding:4px 10px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;display:flex;align-items:center;gap:6px}.hero-mock-dot{width:6px;height:6px;background:var(--danger);border-radius:50%;animation:pulse-dot 1s ease-in-out infinite}.hero-mock-status{display:flex;align-items:center;gap:12px;margin-top:14px;background:var(--success-soft);border-radius:var(--radius-md);padding:12px 14px}.hero-mock-check{width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-mock-status-h{font-size:13.5px;font-weight:600;color:#064e3b}.hero-mock-status-s{font-size:11.5px;color:#047857;font-family:var(--font-mono)}.stats-section{padding:64px 20px;background:var(--surface);border-bottom:1px solid var(--border)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat{text-align:center;padding:8px 4px}.stat-value{font-size:38px;font-weight:700;letter-spacing:-.025em;color:var(--brand);line-height:1.1}.stat-label{margin-top:4px;font-size:14px;font-weight:600;color:var(--text)}.stat-sub{margin-top:4px;font-size:13px;line-height:1.45;color:var(--text-subtle)}.stats-note{margin:28px auto 0;max-width:720px;text-align:center;font-size:13px;color:var(--text-subtle);font-style:italic}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.problem-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;box-shadow:var(--shadow-card)}.problem-card h3{font-size:18px;font-weight:600;margin:0 0 10px;color:var(--text)}.problem-card p{font-size:14.5px;line-height:1.55;color:var(--text-muted);margin:0}.problem-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.problem-card.tone-danger .problem-icon{background:var(--danger-soft);color:var(--danger)}.problem-card.tone-warning .problem-icon{background:var(--warning-soft);color:var(--warning)}.problem-card.tone-info .problem-icon{background:var(--info-soft);color:var(--info)}.howit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;counter-reset:howit}.howit-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px 24px;position:relative}.howit-num{width:40px;height:40px;border-radius:50%;background:var(--brand);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:14px;box-shadow:0 6px 16px #4f46e540}.howit-step h3{font-size:17px;font-weight:600;margin:0 0 8px}.howit-step p{font-size:14.5px;color:var(--text-muted);margin:0;line-height:1.55}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px 24px;transition:border-color .12s ease,transform .12s ease}.feature-card:hover{border-color:var(--brand);transform:translateY(-2px)}.feature-icon{width:44px;height:44px;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.feature-card h3{font-size:16.5px;font-weight:600;margin:0 0 8px}.feature-card p{font-size:14px;color:var(--text-muted);margin:0;line-height:1.55}.usecase-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.usecase-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px 18px;text-align:center}.usecase-label{font-size:14.5px;font-weight:600;color:var(--text);margin-bottom:4px}.usecase-desc{font-size:12.5px;color:var(--text-subtle);line-height:1.45}.integration-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:22px;flex-wrap:wrap}.tab{background:var(--surface);color:var(--text-muted);border:1px solid var(--border-strong);border-radius:999px;padding:9px 18px;font-size:13.5px;font-weight:500}.tab:hover{color:var(--text);background:var(--surface-2)}.tab-active{background:var(--brand);color:#fff;border-color:var(--brand)}.tab-active:hover{background:var(--brand-hover);color:#fff}.integration-code{background:#0b1020;color:#e1e5ec;border-radius:var(--radius-md);padding:24px 22px;font-family:var(--font-mono);font-size:13px;line-height:1.65;max-width:860px;margin:0 auto;overflow-x:auto;white-space:pre;border:none;max-height:none;box-shadow:0 20px 60px #0b10202e}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 22px;display:flex;flex-direction:column;position:relative;transition:border-color .12s ease,transform .12s ease,box-shadow .12s ease}.pricing-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card)}.pricing-highlight{border-color:var(--brand);box-shadow:0 18px 40px #4f46e529,0 0 0 1px var(--brand) inset}.pricing-badge{position:absolute;top:-12px;left:22px;background:var(--brand);color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:999px}.pricing-name{font-size:15px;font-weight:600;color:var(--text)}.pricing-price{display:flex;align-items:baseline;gap:4px;margin:8px 0 4px}.pricing-amount{font-size:36px;font-weight:700;letter-spacing:-.025em;color:var(--text)}.pricing-interval{font-size:14px;color:var(--text-muted)}.pricing-quota{font-size:13.5px;color:var(--text);font-weight:500;margin-top:8px}.pricing-note{font-size:12px;color:var(--text-subtle)}.pricing-features{list-style:none;padding:0;margin:18px 0 22px;flex:1}.pricing-features li{font-size:13.5px;color:var(--text-muted);line-height:1.6;padding-left:22px;position:relative}.pricing-features li:before{content:"";position:absolute;left:0;top:8px;width:12px;height:7px;border-left:1.6px solid var(--success);border-bottom:1.6px solid var(--success);transform:rotate(-45deg)}.pricing-card .button{width:100%}.pricing-compare{margin:32px auto 0;max-width:760px;text-align:center;background:var(--brand-soft, #eef2ff);border:1px solid var(--brand, #4f46e5);border-radius:var(--radius-lg);padding:18px 24px;font-size:14px;line-height:1.55;color:var(--text)}.pricing-compare em{font-style:italic;color:var(--brand)}.pricing-fineprint{text-align:center;font-size:12.5px;color:var(--text-subtle);margin-top:18px}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:920px;margin:0 auto}.security-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px;display:flex;gap:16px;align-items:flex-start}.security-icon{width:38px;height:38px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.security-card h3{font-size:15.5px;margin:0 0 5px;font-weight:600}.security-card p{font-size:13.5px;color:var(--text-muted);margin:0;line-height:1.55}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .12s ease}.faq-item.faq-open{border-color:var(--brand)}.faq-q{width:100%;background:transparent;color:var(--text);display:flex;justify-content:space-between;align-items:center;padding:18px 20px;font-size:15px;font-weight:600;text-align:left;border-radius:0;border:none;letter-spacing:0}.faq-q:hover{background:var(--surface-2)}.faq-q:focus-visible{box-shadow:none;background:var(--surface-2)}.faq-chev{font-size:20px;color:var(--brand);font-weight:400;margin-left:12px}.faq-a{padding:0 20px 20px;font-size:14.5px;color:var(--text-muted);line-height:1.6}.final-cta-section{background:linear-gradient(180deg,var(--surface) 0%,var(--brand-soft) 100%);border-top:1px solid var(--border)}.final-cta{text-align:center;max-width:720px;margin:0 auto;padding:8px}.final-cta h2{font-size:36px;font-weight:700;letter-spacing:-.025em;margin:0 0 12px;color:var(--text)}.final-cta p{font-size:17px;color:var(--text-muted);margin-bottom:26px}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:40px 20px 32px}.site-footer-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.footer-copy{font-size:12.5px;color:var(--text-subtle);margin:12px 0 0}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:13.5px;font-weight:500}.footer-links a:hover{color:var(--text)}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-headline{font-size:48px}.hero-sub{font-size:17px}.hero-visual{order:-1}.stats-row{grid-template-columns:repeat(2,1fr);gap:26px 18px}.problem-grid,.howit-grid{grid-template-columns:1fr}.feature-grid,.usecase-row,.pricing-grid{grid-template-columns:repeat(2,1fr)}.security-grid{grid-template-columns:1fr}.section{padding:72px 18px}.section-head h2{font-size:30px}.final-cta h2{font-size:28px}}@media(max-width:540px){.shell-header{padding:14px 16px}.shell-content{padding:20px 14px 48px}.card{padding:22px 18px;border-radius:var(--radius-md)}h1{font-size:21px}.status-icon{width:72px;height:72px}.status-headline{font-size:19px}.hero{padding:56px 16px 64px}.hero-headline{font-size:38px}.hero-cta .button{padding:11px 16px;font-size:14px}.feature-grid,.usecase-row,.pricing-grid{grid-template-columns:1fr}.integration-code{font-size:12px;padding:18px 14px}.stats-row{grid-template-columns:1fr 1fr}.stat-value{font-size:30px}.section{padding:56px 14px}}
