/*
 * Premium footer – Shopify/Stripe-level
 * 8px spacing, soft shadows, clear hierarchy
 */

/* ---- Footer wrapper ---- */
.site-footer {
    background: linear-gradient(180deg, #334155 0%, #243247 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    padding: 48px 0 32px;
}

/* -----------------------------------------------------------------
   Footer redesign: engagement + trust + conversion-focused layout
   ----------------------------------------------------------------- */

.footer-newsletter {
    background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 44px 0;
    overflow: hidden;
}

.footer-newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 24px 40px;
    align-items: center;
}

.footer-newsletter-title {
    margin: 0;
    font-size: clamp(24px, 2.2vw, 31px);
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.footer-newsletter-description {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
    max-width: 620px;
}

.footer-newsletter-benefits {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.footer-newsletter-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.09);
    border: 1px solid rgba(37, 99, 235, 0.16);
    color: #1e3a8a;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
}

.footer-newsletter-benefits li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.footer-newsletter-form {
    width: 100%;
}

.footer-newsletter-field-group {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 14px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.footer-newsletter-field-group:focus-within {
    border-color: var(--theme-color, #2563eb);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
    transform: translateY(-1px);
}

.footer-newsletter-field-group input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 15px;
    height: 48px;
    padding: 0 12px;
    min-width: 0;
    outline: none;
}

.footer-newsletter-field-group input::placeholder {
    color: #94a3b8;
}

.footer-newsletter-submit {
    border: 0;
    border-radius: 10px;
    min-width: 128px;
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--theme-color, #2563eb);
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.footer-newsletter-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.28);
    background: #1d4ed8;
}

.footer-newsletter-submit:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.footer-newsletter-submit:focus-visible {
    outline: 2px solid #1d4ed8;
    outline-offset: 2px;
}

.footer-newsletter-feedback {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.4;
}

.footer-newsletter-feedback:empty {
    display: none;
}

.footer-newsletter-feedback.is-success {
    color: #166534;
}

.footer-newsletter-feedback.is-error {
    color: #b91c1c;
}

.site-footer {
    background: linear-gradient(180deg, #334155 0%, #243247 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    padding: 56px 0 30px;
    overflow: hidden;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(170px, 1fr));
    gap: 32px 30px;
}

.footer-links .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links .heading {
    margin: 0 0 14px;
    display: block;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: -0.01em;
}

.footer-links .submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer-links .submenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links .submenu a,
.footer-links a:not(.heading):not(.download-app-btn) {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 4px 0;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
    transition: color 0.25s ease;
}

.footer-links .submenu a::after,
.footer-links a:not(.heading):not(.download-app-btn)::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.footer-links .submenu a:hover,
.footer-links a:not(.heading):not(.download-app-btn):hover {
    color: #fff;
}

.footer-links .submenu a:hover::after,
.footer-links a:not(.heading):not(.download-app-btn):hover::after {
    transform: scaleX(1);
}

.footer-menu-about p {
    margin: 0;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.75;
}

.footer-menu-about .footer-brand-copy {
    color: #cbd5e1;
}

.footer-menu-about .footer-brand-trust {
    margin-top: 10px;
}

.footer-menu-about .footer-brand-years {
    margin-top: 8px;
}

.footer-links .footer-app-download-menu .submenu {
    gap: 10px;
}

.footer-links .app-store-btn {
    width: 100%;
    max-width: 225px;
    min-height: 58px;
    padding: 11px 13px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    color: #fff !important;
    background: rgba(15, 23, 42, 0.56);
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.32);
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.footer-links .app-store-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.6);
    background: rgba(15, 23, 42, 0.84);
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.4);
}

.footer-links .app-store-btn::after,
.footer-links .app-store-btn:hover::after {
    display: none;
}

.footer-links .app-store-btn i {
    font-size: 26px;
    width: 26px;
    text-align: center;
    flex-shrink: 0;
}

