:root {
  --ink: #101828;
  --muted: #667085;
  --line: #e6e9ef;
  --paper: #ffffff;
  --soft: #f7f8fb;
  --navy: #101a33;
  --blue: #2457ff;
  --teal: #2fd6c5;
  --violet: #7657ff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px min(40px, 5vw);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230, 233, 239, 0.8);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 14px 30px rgba(36, 87, 255, 0.24);
}
.brand-text { font-size: 1.1rem; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .95rem; font-weight: 600; color: #344054; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white !important; }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.8rem; }
.hero { overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(47, 214, 197, 0.18), transparent 35%), radial-gradient(circle at 20% 10%, rgba(118, 87, 255, 0.14), transparent 30%), linear-gradient(180deg, #ffffff, #f8faff); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; }
.eyebrow.light { color: var(--teal); }
h1, h2, h3 { margin: 0; letter-spacing: -0.055em; line-height: 1.05; }
h1 { font-size: clamp(3.4rem, 8vw, 6.8rem); max-width: 780px; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { font-size: 1.35rem; }
.hero-lede { max-width: 690px; margin: 28px 0 0; font-size: clamp(1.12rem, 2vw, 1.34rem); color: #344054; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; }
.button.primary { background: var(--blue); color: white; box-shadow: 0 18px 40px rgba(36, 87, 255, 0.22); }
.button.secondary { background: white; color: var(--ink); border: 1px solid var(--line); }
.hero-panel { position: relative; min-height: 520px; border-radius: 36px; background: linear-gradient(145deg, #101a33, #18264a); box-shadow: var(--shadow); overflow: hidden; }
.hero-panel:before { content: ""; position: absolute; inset: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-panel:after { content: ""; position: absolute; inset: 105px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; }
.orbit-card, .role-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.18); color: white; backdrop-filter: blur(14px); }
.center-card { left: 50%; top: 50%; transform: translate(-50%, -50%); width: 210px; padding: 24px; border-radius: 24px; background: rgba(255,255,255,.1); text-align: center; }
.center-card span, .role-card span { display: block; color: rgba(255,255,255,.68); font-size: .86rem; }
.center-card strong { display: block; margin-top: 6px; font-size: 1.25rem; line-height: 1.2; }
.role-card { width: 155px; padding: 16px; border-radius: 20px; background: rgba(255,255,255,.095); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.role-1 { left: 34px; top: 72px; }
.role-2 { right: 32px; top: 96px; }
.role-3 { left: 42px; bottom: 98px; }
.role-4 { right: 46px; bottom: 76px; }
.role-5 { left: 50%; top: 34px; transform: translateX(-50%); }
.statement-strip { padding: 30px 0; color: white; background: linear-gradient(90deg, var(--blue), var(--violet)); }
.statement-strip p { margin: 0; font-size: clamp(1.1rem, 2.2vw, 1.55rem); font-weight: 700; letter-spacing: -0.035em; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.two-col.reverse { grid-template-columns: .9fr 1.1fr; }
.rich-copy p { margin: 0 0 22px; color: #344054; font-size: 1.05rem; }
.rich-copy p:last-child { margin-bottom: 0; }
.alt-bg { background: var(--soft); }
.section-heading { max-width: 820px; margin-bottom: 38px; }
.section-heading.narrow { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; margin: 18px 0 0; }
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.service-card, .step, details { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 36px rgba(16, 24, 40, 0.055); }
.service-card p, .step p, details p { color: var(--muted); margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.step span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 14px; background: #eef2ff; color: var(--blue); font-weight: 900; }
.deep-bg { background: var(--navy); color: white; }
.light-copy p { color: rgba(255,255,255,.76); }
.light-copy strong { color: white; }
.faq-wrap { max-width: 880px; }
.faq-list { display: grid; gap: 14px; }
details { padding: 0; overflow: hidden; }
summary { cursor: pointer; list-style: none; padding: 24px 28px; font-weight: 800; font-size: 1.07rem; }
summary::-webkit-details-marker { display: none; }
details p { padding: 0 28px 24px; margin-top: 0; }
.contact-section { background: radial-gradient(circle at 20% 20%, rgba(47, 214, 197, 0.16), transparent 32%), var(--soft); }
.contact-card { max-width: 820px; padding: clamp(34px, 6vw, 64px); border-radius: 36px; background: white; box-shadow: var(--shadow); }
.contact-card p { color: #475467; font-size: 1.08rem; }
.contact-lede { font-size: 1.24rem !important; color: #344054 !important; }
.email-link { display: inline-flex; margin-top: 16px; font-size: 1.35rem; font-weight: 900; color: var(--blue); }
.closing-line { margin-top: 30px !important; font-weight: 800; color: var(--ink) !important; }
.site-footer { padding: 28px 0; background: #0c1222; color: rgba(255,255,255,.76); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: white; font-weight: 700; }
@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero-grid, .two-col, .two-col.reverse { grid-template-columns: 1fr; }
  .hero-panel { min-height: 460px; }
  .card-grid.three, .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .section-pad { padding: 70px 0; }
  h1 { font-size: 3.2rem; }
  .card-grid.three, .steps { grid-template-columns: 1fr; }
  .hero-panel { min-height: 500px; }
  .role-card { width: 140px; }
  .role-1 { left: 18px; }
  .role-2 { right: 18px; }
  .role-3 { left: 18px; }
  .role-4 { right: 18px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
