:root {
  --bg-0: #070b10;
  --bg-1: #0e141d;
  --bg-2: #141d29;
  --paper: #eff3f7;
  --panel: #121a24;
  --panel-soft: #182331;
  --line: #2c3c4f;
  --line-soft: #d2dbe5;
  --ink: #d8e3ee;
  --ink-dark: #132030;
  --ink-muted: #7d8ea3;
  --accent: #26c2e6;
  --accent-2: #50d9f5;
  --alert: #f2994a;
  --shadow: 0 22px 40px -26px rgba(0, 0, 0, 0.72);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: linear-gradient(180deg, #060b11, #0b1017 42%, #080c12);
}

h1,
h2,
h3,
.btn,
.section-kicker,
.eyebrow,
.nav a,
.panel-kicker {
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.container {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus-visible {
  left: 1rem;
  top: 1rem;
  z-index: 99;
  background: #f4f7fa;
  color: #061118;
  padding: 0.65rem 0.9rem;
  border-radius: 0.35rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
}

.utility-bar {
  background: rgba(4, 8, 12, 0.9);
  border-bottom: 1px solid rgba(88, 117, 145, 0.22);
}

.utility-row {
  min-height: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  align-items: center;
  justify-items: center;
  font-size: 0.75rem;
  color: #a8bbc9;
  letter-spacing: 0.03em;
}

.utility-row p {
  margin: 0;
  text-align: center;
}

.topbar {
  background: rgba(9, 14, 20, 0.85);
  border-bottom: 1px solid rgba(86, 116, 140, 0.24);
}

.nav-row {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  height: 58px;
  width: auto;
  display: block;
  filter: saturate(0.95) brightness(1.05);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  color: #91a9bc;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.3rem 0.25rem;
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.nav a:focus-visible {
  color: #d9f4fc;
  border-bottom-color: rgba(80, 217, 245, 0.75);
}

.btn {
  border: 1px solid transparent;
  border-radius: 0.35rem;
  text-decoration: none;
  cursor: pointer;
  padding: 0.75rem 1.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(135deg, #1297be, #1dbee4);
  color: #071219;
  border-color: rgba(80, 217, 245, 0.35);
  box-shadow: 0 16px 28px -20px rgba(39, 194, 232, 0.8);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 18px 30px -16px rgba(39, 194, 232, 0.92);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  color: #d1e4ef;
  border-color: rgba(132, 171, 197, 0.42);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: 4.2rem 0;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(80, 115, 143, 0.25);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(820px 480px at 82% 5%, rgba(38, 194, 230, 0.2), transparent 65%),
    linear-gradient(110deg, #060c12 18%, #0b121a 45%, #0d1721 85%);
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    repeating-linear-gradient(90deg, rgba(124, 156, 182, 0.1) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(124, 156, 182, 0.08) 0 1px, transparent 1px 28px);
  opacity: 0.78;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  inset: -20% -25%;
  background:
    radial-gradient(circle at 30% 50%, rgba(38, 194, 230, 0.28), transparent 24%),
    radial-gradient(circle at 68% 35%, rgba(242, 153, 74, 0.18), transparent 20%);
  filter: blur(18px);
  animation: fogShift 14s ease-in-out infinite alternate;
}

.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(104deg, transparent 26%, rgba(80, 217, 245, 0.2) 46%, transparent 66%),
    linear-gradient(104deg, transparent 34%, rgba(80, 217, 245, 0.1) 52%, transparent 72%);
  animation: scan 5.8s linear infinite;
}

@keyframes fogShift {
  0% {
    transform: translate3d(-2%, -1%, 0);
  }
  100% {
    transform: translate3d(2%, 1%, 0);
  }
}

@keyframes scan {
  0% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(65%);
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.15rem;
}

.hero-copy {
  color: #e5f1f8;
}

.eyebrow {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.67rem;
  color: #8ab6ce;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 4.1vw, 3.35rem);
  line-height: 1.02;
  max-width: 16ch;
}

.hero-copy p {
  margin: 1rem 0 0;
  max-width: 60ch;
  color: #bfd1df;
}

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.hero-note {
  font-size: 0.88rem;
  color: #97aec1;
}

.hero-panel {
  position: relative;
  padding: 1.05rem;
  background: linear-gradient(165deg, rgba(16, 27, 38, 0.95), rgba(22, 35, 49, 0.92));
  border: 1px solid rgba(104, 137, 161, 0.35);
  box-shadow: var(--shadow);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.panel-kicker {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  color: #7ba0b8;
}

.signal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.58rem;
}

.signal-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 0.65rem;
  row-gap: 0.2rem;
  padding: 0.84rem 0.78rem;
  border: 1px solid rgba(103, 142, 172, 0.42);
  background: rgba(10, 17, 25, 0.76);
}

.signal-grid article::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 0.2rem;
  border-radius: 999px;
  background: #52d9f4;
  box-shadow: 0 0 0 5px rgba(82, 217, 244, 0.2);
}

.signal-grid h2 {
  margin: 0;
  font-size: 0.95rem;
  color: #d9edf9;
}

.signal-grid p {
  margin: 0;
  grid-column: 2;
  font-size: 0.88rem;
  color: #9cb2c4;
}

.stats-band {
  background: transparent;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.stats-grid article {
  background: linear-gradient(165deg, rgba(15, 24, 34, 0.95), rgba(17, 30, 44, 0.88));
  border: 1px solid rgba(81, 114, 140, 0.4);
  padding: 0.95rem;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.stats-grid strong {
  display: block;
  color: #72d9f2;
  font: 700 1.35rem/1 "Space Grotesk", sans-serif;
}

.stats-grid span {
  font-size: 0.82rem;
  color: #95afc2;
}

.section-kicker {
  margin: 0 0 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #73d5f1;
}

.section-kicker::before {
  content: "[";
  color: #f2994a;
}

.section-kicker::after {
  content: "]";
  color: #f2994a;
}

h2 {
  margin: 0;
  color: #e0ebf5;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

#threats,
#services,
#proof,
#process,
#book {
  border-top: 1px solid rgba(77, 106, 132, 0.28);
}

#threats {
  background: linear-gradient(180deg, rgba(9, 15, 23, 0.97), rgba(10, 17, 26, 0.93));
}

#services {
  background:
    radial-gradient(760px 260px at 8% -15%, rgba(80, 217, 245, 0.12), transparent 68%),
    linear-gradient(180deg, rgba(18, 30, 42, 0.96), rgba(15, 27, 39, 0.95));
}

#sectors {
  background: linear-gradient(170deg, #eef3f8, #dde8f2);
}

#sectors h2,
#sectors h3 {
  color: #152638;
}

#sectors p,
#sectors .section-kicker {
  color: #3f596f;
}

#sectors .section-kicker::before,
#sectors .section-kicker::after {
  color: #0e98c2;
}