.footer-links .app-store-btn .store-copy {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

.footer-links .app-store-btn .store-copy small {
    color: rgba(226, 232, 240, 0.84);
    font-size: 10px;
}

.footer-links .app-store-btn .store-copy strong {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.footer-divider {
    height: 1px;
    background: rgba(148, 163, 184, 0.22);
    margin: 34px 0 28px;
}

.footer-trust-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(220px, 0.9fr);
    gap: 24px 30px;
    align-items: start;
}

.footer-payment-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.site-footer .footer-payment-strip {
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.45);
    justify-content: flex-start;
    gap: 10px 14px;
}

.site-footer .footer-payment-label {
    color: #94a3b8;
    letter-spacing: 0.08em;
    font-size: 10px;
}

.site-footer .footer-payment-logos {
    gap: 8px 12px;
    justify-content: flex-start;
}

.site-footer .footer-payment-logo {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.site-footer .footer-payment-logo:hover {
    opacity: 1;
}

.footer-brand-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.footer-brand-card {
    width: 46px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
    font-size: 21px;
    transition: border-color 0.25s ease, transform 0.2s ease;
}

.footer-brand-card:hover {
    border-color: rgba(96, 165, 250, 0.6);
    transform: translateY(-1px);
}

.footer-trust-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-trust-point {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.45);
    color: #e2e8f0;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.footer-trust-point i {
    color: #93c5fd;
    flex-shrink: 0;
}

.footer-social-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #f8fafc;
}

.footer-social-icons,
.footer-social-wrap #dvoursocialmedia {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.footer-social-wrap .social-media-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.48);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.22s ease, background 0.25s ease, border-color 0.25s ease;
}

.footer-social-wrap .social-media-icon:hover {
    background: var(--theme-color, #2563eb);
    border-color: var(--theme-color, #2563eb);
    transform: translateY(-2px) scale(1.03);
}

.footer-social-wrap .social-media-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    transition: filter 0.25s ease;
}

.footer-social-wrap .social-media-icon:hover img {
    filter: brightness(0) invert(1);
}

.footer-social-note {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.6;
}

.copyright {
    background: #1e2a3d;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: #a5b4cc;
    padding: 16px 0;
    font-size: 13px;
}

.copyright .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.copyright a {
    color: inherit;
    transition: color 0.25s ease;
}

.copyright a:hover {
    color: #fff;
}

.region-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-trust-strip {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .footer-social-wrap {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer-newsletter {
        padding: 34px 0;
    }

    .footer-newsletter-container {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
        padding: 0 16px;
    }

    .footer-newsletter-description {
        max-width: 100%;
    }

    .footer-newsletter-benefits {
        justify-content: center;
    }

    .footer-newsletter-field-group {
        padding: 8px;
    }

    .footer-container,
    .copyright .container {
        padding: 0 16px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px;
    }

    .footer-trust-strip {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer .footer-payment-strip,
    .site-footer .footer-payment-logos,
    .footer-brand-cards,
    .footer-trust-points,
    .footer-social-wrap,
    .footer-social-wrap #dvoursocialmedia {
        justify-content: center;
        align-items: center;
    }

    .footer-trust-point {
        width: auto;
    }

    .copyright-row {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .region-footer {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-newsletter-title {
        font-size: 22px;
    }

    .footer-newsletter-description {
        font-size: 14px;
    }

    .footer-newsletter-field-group {
        flex-direction: column;
        gap: 8px;
    }

    .footer-newsletter-field-group input,
    .footer-newsletter-submit {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-links .menu {
        align-items: center;
    }

    .footer-links .submenu {
        align-items: center;
    }

    .footer-links .submenu a,
    .footer-links a:not(.heading):not(.download-app-btn) {
        min-height: 38px;
        justify-content: center;
        padding: 8px 0;
    }

    .footer-links .app-store-btn {
        max-width: 280px;
        width: 100%;
        justify-content: flex-start;
    }

    .footer-trust-point {
        width: 100%;
        justify-content: center;
    }

    .footer-social-wrap .social-media-icon {
        width: 46px;
        height: 46px;
    }
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Top: link columns (grid) ---- */
.footer-top {
    margin-bottom: 0;
}

.footer-links.row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links .menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}

.footer-links .menu>li {
    margin: 0;
    padding: 0;
}

.footer-links .heading {
    font-size: 16px;
    font-weight: 600;
    color: var(--d-grey, #1a1a1a);
    margin-bottom: 16px;
    display: block;
    letter-spacing: -0.01em;
}

.footer-links .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links .submenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links .submenu a,
.footer-links a:not(.heading) {
    font-size: 14px;
    color: var(--footer-c, #6b7280);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease;
    display: inline-block;
    position: relative;
}

.footer-links .submenu a:hover,
.footer-links a:not(.heading):hover {
    color: var(--theme-color, #2563eb);
}

.footer-links .submenu a:hover::after {
    transform: scaleX(1);
}

.footer-links .submenu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

/* Download app buttons in footer */
.footer-links .download-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--footer-c, #6b7280);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links .download-app-btn:hover {
    color: var(--theme-color, #2563eb);
}

.footer-links .footer-app-download-menu {
    align-items: center;
}

.footer-links .footer-app-download-menu .heading {
    text-align: center;
}

.footer-links .app-store-links {
    gap: 10px;
    align-items: center;
}

.footer-links .app-store-btn {
    min-width: 190px;
    border-radius: 12px;
    padding: 8px 12px;
    background: #0f172a;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
    justify-content: flex-start;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease;
}

.footer-links .app-store-btn:hover {
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.24);
    background: #020617;
}

.footer-links .app-store-btn::after,
.footer-links .app-store-btn:hover::after {
    display: none;
}

.footer-links .app-store-btn i {
    font-size: 24px;
    width: 24px;
    text-align: center;
}

.footer-links .app-store-btn .store-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.05;
    gap: 2px;
}

.footer-links .app-store-btn .store-copy small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.78);
}

.footer-links .app-store-btn .store-copy strong {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

/* ---- Divider ---- */
.footer-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 32px 0 24px;
}

/* ---- Bottom: payment + social ---- */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px 32px;
}

.footer-payment-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

.footer-social-wrap {
    flex-shrink: 0;
}

/* ---- Payment section (overrides + enhancements) ---- */
.site-footer .footer-payment-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}

.site-footer .footer-payment-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--footer-c, #9ca3af);
}

.site-footer .footer-payment-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
}

