:root {
    --fkl-black: #050505;
    --fkl-panel: #10100f;
    --fkl-gold: #d8aa48;
    --fkl-gold-light: #ffe7a2;
    --fkl-ivory: #fff7df;
    --fkl-muted: #a9a08c;
    --fkl-line: rgba(224, 183, 91, .24);
    --fkl-serif: Georgia, "Times New Roman", serif;
    --fkl-sans: Arial, Helvetica, sans-serif;
    --fkl-container: 1280px;
}

body.fkl-template {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--fkl-ivory);
    background: var(--fkl-black);
    font-family: var(--fkl-sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.fkl-page,
.fkl-page *,
.fkl-page *::before,
.fkl-page *::after {
    box-sizing: border-box;
}

.fkl-page {
    min-height: 100vh;
    color: var(--fkl-ivory);
    background:
        radial-gradient(circle at 16% 28%, rgba(189, 132, 29, .06), transparent 30%),
        var(--fkl-black);
    font-family: var(--fkl-sans);
    line-height: 1.65;
}

.fkl-page img {
    max-width: 100%;
    height: auto;
}

.fkl-page a {
    color: inherit;
}

.fkl-container {
    width: min(var(--fkl-container), calc(100% - 64px));
    margin-inline: auto;
}

.fkl-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 11px 17px;
    color: #140d02 !important;
    background: var(--fkl-gold-light);
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-150%);
}

.fkl-skip-link:focus {
    transform: translateY(0);
}

.fkl-header {
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid rgba(224, 183, 91, .16);
    background: rgba(4, 4, 4, .97);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
}

.fkl-utility {
    border-bottom: 1px solid rgba(224, 183, 91, .12);
    color: rgba(255, 239, 198, .58);
    background: #020202;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.fkl-utility .fkl-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 30px;
}

.fkl-header__main {
    position: relative;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    min-height: 86px;
}

.fkl-header__main::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: min(620px, 70vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(236, 196, 104, .62), transparent);
}

.fkl-brand {
    display: inline-flex;
    align-items: center;
    width: 78px;
    height: 78px;
    text-decoration: none;
}

.fkl-brand img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .48));
}

.fkl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(17px, 2.25vw, 34px);
}

.fkl-nav a,
.fkl-login {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    color: rgba(255, 247, 224, .76);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .105em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s ease;
}

.fkl-nav a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 4px;
    left: 50%;
    height: 1px;
    background: var(--fkl-gold-light);
    transition: right .2s ease, left .2s ease;
}

.fkl-nav a:hover,
.fkl-nav a:focus-visible,
.fkl-login:hover,
.fkl-login:focus-visible {
    color: var(--fkl-gold-light);
}

.fkl-nav a:hover::after,
.fkl-nav a:focus-visible::after {
    right: 0;
    left: 0;
}

.fkl-account-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.fkl-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 42px;
    padding: 8px 18px;
    border: 1px solid #e9c775;
    border-radius: 999px;
    color: #160d01 !important;
    background: linear-gradient(180deg, #ffe9a6, #d6a541 55%, #8f5a13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 8px 22px rgba(0, 0, 0, .35);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: filter .2s ease, transform .2s ease;
}

.fkl-header-cta:hover,
.fkl-header-cta:focus-visible {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.fkl-hero {
    position: relative;
    isolation: isolate;
    min-height: 690px;
    overflow: hidden;
    border-bottom: 1px solid var(--fkl-line);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .30), rgba(0, 0, 0, .68)),
        #050505 url("../images/fortuna-kazino-hero.webp") center / cover no-repeat;
}

.fkl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 29% 46%, rgba(222, 174, 71, .15), transparent 24%),
        linear-gradient(180deg, rgba(0, 0, 0, .15), transparent 48%, rgba(0, 0, 0, .88));
}

.fkl-hero__frame {
    position: absolute;
    inset: 17px;
    z-index: 3;
    border: 1px solid rgba(229, 190, 102, .25);
    pointer-events: none;
}

.fkl-hero__inner {
    display: grid;
    grid-template-columns: minmax(370px, .8fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(45px, 7vw, 100px);
    min-height: 690px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.fkl-hero__emblem {
    position: relative;
    display: grid;
    place-items: center;
    width: min(39vw, 480px);
    aspect-ratio: 1;
}

.fkl-hero__emblem::before,
.fkl-hero__emblem::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.fkl-hero__emblem::before {
    inset: -3%;
    border: 1px solid rgba(239, 202, 119, .24);
    box-shadow: 0 0 0 22px rgba(239, 202, 119, .025), 0 35px 90px rgba(0, 0, 0, .66);
}

.fkl-hero__emblem::after {
    inset: 5%;
    z-index: -1;
    background: rgba(0, 0, 0, .68);
    box-shadow: 0 0 70px 30px rgba(0, 0, 0, .50);
}

.fkl-hero__emblem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .70));
}

.fkl-hero__content {
    max-width: 680px;
}

