/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2026 | 12:43:04 */
/* =========================================================
   FRANK-HILFT – FOOTER 26
   ========================================================= */

.site-footer {
    background: #0d271f;
    color: #d9e5e1;
    padding: 64px 0 24px;
    width: 100%;
}

.site-footer .container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.footer-brand {
    min-width: 0;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.footer-logo img {
    display: block;
    width: 280px;
    max-width: 100%;
    height: auto;
}

.footer-company {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.site-footer p {
    margin: 0 0 18px;
    color: #c7d7d2;
    font-size: 17px;
    line-height: 1.6;
}

.footer-claim-row {
    position: relative;
    min-height: 70px;
    margin-top: 24px;
}

.footer-claim {
    margin: 0 !important;
    max-width: 320px;
    color: #c7d7d2 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    font-style: italic;
}

.footer-trustpilot {
    position: absolute;
    left: 560px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
}

.footer-trustpilot .trustpilot-widget {
    width: 100%;
}

.footer-heading {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin: 0 0 16px;
    padding: 0;
}

.site-footer a {
    color: #c7d7d2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #ffffff;
}

.footer-contact li > span,
.footer-contact li > a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact .lucide {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    stroke-width: 1.8;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.16);
}

.footer-bottom p {
    margin: 0;
    color: #aebfba;
    font-size: 16px;
}

.footer-bottom nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-bottom nav li {
    margin: 0;
}

.footer-bottom a {
    color: #c7d7d2;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

    .site-footer {
        padding: 52px 0 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 44px 36px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-trustpilot {
        left: 360px;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .site-footer {
        padding: 44px 0 22px;
    }

    .site-footer .container {
        width: min(100% - 40px, 520px);
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-logo img {
        width: 240px;
    }

    .footer-company {
        font-size: 19px;
    }

    .site-footer p {
        font-size: 16px;
    }

    .footer-claim-row {
        min-height: 0;
        margin-top: 22px;
    }

    .footer-claim {
        max-width: 100%;
    }

    .footer-trustpilot {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 22px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-top: 36px;
        padding-top: 22px;
    }

    .footer-bottom nav ul {
        gap: 24px;
    }
}