*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Montserrat,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--navy: #1a3a58;--teal: #038181;--purple: #693a94;--text: #1c1c1c;--bg: #ffffff;--navy-dark: #0f2537;--navy-light: #2a5a82;--teal-light: #0aa5a5;--teal-muted: rgba(3, 129, 129, .08);--purple-light:#8b5fbf;--purple-muted:rgba(105, 58, 148, .06);--surface-warm: #fafbfc;--surface-cool: #f0f4f8;--surface-dark: #0f2537;--shadow-sm: 0 1px 3px rgba(15, 37, 55, .06), 0 1px 2px rgba(15, 37, 55, .04);--shadow-md: 0 4px 14px rgba(15, 37, 55, .08), 0 2px 6px rgba(15, 37, 55, .04);--shadow-lg: 0 12px 36px rgba(15, 37, 55, .12), 0 4px 12px rgba(15, 37, 55, .06);--shadow-xl: 0 20px 50px rgba(15, 37, 55, .16), 0 8px 20px rgba(15, 37, 55, .08);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 32px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.45, 0, .55, 1);--duration: .3s;--duration-lg:.5s;--text-xs: .8rem;--text-sm: .9rem;--text-base: 1rem;--text-md: 1.08rem;--text-lg: clamp(1.15rem, 1.5vw, 1.3rem);--text-xl: clamp(1.3rem, 2vw, 1.55rem);--text-2xl: clamp(1.6rem, 2.5vw, 2rem);--text-3xl: clamp(1.9rem, 3.2vw, 2.5rem);--text-4xl: clamp(2.2rem, 4.5vw, 3.4rem);--text-hero: clamp(2.6rem, 5.5vw, 4.4rem);--max-width: 1280px;--content-px: max(1.25rem, 3vw)}.wrap{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:var(--content-px);padding-right:var(--content-px)}.wrap-narrow{max-width:880px}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;letter-spacing:-.01em}h1{font-size:var(--text-hero)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{line-height:1.75;font-size:var(--text-md)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background var(--duration) var(--ease-out),color var(--duration) var(--ease-out),box-shadow var(--duration) var(--ease-out),transform var(--duration) var(--ease-out);border:none;text-decoration:none}.btn:active{transform:scale(.97)}.btn-primary{background:var(--navy);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--navy-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:#fff;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-ghost{background:#ffffff1a;color:#fff;border:1.5px solid rgba(255,255,255,.4);backdrop-filter:blur(4px)}.btn-ghost:hover{background:#ffffff38;border-color:#ffffffb3;box-shadow:0 0 20px #ffffff1a;transform:translateY(-1px)}.btn-lg{padding:.9rem 2rem;font-size:var(--text-base)}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.bg-white{background:var(--bg)}.bg-warm{background:var(--surface-warm)}.bg-cool{background:var(--surface-cool)}.bg-dark{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:#e8edf2}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4{color:#fff}.bg-gradient-subtle{background:radial-gradient(ellipse 80% 50% at 20% 60%,rgba(3,129,129,.06),transparent),radial-gradient(ellipse 60% 40% at 80% 30%,rgba(105,58,148,.04),transparent),var(--surface-warm)}.bg-gradient-accent{position:relative;overflow:hidden}.bg-gradient-accent:before{content:"";position:absolute;inset:0;background:conic-gradient(from 210deg at 10% 50%,rgba(3,129,129,.12),transparent 34%),repeating-linear-gradient(125deg,rgba(26,58,88,.04) 0 14px,transparent 14px 34px),linear-gradient(120deg,#693a940f,#0381810d);z-index:0;pointer-events:none}.bg-gradient-accent>*{position:relative;z-index:1}.color-navy{color:var(--navy)}.color-teal{color:var(--teal)}.color-purple{color:var(--purple)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:2px}@media(max-width:768px){.section{padding:3.5rem 0}.section-lg{padding:4.5rem 0}}.topbar[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s ease}.topbar[data-astro-cid-dmqpwcec].scrolled{box-shadow:0 2px 20px #0f253714}.nav-wrap[data-astro-cid-dmqpwcec]{height:76px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{height:42px;width:auto;object-fit:contain}.site-nav[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.3rem}.nav-link[data-astro-cid-dmqpwcec]{position:relative;padding:.5rem .75rem;font-size:.9rem;font-weight:500;color:var(--text);border-radius:var(--radius-sm);transition:color var(--duration) ease,background var(--duration) ease}.nav-link[data-astro-cid-dmqpwcec]:after{content:"";position:absolute;bottom:2px;left:.75rem;right:.75rem;height:2px;background:var(--teal);border-radius:1px;transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease-out)}.nav-link[data-astro-cid-dmqpwcec]:hover{color:var(--navy);background:#1a3a580a}.nav-link[data-astro-cid-dmqpwcec]:hover:after,.nav-link[data-astro-cid-dmqpwcec].active:after{transform:scaleX(1)}.nav-link[data-astro-cid-dmqpwcec].active{color:var(--navy);font-weight:600}.menu-toggle[data-astro-cid-dmqpwcec]{display:none;background:none;border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-sm);padding:.45rem;cursor:pointer;z-index:10}.menu-icon[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;gap:5px;width:22px}.menu-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;height:2px;background:var(--navy);border-radius:1px;transition:transform .3s ease,opacity .2s ease}.menu-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .menu-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .menu-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .menu-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:860px){.menu-toggle[data-astro-cid-dmqpwcec]{display:flex}.site-nav[data-astro-cid-dmqpwcec]{position:absolute;top:76px;left:0;right:0;flex-direction:column;background:#fffffff7;backdrop-filter:blur(14px);padding:.8rem 1.2rem;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:var(--shadow-md);transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s var(--ease-out)}.site-nav[data-astro-cid-dmqpwcec].open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-link[data-astro-cid-dmqpwcec]{width:100%;padding:.7rem 1rem;font-size:1rem}.nav-link[data-astro-cid-dmqpwcec]:after{bottom:6px;left:1rem;right:auto;width:20px}}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(26,58,88,.1);background:var(--surface-warm);padding-top:4rem}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:36px;width:auto;margin-bottom:1rem;opacity:.85}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:var(--text-sm)!important;color:#5a6a78;line-height:1.7;max-width:340px}.footer-links[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte],.footer-contact[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);font-weight:600;color:var(--navy);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.06em}.footer-links[data-astro-cid-sz7xmlte] nav[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.4rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer-contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);color:#5a6a78;transition:color var(--duration) ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer-contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--teal)}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:3rem;padding:1.3rem 0;border-top:1px solid rgba(26,58,88,.08)}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:var(--text-xs)!important;color:#8a96a2;text-align:center}@media(max-width:768px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}}.hero[data-astro-cid-bbe6dxrz]{position:relative;display:flex;align-items:center;overflow:hidden;isolation:isolate}.hero-home[data-astro-cid-bbe6dxrz]{min-height:520px}.hero-page[data-astro-cid-bbe6dxrz]{min-height:400px}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:-3}.hero-accent-navy[data-astro-cid-bbe6dxrz] .hero-bg[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,#2a5a82,#1a3a58 35%,#0f2537)}.hero-accent-teal[data-astro-cid-bbe6dxrz] .hero-bg[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,#0aa5a5,#038181 30%,#1a3a58)}.hero-accent-purple[data-astro-cid-bbe6dxrz] .hero-bg[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,#8b5fbf,#693a94 30%,#1a3a58)}.hero-grain[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:-2;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none}.hero-glow[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:-1;pointer-events:none}.hero-accent-navy[data-astro-cid-bbe6dxrz] .hero-glow[data-astro-cid-bbe6dxrz]{background:radial-gradient(ellipse 50% 60% at 20% 80%,rgba(3,129,129,.18),transparent),radial-gradient(ellipse 40% 50% at 80% 20%,rgba(105,58,148,.12),transparent)}.hero-accent-teal[data-astro-cid-bbe6dxrz] .hero-glow[data-astro-cid-bbe6dxrz]{background:radial-gradient(ellipse 50% 60% at 15% 70%,rgba(10,165,165,.2),transparent),radial-gradient(ellipse 40% 50% at 85% 25%,rgba(26,58,88,.15),transparent)}.hero-accent-purple[data-astro-cid-bbe6dxrz] .hero-glow[data-astro-cid-bbe6dxrz]{background:radial-gradient(ellipse 50% 60% at 20% 75%,rgba(139,95,191,.18),transparent),radial-gradient(ellipse 40% 50% at 80% 20%,rgba(3,129,129,.1),transparent)}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;color:#f0f4f8;padding:6rem 0 5rem}.hero-home[data-astro-cid-bbe6dxrz] .hero-content[data-astro-cid-bbe6dxrz]{padding:7rem 0 6rem}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{margin:0;color:#fff;max-width:800px;letter-spacing:-.02em}.hero-sub[data-astro-cid-bbe6dxrz]{margin-top:1.2rem;max-width:680px;font-size:var(--text-lg)!important;font-weight:300;line-height:1.8!important;color:#f0f4f8e6}.hero-cta[data-astro-cid-bbe6dxrz]{margin-top:2rem}@media(max-width:768px){.hero-home[data-astro-cid-bbe6dxrz]{min-height:420px}.hero-page[data-astro-cid-bbe6dxrz]{min-height:340px}.hero-content[data-astro-cid-bbe6dxrz]{padding:4.5rem 0 3.5rem}.hero-home[data-astro-cid-bbe6dxrz] .hero-content[data-astro-cid-bbe6dxrz]{padding:5rem 0 4rem}}.section-heading[data-astro-cid-ytvomcwp]{margin-bottom:2rem}.align-center[data-astro-cid-ytvomcwp]{text-align:center}.section-heading[data-astro-cid-ytvomcwp] h2[data-astro-cid-ytvomcwp]{margin-bottom:.6rem}.section-sub[data-astro-cid-ytvomcwp]{color:#5a6a78;font-size:var(--text-md)!important;max-width:640px;line-height:1.7!important}.align-center[data-astro-cid-ytvomcwp] .section-sub[data-astro-cid-ytvomcwp]{margin-left:auto;margin-right:auto}
