:root {
  --ink: #101828;
  --muted: #667085;
  --line: #e7eaf0;
  --paper: #fbfcff;
  --white: #ffffff;
  --violet: #6d5dfc;
  --violet-dark: #5143cf;
  --cyan: #18b6c9;
  --mint: #dff9f5;
  --lavender: #eeeaff;
  --shadow: 0 20px 60px rgba(29, 36, 67, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header { padding: 22px 0; border-bottom: 1px solid rgba(231, 234, 240, .8); background: rgba(251, 252, 255, .88); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 10; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; letter-spacing: -.03em; font-size: 20px; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--violet), var(--cyan)); box-shadow: 0 8px 18px rgba(109, 93, 252, .28); }
.brand-mark svg { width: 19px; height: 19px; }
.nav-links { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { padding: 10px 16px; background: var(--ink); color: var(--white); border-radius: 999px; font-size: 13px; font-weight: 700; }

.hero { padding: 86px 0 92px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -150px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(24, 182, 201, .20), rgba(24, 182, 201, 0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 72px; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--violet-dark); font-size: 13px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(24, 182, 201, .12); }
h1 { margin: 18px 0 22px; max-width: 650px; font-size: clamp(44px, 6vw, 76px); line-height: 1.02; letter-spacing: -.065em; }
.hero-copy { max-width: 560px; color: var(--muted); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; gap: 9px; padding: 13px 19px; border-radius: 999px; font-weight: 740; font-size: 14px; border: 1px solid transparent; }
.button-primary { background: var(--violet); color: var(--white); box-shadow: 0 10px 24px rgba(109, 93, 252, .22); }
.button-primary:hover { background: var(--violet-dark); }
.button-quiet { background: var(--white); border-color: var(--line); }
.button-quiet:hover { border-color: #c8cddd; }
.button svg { width: 16px; height: 16px; }
.microcopy { color: var(--muted); font-size: 12px; margin-top: 17px; }

.visual { min-height: 420px; border-radius: 28px; position: relative; background: linear-gradient(145deg, #171b37, #25206b 62%, #1a9ca8); overflow: hidden; box-shadow: var(--shadow); }
.visual::before { content: ""; position: absolute; width: 420px; height: 420px; top: -145px; right: -70px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.24), transparent 65%); }
.visual::after { content: ""; position: absolute; width: 330px; height: 330px; left: -130px; bottom: -150px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 34px rgba(255,255,255,.05), 0 0 0 68px rgba(255,255,255,.04); }
.visual-card { position: absolute; inset: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 21px; background: rgba(10, 14, 44, .36); backdrop-filter: blur(15px); padding: 26px; color: var(--white); }
.visual-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.66); font-size: 12px; }
.visual-pill { background: rgba(223,249,245,.14); color: #bcfff5; border-radius: 999px; padding: 6px 10px; }
.visual-title { margin: 58px 0 8px; font-size: 31px; line-height: 1.1; letter-spacing: -.04em; }
.visual-subtitle { color: rgba(255,255,255,.62); font-size: 13px; }
.chart { height: 122px; display: flex; align-items: end; gap: 10px; margin-top: 34px; }
.bar { flex: 1; border-radius: 7px 7px 3px 3px; background: linear-gradient(180deg, #93fff2, #4bc8dc); opacity: .9; }
.bar:nth-child(1) { height: 36%; opacity: .5; } .bar:nth-child(2) { height: 54%; opacity: .62; } .bar:nth-child(3) { height: 46%; opacity: .7; } .bar:nth-child(4) { height: 72%; } .bar:nth-child(5) { height: 64%; } .bar:nth-child(6) { height: 92%; } .bar:nth-child(7) { height: 78%; }

.section { padding: 88px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 610px; }
.section-heading h2 { margin: 13px 0 12px; font-size: clamp(29px, 4vw, 46px); line-height: 1.1; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.feature { padding: 26px; border: 1px solid var(--line); background: var(--white); border-radius: 17px; }
.feature-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: var(--violet-dark); background: var(--lavender); }
.feature-icon svg { width: 19px; height: 19px; }
.feature h3 { margin: 20px 0 8px; font-size: 17px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }

.trust-band { background: #f1fbfa; border-top: 1px solid #d9f2ef; border-bottom: 1px solid #d9f2ef; padding: 30px 0; }
.trust-content { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.trust-content p { margin: 0; color: #27706c; font-size: 14px; }
.trust-items { display: flex; flex-wrap: wrap; gap: 18px; color: #27706c; font-size: 13px; font-weight: 700; }
.trust-items span { display: inline-flex; align-items: center; gap: 7px; }
.trust-items svg { width: 15px; height: 15px; }

.site-footer { padding: 28px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: var(--ink); }

.policy { padding: 78px 0 100px; }
.policy-header { max-width: 760px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.policy-header h1 { font-size: clamp(42px, 6vw, 64px); margin: 18px 0 14px; }
.policy-header p { color: var(--muted); margin: 0; }
.policy-body { max-width: 760px; padding-top: 42px; }
.policy-body h2 { font-size: 21px; margin: 37px 0 9px; letter-spacing: -.02em; }
.policy-body h2:first-child { margin-top: 0; }
.policy-body p, .policy-body li { color: #475467; font-size: 15px; }
.policy-body ul { padding-left: 23px; }
.policy-callout { border-left: 3px solid var(--cyan); background: #effcfb; padding: 16px 18px; margin: 26px 0; border-radius: 0 10px 10px 0; color: #276863; font-size: 14px; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 17px; color: var(--muted); font-size: 13px; }

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 680px); }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding: 62px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .visual { min-height: 360px; }
  .feature-grid { grid-template-columns: 1fr; }
  .trust-content, .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 460px) {
  .shell { width: calc(100% - 30px); }
  .site-header { padding: 17px 0; }
  h1 { font-size: 46px; }
  .hero-copy { font-size: 16px; }
  .visual-card { inset: 18px; padding: 20px; }
  .visual-title { margin-top: 47px; font-size: 27px; }
  .policy { padding-top: 54px; }
}
