:root {
  color-scheme: dark;
  --bg: #080808;
  --surface: #11110f;
  --surface-raised: #181713;
  --line: rgba(255, 230, 160, 0.16);
  --text: #fff7df;
  --muted: #b9b2a1;
  --gold: #e4b84e;
  --gold-bright: #ffe797;
  --teal: #2c9fc4;
  --purple: #7758cf;
  --crimson: #bb3f59;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 70px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(8,8,8,.88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 24px; }
.site-header nav > a, .site-footer nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.site-header nav > a:hover, .site-footer nav a:hover { color: var(--text); }
.source-link { display: inline-flex; align-items: center; gap: 7px; }
.source-link svg { width: 17px; height: 17px; }
.hero {
  position: relative;
  min-height: min(860px, 100svh);
  padding: 112px max(24px, calc((100vw - var(--max)) / 2)) 80px;
  display: flex;
  align-items: center;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-media, .hero-shade { position: absolute; inset: 70px 0 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; opacity: .68; filter: saturate(.88) contrast(1.08); }
.hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, #080808 3%, rgba(8,8,8,.96) 30%, rgba(8,8,8,.62) 58%, rgba(8,8,8,.2) 100%), linear-gradient(0deg, #080808 0%, transparent 28%);
}
.hero-copy { width: min(600px, 100%); }
.kicker { margin: 0 0 12px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 8px; font-size: clamp(64px, 9vw, 128px); line-height: .9; letter-spacing: 0; }
.hero-line { margin-bottom: 20px; color: var(--gold-bright); font-size: clamp(26px, 3.4vw, 46px); font-weight: 700; line-height: 1.08; }
.hero-description { max-width: 570px; margin-bottom: 28px; color: #d3ccbb; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { color: #211700; background: linear-gradient(90deg, #c9982c, #ffe38b); }
.button-secondary { border: 1px solid rgba(255,231,151,.3); background: rgba(0,0,0,.38); }
.browser-row { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 18px; color: #898376; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero-next { position: absolute; left: 50%; bottom: 18px; display: grid; justify-items: center; gap: 4px; color: var(--muted); font-size: 10px; text-decoration: none; transform: translateX(-50%); }
.hero-next svg { width: 18px; height: 18px; }
.section-band { padding: 92px max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 700px; margin-bottom: 44px; }
h2 { margin-bottom: 14px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; }
.section-heading > p:last-child, .preview-copy > p, .privacy-points { color: var(--muted); font-size: 17px; line-height: 1.65; }
.workflow-section { background: #0b0b0a; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-grid article { position: relative; min-height: 290px; padding: 38px; border-right: 1px solid var(--line); }
.workflow-grid article:last-child { border-right: 0; }
.workflow-grid svg { width: 32px; height: 32px; margin: 42px 0 28px; color: var(--gold); }
.workflow-grid h3 { margin-bottom: 12px; font-size: 23px; }
.workflow-grid p { color: var(--muted); line-height: 1.6; }
.step-number { position: absolute; top: 18px; right: 20px; color: #777064; font: 700 11px/1 monospace; }
.preview-section { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 70px; align-items: center; }
.preview-copy ul { margin: 28px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.preview-copy li { position: relative; padding-left: 22px; color: #d7d0be; }
.preview-copy li::before { content: ""; position: absolute; left: 0; top: .5em; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.preview-gallery { min-width: 0; }
.preview-tabs { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin-bottom: 12px; }
.preview-tabs button { padding: 8px 13px; border: 0; border-bottom: 2px solid transparent; color: var(--muted); background: transparent; font: 700 12px/1 inherit; cursor: pointer; }
.preview-tabs button.is-active { border-color: var(--gold); color: var(--text); }
.preview-gallery figure { margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; overflow: hidden; background: #111; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.preview-gallery img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.preview-gallery figcaption { padding: 13px 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.privacy-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; background: #0b0b0a; }
.privacy-points { display: grid; gap: 12px; }
.privacy-points p { margin: 0; }
.privacy-points strong { color: var(--text); }
.privacy-points a { width: fit-content; margin-top: 8px; color: var(--gold-bright); font-weight: 700; text-underline-offset: 4px; }
.site-footer { min-height: 88px; padding: 20px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: var(--muted); background: #070707; font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer p a { color: var(--gold); font-weight: 700; text-decoration: none; }
.site-footer nav { justify-content: flex-end; }
.footer-brand img { width: 28px; height: 28px; }
@media (max-width: 900px) {
  .site-header nav > a:not(.source-link) { display: none; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-media img { object-position: 70% center; opacity: .46; }
  .hero-shade { background: linear-gradient(0deg, #080808 5%, rgba(8,8,8,.9) 48%, rgba(8,8,8,.25) 100%); }
  .workflow-grid, .preview-section, .privacy-section { grid-template-columns: 1fr; }
  .workflow-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-grid article:last-child { border-bottom: 0; }
  .preview-section { gap: 42px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer nav { justify-content: center; }
}
@media (max-width: 560px) {
  .site-header { height: 60px; }
  .hero-media, .hero-shade { top: 60px; }
  .hero { min-height: 720px; padding-top: 92px; }
  h1 { font-size: 66px; }
  .hero-line { font-size: 29px; }
  .hero-description { font-size: 16px; }
  .button { width: 100%; }
  .section-band { padding-top: 68px; padding-bottom: 68px; }
  .workflow-grid article { padding: 30px 24px; }
  .preview-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; }
  .preview-tabs button { min-width: 0; padding-inline: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 1ms !important; }
}
