:root {
  color-scheme: light;
  --ink: #172033;
  --muted: #5d6678;
  --line: #e4e8f1;
  --surface: rgba(255, 255, 255, 0.92);
  --primary: #3157d5;
  --primary-dark: #1f3fa7;
  --soft: #eef3ff;
  --shadow: 0 24px 64px rgba(30, 45, 83, 0.12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f6f8fc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 20% 0%, #edf3ff 0, transparent 36rem), #f6f8fc; }
a { color: var(--primary-dark); }
img { max-width: 100%; }

.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 800; font-size: 1.15rem; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 8px 20px rgba(37, 64, 136, 0.18); }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.site-nav a { color: var(--muted); font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: var(--primary); }

.hero { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: 64px; padding: 76px 0 96px; }
.eyebrow { color: var(--primary); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.8rem; }
h1 { max-width: 800px; margin: 14px 0 20px; font-size: clamp(2.7rem, 7vw, 5.5rem); line-height: 0.98; letter-spacing: -0.055em; }
.lede { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 750; border: 1px solid var(--line); background: white; }
.button.primary { color: white; border-color: var(--primary); background: var(--primary); box-shadow: 0 12px 26px rgba(49, 87, 213, 0.25); }
.button.primary:hover { background: var(--primary-dark); }
.hero-art { position: relative; display: grid; place-items: center; min-height: 360px; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(235,240,255,.82)); box-shadow: var(--shadow); overflow: hidden; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; filter: blur(24px); opacity: .3; }
.hero-art::before { top: -80px; right: -50px; background: #7857ff; }
.hero-art::after { bottom: -100px; left: -60px; background: #23b7f0; }
.hero-art img { position: relative; width: min(66%, 280px); border-radius: 28%; filter: drop-shadow(0 28px 30px rgba(28, 47, 89, .22)); }

.section { padding: 72px 0; }
.section h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -0.035em; }
.section-intro { max-width: 760px; color: var(--muted); line-height: 1.75; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 12px 30px rgba(30, 45, 83, .06); }
.card h3 { margin: 0 0 10px; font-size: 1.15rem; }
.card p { margin: 0; color: var(--muted); line-height: 1.7; }
.provider { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border-radius: 14px; background: var(--soft); font-weight: 750; }
.provider-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.legal-shell { width: min(860px, calc(100% - 32px)); margin: 0 auto; padding-bottom: 80px; }
.legal-card { padding: clamp(24px, 5vw, 54px); border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.legal-card h1 { margin-top: 0; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.08; }
.legal-card h2 { margin-top: 38px; font-size: 1.45rem; }
.legal-card h3 { margin-top: 28px; }
.legal-card p, .legal-card li { color: #3f4859; line-height: 1.78; }
.meta { color: var(--muted); font-size: .95rem; }
.language-note { margin: 28px 0; padding: 16px 18px; border-left: 4px solid var(--primary); background: var(--soft); border-radius: 0 14px 14px 0; }
.divider { height: 1px; margin: 48px 0; background: var(--line); }

.site-footer { margin-top: 40px; padding: 36px 0 48px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  .site-nav { gap: 12px; font-size: .92rem; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 50px; }
  .hero-art { min-height: 300px; }
  .grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { display: block; }
  .site-nav { justify-content: flex-start; margin-top: 18px; }
  .hero { padding-bottom: 56px; }
  .section { padding: 50px 0; }
}

