:root {
  color-scheme: light;
  --ink: #10223f;
  --muted: #5c6d87;
  --line: #dbe5f2;
  --wash: #f4f8fd;
  --blue: #2563eb;
  --blue-dark: #1748b5;
  --blue-soft: #e8f0ff;
  --teal: #0f766e;
  --shadow: 0 18px 52px rgba(26, 63, 114, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
.wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,229,242,.85); backdrop-filter: blur(14px); }
.header-row, .footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.04rem; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 7px 16px rgba(37,99,235,.24); }
.header-actions, .hero-actions, .button-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.locale-select { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; color: var(--ink); background: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 17px; border-radius: 11px; border: 1px solid transparent; text-decoration: none; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 10px 22px rgba(37,99,235,.24); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { color: var(--ink); border-color: var(--line); background: #fff; }
.button.secondary:hover { background: var(--wash); }
.button.ghost { color: var(--blue-dark); background: var(--blue-soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 3px; border-radius: 3px; background: var(--blue); }
.hero { padding: 82px 0 62px; background: radial-gradient(circle at 80% 12%, #dbeafe 0, rgba(219,234,254,.15) 33%, transparent 55%), linear-gradient(180deg, #f7fbff, #fff); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; margin: 0 0 18px; }
h1 { max-width: 720px; font-size: clamp(2.65rem, 6vw, 5.25rem); }
h2 { font-size: clamp(1.9rem, 3vw, 2.75rem); }
h3 { font-size: 1.16rem; }
.gradient-text { color: var(--blue); }
.lead { max-width: 690px; color: var(--muted); font-size: 1.2rem; }
.hero-actions { margin-top: 30px; }
.hero-note { margin-top: 16px; color: var(--muted); font-size: .94rem; }
.demo-window { overflow: hidden; border: 1px solid #c8d8ec; border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.3deg); }
.window-bar { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-bottom: 1px solid var(--line); background: #f8fbff; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #b7c7dc; }
.window-dots span:first-child { background: #f59e0b; }.window-dots span:nth-child(2) { background: #34d399; }.window-dots span:nth-child(3) { background: #60a5fa; }
.window-title { margin-left: auto; color: var(--muted); font-size: .82rem; }
.table-preview { padding: 22px; }
.table-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; color: var(--muted); font-size: .84rem; }
.table-toolbar strong { color: var(--ink); font-size: 1rem; }
.mini-table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; font-size: .85rem; }
.mini-table th, .mini-table td { padding: 11px 10px; text-align: left; border-bottom: 1px solid var(--line); }
.mini-table th { color: #fff; background: var(--ink); font-weight: 700; }
.mini-table tr:last-child td { border-bottom: 0; }.mini-table td:last-child { color: var(--teal); font-weight: 700; }
.section { padding: 88px 0; }.section.alt { background: var(--wash); }
.section-head { max-width: 720px; margin-bottom: 34px; }.section-head p { color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .step-card, .faq-card, .legal-card, .pricing-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(26,63,114,.055); }
.feature-card { padding: 24px; }.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; color: var(--blue-dark); background: var(--blue-soft); font-weight: 900; }
.feature-card p, .step-card p, .faq-card p, .legal-card p, .legal-card li { color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }.step-card { padding: 25px; }.step-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 19px; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 800; }
.callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 30px; border-radius: 18px; color: #fff; background: linear-gradient(115deg, #12264a, #2563eb); box-shadow: var(--shadow); }.callout p { color: #dbeafe; margin: 0; }
.callout .button.secondary { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.1); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.faq-card { padding: 24px; }.faq-card h3 { margin-bottom: 9px; }
.footer-cta { padding: 78px 0; text-align: center; background: #eff6ff; }.footer-cta .lead { margin: 0 auto 25px; }
.site-footer { border-top: 1px solid var(--line); background: #fbfdff; }.footer-row { min-height: 88px; }.footer-row > a { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--muted); font-size: .92rem; }.footer-row img { width: 26px; height: 26px; border-radius: 8px; }.legal-links { display: flex; gap: 17px; color: var(--muted); font-size: .9rem; }.legal-links a:hover { color: var(--blue-dark); }
.page-hero { padding: 64px 0 44px; background: var(--wash); }.page-hero .lead { margin-bottom: 0; }.content-narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }.content-narrow > section { padding: 44px 0; border-bottom: 1px solid var(--line); }.content-narrow > section:last-child { border-bottom: 0; }.content-narrow p, .content-narrow li { color: var(--muted); }.content-narrow ul { padding-left: 23px; }.content-narrow code { padding: 2px 5px; border-radius: 5px; background: var(--blue-soft); color: var(--blue-dark); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }.pricing-card { padding: 30px; }.pricing-card.highlight { border: 2px solid var(--blue); box-shadow: 0 16px 36px rgba(37,99,235,.16); }.price { margin: 18px 0; font-size: 2.6rem; font-weight: 850; letter-spacing: -.05em; }.price small { color: var(--muted); font-size: 1rem; font-weight: 600; letter-spacing: 0; }.pricing-card ul { min-height: 150px; padding-left: 21px; color: var(--muted); }.badge { display: inline-block; padding: 5px 9px; border-radius: 999px; color: var(--blue-dark); background: var(--blue-soft); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.notice { padding: 17px 19px; border-left: 4px solid var(--blue); background: var(--blue-soft); color: var(--ink); }.notice strong { display: block; margin-bottom: 4px; }
.newsletter { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.newsletter label { display: block; margin-bottom: 7px; font-weight: 750; }.newsletter input { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; }.newsletter .button { min-width: 130px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 34px; }.card-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }.callout { grid-template-columns: 1fr; }.header-row { align-items: flex-start; padding: 14px 0; flex-direction: column; }.header-actions { width: 100%; }.header-actions .button { margin-left: auto; } }
@media (max-width: 580px) { .wrap, .content-narrow { width: min(100% - 28px, 820px); }.hero { padding-top: 55px; }.section { padding: 62px 0; }.card-grid, .steps-grid, .faq-grid, .pricing-grid, .newsletter { grid-template-columns: 1fr; }.header-actions .button { margin-left: 0; }.footer-row { align-items: flex-start; padding: 23px 0; flex-direction: column; }.hero-actions .button { width: 100%; }.demo-window { transform: none; }.table-preview { padding: 12px; }.mini-table { font-size: .76rem; }.mini-table th, .mini-table td { padding: 8px 6px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; }.button:hover { transform: none; } }
