/*
|--------------------------------------------------------------------------
| LUTHERBET - SITE COMPONENTS
|--------------------------------------------------------------------------
| Ortak gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶rsel bileÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸enler.
| Backend / API / route davranÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â± iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ermez.
|--------------------------------------------------------------------------
*/


/* =========================================================
   FOOTER TOP BAR
========================================================= */

body.site-shell-v2 .footer-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 24px;

    padding-bottom: 20px;

    border-bottom:
        1px solid rgba(var(--primary-rgb), .09);
}


body.site-shell-v2 .footer-brand-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10px;

    width: 100%;

    padding: 22px 0 8px;

    text-align: center;
}


body.site-shell-v2 .footer-brand-block .logo,
body.site-shell-v2 .footer-brand-block .footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 0;
    max-width: 260px;

    margin: 0 auto;

    color: inherit;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0;

    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
}

body.site-shell-v2 .footer-brand-block .logo span,
body.site-shell-v2 .footer-logo-placeholder {
    display: block;
    width: 120px;
    height: 40px;
    background: transparent;
}

body.site-shell-v2 .footer-logo-image {
    display: block;
    height: 56px;
    max-height: 56px;
    width: auto;
    max-width: min(70vw, 260px);
    min-width: 0;
    object-fit: contain;
    object-position: center;
    background: none !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}


body.site-shell-v2 .footer-copyright {
    color: var(--text-dim);

    font-size: .68rem;
    font-weight: 500;

    text-align: center;
    white-space: normal;
}



/* =========================================================
   SOCIAL BUTTONS
========================================================= */

body.site-shell-v2 .footer-social {
    display: flex;
    align-items: center;

    gap: 7px;

    padding: 0;
    margin: 0;

    border: 0;
}


body.site-shell-v2 .footer-social a {
    width: 33px;
    height: 33px;

    display: grid;
    place-items: center;

    border:
        1px solid var(--border-subtle);

    border-radius: 8px;

    color: var(--text-muted);

    background:
        var(--glass-bg-subtle);

    font-size: .95rem;

    transition:
        color .18s ease,
        background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}


body.site-shell-v2 .footer-social a:hover {
    color: var(--shell-gold-light);

    border-color:
        rgba(var(--primary-rgb),.25);

    background:
        rgba(var(--primary-rgb),.07);

    transform: translateY(-2px);
}



/* =========================================================
   RESPONSIBLE GAMING BAR
========================================================= */

body.site-shell-v2 .footer-responsible-bar {
    display: grid;

    grid-template-columns:
        auto
        minmax(220px, 1fr)
        auto;

    align-items: center;

    gap: 16px;

    padding: 20px 0;

    border-bottom:
        1px solid rgba(var(--primary-rgb),.09);
}


body.site-shell-v2 .footer-responsible-bar .footer-age-badge {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    margin: 0;

    border:
        1px solid rgba(var(--primary-rgb),.3);

    border-radius: 50%;

    color: var(--shell-gold-light);

    background:
        rgba(var(--primary-rgb),.07);

    font-size: .72rem;
    font-weight: 900;
}


body.site-shell-v2 .footer-responsible-bar p {
    margin: 0;

    color: var(--text-dim);

    font-size: .7rem;
    line-height: 1.6;
}


body.site-shell-v2 .footer-responsible-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 18px;

    flex-wrap: wrap;
}


body.site-shell-v2 .footer-responsible-links a {
    position: relative;

    color: var(--text-muted);

    font-size: .65rem;
    font-weight: 600;

    transition: color .18s ease;
}


body.site-shell-v2 .footer-responsible-links a:hover {
    color: var(--shell-gold-light);
}


body.site-shell-v2
.footer-responsible-links a:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 50%;
    right: -9px;

    width: 1px;
    height: 9px;

    background:
        var(--border);

    transform: translateY(-50%);
}



/* =========================================================
   FOOTER COLUMNS
========================================================= */

body.site-shell-v2 .footer-columns-reference {
    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    gap: 24px;

    margin: 0;

    padding: 28px 0;

    border-bottom:
        1px solid rgba(var(--primary-rgb),.09);
}


