:root {
  --bg: #f3f7ff;
  --bg-soft: #e9f2ff;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --ink: #0c1530;
  --ink-soft: #445073;
  --line: rgba(12, 21, 48, 0.14);
  --brand: #0a8be6;
  --brand-dark: #0665c9;
  --accent: #0dd3c5;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(11, 30, 70, 0.16);
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 5% -10%, #bfe6ff 0%, transparent 55%),
    radial-gradient(900px 500px at 90% 0%, #cdfdf8 0%, transparent 45%),
    linear-gradient(180deg, #f7fbff 0%, var(--bg) 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

h1,
h2,
h3,
.brand-copy strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-top: 0;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
}

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

.ambient {
  position: fixed;
  z-index: -2;
  width: 420px;
  height: 420px;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
}

.ambient-one {
  top: -120px;
  left: -100px;
  background: #83d0ff;
}

.ambient-two {
  right: -110px;
  bottom: -120px;
  background: #7af3e6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(247, 251, 255, 0.8);
  border-bottom: 1px solid var(--line);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  padding: 4px;
  border: 1px solid rgba(12, 21, 48, 0.1);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.16rem;
}

.brand-copy small {
  font-size: 0.76rem;
  color: var(--ink-soft);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.site-nav a {
  text-decoration: none;
  font-weight: 700;
  color: #1c2a4d;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover {
  border-bottom-color: var(--brand);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  padding: 0.45rem 0.75rem;
  font-family: inherit;
  font-weight: 700;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 0.76rem 1.25rem;
  font-family: inherit;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
  background: linear-gradient(145deg, var(--brand), var(--brand-dark));
  box-shadow: 0 12px 28px rgba(5, 99, 196, 0.32);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-small {
  padding: 0.56rem 1rem;
  font-size: 0.92rem;
}

.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  padding: 4.8rem 0 2.6rem;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 1.2rem;
  align-items: start;
}

.eyebrow {
  margin-bottom: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.77rem;
  font-weight: 800;
  color: #0876dd;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5.1vw, 4.2rem);
  max-width: 15ch;
}

.hero-text {
  max-width: 60ch;
  color: #1c2a4d;
  font-size: 1.06rem;
}

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

.hero-points {
  margin: 0;
  padding-left: 1rem;
  color: #1f345f;
  font-weight: 600;
}

.hero-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(230, 245, 255, 0.82));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.hero-logo {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 0.85rem;
}

.hero-card h2 {
  margin-bottom: 0.45rem;
}

.hero-card p {
  margin-bottom: 0.75rem;
  color: #32486f;
}

.metric-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.metric-list li {
  border: 1px solid rgba(12, 21, 48, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 0.75rem;
}

.metric-list span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #0876dd;
  margin-bottom: 0.08rem;
  font-weight: 800;
}

.metric-list strong {
  font-size: 0.96rem;
}

.trust-row {
  margin-top: 0.35rem;
}

.trust-grid {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.72rem;
}

.trust-grid p {
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: #1f3258;
  font-size: 0.92rem;
}

.section {
  padding: 3.4rem 0;
}

.section-head {
  margin-bottom: 1.2rem;
}

.section-head.narrow {
  max-width: 56ch;
}

.section h2 {
  margin-bottom: 0.2rem;
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.card h3 {
  margin-bottom: 0.45rem;
}

.card p {
  color: #243a63;
}

.section-dark {
  background:
    linear-gradient(160deg, #0a1530 0%, #0d2248 55%, #08335f 100%);
  color: #eef5ff;
}

.section-dark .eyebrow {
  color: #67daff;
}

.section-dark h2,
.section-dark p,
.section-dark h3 {
  color: #eef5ff;
}

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

.step-card {
  border: 1px solid rgba(215, 233, 255, 0.25);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.95rem;
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(13, 211, 197, 0.15);
  color: #89fff5;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.step-card h3 {
  margin-bottom: 0.35rem;
}

.step-card p {
  margin-bottom: 0;
  color: #d0e0ff;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.feature-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.feature-panel ul {
  margin: 0.9rem 0 0;
  padding-left: 1.05rem;
}

.feature-panel li {
  margin-bottom: 0.45rem;
  color: #223862;
  font-weight: 600;
}

.accent-panel {
  background: linear-gradient(180deg, #f8fcff 0%, #eefdff 100%);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #edf6ff 100%);
  box-shadow: var(--shadow);
  padding: 1.15rem;
}

.contact-info p {
  color: #2a406b;
}

.mail-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.62rem;
}

.mail-list li {
  display: grid;
  gap: 0.05rem;
  border: 1px solid rgba(12, 21, 48, 0.11);
  border-radius: 12px;
  padding: 0.52rem 0.65rem;
  background: rgba(255, 255, 255, 0.8);
}

.mail-list span {
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1b3d87;
  font-weight: 800;
}

.mail-list a {
  color: #054ea6;
  text-decoration: none;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.mail-list a:hover {
  text-decoration: underline;
}

.contact-form {
  display: grid;
  gap: 0.75rem;
}

.hidden-trap {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 0.34rem;
  font-size: 0.94rem;
  font-weight: 700;
  color: #1b2d52;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid rgba(12, 21, 48, 0.2);
  border-radius: 11px;
  padding: 0.72rem 0.74rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.form-status {
  margin: 0;
  min-height: 1.3rem;
  font-weight: 700;
}

.contact-form button:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.site-footer {
  padding: 2rem 0;
}

.footer-wrap {
  border-top: 1px solid var(--line);
  padding-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
}

.footer-brand img {
  width: 36px;
  height: 36px;
}

.footer-wrap p {
  margin: 0;
  color: #223962;
}

.footer-wrap a {
  color: #0854b0;
  text-decoration: none;
  font-weight: 700;
}

.footer-wrap a:hover {
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (max-width: 1020px) {
  .hero,
  .cards-3,
  .steps-grid,
  .split-layout,
  .contact-wrap,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .site-nav {
    position: absolute;
    top: 84px;
    right: 4vw;
    left: 4vw;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: none;
    grid-template-columns: 1fr;
    padding: 0.5rem;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a {
    padding: 0.5rem;
    border-radius: 8px;
  }

  .site-nav a:hover {
    border-bottom-color: transparent;
    background: var(--bg-soft);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .desktop-cta {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero,
  .cards-3,
  .split-layout,
  .contact-wrap,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3.8rem;
  }

  .hero-logo {
    width: 84px;
    height: 84px;
  }

  h1 {
    font-size: 2rem;
  }

  .hero-cta .btn {
    width: 100%;
  }

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

  .brand-copy small {
    display: none;
  }
}
