:root{--bg: #FBFCFD;--surface: #FFFFFF;--surface-alt: #EEF3F8;--surface-deep: #0F2038;--ink: #0F2038;--ink-soft: #4A5D76;--on-deep: #FFFFFF;--on-deep-soft: #B9C7D9;--brand: #17518C;--brand-dark: #103A66;--accent: #0F7A82;--line: #D9E2EC;--line-soft: #E8EEF4;--danger: #B3261E;--radius: 14px;--radius-sm: 10px;--radius-lg: 22px;--section-y: clamp(72px, 9vw, 128px);--gutter: clamp(20px, 5vw, 64px);--maxw: 1240px;--maxw-narrow: 760px;--font-head: "Sora", "Segoe UI", system-ui, -apple-system, sans-serif;--font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--shadow-sm: 0 1px 2px rgba(15, 32, 56, .06), 0 4px 14px rgba(15, 32, 56, .05);--shadow-md: 0 2px 6px rgba(15, 32, 56, .07), 0 18px 44px rgba(15, 32, 56, .09)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.15;letter-spacing:-.02em;margin:0 0 .5em;font-weight:600}h1{font-size:clamp(2.4rem,5vw,3.9rem);letter-spacing:-.035em}h2{font-size:clamp(1.9rem,3.4vw,2.7rem);letter-spacing:-.03em}h3{font-size:clamp(1.2rem,1.6vw,1.4rem)}p{margin:0 0 1rem}img{max-width:100%;display:block}a{color:var(--brand);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--brand-dark)}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.wrap-narrow{width:100%;max-width:var(--maxw-narrow);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.section-alt{background:var(--surface-alt)}.section-deep{background:var(--surface-deep);color:var(--on-deep)}.section-deep h1,.section-deep h2,.section-deep h3{color:var(--on-deep)}.section-deep p{color:var(--on-deep-soft)}.kicker{font-family:var(--font-head);font-size:.78rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin:0 0 .9rem}.section-deep .kicker{color:#6fd3d9}.lede{font-size:clamp(1.05rem,1.5vw,1.22rem);color:var(--ink-soft);max-width:62ch}.section-deep .lede{color:var(--on-deep-soft)}.btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-head);font-size:.97rem;font-weight:600;padding:.85rem 1.5rem;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark);color:#fff}.btn-ghost{background:transparent;color:var(--brand);border-color:var(--line)}.btn-ghost:hover{background:var(--surface-alt);color:var(--brand-dark)}.section-deep .btn-ghost{color:#fff;border-color:#ffffff59}.section-deep .btn-ghost:hover{background:#ffffff1a;color:#fff}.btn[disabled]{opacity:.55;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.card:hover{border-color:var(--line);box-shadow:var(--shadow-md);transform:translateY(-3px)}.card-body{padding:1.4rem 1.5rem 1.6rem;display:flex;flex-direction:column;flex:1}.card h3{margin-bottom:.45rem}.card p{color:var(--ink-soft);font-size:.97rem}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.media{aspect-ratio:16 / 10;background:var(--surface-alt);overflow:hidden}.media img{width:100%;height:100%;object-fit:cover}.media-square{aspect-ratio:1 / 1}.media-fallback{width:100%;height:100%;background:radial-gradient(120% 120% at 12% 8%,rgba(15,122,130,.3),transparent 58%),linear-gradient(140deg,var(--brand-dark),var(--surface-deep));display:grid;place-items:center;padding:1rem}.media-fallback span{font-family:var(--font-head);font-size:.74rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#ffffffd1;text-align:center}.pill{display:inline-block;font-family:var(--font-head);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);border:1px solid rgba(15,122,130,.3);padding:.28rem .6rem;border-radius:999px}.meta{font-size:.85rem;color:var(--ink-soft)}.icon{width:26px;height:26px;stroke:var(--accent);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.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}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--brand);color:#fff;padding:.8rem 1.2rem;border-radius:0 0 var(--radius-sm) 0}.skip-link:focus{left:0;color:#fff}@media(prefers-reduced-motion:no-preference){@supports ((animation-timeline: view()) and (animation-range: entry)){@keyframes m-rise{0%{opacity:0;transform:translateY(26px)}}[data-reveal]{animation:m-rise .8s ease-out backwards;animation-timeline:view();animation-range:entry 0% entry 68%}[data-reveal-group]>*{animation:m-rise .8s ease-out backwards;animation-timeline:view();animation-range:entry 0% entry 62%;animation-delay:calc(var(--i, 0) * 60ms)}@keyframes m-line{0%{opacity:0;transform:translateY(100%) rotate(2deg)}}.m-lines span{display:block;animation:m-line .9s cubic-bezier(.2,.7,.2,1) backwards;animation-delay:calc(var(--i, 0) * .11s)}.m-lines{overflow:hidden}@keyframes m-parallax{0%{transform:translateY(6%)}to{transform:translateY(-6%)}}[data-parallax]{animation:m-parallax linear both;animation-timeline:view();animation-range:cover}@keyframes m-statement{0%{opacity:.15;transform:scale(.96)}45%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}[data-statement]{animation:m-statement linear both;animation-timeline:view();animation-range:entry 10% cover 45%}@keyframes m-wash{0%{opacity:0;transform:scale(1.15)}to{opacity:.55;transform:scale(1)}}[data-wash]:before{animation:m-wash linear both;animation-timeline:view();animation-range:cover 0% cover 60%}}}.journey-track{position:relative}.journey-stage{border-left:2px solid rgba(255,255,255,.16);padding:0 0 2.5rem 1.8rem;position:relative}.journey-stage:last-child{padding-bottom:0}.journey-flow{display:none}@media(prefers-reduced-motion:no-preference){@supports ((animation-timeline: view()) and (animation-range: contain)){.journey-track{height:460vh;view-timeline:--journey block}.journey-pin{position:sticky;top:0;min-height:100vh;display:grid;align-content:center;overflow:hidden}.journey-flow{display:block}.journey-stages{display:grid;grid-template-areas:"stage";min-height:260px}.journey-stage{grid-area:stage;border-left:0;padding:0}@keyframes m-stage{0%{opacity:0;transform:translateY(24px)}18%{opacity:1;transform:none}82%{opacity:1;transform:none}to{opacity:0;transform:translateY(-18px)}}.journey-stage{animation:m-stage linear both;animation-timeline:--journey}.journey-stage:nth-child(1){animation-range:contain 0% contain 22%}.journey-stage:nth-child(2){animation-range:contain 18% contain 42%}.journey-stage:nth-child(3){animation-range:contain 38% contain 62%}.journey-stage:nth-child(4){animation-range:contain 58% contain 82%}.journey-stage:nth-child(5){animation-range:contain 78% contain 100%}@keyframes m-draw{to{stroke-dashoffset:0}}.journey-flow .flow-path{stroke-dasharray:var(--len);stroke-dashoffset:var(--len);animation:m-draw linear both;animation-timeline:--journey;animation-range:contain 2% contain 96%}@keyframes m-travel{to{offset-distance:100%}}.journey-flow .flow-marker{offset-path:var(--flow);offset-distance:0%;animation:m-travel linear both;animation-timeline:--journey;animation-range:contain 2% contain 96%}@keyframes m-node{0%{opacity:.28;r:7}to{opacity:1;r:11}}.journey-flow .flow-node{animation:m-node linear both;animation-timeline:--journey}.journey-flow .flow-node:nth-of-type(1){animation-range:contain 1% contain 10%}.journey-flow .flow-node:nth-of-type(2){animation-range:contain 20% contain 30%}.journey-flow .flow-node:nth-of-type(3){animation-range:contain 40% contain 50%}.journey-flow .flow-node:nth-of-type(4){animation-range:contain 60% contain 70%}.journey-flow .flow-node:nth-of-type(5){animation-range:contain 80% contain 90%}@keyframes m-label{0%{opacity:.3}to{opacity:1}}.journey-flow .flow-label{animation:m-label linear both;animation-timeline:--journey}.journey-flow .flow-label:nth-of-type(1){animation-range:contain 1% contain 10%}.journey-flow .flow-label:nth-of-type(2){animation-range:contain 20% contain 30%}.journey-flow .flow-label:nth-of-type(3){animation-range:contain 40% contain 50%}.journey-flow .flow-label:nth-of-type(4){animation-range:contain 60% contain 70%}.journey-flow .flow-label:nth-of-type(5){animation-range:contain 80% contain 90%}@keyframes m-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.journey-progress span{transform-origin:left center;animation:m-progress linear both;animation-timeline:--journey;animation-range:contain 0% contain 100%}}}.hdr[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:40;background:#fbfcfde6;backdrop-filter:blur(10px);border-bottom:1px solid var(--line-soft)}.hdr-in[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1rem;min-height:74px}.brand[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;margin-right:auto;flex-shrink:0}.brand-mark[data-astro-cid-ctg3m53h]{width:32px;height:32px;object-fit:contain;flex-shrink:0}.brand-name[data-astro-cid-ctg3m53h]{font-family:var(--font-head);font-weight:600;font-size:1.02rem;color:var(--ink);letter-spacing:-.02em;white-space:nowrap}.nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1.35rem}.navlink[data-astro-cid-ctg3m53h]{font-family:var(--font-head);font-size:.9rem;font-weight:500;color:var(--ink-soft);text-decoration:none;white-space:nowrap}.navlink[data-astro-cid-ctg3m53h]:hover{color:var(--brand)}.navlink[data-astro-cid-ctg3m53h].on{color:var(--ink)}.navcta[data-astro-cid-ctg3m53h]{padding:.58rem 1rem;font-size:.87rem;white-space:nowrap}.navtoggle[data-astro-cid-ctg3m53h],.navbtn[data-astro-cid-ctg3m53h]{display:none}@media(max-width:1080px){.nav[data-astro-cid-ctg3m53h]{gap:1.05rem}.navlink[data-astro-cid-ctg3m53h]{font-size:.86rem}}@media(max-width:960px){.navbtn[data-astro-cid-ctg3m53h]{display:inline-grid;place-items:center;padding:.4rem;cursor:pointer}.nav[data-astro-cid-ctg3m53h]{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;background:var(--surface);border-bottom:1px solid var(--line);padding:.5rem var(--gutter) 1.4rem;max-height:calc(100vh - 74px);overflow-y:auto}.navtoggle[data-astro-cid-ctg3m53h]:checked~.nav[data-astro-cid-ctg3m53h]{display:flex}.navlink[data-astro-cid-ctg3m53h]{padding:.82rem 0;border-bottom:1px solid var(--line-soft);font-size:.98rem}.navcta[data-astro-cid-ctg3m53h]{margin-top:1rem;justify-content:center}}.ftr[data-astro-cid-gcn2mc3v]{background:var(--surface-deep);color:var(--on-deep-soft);padding-top:clamp(56px,7vw,88px);margin-top:auto}.ftr-in[data-astro-cid-gcn2mc3v]{display:grid;gap:2.5rem;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,1fr));padding-bottom:3rem}.ftr-name[data-astro-cid-gcn2mc3v]{font-family:var(--font-head);font-weight:600;font-size:1.15rem;color:#fff;display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.ftr-mark[data-astro-cid-gcn2mc3v]{width:34px;height:34px;flex-shrink:0;object-fit:contain;background:#fff;border-radius:9px;padding:3px}.ftr-brand[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{max-width:40ch;font-size:.95rem}.ftr-contact[data-astro-cid-gcn2mc3v]{display:grid;gap:.55rem;margin-top:1.4rem}.ftr-contact[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;gap:.5rem;color:var(--on-deep-soft);text-decoration:none;font-size:.92rem;word-break:break-word}.ftr-contact[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff}.ftr-contact[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v]{width:17px;height:17px;flex-shrink:0;fill:none;stroke:#6fd3d9;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ftr-col[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:.55rem}.ftr-col[data-astro-cid-gcn2mc3v] h2[data-astro-cid-gcn2mc3v]{font-family:var(--font-head);font-size:.75rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#6fd3d9;margin:0 0 .4rem}.ftr-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--on-deep-soft);text-decoration:none;font-size:.92rem}.ftr-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff;text-decoration:underline}.ftr-base[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:1.4rem;padding-bottom:1.8rem}.ftr-base[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0;font-size:.85rem;color:#90a2b8}@media(max-width:900px){.ftr-in[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr 1fr}}@media(max-width:560px){.ftr-in[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr;gap:2rem}}
