:root {
  --bg: #09101b;
  --bg-soft: #111b2b;
  --bg-alt: #0d1624;
  --surface: rgba(10, 17, 28, 0.78);
  --surface-strong: rgba(14, 24, 38, 0.94);
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4f7fb;
  --muted: #a7b6cb;
  --teal: #2dd4bf;
  --cyan: #7ce9ff;
  --gold: #ffbe5c;
  --blue: #4c7dff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Outfit", sans-serif;
  background:
    radial-gradient(circle at 15% 15%, rgba(45, 212, 191, 0.16), transparent 20%),
    radial-gradient(circle at 85% 10%, rgba(76, 125, 255, 0.16), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(255, 190, 92, 0.08), transparent 22%),
    linear-gradient(180deg, #09101b 0%, #0d1624 52%, #0b111b 100%);
}

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

.site-shell {
  min-height: 100vh;
}

.topbar,
.hero,
.section,
.footer,
.trust-strip {
  width: min(calc(100% - 32px), var(--max-width));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  margin-top: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  background: rgba(9, 16, 27, 0.66);
  box-shadow: var(--shadow);
}

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

.brand-mark {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 233, 255, 0.14);
  box-shadow: 0 18px 40px rgba(76, 125, 255, 0.14);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong,
.footer strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.brand-copy small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}

.topnav,
.topbar-actions,
.hero-actions,
.cta-actions,
.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topnav a,
.footer-links a {
  color: var(--muted);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #04111c;
  background: linear-gradient(135deg, #7ce9ff, #2dd4bf 48%, #ffbe5c);
  box-shadow: 0 18px 35px rgba(45, 212, 191, 0.22);
}

.btn-secondary {
  color: var(--text);
  border-color: rgba(124, 233, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.btn-large {
  min-height: 54px;
  padding-inline: 24px;
}

.hero {
  padding: 84px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
}

.hero h1,
.section h2,
.cta-banner h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  max-width: 10.5ch;
}

.hero-text,
.section-heading p,
.benefit-card p,
.module-card p,
.step-card p,
.price-card li,
.faq-item p,
.footer p,
.trust-strip p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-text {
  max-width: 62ch;
  margin: 22px 0 26px;
  font-size: 1.05rem;
}

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

.hero-points li,
.chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -20px -10px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.22), transparent 66%);
  filter: blur(12px);
}

.glass-card,
.benefit-card,
.module-card,
.step-card,
.price-card,
.faq-item,
.cta-banner {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.dashboard-preview {
  padding: 24px;
  border-radius: var(--radius-xl);
  transform: perspective(1100px) rotateY(-10deg) rotateX(3deg);
}

.preview-top,
.preview-stats,
.preview-grid {
  display: grid;
  gap: 16px;
}

.preview-top {
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.chip-live {
  color: #031118;
  background: linear-gradient(135deg, #9cf7ec, #2dd4bf);
}

.preview-stats {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}

.preview-stats article,
.preview-panel {
  border-radius: 20px;
  padding: 18px;
  background: rgba(7, 12, 21, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.preview-stats span,
.preview-panel p,
.preview-panel small {
  color: var(--muted);
}

.preview-stats strong,
.preview-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
}

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

.preview-panel-tall {
  grid-row: span 2;
}

.bars {
  margin-top: 18px;
  height: 170px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 10px;
}

.bars span {
  display: block;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, #7ce9ff, #2dd4bf);
}

.trust-strip {
  padding: 12px 24px 24px;
}

.section {
  padding: 56px 0;
}

.section-alt {
  position: relative;
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 30px 0 auto;
  height: calc(100% - 60px);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.82), rgba(12, 20, 33, 0.35));
  z-index: -1;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section h2,
.cta-banner h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.benefit-grid,
.module-grid,
.pricing-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.benefit-grid,
.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

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

.benefit-card,
.module-card,
.price-card,
.faq-item {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.benefit-index,
.price-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(124, 233, 255, 0.08);
  color: var(--cyan);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.benefit-card h3,
.module-card h3,
.step-card h3,
.price-card h3,
.faq-item h3 {
  margin: 16px 0 10px;
  font-size: 1.35rem;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 16px;
}

.step-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: var(--radius-lg);
}

.step-card span {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #04111c;
  font-weight: 800;
  font-size: 1.2rem;
  background: linear-gradient(135deg, #7ce9ff, #2dd4bf);
}

.section-accent {
  position: relative;
}

.section-accent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 15% 15%, rgba(45, 212, 191, 0.12), transparent 22%),
    radial-gradient(circle at 80% 20%, rgba(255, 190, 92, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(15, 24, 38, 0.82), rgba(10, 17, 27, 0.6));
  z-index: -1;
}

.price-card {
  display: grid;
  gap: 14px;
}

.price-card strong {
  color: var(--text);
  font-size: 1.1rem;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: grid;
  gap: 10px;
}

.price-card li::before {
  content: "+";
  color: var(--teal);
  margin-right: 8px;
}

.price-card-featured {
  transform: translateY(-8px);
  border-color: rgba(124, 233, 255, 0.25);
  background: linear-gradient(180deg, rgba(124, 233, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.cta-banner {
  padding: 28px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer {
  padding: 28px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .topbar {
    border-radius: 28px;
    flex-wrap: wrap;
  }

  .hero,
  .split-layout,
  .benefit-grid,
  .module-grid,
  .pricing-grid,
  .faq-list,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 60px;
  }

  .dashboard-preview {
    transform: none;
  }

  .cta-banner,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: static;
    border-radius: 24px;
  }

  .topnav,
  .topbar-actions,
  .hero-actions,
  .cta-actions,
  .footer-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .btn {
    width: 100%;
  }

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

  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }
}
