:root{--navy: #1b2a4a;--navy-700: #25365c;--navy-300: #5b6b8c;--yellow: #e6da38;--yellow-soft: #fcf6c2;--yellow-tint: #fdfaee;--ink: #1a1a1a;--ink-soft: #3a4150;--muted: #5e6670;--line: #e1e6ee;--bg: #ffffff;--bg-alt: #f6f8fc;--font-base: "Calibri", "Carlito", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--step-0: 1.0625rem;--step-1: 1.25rem;--step-2: 1.6rem;--step-3: 2rem;--step-4: 2.6rem;--step-5: clamp(2.4rem, 1.6rem + 3vw, 3.8rem);--maxw: 1180px;--maxw-narrow: 760px;--radius: 14px;--radius-sm: 8px;--shadow: 0 2px 6px rgba(27, 42, 74, .06), 0 12px 32px rgba(27, 42, 74, .08);--shadow-lift: 0 4px 10px rgba(27, 42, 74, .08), 0 18px 40px rgba(27, 42, 74, .12)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-base);font-size:var(--step-0);line-height:1.7;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg{max-width:100%;display:block;height:auto}h1,h2,h3,h4{font-family:var(--font-base);color:var(--navy);line-height:1.18;font-weight:800;text-wrap:balance;letter-spacing:-.01em}h1{font-size:var(--step-4);margin-bottom:.6em}h2{font-size:var(--step-3);margin:0 0 .6em}h3{font-size:var(--step-2);margin:0 0 .4em;font-style:italic;font-weight:700}h4{font-size:var(--step-1);margin:0 0 .4em}p{margin:0 0 1em;max-width:70ch}ul,ol{margin:0 0 1em;padding-left:1.25em}li{margin:.3em 0}li>ul,li>ol{margin-bottom:0}strong{font-weight:700;color:var(--navy-700)}a{color:var(--navy);text-underline-offset:.18em}.prose a{text-decoration:underline;text-decoration-thickness:1px}.prose a:hover{text-decoration-thickness:2px}:where(a,button,input,textarea,select,summary):focus-visible{outline:3px solid var(--navy);outline-offset:2px;border-radius:3px}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:1.25rem}.container-narrow{max-width:var(--maxw-narrow)}.section{padding-block:clamp(3rem,2rem + 4vw,5.5rem);text-align:center}.section--alt{background:var(--bg-alt)}.section--warm{background:linear-gradient(180deg,var(--yellow-tint) 0%,#fff 100%)}.section--navy{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-700) 100%);color:#eef1f6}.section--navy h1,.section--navy h2,.section--navy h3,.section--navy a{color:#fff}.section .container>p,.section .container>.lead{margin-left:auto;margin-right:auto;max-width:65ch}.prose{text-align:left;max-width:var(--maxw-narrow);margin-inline:auto}.prose p{max-width:70ch}.eyebrow{display:inline-block;background:var(--yellow);color:var(--navy);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;padding:.35rem .95rem;border-radius:999px;margin-bottom:1.1rem}.section--navy .eyebrow{background:#fff;color:var(--navy)}.section h1,.section h2{position:relative;display:inline-block;padding-bottom:.45em}.section h1:after,.section h2:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:4rem;height:4px;background:var(--yellow);border-radius:2px}.card h2,.card h3{display:block;padding-bottom:0}.card h2:after,.card h3:after{display:none}.lead{font-size:var(--step-1);color:var(--ink-soft);max-width:60ch;margin:.5rem auto 1.5rem;line-height:1.55}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-size:1.02rem;font-weight:700;line-height:1;padding:1rem 1.6rem;border-radius:999px;border:2px solid var(--navy);cursor:pointer;text-decoration:none;transition:background-color .15s ease,color .15s ease,transform .08s ease,box-shadow .15s ease;box-shadow:0 1px #1b2a4a1a}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--navy);color:#fff}.btn--primary:hover{background:var(--navy-700);box-shadow:0 4px 12px #1b2a4a2e}.btn--ghost{background:#fff;color:var(--navy)}.btn--ghost:hover{background:var(--navy);color:#fff}.section--navy .btn--primary{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}.section--navy .btn--primary:hover{background:#f1e85c}.section--navy .btn--ghost{background:transparent;color:#fff;border-color:#fff}.section--navy .btn--ghost:hover{background:#fff;color:var(--navy)}.cta-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;justify-content:center}.grid{display:grid;gap:1.5rem}@media(min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.8rem;box-shadow:var(--shadow);height:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.7rem;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift)}.card h3{margin:0;font-style:normal}.card p{max-width:38ch}.card__num{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--yellow);color:var(--navy);font-weight:800;font-size:1.05rem;box-shadow:0 3px 0 var(--navy-300);margin-bottom:.4rem}.card__link{font-weight:700;text-decoration:underline;margin-top:auto}.callout{border:1px solid var(--line);border-left:5px solid var(--navy);background:var(--bg-alt);border-radius:var(--radius-sm);padding:1.1rem 1.4rem;margin:1.5rem 0;text-align:left}.callout__label{display:block;font-weight:700;color:var(--navy);margin-bottom:.3rem}.prose h2{font-style:normal;padding-bottom:.3em;border-bottom:2px solid var(--line);margin-top:2rem}.prose h2:after,.prose h1:after{display:none}.prose h2,.prose h1{display:block}.prose h3{margin-top:1.5rem}.prose ul{list-style:square}.prose blockquote{margin:1.5rem 0;padding:.5rem 1.25rem;border-left:5px solid var(--yellow);background:var(--bg-alt);font-style:italic}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.97rem}.prose th,.prose td{border:1px solid var(--line);padding:.6rem .8rem;text-align:left;vertical-align:top}.prose thead th{background:var(--navy);color:#fff}.prose tbody tr:nth-child(2n){background:var(--bg-alt)}.prose img{border-radius:var(--radius);margin:1.5rem 0}.prose hr{border:none;border-top:1px solid var(--line);margin:2rem 0}.prose a{color:var(--navy)}.skip-link{position:absolute;left:.5rem;top:-3rem;background:var(--navy);color:#fff;padding:.6rem 1rem;border-radius:var(--radius-sm);z-index:1000;transition:top .15s ease}.skip-link:focus{top:.5rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.text-center{text-align:center}.text-left{text-align:left}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.hero{background:radial-gradient(circle at 20% 0%,rgba(230,218,56,.22),transparent 50%),radial-gradient(circle at 80% 100%,rgba(27,42,74,.1),transparent 55%),linear-gradient(180deg,#ffffff 0%,var(--bg-alt) 100%);text-align:center;position:relative;overflow:hidden;padding-block:clamp(4rem,2.5rem + 5vw,7rem)}.hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,rgba(27,42,74,.04) 0 1px,transparent 1px 22px);pointer-events:none}.hero .container{position:relative}.hero h1{font-size:var(--step-5);margin-inline:auto;max-width:18ch}.hero h1:after{display:none}.hero__avatar{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:5px solid #fff;box-shadow:0 0 0 4px var(--yellow),var(--shadow-lift)}.hero__tagline{font-size:1.15rem;font-weight:700;color:var(--navy);margin:.6rem auto 1rem;max-width:56ch}.site-header,.site-footer{border-top:5px solid var(--yellow)}.section--navy p,.section--navy .lead{color:#dde3ee}.section--navy .lead{font-weight:500}.hero h1{display:flex;flex-direction:column;gap:.4rem;line-height:1.1}.hero__h1-main{font-size:clamp(2rem,1.4rem + 2.5vw,3rem)}.hero__h1-sub{font-size:clamp(1rem,.85rem + .8vw,1.45rem);font-weight:600;color:var(--navy-700);letter-spacing:0}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#fff;border-top:5px solid var(--yellow);box-shadow:0 1px 0 var(--line)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:92px;flex-wrap:wrap}.brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.85rem;text-decoration:none}.brand__logo[data-astro-cid-3ef6ksr2]{width:56px;height:56px;object-fit:contain;flex-shrink:0}.brand__text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;line-height:1.15}.brand__name[data-astro-cid-3ef6ksr2]{font-weight:800;font-size:1.3rem;color:var(--navy);letter-spacing:-.01em}.brand__role[data-astro-cid-3ef6ksr2]{font-size:.82rem;color:var(--muted);margin-top:2px;max-width:30ch}.nav-toggle[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.5rem;background:var(--navy);color:#fff;border:0;padding:.6rem .95rem;border-radius:var(--radius-sm);font:inherit;font-weight:700;cursor:pointer}.nav-toggle__bars[data-astro-cid-3ef6ksr2],.nav-toggle__bars[data-astro-cid-3ef6ksr2]:before,.nav-toggle__bars[data-astro-cid-3ef6ksr2]:after{content:"";display:block;width:18px;height:2px;background:#fff;position:relative}.nav-toggle__bars[data-astro-cid-3ef6ksr2]:before{position:absolute;top:-6px}.nav-toggle__bars[data-astro-cid-3ef6ksr2]:after{position:absolute;top:6px}.main-nav__list[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0}.main-nav__item[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],.sub[data-astro-cid-3ef6ksr2]>summary[data-astro-cid-3ef6ksr2]{display:block;text-decoration:none;color:var(--navy);font-weight:600;padding:.6rem .75rem;border-radius:var(--radius-sm)}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=page]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.main-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.sub[data-astro-cid-3ef6ksr2]>summary[data-astro-cid-3ef6ksr2]:hover{background:var(--bg-alt)}.sub[data-astro-cid-3ef6ksr2]{position:relative}.sub[data-astro-cid-3ef6ksr2]>summary[data-astro-cid-3ef6ksr2]{cursor:pointer;list-style:none;display:flex;align-items:center;gap:.3rem}.sub[data-astro-cid-3ef6ksr2]>summary[data-astro-cid-3ef6ksr2]::-webkit-details-marker{display:none}.sub[data-astro-cid-3ef6ksr2]>summary[data-astro-cid-3ef6ksr2]:after{content:"▾";font-size:.8em}.sub__list[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:.3rem}.sub__list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-weight:500}.header-cta[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:.6rem;background:var(--navy);color:#fff;padding:.6rem 1rem;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 2px #1b2a4a33}.header-cta[data-astro-cid-3ef6ksr2]:hover{background:var(--navy-700)}.header-cta__icon[data-astro-cid-3ef6ksr2]{font-size:1.1rem}.header-cta__text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;line-height:1.1}.header-cta__label[data-astro-cid-3ef6ksr2]{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--yellow)}.header-cta__number[data-astro-cid-3ef6ksr2]{font-size:.95rem}.main-nav[data-astro-cid-3ef6ksr2]{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);padding:.5rem 1.25rem 1rem}.main-nav[data-astro-cid-3ef6ksr2][data-open=true]{display:block}.sub__list[data-astro-cid-3ef6ksr2]{padding-left:1rem}@media(min-width:1080px){.nav-toggle[data-astro-cid-3ef6ksr2]{display:none}.main-nav[data-astro-cid-3ef6ksr2]{display:block;position:static;border:0;box-shadow:none;padding:0}.main-nav__list[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.1rem}.main-nav__item[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],.sub[data-astro-cid-3ef6ksr2]>summary[data-astro-cid-3ef6ksr2]{padding:.55rem .6rem;font-size:.95rem}.sub__list[data-astro-cid-3ef6ksr2]{position:absolute;top:100%;left:0;min-width:250px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:.4rem;z-index:60}.sub[data-astro-cid-3ef6ksr2]:hover>.sub__list[data-astro-cid-3ef6ksr2],.sub[data-astro-cid-3ef6ksr2]:focus-within>.sub__list[data-astro-cid-3ef6ksr2]{display:block}.header-cta[data-astro-cid-3ef6ksr2]{display:inline-flex}}.site-footer[data-astro-cid-sz7xmlte]{background:linear-gradient(180deg,var(--navy) 0%,var(--navy-700) 100%);color:#d8dfeb;padding-top:4rem;margin-top:4rem;border-top:5px solid var(--yellow)}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff;text-decoration:none}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{text-decoration:underline}.site-footer__top[data-astro-cid-sz7xmlte]{display:grid;gap:2.5rem;grid-template-columns:1fr;padding-bottom:3rem;text-align:left}@media(min-width:760px){.site-footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1.4fr 1fr 1fr 1fr}}.site-footer__brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte],.site-footer__brand[data-astro-cid-sz7xmlte] address[data-astro-cid-sz7xmlte]{margin-bottom:.7rem;max-width:none;font-style:normal}.site-footer__logo[data-astro-cid-sz7xmlte]{width:72px;height:72px;object-fit:contain;background:#fff;padding:.4rem;border-radius:var(--radius-sm);margin-bottom:1rem}.site-footer__name[data-astro-cid-sz7xmlte]{font-size:1.35rem;font-weight:800;color:#fff;margin-bottom:.1rem;letter-spacing:-.01em}.site-footer__role[data-astro-cid-sz7xmlte]{color:var(--yellow);margin-bottom:1rem;font-weight:600;font-size:.95rem;max-width:32ch}.site-footer__nap[data-astro-cid-sz7xmlte],.site-footer__contact[data-astro-cid-sz7xmlte]{font-size:.95rem;line-height:1.5}.site-footer__vat[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#aab3c2}.site-footer__title[data-astro-cid-sz7xmlte]{font-size:.85rem;color:var(--yellow);margin:0 0 1rem;font-style:normal;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding-bottom:0}.site-footer__title[data-astro-cid-sz7xmlte]:after{display:none}.site-footer__col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0}.site-footer__col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin:.45rem 0;font-size:.95rem}.site-footer__strip[data-astro-cid-sz7xmlte]{background:#00000040}.site-footer__bottom[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;align-items:center;justify-content:space-between;padding-block:1.2rem;font-size:.88rem;color:#c2cbd9}.site-footer__legal[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:1.2rem;list-style:none;margin:0;padding:0}
