:root {
	--blue: #009fe4;
	--blue-bright: #16b5f2;
	--blue-deep: #063653;
	--blue-ink: #092b40;
	--sky: #eaf8ff;
	--ice: #f6fbfe;
	--white: #fff;
	--ink: #112f3f;
	--muted: #607684;
	--line: #d8e7ee;
	--gold: #f2c75c;
	--shadow: 0 24px 70px rgba(7, 54, 83, .14);
	--radius: 28px;
	--container: min(1240px, calc(100% - 48px));
	--font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--blue-ink); line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.9rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.8rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); }
p:last-child { margin-bottom: 0; }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.screen-reader-text { 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: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--blue-deep); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(216,231,238,.72); backdrop-filter: blur(18px); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: clamp(210px, 18vw, 265px); height: auto; }
.brand > span { display: flex; flex-direction: column; padding-left: 12px; border-left: 1px solid var(--line); line-height: 1; }
.brand strong { font-size: 1rem; letter-spacing: .1em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.primary-nav { margin-left: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); padding: 0; margin: 0; list-style: none; }
.primary-nav a { position: relative; font-size: .88rem; font-weight: 700; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { transform: scaleX(1); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 50%; background: var(--sky); cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--blue-deep); transition: .2s; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 15px 26px; border: 2px solid var(--blue); border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; box-shadow: 0 12px 32px rgba(0,159,228,.2); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-deep); border-color: var(--blue-deep); box-shadow: 0 18px 40px rgba(6,54,83,.22); }
.button--compact { min-height: 46px; padding: 12px 20px; font-size: .85rem; }
.button--ghost { background: transparent; color: var(--blue-deep); box-shadow: none; border-color: var(--line); }
.button--ghost:hover { color: #fff; }
.button--dark { background: var(--blue-deep); border-color: var(--blue-deep); }
.button--white { color: var(--blue-deep); background: #fff; border-color: #fff; box-shadow: none; }
.button--white:hover { color: #fff; background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.text-link { color: var(--blue-deep); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--blue); }
.eyebrow { margin-bottom: 22px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--light { color: #8fe0ff; }

.hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 138px) 0 86px; background: linear-gradient(145deg, #fff 0%, #f0faff 56%, #d9f4ff 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -310px; top: -310px; border: 1px solid rgba(0,159,228,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(0,159,228,.03), 0 0 0 160px rgba(0,159,228,.025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .75fr); align-items: center; gap: clamp(55px, 8vw, 120px); }
.hero-copy h1 { margin-bottom: 28px; max-width: 860px; font-size: clamp(3.25rem, 6.2vw, 6.25rem); }
.hero-lead { max-width: 710px; color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.hero-media { position: relative; }
.hero-image-wrap { overflow: hidden; aspect-ratio: .78; border-radius: 180px 180px var(--radius) var(--radius); box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; left: -52px; bottom: 38px; display: flex; width: 224px; min-height: 126px; flex-direction: column; justify-content: center; padding: 25px; border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-note strong { color: var(--blue); font-size: 1.45rem; }
.hero-note span { margin-top: 5px; color: var(--muted); font-size: .82rem; line-height: 1.35; }

.trust-strip { background: var(--blue-deep); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 118px; display: flex; align-items: center; gap: 18px; padding: 25px 32px; border-left: 1px solid rgba(255,255,255,.15); }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.trust-grid span { color: #72d7ff; font-size: .75rem; font-weight: 900; }
.trust-grid strong { font-size: .9rem; letter-spacing: .04em; }

.section { padding: clamp(85px, 10vw, 150px) 0; }
.section--intro { padding-block: clamp(100px, 12vw, 180px); }
.section--blue { color: #fff; background: var(--blue-deep); }
.section--blue h2, .section--blue h3 { color: #fff; }
.section--soft { background: var(--ice); }
.section--cta { padding-top: 0; }
.intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px, 9vw, 135px); }
.intro-grid h2 { margin: 0; }
.prose { color: var(--muted); font-size: 1.08rem; }
.prose > * + * { margin-top: 1.4em; }
.prose h2, .prose h3 { color: var(--blue-ink); }
.prose h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
.prose ul { padding-left: 1.25em; }
.section-heading { max-width: 810px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.pillar-card { min-height: 310px; padding: 42px 34px; border-right: 1px solid rgba(255,255,255,.18); }
.pillar-card:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.pillar-card span { display: block; margin-bottom: 64px; color: #72d7ff; font-size: .75rem; font-weight: 900; }
.pillar-card h3 { margin-bottom: 16px; }
.pillar-card p { color: rgba(255,255,255,.72); font-size: .95rem; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.story-image { overflow: hidden; min-height: 560px; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.story-copy h2 { margin-bottom: 25px; }
.story-copy p { color: var(--muted); font-size: 1.08rem; }
.story-copy .button { margin-top: 22px; }
.steps-layout { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: clamp(45px, 10vw, 140px); align-items: start; }
.steps-layout .section-heading { position: sticky; top: 132px; grid-row: span 2; }
.steps { padding: 0; margin: 0 0 42px; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-weight: 900; }
.steps h3 { margin-bottom: 9px; }
.steps p { color: var(--muted); }
.cta-box { display: flex; min-height: 330px; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(42px, 7vw, 90px); border-radius: var(--radius); background: linear-gradient(130deg, #009fe4, #006cab); color: #fff; box-shadow: var(--shadow); }
.cta-box h2 { max-width: 820px; margin-bottom: 0; color: #fff; }

.page-hero { padding: clamp(95px, 12vw, 180px) 0 clamp(70px, 9vw, 120px); background: linear-gradient(145deg, #fff, var(--sky)); }
.page-hero .narrow { margin-inline: auto; text-align: center; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 28px auto 0; color: var(--muted); font-size: 1.15rem; }
.page-hero--blue { color: #fff; background: linear-gradient(145deg, var(--blue-deep), #006fae); }
.page-hero--blue h1 { color: #fff; }
.page-hero--blue p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.values-grid article { min-height: 330px; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.values-grid span, .process-card > span { display: block; margin-bottom: 70px; color: var(--blue); font-size: .76rem; font-weight: 900; }
.values-grid p, .process-card p { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.process-card { min-height: 380px; padding: clamp(38px, 5vw, 68px); border-radius: var(--radius); background: var(--ice); }
.process-card:nth-child(2), .process-card:nth-child(3) { background: var(--sky); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 9vw, 125px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 46px 26px 0; cursor: pointer; color: var(--blue-ink); font-weight: 800; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--blue); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 48px 28px 0; color: var(--muted); }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.form-aside { position: sticky; top: 130px; }
.form-aside h2 { font-size: clamp(2.2rem, 4vw, 3.9rem); }
.form-aside > p { color: var(--muted); }
.check-list { padding: 0; margin: 32px 0 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 36px; border-top: 1px solid var(--line); color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--blue); font-weight: 900; }
.form-panel { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.pac-form h2 { margin-bottom: 35px; font-size: clamp(2rem, 3vw, 3.1rem); }
.pac-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.pac-field--full { grid-column: 1 / -1; }
.pac-field label { display: block; margin-bottom: 8px; color: var(--blue-ink); font-size: .88rem; font-weight: 800; }
.pac-field input:not([type="checkbox"]), .pac-field select, .pac-field textarea { width: 100%; border: 1px solid #bcd2dc; border-radius: 13px; background: #fff; color: var(--ink); padding: 14px 16px; }
.pac-field input:not([type="checkbox"]), .pac-field select { min-height: 54px; }
.pac-field textarea { min-height: 165px; resize: vertical; }
.pac-field input:focus, .pac-field select:focus, .pac-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(0,159,228,.14); }
.pac-consent { display: flex; align-items: flex-start; gap: 12px; margin: 25px 0; color: var(--muted); font-size: .86rem; }
.pac-consent input { margin-top: 5px; }
.pac-form-note { margin-top: 20px; color: var(--muted); font-size: .8rem; }
.pac-form-status { margin-bottom: 24px; padding: 17px 20px; border-radius: 12px; font-weight: 700; }
.pac-form-status--success { color: #075f46; background: #e5f8f0; }
.pac-form-status--error { color: #84202b; background: #fff0f1; }
.pac-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-card__image { display: block; overflow: hidden; aspect-ratio: 1.45; background: var(--sky); text-decoration: none; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-card:hover .news-card__image img { transform: scale(1.04); }
.news-card__placeholder { display: grid; height: 100%; place-items: center; color: rgba(0,159,228,.3); font-size: 4rem; font-weight: 900; }
.news-card__body { padding: 28px; }
.news-card__date { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-card h3 { margin-bottom: 15px; font-size: 1.65rem; }
.news-card h3 a { text-decoration: none; }
.news-card__body > p:not(.news-card__date) { color: var(--muted); font-size: .92rem; }
.navigation.pagination { margin-top: 52px; }
.nav-links { display: flex; gap: 9px; }
.page-numbers { display: grid; min-width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--sky); text-decoration: none; }
.page-numbers.current { background: var(--blue); color: #fff; }
.article-header { padding: clamp(95px, 12vw, 170px) 0 70px; background: var(--sky); }
.article-header h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.article-image { overflow: hidden; max-height: 720px; margin-top: 60px; border-radius: var(--radius); }
.article-image img { width: 100%; height: 100%; object-fit: cover; }
.article-content { padding-block: 80px 130px; }
.not-found { min-height: 70vh; display: grid; align-items: center; text-align: center; background: var(--sky); }
.not-found .narrow { margin-inline: auto; }

.site-footer { padding-top: 78px; background: #061f2e; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr .8fr; gap: 55px; padding-bottom: 70px; }
.site-footer .brand { color: #fff; }
.site-footer .brand img { filter: brightness(0) invert(1); }
.site-footer .brand > span { border-color: rgba(255,255,255,.2); }
.site-footer .brand small { color: rgba(255,255,255,.6); }
.footer-brand p { max-width: 390px; margin-top: 24px; }
.footer-title { color: #fff; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { padding: 0; margin: 20px 0 0; list-style: none; }
.footer-links li + li { margin-top: 10px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.social-links { display: flex; gap: 10px; margin-top: 22px; }
.social-links a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; font-weight: 900; text-decoration: none; }
.social-links a:hover { background: var(--blue); border-color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
	.primary-nav { position: fixed; inset: 92px 0 auto; display: none; max-height: calc(100vh - 92px); overflow: auto; padding: 34px 24px 46px; background: #fff; border-bottom: 1px solid var(--line); }
	.primary-nav.is-open { display: block; }
	.primary-nav .menu { flex-direction: column; align-items: flex-start; gap: 0; }
	.primary-nav .menu li { width: 100%; border-bottom: 1px solid var(--line); }
	.primary-nav .menu a { display: block; padding: 17px 0; font-size: 1.15rem; }
	.menu-toggle { display: block; margin-left: auto; }
	.header-cta { margin-left: auto; }
	.hero-grid { grid-template-columns: 1fr .72fr; gap: 55px; }
	.hero-note { left: -28px; }
	.pillar-grid { grid-template-columns: repeat(2, 1fr); }
	.pillar-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); }
	.pillar-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
	.news-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
	.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
	:root { --container: min(100% - 32px, 1240px); --radius: 22px; }
	body { font-size: 16px; }
	.header-inner { min-height: 78px; }
	.brand img { width: 190px; }
	.brand > span { display: none; }
	.primary-nav { inset-block-start: 78px; max-height: calc(100vh - 78px); }
	.header-cta { display: none; }
	.hero { padding: 66px 0 58px; }
	.hero-grid, .intro-grid, .story-grid, .steps-layout, .faq-layout, .form-layout { grid-template-columns: 1fr; }
	.hero-copy h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
	.hero-media { width: min(88%, 480px); margin: 12px auto 0; }
	.hero-note { left: -18px; bottom: 22px; width: 190px; min-height: 105px; }
	.trust-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-grid div { min-height: 96px; padding: 20px 16px; border-bottom: 1px solid rgba(255,255,255,.15); }
	.section { padding-block: 78px; }
	.section--cta { padding-top: 0; }
	.story-grid { gap: 42px; }
	.story-image, .story-image img { min-height: 390px; }
	.steps-layout .section-heading, .form-aside { position: static; }
	.values-grid, .process-grid { grid-template-columns: 1fr; }
	.values-grid article, .process-card { min-height: auto; }
	.values-grid span, .process-card > span { margin-bottom: 35px; }
	.cta-box { min-height: auto; flex-direction: column; align-items: flex-start; padding: 42px 28px; }
	.news-grid { grid-template-columns: 1fr; }
	.section-heading--row { align-items: flex-start; flex-direction: column; }
	.form-layout { gap: 42px; }
	.pac-form-grid { grid-template-columns: 1fr; }
	.pac-field--full { grid-column: auto; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-grid > div:last-child { grid-column: auto; }
	.footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
	h1 { font-size: clamp(2.75rem, 15vw, 4rem); }
	h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
	.hero-copy h1 { font-size: clamp(2.9rem, 15vw, 4rem); }
	.trust-grid, .pillar-grid, .footer-grid { grid-template-columns: 1fr; }
	.trust-grid div { border-right: 1px solid rgba(255,255,255,.15); }
	.pillar-card, .pillar-card:nth-child(3) { min-height: auto; border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); }
	.pillar-card span { margin-bottom: 34px; }
	.button-row { flex-direction: column; }
	.button-row .button { width: 100%; }
	.footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
	.reveal { opacity: 1; transform: none; }
}


.impact-marquee { position: relative; z-index: 2; overflow: hidden; background: linear-gradient(90deg, #008fd1, var(--blue-bright), #008fd1); color: #fff; box-shadow: 0 14px 32px rgba(0, 126, 187, .18); }
.impact-marquee__link { display: block; color: inherit; text-decoration: none; }
.impact-marquee__track { display: flex; width: max-content; will-change: transform; animation: pac-marquee 30s linear infinite; }
.impact-marquee__group { display: flex; flex: 0 0 auto; align-items: center; gap: clamp(38px, 5vw, 86px); padding: 18px clamp(20px, 3vw, 50px); }
.impact-marquee__group strong { color: #fff; font-size: clamp(1.12rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.2; letter-spacing: -.025em; white-space: nowrap; }
.impact-marquee__group i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: rgba(255, 255, 255, .72); box-shadow: 0 0 0 6px rgba(255, 255, 255, .1); }
.impact-marquee__link:focus-visible { outline-offset: -5px; }

@keyframes pac-marquee {
	to { transform: translateX(-50%); }
}

@media (max-width: 780px) {
	.impact-marquee__group { padding-block: 15px; }
}

@media (prefers-reduced-motion: reduce) {
	.impact-marquee__track { animation: none !important; transform: none; }
}
