:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #536072;
  --line: #d9e2ec;
  --paper: #ffffff;
  --soft: #f6f8fb;
  --blue: #2457c5;
  --blue-strong: #173f96;
  --mint: #31c48d;
  --amber: #f6c744;
  --rose: #e65780;
  --shadow: 0 18px 50px rgb(17 24 39 / 14%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(217 226 236 / 80%);
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(14px);
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 72px;
  padding: 0 22px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  height: 38px;
  width: auto;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 18px;
}

.nav-links a:not(.button) {
  color: #334155;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--blue);
  color: white;
}

.button-primary:hover {
  background: var(--blue-strong);
}

.button-light {
  background: white;
  color: var(--ink);
}

.button-secondary {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
}

.button-outline {
  border: 1px solid rgb(255 255 255 / 50%);
  color: white;
}

.hero {
  background: #0e1729;
  color: white;
  min-height: 86vh;
  overflow: hidden;
  position: relative;
}

.hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero::after {
  background:
    linear-gradient(90deg, rgb(8 13 24 / 92%) 0%, rgb(8 13 24 / 70%) 46%, rgb(8 13 24 / 28%) 100%),
    linear-gradient(0deg, rgb(8 13 24 / 80%) 0%, transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-inner {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.72fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 86vh;
  padding: 132px 22px 74px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.7rem, 7vw, 5.9rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 22px;
  max-width: 860px;
}

.hero-copy {
  color: #e5edf6;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  max-width: 690px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.proof-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  max-width: 620px;
}

.proof {
  border-left: 3px solid var(--mint);
  color: #dce9f5;
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 12px;
}

.preview-stack {
  display: grid;
  gap: 14px;
}

.preview-stack figure {
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

.preview-stack img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.preview-stack figcaption {
  color: #dce9f5;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 9px 2px 2px;
}

.section {
  padding: 78px 22px;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  background: #111827;
  color: white;
}

.wrap {
  margin: 0 auto;
  max-width: 1180px;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-head h2,
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 12px;
}

.section-head p,
.cta-panel p,
.split p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 720px;
}

.section-dark .cta-panel p {
  color: #cbd5e1;
}

.split {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 0.9fr 1.1fr;
}

.comparison {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison figure,
.theme-card,
.step,
.metric {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.comparison img,
.theme-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.comparison figcaption {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 12px 14px 14px;
}

.theme-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-card {
  box-shadow: 0 10px 34px rgb(17 24 39 / 8%);
  color: inherit;
  text-decoration: none;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.theme-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.theme-card-body {
  padding: 20px;
}

.category {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.theme-card h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.theme-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.theme-facts span {
  background: #eff6ff;
  border-radius: 999px;
  color: var(--blue-strong);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 5px 9px;
}

.theme-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.step {
  padding: 24px;
}

.step strong {
  color: var(--rose);
  display: block;
  font-size: 0.88rem;
  margin-bottom: 8px;
}

.step h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}

.step p {
  color: var(--muted);
  margin-bottom: 0;
}

.theme-hero {
  min-height: 72vh;
}

.theme-hero .hero-inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.82fr);
  min-height: 72vh;
}

.metrics {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.metric {
  padding: 22px;
}

.metric b {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 8px;
}

.metric span {
  color: var(--muted);
  font-weight: 700;
}

.benefit-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.video-feature {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.video-feature-copy p:not(.eyebrow) {
  color: #dbe7f5;
  font-size: 1.08rem;
  max-width: 620px;
}

.demo-video {
  aspect-ratio: 9 / 16;
  background: #050a13;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgb(0 0 0 / 42%);
  justify-self: end;
  max-height: 720px;
  width: 100%;
}

.benefit-list li {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 10px;
  color: #064e3b;
  font-weight: 750;
  padding: 14px 16px 14px 44px;
  position: relative;
}

.benefit-list li::before {
  content: "✓";
  font-size: 1.1rem;
  left: 17px;
  position: absolute;
  top: 12px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  max-width: 860px;
}

.faq-list details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  color: var(--muted);
  margin: 12px 0 0;
}

.cta-panel {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 34px 22px;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.footer-inner a {
  color: #e2e8f0;
  font-weight: 800;
  text-decoration: none;
}

.footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links button {
  appearance: none;
  background: none;
  border: 0;
  color: #e2e8f0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
}

.privacy-consent {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  bottom: 18px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 50%;
  max-width: 880px;
  padding: 20px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 40;
}

.privacy-consent[hidden] {
  display: none;
}

.privacy-consent h2 {
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.privacy-consent p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
  max-width: 590px;
}

.privacy-consent a {
  color: var(--blue);
  font-weight: 800;
}

.privacy-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

@media (max-width: 920px) {
  .nav-links a:not(.button) {
    display: none;
  }

  .hero-inner,
  .theme-hero .hero-inner,
  .video-feature,
  .split,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: end;
  }

  .preview-stack {
    display: none;
  }

  .demo-video {
    justify-self: center;
    max-height: 680px;
    width: min(100%, 383px);
  }

  .theme-grid,
  .steps,
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 64px;
    padding: 0 16px;
  }

  .brand img {
    height: 32px;
  }

  .nav-links .button {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero-inner,
  .theme-hero .hero-inner {
    min-height: 78vh;
    padding: 100px 16px 46px;
  }

  .section {
    padding: 56px 16px;
  }

  .section-head,
  .footer-inner,
  .cta-panel,
  .privacy-consent {
    align-items: start;
    flex-direction: column;
  }

  .privacy-actions {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .proof-strip,
  .comparison,
  .theme-grid,
  .steps,
  .metrics {
    grid-template-columns: 1fr;
  }
}
