/* Branded public footer — shared by all public pages. */
.site-footer{
    margin:0;
    background:#073252;
    color:#f6fbff;
    font-family:"Noto Sans","Segoe UI","Helvetica Neue",Arial,sans-serif;
}

.site-footer .footer-grid{
    display:grid;
    grid-template-columns:1.28fr 1.05fr 1.42fr 1.18fr;
    align-items:start;
    min-height:238px;
    padding:38px 26px 30px;
}

.site-footer .footer-about,
.site-footer .footer-column{
    min-width:0;
}

.site-footer .footer-about{
    padding-right:34px;
}

.site-footer .footer-column{
    min-height:166px;
    padding:0 30px;
    border-left:1px solid rgba(211,233,248,.24);
}

.site-footer .footer-brand{
    gap:0;
    min-height:49px;
    margin:0 0 22px;
    color:#fff;
}

.site-footer .footer-brand .brand-logo{
    width:172px;
    height:54px;
    border:0;
    border-radius:0;
    background:transparent;
    color:#fff;
    overflow:visible;
}

.site-footer .footer-brand .brand-logo i{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.55);
    border-radius:50%;
    font-size:22px;
}

.site-footer .footer-brand .brand-logo img{
    width:100%;
    height:100%;
    padding:0;
    object-fit:contain;
    object-position:left center;
}

.site-footer .footer-brand .brand-logo.has-image + .brand-text{
    display:none;
}

.site-footer .footer-brand .brand-text strong{
    color:#fff;
    font-size:17px;
}

.site-footer .footer-brand .brand-text small{
    color:rgba(240,248,253,.85);
    font-size:10px;
}

.site-footer .footer-about > p{
    max-width:250px;
    margin:0;
    color:rgba(237,247,253,.92);
    font-size:12px;
    line-height:1.75;
    font-weight:650;
}

.site-footer .footer-social{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:20px;
}

.site-footer .footer-social a{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border:1px solid rgba(235,247,255,.35);
    border-radius:50%;
    color:#fff;
    font-size:12px;
    transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}

.site-footer .footer-social a:hover{
    transform:translateY(-2px);
    border-color:#ff7a1a;
    background:#ff7a1a;
    color:#fff;
}

.site-footer .footer-column h4{
    position:relative;
    display:inline-block;
    margin:0 0 18px;
    padding-bottom:8px;
    color:#fff;
    font-size:12px;
    font-weight:900;
    line-height:1.2;
    text-transform:uppercase;
}

.site-footer .footer-column h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:25px;
    height:2px;
    border-radius:2px;
    background:#ff7a1a;
}

.site-footer .footer-links{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.site-footer .footer-links a{
    display:block;
    color:rgba(239,248,253,.95);
    font-size:12px;
    line-height:1.25;
    font-weight:700;
    transition:color .2s ease,transform .2s ease;
}

.site-footer .footer-links a:hover{
    color:#ff9b46;
    transform:translateX(2px);
}

.site-footer .footer-contact p{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 12px;
    color:rgba(239,248,253,.95);
    font-size:12px;
    line-height:1.3;
    font-weight:700;
}

.site-footer .footer-contact p i{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    flex:0 0 30px;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    color:#fff;
    font-size:12px;
}

.site-footer .footer-newsletter p{
    max-width:260px;
    margin:0 0 10px;
    color:rgba(239,248,253,.95);
    font-size:12px;
    line-height:1.65;
    font-weight:650;
}

.site-footer .footer-newsletter-note{
    display:block;
    margin:0 0 14px;
    color:rgba(221,239,250,.73);
    font-size:10px;
    line-height:1.4;
    font-weight:700;
}

.site-footer .newsletter-form{
    display:flex;
    align-items:stretch;
    width:100%;
    max-width:260px;
    height:38px;
    overflow:hidden;
    border:1px solid rgba(208,231,245,.27);
    border-radius:8px;
    background:rgba(0,22,42,.25);
}

.site-footer .newsletter-form input{
    min-width:0;
    flex:1;
    border:0;
    outline:0;
    padding:0 12px;
    background:transparent;
    color:#fff;
    font:700 11px "Noto Sans","Segoe UI",Arial,sans-serif;
}

.site-footer .newsletter-form input::placeholder{
    color:rgba(216,235,247,.58);
}

.site-footer .newsletter-form button{
    width:39px;
    border:0;
    background:#ff7a1a;
    color:#fff;
    cursor:pointer;
    font-size:13px;
    transition:background .2s ease;
}

.site-footer .newsletter-form button:hover{
    background:#ff913f;
}

.site-footer .footer-bottom{
    background:#073252;
}

.site-footer .footer-bottom .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:72px;
    padding:16px 26px 20px;
    color:rgba(231,245,253,.84);
    font-size:10px;
    font-weight:700;
}

