﻿.site-header {
    position: relative;
    z-index: 1100;
    color: var(--color-text);
}

.site-header__top {
    background: linear-gradient(125deg, var(--color-primary-dark), var(--color-primary));
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 16px rgba(20, 28, 58, 0.18);
}


.site-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 1.75rem;
    flex-wrap: wrap;
    min-height: 56px;
}

.site-header__top-info {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    flex: 1 1 auto;
}


.site-header__tagline {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.site-header__tagline--right {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.75rem;
}

.site-header__tagline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.site-header__top-links {
    display: flex;
    align-items: center;
    gap: clamp(0.65rem, 1.4vw, 1.6rem);
    flex-wrap: wrap;
}
.site-header__top-links--contact {
    column-gap: clamp(0.9rem, 1.6vw, 2rem);
}

.site-header__top-links--contact .site-header__top-link {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.site-header__top-links--contact .site-header__top-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-header__top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.75rem;
    margin-left: auto;
    flex: 0 0 auto;
}

.site-header__top-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-header__top-action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
   /* background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);*/
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}


.site-header__top-action i {
    font-size: 0.92rem;
}

.site-header__top-action:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}


.site-header__top-action span {
    white-space: nowrap;
}

.site-header__top-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary-light));
    border: none;
    border-radius: 999px;
    padding: 0.55rem 1.35rem;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(17, 25, 54, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-header__top-cta:hover,
.site-header__top-cta:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(17, 25, 54, 0.28);
    background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
}
.site-header__top-cta--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    color: #fff;
    padding: 0.55rem 1.25rem;
}

.site-header__top-cta--outline:hover,
.site-header__top-cta--outline:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: 0 12px 28px rgba(17, 25, 54, 0.18);
}

.site-header__top-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.3rem 0.45rem;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}


.site-header__top-link i {
    font-size: 0.9rem;
}

.site-header__top-link:hover {
    opacity: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}


.site-header__nav {
    position: sticky;
    top: 0;
    background: var(--color-surface);
    box-shadow: 0 8px 24px rgba(20, 28, 58, 0.08);
    border-bottom: 1px solid rgba(31, 42, 86, 0.08);
    padding: 0;
}


/*.site-header__nav .headerconatiner {
    padding: 0 1.75rem;
}*/

.site-header__nav .wsmenu {
    display: flex;
    align-items: center;
   /* gap: 1rem;*/
    padding: 0.75rem 0;
}

.site-header__nav .logo img {
    max-height: 52px;
    width: auto;
}

@media (max-width: 768px) {
    .site-header__nav .logo img {
        display: none !important;
    }
    .site-header__nav .logo img {
        max-height: 81px;       
        margin-top: 30px;
    }
    .wsactive .wsmenu > .wsmenu-list {
        margin-top: 40px;
    }

}

.site-header__nav .wsmenu-list {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.3rem;
    flex-wrap: nowrap;
}

.site-header__nav .wsmenu-list > li > a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--color-text);
    font-weight: 600;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.site-header__nav .wsmenu-list > li > a:hover,
.site-header__nav .wsmenu-list > li > a.active {
    color: var(--color-primary);
    background: rgba(31, 42, 86, 0.08);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.site-header__icon-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--color-text);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.4rem 0.6rem;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-header__icon-link i {
    font-size: 1rem;
}

.site-header__icon-link:hover {
    background: rgba(31, 42, 86, 0.08);
    color: var(--color-primary);
    transform: translateY(-1px);
}

.site-header__cta {
    font-weight: 600;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(31, 42, 86, 0.18);
}

.wsmobileheader {
    background: var(--color-surface);
    border-bottom: 1px solid rgba(31, 42, 86, 0.08);
    padding: 0.75rem 1.25rem;
}

.site-header__mobile-logo img {
    max-height: 44px;
}

.site-header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.site-header__mobile-actions .site-header__icon-link {
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    background: rgba(31, 42, 86, 0.08);
}

.site-header__mobile-actions .site-header__icon-link i {
    font-size: 0.92rem;
}

@media (max-width: 1199px) {
    .site-header__nav .wsmenu-list > li > a {
        padding: 0.6rem 0.75rem;
    }
}

