:root {
  --ink: #102b3d;
  --muted: #657785;
  --paper: #f7f8f4;
  --white: #fff;
  --blue: #1d70f7;
  --blue-dark: #1254c5;
  --mint: #38d6a3;
  --line: #dde4e7;
  --navy: #0b2435;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.topbar {
  width: min(1180px, calc(100% - 48px));
  height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; color: white; border-radius: 9px; background: var(--blue); font-size: 17px; }
.topbar nav { display: flex; gap: 38px; color: #425765; font-size: 14px; font-weight: 600; }
.topbar nav a { transition: color .2s; }
.topbar nav a:hover { color: var(--blue); }

.button { min-height: 48px; padding: 0 24px; border: 0; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; font: 700 14px/1 "DM Sans", sans-serif; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 18px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(29,112,247,.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 32px rgba(29,112,247,.27); }
.button-ghost { color: var(--ink); border: 1px solid #ccd6db; background: rgba(255,255,255,.55); }
.button-link { padding-left: 8px; padding-right: 8px; color: var(--ink); }
.button-link span { color: var(--blue); font-size: 20px; }

.hero { min-height: 690px; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 76px 0 110px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #5d7381; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: var(--blue); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 610px; margin-top: 24px; font-size: clamp(48px, 5.6vw, 77px); line-height: .98; }
h1 em { display: block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 22px; }
.trust-row { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 22px; color: #71838e; font-size: 12px; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: #19a77e; font-weight: 800; }

.product-scene { position: relative; min-height: 465px; display: flex; align-items: center; }
.glow { position: absolute; inset: 4% -7% -2% 9%; border-radius: 50%; background: radial-gradient(circle, rgba(29,112,247,.17), transparent 67%); filter: blur(8px); }
.dashboard-card { position: relative; width: 100%; min-height: 376px; display: flex; overflow: hidden; border: 1px solid rgba(216,226,232,.9); border-radius: 16px; background: white; box-shadow: 0 32px 70px rgba(29,52,68,.16); transform: perspective(1100px) rotateY(-4deg) rotateX(1deg); }
.dash-sidebar { width: 67px; padding: 22px 0; display: flex; flex-direction: column; align-items: center; gap: 26px; background: var(--navy); }
.mini-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: white; background: var(--blue); font-weight: 800; }
.dash-sidebar i { width: 17px; height: 17px; border: 2px solid #7890a0; border-radius: 4px; opacity: .65; }
.dash-sidebar i:nth-child(2) { border-color: white; opacity: 1; box-shadow: -22px 0 0 -7px var(--blue); }
.dash-main { flex: 1; padding: 30px 28px; background: #fafbfc; }
.dash-top { display: flex; align-items: center; justify-content: space-between; font: 700 20px "Manrope", sans-serif; }
.dash-top b { padding: 10px 13px; border-radius: 6px; color: white; background: var(--blue); font: 600 10px "DM Sans", sans-serif; }
.stats { margin: 27px 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stats > div { min-height: 98px; padding: 18px; border: 1px solid #e6ebee; border-radius: 9px; background: white; }
.stats small { display: block; color: #84939c; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.stats strong { margin-top: 6px; display: inline-block; color: var(--ink); font: 700 28px "Manrope", sans-serif; }
.stats span { margin-left: 8px; color: #19a77e; font-size: 8px; }
.people-table { overflow: hidden; border: 1px solid #e5eaed; border-radius: 9px; background: white; font-size: 9px; }
.people-table > div { min-height: 49px; padding: 0 15px; display: grid; grid-template-columns: 1.4fr 1fr .5fr; align-items: center; border-top: 1px solid #edf0f2; }
.people-table .table-head { min-height: 36px; border: 0; color: #89979f; background: #f7f9fa; font-weight: 700; text-transform: uppercase; }
.people-table div span:first-child { display: flex; align-items: center; }
.people-table b { width: max-content; padding: 4px 7px; border-radius: 20px; color: #168664; background: #e4f8f1; font-size: 8px; }
.avatar { width: 23px; height: 23px; margin-right: 8px; border-radius: 50%; background: #dbe5ff; }
.avatar.a2 { background: #ffe6c6; }.avatar.a3 { background: #d9f4eb; }
.floating-card { position: absolute; right: -25px; bottom: 17px; padding: 15px 18px; display: flex; align-items: center; gap: 11px; border: 1px solid #dce6e8; border-radius: 11px; background: white; box-shadow: 0 18px 34px rgba(28,53,68,.14); }
.floating-card .check { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #12805f; background: #dff8ef; font-weight: 800; }
.floating-card strong, .floating-card small { display: block; }.floating-card strong { font-size: 11px; }.floating-card small { margin-top: 3px; color: #84929a; font-size: 8px; }

.platform { padding: 115px max(24px, calc((100% - 1180px)/2)) 130px; background: white; }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; }
.section-intro .eyebrow { grid-column: 1/-1; }
h2 { font-size: clamp(38px, 4.4vw, 61px); line-height: 1.05; }
.section-intro p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { margin-top: 65px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 250px); gap: 18px; }
.feature { position: relative; overflow: hidden; padding: 35px; border: 1px solid var(--line); border-radius: 14px; background: #f8faf9; }
.feature-wide { grid-row: 1/3; }
.feature-number { color: var(--blue); font: 700 11px "Manrope", sans-serif; letter-spacing: .1em; }
.feature h3 { margin-top: 16px; font-size: 29px; }
.feature p { max-width: 410px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.document-stack { position: absolute; left: 48px; right: 48px; bottom: -30px; height: 230px; }
.document-stack i { position: absolute; inset: 0; border: 1px solid #dbe4e8; border-radius: 12px 12px 0 0; background: white; box-shadow: 0 -8px 24px rgba(34,65,81,.06); }
.document-stack i::before { content: ""; position: absolute; left: 28px; top: 34px; width: 38%; height: 8px; border-radius: 8px; background: #1d70f7; box-shadow: 0 26px 0 #dfe5e8, 105px 26px 0 #edf0f2, 0 52px 0 #dfe5e8, 145px 52px 0 #edf0f2, 0 78px 0 #dfe5e8; }
.document-stack i:nth-child(2) { transform: translate(20px, 24px); }.document-stack i:nth-child(3) { transform: translate(40px, 48px); }
.nodes { position: absolute; right: 35px; bottom: 27px; width: 135px; height: 80px; }
.nodes::before, .nodes::after { content: ""; position: absolute; background: #bfd1f5; }.nodes::before { left: 22px; right: 22px; top: 39px; height: 1px; }.nodes::after { left: 67px; top: 12px; bottom: 22px; width: 1px; }
.nodes i, .nodes b { position: absolute; z-index: 1; width: 29px; height: 29px; border: 6px solid #e4ecfd; border-radius: 50%; background: var(--blue); }
.nodes i:nth-child(1) { left: 0; bottom: 0; }.nodes i:nth-child(2) { right: 0; bottom: 0; }.nodes i:nth-child(3) { left: 53px; top: 0; }.nodes b { left: 53px; bottom: 0; border-color: #dcf6ed; background: var(--mint); }
.feature.dark { color: white; border: 0; background: var(--navy); }.feature.dark p { max-width: 320px; color: #a8bbc6; }.feature.dark .feature-number { color: var(--mint); }
.shield { position: absolute; right: 38px; bottom: -24px; width: 112px; height: 130px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.17); border-radius: 54px 54px 42px 42px; background: linear-gradient(145deg, #17435b, #0b293b); box-shadow: inset 0 0 30px rgba(56,214,163,.08); font: 800 38px "Manrope", sans-serif; }

.access-section { padding: 105px max(24px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; color: white; background: var(--blue); }
.eyebrow.light { color: #d9e7ff; }.eyebrow.light span { background: var(--mint); }
.access-section h2 { margin-top: 20px; }.access-section > div > p { max-width: 480px; color: #d9e7ff; font-size: 17px; line-height: 1.7; }
.access-box { padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(10,50,120,.18); box-shadow: 0 25px 50px rgba(8,45,110,.17); }
.access-box label { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.input-row input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; outline: none; color: white; background: rgba(255,255,255,.12); font: 500 15px "DM Sans", sans-serif; }
.input-row input::placeholder { color: #c5d8fa; }.input-row input:focus { border-color: white; box-shadow: 0 0 0 3px rgba(255,255,255,.12); }
.button-light { color: var(--blue-dark); background: white; }
.access-box small { display: block; margin-top: 12px; color: #c6d9fb; }

footer { min-height: 130px; padding: 0 max(24px, calc((100% - 1180px)/2)); display: flex; align-items: center; gap: 28px; color: #71838e; background: white; font-size: 13px; }
footer p { flex: 1; }.footer-brand { color: var(--ink); }

@media (max-width: 900px) {
  .topbar nav { display: none; }
  .hero { padding-top: 55px; grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-lead { margin-left: auto; margin-right: auto; }
  .product-scene { width: min(680px, 100%); margin: auto; }.floating-card { right: 5px; }
  .section-intro, .access-section { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 650px) {
  .topbar, .hero { width: min(100% - 32px, 1180px); }
  .topbar { height: 72px; }.topbar .button { display: none; }
  .hero { padding-top: 45px; padding-bottom: 80px; }.hero-actions { flex-direction: column; gap: 7px; }
  .product-scene { min-height: 335px; }.dashboard-card { min-height: 300px; transform: none; }.dash-sidebar { width: 48px; }.dash-main { padding: 22px 15px; }.stats > div:nth-child(2) { display: none; }.stats { grid-template-columns: 1fr; }.people-table > div { grid-template-columns: 1.4fr .8fr; }.people-table > div span:nth-child(2) { display: none; }.floating-card { display: none; }
  .platform { padding-top: 80px; padding-bottom: 85px; }.feature-grid { grid-template-columns: 1fr; grid-template-rows: 350px 250px 280px; }.feature-wide { grid-row: auto; }.feature { padding: 28px; }
  .access-section { padding-top: 78px; padding-bottom: 80px; }.input-row { grid-template-columns: 1fr; }.button-light { width: 100%; }
  footer { padding-top: 30px; padding-bottom: 30px; flex-wrap: wrap; }footer p { order: 3; flex-basis: 100%; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
