/* ScreenForge public site — no external fonts, scripts, cookies, or trackers. */
:root {
  --ink: #111318;
  --ink-soft: #5f636d;
  --paper: #f4f5f7;
  --white: #fff;
  --night: #07090d;
  --night-2: #11151c;
  --panel: #1b2029;
  --line: rgba(17, 19, 24, .12);
  --blue: #2789f5;
  --blue-dark: #066bcf;
  --purple: #6658df;
  --red: #ff4f5e;
  --green: #38d878;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -.018em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  transform: translateY(-140%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 60px;
  color: #fff;
  background: rgba(7, 9, 13, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: saturate(150%) blur(22px);
  backdrop-filter: saturate(150%) blur(22px);
}
.nav { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 650; text-decoration: none; letter-spacing: -.025em; }
.brand img { border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a, .footer-links a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: #fff; }
.nav-cta {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.scene { position: relative; overflow: clip; }
.scene-dark { color: #fff; background: var(--night); }
.scene-ink { color: #fff; background: #11151c; }
.scene-light { background: var(--paper); }
.scene-white { background: #fff; }
.hero { min-height: 1050px; padding: 154px 0 110px; text-align: center; }
.hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 560px;
  top: -220px;
  left: 50%;
  translate: -50% 0;
  background: radial-gradient(ellipse, rgba(39,137,245,.22), transparent 69%);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; max-width: 950px; }
.eyebrow, .section-kicker {
  margin: 0 0 20px;
  color: #626771;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.eyebrow { color: rgba(255,255,255,.64); }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(56,216,120,.11); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; letter-spacing: -.052em; }
h1 { margin: 0; font-size: clamp(58px, 7.4vw, 104px); line-height: .98; font-weight: 700; }
h1 span { color: #a7abb4; }
.hero-lede { max-width: 760px; margin: 32px auto 0; color: #a8adb6; font-size: clamp(20px, 2.1vw, 25px); line-height: 1.38; letter-spacing: -.028em; }
.hero-actions { margin-top: 34px; display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue-dark); }
.button-primary:hover { background: #1682ef; }
.text-link { font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link-dark { color: #66aef9; }
.compatibility { margin: 16px 0 0; color: #8a909a; font-size: 13px; }
.product-stage { position: relative; z-index: 2; margin-top: 78px; }
.stage-glow { position: absolute; inset: 14% 8% -6%; background: linear-gradient(110deg, rgba(39,137,245,.24), rgba(102,88,223,.18)); filter: blur(80px); }
.product-window { position: relative; width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; box-shadow: 0 45px 110px rgba(0,0,0,.65), 0 0 0 1px rgba(0,0,0,.8); }

.statement-section { padding: 148px 0 130px; }
.statement-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 86px; align-items: end; }
h2 { margin: 0; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.03; font-weight: 680; }
.statement-copy > p, .editor-heading > p, .feature-copy > p { margin: 0; color: #5f636d; font-size: 21px; line-height: 1.45; }
.spec-line { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; gap: 24px; flex-wrap: wrap; color: #34373e; font-size: 14px; font-weight: 600; }
.capture-visual { margin-top: 82px; }
.display-outline { position: relative; aspect-ratio: 16 / 8; max-height: 560px; border-radius: 22px; background: #171b22; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 26px 70px rgba(20,24,32,.18); }
.display-outline::before { content: ""; position: absolute; inset: 13% 17%; border: 1px dashed rgba(255,255,255,.38); background: rgba(39,137,245,.08); }
.selection-corner { position: absolute; width: 36px; height: 36px; border-color: #6bb2ff; border-style: solid; }
.corner-tl { left: 17%; top: 13%; border-width: 3px 0 0 3px; }
.corner-tr { right: 17%; top: 13%; border-width: 3px 3px 0 0; }
.corner-bl { left: 17%; bottom: 13%; border-width: 0 0 3px 3px; }
.corner-br { right: 17%; bottom: 13%; border-width: 0 3px 3px 0; }
.selection-label { position: absolute; top: calc(13% + 18px); left: calc(17% + 18px); padding: 8px 12px; border-radius: 8px; color: #fff; background: rgba(7,9,13,.72); font-size: 13px; }
.record-pulse { position: absolute; right: calc(17% + 22px); bottom: calc(13% + 22px); width: 54px; height: 54px; border: 8px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 10px rgba(255,79,94,.13); }
.record-pulse span { position: absolute; inset: 11px; border-radius: 50%; background: #fff; }

.audio-section { padding: 150px 0; }
.split-feature { display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; align-items: center; }
.section-kicker-bright { color: #858c98; }
.feature-copy > p { margin-top: 30px; color: #a4aab4; }
.audio-console { padding: 34px; border-radius: 22px; background: #1a2029; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 30px 70px rgba(0,0,0,.3); }
.console-row { display: grid; grid-template-columns: 115px 1fr 48px; gap: 18px; align-items: center; min-height: 62px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
.console-row strong { text-align: right; color: #8f96a1; }
.level { height: 7px; border-radius: 999px; background: #303744; overflow: hidden; }
.level i { display: block; width: var(--level); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2789f5, #6a62e7); }
.level .level-88 { width: 88%; }
.level .level-72 { width: 72%; }
.webcam-frame { position: relative; height: 280px; margin-top: 28px; border-radius: 16px; background: #0e1218; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.webcam-frame::before { content: ""; position: absolute; width: 250px; height: 250px; left: 50%; top: 50%; translate: -50% -50%; border-radius: 50%; background: radial-gradient(circle, rgba(39,137,245,.2), transparent 68%); }
.webcam-frame > span { position: absolute; left: 18px; bottom: 15px; color: #9097a3; font-size: 12px; }
.webcam-person { position: absolute; left: 50%; top: 46%; translate: -50% -50%; width: 130px; height: 130px; border: 2px solid #489af4; border-radius: 50%; }
.webcam-person i { position: absolute; width: 34px; height: 34px; top: 26px; left: 47px; border-radius: 50%; background: #489af4; }
.webcam-person b { position: absolute; width: 70px; height: 36px; left: 28px; bottom: 23px; border-radius: 40px 40px 15px 15px; background: #489af4; }

.editor-section { padding: 150px 0; }
.editor-heading { max-width: 850px; margin-left: auto; margin-right: auto; text-align: center; }
.editor-heading > p { max-width: 710px; margin: 30px auto 0; }
.editor-board { display: grid; grid-template-columns: .7fr 1.3fr; gap: 32px; margin-top: 82px; }
.ratio-stack, .timeline-card { min-height: 480px; padding: 34px; border-radius: var(--radius); background: #fff; box-shadow: 0 18px 60px rgba(21,28,41,.09); }
.ratio-stack { position: relative; display: flex; justify-content: center; align-items: center; gap: 16px; overflow: hidden; }
.ratio { display: grid; place-items: center; border: 2px solid #2789f5; background: rgba(39,137,245,.07); color: #0a64c0; font-size: 13px; font-weight: 700; }
.ratio-169 { width: 210px; aspect-ratio: 16/9; }
.ratio-11 { width: 118px; aspect-ratio: 1; }
.ratio-916 { width: 76px; aspect-ratio: 9/16; }
.timeline-card { display: flex; flex-direction: column; justify-content: center; }
.timeline-preview { min-height: 280px; border-radius: 16px; background: #11151c; display: grid; place-items: center; align-content: center; gap: 13px; color: #858c97; font-size: 12px; }
.timeline-preview img { border-radius: 26px; box-shadow: 0 20px 35px rgba(0,0,0,.38); }
.timeline-track { position: relative; height: 12px; margin-top: 35px; border-radius: 4px; background: #d9dce2; }
.timeline-track::before { content: ""; position: absolute; left: 11%; right: 16%; height: 100%; background: #2789f5; }
.timeline-track i, .timeline-track b { position: absolute; top: -7px; width: 4px; height: 26px; border-radius: 2px; background: #1678df; }
.timeline-track i { left: 11%; }
.timeline-track b { right: 16%; }
.timeline-labels { display: flex; justify-content: space-between; margin-top: 13px; color: #656a73; font-size: 12px; }
.timeline-labels strong { color: #454951; }

.workflow-section { padding: 150px 0; }
.workflow-section h2 { max-width: 780px; }
.workflow-list { margin: 82px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-list li { min-height: 164px; display: grid; grid-template-columns: 100px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.workflow-list > li > span { color: #686e78; font-size: 14px; font-variant-numeric: tabular-nums; }
.workflow-list > li > div { display: grid; grid-template-columns: 190px minmax(0, 540px); gap: 28px; align-items: center; }
.workflow-list h3 { margin: 0; font-size: 30px; }
.workflow-list p { margin: 0; color: #686c75; }

.privacy-section { padding: 150px 0; color: #fff; background: #10141b; }
.privacy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.privacy-grid p:not(.section-kicker) { max-width: 660px; margin: 30px 0; color: #a5abb5; font-size: 21px; }
.privacy-mark { display: grid; place-items: center; min-height: 450px; border-radius: var(--radius); background: #171d26; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.lock-body { position: relative; width: 164px; height: 140px; margin-top: 54px; border-radius: 26px; background: linear-gradient(145deg, #268af5, #6658df); box-shadow: 0 28px 70px rgba(39,137,245,.27); }
.lock-body::before { content: ""; position: absolute; width: 92px; height: 92px; left: 36px; top: -70px; border: 19px solid #5ba6f7; border-bottom: 0; border-radius: 60px 60px 0 0; }
.lock-body i { position: absolute; width: 22px; height: 42px; left: 71px; top: 47px; border-radius: 14px; background: #fff; }

.requirements-section { padding: 130px 0; }
.requirements-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.requirements-grid dl { margin: 0; }
.requirements-grid dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.requirements-grid dt { color: #656a73; font-size: 14px; }
.requirements-grid dd { margin: 0; font-weight: 600; }

.final-cta { padding: 145px 0; text-align: center; }
.final-cta img { margin: 0 auto 34px; border-radius: 28px; box-shadow: 0 26px 55px rgba(0,0,0,.52); }
.final-cta p { margin: 24px 0 31px; color: #979da7; font-size: 20px; }

.site-footer { padding: 44px 0 52px; color: #fff; background: #07090d; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 25px 60px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.footer-brand img { border-radius: 8px; }
.footer-links { display: flex; gap: 24px; }
.footer-grid > p { grid-column: 1 / -1; max-width: 760px; margin: 0; color: #898e98; font-size: 12px; }

/* Legal and support pages */
.subpage { min-height: 100vh; background: #f5f5f7; }
.subpage .site-header { position: sticky; }
.subpage-main { padding: 90px 0 110px; }
.subpage-hero { max-width: 830px; margin-bottom: 72px; }
.subpage-hero h1 { color: var(--ink); font-size: clamp(48px, 6vw, 78px); }
.subpage-hero p { max-width: 700px; margin: 25px 0 0; color: #656a74; font-size: 21px; }
.legal-layout, .support-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; align-items: start; }
.page-toc { position: sticky; top: 96px; display: grid; gap: 12px; }
.page-toc a { color: #737780; font-size: 13px; text-decoration: none; }
.page-toc a:hover { color: var(--ink); }
.prose { padding: 42px 46px; border-radius: 20px; background: #fff; box-shadow: 0 14px 45px rgba(21,28,41,.07); }
.prose h2 { margin: 52px 0 14px; font-size: 30px; line-height: 1.15; letter-spacing: -.035em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 8px; font-size: 21px; letter-spacing: -.025em; }
.prose p, .prose li { color: #545962; font-size: 16px; }
.prose ul, .prose ol { padding-left: 21px; }
.prose a { color: #0875e8; }
.callout { margin: 28px 0; padding: 22px 24px; border-radius: 14px; color: #24313f; background: #edf6ff; }
.support-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.support-actions-centered { justify-content: center; }
.button-secondary { color: var(--ink); background: #fff; box-shadow: inset 0 0 0 1px rgba(17,19,24,.15); }
.not-found { min-height: calc(100vh - 60px); display: grid; place-items: center; padding: 80px 24px; text-align: center; }
.not-found img { margin: 0 auto 28px; border-radius: 24px; }
.not-found h1 { color: var(--ink); font-size: 64px; }
.not-found p { color: #686d76; }

:focus-visible { outline: 3px solid #56a7ff; outline-offset: 4px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { min-height: auto; padding-top: 130px; }
  .statement-grid, .split-feature, .editor-board, .privacy-grid, .requirements-grid { grid-template-columns: 1fr; gap: 55px; }
  .statement-copy > p, .editor-heading > p, .feature-copy > p, .privacy-grid p:not(.section-kicker) { font-size: 18px; }
  .ratio-stack, .timeline-card { min-height: 410px; }
  .workflow-list li { grid-template-columns: 62px 1fr; }
  .workflow-list > li > div { grid-template-columns: 150px 1fr; }
  .legal-layout, .support-layout { grid-template-columns: 1fr; gap: 30px; }
  .page-toc { position: static; display: flex; flex-wrap: wrap; gap: 12px 20px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 16px; }
  .site-header { height: 56px; }
  .brand span { font-size: 15px; }
  .nav { gap: 12px; }
  .nav-cta { padding-inline: 12px; }
  .hero { padding: 112px 0 80px; }
  h1 { font-size: clamp(50px, 16vw, 72px); }
  h2 { font-size: 42px; }
  .hero-lede { font-size: 19px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .product-stage { margin-top: 55px; width: calc(100% - 14px); }
  .product-window { border-radius: 11px; }
  .statement-section, .audio-section, .editor-section, .workflow-section, .privacy-section { padding: 95px 0; }
  .capture-visual { margin-top: 52px; }
  .display-outline { aspect-ratio: 4/3; }
  .display-outline::before { inset: 13% 10%; }
  .corner-tl, .corner-bl { left: 10%; }
  .corner-tr, .corner-br { right: 10%; }
  .selection-label { left: calc(10% + 12px); }
  .record-pulse { right: calc(10% + 14px); }
  .audio-console { padding: 22px; }
  .console-row { grid-template-columns: 92px 1fr 39px; gap: 10px; font-size: 12px; }
  .editor-board { gap: 18px; }
  .ratio-stack, .timeline-card { min-height: 360px; padding: 22px; }
  .ratio-169 { width: 150px; }
  .ratio-11 { width: 88px; }
  .ratio-916 { width: 55px; }
  .workflow-list li { min-height: 180px; grid-template-columns: 45px 1fr; padding: 25px 0; }
  .workflow-list li > div { grid-column: 2; grid-template-columns: 1fr; gap: 4px; }
  .workflow-list h3 { font-size: 25px; }
  .privacy-mark { min-height: 330px; }
  .requirements-grid dl > div { grid-template-columns: 105px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-grid > p { grid-column: auto; }
  .subpage-main { padding: 68px 0 85px; }
  .subpage-hero { margin-bottom: 45px; }
  .subpage-hero h1 { font-size: 48px; }
  .prose { padding: 30px 24px; border-radius: 16px; }
}

@media (prefers-reduced-motion: no-preference) {
  .product-window { animation: reveal-window .8s cubic-bezier(.2,.75,.25,1) both; }
  @keyframes reveal-window { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: none; } }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
