.casino-legacy-footer {
    display: none !important;
}

.casino-site-footer {
    clear: both;
    width: 100%;
    margin-top: 54px;
    border-top: 3px solid #f0a20a;
    background:
        radial-gradient(circle at 12% 0, rgba(240, 162, 10, .09), transparent 28%),
        linear-gradient(180deg, #202020 0%, #151515 100%);
    color: #aaa;
    font-family: "Noto Sans KR", "Pretendard", "Malgun Gothic", sans-serif;
    box-sizing: border-box;
}

.casino-footer-inner {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 24px;
    box-sizing: border-box;
}

.casino-footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.55fr) repeat(3, minmax(150px, .8fr));
    gap: 48px;
}

.casino-footer-logo {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    margin-bottom: 16px;
}

.casino-footer-logo img {
    display: block;
    width: 245px;
    max-width: 100%;
    height: auto;
}

.casino-footer-brand p {
    max-width: 390px;
    margin: 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.casino-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.casino-footer-column h2 {
    margin: 0 0 9px;
    color: #f6b313;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.casino-footer-column a {
    color: #b9b9b9 !important;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none !important;
    transition: color .15s ease, transform .15s ease;
}

.casino-footer-column a:hover,
.casino-footer-column a:focus {
    color: #ffc02a !important;
    transform: translateX(2px);
}

.casino-footer-bottom {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid #383838;
    text-align: center;
}

.casino-footer-bottom p {
    margin: 0 0 7px;
    color: #929292;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .casino-footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 32px 24px;
    }

    .casino-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .casino-site-footer {
        margin-top: 34px;
    }

    .casino-footer-inner {
        width: calc(100% - 32px);
        padding: 34px 0 20px;
    }

    .casino-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 18px;
    }

    .casino-footer-brand {
        grid-column: 1 / -1;
    }

    .casino-footer-logo img {
        width: 205px;
    }

    .casino-footer-brand p,
    .casino-footer-column a {
        font-size: 13px;
    }

    .casino-footer-column h2 {
        font-size: 15px;
    }

    .casino-footer-bottom {
        margin-top: 28px;
        padding-top: 20px;
    }

    .casino-footer-bottom p {
        font-size: 12px;
    }
}