.fkl-subtitle {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 19px;
    color: #f0d28b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.fkl-subtitle::before {
    content: "";
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, #8e5710, #ffe397);
}

.fkl-hero__content h1 {
    max-width: 720px;
    margin: 0;
    color: #fff8e5;
    font-family: var(--fkl-serif);
    font-size: clamp(52px, 6vw, 86px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.01;
    text-shadow: 0 8px 34px rgba(0, 0, 0, .86);
}

.fkl-hero__content > p:not(.fkl-subtitle) {
    max-width: 590px;
    margin: 24px 0 31px;
    color: rgba(255, 246, 220, .72);
    font-size: 17px;
}

.fkl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 220px;
    min-height: 58px;
    padding: 14px 28px;
    border: 1px solid #ffe7a5;
    border-radius: 999px;
    color: #170e01 !important;
    background: linear-gradient(180deg, #ffefb6 0%, #d9a843 51%, #8c5711 100%);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .60), 0 18px 38px rgba(0, 0, 0, .38), 0 0 28px rgba(218, 170, 70, .10);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
    transition: filter .22s ease, transform .22s ease;
}

.fkl-button:hover,
.fkl-button:focus-visible {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.fkl-categories {
    position: relative;
    padding: clamp(85px, 9vw, 135px) 0 clamp(100px, 10vw, 150px);
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0, rgba(204, 150, 39, .10), transparent 30%),
        linear-gradient(180deg, #0a0a09, #040404);
}

.fkl-categories::before {
    content: "";
    position: absolute;
    top: 70px;
    left: -180px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(226, 184, 91, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(226, 184, 91, .018), 0 0 0 110px rgba(226, 184, 91, .012);
    pointer-events: none;
}

.fkl-section-heading {
    position: relative;
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.fkl-section-heading > p {
    margin: 0 0 10px;
    color: #d8b15d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.fkl-section-heading h2 {
    margin: 0;
    color: #fff7e1;
    font-family: var(--fkl-serif);
    font-size: clamp(43px, 5vw, 67px);
    font-weight: 400;
    line-height: 1.08;
}

.fkl-section-heading > span {
    display: block;
    margin-top: 15px;
    color: #938b7a;
    font-size: 13px;
}

.fkl-category-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.fkl-category-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(225, 184, 94, .27);
    border-radius: 3px;
    color: inherit;
    background: linear-gradient(145deg, #171611, #080808);
    box-shadow: 0 24px 58px rgba(0, 0, 0, .32);
    text-decoration: none;
    transition: border-color .23s ease, box-shadow .23s ease, transform .23s ease;
}

.fkl-category-card::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(240, 205, 126, .08);
    pointer-events: none;
}

.fkl-category-card:hover,
.fkl-category-card:focus-visible {
    border-color: rgba(255, 224, 150, .66);
    box-shadow: 0 34px 82px rgba(0, 0, 0, .48), 0 0 38px rgba(211, 160, 52, .08);
    transform: translateY(-6px);
}

.fkl-category-card:focus-visible,
.fkl-button:focus-visible,
.fkl-header-cta:focus-visible,
.fkl-nav a:focus-visible,
.fkl-login:focus-visible {
    outline: 2px solid var(--fkl-gold-light);
    outline-offset: 3px;
}

.fkl-category-card__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0b0b0b;
}

.fkl-category-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .70));
}

.fkl-category-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.92) contrast(1.04);
    transition: filter .3s ease, transform .4s ease;
}

.fkl-category-card:hover .fkl-category-card__image img,
.fkl-category-card:focus-visible .fkl-category-card__image img {
    filter: saturate(1.05) contrast(1.07) brightness(1.06);
    transform: scale(1.035);
}

.fkl-category-card__body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    min-height: 112px;
    padding: 23px 26px;
}

.fkl-category-card__number {
    align-self: start;
    color: rgba(240, 207, 132, .47);
    font-family: var(--fkl-serif);
    font-size: 12px;
    letter-spacing: .10em;
}

.fkl-category-card__copy {
    display: grid;
    min-width: 0;
}

