html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(39, 94, 254, 0.22), transparent 32%),
    linear-gradient(180deg, #07111f 0%, #09172a 24%, #0d1623 100%);
  color: #e8edf6;
}

a {
  text-decoration: none;
}

.site-nav {
  background: rgba(7, 17, 31, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-mark {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-nav .nav-link {
  font-size: 1.25rem;
}

.nav-link {
  color: rgba(232, 237, 246, 0.78) !important;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: #ffffff !important;
}

.nav-link.active {
  color: #ffffff !important;
  font-weight: 600;
}

.nav-cta,
.btn-primary {
  background: linear-gradient(135deg, #5f88ff 0%, #2fd3c6 100%);
  border: none;
  color: #07111f;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(41, 104, 255, 0.28);
}

.site-nav .nav-cta {
  font-size: 1.15rem;
  padding: 0.6rem 1.35rem;
}

.nav-cta:hover,
.btn-primary:hover,
.btn-primary:focus {
  color: #07111f;
  transform: translateY(-1px);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-section,
.section-block {
  padding: 6rem 0;
}

.hero-section {
  padding-top: 7rem;
}

.page-section {
  padding-top: 7rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #8fb0ff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 2.0rem;
  font-weight: 700;
}

.section-heading .eyebrow {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  font-weight: 800;
}

.hero-title {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 0.95;
}

.hero-copy,
.section-heading p,
.contact-panel p {
  color: #b4c0d3;
  font-size: 1.4rem;
  line-height: 1.75;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  font-size: 1.7rem;
}

.trust-strip span {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d5def0;
  font-size: 0.92rem;
}

.hero-panel,
.info-card,
.step-card,
.feature-card,
.audience-card,
.contact-panel {
  background: rgba(10, 20, 37, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  font-size: 1.25rem;
}

.hero-panel {
  border-radius: 28px;
  padding: 2rem;
}

.hero-product {
  position: relative;
}

.hero-product-img {
  display: block;
  width: 170%;
  height: 200%;
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.panel-label,
.step-tag,
.card-number {
  color: #8fb0ff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.25rem;
  border-radius: 18px;
  font-size: 1.45rem;
  --icon-color: #8fb0ff;
  --icon-bg-start: rgba(95, 136, 255, 0.22);
  --icon-bg-end: rgba(47, 211, 198, 0.12);
  --icon-border: rgba(143, 176, 255, 0.24);
  --icon-shadow: rgba(41, 104, 255, 0.12);
  background: linear-gradient(135deg, var(--icon-bg-start), var(--icon-bg-end));
  border: 1px solid var(--icon-border);
  color: var(--icon-color);
  box-shadow: 0 12px 28px var(--icon-shadow);
}

.card-icon-teal {
  --icon-color: #2fd3c6;
  --icon-bg-start: rgba(47, 211, 198, 0.24);
  --icon-bg-end: rgba(47, 211, 198, 0.08);
  --icon-border: rgba(47, 211, 198, 0.35);
  --icon-shadow: rgba(47, 211, 198, 0.14);
}

.card-icon-purple {
  --icon-color: #c4b5fd;
  --icon-bg-start: rgba(167, 139, 250, 0.24);
  --icon-bg-end: rgba(139, 92, 246, 0.1);
  --icon-border: rgba(167, 139, 250, 0.35);
  --icon-shadow: rgba(139, 92, 246, 0.14);
}

.card-icon-amber {
  --icon-color: #fbbf24;
  --icon-bg-start: rgba(251, 191, 36, 0.24);
  --icon-bg-end: rgba(245, 158, 11, 0.1);
  --icon-border: rgba(251, 191, 36, 0.35);
  --icon-shadow: rgba(245, 158, 11, 0.14);
}

.card-icon-rose {
  --icon-color: #f9a8d4;
  --icon-bg-start: rgba(244, 114, 182, 0.24);
  --icon-bg-end: rgba(236, 72, 153, 0.1);
  --icon-border: rgba(244, 114, 182, 0.35);
  --icon-shadow: rgba(236, 72, 153, 0.14);
}

.card-icon-emerald {
  --icon-color: #34d399;
  --icon-bg-start: rgba(52, 211, 153, 0.24);
  --icon-bg-end: rgba(16, 185, 129, 0.1);
  --icon-border: rgba(52, 211, 153, 0.35);
  --icon-shadow: rgba(16, 185, 129, 0.14);
}

.card-icon-orange {
  --icon-color: #fb923c;
  --icon-bg-start: rgba(251, 146, 60, 0.24);
  --icon-bg-end: rgba(249, 115, 22, 0.1);
  --icon-border: rgba(251, 146, 60, 0.35);
  --icon-shadow: rgba(249, 115, 22, 0.14);
}

.signal-card {
  margin-top: 1rem;
  padding: 1.4rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(95, 136, 255, 0.14), rgba(47, 211, 198, 0.08));
  border: 1px solid rgba(143, 176, 255, 0.22);
}

.signal-title {
  display: block;
  margin-bottom: 0.7rem;
  color: #9fb8ff;
  font-size: 0.85rem;
  font-weight: 600;
}

.signal-card strong,
.mini-card strong {
  display: block;
  color: #ffffff;
}

.signal-card p {
  margin: 0.9rem 0 0;
  color: #bfd0ea;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.mini-card {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.mini-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: #a6b6cc;
  font-size: 0.82rem;
}

.muted-section {
  background: rgba(255, 255, 255, 0.02);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1rem;
}

.section-heading.text-center {
  margin-bottom: 0;
}

.section-heading h2,
.contact-panel h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
}

.info-card,
.step-card,
.feature-card,
.audience-card {
  height: 100%;
  border-radius: 24px;
  padding: 2rem;
}

.info-card h3,
.step-card h3,
.feature-card h3,
.audience-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.3rem;
  color: #ffffff;
}

.step-card .step-tag {
  display: block;
  margin-bottom: 0.75rem;
}

.info-card p,
.step-card p,
.feature-card p,
.audience-card p {
  margin: 0;
  color: #b4c0d3;
  line-height: 1.7;
}

.flow-steps {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0;
  min-width: 0;
  padding: 0 1rem;
}

.flow-icon {
  margin-bottom: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.1rem;
  border-radius: 22px;
}

.flow-label {
  color: #d9e4f5;
  font-size: 1.1rem;
  font-weight: 600;
}

.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: stretch;
  color: #8fb0ff;
  font-size: 1.6rem;
}

.feature-card,
.audience-card {
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover,
.audience-card:hover,
.info-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(143, 176, 255, 0.28);
  box-shadow: 0 30px 60px rgba(9, 16, 32, 0.34);
}

.feature-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.feature-header .card-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.feature-header h3 {
  margin: 0;
}

.feature-wide .feature-header {
  margin-bottom: 0;
  flex-shrink: 0;
}

.feature-wide p {
  max-width: 760px;
}

.radar-section {
  overflow: hidden;
}

.radar-panel {
  position: relative;
  min-height: 420px;
  border-radius: 30px;
  background:
    radial-gradient(circle, rgba(47, 211, 198, 0.12) 0%, rgba(95, 136, 255, 0.08) 30%, rgba(6, 15, 28, 0.9) 72%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.radar-ring {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 120px;
  height: 120px;
}

.ring-two {
  width: 220px;
  height: 220px;
}

.ring-three {
  width: 320px;
  height: 320px;
}

.radar-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2fd3c6;
  box-shadow: 0 0 0 10px rgba(47, 211, 198, 0.08), 0 0 24px rgba(47, 211, 198, 0.75);
}

.dot-one {
  top: 28%;
  left: 58%;
}

.dot-two {
  top: 60%;
  left: 28%;
}

.dot-three {
  top: 42%;
  left: 77%;
}

.radar-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(95, 136, 255, 0.26), rgba(47, 211, 198, 0.14));
  border: 1px solid rgba(143, 176, 255, 0.26);
  text-align: center;
}

.radar-core span {
  color: #a9bcdf;
  font-size: 0.9rem;
}

.radar-core strong {
  font-size: 1.15rem;
  color: #ffffff;
}

.contact-panel {
  padding: 2.5rem;
  border-radius: 28px;
}

.site-footer {
  padding: 1.5rem 0 2.5rem;
  color: #90a1ba;
  font-size: 0.95rem;
}

@media (max-width: 991.98px) {
  .hero-section,
  .section-block {
    padding: 4.5rem 0;
  }

  .hero-title {
    max-width: 100%;
  }

  .feature-wide {
    display: block;
  }
}
  .hero-panel,
  .info-card,
  .step-card,
  .feature-card,
  .audience-card,
  .contact-panel {
    padding: 1.5rem;
  }

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

  .trust-strip {
    flex-direction: column;
  }

