.footer-simple {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
}

.footer-simple .footer-inner {
    width: 100%;
    max-width: none;
    padding: 2.25rem clamp(1.25rem, 5vw, 4rem) 1.5rem;
}

.footer-simple .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    padding-bottom: 1.5rem;
}

.footer-simple .footer-brand-block {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    min-width: 0;
}

.footer-simple .footer-logo {
    display: inline-flex;
    flex-shrink: 0;
}

.footer-simple .footer-logo img {
    width: 120px;
    height: auto;
    opacity: 0.95;
}

.footer-simple .footer-tagline {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    margin: 0;
    white-space: nowrap;
}

.footer-simple .footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem 2rem;
    margin-left: auto;
}

.footer-simple .footer-nav a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer-simple .footer-nav a:hover {
    color: #ffffff;
}

.footer-simple .footer-seo-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    padding-bottom: 1.25rem;
}

.footer-simple .footer-link-group {
    width: 100%;
}

.footer-simple .footer-link-label {
    display: none;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.5rem;
    text-align: center;
}

.footer-simple .footer-nav-seo,
.footer-simple .footer-nav-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.25rem;
}

.footer-simple .footer-nav-seo a,
.footer-simple .footer-nav-tools a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer-simple .footer-nav-seo a:hover,
.footer-simple .footer-nav-tools a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.footer-simple .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.25rem;
    width: 100%;
    text-align: center;
}

.footer-simple .footer-bottom p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

.footer-simple .footer-bottom a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.footer-simple .footer-bottom a:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .footer-simple .footer-inner {
        padding: 2rem 1.25rem 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-simple .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        padding-bottom: 1.25rem;
        width: 100%;
    }

    .footer-simple .footer-brand-block {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .footer-simple .footer-tagline {
        white-space: normal;
        font-size: 0.88rem;
        max-width: 280px;
    }

    .footer-simple .footer-link-label {
        display: block;
    }

    .footer-simple .footer-top > .footer-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.45rem 1.25rem;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .footer-simple .footer-top > .footer-nav a {
        font-size: 0.88rem;
        white-space: normal;
        text-align: center;
        padding: 0.15rem 0;
    }

    .footer-simple .footer-seo-links {
        gap: 1.25rem;
        padding-bottom: 1rem;
        width: 100%;
        align-items: center;
    }

    .footer-simple .footer-link-group {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .footer-simple .footer-nav-seo,
    .footer-simple .footer-nav-tools {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.4rem 0.85rem;
        width: 100%;
    }

    .footer-simple .footer-nav-seo a,
    .footer-simple .footer-nav-tools a {
        font-size: 0.72rem;
        white-space: normal;
        text-align: center;
        line-height: 1.35;
        padding: 0.15rem 0;
    }

    .footer-simple .footer-bottom {
        padding-top: 1rem;
        width: 100%;
    }

    .footer-simple .footer-bottom p {
        font-size: 0.75rem;
        line-height: 1.55;
        padding: 0 0.25rem;
        max-width: 320px;
        margin: 0 auto;
    }
}
