:root {
  --navy: #071426;
  --navy-2: #0b1d36;
  --ink: #0f172a;
  --muted: #5b6475;
  --line: rgba(15, 23, 42, 0.12);
  --blue: #4b89ff;
  --blue-2: #78a8ff;
  --ice: #f5f8ff;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(7, 20, 38, 0.18);
  --radius: 28px;
}
* { 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:
    radial-gradient(circle at top right, rgba(75, 137, 255, .18), transparent 30rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #f3f7ff 100%);
}
a { color: inherit; text-decoration: none; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { width: 218px; display: block; }
.nav-links { display: flex; gap: 26px; align-items: center; color: #334155; font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  padding: 12px 18px;
  background: var(--navy);
  color: white;
  border-radius: 999px;
  font-weight: 750;
  font-size: 14px;
  box-shadow: 0 14px 30px rgba(7, 20, 38, .18);
}
.section { padding: 78px 0; }
.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .88fr);
  gap: 54px;
  align-items: center;
  min-height: calc(100vh - 110px);
  padding: 54px 0 86px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 850;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(46px, 7vw, 86px);
  line-height: .92;
  letter-spacing: -0.075em;
  margin-bottom: 24px;
  color: var(--navy);
}
h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; margin-bottom: 20px; color: var(--navy); }
h3 { font-size: 20px; letter-spacing: -.03em; margin-bottom: 10px; color: var(--navy); }
p { color: var(--muted); line-height: 1.7; font-size: 17px; }
.hero-lede { font-size: 21px; max-width: 650px; color: #435064; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 26px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
}
.button.primary { background: var(--blue); color: white; box-shadow: 0 18px 38px rgba(75, 137, 255, .35); }
.button.secondary { background: white; color: var(--navy); border-color: var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  display: inline-flex;
  padding: 9px 13px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  color: #334155;
}
.product-card {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  border-radius: 36px;
  padding: 22px;
  color: white;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.product-card:before {
  content: "";
  position: absolute;
  inset: -140px -160px auto auto;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(75,137,255,.45), transparent 65%);
}
.card-topbar, .dash-head, .metric-grid, .crew-list { position: relative; z-index: 1; }
.card-topbar { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 700; margin-bottom: 26px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.28); }
.card-topbar span { margin-left: auto; }
.dash-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 22px; }
.panel-label { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--blue-2); font-weight: 850; margin-bottom: 8px; }
.dash-head h2 { color: white; font-size: 34px; margin: 0; letter-spacing: -.045em; }
.status-pill { background: rgba(75,137,255,.18); border: 1px solid rgba(120,168,255,.5); color: #d7e6ff; border-radius: 999px; padding: 8px 13px; font-size: 13px; font-weight: 850; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.metric { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 16px; }
.metric span { display: block; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 750; margin-bottom: 10px; }
.metric strong { font-size: 32px; letter-spacing: -.04em; }
.crew-list { display: grid; gap: 10px; }
.crew-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 14px; background: rgba(255,255,255,.92); color: var(--navy); border-radius: 20px; }
.avatar { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: white; font-weight: 900; background: linear-gradient(135deg, var(--blue), #1b4db9); }
.crew-row strong { display: block; font-size: 14px; }
.crew-row small { color: #64748b; font-weight: 650; }
.crew-row b { color: var(--blue); font-size: 14px; }
.split-section { display: grid; grid-template-columns: .9fr 1fr; gap: 56px; align-items: end; border-top: 1px solid var(--line); }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 0; }
.info-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 18px 50px rgba(15,23,42,.06); }
.icon { display: inline-flex; margin-bottom: 44px; background: var(--ice); color: var(--blue); border: 1px solid rgba(75,137,255,.18); padding: 9px 12px; border-radius: 999px; font-size: 13px; font-weight: 900; }
.workflow { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: start; }
.steps { display: grid; gap: 14px; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 20px; border-radius: 24px; background: white; border: 1px solid var(--line); }
.step span { width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center; background: var(--navy); color: white; font-weight: 900; }
.step p { margin-bottom: 0; font-size: 15px; }
.feature-band { background: var(--navy); color: white; border-radius: 36px; padding: 52px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: start; box-shadow: var(--shadow); }
.feature-band h2 { color: white; }
.feature-band p { color: rgba(255,255,255,.72); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-grid p { margin: 0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 16px; font-weight: 750; color: white; }
.cta-panel { text-align: center; background: white; border: 1px solid var(--line); border-radius: 38px; padding: 58px 26px; margin: 86px 0; box-shadow: 0 20px 60px rgba(15,23,42,.08); }
.cta-panel img { width: 62px; margin-bottom: 20px; }
.cta-panel p { max-width: 620px; margin-left: auto; margin-right: auto; }
.footer { padding: 34px 0 54px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.footer img { width: 174px; }
.footer p { margin: 0; font-size: 14px; }
@media (max-width: 900px) {
  .nav { min-height: 82px; }
  .nav-links, .nav-cta { display: none; }
  .brand img { width: 196px; }
  .section-grid, .split-section, .workflow, .feature-band { grid-template-columns: 1fr; }
  .section-grid { min-height: auto; padding-top: 34px; }
  .cards.three { grid-template-columns: 1fr; }
  .metric-grid, .feature-grid { grid-template-columns: 1fr; }
  .product-card { border-radius: 28px; }
  .feature-band { padding: 34px; border-radius: 28px; }
  .footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .site-shell { width: min(100% - 26px, 1180px); }
  h1 { font-size: 45px; }
  .hero-lede { font-size: 18px; }
  .button { width: 100%; }
  .crew-row { grid-template-columns: auto 1fr; }
  .crew-row b { grid-column: 2; }
}
