
:root {
  --bg: #f7f9ff;
  --surface: #ffffff;
  --surface-soft: #f2f5ff;
  --text: #111827;
  --muted: #667085;
  --line: #e7eaf3;
  --primary: #4f63ff;
  --primary-2: #6f7cff;
  --accent: #8ea1ff;
  --shadow: 0 18px 50px rgba(65, 82, 160, 0.10);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* { 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(--text);
  background:
    radial-gradient(circle at 85% 8%, rgba(113, 136, 255, .18), transparent 28%),
    radial-gradient(circle at 15% 22%, rgba(160, 180, 255, .16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 64%, #ffffff 100%);
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(255,255,255,.84);
  border-bottom: 1px solid rgba(231,234,243,.9);
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--primary), #8ea1ff);
  box-shadow: 0 10px 22px rgba(79,99,255,.25);
  position: relative;
}
.brand-mark:before,
.brand-mark:after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.95);
  border-radius: 999px;
  transform: rotate(-35deg);
}
.brand-mark:before { width: 7px; height: 19px; left: 10px; top: 8px; }
.brand-mark:after { width: 7px; height: 12px; right: 8px; top: 7px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #344054;
  font-weight: 650;
  font-size: 14px;
}
.nav-links a:hover { color: var(--primary); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 750;
  transition: .2s ease;
  background: white;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(31,41,55,.08); }
.btn-primary {
  color: white;
  border: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 13px 28px rgba(79,99,255,.28);
}
.btn-secondary { background: rgba(255,255,255,.72); }

.hero {
  padding: 64px 0 48px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(79,99,255,.09);
  color: #4054ef;
  font-weight: 750;
  font-size: 13px;
}
h1 {
  margin: 20px 0 22px;
  font-size: clamp(44px, 6vw, 74px);
  line-height: .98;
  letter-spacing: -0.055em;
  max-width: 760px;
}
.hero p {
  margin: 0;
  max-width: 660px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.trust-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 32px;
  color: #475467;
  font-size: 13px;
  font-weight: 650;
}
.trust-row span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.check {
  width: 19px; height: 19px;
  border: 1.5px solid #7b8cff;
  color: var(--primary);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.hero-card {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(225,230,244,.96);
  border-radius: 30px;
  padding: 22px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-card:after {
  content: "";
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(102,124,255,.10);
  right: -100px; bottom: -100px;
}
.mock-top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 4px 18px;
}
.mock-brand { font-weight: 800; }
.mock-pill {
  font-size: 12px;
  color: #4054ef;
  background: #eef1ff;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 700;
}
.mock-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.mock-box {
  min-height: 126px;
  background: linear-gradient(180deg, #ffffff, #f8faff);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}
.mock-box strong { display: block; font-size: 15px; margin-bottom: 10px; }
.mock-lines div {
  height: 8px;
  border-radius: 99px;
  background: #e9edfb;
  margin: 9px 0;
}
.mock-lines div:nth-child(2) { width: 72%; }
.mock-lines div:nth-child(3) { width: 48%; }
.mock-chart {
  height: 58px;
  display: flex;
  align-items: end;
  gap: 7px;
  padding-top: 8px;
}
.mock-chart i {
  flex: 1;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #9cafff, #5268ff);
}
.mock-chart i:nth-child(1){height:33%}.mock-chart i:nth-child(2){height:52%}
.mock-chart i:nth-child(3){height:42%}.mock-chart i:nth-child(4){height:68%}
.mock-chart i:nth-child(5){height:86%}.mock-chart i:nth-child(6){height:76%}

.section { padding: 48px 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  margin-bottom: 20px;
}
.section-head h2 {
  margin: 0 0 6px;
  font-size: 34px;
  letter-spacing: -0.035em;
}
.section-head p { margin: 0; color: var(--muted); line-height: 1.7; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 28px rgba(47,58,115,.05);
}
.product-icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6d7cff, #9badff);
  display: grid; place-items: center;
  color: white;
  font-weight: 900;
  margin-bottom: 16px;
}
.product-card h3 { margin: 0 0 10px; font-size: 20px; }
.product-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.product-card .meta {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status {
  display: inline-flex;
  padding: 7px 10px;
  background: #eef1ff;
  color: #4054ef;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.value {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.75);
  padding: 22px;
}
.value h3 { margin: 14px 0 10px; }
.value p { margin: 0; color: var(--muted); line-height: 1.7; }
.value-no {
  width: 38px; height: 38px; border-radius: 12px;
  display:grid; place-items:center;
  background:#eef1ff; color:#4054ef; font-weight:800;
}

.cta {
  margin: 48px auto;
  border: 1px solid #dfe4fb;
  background:
    radial-gradient(circle at 85% 30%, rgba(119,142,255,.20), transparent 30%),
    linear-gradient(135deg, #f9faff, #eef2ff);
  border-radius: 30px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.cta h2 { margin: 0 0 10px; font-size: 34px; letter-spacing:-.035em; }
.cta p { margin: 0; color: var(--muted); line-height:1.7; max-width:680px; }

footer {
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.8);
  padding: 34px 0;
}
.footer-row {
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  align-items:center;
  color:#667085;
  font-size:13px;
}
.footer-links { display:flex; gap:18px; flex-wrap:wrap; }
.footer-links a:hover { color: var(--primary); }

.page-shell { padding: 64px 0 96px; }
.page-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 5vw, 54px);
  box-shadow: var(--shadow);
}
.page-card h1 {
  font-size: clamp(38px,5vw,58px);
  line-height:1.05;
  margin-top:0;
}
.page-card h2 { margin-top: 34px; font-size: 23px; }
.page-card p, .page-card li { color: #475467; line-height: 1.8; }
.note {
  background:#f4f6ff;
  border:1px solid #e3e7fb;
  padding:16px 18px;
  border-radius:14px;
  color:#4054ef;
  font-weight:650;
}
.contact-box {
  display:grid;
  gap:10px;
  padding:22px;
  background:#f7f9ff;
  border:1px solid var(--line);
  border-radius:18px;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .product-grid, .value-grid { grid-template-columns: 1fr; }
  .nav-links { display:none; }
  .cta { flex-direction:column; align-items:flex-start; padding:34px; }
}

/* Compact vertical rhythm */
.section + .section { padding-top: 36px; }
.product-grid + * { margin-top: 0; }
.value-grid { margin-top: 0; }
