.studio-footer-modern {
    padding-top: 38px;
    color: #fff;
    background: #202622;
}

.studio-footer-modern .container {
    max-width: 1340px;
}

.studio-footer-brand {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.studio-footer-logo {
    display: inline-flex;
    flex: 0 0 180px;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #fff;
}

.studio-footer-logo img {
    display: block;
    width: 100%;
    height: 58px;
    object-fit: contain;
}

.studio-footer-brand p {
    max-width: 460px;
    margin: 0;
    color: #dce5df;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
}

.studio-footer-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 20px 0 34px;
}

.studio-footer-quick > a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    min-height: 66px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fff;
    background: #2c342f;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease;
}

.studio-footer-quick > a:hover {
    border-color: #70d182;
    color: #fff;
    background: #354139;
    text-decoration: none;
}

.studio-footer-quick i {
    flex: 0 0 26px;
    width: 26px;
    color: #7cdb8d;
    font-size: 20px;
    text-align: center;
}

.studio-footer-quick span {
    min-width: 0;
}

.studio-footer-quick strong,
.studio-footer-quick small {
    display: block;
    letter-spacing: 0;
}

.studio-footer-quick strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.studio-footer-quick small {
    margin-top: 2px;
    color: #cbd6cf;
    font-size: 12px;
    line-height: 1.3;
}

.studio-footer-grid {
    display: grid;
    grid-template-columns: minmax(210px, 1.2fr) minmax(190px, 1fr) minmax(230px, 1.1fr) minmax(270px, 1.35fr);
    gap: 30px;
    padding: 0 0 48px;
}

.studio-footer-col {
    min-width: 0;
}

.studio-footer-col h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

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

.studio-footer-links li {
    margin: 2px 0;
}

.studio-footer-links a,
.studio-footer-cookie {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 8px 9px;
    border: 0;
    border-radius: 6px;
    color: #e9f0ec;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    overflow-wrap: anywhere;
}

.studio-footer-links a:hover,
.studio-footer-cookie:hover {
    color: #91e29f;
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
}

.studio-footer-links i {
    flex: 0 0 18px;
    width: 18px;
    color: #78d68a;
    font-size: 14px;
    text-align: center;
}

.studio-footer-category a {
    font-weight: 700;
}

.studio-footer-child a {
    min-height: 42px;
    padding-left: 31px;
    color: #cdd8d1;
    font-size: 13px;
}

.studio-footer-child i {
    color: #aebbb3;
    font-size: 12px;
}

.studio-footer-company {
    margin: 14px 9px 0;
    color: #cbd6cf;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0;
}

.studio-footer-trust {
    margin: 22px 0 0;
}

.studio-footer-trust-title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.studio-footer-trust-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.studio-footer-safe-badge,
.studio-footer-payment-badge,
.studio-footer-shipping-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 54px;
    padding: 7px 9px;
    border: 2px solid transparent;
    border-radius: 6px;
    color: #202622;
    background: #fff;
    text-decoration: none;
}

.studio-footer-safe-badge:hover,
.studio-footer-payment-badge:hover,
.studio-footer-shipping-badge:hover {
    border-color: #70d182;
    text-decoration: none;
}

.studio-footer-safe-badge {
    flex-direction: column;
    gap: 2px;
}

.studio-footer-google-word {
    font: 700 18px/1 Arial, sans-serif;
    letter-spacing: 0;
}

.studio-footer-google-word span:nth-child(1),
.studio-footer-google-word span:nth-child(4) {
    color: #4285f4;
}

.studio-footer-google-word span:nth-child(2),
.studio-footer-google-word span:nth-child(6) {
    color: #db4437;
}

.studio-footer-google-word span:nth-child(3) {
    color: #f4b400;
}

.studio-footer-google-word span:nth-child(5) {
    color: #0f9d58;
}

.studio-footer-safe-badge small {
    color: #33413a;
    font-size: 10px;
    line-height: 1.2;
}

.studio-footer-payment-badge img,
.studio-footer-shipping-badge img {
    display: block;
    width: 100%;
    max-width: 142px;
    height: 36px;
    object-fit: contain;
}

.studio-footer-shipping-badge {
    grid-column: 1 / -1;
}

.studio-footer-bottom {
    padding: 18px 0;
    background: #111512;
    text-align: center;
}

.studio-footer-bottom p {
    margin: 0;
    color: #cdd6d0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
}

.studio-footer-bottom a {
    color: #fff;
    text-decoration: underline;
}

.studio-footer-modern a:focus-visible,
.studio-footer-modern button:focus-visible {
    outline: 3px solid #f4c34f;
    outline-offset: 2px;
}

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

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

@media (max-width: 575px) {
    .studio-footer-modern {
        padding-top: 30px;
    }

    .studio-footer-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .studio-footer-logo {
        width: 180px;
        flex-basis: auto;
    }

    .studio-footer-quick {
        grid-template-columns: 1fr;
        padding-bottom: 30px;
    }

    .studio-footer-quick > a {
        min-height: 64px;
    }

    .studio-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 38px;
    }

    .studio-footer-links a,
    .studio-footer-cookie {
        min-height: 48px;
    }

    .studio-footer-child a {
        min-height: 46px;
    }
}
