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