:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-soft: #0d1d33;
  --panel: rgba(9, 24, 42, 0.82);
  --panel-strong: rgba(11, 29, 50, 0.94);
  --line: rgba(134, 180, 210, 0.22);
  --text: #eef6ff;
  --muted: #98adc4;
  --accent: #79f2d2;
  --accent-warm: #ffb36b;
  --accent-cool: #6cb8ff;
  --shadow: 0 24px 64px rgba(1, 7, 17, 0.45);
  --radius: 24px;
  --radius-sm: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", system-ui, sans-serif;
  background:
    radial-gradient(circle at top, rgba(28, 70, 118, 0.45), transparent 35%),
    linear-gradient(180deg, #07111f 0%, #030814 100%);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.95;
  background:
    radial-gradient(circle at 10% 18%, rgba(121, 242, 210, 0.18), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(108, 184, 255, 0.18), transparent 30%),
    radial-gradient(circle at 70% 78%, rgba(255, 179, 107, 0.12), transparent 26%);
}

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

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

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 8, 20, 0.7);
  backdrop-filter: blur(18px);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  flex-wrap: wrap;
}

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

.logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(121, 242, 210, 0.28), rgba(108, 184, 255, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--bg);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.86rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav a {
  color: var(--muted);
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.cta-link {
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--text);
  border: 1px solid rgba(121, 242, 210, 0.35);
  background: rgba(121, 242, 210, 0.06);
}

.hero,
.proof,
.offers,
.process,
.why-us,
.contact {
  padding: 76px 0;
}

.hero {
  padding-top: 92px;
}

.hero-grid,
.contact-grid,
.split,
.proof-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.hero-copy,
.proof-intro,
.section-head {
  max-width: 640px;
}

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

.hero-copy {
  max-width: 100%;
  padding-top: 18px;
}

.hero-detail {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
  margin-top: 64px;
}

.hero-story {
  display: flex;
  align-items: center;
}

.offers .section-head {
  max-width: 100%;
}

.offers .section-head p {
  margin-bottom: 18px;
}

.process .section-copy {
  margin-top: 18px;
}

.contact-intro {
  margin-top: 18px;
  margin-bottom: 18px;
}

.why-us .section-head {
  max-width: 100%;
}

.why-us .why-heading {
  font-size: clamp(1.06rem, 1.57vw, 1.6rem) !important;
  margin-bottom: 18px;
}

.eyebrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--accent);
}

.hero-copy h1,
.section-head h2,
.proof-intro h2,
.process h2,
.contact h2,
.cta-band h2 {
  margin-top: 14px;
  line-height: 1.08;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.hero-copy .hero-title.compact {
  font-size: clamp(1.55rem, 2.6vw, 2.85rem);
}

.hero-copy .hero-title.compact.reduced {
  font-size: clamp(1.24rem, 2.08vw, 2.28rem);
}

.section-head h2,
.proof-intro h2,
.process h2,
.contact h2,
.cta-band h2 {
  font-size: clamp(1.65rem, 2.45vw, 2.5rem);
}

.reduced-heading {
  font-size: clamp(1.32rem, 1.96vw, 2rem) !important;
}

.cta-heading {
  font-size: clamp(1.19rem, 1.76vw, 1.8rem) !important;
}

.lede,
.section-head p,
.section-copy,
.hero-copy p,
.panel-card p,
.card p,
.step p,
.contact p,
.footer-grid,
.proof-card p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 120px;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--accent), var(--accent-warm));
  color: #05111f;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 16px 34px rgba(121, 242, 210, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(121, 242, 210, 0.26);
  filter: saturate(1.05);
}

.button.ghost {
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(108, 184, 255, 0.36);
  box-shadow: none;
}

.button.full {
  width: 100%;
}

.hero-panel,
.proof-points,
.timeline,
.footer-links {
  display: grid;
  gap: 18px;
}

.pillar-grid {
  display: grid;
  gap: 24px;
}

.card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.panel-card,
.card,
.proof-card,
.contact-form,
.step,
.cta-band-grid,
.pillar-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.panel-card,
.card,
.proof-card,
.contact-form,
.cta-band-grid,
.pillar-card {
  padding: 26px;
}

.spotlight {
  background:
    linear-gradient(145deg, rgba(121, 242, 210, 0.08), transparent 46%),
    linear-gradient(180deg, rgba(9, 24, 42, 0.94), rgba(9, 24, 42, 0.76));
}

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

.metric-card {
  min-height: 142px;
  justify-content: flex-end;
}

.metric-value {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: var(--accent-warm);
}

.metric-label {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.proof {
  padding-top: 0;
}

.proof-grid {
  align-items: start;
}

.proof-card {
  min-height: 120px;
}

.chip {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(121, 242, 210, 0.1);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 500;
}

.services-grid .card,
.card.subtle {
  min-height: 0;
}

.pillar-card {
  display: grid;
  gap: 22px;
  background:
    linear-gradient(145deg, rgba(121, 242, 210, 0.07), transparent 42%),
    linear-gradient(180deg, rgba(9, 24, 42, 0.96), rgba(9, 24, 42, 0.82));
}

.pillar-head {
  display: grid;
  gap: 10px;
}

.pillar-head h3,
.card h4,
.card.subtle h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.pillar-copy {
  max-width: 100%;
  color: var(--muted);
}

.pillar-card .services-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: start;
}

.services-grid .card {
  padding: 20px 22px;
  gap: 10px;
}

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

.card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card.subtle {
  background: rgba(11, 26, 45, 0.68);
}

.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  border-radius: var(--radius-sm);
  padding: 20px;
  background: var(--panel-strong);
}

.step-index {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  color: var(--accent-cool);
  font-size: 1rem;
}

.cta-band {
  padding: 18px 0 0;
}

.cta-band-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(255, 179, 107, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(9, 24, 42, 0.95), rgba(9, 24, 42, 0.82));
}

.cta-band-grid .button {
  flex: 0 0 auto;
  align-self: center;
  text-align: center;
  width: 140px;
  white-space: normal;
  line-height: 1.2;
}

.contact-grid {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(152, 173, 196, 0.24);
  border-radius: 14px;
  background: rgba(1, 10, 19, 0.9);
  color: var(--text);
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(121, 242, 210, 0.35);
  border-color: transparent;
}

.form-meta {
  font-size: 0.64rem;
  color: var(--muted);
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: var(--muted);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(121, 242, 210, 0.8);
  flex: 0 0 auto;
}

.site-footer {
  margin-top: 42px;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  align-items: end;
}

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

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

.footer-meta {
  align-self: end;
}

.site-footer .footer-links,
.site-footer .footer-meta {
  align-self: end;
}

.site-footer p {
  font-size: 0.825rem;
}

.hidden {
  display: none;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 820px) {
  .site-header .container,
  .cta-band-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

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

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

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

  .hero {
    padding-top: 72px;
  }
}

@media (max-width: 560px) {
  .hero,
  .proof,
  .offers,
  .process,
  .why-us,
  .contact {
    padding: 60px 0;
  }

  .site-header .container {
    align-items: flex-start;
  }

  .nav {
    gap: 12px;
    justify-content: flex-start;
  }

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