.site-footer .footer-payment-logo {
    height: 24px;
    width: auto;
    max-width: 56px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.25s ease;
    filter: grayscale(0.2);
}

.site-footer .footer-payment-logo:hover {
    opacity: 1;
    filter: grayscale(0);
}

/* ---- Social icons: circular, hover brand ---- */
.footer-social-wrap #dvoursocialmedia,
.footer-social-wrap .social-media-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social-wrap .social-media-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    margin: 0 4px;
    transition: background 0.25s ease, color 0.25s ease;
}

.footer-social-wrap .social-media-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: filter 0.25s ease;
}

.footer-social-wrap .social-media-icon:hover {
    background: var(--theme-color, #2563eb);
}

.footer-social-wrap .social-media-icon:hover img {
    filter: brightness(0) invert(1);
}

/* ---- Copyright bar ---- */
.copyright {
    background: #1e2a3d;
    padding: 16px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 14px;
    color: #a5b4cc;
}

.copyright .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.copyright-row {
    margin: 0;
    align-items: center;
}

.copyright-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.copyright .designby,
.copyright #smdesignby {
    margin: 0;
}

.copyright a {
    color: inherit;
    text-decoration: none;
}

.copyright a:hover {
    color: #ffffff;
}

.region-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 24px;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-links.row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 32px 0 24px;
    }

    .footer-links.row {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .footer-links .menu {
        align-items: center;
    }

    .footer-links .heading {
        margin-bottom: 12px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    .site-footer .footer-payment-strip {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .footer-payment-logos {
        justify-content: center;
    }

    .footer-social-wrap #dvoursocialmedia {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .copyright-row {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .region-footer {
        justify-content: center;
    }
}

/* Light footer theme aligned with feature cards (Free Delivery / 90 Days Return) */
.footer-newsletter {
    background: linear-gradient(135deg, var(--theme-color, #e14e78) 0%, #4f46e5 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.footer-newsletter-title {
    color: #ffffff !important;
}

.footer-newsletter-description {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-newsletter-benefits li {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
}

.footer-newsletter-field-group {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(255, 255, 255, 0.62) !important;
}

.footer-newsletter-field-group:focus-within {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24) !important;
}

.footer-newsletter-field-group input {
    color: #0f172a !important;
}

.footer-newsletter-field-group input::placeholder {
    color: #94a3b8 !important;
}

.footer-newsletter-submit {
    background: #0f172a !important;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.28) !important;
}

.footer-newsletter-submit:hover {
    background: #020617 !important;
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.34) !important;
}

.site-footer {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.site-footer .footer-divider {
    background: rgba(15, 23, 42, 0.08) !important;
}

.site-footer .footer-links .heading {
    color: #0f172a !important;
}

.site-footer .footer-links .submenu a,
.site-footer .footer-links a:not(.heading):not(.download-app-btn) {
    color: #475569 !important;
}

.site-footer .footer-links .submenu a:hover,
.site-footer .footer-links a:not(.heading):not(.download-app-btn):hover {
    color: #0f172a !important;
}

.site-footer .footer-menu-about p {
    color: #64748b !important;
}

.site-footer .footer-menu-about .footer-brand-copy {
    color: #334155 !important;
}


.site-footer .footer-payment-label {
    color: #64748b !important;
}

.site-footer .footer-payment-logo {
    filter: none !important;
    opacity: 0.92 !important;
}

.site-footer .footer-brand-card {
    background: #ffffff !important;
    border-color: #dbe6f1 !important;
    color: #334155 !important;
}

.site-footer .footer-trust-point {
    background: #ffffff !important;
    border-color: #dbe6f1 !important;
    color: #334155 !important;
}

.site-footer .footer-trust-point i {
    color: #475569 !important;
}

.site-footer .footer-social-title {
    color: #0f172a !important;
}

.site-footer .footer-social-note {
    color: #64748b !important;
}

.site-footer .footer-social-wrap .social-media-icon {
    background: #ffffff !important;
    border-color: #dbe6f1 !important;
}

.site-footer .footer-social-wrap .social-media-icon:hover {
    background: var(--theme-color, #2563eb) !important;
    border-color: var(--theme-color, #2563eb) !important;
}

.site-footer .footer-social-wrap .social-media-icon:hover img {
    filter: brightness(0) invert(1) !important;
}

.copyright {
    background: #eef2f7 !important;
    border-top: 1px solid #dbe6f1 !important;
    color: #64748b !important;
}

.copyright a:hover {
    color: var(--theme-color, #2563eb) !important;
}

/* Footer about logo + app image block */
.footer-menu-about .footer-about-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-menu-about .footer-about-logo {
    width: 128px;
    height: 128px;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-links .footer-app-download-menu .app-download-visual {
    margin: 8px 0 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links .footer-app-download-menu .app-download-image-link {
    display: inline-flex;
    width: 160px;
    /* fixed — same for both badges */
    height: 48px;
    /* fixed — same for both badges */
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-links .footer-app-download-menu .app-download-image-link:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.18));
}

/* Force both badge images to fill the exact same container box
   so the Apple Store & Google Play badges always look the same size */
.footer-links .footer-app-download-menu .app-download-image {
    width: 179px;
    height: 48px;
    object-fit: fill;
    /* stretches to fill — keeps both visually identical */
    display: block;
}

/* Copyright bar: modern light + clear */
.copyright {
    background: linear-gradient(180deg, #f8fbff 0%, #f2f6fc 100%) !important;
    border-top: 1px solid #d7e3f0 !important;
    box-shadow: 0 -8px 22px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.copyright .region-footer {
    justify-content: flex-end !important;
}

.copyright #smdesignby {
    margin: 0 !important;
    display: inline-flex !important;
}

.copyright #adesignby {
    display: inline-flex !important;
    align-items: center;
    gap: 0;
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid #dbe6f2;
    background: #ffffff;
    color: #334155 !important;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.07);
    transition: box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.copyright #adesignby:hover {
    border-color: #cdddef;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
    color: #0f172a !important;
}

.copyright #adesignby .designby-copy {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1.3;
}

@media (max-width: 576px) {
    .copyright #adesignby {
        padding: 7px 12px;
    }

    .copyright #adesignby .designby-copy {
        flex-wrap: wrap;
        justify-content: center;
    }
}