

    /* Page-specific patch: keep existing design, fix footer/header/logo/buttons cleanly */
    .brand img{display:block;width:auto;max-width:260px;height:auto;max-height:92px}
    .site-footer{
      background:linear-gradient(135deg,#061f3d 0%,#082b4d 70%,#05365f 100%) !important;
      color:#dceeff !important;
      padding:44px 0 0 !important;
    }
    .site-footer .footer__grid{
      display:grid !important;
      grid-template-columns:1.35fr 1fr 1.12fr 1fr .9fr !important;
      gap:46px !important;
      align-items:start !important;
    }
    .site-footer .footer__brand img{
      width:210px !important;
      max-width:100% !important;
      height:auto !important;
      background:transparent !important;
      padding:0 !important;
      border-radius:0 !important;
      margin:0 0 20px !important;
    }
    .site-footer .footer__brand p{
      font-family:var(--sans) !important;
      font-size:15px !important;
      line-height:1.65 !important;
      color:#dceeff !important;
      max-width:310px !important;
      margin:0 !important;
    }
    .site-footer h4{
      font-family:var(--sans) !important;
      color:#fff !important;
      font-size:15px !important;
      text-transform:uppercase !important;
      letter-spacing:.05em !important;
      margin:0 0 16px !important;
      font-weight:900 !important;
    }
    .site-footer a{
      font-family:var(--sans) !important;
      color:#dceeff !important;
      font-size:14px !important;
      line-height:1.35 !important;
      margin:0 0 10px !important;
      display:block !important;
      text-decoration:none !important;
    }
    .site-footer a:hover{color:#fff !important;text-decoration:underline !important;text-underline-offset:4px}
    .site-footer .coming-soon{font-size:12px;color:#9fc8e6}
    .site-footer .footer__bottom{
      background:transparent !important;
      border-top:1px solid rgba(255,255,255,.16) !important;
      margin-top:38px !important;
      min-height:58px !important;
      display:flex !important;
      align-items:center !important;
      justify-content:space-between !important;
      gap:22px !important;
      color:#dceeff !important;
    }
    .site-footer .footer__bottom p{font-size:13px !important;margin:0 !important;color:#dceeff !important}
    .site-footer .footer__bottom div{display:flex;gap:24px;align-items:center}
    .site-footer .footer__bottom a{font-size:13px !important;margin:0 !important;color:#dceeff !important}
    @media(max-width:1000px){
      .site-footer .footer__grid{grid-template-columns:1fr 1fr !important;gap:34px !important}
      .site-footer .footer__bottom{display:grid !important;grid-template-columns:1fr !important;align-items:start !important}
    }
    @media(max-width:640px){
      .site-footer .footer__grid{grid-template-columns:1fr !important}
      .site-footer .footer__bottom div{flex-direction:column;align-items:flex-start;gap:8px}
    }
  
    .hero__actions{display:flex;flex-wrap:nowrap;align-items:center;gap:14px;margin-top:28px}
    .hero__actions .btn{white-space:nowrap;flex:0 0 auto}
    .hero-carousel{position:relative;overflow:hidden;min-height:100%}
    .hero-carousel .hero-slide{position:absolute;
        inset:0;width:100%;height:100%;
        object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}
    .hero-carousel .hero-slide.is-active{opacity:1}
    @media(max-width:900px){.hero__actions{flex-wrap:wrap}}
 
    
    /* Social media icons patch */
    .hrp-social-icons{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .hrp-social-icons a{
      width:34px;
      height:34px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none !important;
      transition:transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .hrp-social-icons a svg{
      width:17px;
      height:17px;
      fill:currentColor;
      display:block;
    }
   