.pg-footer{
    position:relative;
    display:block!important;
    width:100%;
    height:auto!important;
    min-height:0!important;
    overflow:hidden!important;
    background:#fff;
    color:#25304a;
    border-top:1px solid #eee7d8;
    padding:30px 0 14px!important;
    scroll-snap-align:end;
    scroll-snap-stop:always;
}
.pg-footer-accent{
    position:absolute;
    inset:0 0 auto;
    height:4px;
    background:linear-gradient(90deg,#3143a4 0 35%,#f4d625 35% 70%,#9ed8ee 70% 100%);
}
.pg-footer-main{
    display:grid;
    grid-template-columns:1.05fr .62fr .78fr 1.28fr;
    gap:42px;
    align-items:start;
    padding-bottom:24px;
}
.pg-footer-logo{display:inline-block;margin-bottom:12px}
.pg-footer-logo img{width:148px;max-height:68px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(34,48,86,.09))}
.pg-footer-brand p,.pg-footer-newsletter p{
    margin:0;
    color:#727987;
    line-height:1.65;
    font-size:.9rem;
}
.pg-footer-brand p{max-width:31ch}
.pg-footer-meta{display:flex;flex-direction:column;gap:4px;margin-top:12px;color:#707887;font-size:.84rem}
.pg-footer h3{
    margin:2px 0 12px;
    font-family:Georgia,serif;
    font-size:.92rem;
    letter-spacing:.07em;
    text-transform:uppercase;
    color:#27314a;
}
.pg-footer-links{display:grid;gap:9px}
.pg-footer-links a{
    color:#626c7c;
    font-size:.88rem;
    transition:color .2s ease,transform .2s ease;
}
.pg-footer-links a:hover{color:#3143a4;transform:translateX(2px)}
.pg-footer-form{
    display:flex;
    gap:8px;
    margin-top:14px;
    border:1px solid #ded8c9;
    border-radius:999px;
    padding:5px;
    background:#fff;
    max-width:390px;
}
.pg-footer-form input{
    flex:1;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    padding:9px 12px;
    color:#2b3343;
    font:inherit;
    font-size:.86rem;
}
.pg-footer-form button{
    border:0;
    border-radius:999px;
    background:#f4d625;
    color:#312b70;
    padding:9px 17px;
    font-weight:900;
    cursor:pointer;
    white-space:nowrap;
}
.pg-footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    border-top:1px solid #e9e3d6;
    padding-top:12px;
    color:#7b8290;
    font-size:.78rem;
}
.pg-footer-bottom a{color:#3143a4;font-weight:800;text-decoration:none}
.pg-footer-bottom a:hover{text-decoration:underline}
@media(max-width:980px){
    .pg-footer-main{grid-template-columns:1fr 1fr;gap:24px 36px}
    .pg-footer-newsletter{grid-column:1/-1}
    .pg-footer-form{max-width:520px}
}
@media(max-width:620px){
    .pg-footer{padding:24px 0 12px!important}
    .pg-footer-main{grid-template-columns:1fr 1fr;gap:20px 18px;padding-bottom:18px}
    .pg-footer-brand,.pg-footer-newsletter{grid-column:1/-1}
    .pg-footer-logo img{width:126px}
    .pg-footer-brand p,.pg-footer-newsletter p{font-size:.8rem;line-height:1.5}
    .pg-footer h3{font-size:.8rem;margin-bottom:9px}
    .pg-footer-links{gap:7px}
    .pg-footer-links a{font-size:.8rem}
    .pg-footer-form{max-width:none}
    .pg-footer-form input{font-size:.78rem;padding:8px 10px}
    .pg-footer-form button{font-size:.76rem;padding:8px 12px}
    .pg-footer-bottom{align-items:flex-start;flex-direction:column;gap:5px;font-size:.7rem}
}
