:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --text: #0b1220;
  --muted: #526079;
  --border: #e5eaf3;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --accent: #7c3aed;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(37, 99, 235, 0.16), transparent 60%),
    radial-gradient(900px 420px at -10% 15%, rgba(124, 58, 237, 0.12), transparent 60%),
    var(--bg);
  line-height: 1.6;
}

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

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

header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  background: rgba(245, 247, 251, 0.86);
  border-bottom: 1px solid var(--border);
  z-index: 40;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.nav img { height: 44px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}
.btn-primary:hover { text-decoration: none; transform: translateY(-1px); }

.btn-ghost {
  background: #fff;
  border-color: var(--border);
  color: var(--text);
}
.btn-ghost:hover { text-decoration: none; border-color: #cad5e7; }

.hero { padding: 84px 0 52px; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #334155;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  padding: 6px 11px;
}

h1 {
  margin: 14px 0;
  font-size: clamp(32px, 6vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero p {
  color: var(--muted);
  font-size: 18px;
  max-width: 66ch;
}

.top-notes { margin-top: 14px; padding: 14px 16px; }
.top-notes p { margin: 8px 0; font-size: 15px; color: #334155; }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-chip {
  margin-top: 16px;
  font-size: 14px;
  color: #3d4b64;
}

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

.hero-panel { padding: 24px; }
.hero-panel h3 { margin: 0 0 10px; font-size: 21px; }
.hero-panel ul { margin: 0; padding-left: 18px; color: #334155; }
.hero-panel li { margin: 8px 0; }

.mini-metrics {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mini-metrics div {
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.mini-metrics strong { display: block; font-size: 18px; }
.mini-metrics span { display: block; font-size: 12px; color: #526079; }

.section { padding: 62px 0; }
.section-soft { background: #f8fbff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section h2 {
  font-size: clamp(24px, 4vw, 40px);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.section p.lead { color: var(--muted); margin: 0 0 24px; font-size: 17px; }

.logo-strip { padding: 26px 0; }
.strip-title { margin: 0 0 14px; color: #334155; font-weight: 600; }
.logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(0,1fr));
  gap: 10px;
}
.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.logo-item img { width: 22px; height: 22px; }
.logo-item span { font-size: 11px; color: #526079; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.step { padding: 18px; }
.step span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e0e7ff;
  color: #3730a3;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}
.step h3 { margin: 10px 0 8px; font-size: 18px; }
.step p { margin: 0; color: #334155; font-size: 14px; }

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

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.role-card {
  padding: 18px;
}
.role-card h3 { margin: 0 0 8px; }
.role-card p { margin: 6px 0; color: #334155; font-size: 14px; }
.role-card a { font-weight: 600; }

.service { padding: 20px; }
.service h3 { margin: 0 0 8px; font-size: 19px; }
.service p { margin: 0; color: #334155; font-size: 15px; }

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.image-card { overflow: hidden; }
.image-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.image-copy { padding: 16px; }
.image-copy h3 { margin: 0 0 6px; font-size: 18px; }
.image-copy p { margin: 0; color: #334155; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.split-card { padding: 22px; }
.split-card h3 { margin-top: 0; }
.split-card ul { padding-left: 18px; margin: 10px 0 0; color: #334155; }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.pill {
  display: inline-block;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #3730a3;
  text-decoration: none;
}
.pill:hover { text-decoration: none; border-color: #a5b4fc; background: #e6eaff; }

.faq-list { display: grid; gap: 12px; }
.faq-item { padding: 14px 16px; }
.faq-item summary { cursor: pointer; font-weight: 600; }
.faq-item p { color: #334155; margin: 10px 0 0; }

.cta-band {
  background: linear-gradient(120deg, #0f172a, #1e293b 55%, #312e81);
  color: #fff;
}
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cta-band h2 { margin: 0 0 8px; color: #fff; }
.cta-band p { margin: 0; color: #cbd5e1; }
.cta-band .btn-ghost { background: transparent; color: #fff; border-color: #475569; }

footer {
  margin-top: 56px;
  border-top: 1px solid var(--border);
  background: #fff;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 14px;
  color: #64748b;
}

.legal { max-width: 860px; padding: 42px 0 64px; }
.legal h1 { font-size: 38px; margin-bottom: 8px; }
.legal h2 { margin-top: 28px; font-size: 24px; }
.legal p, .legal li { color: #334155; }

.sticky-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(15,23,42,.95);
  backdrop-filter: blur(6px);
  display: none;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  padding: 10px;
}
.sticky-mobile a {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .logos { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .hero-grid, .grid-3, .role-grid, .split, .image-grid {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 52px; }
  .nav-links a.hide-mobile { display: none; }
}

@media (max-width: 640px) {
  .logos { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { grid-template-columns: 1fr; }
  .mini-metrics { grid-template-columns: 1fr; }
  .sticky-mobile { display: grid; }
  body { padding-bottom: 74px; }
}


.field-hero-image {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  margin: 10px 0 18px;
}