@media (max-width: 991px) {
    .site-header__top-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.75rem 1.25rem;
        gap: 0.75rem;
    }

    .site-header__top-links {
        gap: 0.75rem;
        width: 100%;
    }

    .site-header__top-links--contact {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 0.5rem;
    }

    .site-header__top-links--contact .site-header__top-link {
        width: 100%;
        justify-content: flex-start;
        padding: 0.4rem 0.6rem;
    }

    .site-header__top-links--contact .site-header__top-link span {
        display: inline-flex !important;
    }

    .site-header__top-link span,
    .site-header__top-action span {
        display: none;
    }

    .site-header__top-right {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .site-header__top-actions {
        width: 100%;
        justify-content: flex-start;
        gap: 0.6rem;
    }

    .site-header__top-cta {
        padding: 0.55rem 1.1rem;
    }
    .site-header__top-cta--outline {
        width: 100%;
        text-align: center;
    }

    .site-header__top-info {
        width: 100%;
        justify-content: flex-start;
    }

    .site-header__tagline--right {
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .site-header__top {
        display: block;
    }

    .site-header__top-inner {
        padding: 0.85rem 1.25rem;
        gap: 0.85rem;
        align-items: flex-start;
    }

    .site-header__top-links--contact {
        align-items: stretch;
    }

    .site-header__top-right {
        width: 100%;
        align-items: stretch;
    }

    .site-header__top-actions {
        width: 100%;
        justify-content: center;
        gap: 0.65rem;
    }

    .wsmobileheader {
        padding: 0.65rem 1rem;
    }
}
@media (max-width: 575px) {
    .site-header__mobile-actions .site-header__icon-link {
        background: transparent;
    }
}
.site-header__nav .wsmegamenu {
    padding: 1.5rem 1.75rem;
    border-radius: 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: 0 24px 60px rgba(17, 25, 54, 0.12);
}

.site-header__nav .wsmegamenu .row {
    gap: 0.5rem 0;
}

.site-header__nav .wsmegamenu .link-list > li.title {
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}

.site-header__nav .wsmegamenu .link-list > li > a {
    color: var(--color-text);
    padding: 0.35rem 0;
    display: block;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-header__nav .wsmegamenu .link-list > li > a:hover {
    color: var(--color-accent);
    transform: translateX(4px);
}
:root {
    --color-footer-bg: #1a1030; /* fallback for footer background */
    --color-accent: #E25822; /* highlight / hover color */
}

/* ===== FOOTER BASE ===== */
.site-footer {
    background: var(--color-footer-bg);
    color: rgba(255, 255, 255, 0.82);
    margin-top: 1rem;
    font-family: "Inter", sans-serif;
}

.site-footer__top {
    padding: 1.5rem 0 0.5rem;
}

/* ===== GRID LAYOUT ===== */
.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(160px, 1fr)); /* adjust for perfect proportion */
    gap: 2rem;
    row-gap: 2.5rem;
    padding: 0 3rem;
    align-items: start;
}


/* ===== BRAND / LOGO ===== */
.site-footer__logo img {
    max-width: 180px;
    height: auto;
    display: block;
}

.site-footer__brand p {
    margin: 1rem 0 1.5rem;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

/* ===== SOCIAL ICONS ===== */
.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

    .site-footer__social a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        transition: all 0.25s ease;
    }

        .site-footer__social a:hover {
            background: var(--color-accent);
            transform: translateY(-2px);
        }

/* ===== COLUMN TITLES ===== */
.site-footer__column h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
}

/* ===== LINK LIST ===== */
.site-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

    .site-footer__list a {
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
    }

        .site-footer__list a:hover {
            color: var(--color-accent);
            transform: translateX(4px);
        }

/* ===== CONTACT SECTION ===== */
.site-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    line-height: 1.5;
}

    .site-footer__contact-item i {
        color: var(--color-accent);
        margin-top: 0.25rem;
        font-size: 1.1rem;
    }

    .site-footer__contact-item a {
        color: rgba(255, 255, 255, 0.78);
    }

