:root {
  --bg: #f6f9fc;
  --surface: #ffffff;
  --surface-2: #eef5ff;
  --text: #142033;
  --muted: #607085;
  --blue: #1266d6;
  --blue-2: #0a4fb3;
  --line: #dbe7f4;
  --shadow-sm: 0 8px 24px rgba(20,32,51,.08);
  --shadow: 0 24px 70px rgba(20,32,51,.12);
  --radius: 24px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -10%, rgba(18,102,214,.16), transparent 36rem),
    radial-gradient(circle at 88% 6%, rgba(10,79,179,.12), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-2); text-decoration: underline; }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 30; padding: .75rem 1rem; background: #fff; border-radius: 999px; box-shadow: var(--shadow-sm); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246,249,252,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(219,231,244,.9); }
.navbar { max-width: var(--max); margin: 0 auto; padding: .9rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; min-width: 0; }
.brand img { width: 152px; max-width: 42vw; height: auto; display: block; }
.logo-fallback { align-items:center; justify-content:center; width:48px; height:48px; border-radius:16px; color:#fff; background:linear-gradient(135deg,var(--blue),#62a4ff); font-weight:900; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--surface); color: var(--text); border-radius: 14px; padding: .7rem .9rem; font-weight: 700; box-shadow: var(--shadow-sm); }
.nav-links { display: flex; align-items: center; gap: .25rem; list-style: none; padding: 0; margin: 0; }
.nav-links li:empty { display:none; }
.nav-links a { display: inline-flex; align-items: center; padding: .62rem .9rem; border-radius: 999px; color: var(--text); font-weight: 700; font-size: .94rem; }
.nav-links a.active, .nav-links a:hover { color: var(--blue-2); background: var(--surface-2); text-decoration: none; }
main { max-width: var(--max); margin: 0 auto; padding: 3rem 1.25rem 5rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr); gap: 2rem; align-items: center; padding: 3.3rem 0 2.2rem; }
.eyebrow { color: var(--blue-2); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1 { font-size: clamp(1.82rem, 5vw, 4.42rem); line-height: 1; letter-spacing: -.055em; margin: .55rem 0 1rem; }
h2 { font-size: clamp(1.32rem, 2.7vw, 2.22rem); line-height: 1.13; letter-spacing: -.035em; margin: 0 0 1rem; }
h3 { font-size: 1.02rem; line-height: 1.25; margin: 1.4rem 0 .55rem; }
.lead { max-width: 64ch; color: var(--muted); font-size: clamp(1.02rem, 1.35vw, 1.22rem); margin: 0 0 1.5rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.45rem; }
.btn, .pill { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn { padding: .85rem 1.15rem; border: 1px solid transparent; }
.btn:hover, .pill:hover { transform: translateY(-1px); text-decoration: none; }
.btn.primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 14px 30px rgba(18,102,214,.25); }
.btn.secondary { color: var(--blue-2); background: #fff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.card, .legal { background: rgba(255,255,255,.9); border: 1px solid rgba(219,231,244,.95); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.card { padding: clamp(1.25rem, 2.5vw, 2rem); }
.hero-card { position: relative; overflow: hidden; min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; gap: 1rem; }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(18,102,214,.13), transparent 58%); pointer-events:none; }
.contact-line { position: relative; display: grid; gap: .25rem; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); }
.contact-line span { color: var(--muted); font-size: .9rem; }
.contact-line strong { display:block; color: var(--text); font-size: .95rem; }
.contact-line a { font-size: 1.05rem; font-weight: 850; word-break: break-word; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 1.35rem; }
.download-card { padding: 1.25rem; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 10px 24px rgba(20,32,51,.06); }
.download-card h3 { margin-top: 0; }
.downloads { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill { min-width: 72px; padding: .58rem .82rem; color: var(--blue-2); background: var(--surface-2); border: 1px solid #d2e3fa; }
.content-page { max-width: 920px; }
.legal { padding: clamp(1.35rem, 3vw, 2.5rem); }
.legal p, .legal li { color: #34445a; }
.legal ul { padding-left: 1.2rem; }
.legal h2 { margin-top: 2rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.legal h3 { color: #1d2b42; }
.site-footer { border-top: 1px solid var(--line); background: rgba(255,255,255,.72); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 1.4rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .95rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .9rem; }
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .6rem); display: none; flex-direction: column; align-items: stretch; padding: .7rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { justify-content: center; }
  .hero { grid-template-columns: 1fr; padding-top: 2rem; }
  .hero-card { min-height: auto; }
  .grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  main { padding-top: 2rem; }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
  .navbar { padding-inline: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
