/* Module 48: compact footer typography and spacing */
.nova-footer-top{
    background:linear-gradient(90deg,#08796f 0%,#00665d 55%,#08796f 100%)!important;
    color:#fff!important;
    margin-top:34px!important;
    box-shadow:0 -1px 0 rgba(255,255,255,.12) inset!important;
}
.nova-footer-top .nova-container{
    min-height:92px!important;
    display:grid!important;
    grid-template-columns:1.05fr 1.18fr 1.08fr!important;
    gap:28px!important;
    align-items:center!important;
}
.nova-footer-news h3,.nova-footer-app h3{
    margin:0 0 7px!important;
    color:#fff!important;
    font-size:20px!important;
    line-height:1.1!important;
    font-weight:1000!important;
    letter-spacing:-.03em!important;
}
.nova-footer-news p,.nova-footer-app p{
    margin:0!important;
    color:rgba(255,255,255,.92)!important;
    font-size:13px!important;
    line-height:1.48!important;
    max-width:380px!important;
}
.nova-subscribe{
    height:50px!important;
    border-radius:8px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-shadow:0 12px 26px rgba(0,0,0,.08)!important;
}
.nova-subscribe input{
    font-size:13px!important;
    padding:0 18px!important;
}
.nova-subscribe button{
    width:132px!important;
    font-size:15px!important;
    font-weight:1000!important;
}
.nova-apps{gap:12px!important;}
.nova-apps:before{height:58px!important;margin-right:4px!important;}
.nova-footer-app{min-width:170px!important;}
.nova-qr{
    width:54px!important;
    height:54px!important;
    border-radius:8px!important;
    font-size:24px!important;
}
.nova-app-buttons{display:flex!important;gap:9px!important;align-items:center!important;}
.nova-app-btn{
    min-width:105px!important;
    height:38px!important;
    border-radius:8px!important;
    padding:6px 10px!important;
    font-size:10px!important;
    line-height:1.1!important;
    font-weight:1000!important;
}
.nova-footer{
    background:#fff!important;
    border-top:0!important;
}
.nova-footer-grid{
    padding:28px 0 20px!important;
    display:grid!important;
    grid-template-columns:1.55fr 1fr 1.15fr 1fr 1.08fr 1.5fr!important;
    gap:38px!important;
    color:#57708e!important;
    font-size:13px!important;
}
.nova-footer-brand .nova-logo{
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    margin-bottom:8px!important;
}
.nova-footer-brand .nova-logo-mark{
    width:42px!important;
    height:42px!important;
    border-radius:13px!important;
    border-width:3px!important;
    font-size:28px!important;
}
.nova-footer-brand .nova-logo-name{
    font-size:28px!important;
    line-height:1!important;
    letter-spacing:-.05em!important;
}
.nova-footer-brand .nova-logo-sub{
    font-size:10px!important;
    color:#6b7f98!important;
}
.nova-footer-brand p{
    margin:10px 0 0!important;
    line-height:1.55!important;
    color:#60758d!important;
    max-width:270px!important;
    font-size:13px!important;
    font-weight:500!important;
}
.nova-social-row{
    display:flex!important;
    gap:13px!important;
    margin-top:15px!important;
    align-items:center!important;
}
.nova-social-row span,.nova-social-row a{
    width:19px!important;
    height:19px!important;
    display:inline-grid!important;
    place-items:center!important;
    color:#0b5b86!important;
    font-weight:900!important;
    font-size:15px!important;
    margin:0!important;
}
.nova-footer h4{
    font-size:16px!important;
    line-height:1.15!important;
    color:#07142c!important;
    font-weight:1000!important;
    margin:0 0 14px!important;
    letter-spacing:-.025em!important;
}
.nova-footer a{
    display:block!important;
    margin:0 0 9px!important;
    color:#586f8a!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:700!important;
    letter-spacing:0!important;
    transform:none!important;
    transition:.18s ease!important;
}
.nova-footer a:hover{color:#00796f!important;transform:none!important;}
.nova-link-arrow{display:none!important;}
.pay-row{
    display:grid!important;
    grid-template-columns:repeat(4,auto)!important;
    gap:8px!important;
    align-items:center!important;
    justify-content:start!important;
}
.pay-row span{
    min-width:66px!important;
    height:36px!important;
    border-radius:8px!important;
    padding:5px 8px!important;
    border:1px solid #dfe8ee!important;
    background:#fff!important;
    box-shadow:0 6px 16px rgba(15,23,42,.035)!important;
    font-weight:1000!important;
    font-size:12px!important;
}
.pay-row img{max-width:62px!important;max-height:21px!important;display:block!important;}
.nova-trust-row{
    display:flex!important;
    gap:16px!important;
    margin-top:16px!important;
    flex-wrap:wrap!important;
}
.nova-trust-item{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    color:#49637f!important;
    font-size:13px!important;
    line-height:1.22!important;
    font-weight:750!important;
}
.nova-trust-ico{
    width:28px!important;
    height:28px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:#eefbf6!important;
    border:1px solid #ccefe6!important;
    color:#16a34a!important;
    font-size:14px!important;
    flex:0 0 auto!important;
}
.nova-copy{
    text-align:center!important;
    border-top:1px solid #e8eff3!important;
    padding:14px 0!important;
    color:#60758d!important;
    font-size:12px!important;
    background:#fff!important;
}
@media(max-width:1100px){
    .nova-footer-top .nova-container{grid-template-columns:1fr!important;gap:16px!important;padding:20px 0!important;}
    .nova-apps{justify-content:flex-start!important;flex-wrap:wrap!important;}
    .nova-apps:before{display:none!important;}
    .nova-footer-grid{grid-template-columns:repeat(3,1fr)!important;gap:28px!important;}
    .pay-row{grid-template-columns:repeat(3,auto)!important;}
}
@media(max-width:767px){
    .nova-footer-top{display:block!important;margin-top:24px!important;}
    .nova-footer-top .nova-container{width:min(100% - 22px,1240px)!important;min-height:0!important;}
    .nova-footer-news h3,.nova-footer-app h3{font-size:18px!important;}
    .nova-footer-news p,.nova-footer-app p{font-size:12px!important;line-height:1.45!important;}
    .nova-subscribe{height:46px!important;}
    .nova-subscribe input{font-size:12px!important;padding:0 12px!important;}
    .nova-subscribe button{width:102px!important;font-size:13px!important;}
    .nova-app-buttons{width:100%!important;}
    .nova-app-btn{height:36px!important;min-width:100px!important;font-size:9.5px!important;}
    .nova-footer-grid{grid-template-columns:1fr 1fr!important;gap:20px!important;width:min(100% - 24px,1240px)!important;padding-top:24px!important;}
    .nova-footer-brand{grid-column:1/-1!important;}
    .nova-footer-brand .nova-logo-name{font-size:24px!important;}
    .nova-footer-brand p{font-size:12px!important;}
    .nova-footer h4{font-size:15px!important;margin-bottom:10px!important;}
    .nova-footer a{font-size:12px!important;margin-bottom:8px!important;line-height:1.25!important;}
    .hide-mobile{display:block!important;grid-column:1/-1!important;}
    .pay-row{grid-template-columns:repeat(3,1fr)!important;}
    .nova-trust-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
}


/* Module 57: social media editable links */
.nova-social-row a{
    border-radius:999px!important;
    transition:transform .16s ease, background .16s ease, color .16s ease!important;
}
.nova-social-row a:hover{
    transform:translateY(-2px)!important;
    background:#e9fbf7!important;
    color:#00796f!important;
}
