:root {
  --ink: #17233d;
  --navy: #101a34;
  --muted: #5b6579;
  --paper: #fffaf7;
  --surface: #ffffff;
  --line: #e8e1df;
  --coral: #ec654d;
  --coral-dark: #d74e39;
  --peach: #ffd6c7;
  --aqua: #5ccfc4;
  --shadow: 0 28px 70px rgba(41, 34, 49, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { width: min(1280px, calc(100% - 48px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--navy); text-decoration: none; }
.brand-logo { display: block; width: 178px; height: auto; }
.site-footer .brand-logo { width: 158px; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { color: #3f4960; font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-header nav a:hover { color: var(--coral-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border-radius: 14px; background: var(--coral); color: #fff; font-weight: 780; text-decoration: none; box-shadow: 0 12px 24px rgba(215, 78, 57, .22), inset 0 1px rgba(255,255,255,.25); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(215,78,57,.27); }
.button:focus-visible, .text-link:focus-visible, nav a:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 12px; font-size: .87rem; }

.hero { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; padding-block: 78px 98px; }
.eyebrow { margin: 0 0 20px; color: var(--coral-dark); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--coral); }
h1, h2, h3, blockquote { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 650px; margin-bottom: 25px; color: var(--navy); font-size: clamp(3rem, 5.2vw, 5.35rem); font-weight: 860; }
h1 em { color: var(--coral); font-family: Georgia, serif; font-weight: 500; }
.hero-lede { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.text-link { color: var(--navy); font-weight: 750; text-decoration: none; }
.text-link span { color: var(--coral); }
.proof-list { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 34px 0 0; padding: 0; color: #596274; font-size: .85rem; font-weight: 650; list-style: none; }
.proof-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; background: #dff6f2; color: #147c72; font-size: .72rem; }

.product-stage { position: relative; min-width: 0; }
.glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 330px; height: 330px; right: -60px; top: -70px; background: #ffd2c0; opacity: .65; }
.glow-two { width: 250px; height: 250px; left: -40px; bottom: -70px; background: #c7f1eb; opacity: .62; }
.app-window { overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 21px; background: rgba(255,255,255,.95); box-shadow: var(--shadow), 0 2px 0 white inset; transform: perspective(1600px) rotateY(-2deg) rotateX(1deg); }
.app-bar { height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f4; background: #fbfcfe; }
.app-brand { display: flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 800; }
.app-brand img { width: 20px; height: 20px; object-fit: contain; }
.window-dots { display: flex; gap: 6px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d8dce5; }
.app-body { min-height: 390px; display: grid; grid-template-columns: 24% 52% 24%; }
.queue-panel, .inspector-panel { padding: 15px 11px; background: #f7f8fa; }
.queue-panel { border-right: 1px solid #e8ebf0; }.inspector-panel { border-left: 1px solid #e8ebf0; }
.panel-label { display: flex; justify-content: space-between; margin: 0 4px 12px; color: #6d7585; font-size: .59rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.panel-label b { color: var(--coral-dark); }
.clip-card { margin-bottom: 8px; padding: 10px; border: 1px solid #e6e8ed; border-radius: 9px; background: white; box-shadow: 0 3px 9px rgba(22,33,57,.035); }
.clip-card.selected { border-color: #f6a18e; box-shadow: 0 0 0 2px #ffe4db; }
.clip-card span, .clip-card small { display: block; color: #89909d; font-size: .52rem; }
.clip-card strong { display: block; margin: 4px 0 2px; font-size: .65rem; line-height: 1.25; }
.preview-panel { min-width: 0; padding: 16px 13px 12px; background: white; }
.video-frame { position: relative; aspect-ratio: 9/8.5; overflow: hidden; isolation: isolate; border-radius: 12px; background: #101a34; }
.video-frame::before { content: ""; position: absolute; z-index: 0; inset: -14px; background: url("assets/clip-preview.webp") center/cover; filter: blur(11px) brightness(.52) saturate(.9); transform: scale(1.08); }
.clip-preview-image { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; filter: saturate(.96) contrast(1.02); }
.source-badge { position: absolute; z-index: 2; left: 17px; top: 15px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; background: rgba(6,12,28,.72); color: #fff; font-size: .55rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.play { position: absolute; z-index: 2; left: 18px; bottom: 17px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: white; color: var(--coral); box-shadow: 0 4px 16px rgba(0,0,0,.25); font-size: .7rem; }
.waveform { height: 42px; display: flex; align-items: center; gap: 3px; overflow: hidden; }
.waveform span { flex: 1 0 3px; height: 30%; border-radius: 3px; background: #f28b74; }
.waveform span:nth-child(3n) { height: 75%; }.waveform span:nth-child(4n) { height: 50%; }.waveform span:nth-child(7n) { height: 95%; }
.review-row { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 6px; }
.review-row button { padding: 7px 3px; border: 1px solid #e1e4e9; border-radius: 7px; background: white; color: #667085; font-size: .55rem; font-weight: 750; }
.review-row .approve { border-color: var(--coral); background: var(--coral); color: white; }
.score { margin-bottom: 10px; }.score span { display: block; color: #6a7180; font-size: .55rem; }.score b { display: block; margin-top: 3px; font-size: .75rem; }
.score::after { content: ""; display: block; width: 87%; height: 4px; margin-top: 3px; border-radius: 10px; background: linear-gradient(90deg,var(--aqua) 85%,#e6e9ee 85%); }
.insight { margin-top: 18px; padding: 10px; border-radius: 9px; background: #e7f8f5; color: #1a6d65; }
.insight strong { font-size: .62rem; }.insight p { margin: 4px 0 0; font-size: .54rem; line-height: 1.4; }
.floating-note { position: absolute; right: -25px; bottom: -28px; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid #e9e4e2; border-radius: 13px; background: white; box-shadow: 0 15px 35px rgba(33,35,55,.14); }
.floating-note > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #dff6f2; color: #157c72; font-weight: 900; }
.floating-note strong, .floating-note small { display: block; }.floating-note strong { font-size: .74rem; }.floating-note small { color: #818897; font-size: .58rem; }

.contrast-band { background: var(--navy); color: white; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; padding-block: 27px; }
.stats p { margin: 0; padding: 3px 38px; border-left: 1px solid rgba(255,255,255,.15); color: #bfc6d5; font-size: .87rem; }.stats p:first-child { padding-left: 0; border: 0; }.stats strong { color: white; font-size: 1.05rem; }
.section { padding-block: 110px; }
.section-heading { max-width: 680px; margin-bottom: 50px; }.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .launch-card h2 { margin-bottom: 17px; font-size: clamp(2.35rem,4vw,4.1rem); font-weight: 840; }.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.steps article { position: relative; padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.67); box-shadow: 0 15px 35px rgba(35,36,49,.045); }
.steps article > span { position: absolute; right: 23px; top: 19px; color: #d9d4d2; font-size: 1.6rem; font-weight: 850; }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 14px; background: #ffe0d6; color: var(--coral-dark); font-size: 1.3rem; font-weight: 900; }.steps article:nth-child(2) .step-icon { background: #dff6f2; color: #177d73; }
.steps h3 { margin-bottom: 12px; font-size: 1.25rem; }.steps p { margin: 0; color: var(--muted); font-size: .92rem; }

.versions { background: #fff; }
.version-grid { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.version-card { position: relative; padding: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fffaf7; }
.version-card.pro { border-color: #2c3854; background: var(--navy); color: white; box-shadow: 0 25px 65px rgba(16,26,52,.18); }
.version-name { margin: 0 0 29px; font-size: 1.2rem; font-weight: 700; }.version-name strong { color: var(--coral); }
.version-card h3 { margin-bottom: 14px; font-size: 1.8rem; }.version-card > p:not(.version-name,.best-for) { color: var(--muted); }.version-card.pro > p:not(.version-name,.best-for) { color: #bcc4d3; }
.version-card ul { margin: 28px 0; padding: 0; list-style: none; }.version-card li { margin: 11px 0; font-size: .92rem; }.version-card li::before { content: "✓"; margin-right: 11px; color: var(--coral); font-weight: 900; }
.best-for { padding-top: 20px; border-top: 1px solid var(--line); color: #626b7b; font-size: .78rem; }.pro .best-for { border-color: #33405e; color: #aeb7c9; }.best-for span { display: block; color: var(--ink); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.pro .best-for span { color: white; }
.pro-badge { position: absolute; right: -38px; top: 23px; width: 150px; padding: 5px; background: var(--coral); color: white; font-size: .65rem; font-weight: 850; text-align: center; text-transform: uppercase; transform: rotate(38deg); }

.story { padding-block: 120px; }.story-card { position: relative; max-width: 1140px; margin: 0 auto; padding: 60px; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.48fr) minmax(290px,.78fr); align-items: center; gap: 48px; border-radius: 30px; background: linear-gradient(135deg,#fee5db,#f6faf9); box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }.story-card::after { content: "“"; position: absolute; right: 365px; top: -50px; color: white; font: 18rem Georgia,serif; opacity: .65; }.story-copy,.founder-portrait { position: relative; z-index: 1; }.story-kicker { margin-bottom: 26px; color: var(--coral-dark); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.story blockquote { max-width: 700px; margin-bottom: 27px; color: var(--navy); font-size: clamp(1.75rem,2.65vw,2.65rem); font-weight: 780; }.story-copy > p { max-width: 720px; margin-bottom: 0; color: #555f71; }.founder-portrait { margin: 0; }.founder-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; border: 5px solid rgba(255,255,255,.78); border-radius: 24px; box-shadow: 0 22px 42px rgba(35,36,49,.16); }.founder-portrait figcaption { margin-top: 16px; color: #737c8b; font-size: .82rem; }.founder-portrait strong,.founder-portrait span { display: block; }.founder-portrait strong { color: var(--ink); font-size: 1rem; }
.launch-section { padding: 80px 0; background: var(--coral); color: white; }.launch-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }.eyebrow.light { color: #fff4f0; }.launch-card h2 { max-width: 750px; margin-bottom: 17px; }.launch-card p { max-width: 650px; color: #fff2ee; }.launch-status { display: flex; align-items: center; gap: 15px; padding: 21px 24px; border: 1px solid rgba(255,255,255,.33); border-radius: 18px; background: rgba(124,33,27,.18); }.launch-status strong,.launch-status small { display: block; }.launch-status small { color: #ffe6df; }.pulse { width: 13px; height: 13px; flex: 0 0 13px; border-radius: 50%; background: #baf5e9; box-shadow: 0 0 0 7px rgba(186,245,233,.15); }
.site-footer { min-height: 130px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; color: #737b8b; font-size: .78rem; }.site-footer p:nth-child(2) { text-align: center; }.site-footer p:last-child { text-align: right; }

@media (max-width: 1000px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .product-stage { max-width: 720px; }
  .launch-card { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 720px) {
  .shell, .site-header { width: min(100% - 30px, 1180px); }
  .site-header { height: 70px; }.site-header .button { display: none; }.brand-logo { width: 158px; }
  .hero { min-height: auto; gap: 50px; padding-block: 50px 75px; }
  h1 { font-size: clamp(2.65rem,13vw,4rem); }.hero-lede { font-size: 1rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-stage { width: 108%; margin-left: -4%; }.app-body { grid-template-columns: 25% 75%; }.inspector-panel { display: none; }.floating-note { right: 5px; }
  .stats, .steps, .version-grid, .site-footer { grid-template-columns: 1fr; }.stats p { padding: 17px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }.stats p:first-child { border: 0; }
  .section { padding-block: 78px; }.steps article, .version-card { padding: 28px; }.story { padding-block: 75px; }.story-card { grid-template-columns: 1fr; gap: 34px; padding: 37px 27px; }.story-card::after { right: 15px; }.founder-portrait { width: min(100%, 340px); }
  .launch-section { padding-block: 65px; }.site-footer { padding-block: 35px; text-align: left; }.site-footer p:nth-child(2),.site-footer p:last-child { margin: 0; text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