.site-footer__phones {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* ===== CTA BUTTON ===== */
.site-footer__cta {
    margin-top: 1.2rem;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    background: var(--color-accent);
    color: #fff !important;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

    .site-footer__cta:hover {
        background: #ff6a2a;
        transform: translateY(-2px);
    }

/* ===== FOOTER BOTTOM ===== */
.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(15, 22, 42, 0.94);
    padding: 1.25rem 0;
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 2rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

    .site-footer__bottom-inner strong {
        font-weight: 700;
    }

/* ===== RESPONSIVE FIXES ===== */
@media (max-width: 992px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 1.25rem;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        padding: 0 1.5rem;
    }
}

@media (max-width: 600px) {
    .site-footer__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__contact-item {
        justify-content: center;
        text-align: left;
    }

    .site-footer__brand p {
        margin: 0 auto 1rem;
    }
}
.site-footer__contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 1200px) {
    .site-footer__grid {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }

    .site-footer__contact {
        align-items: center;
    }

        .site-footer__contact .site-footer__cta {
            align-self: center;
            margin-top: 1rem;
        }
}





/* Header responsive refinements */
.site-header__top-inner,
.site-header__nav .headerconatiner {
    width: 100%;
   /* max-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .site-header__top-inner {
        flex-wrap: nowrap;
        align-items: center;
        gap: 1.25rem;
    }

    .site-header__top-right {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 1.5rem;
    }

    .site-header__top-actions {
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 1rem;
    }

    .site-header__top-link,
    .site-header__top-action {
        white-space: nowrap;
    }

    .site-header__top-links--contact {
        flex-wrap: nowrap;
    }


    @media (min-width: 992px) and (max-width: 1899px) {
        .site-header__nav .wsmenu {
            align-items: center !important;
            justify-content: flex-start !important;
            gap: clamp(0.25rem, 2vw, 0.75rem) !important;
            flex-wrap: nowrap !important;
        }
    }

    /* 💻 For full-width desktop (100% zoom or large screens ~1900px+) */
    @media (min-width: 1900px) {
        .site-header__nav .wsmenu {
            align-items: center !important;
            justify-content: flex-start !important;
            /* gap: clamp(0.25rem, 2vw, 0.75rem); */
            flex-wrap: nowrap !important;
        }
    }


    .site-header__logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin-right: clamp(1rem, 2vw, 2.5rem);
        padding: 0;
    }

    .site-header__logo img {
        max-height: 56px;
        width: auto;
    }

    .site-header__menu {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        gap: clamp(0.4rem, 0.8vw, 1.1rem);
        flex-wrap: nowrap;
        min-width: 0;
    }

    .site-header__menu > li {
        display: flex !important;
        align-items: center;
        flex: 0 0 auto;
    }

    .site-header__menu > li > a {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.65rem clamp(0.65rem, 0.9vw, 1rem);
        font-size: 0.92rem;
        line-height: 1.3;
        white-space: nowrap;
    }

    .site-header__menu > li > a i {
        font-size: 0.75rem;
        line-height: 1;
        flex-shrink: 0;
    }
}


.site-header__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__menu > li {
    margin: 0;
}

.site-header__top-links--contact .site-header__top-link span {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .site-header__menu {
        width: 100%;
    }

    .site-header__menu > li {
        width: 100%;
    }

    .site-header__menu > li > a {
        width: 100%;
    }
}

.site-header__nav.wsmenu {
    overflow-x: clip !important;
}

html, body {
    overflow-x: hidden !important;
}

/* =======================================
   MOBILE HEADER FIX + TOGGLE + ALIGNMENT
   ======================================= */
