:root {
  --ink: #09111f;
  --ink-soft: #14213d;
  --blue: #2563eb;
  --blue-bright: #60a5fa;
  --surface: #f7f9fc;
  --line: #dbe4f0;
  --muted: #5c6b82;
  --white: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #93c5fd; outline-offset: 3px; }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: 1rem; top: -4rem; padding: .7rem 1rem; background: var(--white); z-index: 10; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(219, 228, 240, .8); background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 800; letter-spacing: -.03em; }
.brand-logo { display: block; width: 178px; height: auto; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: white; background: linear-gradient(135deg, #1d4ed8, #60a5fa); box-shadow: 0 8px 20px rgba(37, 99, 235, .25); }
.nav-links { display: flex; align-items: center; gap: 1.25rem; color: #40516b; font-size: .92rem; }
.nav-links a:hover { color: var(--blue); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: .7rem 1rem; border-radius: .7rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 24px rgba(37, 99, 235, .22); }
.button-primary:hover { background: #1d4ed8; }
.button-secondary { border: 1px solid var(--line); background: var(--white); }
.is-disabled { cursor: not-allowed; opacity: .55; }

.hero { overflow: hidden; color: white; background: radial-gradient(circle at 88% 10%, rgba(96, 165, 250, .35), transparent 27%), linear-gradient(135deg, #081426, #10264d 58%, #0b3b83); }
.hero-content { padding: 92px 0 74px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1.25rem; color: #bfdbfe; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.eyebrow::before { content: ""; width: 1.6rem; height: 2px; background: #60a5fa; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 1.3rem; font-size: clamp(2.4rem, 5vw, 4.65rem); line-height: 1.03; letter-spacing: -.06em; }
.hero p { max-width: 600px; color: #d7e5fa; font-size: clamp(1.05rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero .button-secondary { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.hero-note { margin-top: 1.25rem; color: #b7cae7; font-size: .85rem; }
.product-window { padding: .85rem; border: 1px solid rgba(191, 219, 254, .34); border-radius: 1.1rem; background: rgba(7, 21, 44, .72); box-shadow: 0 30px 70px rgba(0, 0, 0, .26); transform: rotate(2deg); }
.window-bar { display: flex; align-items: center; gap: .35rem; padding: .2rem .1rem .8rem; }
.window-dot { width: .55rem; height: .55rem; border-radius: 50%; background: #f87171; }.window-dot:nth-child(2) { background: #fbbf24; }.window-dot:nth-child(3) { background: #4ade80; }
.dashboard { display: grid; grid-template-columns: 74px 1fr; min-height: 320px; overflow: hidden; border-radius: .75rem; color: #173154; background: #f8fbff; }
.dashboard-aside { padding: 1rem .8rem; background: #102650; }.dashboard-aside span { display: block; width: 100%; height: 8px; margin: .65rem 0; border-radius: 6px; background: #5a75a6; }.dashboard-aside span:first-child { background: #93c5fd; }
.dashboard-body { padding: 1.05rem; }.mini-title { font-size: .75rem; font-weight: 800; }.mini-muted { color: #71809a; font-size: .62rem; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin: .8rem 0; }.mini-card { min-height: 54px; padding: .45rem; border: 1px solid #dce8f6; border-radius: .45rem; background: white; }.mini-value { display: block; margin-top: .25rem; color: #2563eb; font-weight: 800; font-size: .95rem; }
.funnel { display: grid; gap: .4rem; }.funnel-row { display: flex; align-items: center; justify-content: space-between; padding: .55rem .65rem; border-radius: .45rem; background: white; font-size: .68rem; }.pill { width: 42%; height: .45rem; border-radius: 10px; background: #bfdbfe; }.funnel-row:nth-child(2) .pill { width: 66%; background: #60a5fa; }.funnel-row:nth-child(3) .pill { width: 31%; background: #93c5fd; }

.section { padding: 84px 0; }.section-alt { background: white; }.section-heading { max-width: 700px; margin-bottom: 2.6rem; }.section-heading h2 { margin-bottom: .7rem; font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.1; letter-spacing: -.045em; }.section-heading p { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.feature-card { min-height: 218px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: white; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }.feature-card:hover { border-color: #93c5fd; background: #fcfdff; box-shadow: 0 18px 34px rgba(37, 99, 235, .12); transform: translateY(-5px); }.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 1.1rem; border-radius: .75rem; color: #1d4ed8; background: #dbeafe; transition: color .2s ease, background .2s ease, transform .2s ease; }.feature-icon svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }.feature-card:hover .feature-icon { color: white; background: #2563eb; transform: scale(1.08); }.feature-card h3 { margin-bottom: .5rem; font-size: 1.05rem; }.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 4rem; }.steps { display: grid; gap: 1rem; }.step { display: grid; grid-template-columns: 2.25rem 1fr; gap: .8rem; align-items: start; }.step-number { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border-radius: 50%; color: #1d4ed8; background: #dbeafe; font-weight: 800; }.step p { margin-bottom: 0; color: var(--muted); }
.calendar-card { padding: 1.4rem; border: 1px solid #cfe1fa; border-radius: 1rem; background: linear-gradient(145deg, #eff6ff, #fff); }.calendar-head { display: flex; justify-content: space-between; font-weight: 800; }.calendar-event { margin-top: .8rem; padding: .85rem; border-left: 4px solid #2563eb; border-radius: .4rem; color: #1e3a69; background: white; font-size: .88rem; box-shadow: 0 8px 20px rgba(37, 99, 235, .08); }.calendar-event small { display: block; color: #6b7b92; }
.compliance { padding: 1.5rem; border: 1px solid #b9d6fb; border-radius: 1rem; background: #eff6ff; }.compliance h3 { margin-bottom: .6rem; }.compliance p { margin-bottom: 0; color: #3a526e; }
.cta { color: white; background: linear-gradient(135deg, #0c1c36, #123b78); }.cta-inner { padding: 70px 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }.cta h2 { max-width: 680px; margin-bottom: .7rem; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.05em; }.cta p { max-width: 620px; margin-bottom: 0; color: #cfddf1; }
.footer { padding: 2.4rem 0; color: #64748b; background: #071121; }.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.footer-links { display: flex; flex-wrap: wrap; gap: 1.1rem; }.footer a:hover { color: white; }

.legal-main { padding: 76px 0; }.legal-article { max-width: 820px; }.legal-article h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: var(--ink); }.legal-intro { color: var(--muted); font-size: 1.1rem; }.legal-section { padding: 1.5rem 0; border-top: 1px solid var(--line); }.legal-section h2 { margin-bottom: .7rem; font-size: 1.3rem; }.legal-section p, .legal-section li { color: #43536c; }.legal-section ul { padding-left: 1.2rem; }.legal-section a { color: #1d4ed8; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 800px) { .nav-links { display: none; }.hero-content, .split { grid-template-columns: 1fr; }.hero-content { padding: 68px 0 52px; }.product-window { max-width: 520px; transform: none; }.feature-grid { grid-template-columns: 1fr; }.cta-inner, .footer-content { align-items: flex-start; flex-direction: column; }.section { padding: 64px 0; } }
@media (max-width: 480px) { .container { width: min(100% - 28px, 1120px); }.brand-logo { width: 142px; }.hero-actions .button { width: 100%; }.mini-grid { grid-template-columns: 1fr; }.dashboard { grid-template-columns: 50px 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
