.pv-lite-footer {
        --pv-footer-bg: #0b1220;
        --pv-footer-card: rgba(255, 255, 255, 0.06);
        --pv-footer-card-2: rgba(255, 255, 255, 0.09);
        --pv-footer-border: rgba(255, 255, 255, 0.11);
        --pv-footer-text: #f8fafc;
        --pv-footer-muted: #cbd5e1;
        --pv-footer-soft: #94a3b8;
        --pv-green: #16a34a;
        --pv-green-light: #86efac;
        --pv-radius: 18px;

        background:
            radial-gradient(circle at 8% 0%, rgba(22, 163, 74, 0.28), transparent 32%),
            radial-gradient(circle at 95% 12%, rgba(34, 197, 94, 0.16), transparent 30%),
            var(--pv-footer-bg);
        color: var(--pv-footer-text);
        margin-top: 70px;
        overflow: hidden;
    }

    .pv-footer-container {
        width: min(1180px, calc(100% - 28px));
        margin: 0 auto;
    }

    .pv-footer-top {
        padding: 34px 0 18px;
    }

    .pv-footer-cta {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
        gap: 22px;
        align-items: center;
        padding: 24px;
        border: 1px solid var(--pv-footer-border);
        border-radius: 24px;
        background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    }

    .pv-footer-cta-text span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(22, 163, 74, 0.16);
        color: var(--pv-green-light);
        font-size: 13px;
        font-weight: 850;
        margin-bottom: 12px;
    }

    .pv-footer-cta h2 {
        margin: 0;
        font-size: clamp(24px, 3vw, 36px);
        line-height: 1.14;
        letter-spacing: -0.04em;
        color: #ffffff;
    }

    .pv-footer-cta p {
        margin: 10px 0 0;
        color: var(--pv-footer-muted);
        font-size: 15px;
        line-height: 1.7;
        max-width: 660px;
    }

    .pv-footer-search {
        height: 54px;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 8px;
        padding: 6px 6px 6px 16px;
        border-radius: 16px;
        border: 1px solid var(--pv-footer-border);
        background: rgba(255, 255, 255, 0.08);
    }

    .pv-footer-search i {
        color: var(--pv-green-light);
    }

    .pv-footer-search input {
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
    }

    .pv-footer-search input::placeholder {
        color: #94a3b8;
    }

    .pv-footer-search button {
        height: 42px;
        border: 0;
        border-radius: 13px;
        padding: 0 18px;
        background: linear-gradient(135deg, #22c55e, #15803d);
        color: #ffffff;
        font-weight: 900;
        cursor: pointer;
    }

    .pv-footer-trust {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-top: 16px;
    }

    .pv-footer-trust div {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 54px;
        padding: 13px 14px;
        border-radius: 16px;
        background: var(--pv-footer-card);
        border: 1px solid var(--pv-footer-border);
        color: var(--pv-footer-muted);
        font-weight: 800;
        font-size: 14px;
    }

    .pv-footer-trust i {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(22, 163, 74, 0.18);
        color: var(--pv-green-light);
        flex: 0 0 auto;
    }

    .pv-footer-main {
        padding: 18px 0 28px;
    }

    .pv-footer-grid {
        display: grid;
        grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(0, 1fr));
        gap: 24px;
        padding-top: 18px;
    }

    .pv-footer-brand,
    .pv-footer-widget {
        min-width: 0;
    }

    .pv-footer-logo {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        margin-bottom: 16px;
    }

    .pv-footer-logo img {
        display: block;
        max-width: 210px;
        max-height: 54px;
        object-fit: contain;
    }

    .pv-footer-logo-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #22c55e, #15803d);
        color: #ffffff;
        box-shadow: 0 10px 25px rgba(22, 163, 74, 0.28);
    }

    .pv-footer-logo-text {
        display: flex;
        flex-direction: column;
        line-height: 1.05;
    }

    .pv-footer-logo-text strong {
        color: #ffffff;
        font-size: 25px;
        font-weight: 950;
        letter-spacing: -0.04em;
    }

    .pv-footer-logo-text small {
        color: var(--pv-green-light);
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.14em;
    }

    .pv-footer-brand h3,
    .pv-footer-widget h3 {
        margin: 0 0 14px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: -0.01em;
    }

    .pv-footer-brand p {
        margin: 0;
        color: var(--pv-footer-muted);
        font-size: 14px;
        line-height: 1.75;
        max-width: 460px;
    }

    .pv-footer-widget ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 9px;
    }

    .pv-footer-widget a,
    .pv-contact-list a,
    .pv-contact-list span,
    .pv-footer-policy a,
    .pv-footer-bottom a {
        color: var(--pv-footer-muted);
        text-decoration: none;
        transition: 0.18s ease;
    }

    .pv-footer-widget li a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
    }

    .pv-footer-widget li a i {
        color: var(--pv-green-light);
        font-size: 12px;
    }

    .pv-footer-widget a:hover,
    .pv-contact-list a:hover,
    .pv-footer-policy a:hover,
    .pv-footer-bottom a:hover {
        color: var(--pv-green-light);
    }

    .pv-contact-list {
        display: grid;
        gap: 10px;
    }

    .pv-contact-list a,
    .pv-contact-list span {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
        word-break: break-word;
    }

    .pv-contact-list i {
        width: 18px;
        color: var(--pv-green-light);
        padding-top: 2px;
        flex: 0 0 auto;
    }

    .pv-help-card {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        margin-top: 16px;
        padding: 14px;
        border-radius: 16px;
        background: rgba(22, 163, 74, 0.12);
        border: 1px solid rgba(134, 239, 172, 0.18);
    }

    .pv-help-card > i {
        color: var(--pv-green-light);
        font-size: 20px;
        margin-top: 2px;
    }

    .pv-help-card strong {
        display: block;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .pv-help-card span {
        color: var(--pv-footer-muted);
        font-size: 13px;
        line-height: 1.45;
    }

    .pv-footer-social {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 18px;
    }

    .pv-footer-social a {
        width: 38px;
        height: 38px;
        border-radius: 13px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--pv-footer-card);
        border: 1px solid var(--pv-footer-border);
        color: #ffffff;
        text-decoration: none;
    }

    .pv-footer-social a:hover {
        background: var(--pv-green);
        border-color: var(--pv-green);
        color: #ffffff;
        transform: translateY(-1px);
    }

    .pv-footer-business {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-top: 26px;
    }

    .pv-footer-business > div {
        min-width: 0;
        padding: 14px;
        border-radius: 16px;
        background: var(--pv-footer-card);
        border: 1px solid var(--pv-footer-border);
    }

    .pv-footer-business span {
        display: block;
        color: var(--pv-footer-soft);
        font-size: 12px;
        font-weight: 850;
        margin-bottom: 5px;
    }

    .pv-footer-business strong {
        display: block;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.45;
        word-break: break-word;
    }

    .pv-footer-business a {
        color: #ffffff;
        text-decoration: none;
    }

    .pv-footer-policy {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 22px;
        padding-top: 20px;
        border-top: 1px solid var(--pv-footer-border);
    }

    .pv-footer-policy a {
        display: inline-flex;
        padding: 8px 11px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 13px;
        font-weight: 800;
    }

    .pv-footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-top: 22px;
        padding-top: 18px;
        border-top: 1px solid var(--pv-footer-border);
    }

    .pv-footer-bottom p {
        margin: 0;
        color: var(--pv-footer-soft);
        font-size: 13px;
        line-height: 1.5;
    }

    .pv-footer-bottom div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .pv-footer-bottom a {
        font-size: 13px;
        font-weight: 800;
    }

    .pv-back-to-top {
        position: fixed;
        right: 18px;
        bottom: 18px;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 15px;
        background: linear-gradient(135deg, #22c55e, #15803d);
        color: #ffffff;
        box-shadow: 0 12px 28px rgba(22, 163, 74, 0.28);
        cursor: pointer;
        z-index: 990;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: 0.2s ease;
    }

    .pv-back-to-top.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    @media (max-width: 1020px) {
        .pv-footer-cta {
            grid-template-columns: 1fr;
        }

        .pv-footer-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .pv-footer-brand {
            grid-column: 1 / -1;
        }

        .pv-footer-business,
        .pv-footer-trust {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 680px) {
        .pv-lite-footer {
            margin-top: 45px;
        }

        .pv-footer-container {
            width: min(100% - 20px, 1180px);
        }

        .pv-footer-top {
            padding-top: 24px;
        }

        .pv-footer-cta {
            padding: 18px;
            border-radius: 20px;
        }

        .pv-footer-search {
            height: auto;
            grid-template-columns: auto 1fr;
            padding: 12px;
        }

        .pv-footer-search button {
            grid-column: 1 / -1;
            width: 100%;
        }

        .pv-footer-trust,
        .pv-footer-grid,
        .pv-footer-business {
            grid-template-columns: 1fr;
        }

        .pv-footer-bottom {
            align-items: flex-start;
            flex-direction: column;
        }

        .pv-footer-policy {
            gap: 8px;
        }

        .pv-footer-policy a {
            font-size: 12px;
        }

        .pv-footer-logo img {
            max-width: 180px;
            max-height: 48px;
        }
    }

    /* SEO-friendly multilingual font + safe footer typography */
    .pv-lite-footer {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
            "Noto Sans", "Noto Sans Bengali", "Noto Sans Arabic", "Noto Sans Devanagari",
            "Noto Sans Thai", "Noto Sans Hebrew", Arial, sans-serif;
        font-weight: 500;
    }

    .pv-lite-footer,
    .pv-lite-footer * {
        box-sizing: border-box;
    }

    /* Low-specificity typography so designed weights like 700/850/900 stay untouched */
    .pv-lite-footer :where(p, a, span, small, li, input, button) {
        font-family: inherit;
    }

    .pv-lite-footer :where(p, a, small, li, input, button) {
        font-weight: 500;
    }

    .pv-lite-footer :where(h1, h2, h3, h4, h5, h6, strong, div) {
        font-family: inherit;
    }

    /* Keep Font Awesome solid and regular icons working inside footer only */
    .pv-lite-footer i[class^="fa-"],
    .pv-lite-footer i[class*=" fa-"],
    .pv-lite-footer .fa,
    .pv-lite-footer .fa-solid,
    .pv-lite-footer .fas,
    .pv-lite-footer .fa-regular,
    .pv-lite-footer .far,
    .pv-lite-footer .fa-solid::before,
    .pv-lite-footer .fas::before,
    .pv-lite-footer .fa-regular::before,
    .pv-lite-footer .far::before {
        font-family: "Font Awesome 6 Free" !important;
        font-style: normal !important;
    }

    .pv-lite-footer .fa-solid,
    .pv-lite-footer .fas,
    .pv-lite-footer .fa-solid::before,
    .pv-lite-footer .fas::before {
        font-weight: 900 !important;
    }

    .pv-lite-footer .fa-regular,
    .pv-lite-footer .far,
    .pv-lite-footer .fa-regular::before,
    .pv-lite-footer .far::before {
        font-weight: 400 !important;
    }

    /* Keep Font Awesome brand icons working inside footer only */
    .pv-lite-footer .fa-brands,
    .pv-lite-footer .fab,
    .pv-lite-footer .fa-brands::before,
    .pv-lite-footer .fab::before {
        font-family: "Font Awesome 6 Brands" !important;
        font-weight: 400 !important;
        font-style: normal !important;
    }




.pv-lite-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    clear: both;
    display: block;
}

.pv-lite-footer .pv-footer-container {
    width: min(1180px, calc(100% - 28px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}