:root {
  --navy: #071a33;
  --navy-2: #0d2b52;
  --blue: #1d5fae;
  --gold: #d59a28;
  --gold-2: #f2c15e;
  --ink: #132033;
  --muted: #60708a;
  --line: #e5eaf2;
  --soft: #f5f7fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 26, 51, 0.14);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }
.soft { background: var(--soft); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(229,234,242,0.85);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--gold-2);
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(7,26,51,.2);
}
.brand-text { display: grid; line-height: 1.08; }
.brand-text strong { letter-spacing: .08em; font-size: 0.98rem; }
.brand-text em { color: var(--muted); font-size: .74rem; font-style: normal; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 24px; color: #33445f; font-weight: 650; font-size: .94rem; }
.nav-links a:hover { color: var(--blue); }
.nav-login {
  padding: 10px 18px;
  color: var(--white) !important;
  border-radius: 999px;
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(7,26,51,.18);
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; width: 24px; background: var(--navy); margin: 5px auto; }
.hero {
  background:
    radial-gradient(circle at 80% 12%, rgba(213,154,40,.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1fr .94fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; color: var(--navy); }
h1 { font-size: clamp(2.6rem, 5vw, 5.35rem); letter-spacing: -0.06em; }
h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); letter-spacing: -0.045em; }
h3 { font-size: 1.18rem; }
.hero-subtitle { font-size: 1.18rem; color: var(--muted); max-width: 650px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 22px;
  border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; cursor: pointer; font-size: .96rem;
}
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: 0 18px 36px rgba(7,26,51,.22); }
.btn-primary:hover { transform: translateY(-1px); }
.btn-secondary { color: var(--navy); background: var(--white); border-color: var(--line); box-shadow: 0 12px 24px rgba(7,26,51,.08); }
.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #45556f; background: rgba(255,255,255,.72); font-size: .9rem; font-weight: 650; }
.dashboard-preview { background: #0b1b31; border-radius: 32px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.18); overflow: hidden; transform: rotate(1deg); }
.browser-bar { height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 18px; color: #aebbd0; border-bottom: 1px solid rgba(255,255,255,.1); }
.browser-bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.35); }
.browser-bar strong { margin-left: 8px; font-size: .82rem; font-weight: 700; }
.preview-body { padding: 22px; display: grid; gap: 16px; }
.preview-top, .chart-card, .insight-card, .metric-grid article { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding: 18px; color: white; }
.preview-top small { display: block; color: #9eb0ca; margin-bottom: 5px; }
.pill { background: rgba(213,154,40,.16); color: #ffdc92; border: 1px solid rgba(213,154,40,.38); padding: 7px 11px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-grid article { padding: 16px; }
.metric-grid span { display: block; color: #9eb0ca; font-size: .82rem; }
.metric-grid strong { color: white; font-size: 1.65rem; }
.chart-card { padding: 18px; color: white; }
.chart-title { display: flex; justify-content: space-between; color: white; margin-bottom: 16px; }
.chart-title span { color: #ffcf77; font-size: .84rem; }
.bar-row { display: grid; grid-template-columns: 72px 1fr 32px; gap: 10px; align-items: center; margin: 12px 0; color: #cbd5e5; font-size: .86rem; }
.bar-row i { display: block; height: 9px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; position: relative; }
.bar-row i:after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); background: linear-gradient(90deg, var(--gold), #5ea3ff); border-radius: inherit; }
.bar-row b { color: white; }
.insight-card { padding: 16px; display: flex; gap: 13px; color: #dbe7f7; }
.insight-icon { width: 36px; height: 36px; border-radius: 12px; background: rgba(213,154,40,.18); color: var(--gold-2); display:grid; place-items:center; flex: 0 0 auto; font-weight: 900; }
.insight-card p { margin: 0; }
.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.strip-grid { min-height: 82px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; align-items: center; text-align: center; color: #71809a; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; font-size: .8rem; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.text-block { color: var(--muted); font-size: 1.07rem; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article, .feature-grid article { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: 0 12px 34px rgba(7,26,51,.05); }
.steps span { color: var(--gold); font-weight: 900; }
.steps p, .feature-grid p { color: var(--muted); margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.icon { width: 46px; height: 46px; border-radius: 16px; display:grid; place-items:center; background: #eef5ff; color: var(--blue); margin-bottom: 18px; font-weight: 900; }
.privacy-band { background: var(--navy); color: white; }
.privacy-band h2 { color: white; }
.privacy-band p { color: #c5d2e6; }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.privacy-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.privacy-points article { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 20px; border-radius: 20px; }
.privacy-points strong, .privacy-points span { display: block; }
.privacy-points span { margin-top: 7px; color: #c5d2e6; }
.pilot-card { border-radius: 32px; padding: 48px; background: linear-gradient(135deg, #f8fbff, #fff7e7); border: 1px solid #f0e2c4; display: flex; align-items: center; justify-content: space-between; gap: 34px; box-shadow: var(--shadow); }
.pilot-card p { color: var(--muted); max-width: 760px; }
.contact-section { background: linear-gradient(180deg, #ffffff, #f7f9fd); }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 56px; align-items: start; }
.contact-copy p { color: var(--muted); }
.contact-lines { display: grid; gap: 10px; margin-top: 24px; color: var(--blue); font-weight: 800; }
.contact-form { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; color: #33445f; font-weight: 800; margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 14px; font: inherit; color: var(--ink); background: #fbfcff; outline: none; }
input:focus, textarea:focus { border-color: rgba(29,95,174,.48); box-shadow: 0 0 0 4px rgba(29,95,174,.1); }
.form-note { color: var(--muted); font-size: .88rem; margin: 12px 0 0; }
.site-footer { background: #061426; color: #c7d3e6; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 34px; }
.footer-grid div { display: grid; gap: 9px; align-content: start; }
.footer-grid strong { color: white; margin-bottom: 4px; }
.footer-grid a:hover { color: white; }
.footer-brand .brand-text strong { color: white; }
.footer-bottom { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #8fa2bd; font-size: .9rem; }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 16px; border-radius: 20px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 10px; }
  .nav-login { text-align: center; margin-top: 8px; }
  .hero-grid, .two-col, .privacy-grid, .contact-grid { grid-template-columns: 1fr; }
  .steps, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-preview { transform: none; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 68px 0; }
  .hero-actions, .pilot-card, .footer-bottom { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .steps, .feature-grid, .privacy-points, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr; }
  .pilot-card { padding: 28px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2rem; }
}
