:root {
  --bg: #060910;
  --bg-soft: #0b1020;
  --panel: #0f172d;
  --panel-2: #121d38;
  --text: #edf2ff;
  --muted: #a6b3d4;
  --line: #243053;
  --brand: #7ca6ff;
  --brand-2: #4f7dff;
  --accent: #6ff1c3;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: radial-gradient(1200px 600px at 15% -10%, #1b2f63 0%, transparent 55%), var(--bg);
  color: var(--text);
}

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

.container {
  width: min(100% - 2.2rem, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(6, 9, 16, 0.75);
  backdrop-filter: blur(12px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--brand), var(--brand-2));
  color: #071227;
  font-size: 0.8rem;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.25rem;
  color: var(--muted);
  font-weight: 500;
}

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

.nav-cta {
  padding-inline: 0.95rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3.8rem;
}

.hero-glow {
  position: absolute;
  right: -180px;
  top: -180px;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(106, 145, 255, 0.35) 0%, rgba(106, 145, 255, 0) 70%);
  pointer-events: none;
  animation: floatGlow 8s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.4rem;
  align-items: start;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 700;
}

h1,
h2,
h3 {
  line-height: 1.12;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  max-width: 14ch;
}

h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.4rem);
}

.hero-copy,
.contact-copy {
  color: var(--muted);
  font-size: 1.03rem;
  max-width: 60ch;
}

.hero-cta {
  margin: 1.5rem 0 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font: inherit;
  font-weight: 650;
  transition: 180ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: linear-gradient(125deg, var(--brand), var(--brand-2));
  color: #08142a;
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.015);
  color: var(--text);
}

.btn-secondary:hover {
  border-color: #3b4c80;
}

.hero-bullets {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  line-height: 1.8;
}

.hero-panel {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel-2), var(--panel));
  border-radius: 20px;
  padding: 1rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.metric-grid article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 0.8rem;
}

.metric-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.metric-grid strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.1rem;
}

.signal-line {
  position: relative;
  overflow: hidden;
  margin: 0.95rem 0;
  border-radius: 999px;
  height: 8px;
  background: linear-gradient(90deg, #203252 0%, #1a2844 100%);
}

.signal-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(66, 217, 167, 0.1), rgba(106, 145, 255, 0.95), rgba(123, 101, 255, 0.1));
  filter: blur(0.2px);
  animation: glide 2.8s ease-in-out infinite;
}

.panel-note {
  margin: 0;
  color: var(--muted);
}

.proof-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.015);
}

.proof-list {
  min-height: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.proof-list span::before {
  content: "•";
  margin-right: 0.5rem;
  color: var(--accent);
}

.section {
  padding: 4.3rem 0;
  scroll-margin-top: 92px;
}

.section-muted {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.step-card,
.deliverable-card,
.faq-item,
.price-panel,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(165deg, var(--panel-2), var(--panel));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.step-card {
  padding: 1rem;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  background: #253968;
  color: #c6d8ff;
  margin-bottom: 0.6rem;
}

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

.deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.deliverable-card {
  padding: 1rem;
}

.step-card:hover,
.deliverable-card:hover,
.faq-item:hover {
  transform: translateY(-4px);
  border-color: #395089;
  box-shadow: 0 12px 26px rgba(4, 10, 23, 0.38);
}

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

.proof-assets {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.proof-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(165deg, var(--panel-2), var(--panel));
  padding: 1rem;
}

.proof-card p {
  color: var(--muted);
}

.proof-lines {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.45rem;
}

.proof-lines span {
  display: block;
  border: 1px solid #324979;
  border-radius: 10px;
  padding: 0.48rem 0.6rem;
  font-size: 0.85rem;
  color: #d4e0ff;
  background: rgba(255, 255, 255, 0.02);
}

.price-panel {
  padding: 1.2rem;
  margin-top: 1.2rem;
  max-width: 780px;
}

.price-tag {
  margin: 0;
  display: inline-block;
  padding: 0.25rem 0.58rem;
  border-radius: 999px;
  background: rgba(111, 241, 195, 0.15);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
}

.price-value {
  margin: 0.7rem 0 0.75rem;
  font-size: 2.35rem;
  font-weight: 900;
}

.price-list {
  margin: 0 0 1rem;
  padding-left: 1rem;
  color: var(--muted);
  line-height: 1.85;
}

.full {
  width: 100%;
}

.faq-list {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.faq-item {
  padding: 1rem;
}

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

.quote-meta {
  margin-top: 0.8rem;
  color: #c2cfef;
  font-size: 0.85rem;
}

.contact-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.lead-form {
  padding: 1rem;
}

.lead-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  margin-top: 0.38rem;
  width: 100%;
  border: 1px solid #334774;
  border-radius: 11px;
  background: #0b142b;
  color: var(--text);
  padding: 0.68rem 0.74rem;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(124, 166, 255, 0.35);
  border-color: rgba(124, 166, 255, 0.9);
}

.form-message {
  min-height: 1.15rem;
  margin: 0.65rem 0 0;
  color: var(--accent);
  font-size: 0.88rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.2rem 0 2rem;
}

.footer-content {
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.disclaimer {
  max-width: 66ch;
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.99);
  transition: opacity 540ms ease, transform 540ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.article-meta {
  margin: 0.35rem 0 0;
  color: #b8c7e8;
  font-size: 0.85rem;
}

@keyframes glide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(360%);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-20px, 14px, 0);
  }
}

@media (max-width: 1024px) {
  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .proof-assets {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 4.4rem;
  }

  .metric-grid,
  .steps,
  .deliverables,
  .faq-list,
  .proof-assets {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-glow,
  .signal-line::before {
    animation: none;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
