/* Site-wide header and footer, implemented entirely by the Child Theme. */
.pr-affiliate-bar { background: #08233d; color: rgba(255,255,255,.88); font-size: .75rem; }
.pr-affiliate-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 1.25rem; }
.pr-affiliate-bar p { margin: 0; }.pr-affiliate-bar i { margin-right: .45rem; color: #f5be21; }.pr-affiliate-bar a { color: #fff; font-weight: 700; text-underline-offset: 2px; }
.pr-site-header { background: #fff; border-bottom: 1px solid #e5eaf0; box-shadow: none; }
.pr-site-header .header__menu > .menu-item > a,.pr-site-header .header__menu > .menu-item > button { color: #102039; font-size: .8rem; font-weight: 700; }.pr-site-header .header__menu > .menu-item > a:hover,.pr-site-header .header__menu > .current-menu-item > a { color: #0284c7; }.pr-site-header .header__action-btn { color: #30425c; }.pr-site-header .header__cta { background: #f5be21; border-color: #f5be21; color: #102039; border-radius: 7px; font-weight: 800; }.pr-site-header .header__cta:hover { background: #e9ad05; border-color: #e9ad05; }
.pr-site-footer { margin-top: 0; padding: 3rem 0 1.25rem; background: linear-gradient(112deg,#061a31 0%,#0b2e4d 100%); color: rgba(255,255,255,.76); }
.pr-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,minmax(140px,1fr)); gap: 2.5rem; align-items: start; }.pr-footer-brand { max-width: 245px; }.pr-footer-logo { display: inline-flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.82); font-size: 1rem; text-decoration: none; }.pr-footer-logo strong { color: #fff; font-size: 1.08rem; }.pr-footer-logo__mark { width: 38px; height: 38px; display: inline-grid; place-items: center; background: #11b77a; border-radius: 9px; color: #062036; font-size: .85rem; font-weight: 900; letter-spacing: -.06em; }.pr-footer-brand > p { margin: 1rem 0 1.2rem; font-size: .84rem; line-height: 1.65; }
.pr-footer-social { display: flex; flex-wrap: wrap; gap: .55rem; }.pr-footer-social a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; text-decoration: none; transition: .18s ease; }.pr-footer-social a:hover { background: #f5be21; border-color: #f5be21; color: #09203a; }.pr-footer-nav h2 { margin: .2rem 0 1.05rem; color: #fff; font-size: .9rem; font-weight: 800; }.pr-footer-nav ul { margin: 0; padding: 0; list-style: none; }.pr-footer-nav li + li { margin-top: .68rem; }.pr-footer-nav a { color: rgba(255,255,255,.76); font-size: .82rem; text-decoration: none; }.pr-footer-nav a:hover { color: #f5be21; }.pr-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .75rem; }.pr-footer-bottom p { margin: 0; }
@media (max-width:768px){.pr-affiliate-bar__inner{min-height:36px;padding:.3rem 1rem;text-align:center}.pr-affiliate-bar a{display:none}.pr-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.25rem}.pr-footer-brand{grid-column:1/-1}.pr-footer-bottom{flex-direction:column;margin-top:2rem}}
