:root {
    --sc-bg: #090610;
    --sc-bg-soft: #100b19;
    --sc-surface: rgba(29, 21, 44, .72);
    --sc-surface-solid: #181122;
    --sc-line: rgba(255, 255, 255, .1);
    --sc-copy: #f7f4ff;
    --sc-muted: #ada4bd;
    --sc-purple: #9b6dff;
    --sc-purple-light: #c8adff;
    --sc-green: #50e3b3;
    --sc-pink: #fa71cd;
    color-scheme: dark;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 84px;
}

body {
    background: var(--sc-bg);
    color: var(--sc-copy);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    overflow-x: hidden;
}

a { text-decoration: none; }

.site-shell {
    background:
        radial-gradient(circle at 12% 10%, rgba(127, 77, 255, .11), transparent 26rem),
        radial-gradient(circle at 88% 24%, rgba(230, 77, 194, .08), transparent 28rem),
        var(--sc-bg);
    min-height: 100vh;
}

.site-nav {
    backdrop-filter: blur(18px);
    background: rgba(9, 6, 16, .76);
    border-bottom: 1px solid var(--sc-line);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-inner {
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: space-between;
}

.brand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 1.12rem;
    font-weight: 800;
    gap: .7rem;
    letter-spacing: -.02em;
}

.brand:hover { color: #fff; }

.brand-mark, .mini-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--sc-purple), #6e45ff 55%, var(--sc-pink));
    border: 1px solid rgba(255, 255, 255, .24);
    box-shadow: 0 8px 24px rgba(131, 83, 255, .3);
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
}

.brand-mark { border-radius: 11px; font-size: .66rem; height: 34px; width: 34px; }
.mini-mark { border-radius: 7px; font-size: .48rem; height: 24px; width: 24px; }

