#layout-footer {
    background: transparent;
    padding: 72px 18px 32px;
    color: #ffffff;
}

.odish-footer-shell {
    width: min(100%, 1840px);
    margin: 0 auto;
}

.odish-footer-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 32px;
    background:
        radial-gradient(circle at 6% 18%, rgba(229, 9, 20, .18), transparent 24%),
        radial-gradient(circle at 92% 22%, rgba(229, 9, 20, .16), transparent 28%),
        linear-gradient(135deg, #171719 0%, #101113 45%, #111111 100%);
    box-shadow:
        0 38px 90px rgba(0, 0, 0, .38),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    isolation: isolate;
}

.odish-footer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 22%, transparent 76%, rgba(229, 9, 20, .08));
    opacity: .65;
    z-index: -1;
}

.odish-footer-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(42px);
    opacity: .2;
    background: #e50914;
    z-index: -1;
}

.odish-footer-glow-left {
    left: -180px;
    top: -130px;
}

.odish-footer-glow-right {
    right: -120px;
    top: 70px;
}

.odish-footer-dots {
    position: absolute;
    left: 0;
    top: 220px;
    width: 230px;
    height: 230px;
    opacity: .32;
    pointer-events: none;
    background-image: radial-gradient(rgba(229, 9, 20, .8) 1px, transparent 1px);
    background-size: 14px 14px;
    mask-image: linear-gradient(90deg, #000, transparent);
}

.odish-footer-lines {
    position: absolute;
    right: -48px;
    top: -86px;
    width: 360px;
    height: 260px;
    pointer-events: none;
    opacity: .24;
    border: 1px solid rgba(229, 9, 20, .75);
    border-color: rgba(229, 9, 20, .7) transparent transparent transparent;
    border-radius: 50%;
    box-shadow:
        -28px 22px 0 -1px rgba(229, 9, 20, .18),
        -56px 44px 0 -1px rgba(229, 9, 20, .14),
        -84px 66px 0 -1px rgba(229, 9, 20, .1);
}

.odish-footer-main {
    display: grid;
    grid-template-columns: minmax(320px, 1.35fr) .82fr .9fr 1.2fr;
    gap: clamp(32px, 4vw, 72px);
    padding: clamp(48px, 6vw, 88px) clamp(28px, 6vw, 86px) 54px;
}

.odish-footer-brand-block,
.odish-footer-col,
.odish-footer-newsletter {
    min-width: 0;
}

.odish-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: #ffffff;
    text-decoration: none;
}

.odish-footer-logo-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: #050505;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
    flex: 0 0 auto;
}

.odish-footer-logo {
    width: 150px;
    height: 100px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 32%;
    transform: scale(1.06);
}

.odish-footer-wordmark {
    display: inline-flex;
    align-items: baseline;
    color: #ffffff;
    font-size: clamp(38px, 3vw, 52px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.odish-footer-wordmark span {
    color: #ff2430;
}

.odish-footer-wordmark b {
    color: #ffffff;
    font-weight: 400;
}

.odish-footer-text {
    max-width: 470px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.72;
}

.odish-footer-text span {
    display: block;
}

.odish-footer-text strong {
    color: #ff2430;
    font-weight: 700;
}

.odish-footer-trust {
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 456px);
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
}

.odish-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 0 16px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.45;
}

.odish-footer-trust-item:first-child {
    padding-left: 0;
}

.odish-footer-trust-item:last-child {
    padding-right: 0;
}

.odish-footer-trust-item + .odish-footer-trust-item {
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.odish-footer-trust-item i {
    color: #ff2430;
    font-size: 24px;
    flex: 0 0 auto;
}

.odish-footer-title {
    position: relative;
    margin: 18px 0 46px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}

.odish-footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #ff2430;
}

.odish-footer-list {
    display: grid;
    gap: 23px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.odish-footer-list a {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, .66);
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.odish-footer-list a i {
    color: #ff2430;
    font-size: 12px;
    transition: transform .2s ease;
}

.odish-footer-list a:hover,
.odish-footer-list a:focus-visible {
    color: #ffffff;
    transform: translateX(4px);
}

.odish-footer-list a:hover i,
.odish-footer-list a:focus-visible i {
    transform: translateX(3px);
}

.odish-footer-newsletter-text {
    max-width: 430px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .65);
    font-size: 17px;
    line-height: 1.75;
}