#proof {
  background: linear-gradient(180deg, rgba(7, 12, 19, 0.98), rgba(6, 11, 16, 0.97));
}

#process {
  background:
    radial-gradient(880px 320px at 84% -24%, rgba(36, 170, 205, 0.18), transparent 65%),
    linear-gradient(180deg, rgba(13, 23, 34, 0.95), rgba(16, 30, 44, 0.95));
}

.problem-grid,
.services-grid {
  margin-top: 1.15rem;
  display: grid;
  gap: 0.75rem;
}

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

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

.card,
.service-card {
  background: rgba(16, 25, 36, 0.95);
  border: 1px solid rgba(86, 118, 144, 0.35);
  padding: 1rem;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

#services .service-card {
  background: rgba(13, 22, 31, 0.92);
  border-color: rgba(102, 146, 176, 0.38);
}

.service-card {
  border-left: 2px solid rgba(80, 217, 245, 0.85);
}

.card h3,
.service-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #d8e8f4;
}

.card p,
.service-card p {
  margin: 0.45rem 0 0;
  color: #95afc2;
  font-size: 0.94rem;
}

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

.sector-grid article {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(96, 128, 153, 0.34);
  padding: 1rem;
  box-shadow: 0 14px 22px -20px rgba(10, 25, 43, 0.4);
}

.sector-grid p {
  margin: 0.45rem 0 0;
  color: #3f596f;
}

.platform-marquee {
  margin-top: 1rem;
  border: 1px solid rgba(96, 128, 153, 0.34);
  background: rgba(247, 251, 255, 0.95);
  overflow: hidden;
}

