/* HVC Flatsome Modern Footer */
body.hvc-footer-hide-original #footer,
body.hvc-footer-hide-original .footer-wrapper,
body.hvc-footer-hide-original .absolute-footer {
    display: none !important;
}

.hvc-modern-footer,
.hvc-modern-footer * {
    box-sizing: border-box;
}

.hvc-modern-footer {
    width: 100%;
    background: var(--hvc-footer-bg, #242424);
    color: var(--hvc-footer-text, #fff);
    font-family: inherit;
    margin: 0;
    padding: 0;
    clear: both;
}

.hvc-modern-footer a {
    color: var(--hvc-footer-text, #fff) !important;
    text-decoration: none !important;
    transition: opacity .18s ease, transform .18s ease;
}

.hvc-modern-footer a:hover {
    opacity: .76;
}

.hvc-footer-inner,
.hvc-footer-bottom-inner {
    width: min(calc(100% - 64px), var(--hvc-footer-width, 1320px));
    margin: 0 auto;
}

.hvc-footer-inner {
    padding: var(--hvc-footer-top-padding, 38px) 0 var(--hvc-footer-bottom-padding, 18px);
}

.hvc-footer-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
    gap: 30px;
    align-items: center;
    margin-bottom: var(--hvc-footer-newsletter-spacing, 62px);
}

.hvc-footer-newsletter h2 {
    color: var(--hvc-footer-text, #fff) !important;
    font-size: var(--hvc-footer-newsletter-title, 36px) !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: -1.7px;
    margin: 0 0 14px !important;
    padding: 0 !important;
}

.hvc-footer-newsletter p {
    color: var(--hvc-footer-text, #fff) !important;
    font-size: var(--hvc-footer-newsletter-text, 18px);
    line-height: 1.35;
    margin: 0;
    font-weight: 500;
}

.hvc-footer-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 154px;
    gap: 16px;
    align-items: center;
    margin: 0;
}

.hvc-footer-form input[type="email"] {
    width: 100%;
    height: 56px;
    min-height: 56px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.045);
    color: #ffffff !important;
    font-size: var(--hvc-footer-body-font, 18px);
    line-height: 1;
    padding: 0 18px;
    box-shadow: none !important;
    outline: none;
}

.hvc-footer-form input[type="email"]::placeholder {
    color: rgba(255,255,255,.36);
}

.hvc-footer-form button {
    height: 56px;
    min-height: 56px;
    border-radius: 10px;
    border: 0 !important;
    background: var(--hvc-footer-button-bg, #ffe079) !important;
    color: var(--hvc-footer-button-text, #000) !important;
    font-size: var(--hvc-footer-link-font, 18px);
    line-height: 1;
    font-weight: 900;
    padding: 0 25px;
    cursor: pointer;
    box-shadow: none !important;
    transition: transform .18s ease, filter .18s ease;
}

.hvc-footer-form button:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.hvc-footer-main-grid {
    display: grid;
    grid-template-columns: 2.05fr 1.1fr 1.1fr 1.35fr;
    gap: clamp(32px, 5vw, 82px);
    align-items: start;
}

.hvc-footer-brand-col h3 {
    color: var(--hvc-footer-text, #fff) !important;
    font-size: var(--hvc-footer-brand-title, 34px) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: -1.4px;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.hvc-footer-address,
.hvc-footer-email,
.hvc-footer-trust-text,
.hvc-footer-trust-text p {
    color: var(--hvc-footer-text, #fff) !important;
    font-size: var(--hvc-footer-body-font, 18px);
    line-height: 1.32;
    font-weight: 400;
    margin: 0;
}

.hvc-footer-email {
    margin-top: 18px;
}

.hvc-footer-links-col h4,
.hvc-footer-trust-col h4 {
    color: var(--hvc-footer-text, #fff) !important;
    font-size: var(--hvc-footer-column-title, 17px) !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

.hvc-footer-link-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hvc-footer-link-list li {
    list-style: none !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: var(--hvc-footer-text, #fff) !important;
}

.hvc-footer-link-list a {
    display: inline-block;
    color: var(--hvc-footer-text, #fff) !important;
    font-size: var(--hvc-footer-link-font, 18px);
    line-height: 1.2;
    font-weight: 400;
}

.hvc-footer-payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: var(--hvc-footer-payment-spacing, 42px) auto 2px;
}

.hvc-pay-badge {
    min-width: 82px;
    height: 34px;
    padding: 0 16px;
    border-radius: 8px;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.35px;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    white-space: nowrap;
}

.hvc-pay-badge.has-logo {
    min-width: auto;
    padding: 4px 12px;
}

.hvc-pay-badge img {
    display: block;
    width: auto;
    max-width: 130px;
    max-height: var(--hvc-footer-payment-logo-height, 32px);
    object-fit: contain;
}

.hvc-pay-visa { color: #1068b2; font-style: italic; font-size: 24px; letter-spacing: -1px; }
.hvc-pay-mastercard { color: #111; font-size: 13px; }
.hvc-pay-paypal { color: #164c9a; font-style: italic; font-size: 22px; }
.hvc-pay-paysafecard { color: #1f9bd7; font-size: 16px; }
.hvc-pay-revolut { color: #0a0a0a; font-size: 17px; }
.hvc-pay-apple { color: #000; font-size: 20px; }
.hvc-pay-gpay { color: #4b5563; font-size: 18px; }
.hvc-pay-sepa { color: #1d4aa8; font-size: 27px; letter-spacing: -1.2px; }

.hvc-footer-bottom {
    background: var(--hvc-footer-bottom-bg, #202020);
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 0;
}

.hvc-footer-bottom-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    color: var(--hvc-footer-muted, #d7d7d7);
    font-size: var(--hvc-footer-bottom-font, 16px);
    line-height: 1.3;
}

.hvc-footer-copyright,
.hvc-footer-bottom-links,
.hvc-footer-bottom-links a,
.hvc-footer-dot {
    color: var(--hvc-footer-muted, #d7d7d7) !important;
}

.hvc-footer-dot {
    display: inline-block;
    margin: 0 6px;
}

@media (max-width: 1100px) {
    .hvc-footer-newsletter {
        grid-template-columns: 1fr;
        margin-bottom: 52px;
    }
    .hvc-footer-main-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
    .hvc-footer-trust-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 780px) {
    .hvc-footer-inner,
    .hvc-footer-bottom-inner {
        width: min(calc(100% - 34px), var(--hvc-footer-width, 1320px));
    }
    .hvc-footer-inner {
        padding-top: 42px;
    }
    .hvc-footer-newsletter {
        gap: 28px;
        margin-bottom: 42px;
    }
    .hvc-footer-form {
        grid-template-columns: 1fr;
    }
    .hvc-footer-main-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .hvc-footer-payments {
        margin-top: 34px;
        justify-content: flex-start;
    }
    .hvc-footer-bottom-inner {
        padding: 15px 0;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 520px) {
    .hvc-footer-form input[type="email"],
    .hvc-footer-form button {
        height: 60px;
        min-height: 60px;
    }
    .hvc-footer-address,
    .hvc-footer-email,
    .hvc-footer-trust-text,
    .hvc-footer-trust-text p {
        font-size: var(--hvc-footer-body-font, 18px);
    }
    .hvc-footer-link-list a {
        font-size: var(--hvc-footer-link-font, 18px);
    }
    .hvc-footer-newsletter p {
        font-size: var(--hvc-footer-newsletter-text, 18px);
    }
    .hvc-pay-badge {
        min-width: 78px;
        height: 34px;
        font-size: 14px;
        padding: 0 12px;
    }
}
