:root {
  --bg: #09111f;
  --bg-soft: #0f1c33;
  --card: #ffffff;
  --card-soft: #f5f8fc;
  --text: #122033;
  --muted: #5a6980;
  --line: #dbe3ef;
  --accent: #4f8cff;
  --accent-dark: #2457c5;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(9, 17, 31, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.section { padding: 88px 0; }
.alt-bg { background: #f7faff; }
.section-narrow { max-width: 900px; }
.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-dark);
}
.eyebrow.light { color: #b9cbff; }
.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}
.section-heading h2, .hero h1 {
  margin: 0 0 14px;
  line-height: 1.1;
}
.section-heading h2 { font-size: clamp(2rem, 4vw, 3rem); }
.section-heading p, .section-lead { color: var(--muted); font-size: 1.08rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(9, 17, 31, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; color: rgba(255,255,255,0.7); font-size: 0.78rem; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #8fb3ff);
  color: var(--white);
  font-weight: 800;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255,255,255,0.88);
}
.site-nav a:hover { color: var(--white); }
.nav-cta {
  padding: 11px 16px;
  background: var(--accent);
  color: var(--white) !important;
  border-radius: 999px;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 1.6rem;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(79, 140, 255, 0.22), transparent 28%),
    linear-gradient(180deg, #09111f 0%, #0f1c33 100%);
  color: var(--white);
  padding: 90px 0 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  max-width: 760px;
}
.hero-text {
  max-width: 700px;
  color: rgba(255,255,255,0.82);
  font-size: 1.13rem;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin: 28px 0 22px;
  flex-wrap: wrap;
}
.btn {
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: var(--shadow);
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--white);
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.hero-points li {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
}
.hero-card { display: grid; gap: 18px; }
.stat-card, .trust-panel {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 26px;
}
.stat-number {
  font-size: 3rem;
  font-weight: 800;
  display: block;
}
.stat-label { color: rgba(255,255,255,0.72); }
.trust-panel h3 { margin-top: 0; }
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.mini-grid div {
  padding: 14px;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
}
.mini-grid span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.94rem;
}

.services-grid,
.value-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-card,
.value-card,
.process-card,
.impact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 12px 30px rgba(16, 30, 52, 0.06);
}
.service-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.service-card h3,
.value-card h3,
.process-card h3,
.impact-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.service-card p,
.value-card p,
.process-card p,
.impact-card li,
.cta-box p { color: var(--muted); }

.dark-section {
  background: linear-gradient(180deg, #0f1c33 0%, #09111f 100%);
  color: var(--white);
}
.impact-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 30px;
  align-items: center;
}
blockquote {
  margin: 18px 0 0;
  padding-left: 22px;
  border-left: 4px solid var(--accent);
  font-size: 1.3rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
}
.impact-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.1);
}
.impact-card ul { margin: 12px 0 0; padding-left: 18px; }
.impact-card li { color: rgba(255,255,255,0.8); margin-bottom: 8px; }

.process-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: #eaf1ff;
  color: var(--accent-dark);
  font-weight: 800;
  margin-bottom: 14px;
}

.cta-section {
  background: #f7faff;
}
.cta-box {
  background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow);
  padding: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.contact-list {
  display: grid;
  gap: 12px;
  min-width: 290px;
}
.contact-list a {
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 600;
}
.contact-list a:hover { border-color: var(--accent); }

.site-footer {
  background: #08101d;
  color: rgba(255,255,255,0.84);
  padding: 30px 0;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer-wrap p { margin: 6px 0 0; color: rgba(255,255,255,0.6); }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: rgba(255,255,255,0.85); }

@media (max-width: 980px) {
  .hero-grid,
  .impact-grid,
  .cta-box,
  .services-grid,
  .value-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-points { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #0c172b;
    padding: 18px 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }
  .site-nav.open { display: flex; }
  .section { padding: 72px 0; }
  .cta-box { padding: 26px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
