:root{--navy: #0d3053;--navy-deep: #0a2643;--steel: #224b74;--steel-light: #2f5f8f;--ink: #2d2e32;--muted: #5b6472;--cloud: #f0f1f7;--cloud-2: #e7eaf3;--white: #ffffff;--line: #e2e6ef;--shadow-sm: 0 1px 3px rgba(13, 48, 83, .08), 0 1px 2px rgba(13, 48, 83, .06);--shadow-md: 0 6px 18px rgba(13, 48, 83, .1);--shadow-lg: 0 18px 48px rgba(13, 48, 83, .18);--radius: 10px;--radius-lg: 16px;--content: 1200px;--gutter: clamp(1.25rem, 3vw, 2rem);--font: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--header-h: 84px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--white);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:var(--navy);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;line-height:1.2;font-weight:700;color:var(--navy)}h1{font-size:clamp(2.2rem,5vw,3.5rem);text-transform:none}h2{font-size:clamp(1.7rem,3.5vw,2.35rem);font-weight:700}h3{font-size:clamp(1.25rem,2.5vw,1.55rem)}h4{font-size:1.15rem;font-weight:600;color:var(--steel)}p{margin:0 0 1rem}ul,ol{margin:0 0 1rem;padding-left:1.25rem}li{margin-bottom:.4rem}.container{width:100%;max-width:var(--content);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(3rem,7vw,5.5rem)}.section--tight{padding-block:clamp(2rem,4vw,3rem)}.section--navy{background-color:var(--navy);color:var(--white);background-image:linear-gradient(180deg,#0d3053f5,#0a2643fa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M0 0h20v20H0zM20 20h20v20H20z'/%3E%3C/g%3E%3C/svg%3E")}.section--navy :is(h1,h2,h3,h4,p,li,a){color:var(--white)}.section--steel{background-color:var(--steel);color:var(--white)}.section--steel :is(h1,h2,h3,h4,p,li){color:var(--white)}.section--cloud{background-color:var(--cloud);background-image:radial-gradient(rgba(13,48,83,.05) 1px,transparent 1px);background-size:22px 22px}.eyebrow{display:inline-block;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--steel);margin-bottom:.75rem}.section--navy .eyebrow,.section--steel .eyebrow{color:#9cc0e6}.text-center{text-align:center}.lede{font-size:1.1rem;color:var(--muted);max-width:60ch}.section--navy .lede,.section--steel .lede{color:#ffffffd9}.btn{--btn-bg: var(--navy);--btn-fg: var(--white);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.9rem;font-family:var(--font);font-size:1rem;font-weight:600;line-height:1;border:2px solid var(--btn-bg);border-radius:var(--radius);background:var(--btn-bg);color:var(--btn-fg);cursor:pointer;transition:transform .15s ease,background .2s ease,box-shadow .2s ease,color .2s ease;text-decoration:none}.btn:hover{text-decoration:none;transform:translateY(-2px);box-shadow:var(--shadow-md);background:var(--steel);border-color:var(--steel)}.btn--ghost{--btn-bg: transparent;--btn-fg: var(--white);border-color:var(--white)}.btn--ghost:hover{background:var(--white);border-color:var(--white);color:var(--navy)}.btn--lg{padding:1.1rem 2.4rem;font-size:1.05rem}.grid{display:grid;gap:clamp(1.25rem,3vw,2.25rem)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.visually-hidden{position:absolute;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){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.prose,.prose.prose--wide{max-width:100%}.prose h2{margin-top:2.5rem}.prose h3{margin-top:1.75rem;color:var(--steel)}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose ul{list-style:none;padding:0;margin:0 0 1.5rem}.prose ul li{position:relative;padding-left:1.9rem;margin-bottom:.85rem}.prose ul li:before{content:"";position:absolute;left:0;top:.55em;width:11px;height:11px;border-radius:3px;background:var(--steel);transform:rotate(45deg)}.prose a{color:var(--navy);text-decoration:underline;text-underline-offset:2px}.faq{max-width:100%}.faq details{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-bottom:.9rem;overflow:hidden}.faq summary{cursor:pointer;padding:1.1rem 1.3rem;font-weight:600;color:var(--navy);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.5rem;color:var(--steel);line-height:1;transition:transform .2s ease}.faq details[open] summary:after{transform:rotate(45deg)}.faq details>div{padding:0 1.3rem 1.2rem;color:var(--muted)}.cta-band{text-align:center}.cta-band .btn{margin-top:1rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3.5rem);align-items:center}.split img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;height:auto}@media(max-width:900px){.split{grid-template-columns:1fr}}.icon[data-astro-cid-patnjmll]{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:currentColor;flex-shrink:0}.sticky-call[data-astro-cid-e2cgyade]{position:fixed;right:clamp(1rem,3vw,1.75rem);bottom:clamp(1rem,3vw,1.75rem);z-index:90;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:var(--steel);color:#fff;font-size:1.4rem;box-shadow:var(--shadow-lg);transition:transform .2s ease,background .2s ease;animation:pulse 2.4s infinite}.sticky-call[data-astro-cid-e2cgyade]:hover{background:var(--navy);transform:scale(1.06);text-decoration:none}@keyframes pulse{0%{box-shadow:0 0 #224b7473,var(--shadow-lg)}70%{box-shadow:0 0 0 16px #224b7400,var(--shadow-lg)}to{box-shadow:0 0 #224b7400,var(--shadow-lg)}}@media(prefers-reduced-motion:reduce){.sticky-call[data-astro-cid-e2cgyade]{animation:none}}
