:root {
  color-scheme: dark;
  --bg: #0b0d10;
  --surface: #11151a;
  --surface-2: #171c22;
  --border: #262d35;
  --text: #f4f7fa;
  --muted: #a9b2bd;
  --accent: #39d98a;
  --accent-2: #35a7ff;
  --shadow: 0 18px 60px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% -10%, rgba(53, 167, 255, .12), transparent 31rem),
    radial-gradient(circle at 82% 0%, rgba(57, 217, 138, .09), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(11, 13, 16, .82);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.brand img { border-radius: 11px; }
nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: .94rem; }
nav a:hover { color: var(--text); }

.hero {
  min-height: 630px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 70px;
  padding: 78px 0 70px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1, h2, h3 { line-height: 1.12; letter-spacing: -.03em; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 7vw, 5.4rem); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { margin: 0 0 12px; font-size: 1.2rem; }
.lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 1.18rem; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-weight: 700;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { border-color: transparent; background: var(--accent); color: #07120c; }
.button.primary:hover { color: #07120c; filter: brightness(1.05); }
.button.secondary { background: rgba(255,255,255,.035); }
.button.secondary:hover { border-color: #3b4652; background: rgba(255,255,255,.06); }

.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.pills span {
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.02);
  font-size: .88rem;
}

.hero-art { display: flex; justify-content: center; }
.hero-art img {
  width: min(390px, 85vw);
  filter: drop-shadow(0 28px 60px rgba(0,0,0,.42));
}

.section { padding: 82px 0; }
.section-heading { margin-bottom: 30px; }
.feature-grid, .shot-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card, figure, .privacy-callout {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
  box-shadow: var(--shadow);
}
.card { padding: 26px; }
.card p { margin: 0; color: var(--muted); }
kbd {
  padding: 3px 7px;
  border: 1px solid #3a434d;
  border-bottom-width: 2px;
  border-radius: 6px;
  background: #0c0f13;
  color: #e9eef3;
  font: inherit;
  font-size: .88em;
}

figure { margin: 0; overflow: hidden; }
figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #050608; }
figcaption { padding: 13px 16px; border-top: 1px solid var(--border); color: var(--muted); font-weight: 650; }

.privacy-callout {
  margin-top: 64px;
  margin-bottom: 86px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.privacy-callout p { max-width: 730px; margin: 14px 0 0; color: var(--muted); }

.policy { max-width: 820px; padding: 72px 0 90px; }
.policy h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.policy h2 { margin: 44px 0 12px; font-size: 1.5rem; }
.policy p, .policy li { color: var(--muted); }
.policy ul { padding-left: 22px; }
.policy .updated { margin: 14px 0 30px; color: #7e8995; }
.policy a { color: #8bc8ff; text-decoration: underline; text-underline-offset: 3px; }

footer { border-top: 1px solid var(--border); color: var(--muted); }
.footer-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner div { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 820px) {
  .nav { min-height: 64px; }
  nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 44px; padding: 60px 0; }
  .hero-art { order: -1; }
  .hero-art img { width: 220px; }
  .feature-grid, .shot-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .privacy-callout { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .brand span { font-size: .92rem; }
  h1 { font-size: 2.7rem; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 0; }
}
