@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.site-header[data-astro-cid-3ef6ksr2]{border-bottom:1px solid rgba(17,17,17,.08);position:sticky;top:0;background:var(--color-white);z-index:10}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:0;padding-bottom:0}.site-header__logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;line-height:0}.site-header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{display:block;width:78px;height:78px}.site-header__right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1.5rem}.site-header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--color-black);font-weight:600}.site-header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem}.site-header__cta[data-astro-cid-3ef6ksr2]{padding:.6rem 1.25rem;font-size:.9rem;white-space:nowrap}.site-header__lang[data-astro-cid-3ef6ksr2]{font-weight:700;color:var(--color-black);width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:.8rem;text-decoration:none}.site-header__lang[data-astro-cid-3ef6ksr2]:hover{text-decoration:underline}@media(max-width:800px){.site-header__nav[data-astro-cid-3ef6ksr2]{display:none}}.site-footer[data-astro-cid-sz7xmlte]{margin-top:4rem;line-height:1}.site-footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;padding-top:3.5rem;padding-bottom:2.5rem}.site-footer__title[data-astro-cid-sz7xmlte]{font-size:.875rem;font-weight:600;color:var(--color-black);margin-bottom:.625rem}.site-footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.875rem;color:var(--color-black)}.site-footer__social-link[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem}.site-footer__icon[data-astro-cid-sz7xmlte]{width:16px;height:16px;flex-shrink:0}.site-footer__bottom[data-astro-cid-sz7xmlte]{padding-top:1.5rem;padding-bottom:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.85rem;color:#111111a6}.site-footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#111111a6}.site-footer__rights[data-astro-cid-sz7xmlte]{margin:0}:root{--color-yellow: #ffe44b;--color-gold: #fcc903;--color-black: #111111;--color-red: #e8184a;--color-white: #ffffff;--color-grey: #f7f5f5;--font-base: "Inter", system-ui, -apple-system, sans-serif;--container-width: 1120px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-base);color:var(--color-black);background:var(--color-yellow);line-height:1.4286;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{line-height:1.1;margin:0 0 .625rem}p{margin:0 0 .625rem}a{color:var(--color-red);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.section--alt{background:var(--color-yellow)}.section--dark{background:var(--color-black);color:var(--color-white)}.section--dark a{color:var(--color-yellow)}.btn{display:inline-block;font-weight:700;font-size:1.5rem;padding:.8rem 2rem;border-radius:0;background:var(--color-white);color:var(--color-black);border:2px solid var(--color-black);text-decoration:none;transition:transform .15s ease,background .15s ease,color .15s ease}.btn:hover{transform:translateY(-2px);background:var(--color-black);color:var(--color-white);text-decoration:none}@media(max-width:480px){.btn{font-size:1.125rem;padding:1rem 1.75rem}}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--color-white);border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px #00000014}.eyebrow{display:inline-block;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:var(--color-red);margin-bottom:.75rem}.highlight{color:var(--color-red);font-weight:700}
