:root{--color-brand-navy:#2d4a77;--color-brand-green:#5ca92b;--color-ui-bg:#f3f4f6;--color-ui-text:#374151;--color-ui-text-light:#6b7280}.o-layout{background-color:var(--color-ui-bg);min-height:100vh;color:var(--color-ui-text);flex-direction:column;margin:0;font-family:Poppins,sans-serif;display:flex}.o-layout>main{flex:1}.o-container{box-sizing:border-box;width:100%;max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.c-header{background-color:var(--color-brand-navy);justify-content:space-between;width:100%;margin-bottom:2rem;padding:.5rem 0;display:flex;box-shadow:0 1px 3px #0000004d}.c-header__logo img{-o-object-fit:contain;object-fit:contain}.c-header__brand{align-items:center;gap:.75rem;display:flex}.c-header__brand-logo{-o-object-fit:contain;object-fit:contain;width:auto;height:2.5rem}.c-header__brand-text{flex-direction:column;line-height:1.3;display:flex}.c-header__brand-support{color:#fff;font-size:.875rem;font-weight:600}.c-header__brand-slogan{color:#fffc;font-size:.75rem;font-weight:400}.c-main-title{text-align:center;margin-bottom:2rem}.c-main-title__title{color:var(--color-ui-text-light);margin:0;font-size:1.25rem;font-weight:700}.c-footer{background-color:var(--color-brand-navy);color:#fff;margin-top:4rem;padding:3rem 0}.c-footer__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.c-footer__grid{grid-template-columns:repeat(2,1fr)}}.c-footer__section{flex-direction:column;gap:1.5rem;display:flex}.c-footer__logo{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.c-footer__logo-img{max-height:2.5rem}.c-footer__disclaimer{text-align:center;color:#fff;max-width:28rem;margin:0;font-size:.75rem}.c-footer__payment{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.c-footer__payment svg{opacity:.7;width:auto;height:1.5rem;transition:opacity .2s}.c-footer__payment svg:hover{opacity:1}.c-footer__links{grid-template-columns:1fr;gap:2rem;max-width:32rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:grid}@media (width>=768px){.c-footer__links{grid-template-columns:repeat(2,1fr)}}.c-footer__column{text-align:center}@media (width>=768px){.c-footer__column{text-align:left}}.c-footer__heading{color:#fff;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.c-footer__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.c-footer__link{color:#fff;font-size:.875rem;text-decoration:none;transition:color .2s}.c-footer__link:hover{color:#fff}.c-footer__legal{text-align:center;grid-column:1/-1;padding-top:2rem}.c-footer__legal p{color:#fff;margin:0;font-size:.75rem}
