@import"https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700&family=IBM+Plex+Mono:wght@500;600&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--bg: #ffffff;--surface: #f4f7fb;--surface-2: #eaf0f8;--ink: #0d1b2e;--muted: #586a80;--border: #e3eaf3;--brand: #1d5fd8;--brand-hover: #1850b8;--brand-ink: #ffffff;--accent: #e0623a;--hero-bg: #0c2245;--hero-ink: #f1f6ff;--hero-muted: #a6bce4;--hero-line: rgba(255, 255, 255, .14);--blue-bg: #e6effd;--blue-fg: #1d5fd8;--teal-bg: #dbf4ef;--teal-fg: #0c8576;--coral-bg: #fbe7df;--coral-fg: #c54f28;--shadow: 0 1px 2px rgba(13, 27, 46, .04), 0 8px 28px rgba(13, 27, 46, .06);--shadow-hover: 0 2px 6px rgba(13, 27, 46, .06), 0 18px 40px rgba(13, 27, 46, .1);--radius: 14px;--radius-sm: 9px;--maxw: 1120px;--font-display: "Archivo", system-ui, sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace}[data-theme=dark]{--bg: #0a111d;--surface: #111c2b;--surface-2: #16243a;--ink: #e8eef7;--muted: #97a7bc;--border: #223040;--brand: #4f8df5;--brand-hover: #6ea0f7;--brand-ink: #07101d;--accent: #f0916c;--hero-bg: #0a1b3a;--hero-ink: #f1f6ff;--hero-muted: #93acd9;--hero-line: rgba(255, 255, 255, .12);--blue-bg: #15294a;--blue-fg: #84b2f8;--teal-bg: #0e3330;--teal-fg: #49d7c5;--coral-bg: #3a1d12;--coral-fg: #f3987a;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 10px 30px rgba(0, 0, 0, .4);--shadow-hover: 0 2px 6px rgba(0, 0, 0, .35), 0 20px 44px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--ink)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:24px}.section{padding-block:84px}.section--tight{padding-block:56px}.eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--brand)}.lead{font-size:19px;color:var(--muted);line-height:1.6;max-width:56ch}.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-body);font-size:15px;font-weight:600;padding:13px 22px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--brand);color:var(--brand-ink)}.btn--primary:hover{background:var(--brand-hover)}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--border)}.btn--ghost:hover{border-color:var(--brand);color:var(--brand)}.btn--onhero{background:#ffffff14;color:var(--hero-ink);border-color:var(--hero-line)}.btn--onhero:hover{background:#ffffff29}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:color-mix(in srgb,var(--brand) 35%,var(--border))}.icon-tile{width:50px;height:50px;border-radius:13px;display:grid;place-items:center}.t-blue{background:var(--blue-bg);color:var(--blue-fg)}.t-teal{background:var(--teal-bg);color:var(--teal-fg)}.t-coral{background:var(--coral-bg);color:var(--coral-fg)}.icon-tile svg{width:25px;height:25px}.btn svg{width:17px;height:17px}.checks svg{width:18px;height:18px}.hero-note svg{width:16px;height:16px}.trust-ic svg,.aside-ic svg,.value-ic svg{width:22px;height:22px}.info-ic svg{width:21px;height:21px}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.rise{opacity:0;animation:rise .7s cubic-bezier(.2,.7,.2,1) forwards}.d1{animation-delay:.05s}.d2{animation-delay:.14s}.d3{animation-delay:.23s}.d4{animation-delay:.32s}.d5{animation-delay:.41s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rise{opacity:1;animation:none}.card:hover{transform:none}}.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}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}@media(max-width:720px){body{font-size:16px}.section{padding-block:60px}}.site-header[data-astro-cid-37fxchfa]{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border)}.header-inner[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:24px;height:74px}.brand[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center}.brand[data-astro-cid-37fxchfa] .logo[data-astro-cid-37fxchfa]{height:30px;width:auto}.for-dark[data-astro-cid-37fxchfa],[data-astro-cid-37fxchfa][data-theme=dark] .for-light[data-astro-cid-37fxchfa]{display:none}[data-astro-cid-37fxchfa][data-theme=dark] .for-dark[data-astro-cid-37fxchfa]{display:block}.nav[data-astro-cid-37fxchfa]{display:flex;gap:6px;margin-left:8px}.nav-link[data-astro-cid-37fxchfa]{font-size:15px;font-weight:500;color:var(--muted);padding:8px 14px;border-radius:8px;transition:color .18s ease,background-color .18s ease}.nav-link[data-astro-cid-37fxchfa]:hover{color:var(--ink);background:var(--surface)}.nav-link[data-astro-cid-37fxchfa].active{color:var(--brand)}.header-actions[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:10px;margin-left:auto}.lang-switch[data-astro-cid-37fxchfa]{font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--muted);padding:9px 11px;border-radius:10px;border:1px solid var(--border);background:var(--surface);transition:border-color .18s ease,color .18s ease}.lang-switch[data-astro-cid-37fxchfa]:hover{border-color:var(--brand);color:var(--brand)}.theme-toggle[data-astro-cid-37fxchfa]{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--ink);cursor:pointer;transition:border-color .18s ease,color .18s ease}.theme-toggle[data-astro-cid-37fxchfa]:hover{border-color:var(--brand);color:var(--brand)}.theme-toggle[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{width:19px;height:19px}.theme-toggle[data-astro-cid-37fxchfa] .i-moon[data-astro-cid-37fxchfa],[data-astro-cid-37fxchfa][data-theme=dark] .theme-toggle[data-astro-cid-37fxchfa] .i-sun[data-astro-cid-37fxchfa]{display:none}[data-astro-cid-37fxchfa][data-theme=dark] .theme-toggle[data-astro-cid-37fxchfa] .i-moon[data-astro-cid-37fxchfa]{display:block}.menu-toggle[data-astro-cid-37fxchfa]{display:none;width:40px;height:40px;place-items:center;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--ink);cursor:pointer}.menu-toggle[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{width:20px;height:20px}.mobile-nav[data-astro-cid-37fxchfa]{display:none;flex-direction:column;padding:8px 24px 16px;border-bottom:1px solid var(--border)}.mobile-nav[data-astro-cid-37fxchfa].open{display:flex}.mobile-link[data-astro-cid-37fxchfa]{padding:12px 6px;font-weight:500;color:var(--muted);border-bottom:1px solid var(--border)}.mobile-link[data-astro-cid-37fxchfa]:last-child{border-bottom:0}.mobile-link[data-astro-cid-37fxchfa].active{color:var(--brand)}.mobile-lang[data-astro-cid-37fxchfa]{font-family:var(--font-mono);font-size:14px}.site-footer[data-astro-cid-37fxchfa]{background:var(--surface);border-top:1px solid var(--border);margin-top:40px}.footer-inner[data-astro-cid-37fxchfa]{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;padding-block:56px 36px}.footer-brand[data-astro-cid-37fxchfa] .logo[data-astro-cid-37fxchfa]{height:26px;width:auto;margin-bottom:16px}.footer-brand[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa]{color:var(--muted);font-size:15px;max-width:36ch}.footer-col[data-astro-cid-37fxchfa] h4[data-astro-cid-37fxchfa]{font-size:14px;font-family:var(--font-body);font-weight:600;margin-bottom:14px}.footer-col[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{display:block;color:var(--muted);font-size:15px;padding:5px 0;transition:color .18s ease}.footer-col[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--brand)}.footer-bottom[data-astro-cid-37fxchfa]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;padding-block:20px;border-top:1px solid var(--border);color:var(--muted);font-size:13px}@media(max-width:860px){.nav[data-astro-cid-37fxchfa],.header-cta[data-astro-cid-37fxchfa]{display:none}.menu-toggle[data-astro-cid-37fxchfa]{display:grid}.footer-inner[data-astro-cid-37fxchfa]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-37fxchfa]{grid-column:1 / -1}}@media(max-width:520px){.footer-inner[data-astro-cid-37fxchfa]{grid-template-columns:1fr;gap:28px}}
