:root {
  --ink: #111318;
  --paper: #f2f0e9;
  --card: #faf9f5;
  --line: #cbc8bf;
  --lime: #d9ff57;
  --orange: #ffb84d;
  --muted: #686b70;
  --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 Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  height: 76px;
  padding: 0 clamp(22px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(17,19,24,.12);
  background: rgba(242,240,233,.88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: 20px; letter-spacing: -.04em; }
.brand img { width: 32px; height: 32px; border-radius: 9px; }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
nav a:hover { opacity: .55; }
.site-header > .app-store-button { justify-self: end; }

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 10px 18px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 750;
  box-shadow: 0 8px 24px rgba(17,19,24,.14);
  transition: transform .2s, box-shadow .2s;
}
.app-store-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(17,19,24,.22); }
.app-store-button small { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 600; letter-spacing: .02em; }
.app-store-button.compact { min-width: 155px; padding: 8px 13px; font-size: 14px; border-radius: 10px; }
.app-store-button.large { min-width: 235px; justify-content: center; padding: 14px 22px; font-size: 21px; }
.store-icon {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 2px solid currentColor;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
}

.hero {
  min-height: calc(100vh - 76px);
  padding: clamp(65px, 9vw, 130px) clamp(22px, 5vw, 82px) 90px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
  overflow: hidden;
}
.hero-copy { max-width: 670px; }
.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: #54c76b;
  box-shadow: 0 0 0 5px rgba(84,199,107,.12);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 26px;
  font-size: clamp(58px, 7.5vw, 116px);
  line-height: .86;
  letter-spacing: -.075em;
  font-weight: 900;
}
h1 span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-text { max-width: 570px; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.45; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 38px 0; }
.text-button { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-button span { margin-left: 8px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  color: #55585d;
}

.app-window {
  width: min(760px, 100%);
  justify-self: end;
  background: #e6e5df;
  border: 1px solid #a9a9a5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(26,27,31,.24), 0 2px 0 white inset;
  transform: rotate(1.2deg);
}
.window-bar { height: 47px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid #bbbcb8; font-size: 12px; font-weight: 750; }
.traffic { display: flex; gap: 7px; }
.traffic i { width: 11px; height: 11px; border-radius: 50%; background: #9b9c99; }
.traffic i:first-child { background: #ff6b5f; }
.traffic i:nth-child(2) { background: #f6bd4f; }
.traffic i:nth-child(3) { background: #62c454; }
.shift-badge { justify-self: end; background: var(--lime); padding: 5px 8px; border: 1px solid var(--ink); border-radius: 5px; font-size: 9px; }
.window-body { min-height: 520px; display: grid; grid-template-columns: 148px 1fr; }
.window-body aside { padding: 22px 14px; color: #d9dbde; background: var(--ink); display: flex; flex-direction: column; gap: 8px; }
.window-body aside > strong { padding: 0 8px 12px; font-size: 9px; letter-spacing: .16em; color: #8b8f96; }
.window-body aside > a { padding: 10px 9px; border-radius: 8px; font-size: 11px; color: #a8abb0; }
.window-body aside > a.active { color: var(--ink); background: var(--lime); font-weight: 800; }
.employee-card { margin-top: auto; padding: 13px; border: 1px solid #42454b; border-radius: 10px; display: flex; flex-direction: column; gap: 5px; }
.employee-card span, .editor-heading small { font-size: 8px; letter-spacing: .14em; color: #8b8f96; }
.employee-card b { font-size: 11px; }
.employee-card small { color: #82d18c; font-size: 9px; }
.editor-panel { padding: 28px; background: #f6f5f0; }
.editor-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.editor-heading h2 { margin: 5px 0 0; font-size: 20px; letter-spacing: -.04em; }
.editor-heading button { padding: 10px 15px; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 8px; font-weight: 800; box-shadow: 3px 3px 0 var(--ink); }
.drop-zone { height: 135px; margin-top: 23px; border: 1.5px dashed #95968f; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.film-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--paper); background: var(--ink); font-size: 12px; }
.drop-zone strong { font-size: 13px; }
.drop-zone span { color: var(--muted); font-size: 10px; }
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0; }
.job-grid div { min-height: 83px; padding: 12px; background: white; border: 1px solid #d2d1ca; border-radius: 9px; display: flex; flex-direction: column; }
.job-grid small { font-size: 8px; color: var(--muted); letter-spacing: .1em; }
.job-grid strong { margin: auto 0 0; font-size: 21px; }
.job-grid span { font-size: 9px; color: var(--muted); }
.progress-card { padding: 15px; color: white; background: var(--ink); border-radius: 10px; }
.progress-card > div:first-child { display: flex; justify-content: space-between; gap: 14px; font-size: 10px; }
.progress-track { height: 5px; margin: 12px 0 8px; background: #383b40; border-radius: 99px; overflow: hidden; }
.progress-track i { display: block; width: 68%; height: 100%; background: var(--lime); }
.progress-card small { font-size: 8px; color: #9da0a5; }

.ticker { overflow: hidden; color: var(--lime); background: var(--ink); border-block: 1px solid var(--ink); }
.ticker div { min-width: max-content; padding: 15px 0; display: flex; gap: 28px; align-items: center; animation: ticker 28s linear infinite; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.ticker i { color: var(--orange); }
@keyframes ticker { to { transform: translateX(-45%); } }

.section { padding: clamp(90px, 12vw, 170px) clamp(22px, 7vw, 112px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 65px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .privacy-card h2, .download-card h2 {
  margin: 0;
  font-size: clamp(46px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 900;
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.steps article { position: relative; min-height: 330px; padding: 30px 32px; border-right: 1px solid var(--ink); }
.steps article:first-child { border-left: 1px solid var(--ink); }
.step-number { position: absolute; right: 20px; top: 20px; font: 800 11px ui-monospace, monospace; }
.step-icon { width: 65px; height: 65px; display: grid; place-items: center; margin: 58px 0 42px; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 50%; font: 900 14px ui-monospace, monospace; box-shadow: 5px 5px 0 var(--ink); }
.steps h3 { font-size: 27px; letter-spacing: -.04em; }
.steps p { max-width: 300px; color: var(--muted); line-height: 1.55; }

.feature-section { color: white; background: #15171c; }
.feature-section .section-heading .eyebrow { color: var(--lime); }
.feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.feature { min-height: 410px; padding: clamp(28px, 4vw, 52px); color: var(--ink); background: var(--card); border-radius: var(--radius); overflow: hidden; }
.feature.dark { color: white; background: #292d35; border: 1px solid #41454e; }
.feature-label { display: inline-block; padding: 6px 8px; margin-bottom: 65px; border: 1px solid currentColor; border-radius: 4px; font: 800 9px ui-monospace, monospace; letter-spacing: .12em; }
.feature h3 { max-width: 600px; font-size: clamp(33px, 4vw, 56px); line-height: .98; letter-spacing: -.055em; }
.feature p { max-width: 570px; color: #6a6c70; line-height: 1.55; }
.feature.dark p { color: #b9bdc5; }
.model-list { margin-top: 38px; display: grid; gap: 9px; }
.model-list span { position: relative; height: 48px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid #cccac2; border-radius: 8px; overflow: hidden; }
.model-list i { position: absolute; inset: 0 auto 0 0; width: var(--fill); background: #e8e5dc; z-index: 0; }
.model-list b, .model-list small { position: relative; z-index: 1; }
.model-list span.selected { border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.model-list span.selected i { background: var(--lime); }
.format-icons { height: 150px; margin-top: 40px; display: flex; align-items: end; gap: 14px; }
.format-icons i { display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 8px; font: 800 10px ui-monospace, monospace; }
.format-icons i:first-child { width: 70px; height: 124px; }
.format-icons i:nth-child(2) { width: 105px; height: 105px; background: var(--orange); }
.format-icons i:last-child { width: 150px; height: 85px; }
.keyword-cloud { margin-top: 45px; display: flex; flex-wrap: wrap; gap: 9px; }
.keyword-cloud span { padding: 10px 13px; border: 1px solid #555a64; border-radius: 999px; color: var(--lime); font-size: 12px; }
.caption-demo { margin-top: 72px; padding: 60px 25px; display: grid; place-items: center; background: linear-gradient(135deg,#2c3440,#767b7d); border-radius: 13px; }
.caption-demo span { padding: 8px 13px; color: white; background: rgba(0,0,0,.75); font-size: 16px; font-weight: 800; text-align: center; }

.privacy-section { padding: clamp(75px, 10vw, 140px) clamp(22px, 7vw, 112px); background: var(--lime); }
.privacy-card { display: grid; grid-template-columns: .55fr 1.2fr .8fr; gap: 55px; align-items: center; }
.lock-mark { width: 180px; height: 180px; display: grid; place-items: center; text-align: center; border: 2px solid var(--ink); border-radius: 50%; font: 900 20px/1.1 ui-monospace, monospace; box-shadow: 9px 9px 0 var(--ink); background: var(--orange); transform: rotate(-6deg); }
.privacy-card p:not(.eyebrow) { max-width: 660px; margin-top: 28px; font-size: 18px; line-height: 1.55; }
.privacy-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.privacy-card li { padding: 18px 0; border-bottom: 1px solid var(--ink); font-weight: 800; }
.privacy-card li span { margin-right: 20px; font: 700 10px ui-monospace, monospace; }

.requirements-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.requirements-grid div { min-height: 180px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.requirements-grid div:last-child { border: 0; }
.requirements-grid small { font: 800 9px ui-monospace, monospace; letter-spacing: .12em; }
.requirements-grid b { margin: auto 0 7px; font-size: 22px; }
.requirements-grid span { color: var(--muted); font-size: 12px; }

.download-section { padding: 30px clamp(22px, 5vw, 75px) clamp(75px, 8vw, 120px); }
.download-card { min-height: 620px; padding: 80px 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: var(--ink); border-radius: 35px; }
.download-card > img { width: 90px; height: 90px; margin-bottom: 30px; border-radius: 23px; }
.download-card .eyebrow { color: var(--lime); }
.download-card > p:not(.eyebrow) { margin: 30px 0; color: #b6bac1; font-size: 19px; }
.download-card .app-store-button { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.launch-note { margin-top: 13px; color: #747881; }

footer { min-height: 150px; padding: 35px clamp(22px, 5vw, 75px); display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 35px; align-items: center; border-top: 1px solid var(--line); }
footer p, footer small { margin: 0; color: var(--muted); font-size: 12px; }
footer > div { display: flex; gap: 18px; font-size: 12px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal { max-width: 820px; min-height: calc(100vh - 220px); margin: 0 auto; padding: 100px 25px; }
.legal h1 { font-size: clamp(50px, 8vw, 84px); }
.legal h2 { margin-top: 42px; font-size: 24px; }
.legal p, .legal li { color: var(--muted); line-height: 1.7; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .app-window { justify-self: center; }
  .privacy-card { grid-template-columns: 1fr 2fr; }
  .privacy-card ul { grid-column: 1 / -1; }
  .requirements-grid { grid-template-columns: repeat(2,1fr); }
  .requirements-grid div:nth-child(2) { border-right: 0; }
  .requirements-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  footer { grid-template-columns: 1fr auto; }
}
@media (max-width: 720px) {
  .site-header { height: 66px; padding-inline: 16px; }
  .site-header .brand { font-size: 18px; }
  .site-header .app-store-button { min-width: 42px; width: 42px; height: 42px; padding: 6px; justify-content: center; }
  .site-header .app-store-button > span:last-child { display: none; }
  .hero { min-height: auto; padding: 72px 18px 65px; gap: 55px; }
  h1 { font-size: 60px; }
  h1 span { -webkit-text-stroke-width: 1.3px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .window-body { min-height: 460px; grid-template-columns: 1fr; }
  .window-body aside { display: none; }
  .editor-panel { padding: 20px; }
  .job-grid { gap: 6px; }
  .job-grid div { padding: 8px; }
  .section { padding: 85px 18px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading h2, .privacy-card h2, .download-card h2 { font-size: 48px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:first-child { min-height: 285px; border-left: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 390px; padding: 28px; }
  .feature-label { margin-bottom: 45px; }
  .feature h3 { font-size: 38px; }
  .privacy-section { padding: 85px 18px; }
  .privacy-card { grid-template-columns: 1fr; }
  .lock-mark { width: 130px; height: 130px; }
  .privacy-card ul { grid-column: auto; }
  .requirements-grid { grid-template-columns: 1fr; }
  .requirements-grid div { border-right: 0; border-bottom: 1px solid var(--ink); }
  .requirements-grid div:nth-child(2) { border-bottom: 1px solid var(--ink); }
  .download-section { padding-inline: 12px; }
  .download-card { min-height: 540px; border-radius: 24px; }
  footer { grid-template-columns: 1fr; gap: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