.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: #c5bdcf; font-size: .9rem; font-weight: 600; transition: color .2s ease; }
.nav-links a:hover { color: #fff; }

.btn {
    border-radius: 11px;
    font-weight: 750;
    letter-spacing: -.01em;
}

.btn-primary {
    background: linear-gradient(135deg, #9d70ff, #7550f1);
    border-color: rgba(255, 255, 255, .15);
    box-shadow: 0 12px 30px rgba(119, 76, 238, .28);
}

.btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(135deg, #ae8aff, #805cf4);
    border-color: rgba(255, 255, 255, .28);
    transform: translateY(-1px);
}

.hero {
    min-height: 790px;
    overflow: hidden;
    padding: 8rem 0 6rem;
    position: relative;
}

.hero::before {
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 58px 58px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
    pointer-events: none;
    position: absolute;
}

.hero-orb { border-radius: 50%; filter: blur(12px); opacity: .6; pointer-events: none; position: absolute; }
.hero-orb-one { background: rgba(118, 72, 252, .19); height: 520px; right: -160px; top: 40px; width: 520px; }
.hero-orb-two { background: rgba(238, 84, 196, .08); height: 330px; left: -180px; top: 280px; width: 330px; }

.hero-grid {
    align-items: center;
    display: grid;
    gap: 5rem;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    position: relative;
    z-index: 1;
}

.eyebrow {
    color: var(--sc-purple-light);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .16em;
    margin-bottom: 1.15rem;
    text-transform: uppercase;
}

.live-dot, .status-dot {
    background: var(--sc-green);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(80, 227, 179, .11), 0 0 18px rgba(80, 227, 179, .55);
    display: inline-block;
    height: 7px;
    margin-right: .65rem;
    width: 7px;
}

.hero h1 {
    font-size: clamp(3.35rem, 6vw, 5.6rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .98;
    margin: 0 0 1.6rem;
}

.hero h1 span {
    background: linear-gradient(90deg, #b693ff, #f48bd3);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hero-lead {
    color: var(--sc-muted);
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: 590px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 2rem 0 2.25rem; }
.hero-actions .btn { padding: .85rem 1.25rem; }
.btn-outline-light { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.16); }

.trust-row { color: #8f869c; display: flex; flex-wrap: wrap; font-size: .78rem; gap: 1.6rem; }
.trust-row b { color: #fff; font-size: .95rem; margin-right: .25rem; }

.app-preview-wrap { perspective: 1200px; position: relative; }
.preview-glow { background: #8454ff; border-radius: 50%; filter: blur(90px); height: 330px; left: 15%; opacity: .17; position: absolute; top: 20%; width: 70%; }

.app-window {
    background: rgba(18, 13, 27, .94);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .55), inset 0 1px rgba(255,255,255,.045);
    overflow: hidden;
    position: relative;
    transform: rotateY(-4deg) rotateX(1.5deg);
}

.window-bar { align-items: center; background: rgba(255,255,255,.025); border-bottom: 1px solid var(--sc-line); display: flex; justify-content: space-between; padding: .82rem 1rem; }
.window-brand { align-items: center; display: flex; font-size: .74rem; font-weight: 750; gap: .55rem; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { background: #51485f; border-radius: 50%; height: 7px; width: 7px; }
.window-body { padding: 1.3rem; }
.round-row { align-items: center; display: flex; justify-content: space-between; margin-bottom: 1rem; }
.round-row div { display: flex; flex-direction: column; gap: .15rem; }
.round-row small, .target-kicker, .call-card small, .avoid-row small, .hotkey-float small { color: #8e849b; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.round-row strong { font-size: 1rem; }
.ready-pill { background: rgba(80,227,179,.1); border: 1px solid rgba(80,227,179,.24); border-radius: 999px; color: var(--sc-green); font-size: .58rem; font-weight: 850; letter-spacing: .12em; padding: .35rem .65rem; }
.voice-chip, .speech-example { background: rgba(156,110,255,.08); border: 1px solid rgba(170,132,255,.17); border-radius: 10px; color: #bdb4c8; font-size: .72rem; margin-bottom: .85rem; padding: .65rem .8rem; }
.wave { color: var(--sc-purple-light); letter-spacing: .12em; margin-right: .5rem; }

.target-card { background: linear-gradient(135deg, rgba(124,76,224,.22), rgba(34,24,49,.8)); border: 1px solid rgba(175,135,255,.25); border-radius: 15px; padding: 1rem; }
.target-kicker { color: #c5a9ff; margin-bottom: .75rem; }
.target-name-row { align-items: center; display: grid; gap: .8rem; grid-template-columns: auto 1fr auto; }
.class-icon { align-items: center; border-radius: 11px; display: flex; font-size: 1.1rem; font-weight: 900; height: 46px; justify-content: center; width: 46px; }
.warlock { background: linear-gradient(145deg, #8765d5, #3b255f); border: 1px solid #9c7be3; }
.target-name-row h3 { font-size: 1rem; margin: 0 0 .2rem; }
.target-name-row p { color: #a99fb5; font-size: .67rem; margin: 0; }
.confidence-ring { align-items: baseline; background: #21162f; border: 3px solid #9d70ff; border-radius: 50%; display: flex; font-size: .78rem; font-weight: 900; height: 48px; justify-content: center; width: 48px; }
.confidence-ring small { font-size: .48rem; }

.call-grid { display: grid; gap: .7rem; grid-template-columns: 1fr 1fr; margin: .75rem 0; }
.call-card { background: rgba(255,255,255,.03); border: 1px solid var(--sc-line); border-radius: 12px; display: grid; grid-template-columns: auto 1fr; padding: .75rem; }
.call-card .card-icon { grid-row: span 2; margin-right: .65rem; }
.call-card strong { font-size: .67rem; margin-top: .12rem; }
.card-icon { align-items: center; border-radius: 8px; display: flex; height: 28px; justify-content: center; width: 28px; }
.card-icon.purple { background: rgba(157,112,255,.14); color: #bc9cff; }
.card-icon.green { background: rgba(80,227,179,.12); color: var(--sc-green); }
.avoid-row { align-items: center; background: rgba(255,126,158,.055); border: 1px solid rgba(255,126,158,.12); border-radius: 11px; display: flex; gap: .7rem; padding: .7rem .8rem; }
.avoid-row > span { align-items: center; background: rgba(255,126,158,.14); border-radius: 50%; color: #ff9ab2; display: flex; font-size: .7rem; height: 25px; justify-content: center; width: 25px; }
.avoid-row div { display: flex; flex-direction: column; }
.avoid-row strong { font-size: .64rem; margin-top: .15rem; }
.hotkey-float { align-items: center; backdrop-filter: blur(12px); background: rgba(31,23,44,.92); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; bottom: -30px; box-shadow: 0 18px 50px rgba(0,0,0,.45); display: flex; gap: .7rem; padding: .72rem .9rem; position: absolute; right: -24px; }
.hotkey-float > span { color: #c4a7ff; font-size: 1.1rem; }
.hotkey-float div { display: flex; flex-direction: column; }
.hotkey-float strong { font-size: .68rem; }

.proof-strip { background: rgba(255,255,255,.018); border-bottom: 1px solid var(--sc-line); border-top: 1px solid var(--sc-line); }
.proof-inner { align-items: center; color: #797181; display: flex; font-size: .72rem; justify-content: center; letter-spacing: .09em; min-height: 72px; text-transform: uppercase; }
.proof-inner strong { color: #c5bdce; font-size: .68rem; margin: 0 1.25rem; }
.proof-inner i { background: #443b4d; border-radius: 50%; height: 4px; width: 4px; }

.section-pad { padding: 7rem 0; }
.section-heading { margin-bottom: 3rem; max-width: 650px; }
.section-heading h2, .mode-copy h2, .faq-layout h2, .waitlist-copy h2 { font-size: clamp(2.15rem, 4vw, 3.35rem); font-weight: 820; letter-spacing: -.045em; line-height: 1.08; }
.section-heading p, .mode-copy > p, .faq-layout > div > p, .waitlist-copy > p { color: var(--sc-muted); font-size: 1.02rem; line-height: 1.75; }

.feature-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.feature-card { background: linear-gradient(145deg, rgba(30,22,42,.78), rgba(18,13,27,.72)); border: 1px solid var(--sc-line); border-radius: 18px; min-height: 245px; padding: 1.65rem; transition: border-color .2s ease, transform .2s ease; }
.feature-card:hover { border-color: rgba(179,145,255,.25); transform: translateY(-3px); }
.featured-card { grid-column: span 2; }
.feature-icon, .step-icon { align-items: center; background: rgba(156,110,255,.11); border: 1px solid rgba(172,139,255,.16); border-radius: 11px; color: #c4a7ff; display: flex; font-size: 1.15rem; height: 42px; justify-content: center; margin-bottom: 1.35rem; width: 42px; }
.feature-card h3, .process-grid h3 { font-size: 1.06rem; font-weight: 750; }
.feature-card p, .process-grid p { color: var(--sc-muted); font-size: .9rem; line-height: 1.65; }
.feature-card .speech-example { margin: 1.35rem 0 0; max-width: 580px; }

.process-section { background: linear-gradient(180deg, rgba(23,16,34,.7), rgba(9,6,16,.1)); border-bottom: 1px solid rgba(255,255,255,.05); border-top: 1px solid rgba(255,255,255,.05); }
.process-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.process-grid article { border-left: 1px solid var(--sc-line); min-height: 270px; padding: 1.5rem 2.25rem; position: relative; }
.process-grid article:first-child { border-left: 0; }
.step-number { color: rgba(198,176,242,.18); font-size: 3.3rem; font-weight: 900; position: absolute; right: 1.4rem; top: .5rem; }

.mode-layout { align-items: center; display: grid; gap: 5rem; grid-template-columns: 1fr 1fr; }
.mode-list { margin-top: 2rem; }
.mode-list > div { align-items: center; border-bottom: 1px solid var(--sc-line); display: grid; gap: 1rem; grid-template-columns: auto 1fr auto; padding: 1rem 0; }
.mode-list > div > span { align-items: center; background: rgba(155,109,255,.1); border: 1px solid rgba(155,109,255,.18); border-radius: 10px; color: #c8adff; display: flex; font-size: .78rem; font-weight: 850; height: 38px; justify-content: center; width: 38px; }
.mode-list p { display: flex; flex-direction: column; margin: 0; }
.mode-list small { color: var(--sc-muted); font-size: .74rem; margin-top: .15rem; }
.mode-list b { color: #766d81; }
.evidence-panel { background: linear-gradient(150deg, rgba(43,29,63,.9), rgba(20,14,29,.92)); border: 1px solid rgba(186,151,255,.2); border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.28); padding: 2rem; }
.panel-top { color: #bfa1ff; font-size: .64rem; font-weight: 850; letter-spacing: .14em; }
.evidence-panel h3 { font-size: 1.65rem; font-weight: 780; letter-spacing: -.03em; margin: 1.3rem 0 .7rem; }
.evidence-panel > p { color: var(--sc-muted); font-size: .9rem; line-height: 1.65; }
.evidence-panel ul { list-style: none; margin: 1.5rem 0; padding: 0; }
.evidence-panel li { align-items: flex-start; display: flex; gap: .85rem; margin: 1rem 0; }
.evidence-panel li > span { align-items: center; background: rgba(80,227,179,.11); border-radius: 50%; color: var(--sc-green); display: flex; flex: 0 0 auto; font-size: .65rem; height: 24px; justify-content: center; width: 24px; }
.evidence-panel li div { display: flex; flex-direction: column; }
.evidence-panel li strong { font-size: .83rem; }
.evidence-panel li small { color: #9d93a8; margin-top: .2rem; }
.review-badge { background: rgba(255,255,255,.035); border: 1px solid var(--sc-line); border-radius: 10px; color: #91879c; display: flex; font-size: .68rem; justify-content: space-between; padding: .7rem .8rem; }
.review-badge strong { color: #d1c5dd; }

.faq-section { background: rgba(255,255,255,.012); border-top: 1px solid rgba(255,255,255,.05); }
.faq-layout { display: grid; gap: 5rem; grid-template-columns: .75fr 1.25fr; }
.faq-list details { border-bottom: 1px solid var(--sc-line); padding: 1.25rem .25rem; }
.faq-list summary { cursor: pointer; display: flex; font-size: .98rem; font-weight: 700; justify-content: space-between; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sc-purple-light); font-size: 1.2rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--sc-muted); font-size: .88rem; line-height: 1.65; margin: .85rem 2rem 0 0; }

.waitlist-section { padding: 2rem 0 7rem; }
.waitlist-card { background: radial-gradient(circle at 0 0, rgba(138,85,255,.2), transparent 42%), linear-gradient(135deg, #21152f, #100b18); border: 1px solid rgba(185,149,255,.21); border-radius: 26px; display: grid; gap: 4rem; grid-template-columns: 1fr .9fr; overflow: hidden; padding: 4rem; position: relative; }
.early-perks { color: #c8bdcf; display: flex; flex-wrap: wrap; font-size: .78rem; gap: 1.2rem; margin-top: 1.7rem; }
.early-perks span::first-letter { color: var(--sc-green); }
.signup-panel { background: rgba(9,6,15,.63); border: 1px solid var(--sc-line); border-radius: 18px; padding: 1.6rem; }
.signup-panel h3 { font-size: 1.2rem; font-weight: 780; }
.form-intro { color: var(--sc-muted); font-size: .78rem; }
.form-label { color: #d6cddd; font-size: .75rem; font-weight: 700; }
.form-label span { color: #857b90; font-weight: 500; }
.form-control, .form-select { background-color: rgba(255,255,255,.055); border-color: rgba(255,255,255,.11); border-radius: 10px; color: #fff; font-size: .85rem; min-height: 46px; }
.form-control::placeholder { color: #756c80; }
.form-control:focus, .form-select:focus { background-color: rgba(255,255,255,.07); border-color: #9c73f5; box-shadow: 0 0 0 .2rem rgba(156,115,245,.13); color: #fff; }
.form-select option { background: #191121; }
.form-check-label { color: #9e94a9; font-size: .72rem; line-height: 1.4; }
.form-check-input { background-color: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); }
.form-check-input:checked { background-color: #8f64ed; border-color: #8f64ed; }
.validation-message { color: #ff98ae; display: block; font-size: .68rem; margin-top: .3rem; }
.privacy-note { color: #756c80; display: block; font-size: .65rem; margin-top: .8rem; text-align: center; }
.bot-field { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.success-state { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 390px; text-align: center; }
.success-icon { align-items: center; background: rgba(80,227,179,.12); border: 1px solid rgba(80,227,179,.25); border-radius: 50%; color: var(--sc-green); display: flex; font-size: 1.4rem; height: 58px; justify-content: center; margin-bottom: 1rem; width: 58px; }
.success-state p { color: var(--sc-muted); max-width: 320px; }
.success-state .btn-link { color: #b996ff; }

footer { border-top: 1px solid var(--sc-line); padding: 2.2rem 0; }
.footer-inner { align-items: center; display: grid; gap: 1rem; grid-template-columns: 1fr 2fr 1fr; }
.footer-inner p { color: #817888; font-size: .72rem; margin: 0; text-align: center; }
.footer-inner > span { color: #817888; font-size: .7rem; text-align: right; }
.legal-copy { color: #5f5866; font-size: .6rem; margin-top: 1.25rem; text-align: center; }

h1:focus { outline: none; }
.valid.modified:not([type=checkbox]) { border-color: rgba(80,227,179,.65); }
.invalid { border-color: rgba(255,126,158,.72); }

@media (max-width: 991.98px) {
    .hero { padding-top: 6rem; }
    .hero-grid { gap: 4rem; grid-template-columns: 1fr; }
    .hero-copy { max-width: 720px; }
    .app-preview-wrap { margin: 0 auto; max-width: 650px; width: 100%; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .featured-card { grid-column: span 2; }
    .mode-layout, .faq-layout, .waitlist-card { gap: 3rem; grid-template-columns: 1fr; }
    .waitlist-card { padding: 3rem; }
    .nav-links { gap: 1.2rem; }
}

@media (max-width: 767.98px) {
    .nav-links { display: none; }
    .nav-inner { height: 64px; }
    .hero { min-height: auto; padding: 5rem 0 4.5rem; }
    .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
    .hero-grid { gap: 3rem; }
    .app-window { transform: none; }
    .hotkey-float { bottom: -38px; right: 12px; }
    .proof-inner { flex-wrap: wrap; gap: .7rem; padding: 1.25rem 0; }
    .proof-inner > span { width: 100%; text-align: center; }
    .proof-inner strong { margin: 0 .4rem; }
    .section-pad { padding: 5rem 0; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { border-left: 0; border-top: 1px solid var(--sc-line); min-height: auto; padding: 2rem 1rem; }
    .process-grid article:first-child { border-top: 0; }
    .footer-inner { grid-template-columns: 1fr; justify-items: center; }
    .footer-inner > span { text-align: center; }
}

@media (max-width: 575.98px) {
    .nav-cta { font-size: .72rem; padding: .48rem .65rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .trust-row { gap: .8rem 1.2rem; }
    .window-body { padding: .9rem; }
    .target-name-row { grid-template-columns: auto 1fr; }
    .confidence-ring { display: none; }
    .call-grid { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr; }
    .featured-card { grid-column: span 1; }
    .waitlist-card { border-radius: 18px; padding: 1.35rem; }
    .review-badge { flex-direction: column; gap: .25rem; }
}