.odish-footer-newsletter #newsletterForm {
    width: 100%;
}

.odish-footer-newsletter .newsletter-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 82px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .075);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .06),
        0 16px 34px rgba(0, 0, 0, .18);
}

.odish-footer-newsletter .newsletter-form input {
    flex: 1 1 auto;
    min-width: 0;
    height: 82px;
    border: 0;
    outline: 0;
    padding: 0 28px;
    color: #ffffff;
    background: transparent;
    font-size: 17px;
}

.odish-footer-newsletter .newsletter-form input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.odish-footer-newsletter .newsletter-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 0;
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff2430, #d80a15);
    box-shadow: 0 16px 34px rgba(229, 9, 20, .32);
    transition: transform .2s ease, filter .2s ease;
    flex: 0 0 auto;
}

.odish-footer-newsletter .newsletter-form button:hover,
.odish-footer-newsletter .newsletter-form button:focus-visible {
    filter: brightness(1.08);
    transform: scale(1.04);
}

.odish-footer-privacy {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .47);
    font-size: 14px;
}

.odish-footer-privacy i {
    color: rgba(255, 255, 255, .52);
}

.odish-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    margin: 0 clamp(28px, 6vw, 86px);
    padding: 34px 0 38px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.odish-footer-copyright {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 16px;
}

.odish-footer-copyright span {
    color: #ff2430;
}

.odish-footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.odish-footer-socials .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .07);
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.odish-footer-socials .social-link:hover,
.odish-footer-socials .social-link:focus-visible {
    color: #ffffff;
    border-color: rgba(229, 9, 20, .78);
    background: #e50914;
    transform: scale(1.1);
}

.odish-footer-card a:focus-visible,
.odish-footer-card button:focus-visible,
.odish-footer-card input:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .85);
    outline-offset: 4px;
}

@media (max-width: 1199.98px) {
    .odish-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .odish-footer-bottom {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #layout-footer {
        padding: 52px 12px 92px;
    }

    .odish-footer-card {
        border-radius: 28px;
    }

    .odish-footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 38px 22px 36px;
    }

    .odish-footer-brand {
        align-items: flex-start;
        gap: 16px;
    }

    .odish-footer-logo-frame {
        width: 68px;
        height: 68px;
        border-radius: 16px;
    }

    .odish-footer-logo {
        width: 118px;
        height: 78px;
    }

    .odish-footer-wordmark {
        font-size: clamp(31px, 10vw, 42px);
        padding-top: 13px;
    }

    .odish-footer-text {
        font-size: 16px;
        margin-top: 24px;
    }

    .odish-footer-trust {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
        padding: 18px;
    }

    .odish-footer-trust-item {
        padding: 0;
    }

    .odish-footer-trust-item + .odish-footer-trust-item {
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, .13);
        border-left: 0;
    }

    .odish-footer-title {
        margin-bottom: 34px;
    }

    .odish-footer-list {
        gap: 17px;
    }

    .odish-footer-list a {
        font-size: 16px;
    }

    .odish-footer-newsletter .newsletter-form {
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: 68px;
        border-radius: 22px;
    }

    .odish-footer-newsletter .newsletter-form input {
        height: 68px;
        padding: 0 18px;
        font-size: 16px;
    }

    .odish-footer-newsletter .newsletter-form button {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .odish-footer-bottom {
        margin: 0 22px;
        padding: 28px 0 34px;
    }

    .odish-footer-socials {
        flex-wrap: wrap;
        gap: 12px;
    }

    .odish-footer-copyright {
        font-size: 14px;
    }

    .odish-footer-glow {
        width: 220px;
        height: 220px;
    }

    .odish-footer-glow-left {
        left: -80px;
    }

    .odish-footer-glow-right {
        right: -70px;
    }

    .odish-footer-lines {
        right: -120px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .odish-footer-card *,
    .odish-footer-card *::before,
    .odish-footer-card *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}
