:root {
  color-scheme: dark;
  --bg: #05080e;
  --bg-elevated: #0a0f18;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-strong: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #eef3fa;
  --muted: #8fa0b8;
  --blue: #2f82f6;
  --blue-bright: #4f9bff;
  --blue-soft: rgba(47, 130, 246, 0.14);
  --green: #34d970;
  --green-soft: rgba(52, 217, 112, 0.12);
  --red: #ff5f6b;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
  --glow-blue: 0 0 32px rgba(47, 130, 246, 0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 480px at 12% -4%, rgba(47, 130, 246, 0.14), transparent 60%),
    radial-gradient(800px 420px at 96% 4%, rgba(52, 217, 112, 0.07), transparent 55%),
    linear-gradient(180deg, #060a11 0%, #05080e 55%, #04060b 100%);
  background-attachment: fixed;
}

::selection {
  background: rgba(47, 130, 246, 0.4);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.page-shell {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 48px;
}

.site-header {
  padding-top: 6px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0 18px;
  border-bottom: 1px solid var(--border);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #000;
  border: 1px solid var(--border-strong);
  box-shadow: var(--glow-blue);
}

.brand-name {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand-subtitle {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.88rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--text);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), #1f5fd0);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(47, 130, 246, 0.35);
}

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

.banner {
  position: relative;
  width: calc(100vw);
  margin: 18px 0 32px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 300px;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.7) contrast(1.05);
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 12, 0.94) 0%, rgba(4, 7, 12, 0.72) 45%, rgba(4, 7, 12, 0.9) 100%),
    linear-gradient(180deg, rgba(47, 130, 246, 0.12), rgba(4, 7, 12, 0.35));
}

.banner-content {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 38px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--blue-soft);
  border: 1px solid rgba(79, 155, 255, 0.35);
  color: var(--blue-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.banner-content h1,
.page-heading h2,
.section-title h2,
.card-title,
.pricing-title,
.faq-title {
  margin: 12px 0 0;
  letter-spacing: -0.05em;
}

.banner-content h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: 1.02;
  max-width: 14ch;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
}

.banner-content p {
  margin: 12px 0 0;
  max-width: 48ch;
  color: #b9c5d8;
  line-height: 1.6;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: center;
  padding: 12px 0 4px;
}

.hero-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(2.8rem, 6.2vw, 5rem);
  line-height: 0.95;
  max-width: 11ch;
  letter-spacing: -0.06em;
  background: linear-gradient(120deg, #ffffff 30%, #7db4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p,
.section-copy p,
.feature-card p,
.plan-card p,
.info-card p,
.detail-card p,
.quote-card p,
.faq-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy p {
  margin: 18px 0 0;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--blue-bright), #1f5fd0);
  color: #fff;
  box-shadow: 0 14px 32px rgba(47, 130, 246, 0.35);
}

.button-secondary {
  background: var(--surface-strong);
  border-color: var(--border-strong);
  color: var(--text);
}

.button-secondary:hover {
  border-color: rgba(79, 155, 255, 0.5);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: #c6d2e4;
}

.hero-preview {
  display: flex;
  justify-content: center;
}

.hero-shot {
  width: min(340px, 100%);
  border-radius: 34px;
  border: 1px solid var(--border-strong);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.65),
    0 0 60px rgba(47, 130, 246, 0.22);
}

.section {
  margin-top: 54px;
}

.section-copy {
  max-width: 68ch;
  margin-bottom: 22px;
}

.section-copy h2 {
  font-size: clamp(1.9rem, 3.7vw, 2.8rem);
}

.section-copy p {
  margin: 10px 0 0;
}

.feature-grid,
.detail-grid,
.plan-grid,
.preview-grid,
.quote-grid,
.faq-grid,
.info-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.preview-shot {
  margin: 0;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.preview-shot:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 155, 255, 0.45);
  box-shadow: var(--shadow), var(--glow-blue);
}

.preview-shot img {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.preview-shot figcaption {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.preview-shot strong {
  font-size: 0.98rem;
  letter-spacing: -0.03em;
  color: #fff;
}

.preview-shot span {
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.92rem;
}

.feature-card,
.detail-card,
.plan-card,
.quote-card,
.faq-card,
.info-card,
.callout-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 20px;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--blue-soft);
  border: 1px solid rgba(79, 155, 255, 0.35);
  color: var(--blue-bright);
  font-size: 0.9rem;
  font-weight: 800;
}

.feature-card h3,
.detail-card h3,
.plan-card h3,
.info-card h3,
.faq-card h3 {
  margin: 14px 0 0;
  font-size: 1.05rem;
  color: #fff;
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card {
  padding: 22px;
}

.detail-card a,
.page-heading a {
  color: var(--blue-bright);
}

.detail-card ul,
.plan-card ul,
.callout-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #c6d2e4;
}

.detail-card li + li,
.plan-card li + li,
.callout-card li + li {
  margin-top: 8px;
}

.plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-card {
  padding: 22px;
}

.plan-card.featured {
  border-color: rgba(79, 155, 255, 0.45);
  background: linear-gradient(180deg, rgba(47, 130, 246, 0.14), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow), var(--glow-blue);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 8px;
}

.price-row strong {
  font-size: 2rem;
  letter-spacing: -0.05em;
  color: #fff;
}

.price-row span {
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.feature-list .item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #c6d2e4;
}

.feature-list .item::before {
  content: "•";
  color: var(--blue-bright);
  font-weight: 800;
}

.quote-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-card {
  padding: 22px;
}

.quote-card p {
  margin: 0;
}

.quote-author {
  margin-top: 14px;
  color: var(--text);
  font-weight: 700;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-card {
  padding: 20px;
}

.faq-card p {
  margin: 10px 0 0;
}

.callout-card {
  padding: 24px;
  background:
    radial-gradient(600px 240px at 8% 0%, rgba(47, 130, 246, 0.16), transparent 65%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border-color: var(--border-strong);
}

.callout-card p {
  color: var(--muted);
  line-height: 1.7;
}

.callout-card h2 {
  color: #fff;
}

.callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.store-badge-row {
  margin-top: 18px;
}

.store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 14px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-badge-link:hover {
  transform: translateY(-1px);
}

.store-badge {
  width: min(220px, 100%);
  height: auto;
  display: block;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 20px;
}

.banner-footnote {
  color: #93a3ba;
  font-size: 0.86rem;
  margin-top: 10px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 54px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}

.site-footer strong {
  display: block;
  color: var(--text);
  margin-bottom: 4px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a:hover {
  color: var(--text);
}

.page-heading {
  margin-top: 14px;
  max-width: 64ch;
}

.page-heading h2 {
  font-size: clamp(2.5rem, 5.5vw, 4.2rem);
  line-height: 0.98;
}

.page-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.subtle {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .hero,
  .feature-grid,
  .detail-grid,
  .plan-grid,
  .quote-grid,
  .faq-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .banner {
    min-height: 320px;
  }

  .banner-content {
    padding: 28px 22px;
  }

  .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 18px, 1140px);
    padding-bottom: 34px;
  }

  .hero-copy h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .banner {
    border-radius: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .preview-shot {
    padding: 14px;
  }

  .preview-grid {
    grid-template-columns: 1fr;
  }

  .store-badge {
    width: 100%;
    max-width: 220px;
  }
}
