.page_footer {
    position: relative;
    background:
        radial-gradient(1000px 380px at 10% -30%, rgba(255, 165, 0, 0.15), transparent 58%),
        radial-gradient(900px 360px at 100% 10%, rgba(255, 140, 0, 0.09), transparent 55%),
        linear-gradient(180deg, #171b22 0%, #12161d 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page_footer .container > .row {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.page_footer .footer-brand-col,
.page_footer .footer-contact-col {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 26px 22px 22px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(7px);
}

.page_footer .footer-brand-col .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.page_footer .footer-brand-col .logo img {
    max-width: 86px;
    height: auto;
}

.page_footer .footer-brand-col .logo_text .highlight {
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 0.95;
    color: #ffc326;
}

.page_footer .footer-brand-col .logo_text span:last-child {
    letter-spacing: 0.2em;
    font-size: clamp(0.82rem, 1.15vw, 1rem);
    color: rgba(255, 255, 255, 0.98);
    opacity: 1;
    font-weight: 700;
}

.page_footer .footer-text {
    margin: 8px 0 18px;
    font-size: clamp(1.14rem, 1.45vw, 1.34rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    max-width: 42ch;
}

.page_footer .footer-socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0;
}

.page_footer .footer-socials a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page_footer .footer-socials a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 195, 38, 0.58);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(255, 195, 38, 0.25) inset;
}

.page_footer .footer-socials i {
    font-size: 1.35rem;
}

.page_footer .footer-contact-card {
    color: #ffc326;
    text-transform: none;
}

.page_footer .footer-contact-card .widget-title {
    font-size: clamp(1.5rem, 2.1vw, 2rem);
    margin-bottom: 0;
}

.page_footer .footer-contact-card .widget-title strong {
    color: #ffc326;
}

.page_footer .footer-contact-card .divider_30_3 {
    margin: 14px 0 16px;
    opacity: 0.7;
}

.page_footer .footer-contact-card .small-teaser {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 13px;
    background: rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 11px 12px;
}

.page_footer .footer-contact-card .small-teaser .media-left {
    width: 22px;
    flex: 0 0 22px;
}

.page_footer .footer-contact-card .small-teaser .media-body {
    color: rgba(255, 255, 255, 1);
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 600;
}

.page_footer .footer-contact-card a {
    color: #fff;
}

.page_footer .footer-contact-card a:hover {
    color: #ffc326;
}

.page_footer .page_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    margin-top: 24px;
    background: rgba(0, 0, 0, 0.14);
}

.page_footer .page_copyright p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.02rem;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .page_footer .container > .row {
        display: block;
    }

    .page_footer .footer-brand-col,
    .page_footer .footer-contact-col {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .page_footer .footer-brand-col,
    .page_footer .footer-contact-col {
        padding: 20px 16px 16px;
        border-radius: 14px;
    }

    .page_footer .footer-brand-col .logo img {
        max-width: 76px;
    }

    .page_footer .footer-text {
        font-size: 1.22rem;
        line-height: 1.6;
        max-width: 100%;
    }

    .page_footer .footer-socials a {
        width: 44px;
        height: 44px;
    }

    .page_footer .footer-contact-card .small-teaser {
        padding: 10px 11px;
        margin-bottom: 10px;
    }

    .page_footer .footer-contact-card .small-teaser .media-body {
        font-size: 1.08rem;
    }

    .page_footer .page_copyright p {
        font-size: 0.98rem;
        line-height: 1.45;
    }
}
