/**
 * Custom Footer Styles - Natur-Luftballons
 * Ersetzt Elementor Advanced Hook (Post 35)
 *
 * Hintergrund: Brand-Gruen #62BC66
 * Font: Nunito 400/700
 * Layout: 4 Spalten Desktop -> 2x2 Tablet -> 1 Spalte Mobile
 */

/* Nunito lokal laden (DSGVO-konform, kein externer Google-Request) */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/nunito-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/nunito-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/nunito-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/nunito-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ===================================================================
   FOOTER CONTAINER
   =================================================================== */

.natur-custom-footer {
    background-color: #3d8b40;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
}

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

/* ===================================================================
   4-SPALTEN GRID
   =================================================================== */

.natur-custom-footer .footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 48px 0 40px;
}

.natur-custom-footer .footer-col h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 16px 0;
    padding: 0;
    letter-spacing: 0.02em;
}

/* ===================================================================
   SPALTE 1: KONTAKT (Logo + Adresse)
   =================================================================== */

.natur-custom-footer .footer-logo {
    display: block;
    width: 180px;
    height: auto;
    filter: none;
    margin-top: -22px;
    margin-bottom: 16px;
    margin-left: -16px;
}

.natur-custom-footer .footer-address {
    font-style: normal;
    line-height: 1.7;
    margin-bottom: 12px;
}

.natur-custom-footer .footer-contact-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}

.natur-custom-footer .footer-contact-list li {
    margin-bottom: 4px;
}

.natur-custom-footer .footer-contact-link {
    display: inline-block;
    margin-top: 4px;
}

/* ===================================================================
   SPALTE 2: RECHTLICHES (Link-Liste)
   =================================================================== */

.natur-custom-footer .footer-col-rechtliches ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.natur-custom-footer .footer-col-rechtliches li {
    margin-bottom: 8px;
}

/* ===================================================================
   LINKS (global im Footer)
   =================================================================== */

.natur-custom-footer a {
    color: #ffffff;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.natur-custom-footer a:hover,
.natur-custom-footer a:focus {
    opacity: 0.8;
    text-decoration: none;
}

/* ===================================================================
   BADGES (Versand + Zahlungsarten)
   =================================================================== */

.natur-custom-footer .footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.natur-custom-footer .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 6px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    min-width: 60px;
}

/* Versand-Badges */
.natur-custom-footer .badge-dhl {
    background-color: #FFCC00;
    color: #CC0000;
}

.natur-custom-footer .badge-dpd {
    background-color: #DC0032;
    color: #ffffff;
}

/* Payment-Badges */
.natur-custom-footer .badge-visa {
    background-color: #1A1F71;
    color: #ffffff;
}

.natur-custom-footer .badge-mc {
    background-color: #EB001B;
    color: #ffffff;
}

.natur-custom-footer .badge-paypal {
    background-color: #003087;
    color: #ffffff;
}

.natur-custom-footer .badge-applepay {
    background-color: #000000;
    color: #ffffff;
}

.natur-custom-footer .badge-ueberweisung {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* ===================================================================
   VERSAND-INFO
   =================================================================== */

.natur-custom-footer .footer-versand-info {
    margin: 0 0 8px 0;
    font-size: 14px;
    opacity: 0.9;
}

/* ===================================================================
   KUNDENBEWERTUNGEN (unter Versand in Spalte 3)
   =================================================================== */

.natur-custom-footer .footer-bewertungen {
    margin-top: 20px;
    padding-top: 16px;
}

.natur-custom-footer .footer-bewertungen h4 {
    margin-bottom: 6px;
}

.natur-custom-footer .footer-bewertungen h4 a {
    text-decoration: none;
}

.natur-custom-footer .footer-bewertungen h4 a:hover,
.natur-custom-footer .footer-bewertungen h4 a:focus {
    text-decoration: underline;
}

.natur-custom-footer .footer-bew-stars {
    color: #FFDC0F;
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 4px;
}

.natur-custom-footer .footer-bew-rating {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
}

/* ===================================================================
   TRUST-LEISTE (Award + Siegel + TUeV + Bio)
   Zwischen Grid und Copyright, wie memolife/avocadostore Pattern.
   =================================================================== */

.natur-custom-footer .footer-trust-bar {
    background-color: #2e7d32;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.natur-custom-footer .footer-trust-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.natur-custom-footer .footer-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 0;
}

a.footer-trust-item:hover {
    opacity: 0.85;
    text-decoration: none;
}

.natur-custom-footer .footer-trust-img {
    display: block;
    height: auto;
    border-radius: 4px;
    flex-shrink: 0;
}

.natur-custom-footer .footer-trust-img-round {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.natur-custom-footer .footer-trust-img-round {
    border-radius: 50%;
}

.natur-custom-footer .footer-trust-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.natur-custom-footer .footer-trust-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.natur-custom-footer .footer-trust-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 24px;
    flex-shrink: 0;
}

/* ===================================================================
   COPYRIGHT-ZEILE
   =================================================================== */

.natur-custom-footer .footer-copyright {
    background-color: #2e7d32;
    padding: 16px 0;
    font-size: 14px;
    text-align: center;
}

/* ===================================================================
   RESPONSIVE: TABLET (768px)
   =================================================================== */

@media (max-width: 768px) {
    .natur-custom-footer .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        padding: 36px 0 32px;
    }

    .natur-custom-footer .footer-logo {
        width: 150px;
    }
}

/* ===================================================================
   RESPONSIVE: MOBILE (480px)
   =================================================================== */

@media (max-width: 768px) {
    .natur-custom-footer .footer-trust-items {
        gap: 16px 0;
    }

    .natur-custom-footer .footer-trust-divider {
        margin: 0 16px;
    }
}

@media (max-width: 480px) {
    .natur-custom-footer .footer-columns {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 0 28px;
    }

    .natur-custom-footer .footer-col {
        text-align: center;
    }

    .natur-custom-footer .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .natur-custom-footer .footer-address {
        text-align: center;
    }

    .natur-custom-footer .footer-badges {
        justify-content: center;
    }

    .natur-custom-footer .footer-trust-items {
        flex-direction: column;
        gap: 12px;
    }

    .natur-custom-footer .footer-trust-divider {
        width: 60px;
        height: 1px;
        margin: 0;
    }

    .natur-custom-footer .footer-copyright {
        padding: 12px 0;
        font-size: 13px;
    }
}
