@font-face { font-family: Manrope; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/manrope-400.woff2') format('woff2'); }
@font-face { font-family: Manrope; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/manrope-600.woff2') format('woff2'); }
@font-face { font-family: Manrope; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/manrope-800.woff2') format('woff2'); }
:root { color-scheme: light; --page: #f7f9fc; --surface: #fff; --soft: #edf2f9; --ink: #17243b; --muted: #59677b; --blue: #1769ee; --blue-strong: #1255c6; --blue-pale: #e8f0ff; --line: #dce3ed; --shadow: 0 24px 70px #192c4a0c; --ease: cubic-bezier(.23,1,.32,1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: Manrope, 'Segoe UI', sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
figure, p { margin: 0; }
[hidden] { display: none !important; }
h1, h2, h3 { margin: 0; font-weight: 800; line-height: 1.15; letter-spacing: -.045em; }
h2 { font-size: clamp(32px,3.55vw,48px); }
h2 span { color: var(--muted); }
h3 { font-size: 23px; line-height: 1.25; letter-spacing: -.03em; }
::selection { background: #c9deff; color: #17243b; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 12px; z-index: 40; padding: 10px 18px; background: var(--surface); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
/* Layers: sticky header 20, header dropdown 21, skip link 40. */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--page); border-bottom: 1px solid var(--line); }
.site-nav { display: flex; height: 78px; align-items: center; gap: 45px; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; font-size: 22px; letter-spacing: -.055em; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; }
.brand-mark img { width: 32px; height: 32px; }
.nav-menu { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 25px; }
.nav-links a { font-size: 12px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.nav-links a:hover, .text-link:hover { color: var(--blue); }
.nav-actions { gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 14px 22px; font-size: 13px; font-weight: 800; line-height: 1.4; border: 1px solid transparent; border-radius: 10px; white-space: nowrap; transition: transform 160ms var(--ease), background-color 160ms ease, box-shadow 160ms ease; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 4px 10px #1769ee17; }
.btn-secondary { background: var(--surface); border-color: var(--line); color: var(--ink); }
.btn-quiet { color: var(--ink); background: transparent; padding-inline: 15px; }
.btn-small, .nav-actions .btn { min-height: 42px; padding: 10px 18px; font-size: 12px; }
.btn:active { transform: scale(.97); }
@media (hover: hover) and (pointer: fine) { .btn-primary:hover { background: var(--blue-strong); box-shadow: 0 7px 18px #1769ee29; } .btn-secondary:hover { background: var(--soft); } }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); padding: 11px; }
.nav-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }
.dl-dropdown { position: relative; }
.dl-dropdown-menu { position: absolute; z-index: 21; top: calc(100% + 8px); right: 0; width: 180px; padding: 7px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); transform-origin: top right; }
.dl-dropdown-menu a { display: block; padding: 11px 14px; border-radius: 7px; font-size: 14px; }
.dl-dropdown-menu a:hover { background: var(--soft); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 800; }
.eyebrow { color: var(--blue-strong); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section { padding: 104px 0; }
.section-heading { margin-bottom: 40px; }
.section-heading p { max-width: 580px; margin-top: 20px; color: var(--muted); font-size: 16px; }
.site-footer { padding: 65px 0 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 42px; }
.footer-brand p { max-width: 290px; margin-top: 18px; font-size: 12px; color: var(--muted); }
.footer-grid h2 { font-size: 12px; margin: 9px 0 20px; letter-spacing: 0; }
.footer-grid > div > a:not(.brand), .footer-language { display: block; color: var(--muted); font-size: 12px; margin-bottom: 12px; }
.footer-grid > div > a:hover { color: var(--blue); }
.footer-language i { margin-right: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 42px; color: var(--muted); font-size: 11px; }
@media (prefers-reduced-motion: no-preference) {
    .js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
    .js-ready .reveal.is-visible { opacity: 1; transform: none; }
    .dl-dropdown-menu:not([hidden]) { animation: menu-in 180ms var(--ease); }
    @keyframes menu-in { from { opacity: 0; transform: translateY(-4px) scale(.97); } to { opacity: 1; transform: none; } }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
@media (max-width: 1100px) { .site-nav { gap: 28px; } .nav-links { gap: 16px; } .nav-links a { font-size: 11px; } .container { width: calc(100% - 64px); } }
@media (max-width: 850px) {
    html { scroll-padding-top: 86px; }
    .container { width: calc(100% - 40px); }
    .site-nav { height: 68px; }
    .nav-toggle { display: block; }
    .nav-menu { position: absolute; top: 68px; left: 0; right: 0; padding: 20px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .nav-menu, .nav-links { flex-direction: column; align-items: stretch; gap: 4px; }
    .nav-links a { display: block; padding: 10px 0; font-size: 15px; }
    .nav-actions { margin-top: 14px; justify-content: space-between; }
    .section { padding: 72px 0; }
    .footer-grid { grid-template-columns: 1.5fr 1fr; gap: 32px; }
}
@media (max-width: 480px) { .brand { font-size: 21px; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; } .footer-brand { grid-column: 1 / -1; } .footer-bottom { flex-direction: column; gap: 8px; } .section-heading p { font-size: 14px; } }

.theme-toggle { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; padding: 0; color: var(--muted); border: 1px solid transparent; border-radius: 10px; background: transparent; }
.theme-toggle:hover { background: var(--soft); color: var(--ink); }
:root[data-theme='light'] { color-scheme: light; }