.site-footer .footer-bottom .container > span:last-child{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:32px;
}

.site-footer .footer-bottom a{
    color:rgba(231,245,253,.84);
    transition:color .2s ease;
}

.site-footer .footer-bottom a:hover{
    color:#ff9b46;
}

@media (max-width:1050px){
    .site-footer .footer-grid{
        grid-template-columns:1.15fr 1fr 1.2fr 1.12fr;
        padding-left:20px;
        padding-right:20px;
    }
    .site-footer .footer-column{padding-left:20px;padding-right:20px}
    .site-footer .footer-brand .brand-logo{width:150px}
}

@media (max-width:820px){
    .site-footer .footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:28px 0;
        padding-top:32px;
    }
    .site-footer .footer-about{padding-right:28px}
    .site-footer .footer-column{min-height:0;padding-left:28px;padding-right:0}
    .site-footer .footer-column:nth-child(3){border-left:0;padding-left:0;padding-right:28px}
    .site-footer .footer-column:nth-child(4){padding-left:28px}
}

@media (max-width:560px){
    .site-footer .footer-grid{
        grid-template-columns:1fr;
        gap:26px;
        padding:30px 22px 24px;
    }
    .site-footer .footer-about{padding-right:0}
    .site-footer .footer-column,
    .site-footer .footer-column:nth-child(3),
    .site-footer .footer-column:nth-child(4){
        min-height:0;
        padding:24px 0 0;
        border-left:0;
        border-top:1px solid rgba(211,233,248,.2);
    }
    .site-footer .footer-brand{margin-bottom:16px}
    .site-footer .footer-bottom .container{
        align-items:flex-start;
        flex-direction:column;
        gap:14px;
        min-height:0;
        padding:17px 22px 22px;
    }
    .site-footer .footer-bottom .container > span:last-child{
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:12px 22px;
    }
}


/* === Homepage Scoped Footer Styles === */
.aa-home-page .site-footer .footer-brand .brand-text {
display:none
}
@media(max-width:680px) {
.aa-home-page .site-footer .footer-grid>div:not(.footer-about) {
border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:20px 0 0
}
.aa-home-page .site-footer .footer-bottom .container {
align-items:flex-start;flex-direction:column
}
.aa-home-page .site-footer .footer-bottom a {
margin:0 14px 0 0
}

}
@media(max-width:920px) {
.aa-home-page .site-footer .footer-grid {
grid-template-columns:1.45fr 1fr 1fr
}
.aa-home-page .site-footer .footer-grid>div:last-child {
grid-column:2 / 4
}

}
@media(max-width:680px) {
.aa-home-page .site-footer .footer-grid {
grid-template-columns:1fr;gap:24px
}
.aa-home-page .site-footer .footer-grid>div:last-child {
grid-column:auto
}

}
body.aa-home-page .footer-newsletter p:empty {

  display:none;

}
body.aa-home-page .footer-newsletter-note {

  display:block;
  max-width:270px;
  margin:0 0 14px;
  color:rgba(255,255,255,.74);
  font-size:11px;
  line-height:1.45;
  font-weight:650;

}
body.aa-home-page .footer-newsletter .newsletter-form {

  max-width:282px;
  height:48px;

}
body.aa-home-page .footer-newsletter .newsletter-form input {

  height:48px;
  padding:0 14px;

}
body.aa-home-page .footer-newsletter .newsletter-form button {

  width:48px;
  min-width:48px;

}
@media (min-width:921px) {
body.aa-home-page .site-footer {

    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(0,.88fr) minmax(0,1.27fr) minmax(0,1.22fr);
    gap:0;
    align-items:start;
    padding:42px clamp(28px,4.7vw,76px) 32px;
  
}
body.aa-home-page .site-footer>.footer-grid {

    display:contents;
  
}
body.aa-home-page .site-footer .footer-about {

    min-height:190px;
    padding-right:26px;
  
}
body.aa-home-page .site-footer .footer-column {

    display:block;
    min-height:190px;
    padding-left:26px;
    border-left:1px solid rgba(255,255,255,.19);
  
}
body.aa-home-page .site-footer>.footer-grid>.footer-column {

    display:block;
  
}
body.aa-home-page .site-footer>.footer-bottom {

    grid-column:1/-1;
    min-height:0;
    margin-top:10px;
    border:0;
    padding-top:0;
    padding-bottom:10px;
  
}
body.aa-home-page .site-footer>.footer-bottom>.container {

    padding:10px 0 0;
  
}
body.aa-home-page .footer-links a {

    min-height:23px;
  
}

}
@media (max-width:1100px) {
body.aa-home-page .site-footer {

    grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);
    row-gap:44px;
  
}

}
@media (max-width:680px) {
body.aa-home-page .site-footer {

    grid-template-columns:1fr;
    gap:30px;
  
}

}
