:root {
  --ink: #0d0f14;
  --ink-soft: #151922;
  --paper: #fbfbfc;
  --mist: #f1f3f7;
  --line: #dfe2e8;
  --muted: #646b78;
  --red: #d71920;
  --red-deep: #aa0e15;
  --blue: #1f7cf2;
  --amber: #ffad2f;
  --radius: 28px;
  --max: 1180px;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .8rem 1rem; background: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header {
  height: 78px; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center;
  gap: 42px; border-bottom: 1px solid rgba(255,255,255,.1); color: white; background: var(--ink); position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; white-space: nowrap; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; filter: drop-shadow(0 7px 12px rgba(215,25,32,.18)); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-size: 1.12rem; letter-spacing: -.03em; }
.main-nav { display: flex; gap: 32px; margin-left: auto; font-size: .9rem; color: #b6bac3; }
.main-nav a:hover { color: white; }
.header-cta { border: 1px solid #444956; border-radius: 999px; padding: 11px 19px; font-size: .84rem; font-weight: 700; transition: .2s ease; }
.header-cta:hover { border-color: var(--red); background: var(--red); transform: translateY(-1px); }

.hero {
  min-height: 760px; color: white; background: radial-gradient(circle at 78% 16%, #222936 0, #12151c 34%, #0b0d11 70%);
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: center; padding: 88px max(28px, calc((100vw - var(--max)) / 2)) 105px; position: relative; isolation: isolate; overflow: hidden;
}
.hero-glow { position: absolute; z-index: -1; width: 420px; height: 420px; top: 5%; left: 6%; border-radius: 50%; background: rgba(215,25,32,.15); filter: blur(130px); }
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .2em; font: 700 .72rem "Space Mono", monospace; margin: 0 0 22px; }
.hero h1 { font-size: clamp(3.6rem, 6vw, 6.1rem); line-height: .94; letter-spacing: -.075em; margin: 0; max-width: 680px; }
.hero h1 span { color: #9ca2ad; font-weight: 400; }
.hero-lede { max-width: 590px; color: #b8bdc6; font-size: 1.16rem; line-height: 1.65; margin: 30px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 0 24px; border-radius: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #ea222a, var(--red-deep)); box-shadow: 0 14px 35px rgba(215,25,32,.25); }
.button-primary:hover { box-shadow: 0 17px 42px rgba(215,25,32,.38); }
.button-quiet { color: #cfd2d9; }
.button-quiet:hover { background: rgba(255,255,255,.06); color: white; }
.availability { color: #777e89; margin: 20px 0 0; font: .7rem "Space Mono", monospace; }
.availability span { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: #2ed47a; box-shadow: 0 0 12px #2ed47a; }

.console-wrap { position: relative; min-width: 0; perspective: 1200px; }
.photo-wrap { align-self: stretch; display: flex; align-items: center; }
.product-photo { position: relative; width: 100%; aspect-ratio: 1.28; margin: 0; overflow: hidden; border: 1px solid #343946; border-radius: 22px; background: #11151d; box-shadow: 0 44px 100px rgba(0,0,0,.52); }
.product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,9,12,.82) 100%); pointer-events: none; }
.product-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.product-photo figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; display: flex; justify-content: space-between; align-items: end; gap: 24px; color: white; }
.product-photo figcaption span { color: #ff858a; font: 700 .56rem "Space Mono"; letter-spacing: .12em; }
.product-photo figcaption b { max-width: 260px; text-align: right; font-size: .92rem; line-height: 1.3; }
.console { overflow: hidden; border: 1px solid #343946; border-radius: 18px; background: #11151d; box-shadow: 0 44px 100px rgba(0,0,0,.52); transform: rotateY(-3deg) rotateX(1deg); }
.console-topbar { height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: #171b24; border-bottom: 1px solid #2b303a; font-size: .58rem; }
.mini-brand { display: flex; align-items: center; gap: 7px; }
.mini-brand i { display: grid; width: 21px; height: 21px; place-items: center; font: 700 normal 9px "Space Mono"; }
.mini-brand i img { width: 100%; height: 100%; object-fit: contain; }
.console-actions { display: flex; align-items: center; gap: 12px; color: #7e8694; }
.live-pill { padding: 5px 8px; border-radius: 99px; color: #ff777b; background: #35181c; }
.console-body { min-height: 385px; display: grid; grid-template-columns: 112px 1fr; }
.source-bin { padding: 14px 11px; border-right: 1px solid #2a2e37; }
.panel-label, .monitor-label { color: #737b8a; text-transform: uppercase; letter-spacing: .13em; font: 700 .48rem "Space Mono"; }
.source { height: 59px; padding: 9px; margin-top: 9px; border-radius: 7px; border: 1px solid #2d333e; background: #191e27; }
.source.active { border-color: #e12a32; box-shadow: inset 0 0 0 1px #e12a32; }
.source b, .source span { display: block; }
.source b { color: #e2e4e9; font: 700 .48rem "Space Mono"; }
.source span { color: #737b88; font-size: .55rem; margin-top: 7px; }
.source-bin button { width: 100%; margin-top: 10px; padding: 7px 4px; border: 1px dashed #3a404d; border-radius: 6px; color: #767e8c; background: transparent; font-size: .52rem; }
.monitors { padding: 15px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; gap: 11px; }
.monitor { position: relative; min-height: 265px; overflow: hidden; border: 1px solid #303641; border-radius: 9px; background: linear-gradient(160deg, #222936, #0d1118); }
.program-monitor { border-color: #74232a; box-shadow: inset 0 0 0 1px rgba(215,25,32,.22); }
.monitor-label { position: absolute; z-index: 2; top: 8px; left: 9px; padding: 5px 7px; border-radius: 4px; background: rgba(10,12,16,.65); }
.program-label { color: #ff6c72; }
.stage-person { position: absolute; inset: 18% 16% 0; border-radius: 50% 50% 12% 12%; background: #353e4d; }
.stage-person i { position: absolute; left: 30%; top: 8%; width: 40%; aspect-ratio: 1; border-radius: 50%; background: #687386; }
.stage-person::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: 0; height: 58%; border-radius: 50% 50% 0 0; background: #566174; }
.person-two { background: #41262a; }
.person-two i { background: #926068; }
.person-two::after { background: #704049; }
.lower-third { position: absolute; z-index: 3; bottom: 13px; left: 13px; right: 20%; padding: 7px 9px; border-radius: 4px; background: rgba(10,13,18,.82); font-size: .53rem; }
.lower-third.red { background: linear-gradient(90deg, #b31118, rgba(179,17,24,.25)); }
.switcher { grid-column: 1 / -1; height: 48px; display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid #2b303a; border-radius: 8px; background: #171b23; }
.switcher button { height: 30px; border: 1px solid #3a414d; border-radius: 5px; color: #aeb4bf; background: #222832; font: 700 .5rem "Space Mono"; }
.switcher .take { color: white; background: var(--red); border-color: var(--red); }
.meter { display: flex; gap: 2px; align-items: end; height: 22px; margin-left: auto; }
.meter span { width: 4px; border-radius: 2px; background: #37d884; }
.meter span:nth-child(1) { height: 30%; }.meter span:nth-child(2) { height: 65%;}.meter span:nth-child(3) { height: 90%;}.meter span:nth-child(4) { height: 50%;}.meter span:nth-child(5) { height: 22%;}
.rec { color: #ff6c72; font: .48rem "Space Mono"; margin: 0 4px; }
.floating-card { position: absolute; right: -25px; bottom: -28px; display: flex; gap: 11px; align-items: center; padding: 13px 16px; border: 1px solid #383d48; border-radius: 12px; background: rgba(24,28,37,.96); box-shadow: 0 18px 45px rgba(0,0,0,.4); }
.floating-card b, .floating-card small { display: block; }.floating-card b { font-size: .72rem; }.floating-card small { color: #7d8490; margin-top: 3px; font-size: .56rem; }
.signal { color: #48dc8e; font-size: 1.5rem; }

.signal-strip { display: grid; grid-template-columns: 130px 130px 160px 1fr; gap: 45px; align-items: center; padding: 34px max(28px, calc((100vw - var(--max)) / 2)); color: white; background: var(--red); }
.signal-strip div { display: flex; flex-direction: column; }.signal-strip strong { font-size: 1.7rem; }.signal-strip span { opacity: .7; text-transform: uppercase; letter-spacing: .11em; font: .55rem "Space Mono"; }.signal-strip p { margin: 0; line-height: 1.55; opacity: .85; }
.section { padding: 110px max(28px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .workflow h2, .final-cta h2 { font-size: clamp(2.6rem, 4.5vw, 4.5rem); letter-spacing: -.065em; line-height: 1.02; margin: 0; }
.section-heading > p { color: var(--muted); line-height: 1.7; font-size: 1.04rem; margin: 0 0 8px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 17px 50px rgba(22,31,45,.05); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; font-size: 1.2rem; }.red-icon { color: var(--red); background: #ffeaeb; }.blue-icon { color: var(--blue); background: #e8f2ff; }.amber-icon { color: #d37a00; background: #fff2dd; }
.feature-card h3 { font-size: 1.35rem; margin: 30px 0 12px; letter-spacing: -.035em; }
.feature-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.feature-meta { margin-top: auto; color: #9aa0aa; font: .56rem "Space Mono"; letter-spacing: .05em; }

.workflow { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding: 110px max(28px, calc((100vw - var(--max)) / 2)); color: white; background: linear-gradient(120deg, #650a0f 0, #a30d14 42%, #d71920 100%); }
.eyebrow.light { color: #ffafb2; }.workflow-copy > p:not(.eyebrow) { max-width: 430px; color: #f0bec1; line-height: 1.7; margin: 28px 0; }.text-link { color: white; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; }
.workflow-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); }
.workflow-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.workflow-list li > span { color: #ffafb2; font: .65rem "Space Mono"; }.workflow-list b { font-size: 1.2rem; }.workflow-list p { margin: 8px 0 0; color: #efbfc2; line-height: 1.55; }

.final-cta { background: var(--mist); }
.cta-card { min-height: 490px; display: grid; grid-template-columns: 1fr .9fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 25px 70px rgba(32,41,58,.08); }
.cta-card > div:first-child { padding: 72px; }.cta-card p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.65; margin: 24px 0 30px; }
.cta-art { position: relative; display: grid; place-items: center; overflow: hidden; contain: paint; background: radial-gradient(circle, #f95b61 0, #d71920 43%, #820a10 100%); }
.orb { position: relative; z-index: 2; width: 170px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 42px; background: rgba(255,255,255,.96); box-shadow: 0 45px 80px rgba(65,0,3,.45), inset 0 1px 2px rgba(255,255,255,.4); transform: rotate(-8deg); }
.orb span { width: 105px; height: 105px; display: grid; place-items: center; transform: rotate(8deg); }
.orb img { width: 100%; height: 100%; object-fit: contain; }
.orbit { position: absolute; width: 390px; height: 180px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; transform: rotate(25deg); }.orbit-two { transform: rotate(-25deg); width: 480px; }

footer { min-height: 150px; display: flex; align-items: center; gap: 30px; padding: 35px max(28px, calc((100vw - var(--max)) / 2)); color: #999faa; background: var(--ink); }
footer .brand { color: white; } footer p { margin: 0 auto; } footer > div { display: flex; gap: 26px; } footer a:hover { color: white; }

@media (max-width: 960px) {
  .main-nav { display: none; }.header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }.hero-copy { max-width: 720px; }.console-wrap { max-width: 720px; }
  .signal-strip { grid-template-columns: repeat(3, 1fr); }.signal-strip p { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 280px; }
  .workflow { grid-template-columns: 1fr; gap: 60px; }.cta-card { grid-template-columns: 1fr; }.cta-art { min-height: 360px; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; padding-inline: 18px; }.brand-mark { width: 34px; height: 34px; }.header-cta { padding: 9px 13px; font-size: .72rem; }
  .hero { min-height: auto; padding: 60px 20px 85px; }.hero h1 { font-size: clamp(3rem, 16vw, 4.4rem); }.hero-lede { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }
  .console-wrap { margin-top: 20px; }.product-photo { aspect-ratio: .9; }.product-photo img { object-position: 58% center; }.product-photo figcaption { align-items: flex-start; flex-direction: column; left: 18px; right: 18px; }.product-photo figcaption b { text-align: left; }.floating-card { right: -6px; }
  .signal-strip { grid-template-columns: 1fr 1fr; padding-inline: 22px; gap: 25px; }.signal-strip div:nth-child(3) { grid-column: 1 / -1; }
  .section, .workflow { padding: 82px 22px; }.feature-card { padding: 24px; }.cta-card > div:first-child { padding: 42px 28px; }.cta-art { min-height: 310px; }
  footer { align-items: flex-start; flex-direction: column; padding: 45px 22px; } footer p { margin: 0; } footer > div { margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) { :root { scroll-behavior: auto; } * { transition: none !important; } }
