/**
 * Resume Editions footer — v1.10.1
 * Clean desktop navigation with accessible mobile accordions.
 */
.re-site-footer{
    position:relative;
    overflow:hidden;
    padding:0;
    background:#111014;
    color:#fff;
}
.re-site-footer::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-190px;
    top:-230px;
    border-radius:50%;
    background:rgba(108,76,241,.18);
    filter:blur(1px);
    pointer-events:none;
}
.re-footer-main{position:relative;padding:68px 0 54px}
.re-footer-layout{
    display:grid;
    grid-template-columns:minmax(270px,1.05fr) minmax(0,2fr);
    gap:clamp(48px,7vw,96px);
    align-items:start;
}
.re-footer-brand{min-width:0}
.re-footer-eyebrow{
    display:block;
    margin:0 0 16px;
    color:#b9aef7;
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}
.re-site-footer .re-brand,
.re-site-footer .custom-logo-link{display:inline-flex;color:#fff;text-decoration:none}
.re-site-footer .re-brand{font-size:1.24rem}
.re-site-footer .re-brand-mark{box-shadow:0 12px 28px rgba(108,76,241,.3)}
.re-footer-description{
    max-width:440px;
    margin:20px 0 0;
    color:#b9b4c0;
    font-size:.95rem;
    line-height:1.75;
}
.re-footer-support{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:25px;
    color:#fff;
    text-decoration:none;
}
.re-footer-support__icon{
    display:grid;
    width:42px;
    height:42px;
    place-items:center;
    border:1px solid rgba(255,255,255,.13);
    border-radius:13px;
    background:rgba(255,255,255,.06);
}
.re-footer-support__icon svg{width:19px;height:19px}
.re-footer-support small,.re-footer-support strong{display:block}
.re-footer-support small{color:#9f99a7;font-size:.72rem;font-weight:700}
.re-footer-support strong{margin-top:1px;font-size:.9rem;line-height:1.35}
.re-footer-support:hover strong{text-decoration:underline;text-underline-offset:3px}
.re-footer-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:25px;color:#aaa5b0;font-size:.76rem;font-weight:700}
.re-footer-trust span{display:inline-flex;align-items:center;gap:7px}
.re-footer-trust svg{width:15px;height:15px;color:#b9aef7}
.re-footer-navigation{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:clamp(22px,3vw,42px);
    min-width:0;
}
.re-footer-section{min-width:0}
.re-footer-accordion{
    width:100%;
    margin:0 0 18px;
    padding:0;
    border:0;
    background:transparent;
    color:#fff;
    font:inherit;
    text-align:left;
    cursor:default;
}
.re-footer-accordion > span:first-child{
    color:#ece9f0;
    font-size:.75rem;
    font-weight:850;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.re-footer-accordion__icon{display:none}
.re-footer-menu{margin:0;padding:0;list-style:none}
.re-footer-menu li+li{margin-top:10px}
.re-footer-menu a{
    display:inline-block;
    color:#aaa5b0;
    font-size:.88rem;
    line-height:1.5;
    text-decoration:none;
    transition:color .18s ease,transform .18s ease;
}
.re-footer-menu a:hover,
.re-footer-menu a:focus-visible{color:#fff;transform:translateX(2px)}
.re-footer-panel{min-width:0}
.re-footer-bottom{padding:0;border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.1)}
.re-footer-bottom__row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    min-height:70px;
    padding-block:18px;
    color:#8f8995;
    font-size:.78rem;
}
.re-footer-bottom__row p{margin:0}
.re-footer-bottom__row p:last-child{text-align:right}

@media (max-width:1050px){
    .re-footer-layout{grid-template-columns:1fr;gap:44px}
    .re-footer-description{max-width:620px}
}

@media (max-width:767px){
    .re-footer-main{padding:45px 0 28px}
    .re-footer-layout{gap:32px}
    .re-footer-eyebrow{margin-bottom:13px}
    .re-footer-description{margin-top:17px;font-size:.9rem}
    .re-footer-support{margin-top:20px}
    .re-footer-trust{margin-top:21px}
    .re-footer-navigation{display:block;border-top:1px solid rgba(255,255,255,.11)}
    .re-footer-section{border-bottom:1px solid rgba(255,255,255,.11)}
    .re-footer-accordion{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:18px;
        min-height:58px;
        margin:0;
        padding:16px 2px;
        cursor:pointer;
    }
    .re-footer-accordion > span:first-child{font-size:.78rem}
    .re-footer-accordion__icon{
        position:relative;
        display:block;
        flex:0 0 20px;
        width:20px;
        height:20px;
    }
    .re-footer-accordion__icon::before,
    .re-footer-accordion__icon::after{
        content:"";
        position:absolute;
        left:4px;
        top:9px;
        width:12px;
        height:1.5px;
        border-radius:2px;
        background:#bdb7c4;
        transition:transform .2s ease;
    }
    .re-footer-accordion__icon::after{transform:rotate(90deg)}
    .re-footer-accordion[aria-expanded="true"] .re-footer-accordion__icon::after{transform:rotate(0)}
    .re-footer-accordions-ready .re-footer-panel{padding:0 2px 18px}
    .re-footer-menu li+li{margin-top:7px}
    .re-footer-menu a{display:block;padding:5px 0;font-size:.9rem}
    .re-footer-bottom__row{display:block;min-height:0;padding-block:22px;text-align:center}
    .re-footer-bottom__row p:last-child{margin-top:6px;text-align:center}
}

@media (prefers-reduced-motion:reduce){
    .re-footer-menu a,.re-footer-accordion__icon::after{transition:none}
}
