.biopharma-site-footer{
    position:relative;
    overflow:hidden;
    padding:clamp(80px,9vw,120px) 0 28px;
    color:#fff;
    background:
        radial-gradient(circle at top right, rgba(22,150,232,.18), transparent 24%),
        radial-gradient(circle at bottom left, rgba(244,123,32,.18), transparent 24%),
        linear-gradient(135deg, #0b1220 0%, #121d31 100%);
}
.biopharma-site-footer__grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size:42px 42px;
    opacity:.28;
}
.biopharma-site-footer__glow{
    position:absolute;
    border-radius:999px;
    filter:blur(88px);
    opacity:.26;
    animation:biolionPulseGlow 9s ease-in-out infinite;
}
.biopharma-site-footer__glow--one{
    top:-8rem;
    right:-6rem;
    width:20rem;
    height:20rem;
    background:rgba(22,150,232,.45);
}
.biopharma-site-footer__glow--two{
    bottom:-8rem;
    left:-5rem;
    width:18rem;
    height:18rem;
    background:rgba(244,123,32,.34);
    animation-delay:1.6s;
}

.biopharma-footer-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1.2fr .9fr .9fr 1fr;
    gap:clamp(20px,2vw,34px);
}
.biopharma-footer-brand{
    max-width:360px;
}
.biopharma-footer-brand__logo img,
.biopharma-footer-brand__logo .custom-logo{
    width:auto;
    max-height:56px;
}
.biopharma-footer-brand__logo .custom-logo-link{
    display:inline-flex;
}
.biopharma-footer-brand__title{
    display:inline-flex;
    align-items:center;
    font-size:1.5rem;
    font-weight:900;
    letter-spacing:-.03em;
    color:#fff;
}
.biopharma-footer-brand__text{
    margin-top:18px;
    color:rgba(255,255,255,.68);
    font-size:1rem;
}
.biopharma-footer-brand__chips{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}
.biopharma-footer-chip{
    display:inline-flex;
    align-items:center;
    gap:.65rem;
    min-height:42px;
    padding:0 14px;
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    font-size:.74rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}

.biopharma-footer-title{
    display:flex;
    align-items:center;
    gap:.7rem;
    margin-bottom:18px;
    color:#fff;
    font-size:1rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.biopharma-footer-menu{
    display:grid;
    gap:10px;
}
.biopharma-footer-menu li a{
    display:inline-flex;
    align-items:center;
    gap:.65rem;
    color:rgba(255,255,255,.66);
    transition:color .24s ease, transform .24s ease;
    font-size:.92rem;
    font-weight:700;
}
.biopharma-footer-menu li a:hover{
    color:#fff;
    transform:translateX(4px);
}
.biopharma-footer-menu__symbol{font-size:.9rem;color:var(--color-brand-bright-blue)}

.biopharma-footer-contact{
    display:grid;
    gap:14px;
}
.biopharma-footer-contact li{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:12px;
    align-items:flex-start;
    color:rgba(255,255,255,.7);
    font-size:.95rem;
    font-weight:700;
}
.biopharma-footer-contact a{color:inherit}
.biopharma-footer-contact__symbol{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
}

.biopharma-footer-bottom{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:42px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.08);
}
.biopharma-footer-bottom p{
    margin:0;
    color:rgba(255,255,255,.4);
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.biopharma-footer-bottom__links{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}
.biopharma-footer-bottom__links a{
    color:rgba(255,255,255,.55);
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    transition:color .24s ease;
}
.biopharma-footer-bottom__links a:hover{color:#fff}

@media (max-width:1080px){
    .biopharma-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:782px){
    .biopharma-footer-grid{grid-template-columns:1fr}
    .biopharma-footer-bottom{flex-direction:column;align-items:flex-start}
}