body.site-shell-v2
.footer-columns-reference .footer-col {
    min-width: 0;
}


body.site-shell-v2
.footer-columns-reference .footer-col h5 {
    margin: 0 0 14px;

    color: var(--primary);

    font-size: .62rem;
    font-weight: 800;

    letter-spacing: .8px;

    text-transform: uppercase;
}


body.site-shell-v2
.footer-columns-reference .footer-col a {
    display: block;

    width: fit-content;

    margin-bottom: 9px;

    color: var(--text-dim);

    font-size: .67rem;
    line-height: 1.35;

    transition:
        color .18s ease,
        transform .18s ease;
}


body.site-shell-v2
.footer-columns-reference .footer-col a:hover {
    color: var(--primary-light);

    transform: translateX(2px);
}



/* =========================================================
   COMMON FOOTER PANEL
========================================================= */

body.site-shell-v2 .footer-license-marks,
body.site-shell-v2 .footer-provider-panel,
body.site-shell-v2 .footer-payment-panel,
body.site-shell-v2 .footer-license-panel {
    border-bottom:
        1px solid rgba(var(--primary-rgb),.09);
}


body.site-shell-v2 .footer-provider-panel,
body.site-shell-v2 .footer-payment-panel {
    padding: 22px 0;
}


body.site-shell-v2 .footer-panel-title {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 15px;

    color: var(--primary-dark);

    font-size: .59rem;
    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


body.site-shell-v2 .footer-panel-title i {
    color: var(--shell-gold);

    font-size: .9rem;
}



/* =========================================================
   LICENSE MARKS
========================================================= */

body.site-shell-v2 .footer-license-marks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 28px;
    padding: 18px 0 8px;
}

body.site-shell-v2 .footer-license-marks:has(+ .footer-provider-panel) {
    border-bottom: 0;
    padding-bottom: 4px;
}

body.site-shell-v2 .footer-license-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

body.site-shell-v2 .footer-license-mark img {
    display: block;
    width: auto;
    height: 52px;
    max-width: 140px;
    object-fit: contain;
    object-position: center;
    background: transparent;
    border: 0;
}

body.site-shell-v2 .footer-license-marks + .footer-provider-panel {
    padding-top: 10px;
}


/* =========================================================
   PROVIDERS
========================================================= */

body.site-shell-v2 .footer-provider-marquee {
    overflow: hidden;

    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 3%,
        #000 97%,
        transparent
    );
}


body.site-shell-v2 .footer-provider-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    width: max-content;

    gap: 8px;

    animation: footer-provider-scroll 18s linear infinite !important;
    animation-play-state: running !important;
}


body.site-shell-v2 .footer-provider-marquee:hover
.footer-provider-track {
    animation-play-state: paused;
}


body.site-shell-v2 .footer-provider-item {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    height: 43px;

    padding: 0 12px;

    border:
        1px solid var(--glass-bg-medium);

    border-radius: 7px;

    color: var(--text-muted);

    background:
        linear-gradient(
            180deg,
            var(--glass-bg-subtle),
            var(--glass-bg-subtle)
        );

    font-size: .55rem;
    font-weight: 800;

    letter-spacing: .3px;

    text-align: center;
    white-space: nowrap;

    transition:
        color .18s ease,
        border-color .18s ease,
        background .18s ease;
}


body.site-shell-v2 .footer-provider-logo {
    width: auto;
    height: 22px;
    max-width: 86px;

    flex: 0 0 auto;

    object-fit: contain;

    display: block;
}


body.site-shell-v2 .footer-provider-name {
    min-width: 0;
}


body.site-shell-v2 .footer-provider-item:hover {
    color: var(--primary-light);

    border-color:
        rgba(var(--primary-rgb),.18);

    background:
        rgba(var(--primary-rgb),.035);
}


@keyframes footer-provider-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 4px));
    }
}


@media (prefers-reduced-motion: reduce) {
    body.site-shell-v2 .footer-provider-track {
        animation: footer-provider-scroll 18s linear infinite !important;
        animation-play-state: running !important;
    }
}



