:root {
  --bg: #070918;
  --ink: #0f172a;
  --muted: #687089;
  --white: #ffffff;
  --panel: rgba(255,255,255,.82);
  --line: rgba(255,255,255,.18);
  --blue: #635bff;
  --cyan: #22d3ee;
  --violet: #a855f7;
  --green: #10b981;
  --shadow: 0 24px 80px rgba(21, 24, 58, .22);
  --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: #f8fbff;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 112px 0; position: relative; }

.site-bg { position: fixed; inset: 0; z-index: -2; background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 45%, #ffffff 100%); }
.orb { position: absolute; border-radius: 999px; filter: blur(34px); opacity: .55; }
.orb-one { width: 520px; height: 520px; background: #c7d2fe; top: -180px; left: -160px; }
.orb-two { width: 440px; height: 440px; background: #bae6fd; top: 120px; right: -140px; }
.orb-three { width: 360px; height: 360px; background: #ddd6fe; bottom: 20%; left: 22%; opacity: .35; }

.nav-wrap { position: sticky; top: 14px; z-index: 20; padding: 0 20px; }
.navbar {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.68);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(22px);
  border-radius: 999px;
  box-shadow: 0 14px 48px rgba(15,23,42,.08);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 10px 30px rgba(99,91,255,.35); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 650; color: #30364a; }
.nav-cta { color: white; background: #111827; padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 25px; }

.hero { padding-top: 106px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 52px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #4f46e5; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(52px, 7vw, 86px); line-height: .94; letter-spacing: -.075em; margin-bottom: 24px; max-width: 850px; }
h2 { font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.06em; margin-bottom: 20px; }
h3 { font-size: 21px; letter-spacing: -.035em; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.7; }
.hero-subtitle { font-size: 20px; max-width: 640px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; border: 0; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg, #111827, #3b345f); box-shadow: 0 18px 44px rgba(17,24,39,.22); }
.button.secondary { color: #111827; background: rgba(255,255,255,.72); border: 1px solid rgba(15,23,42,.1); }
.button.light { background: white; color: #111827; }
.button.full { width: 100%; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-row span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.7); color: #475569; font-size: 13px; font-weight: 700; border: 1px solid rgba(15,23,42,.06); }

.dashboard-card { position: relative; padding: 24px; border-radius: 34px; background: rgba(13, 17, 38, .88); color: white; box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(255,255,255,.16); }
.dashboard-card::before { content: ''; position: absolute; width: 360px; height: 360px; right: -150px; top: -130px; background: radial-gradient(circle, rgba(34,211,238,.65), transparent 62%); }
.dash-top, .metrics-grid, .flow-card, .chart-wrap { position: relative; z-index: 1; }
.dash-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 34px; }
.dash-top strong { display: block; font-size: 36px; letter-spacing: -.05em; margin-top: 4px; }
.muted { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 700; }
.pill { background: rgba(16,185,129,.16); color: #a7f3d0; border: 1px solid rgba(16,185,129,.32); padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.chart-wrap { height: 190px; display: flex; align-items: end; gap: 14px; padding: 20px; border-radius: 24px; background: rgba(255,255,255,.07); }
.chart-bar { flex: 1; min-width: 32px; border-radius: 14px 14px 4px 4px; background: linear-gradient(180deg, #67e8f9, #635bff); animation: grow 1.4s ease both; }
.h1{height:48%}.h2{height:72%}.h3{height:58%}.h4{height:88%}.h5{height:64%}.h6{height:96%}
@keyframes grow { from { transform: scaleY(.2); opacity: .3; transform-origin: bottom; } to { transform: scaleY(1); opacity: 1; transform-origin: bottom; } }
.metrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.metric-card { padding: 18px; background: rgba(255,255,255,.09); border-radius: 20px; }
.metric-card span { display:block; color: rgba(255,255,255,.62); font-size: 13px; margin-bottom: 8px; }
.metric-card strong { font-size: 25px; }
.flow-card { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; padding: 16px; border-radius: 20px; background: rgba(255,255,255,.94); color: #111827; font-size: 13px; font-weight: 800; }
.flow-card i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #94a3b8, transparent); }

.logo-strip { padding: 24px 0; }
.strip-inner { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; color: #64748b; border-top: 1px solid rgba(15,23,42,.06); border-bottom: 1px solid rgba(15,23,42,.06); padding: 24px 0; }
.strip-inner strong { color: #111827; }

.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .industry, .comparison, .contact-form, .stats {
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(15,23,42,.07);
  border-radius: var(--radius);
  box-shadow: 0 18px 70px rgba(15,23,42,.06);
}
.feature-card { padding: 30px; min-height: 235px; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover, .industry:hover { transform: translateY(-5px); box-shadow: 0 26px 90px rgba(15,23,42,.11); }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; margin-bottom: 24px; background: linear-gradient(135deg, rgba(99,91,255,.12), rgba(34,211,238,.16)); color: #4f46e5; font-weight: 900; }

.impact { background: linear-gradient(135deg, #111827, #221b4c); color: white; overflow: hidden; }
.impact::before { content: ''; position: absolute; width: 520px; height: 520px; right: -120px; top: -100px; background: radial-gradient(circle, rgba(99,91,255,.46), transparent 64%); }
.impact h2, .impact .eyebrow { color: white; }
.impact p { color: rgba(255,255,255,.72); }
.impact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: center; position: relative; }
.comparison { padding: 22px; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.15); }
.compare-row { display: flex; justify-content: space-between; align-items: center; padding: 22px; border-radius: 22px; margin-bottom: 14px; }
.muted-row { background: rgba(255,255,255,.08); color: rgba(255,255,255,.7); }
.active-row { background: linear-gradient(135deg, #ffffff, #e0f2fe); color: #111827; }
.compare-note { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; padding: 8px 4px; }

.partners { background: #f8fbff; }
.partner-card { color: white; background: linear-gradient(135deg, #635bff, #22d3ee); border-radius: 40px; padding: clamp(34px, 6vw, 70px); box-shadow: var(--shadow); overflow: hidden; }
.partner-card h2 { max-width: 760px; }
.partner-card p { color: rgba(255,255,255,.82); max-width: 760px; }
.partner-card .eyebrow { color: white; }
.partner-card .eyebrow::before { background: white; }
.partner-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 34px 0; }
.partner-list div { padding: 20px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); border-radius: 22px; }
.partner-list strong, .partner-list span { display:block; }
.partner-list span { color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; margin-top: 8px; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.industry { padding: 26px; min-height: 260px; }
.industry span { color: #635bff; font-weight: 900; }

.about { background: rgba(255,255,255,.48); }
.about-grid { display:grid; grid-template-columns: 1fr .9fr; gap: 42px; align-items: center; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); padding: 18px; gap: 12px; }
.stats div { padding: 24px; border-radius: 20px; background: #f8fbff; }
.stats strong { display: block; font-size: 27px; letter-spacing: -.04em; }
.stats span { display:block; color: var(--muted); margin-top: 8px; font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.contact-form { padding: 28px; }
.contact-form label { display: block; font-size: 13px; color: #475569; font-weight: 800; margin-bottom: 14px; }
.contact-form input, .contact-form select { width: 100%; height: 52px; padding: 0 14px; margin-top: 8px; border-radius: 14px; border: 1px solid rgba(15,23,42,.12); background: white; font: inherit; }
.form-note { font-size: 12px; margin: 14px 0 0; }

.footer { padding: 60px 0 30px; background: #070918; color: white; }
.footer-grid { display:grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 30px; }
.footer p, .legal { color: rgba(255,255,255,.6); }
.footer a { display: block; margin-top: 10px; color: rgba(255,255,255,.72); }
.footer-brand { margin-bottom: 14px; }
.legal { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; margin-top: 36px; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 70px; left: 20px; right: 20px; padding: 20px; border-radius: 24px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .impact-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid, .industry-grid, .partner-list { grid-template-columns: 1fr 1fr; }
  h1 { font-size: 56px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 76px 0; }
  .navbar { border-radius: 24px; }
  .brand-text { font-size: 14px; }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .feature-grid, .industry-grid, .partner-list, .metrics-grid, .stats, .footer-grid { grid-template-columns: 1fr; }
  .dashboard-card { padding: 18px; }
  .chart-wrap { height: 150px; }
}

/* Legal pages */
.narrow { max-width: 860px; }
.legal-page { background: radial-gradient(circle at top left, rgba(99,102,241,.12), transparent 35%), #fbfcff; }
.legal-page h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -0.05em; margin: 14px 0 18px; }
.legal-page h2 { margin-top: 38px; margin-bottom: 12px; font-size: 24px; letter-spacing: -0.025em; color: #0b1020; }
.legal-page p { color: #475569; line-height: 1.8; font-size: 16px; }
.legal-page .lead { font-size: 20px; color: #334155; }
.legal-page a { color: #4f46e5; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.4fr .6fr .75fr .8fr; } }