@media (max-width: 767px) {

    /* ======= 1️⃣ Header Wrapper Alignment ======= */
    .wsmobileheader {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0.4rem 1rem !important;
        background: #fff !important;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

        .wsmobileheader .logo {
            display: flex !important;
            align-items: center !important;
        }

    /* ======= 2️⃣ Mobile Logo Position ======= */
    .site-header__mobile-logo img {
        max-height: 44px !important;
        margin-left: 55px !important;
        margin-top: 1px !important;
    }

    /* ======= 3️⃣ Arrow Toggle Button ======= */
    .mobile-header-toggle {
        background: none !important;
        border: none !important;
        color: #ffcc33 !important;
        font-size: 1.3rem !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        margin-left: 0.5rem !important;
        padding: 0 !important;
        transform: translateY(0) !important;
        transition: transform 0.3s ease;
    }

        .mobile-header-toggle i {
            display: inline-block !important;
            vertical-align: middle !important;
            line-height: 1 !important;
            transition: transform 0.3s ease;
        }

    /* Rotate arrow on toggle open */
    body.show-top-header .mobile-header-toggle i {
        transform: rotate(180deg);
    }

    /* ======= 4️⃣ Collapsible Top Bar ======= */
    .site-header__top {
        display: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.35s ease;
    }

    body.show-top-header .site-header__top {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    /* ======= 5️⃣ Contact Links Alignment ======= */
    .site-header__top-links--contact {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0.75rem !important;
        flex-wrap: wrap !important;
    }

        .site-header__top-links--contact .site-header__top-link {
            display: inline-flex !important;
            align-items: center !important;
            gap: 0.4rem !important;
            font-size: 0.85rem !important;
            white-space: nowrap !important;
            color: #fff !important;
        }

    /* ======= 6️⃣ Button Stack Layout ======= */
    .site-header__top-right {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.8rem !important;
        margin-top: 0.5rem !important;
    }

    .site-header__top-actions {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0.65rem !important;
    }

        /* First button full width */
        .site-header__top-actions .site-header__top-cta:first-child {
            width: 90% !important;
            font-size: 1rem !important;
            padding: 0.8rem 1rem !important;
        }

        /* Second and third buttons side-by-side */
        .site-header__top-actions .site-header__top-cta:nth-child(2),
        .site-header__top-actions .site-header__top-cta:nth-child(3) {
            width: 43% !important;
            display: inline-flex !important;
            justify-content: center !important;
            padding: 0.7rem 0.5rem !important;
            font-size: 0.9rem !important;
        }

    /* Shopping cart spacing */
    .site-header__top-action {
        margin-top: 0.4rem !important;
    }

    /* ======= 7️⃣ Remove Duplicate Header Section ======= */
    .site-header__top + .site-header__top,
    .duplicate-header-section,
    .site-header__extra,
    .header-duplicate {
        display: none !important;
    }

    /* ======= 8️⃣ Smooth animation container ======= */
    .site-header__top-inner {
        transition: all 0.3s ease;
    }

    /* ======= 9️⃣ Adjust mobile icons row if needed ======= */
    .site-header__mobile-actions .site-header__icon-link {
        background: transparent;
    }
}

/* ============================================
   FOOTER: Compact 2-Column Layout for Mobile
   ============================================ */
@media (max-width: 767px) {
    /* Footer grid overall structure */
    .site-footer__grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
            "brand resource"
            "explore policies"
            "contact contact" !important;
        gap: 1.5rem 1rem !important;
        padding: 0 1.2rem !important;
        align-items: start !important;
    }

    /* Assign specific grid areas */
    .site-footer__brand {
        grid-area: brand;
    }

    .site-footer__column:nth-of-type(2) {
        grid-area: explore;
    }

    .site-footer__column:nth-of-type(3) {
        grid-area: resource;
    }

    .site-footer__column:nth-of-type(4) {
        grid-area: policies;
    }

    .site-footer__contact {
        grid-area: contact;
    }

    /* Reduce logo size for balance */
    .site-footer__logo img {
        max-width: 130px !important;
        height: auto !important;
        display: block;
        margin: 0 auto 0.8rem !important;
    }

    /* Smaller font adjustments */
    .site-footer__column h4 {
        font-size: 0.9rem !important;
        margin-bottom: 0.4rem !important;
        text-transform: uppercase;
        color: #fff !important;
    }

    .site-footer__list a {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }

    .site-footer__contact-item {
        font-size: 0.85rem !important;
        gap: 0.5rem !important;
    }

        .site-footer__contact-item i {
            font-size: 0.95rem !important;
        }

    /* Social icons smaller and aligned */
    .site-footer__social a {
        width: 34px !important;
        height: 34px !important;
        font-size: 0.85rem !important;
    }

    /* Spacing adjustments between grid sections */
    .site-footer__column,
    .site-footer__contact,
    .site-footer__brand {
        padding: 0.2rem 0.4rem !important;
    }

    /* Keep contact full width at bottom */
    .site-footer__contact {
        grid-column: 1 / -1 !important;
        text-align: center !important;
    }

    /* Buttons smaller and centered */
    .site-footer__cta {
        margin-top: 1rem !important;
        font-size: 0.9rem !important;
        padding: 0.6rem 1rem !important;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .site-footer__top {
        padding: 0.75rem 0 2rem;
    }
}