/* =========================================================
   PAYMENT METHODS
========================================================= */

body.site-shell-v2
.footer-payment-panel .footer-pay-row {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 9px;

    max-width: none;

    margin: 0;
}

@media (min-width: 1100px) {
    body.site-shell-v2
    .footer-payment-panel .footer-pay-row {
        grid-template-columns:
            repeat(6, minmax(0, 1fr));
    }
}


body.site-shell-v2
.footer-payment-panel .footer-pay-item {
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px 12px;

    border:
        1px solid var(--glass-bg-medium);

    border-radius: 7px;

    background:
        var(--glass-bg-subtle);

    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}


body.site-shell-v2
.footer-payment-panel .footer-pay-item:hover {
    transform: translateY(-2px);

    border-color:
        rgba(var(--primary-rgb),.17);

    background:
        rgba(var(--primary-rgb),.035);
}


body.site-shell-v2
.footer-payment-panel .footer-pay-item img {
    display: block;

    width: auto;
    height: auto;

    max-width: 125px;
    max-height: 38px;

    object-fit: contain;

    background: transparent !important;

    opacity: 1;

    filter: none;

    transition:
        opacity .18s ease,
        filter .18s ease;
}


body.site-shell-v2
.footer-payment-panel .footer-pay-item:hover img {
    opacity: 1;

    filter:
        saturate(1)
        brightness(1);
}



/* =========================================================
   LICENSE AREA
========================================================= */

body.site-shell-v2 .footer-license-panel {
    display: flex;
    align-items: center;

    gap: 16px;

    padding: 22px 0;
}


body.site-shell-v2 .footer-license-badge {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(var(--primary-rgb),.25);

    border-radius: 50%;

    color: var(--primary-light);

    background:
        radial-gradient(
            circle,
            rgba(var(--primary-rgb),.08),
            transparent
        );
}


body.site-shell-v2 .footer-license-badge strong {
    font-size: .75rem;
    font-weight: 900;
}


body.site-shell-v2 .footer-license-copy {
    min-width: 0;
}


body.site-shell-v2 .footer-license-title {
    display: flex;
    align-items: center;

    gap: 6px;

    margin-bottom: 5px;

    color: var(--primary);

    font-size: .61rem;
    font-weight: 800;

    letter-spacing: .55px;

    text-transform: uppercase;
}


body.site-shell-v2 .footer-license-title i {
    font-size: .9rem;
}


body.site-shell-v2 .footer-license-copy p {
    max-width: 760px;

    margin: 0;

    color: var(--text-dim);

    font-size: .61rem;
    line-height: 1.65;
}



/* =========================================================
   FOOTER BOTTOM
========================================================= */

body.site-shell-v2 .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-top: 18px;

    border: 0;

    color: var(--text-dim);

    text-align: left;
}


body.site-shell-v2 .footer-legal-text,
body.site-shell-v2 .footer-responsible-text {
    color: var(--text-dim);

    font-size: .58rem;
    line-height: 1.5;
}



/* =========================================================
   SMALL GOLD UTILITY COMPONENTS
========================================================= */

body.site-shell-v2 .shell-gold-text {
    color: var(--shell-gold-light);
}


body.site-shell-v2 .shell-gold-border {
    border-color:
        rgba(var(--primary-rgb),.22) !important;
}


body.site-shell-v2 .shell-panel {
    border:
        1px solid var(--glass-bg-medium);

    border-radius:
        var(--shell-radius);

    background:
        var(--glass-bg-subtle);
}



/* =========================================================
   DESKTOP / TABLET
========================================================= */

