:root {
  --ink: #101b36;
  --muted: #5f6b84;
  --blue: #1f6fff;
  --blue-dark: #0d47c7;
  --blue-soft: #eaf2ff;
  --line: #dce5f3;
  --paper: #ffffff;
  --canvas: #f5f8fd;
  --night: #0c1733;
  --success: #10835c;
  --danger: #bd2c42;
  --shadow: 0 26px 80px rgba(28, 66, 135, .15);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.section-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 30; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px, calc((100vw - 1160px) / 2)); background: rgba(255,255,255,.82); border-bottom: 1px solid rgba(220,229,243,.78); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.05em; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { display: grid; width: 36px; height: 36px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark rect { fill: var(--blue); }
.brand-mark path { fill: #fff; }
.header-cta { padding: 10px 17px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; font-size: 13px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; padding: 88px 0 100px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .audience-inner h2, .benefits h2, .form-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 670px; margin: 26px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; font-size: 14px; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 30px rgba(31,111,255,.26); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 13px; }
.trust-row span { margin-top: 2px; color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(31,111,255,.22), rgba(31,111,255,0) 67%); filter: blur(8px); }
.app-window { position: relative; z-index: 2; width: 100%; max-width: 535px; overflow: hidden; border: 1px solid #dbe6f7; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); transform: rotate(1.6deg); }
.window-topbar { height: 54px; display: flex; align-items: center; gap: 15px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #c9d5e8; }
.window-label { flex: 1; text-align: center; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.live-dot { padding: 4px 8px; border-radius: 99px; background: #eaf8f1; color: var(--success); font-size: 8px; font-weight: 800; }
.window-body { display: grid; grid-template-columns: 56px 1fr; min-height: 400px; }
.mini-sidebar { background: var(--night); display: flex; flex-direction: column; align-items: center; gap: 21px; padding-top: 20px; }
.mini-logo { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 9px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; }
.mini-sidebar > span { width: 16px; height: 16px; border: 2px solid #516080; border-radius: 5px; }
.mini-sidebar .active { border-color: #86adff; background: rgba(91,142,255,.25); }
.dashboard { padding: 24px; background: #f8faff; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; }
.dashboard-head small, .dashboard-head strong { display: block; }
.dashboard-head small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.dashboard-head strong { font-size: 16px; }
.timer { padding: 7px 11px; border-radius: 9px; background: var(--night); color: #fff; font-size: 11px; font-weight: 800; }
.transcript-card, .progress-card { margin-top: 18px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.speaker { display: flex; gap: 10px; }
.speaker + .speaker { margin-top: 14px; padding-top: 14px; border-top: 1px solid #edf1f7; }
.speaker > span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #e9eef8; color: #53617c; font-size: 8px; font-weight: 800; }
.speaker.buddy > span { background: var(--blue-soft); color: var(--blue); }
.speaker strong { font-size: 10px; }
.speaker p { margin: 3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.progress-card > div:first-child { display: flex; justify-content: space-between; font-size: 9px; }
.progress-track { height: 5px; margin: 10px 0 13px; overflow: hidden; border-radius: 99px; background: #e8eef8; }
.progress-track span { display: block; width: 72%; height: 100%; background: var(--blue); }
.progress-card ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 0; margin: 0; list-style: none; }
.progress-card li { color: #a3aec1; font-size: 7px; text-align: center; }
.progress-card li::before { content: ""; display: block; width: 12px; height: 12px; margin: 0 auto 5px; border: 1px solid #ccd6e8; border-radius: 50%; }
.progress-card .done { color: var(--success); }
.progress-card .done::before { background: var(--success); border-color: var(--success); box-shadow: inset 0 0 0 3px #fff; }
.progress-card .current { color: var(--blue); font-weight: 800; }
.progress-card .current::before { border: 3px solid var(--blue); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 14px 36px rgba(26,50,103,.16); }
.floating-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #eaf8f1; color: var(--success); font-size: 10px; font-weight: 800; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 9px; }
.floating-card small { color: var(--muted); font-size: 7px; }
.card-one { left: -15px; bottom: 58px; }
.card-two { right: -20px; top: 90px; }
.card-two > span { background: var(--blue-soft); color: var(--blue); }

.features { padding: 110px 0; }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading.left { max-width: 740px; margin-left: 0; text-align: left; }
.section-heading h2, .audience-inner h2, .benefits h2, .form-intro h2 { font-size: clamp(34px, 4vw, 52px); }
.section-heading > p:last-child { margin: 20px auto 0; max-width: 670px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 12px 35px rgba(28,66,135,.05); }
.feature-card .icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--blue-soft); color: var(--blue); font-size: 11px; font-weight: 800; }
.feature-card h3 { margin: 25px 0 9px; font-size: 17px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.availability-note { margin: 26px 0 0; color: var(--muted); text-align: center; font-size: 12px; }

.audience-band { background: var(--night); color: #fff; }
.audience-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; padding: 84px 0; }
.eyebrow-light { color: #80aaff; }
.audience-list { display: flex; flex-wrap: wrap; gap: 10px; }
.audience-list span { padding: 11px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); font-size: 12px; font-weight: 700; }

.benefits { padding: 110px 0; }
.benefit-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--blue-soft); color: var(--blue); font-size: 11px; font-weight: 800; }
.benefit-list h3 { margin: 0 0 5px; font-size: 17px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }
.founder-note { position: sticky; top: 105px; padding: 38px; border-radius: var(--radius-xl); background: linear-gradient(145deg, #102046, #0a142d); color: #fff; box-shadow: var(--shadow); }
.quote-mark { color: #75a2ff; font-family: Georgia, serif; font-size: 72px; line-height: .7; }
.founder-note blockquote { margin: 18px 0 28px; font-size: 19px; line-height: 1.65; letter-spacing: -.02em; }
.founder { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-weight: 800; }
.founder strong, .founder span { display: block; }
.founder strong { font-size: 12px; }
.founder span { color: #9eabc5; font-size: 10px; }

.form-section { padding: 110px 0; background: var(--canvas); }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.form-intro { position: sticky; top: 110px; }
.form-intro > p:nth-of-type(2) { margin: 22px 0 0; color: var(--muted); }
.steps { display: grid; gap: 25px; padding: 0; margin: 40px 0 0; list-style: none; }
.steps li { display: flex; align-items: flex-start; gap: 14px; }
.steps li > span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #cbd9ef; border-radius: 50%; background: #fff; color: var(--blue); font-size: 11px; font-weight: 800; }
.steps strong, .steps small { display: block; }
.steps strong { font-size: 13px; }
.steps small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-card { min-height: 500px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: 0 20px 70px rgba(28,66,135,.1); }
.form-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-kicker { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.form-header h3 { margin: 4px 0 0; font-size: 25px; letter-spacing: -.035em; }
.form-time { padding: 6px 10px; border-radius: 99px; background: var(--blue-soft); color: var(--blue-dark); font-size: 10px; font-weight: 800; }
.form-grid { display: grid; gap: 16px; margin-bottom: 17px; }
.form-grid.two-cols { grid-template-columns: 1fr 1fr; }
form > label.full { display: block; margin-bottom: 17px; }
label > span:first-child, legend { display: block; margin-bottom: 7px; color: #24314e; font-size: 11px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cfdaea; border-radius: 11px; background: #fbfcff; color: var(--ink); outline: 0; transition: .18s ease; }
input, select { height: 46px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(31,111,255,.11); }
input::placeholder, textarea::placeholder { color: #9ba7ba; }
fieldset { padding: 0; margin: 0 0 18px; border: 0; }
.choice-row { display: flex; gap: 9px; flex-wrap: wrap; }
.choice, .check { position: relative; }
.choice input, .check input, .consent input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: block; min-width: 76px; padding: 10px 14px; border: 1px solid #cfdaea; border-radius: 10px; background: #fbfcff; text-align: center; font-size: 11px; font-weight: 700; cursor: pointer; }
.choice input:checked + span { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-dark); box-shadow: inset 0 0 0 1px var(--blue); }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.check span { display: flex; min-height: 42px; align-items: center; padding: 9px 11px 9px 36px; border: 1px solid #cfdaea; border-radius: 10px; background: #fbfcff; font-size: 10px; font-weight: 700; cursor: pointer; }
.check span::before { content: ""; position: absolute; left: 12px; width: 14px; height: 14px; border: 1px solid #b9c6da; border-radius: 4px; background: #fff; }
.check input:checked + span { border-color: #8eb4ff; background: var(--blue-soft); color: var(--blue-dark); }
.check input:checked + span::before { border-color: var(--blue); background: var(--blue); box-shadow: inset 0 0 0 3px #fff; }
.consent-box { display: grid; gap: 12px; margin-top: 22px; padding: 18px; border-radius: 14px; background: #f7f9fd; }
.consent { position: relative; display: block; }
.consent span { display: block; padding-left: 29px; color: #4e5c75; font-size: 10px; line-height: 1.55; cursor: pointer; }
.consent span::before { content: ""; position: absolute; top: 1px; left: 0; width: 16px; height: 16px; border: 1px solid #b9c6da; border-radius: 5px; background: #fff; }
.consent input:checked + span::before { border-color: var(--blue); background: var(--blue); box-shadow: inset 0 0 0 4px #fff; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.field-error { min-height: 14px; display: block; margin-top: 3px; color: var(--danger); font-size: 9px; }
.has-error input, .has-error select, .has-error textarea { border-color: var(--danger); }
.form-message { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 10px; font-size: 11px; }
.form-message.error { display: block; background: #fff0f2; color: var(--danger); }
.form-message.success { display: block; background: #eaf8f1; color: var(--success); }
.submit-button { width: 100%; height: 51px; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 17px; border: 0; border-radius: 12px; background: var(--blue); color: #fff; font-weight: 800; font-size: 13px; box-shadow: 0 14px 30px rgba(31,111,255,.24); }
.submit-button:hover { background: var(--blue-dark); }
.submit-button:disabled { opacity: .65; cursor: wait; }
.spinner { display: none; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.submit-button.loading .spinner { display: block; }
.submit-button.loading .button-label { opacity: .8; }
@keyframes spin { to { transform: rotate(360deg); } }
.privacy-copy { margin: 13px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.privacy-copy button, footer button { padding: 0; border: 0; background: transparent; color: var(--blue); text-decoration: underline; }
.success-state { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state[hidden] { display: none; }
.success-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: #eaf8f1; color: var(--success); font-size: 28px; font-weight: 800; }
.success-state h3 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.success-state > p:not(.eyebrow) { max-width: 450px; color: var(--muted); }
.success-state .button { margin-top: 16px; }

footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { color: var(--muted); font-size: 11px; }
.footer-inner button { font-size: 11px; }
.footer-brand { font-size: 17px; }
.footer-brand .brand-mark { width: 31px; height: 31px; }

dialog { width: min(610px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 22px; color: var(--ink); box-shadow: 0 25px 90px rgba(7,22,56,.35); }
dialog::backdrop { background: rgba(5,15,36,.55); backdrop-filter: blur(4px); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin: 0; font-size: 21px; }
.dialog-head button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--canvas); color: var(--muted); font-size: 22px; }
.dialog-body { padding: 25px; }
.dialog-body h3 { margin: 20px 0 4px; font-size: 13px; }
.dialog-body p { margin: 0; color: var(--muted); font-size: 12px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-visual { width: min(620px, 100%); margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .audience-inner, .benefit-layout, .form-layout { grid-template-columns: 1fr; }
  .form-intro, .founder-note { position: static; }
  .audience-inner { gap: 35px; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 26px, 1160px); }
  .site-header { height: 66px; padding: 0 14px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 31px; height: 31px; }
  .header-cta { padding: 8px 12px; font-size: 10px; }
  .hero { min-height: auto; gap: 25px; padding: 58px 0 80px; }
  .hero h1 { font-size: 41px; }
  .hero-text { font-size: 15px; }
  .trust-row { gap: 8px; }
  .trust-row strong { font-size: 10px; }
  .trust-row span { font-size: 8px; }
  .hero-visual { min-height: 380px; }
  .app-window { transform: none; }
  .window-body { min-height: 310px; }
  .dashboard { padding: 15px; }
  .mini-sidebar { display: none; }
  .window-body { grid-template-columns: 1fr; }
  .card-one { left: -3px; bottom: 7px; }
  .card-two { right: -4px; top: 58px; }
  .features, .benefits, .form-section { padding: 76px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .audience-inner { padding: 68px 0; }
  .form-card { padding: 22px 17px; border-radius: 20px; }
  .form-grid.two-cols, .checkbox-grid { grid-template-columns: 1fr; }
  .choice-row { display: grid; grid-template-columns: repeat(3, 1fr); }
  .choice span { min-width: 0; }
  .form-header h3 { font-size: 21px; }
  .footer-inner { min-height: 150px; flex-direction: column; justify-content: center; }
}