.fkl-category-card__copy strong {
    overflow: hidden;
    color: #fff5d9;
    font-family: var(--fkl-serif);
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 400;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fkl-category-card__copy small {
    margin-top: 7px;
    overflow: hidden;
    color: #8f8878;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.fkl-category-card__arrow {
    color: #e5bf6a;
    font-size: 23px;
    transition: transform .2s ease;
}

.fkl-category-card:hover .fkl-category-card__arrow,
.fkl-category-card:focus-visible .fkl-category-card__arrow {
    transform: translateX(5px);
}

.fkl-members {
    position: relative;
    border-top: 1px solid var(--fkl-line);
    border-bottom: 1px solid var(--fkl-line);
    background:
        radial-gradient(circle at 12% 50%, rgba(211, 157, 43, .15), transparent 27%),
        linear-gradient(90deg, #12110e, #050505);
}

.fkl-members__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    min-height: 230px;
    padding-top: 46px;
    padding-bottom: 46px;
}

.fkl-members__inner > div > p {
    margin: 0 0 7px;
    color: #d4ad58;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.fkl-members h2 {
    max-width: 750px;
    margin: 0;
    color: #fff4d9;
    font-family: var(--fkl-serif);
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 400;
    line-height: 1.12;
}

.fkl-members .fkl-button {
    flex: 0 0 auto;
    min-width: 200px;
}

.fkl-footer {
    padding: 52px 0 27px;
    color: #877f70;
    background: #020202;
    font-size: 11px;
}

.fkl-footer__inner {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto;
    align-items: center;
    gap: 45px;
}

.fkl-footer__brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.fkl-footer__brand img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.fkl-footer__brand div {
    display: grid;
}

.fkl-footer__brand strong {
    color: #f3d688;
    font-family: var(--fkl-serif);
    font-size: 17px;
    font-weight: 400;
}

.fkl-footer__brand span {
    font-size: 7px;
    letter-spacing: .21em;
}

.fkl-footer p {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1120px) {
    .fkl-header__main {
        grid-template-columns: 78px 1fr auto;
        gap: 18px;
    }

    .fkl-nav {
        gap: 16px;
    }

    .fkl-nav a,
    .fkl-login {
        font-size: 9px;
    }

    .fkl-login {
        display: none;
    }
}

@media (max-width: 980px) {
    .fkl-header__main {
        grid-template-columns: 78px 1fr;
        min-height: 82px;
    }

    .fkl-nav {
        justify-content: flex-end;
    }

    .fkl-account-links {
        grid-column: 1 / -1;
        justify-content: center;
        padding: 0 0 14px;
    }

    .fkl-login {
        display: inline-flex;
    }

    .fkl-hero__inner {
        grid-template-columns: 1fr;
        gap: 5px;
        padding-top: 46px;
        padding-bottom: 70px;
        text-align: center;
    }

    .fkl-hero__emblem {
        justify-self: center;
        width: min(58vw, 385px);
    }

    .fkl-hero__content {
        margin: 0 auto;
    }

    .fkl-subtitle {
        justify-content: center;
    }

    .fkl-subtitle::after {
        content: "";
        width: 54px;
        height: 1px;
        background: linear-gradient(90deg, #ffe397, #8e5710);
    }

    .fkl-hero__content > p:not(.fkl-subtitle) {
        margin-right: auto;
        margin-left: auto;
    }

    .fkl-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fkl-footer__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 760px) {
    .fkl-container {
        width: min(100% - 32px, var(--fkl-container));
    }

    .fkl-utility {
        display: none;
    }

    .fkl-header__main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 6px 18px;
        padding-top: 4px;
        padding-bottom: 11px;
    }

    .fkl-brand,
    .fkl-brand img {
        width: 64px;
        height: 64px;
    }

    .fkl-account-links {
        display: flex;
        padding: 0;
    }

    .fkl-login {
        display: none;
    }

    .fkl-nav {
        order: 3;
        flex-basis: 100%;
        justify-content: flex-start;
        gap: 23px;
        overflow-x: auto;
        padding: 4px 1px 0;
        scrollbar-width: thin;
    }

    .fkl-nav a {
        min-height: 32px;
    }
}

@media (max-width: 680px) {
    .fkl-hero,
    .fkl-hero__inner {
        min-height: 740px;
    }

    .fkl-hero__frame {
        inset: 7px;
    }

    .fkl-hero__inner {
        padding-top: 30px;
        padding-bottom: 48px;
    }

    .fkl-hero__emblem {
        width: min(76vw, 330px);
    }

    .fkl-subtitle {
        gap: 9px;
        font-size: 10px;
        letter-spacing: .23em;
    }

    .fkl-subtitle::before,
    .fkl-subtitle::after {
        width: 25px;
    }

    .fkl-hero__content h1 {
        font-size: clamp(40px, 12vw, 57px);
    }

    .fkl-hero__content > p:not(.fkl-subtitle) {
        margin: 17px auto 24px;
        font-size: 14px;
    }

    .fkl-hero__content .fkl-button,
    .fkl-members .fkl-button {
        width: 100%;
    }

    .fkl-categories {
        padding: 80px 0 95px;
    }

    .fkl-section-heading {
        margin-bottom: 38px;
    }

    .fkl-section-heading > span {
        font-size: 12px;
    }

    .fkl-category-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fkl-category-card__body {
        min-height: 95px;
        padding: 18px 20px;
    }

    .fkl-category-card__copy strong {
        font-size: 27px;
    }

    .fkl-members__inner {
        display: grid;
        justify-items: center;
        min-height: 0;
        padding-top: 65px;
        padding-bottom: 65px;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .fkl-header-cta {
        min-width: 98px;
        padding-inline: 13px;
        font-size: 8px;
    }

    .fkl-category-card__body {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .fkl-category-card__arrow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fkl-page *,
    .fkl-page *::before,
    .fkl-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