.platform-track {
  display: flex;
  gap: 0.55rem;
  width: max-content;
  padding: 0.6rem;
  animation: platformMarquee 20s linear infinite;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background: #fdfefe;
  border: 1px solid rgba(65, 114, 145, 0.27);
  color: #1c3a52;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.58rem;
}

@keyframes platformMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial-carousel {
  margin-top: 1rem;
  background: rgba(13, 22, 32, 0.95);
  border: 1px solid rgba(86, 118, 144, 0.35);
  padding: 0.9rem;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.is-active {
  display: block;
  animation: testimonialFade 420ms ease both;
}

blockquote {
  margin: 0;
  border-left: 3px solid var(--accent);
  background: rgba(11, 19, 28, 0.8);
  padding: 1rem 1rem 1rem 1.1rem;
  color: #b8cddd;
  font-size: 0.95rem;
}

cite {
  margin-top: 0.62rem;
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #7ad4ed;
}

.testimonial-dots {
  margin-top: 0.65rem;
  display: flex;
  gap: 0.4rem;
}

.testimonial-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: #5a7186;
  cursor: pointer;
}

.testimonial-dot.is-active {
  background: #4dd7f4;
}

@keyframes testimonialFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.timeline li {
  padding: 0.85rem;
  border: 1px solid rgba(86, 118, 144, 0.35);
  background: rgba(13, 22, 32, 0.9);
  min-height: 168px;
}

.timeline span {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.2rem;
  background: linear-gradient(135deg, #1799c1, #4dd7f4);
  color: #07202b;
  display: grid;
  place-items: center;
  font-size: 0.74rem;
  font-weight: 700;
}

.timeline p {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  color: #9db1c3;
}

.cta {
  background:
    radial-gradient(620px 260px at -8% 10%, rgba(242, 153, 74, 0.16), transparent 62%),
    linear-gradient(120deg, rgba(12, 20, 31, 0.99), rgba(16, 28, 41, 0.99));
}

.cta .section-kicker {
  color: #7ed8ef;
}

.cta h2 {
  color: #e4f1f8;
}

.cta p {
  color: #9cb3c5;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 1rem;
}

.contact-form {
  background: #0f1a26;
  border: 1px solid rgba(88, 121, 147, 0.35);
  color: #d7e3ed;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
}

.contact-form label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #88a8bf;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(103, 136, 162, 0.5);
  border-radius: 0.3rem;
  background: #09121b;
  color: #d7e3ed;
  padding: 0.68rem;
  font: 500 0.9rem/1.25 "Manrope", sans-serif;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.1rem;
}

.select-wrap .select-chevron {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7ad4ed;
  font-size: 0.75rem;
  pointer-events: none;
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: none;
  border-color: rgba(80, 217, 245, 0.9);
  box-shadow: 0 0 0 3px rgba(80, 217, 245, 0.18);
}

.turnstile-wrap {
  margin-top: 0.2rem;
}

.contact-form button[disabled] {
  opacity: 0.72;
  cursor: not-allowed;
}

.form-status {
  margin: 0.05rem 0 0;
  min-height: 1.2rem;
  font-size: 0.83rem;
  color: #8aaac1;
}

.form-status.success {
  color: #5de4b4;
}

.form-status.error {
  color: #ff9d9d;
}

.form-status.pending {
  color: #9ed9ec;
}

.footer {
  border-top: 1px solid rgba(89, 122, 148, 0.26);
  background: #05090d;
  color: #8da8bc;
}

.footer-grid {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.84rem;
}

.footer-title {
  margin: 0;
  color: #d8e8f4;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-links a {
  color: #9ab3c5;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #dff7ff;
}

.footer p {
  margin: 0;
}

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

  .nav {
    justify-content: flex-start;
  }

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

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

  .stats-grid,
  .problem-grid,
  .sector-grid,
  .footer-grid,
  .utility-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 3rem 0;
  }

  .stats-grid,
  .problem-grid,
  .services-grid,
  .sector-grid,
  .timeline,
  .footer-grid,
  .utility-row {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .brand img {
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-overlay::before,
  .hero-overlay::after,
  .platform-track {
    animation: none;
  }
}