@media (max-width: 1180px) {

    body.site-shell-v2
    .footer-columns-reference {
        grid-template-columns:
            repeat(3, minmax(0,1fr));

        row-gap: 30px;
    }


    body.site-shell-v2
    .footer-payment-panel .footer-pay-row {
        grid-template-columns:
            repeat(3, minmax(0,1fr));
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 780px) {

    body.site-shell-v2 .footer-topbar {
        align-items: center;
        justify-content: center;

        gap: 15px;
    }


    body.site-shell-v2 .footer-brand-block {
        padding: 18px 0 6px;
    }


    body.site-shell-v2 .footer-copyright {
        font-size: .58rem;
    }


    body.site-shell-v2 .footer-social {
        width: 100%;
    }


    body.site-shell-v2 .footer-social a {
        width: 36px;
        height: 36px;
    }


    body.site-shell-v2
    .footer-responsible-bar {
        grid-template-columns:
            auto
            1fr;

        gap: 12px;
    }


    body.site-shell-v2
    .footer-responsible-links {
        grid-column: 1 / -1;

        justify-content: flex-start;

        gap: 12px 18px;

        padding-top: 4px;
    }


    body.site-shell-v2
    .footer-columns-reference {
        display: block;

        padding: 18px 0;
    }


    /*
     * site-shell.js mobilde footer h5'lerini
     * accordion olarak yÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶netiyor.
     */
    body.site-shell-v2
    .footer-columns-reference .footer-col {
        border-top:
            1px solid rgba(var(--primary-rgb),.08);
    }


    body.site-shell-v2
    .footer-columns-reference
    .footer-col:first-child {
        border-top: 0;
    }


    body.site-shell-v2
    .footer-columns-reference
    .footer-col h5 {
        position: relative;

        margin: 0;

        padding:
            14px
            28px
            14px
            0;

        cursor: pointer;
    }


    body.site-shell-v2
    .footer-columns-reference
    .footer-col h5::after {
        content: "+";

        position: absolute;

        top: 50%;
        right: 2px;

        color: var(--primary-dark);

        font-size: 1rem;

        transform:
            translateY(-50%);
    }


    body.site-shell-v2
    .footer-columns-reference
    .footer-col a {
        display: none;

        width: 100%;

        margin: 0;

        padding:
            0
            0
            11px;
    }


    body.site-shell-v2
    .footer-columns-reference
    .footer-col.footer-col-open
    h5::after {
        content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€Â¢";
    }


    body.site-shell-v2
    .footer-columns-reference
    .footer-col.footer-col-open
    a {
        display: block;
    }


    body.site-shell-v2
    .footer-payment-panel .footer-pay-row {
        grid-template-columns:
            repeat(3, minmax(0,1fr));

        gap: 7px;
    }


    body.site-shell-v2
    .footer-payment-panel .footer-pay-item {
        height: 52px;
        padding: 6px 6px;
    }


    body.site-shell-v2
    .footer-provider-item {
        flex: 0 0 auto;

        height: 40px;

        padding: 0 10px;

        gap: 6px;
    }

    body.site-shell-v2
    .footer-provider-logo {
        height: 18px;
        max-width: 72px;
    }

    body.site-shell-v2
    .footer-provider-track {
        animation-duration: 16s !important;
    }


    body.site-shell-v2
    .footer-license-marks {
        gap: 12px 18px;
        padding: 14px 0 6px;
    }

    body.site-shell-v2
    .footer-license-mark {
        height: 44px;
    }

    body.site-shell-v2
    .footer-license-mark img {
        height: 44px;
        max-width: 110px;
    }

    body.site-shell-v2
    .footer-license-panel {
        align-items: flex-start;
    }


    body.site-shell-v2 .footer-bottom {
        align-items: flex-start;

        flex-direction: column;

        gap: 7px;
    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    body.site-shell-v2 .footer-brand-block .footer-logo {
        max-width: 220px;
    }

    body.site-shell-v2 .footer-logo-image {
        height: 48px;
        max-height: 48px;
        max-width: min(70vw, 220px);
    }


    body.site-shell-v2
    .footer-responsible-bar {
        grid-template-columns:
            38px
            1fr;
    }


    body.site-shell-v2
    .footer-responsible-links {
        gap: 10px 14px;
    }


    body.site-shell-v2
    .footer-payment-panel .footer-pay-item img {
        max-width: 100%;
        max-height: 30px;
    }

}