:root {
  color-scheme: light;
  --ink: #10182c;
  --muted: #5d6780;
  --line: #dbe2ee;
  --blue: #2563eb;
  --blue-dark: #1748bd;
  --blue-soft: #eaf1ff;
  --rose: #e9194f;
  --mint: #0f9f91;
  --paper: #ffffff;
  --wash: #f4f7fb;
  --shadow: 0 18px 50px rgba(31, 53, 91, 0.16);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, a { font: inherit; }
button { letter-spacing: 0; }

.site-header {
  position: sticky; top: 0; z-index: 50; height: 68px; padding: 0 max(24px, calc((100vw - 1240px) / 2));
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,226,238,.9); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; }
.brand img { border-radius: 50%; }
.site-header nav { display: flex; gap: 28px; font-size: 14px; font-weight: 650; color: #3c4862; }
.site-header nav a:hover, footer a:hover { color: var(--blue); }
.header-action { justify-self: end; padding: 10px 16px; color: white; background: var(--blue); border-radius: 7px; font-size: 14px; font-weight: 750; }

.hero {
  min-height: min(700px, calc(100svh - 96px)); max-height: 760px; overflow: hidden; position: relative;
  display: flex; align-items: center; padding: 68px max(24px, calc((100vw - 1240px) / 2));
  background: linear-gradient(100deg, #f7faff 0%, #eef4ff 48%, #e7effc 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-copy { position: relative; z-index: 4; width: min(590px, 48%); padding-bottom: 24px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 13px; line-height: 1.2; font-weight: 850; text-transform: uppercase; }
h1 { margin: 0; font-size: 78px; line-height: .98; font-weight: 850; }
.hero-line { margin: 18px 0 10px; font-size: 31px; line-height: 1.15; font-weight: 760; }
.hero-description { max-width: 570px; margin: 0; font-size: 18px; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin: 28px 0 17px; }
.button { min-height: 46px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; font-weight: 780; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(37,99,235,.24); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { background: white; border: 1px solid var(--line); }
.trust-line { margin: 0; color: #657089; font-size: 13px; font-weight: 650; }
.trust-line a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }

.product-scene { position: absolute; z-index: 2; width: 760px; height: 520px; left: calc(50% + 20px); top: 50%; transform: translate(0, -48%) scale(.82); transform-origin: left center; }
.scene-browser { position: absolute; width: 680px; height: 450px; overflow: hidden; border: 1px solid #cfd8e8; border-radius: 8px; background: white; box-shadow: var(--shadow); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #edf2fa; border-bottom: 1px solid #d8e0ec; }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #a9b4c7; }
.browser-bar i:first-child { background: #f55a70; }.browser-bar i:nth-child(2) { background: #f4b83c; }.browser-bar i:nth-child(3) { background: #37b979; }
.browser-bar span { margin-left: 14px; width: 370px; padding: 8px 14px; border-radius: 6px; background: white; color: #8a94a6; font-size: 12px; }
.browser-content { height: calc(100% - 42px); display: grid; grid-template-columns: 138px 1fr; }
.demo-nav { padding: 26px 20px; display: flex; flex-direction: column; gap: 24px; background: #111a2d; color: #9ba6ba; font-size: 12px; }
.demo-nav b { color: white; font-size: 15px; margin-bottom: 10px; }
.demo-main { position: relative; padding: 48px 42px; background: #fbfcff; }
.demo-label { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.demo-main h2 { width: 380px; margin: 8px 0 32px; font-size: 28px; line-height: 1.15; }
.demo-controls { display: grid; grid-template-columns: 1fr auto; align-items: center; width: 440px; padding: 8px; border: 1px solid #d6deeb; border-radius: 7px; background: white; color: #939caf; font-size: 12px; }
.demo-controls span { padding-left: 10px; }.demo-controls button { padding: 11px 16px; border: 0; border-radius: 6px; color: white; background: var(--blue); font-weight: 750; }
.focus-ring { position: absolute; top: 150px; right: 34px; width: 100px; height: 62px; border: 4px solid var(--rose); border-radius: 8px; box-shadow: 0 0 0 8px rgba(233,25,79,.14), 0 9px 22px rgba(233,25,79,.3); pointer-events: none; }
.focus-label { position: absolute; top: 222px; right: 20px; padding: 9px 13px; color: white; background: var(--rose); border-radius: 5px; font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(233,25,79,.25); }
.demo-row { height: 46px; margin-top: 14px; display: grid; grid-template-columns: 32px 1fr 70px; align-items: center; gap: 12px; padding: 0 13px; border: 1px solid #e4e9f1; border-radius: 6px; background: white; }
.demo-row i { width: 25px; height: 25px; border-radius: 50%; background: #dbe7ff; }.demo-row span { width: 66%; height: 7px; background: #dfe5ef; }.demo-row strong { height: 7px; background: #edf0f5; }
.scene-panel { position: absolute; z-index: 4; right: 0; bottom: 0; width: 286px; min-height: 392px; padding: 22px; border: 1px solid #d5deec; border-radius: 8px; background: white; box-shadow: 0 24px 54px rgba(31,53,91,.22); }
.panel-brand { display: flex; gap: 11px; align-items: center; }.panel-brand img { width: 38px; height: 38px; border-radius: 50%; }.panel-brand div { display: flex; flex-direction: column; }.panel-brand b { font-size: 17px; }.panel-brand span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.mode-switch { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5px; margin: 22px 0 12px; padding: 4px; background: #edf2fa; border-radius: 7px; }
.mode-switch button { min-height: 36px; padding: 6px; border: 0; border-radius: 5px; background: transparent; color: #69748b; font-size: 11px; font-weight: 750; cursor: pointer; }
.mode-switch button.active { color: var(--blue-dark); background: white; box-shadow: 0 2px 7px rgba(39,61,102,.12); }
.record-button { width: 100%; min-height: 48px; border: 0; border-radius: 7px; color: white; background: var(--blue); font-weight: 800; }
.record-button span { display: inline-block; width: 10px; height: 10px; margin-right: 7px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 4px rgba(255,255,255,.24); }
.panel-status { display: flex; align-items: baseline; gap: 8px; margin: 22px 0 14px; }.panel-status b { font-size: 36px; }.panel-status span { color: var(--muted); font-size: 12px; }
.scene-panel ul { margin: 0; padding: 0; list-style: none; color: #4b576e; font-size: 11px; line-height: 1.7; }.scene-panel li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--mint); }

.proof-band { min-height: 150px; padding: 34px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 54px; background: white; }
.proof-band div { display: flex; flex-direction: column; gap: 8px; }.proof-band strong { font-size: 17px; }.proof-band span { color: var(--muted); font-size: 14px; line-height: 1.45; }

.workflow-band, .outputs-band { padding: 106px max(24px, calc((100vw - 1180px) / 2)); background: var(--wash); }
.section-heading { max-width: 710px; }.section-heading h2, .editor-copy h2, .privacy-band h2, .launch-band h2 { margin: 0; font-size: 42px; line-height: 1.12; }.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.workflow-steps { margin: 64px 0 0; padding: 0; list-style: none; border-top: 1px solid #cfd8e6; }
.workflow-steps li { display: grid; grid-template-columns: 84px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #cfd8e6; }.workflow-steps > li > span { color: var(--blue); font-size: 14px; font-weight: 850; }.workflow-steps h3 { margin: 0 0 7px; font-size: 21px; }.workflow-steps p { margin: 0; color: var(--muted); line-height: 1.55; }

.editor-band { padding: 108px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; background: white; }
.editor-copy p:not(.eyebrow) { margin: 20px 0; color: var(--muted); font-size: 16px; line-height: 1.65; }.check-list { margin: 28px 0 0; padding: 0; list-style: none; }.check-list li { padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 650; }.check-list li::before { content: "✓"; margin-right: 10px; color: var(--mint); font-weight: 900; }
.editor-preview { overflow: hidden; border: 1px solid #cfd8e6; border-radius: 8px; background: #edf5f6; box-shadow: var(--shadow); }
.editor-toolbar { min-height: 62px; padding: 13px 16px; display: flex; align-items: center; gap: 14px; background: white; border-bottom: 1px solid var(--line); }.editor-toolbar b { margin-right: auto; }.editor-toolbar span { color: var(--muted); font-size: 11px; }.editor-toolbar button { padding: 9px 13px; border: 0; border-radius: 6px; color: white; background: var(--mint); font-size: 12px; font-weight: 750; }
.editor-layout { padding: 18px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }.editor-shot, .editor-step { min-height: 320px; position: relative; overflow: hidden; border: 1px solid #d6dee8; border-radius: 7px; background: white; }.shot-window { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #eef2f7; }.shot-window span { width: 6px; height: 6px; border-radius: 50%; background: #aab4c6; }.shot-sidebar { position: absolute; left: 0; top: 30px; bottom: 0; width: 25%; background: #182238; }.shot-content { position: absolute; left: 30%; right: 8%; top: 70px; bottom: 30px; background: repeating-linear-gradient(#edf1f7 0 9px, transparent 9px 38px); }.shot-focus { position: absolute; left: 40%; top: 112px; width: 120px; height: 52px; border: 4px solid var(--rose); border-radius: 7px; box-shadow: 0 0 0 7px rgba(233,25,79,.14), 0 9px 20px rgba(233,25,79,.2); }.shot-tag { position: absolute; left: calc(40% + 130px); top: 119px; max-width: 140px; padding: 9px 11px; border-radius: 5px; background: var(--rose); color: white; font-size: 11px; font-weight: 800; box-shadow: 0 7px 18px rgba(233,25,79,.24); }
.editor-step { padding: 26px 22px; }.editor-step small { color: var(--blue); font-weight: 850; }.editor-step h3 { margin: 18px 0 12px; line-height: 1.25; }.editor-step p { color: var(--muted); font-size: 13px; line-height: 1.6; }.editor-step > div { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; gap: 8px; }.editor-step button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; background: white; color: #58647b; font-size: 11px; }

.outputs-band { background: #eef3fb; }.section-heading.compact { max-width: 760px; }.output-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.output-grid article { min-height: 210px; padding: 26px; border: 1px solid #d3dce9; border-radius: 8px; background: white; }.output-grid article > span { display: inline-block; padding: 6px 8px; color: var(--blue-dark); background: var(--blue-soft); border-radius: 5px; font-size: 10px; font-weight: 900; }.output-grid h3 { margin: 28px 0 10px; font-size: 19px; }.output-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.privacy-band { padding: 100px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: #0f1b31; color: white; }.privacy-band .eyebrow { color: #84adff; }.privacy-band p { margin: 0 0 16px; color: #b8c4d8; font-size: 16px; line-height: 1.65; }.privacy-band a { display: inline-block; margin-top: 12px; color: #91b6ff; font-weight: 750; }
.launch-band { padding: 105px 24px; text-align: center; background: var(--blue); color: white; }.launch-band .eyebrow { color: #cfe0ff; }.launch-band h2 { max-width: 780px; margin-inline: auto; }.launch-band > p:not(.eyebrow) { margin: 18px 0 28px; color: #dbe7ff; }.button-light { color: var(--blue-dark); background: white; }
.manual-install { width: min(720px, 100%); margin: 30px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); text-align: left; }
.manual-install summary { width: max-content; margin: 0 auto; color: #e8f0ff; font-size: 14px; font-weight: 750; cursor: pointer; list-style: none; text-decoration: underline; text-underline-offset: 4px; }
.manual-install summary::-webkit-details-marker { display: none; }
.manual-install summary::after { content: "+"; display: inline-block; margin-left: 8px; text-decoration: none; }
.manual-install[open] summary::after { content: "−"; }
.manual-install-content { margin-top: 22px; padding: 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(13,53,151,.28); }
.manual-install-content > p:first-child { margin: 0; color: #e1ebff; font-size: 14px; line-height: 1.6; }
.manual-install-content ol { margin: 18px 0; padding-left: 22px; color: #f4f7ff; font-size: 14px; line-height: 1.8; }
.manual-install-content code { padding: 2px 5px; border-radius: 4px; background: rgba(7,30,89,.36); font-size: 12px; }
.manual-install-download { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.manual-install-download > div { display: flex; flex-direction: column; gap: 4px; }
.manual-install-download span { color: #cbdcff; font-size: 12px; }
.manual-download-button { min-height: 42px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.58); color: white; background: transparent; font-size: 13px; }
.manual-download-button:hover { background: rgba(255,255,255,.12); }
footer { min-height: 160px; padding: 42px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 22px; border-top: 1px solid var(--line); }.footer .brand { font-size: 18px; } footer > div:nth-child(2) { display: flex; gap: 24px; color: var(--muted); font-size: 13px; } footer p { grid-column: 1 / -1; margin: 0; color: #8992a3; font-size: 12px; }

.legal-page { min-height: 100vh; background: var(--wash); }.legal-main { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 110px; }.legal-main h1 { font-size: 52px; }.legal-main .lead { margin: 18px 0 42px; color: var(--muted); font-size: 17px; line-height: 1.6; }.legal-main section { padding: 24px 0; border-top: 1px solid var(--line); }.legal-main h2 { margin: 0 0 13px; font-size: 22px; }.legal-main p, .legal-main li { color: #505d75; line-height: 1.7; }.legal-main code { padding: 2px 5px; background: #e7edf7; border-radius: 4px; }.legal-main a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { min-height: 820px; max-height: none; align-items: flex-start; padding-top: 70px; }.hero-copy { width: 100%; max-width: 650px; }.product-scene { top: 480px; left: 50%; transform: translateX(-48%) scale(.82); transform-origin: top center; }
  .editor-band { grid-template-columns: 1fr; }.editor-copy { max-width: 720px; }.output-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .site-header { padding-inline: 20px; }
  .site-header nav { gap: 20px; }
  .hero { padding-inline: 24px; }
  .hero-copy { width: 50%; }
  .product-scene { left: 52%; transform: translate(0, -48%) scale(.72); transform-origin: left center; }
}

@media (max-width: 680px) {
  .site-header { height: 62px; padding-inline: 16px; }.header-action { padding: 9px 12px; }
  .hero { min-height: 760px; padding: 54px 20px 0; }.hero-copy { padding: 0; } h1 { font-size: 54px; }.hero-line { font-size: 25px; }.hero-description { font-size: 16px; }.hero-actions { flex-wrap: wrap; }.button { min-width: 150px; }.trust-line { line-height: 1.6; }
  .product-scene { top: 450px; width: 690px; transform: translateX(-46%) scale(.56); }.scene-panel { right: 12px; }
  .proof-band { grid-template-columns: 1fr; gap: 24px; padding-block: 34px; }.workflow-band, .outputs-band, .editor-band { padding: 76px 20px; }.section-heading h2, .editor-copy h2, .privacy-band h2, .launch-band h2 { font-size: 32px; }
  .manual-install-content { padding: 20px; }.manual-install-download { align-items: stretch; flex-direction: column; }.manual-download-button { width: 100%; }
  .workflow-steps li { grid-template-columns: 52px 1fr; }.editor-layout { grid-template-columns: 1fr; }.editor-shot { min-height: 280px; }.editor-step { min-height: 250px; }.output-grid { grid-template-columns: 1fr; }.output-grid article { min-height: 170px; }.privacy-band { grid-template-columns: 1fr; gap: 35px; padding: 76px 20px; }.launch-band { padding: 76px 20px; }
  footer { grid-template-columns: 1fr; } footer > div:nth-child(2) { flex-wrap: wrap; } footer p { grid-column: 1; }
  .legal-main { padding-top: 52px; }.legal-main h1 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
