:root {
  --bg: #071321;
  --bg-soft: #0d2035;
  --surface: rgba(12, 34, 55, 0.72);
  --card: rgba(10, 30, 49, 0.85);
  --text: #e8f2ff;
  --muted: #b5c5d9;
  --brand: #14c0d4;
  --accent: #ff7b54;
  --line: rgba(165, 202, 239, 0.2);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, #103357 0%, rgba(16, 51, 87, 0) 42%),
    radial-gradient(circle at 85% 0%, #213b65 0%, rgba(33, 59, 101, 0) 35%),
    linear-gradient(165deg, #06111d 0%, #091a2c 45%, #0a1c30 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

.kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.77rem;
  font-weight: 700;
  color: var(--brand);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.1rem, 4.9vw, 4.1rem);
  max-width: 13ch;
}

h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  max-width: 18ch;
}

p {
  margin: 0;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(55px);
  opacity: 0.45;
  z-index: -1;
}

.orb-1 {
  width: 360px;
  height: 360px;
  top: 10%;
  left: -130px;
  background: #14c0d4;
}

.orb-2 {
  width: 280px;
  height: 280px;
  right: -80px;
  bottom: 12%;
  background: #ff7b54;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(6, 17, 29, 0.62);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
}

.brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: 20px;
  color: var(--muted);
}

.main-nav a {
  padding: 6px 4px;
  transition: color 0.25s ease;
}

.main-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 9px 12px;
  border-radius: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  background: linear-gradient(120deg, var(--brand), #25e5f4);
  color: #01202a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(20, 192, 212, 0.28);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-small {
  padding: 10px 15px;
  font-size: 0.92rem;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  min-height: calc(100vh - 74px);
}

.subline {
  margin-top: 18px;
  max-width: 58ch;
  color: var(--muted);
}

.hero-cta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-metrics {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-metrics li {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.hero-metrics strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
}

.hero-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 6px;
}

.hero-media {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.trusted {
  padding: 14px 0 40px;
}

.trusted p {
  color: var(--muted);
  margin-bottom: 14px;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.logo-strip span {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
  padding: 12px;
  font-weight: 700;
  color: #c6d5ea;
}

.section-head {
  margin-bottom: 28px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  padding: 24px;
  min-height: 186px;
}

.card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.card p {
  color: var(--muted);
}

.split {
  padding: 30px 0 60px;
}

.split-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.split-media {
  border-radius: 20px;
  border: 1px solid var(--line);
  padding: 10px;
  background: var(--surface);
}

.check-list {
  margin: 20px 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.text-link {
  color: var(--accent);
  font-weight: 700;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  padding: 20px;
}

.step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(20, 192, 212, 0.22);
  margin-bottom: 14px;
  font-family: "Space Grotesk", sans-serif;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  color: var(--muted);
}

.testimonials {
  background: linear-gradient(180deg, rgba(7, 19, 33, 0) 0%, rgba(9, 29, 47, 0.62) 45%, rgba(7, 20, 34, 0) 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  padding: 24px;
}

.quote p {
  font-size: 1.05rem;
}

.quote cite {
  display: block;
  margin-top: 16px;
  color: #9eb3cc;
  font-style: normal;
}

.cta-box {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(20px, 4vw, 40px);
  background: linear-gradient(140deg, rgba(20, 192, 212, 0.1), rgba(255, 123, 84, 0.12));
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(7, 26, 42, 0.8);
  color: var(--text);
  padding: 12px 14px;
  font: inherit;
}

.contact-form input::placeholder {
  color: #9fb1c6;
}

.contact-form button {
  margin-top: 4px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 0 32px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: #9bb0c7;
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
    padding-top: 40px;
    grid-template-columns: 1fr;
  }

  .hero-media {
    max-width: 720px;
  }

  .split-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    left: 4vw;
    right: 4vw;
    display: none;
    flex-direction: column;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(9, 26, 43, 0.96);
    padding: 12px;
  }

  .main-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .nav-wrap .btn-small {
    display: none;
  }

  .hero-metrics,
  .logo-strip,
  .cards-grid,
  .timeline,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }
}
