:root {
    --ink: #171313;
    --paper: #f6f1e8;
    --cream: #efe6d6;
    --burgundy: #7c1724;
    --red: #ae2432;
    --green: #173f31;
    --gold: #b58a45;
    --gold2: #d3b16a;
    --white: #fffdf8;
    --line: #d9cdbb;
    --muted: #675f56;
    --shadow: 0 20px 50px rgba(39, 24, 16, .13)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    width: 100%
}

button,
input,
textarea {
    font: inherit
}

.container {
    width: min(1180px, calc(100% - 38px));
    margin: auto
}

h1,
h2,
h3 {
    font-family: Georgia, 'Times New Roman', serif
}

h1 {
    font-size: 48px;
    line-height: 1.06;
    margin: 0 0 18px;
    letter-spacing: -.025em
}

h2 {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 16px
}

h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 9px
}

p {
    font-size: 16px;
    color: var(--muted);
    margin: 0 0 16px
}

.topline {
    background: #20191a;
    color: #f5ead8;
    font-size: 12px;
    text-align: center;
    padding: 7px 12px;
    letter-spacing: .04em
}

.site-header {
    background: rgba(255, 253, 248, .97);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 50
}

.nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.brand {
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 11px
}
.brand img {
    width:190px;
    height: auto;
}
.brand-seal {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--burgundy);
    border: 4px double var(--gold2);
    display: grid;
    place-items: center;
    color: white;
    font: 700 18px Georgia
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 14px;
    font-weight: 700
}

.nav-links a:hover {
    color: var(--burgundy)
}

.menu {
    display: none;
    border: 1px solid var(--line);
    background: white;
    padding: 9px 13px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-weight: 800;
    cursor: pointer;
    transition: .18s
}

.btn-primary {
    background: var(--burgundy);
    color: white
}

.btn-primary:hover {
    background: #64111c;
    transform: translateY(-1px)
}

.btn-outline {
    border-color: var(--burgundy);
    color: var(--burgundy);
    background: transparent
}

.btn-gold {
    background: var(--gold);
    color: #17110a
}

.kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--burgundy);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
    display: block
}

.hero {
    padding: 72px 0;
    background: linear-gradient(90deg, #f7f1e7 0 52%, #1b1315 52%)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 54px
}

.hero-copy {
    padding-right: 20px
}

.hero-copy p {
    font-size: 18px;
    max-width: 600px
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 28px 0
}

.assurance {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--muted)
}

.assurance b {
    color: var(--ink)
}

.hero-image {
    position: relative
}

.hero-image img {
    border-radius: 6px;
    box-shadow: var(--shadow)
}

.hero-badge {
    position: absolute;
    bottom: 22px;
    left: 22px;
    background: rgba(255, 253, 248, .95);
    padding: 16px 18px;
    border-left: 5px solid var(--burgundy);
    box-shadow: var(--shadow);
    max-width: 300px
}

.hero-badge strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 19px
}

.section {
    padding: 76px 0
}

.section-dark {
    background: #20191a;
    color: white
}

.section-dark p {
    color: #cfc3b7
}

.section-cream {
    background: var(--cream)
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px
}

.section-head p {
    max-width: 560px
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.game-card {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(39, 24, 16, .07);
    transition: .2s
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.game-art {
    aspect-ratio: 12/7;
    overflow: hidden;
    background: #161113
}

.game-art img {
    height: 100%;
    object-fit: cover
}

.game-content {
    padding: 21px
}

.game-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--burgundy);
    font-weight: 900
}

.game-content .btn {
    width: 100%;
    margin-top: 9px
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #4b3d3e
}

.stat {
    padding: 28px;
    border-right: 1px solid #4b3d3e
}

.stat:last-child {
    border-right: 0
}

.stat b {
    display: block;
    font: 700 36px Georgia;
    color: var(--gold2)
}

.stat span {
    color: #ddd0c4;
    font-size: 14px
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.panel {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 28px
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 18px 0
}

.checklist li {
    padding: 9px 0 9px 28px;
    position: relative;
    color: var(--muted)
}

.checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 900
}

.notice {
    background: #fff6df;
    border: 1px solid #d7bb75;
    padding: 15px;
    color: #6b5221
}

.faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 46px
}

.faq details {
    border-bottom: 1px solid var(--line);
    padding: 0
}

.faq summary {
    padding: 18px 0;
    cursor: pointer;
    font-weight: 800
}

.faq details p {
    padding: 0 0 18px
}

.cta {
    background: var(--green);
    color: white;
    padding: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.cta p {
    color: #dcebe4
}

.footer {
    background: #171313;
    color: white;
    padding: 50px 0 24px
}

.footer p,
.footer a {
    color: #cdbfb4
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 36px
}

.footer-links {
    display: grid;
    gap: 8px
}

.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid #453838;
    padding-top: 20px;
    font-size: 13px;
    color: #cdbfb4
}

.page-hero {
    background: #20191a;
    color: white;
    padding: 66px 0
}

.page-hero p {
    color: #d1c4ba;
    max-width: 720px
}

.legal {
    padding: 60px 0
}

.legal h2 {
    margin-top: 34px
}

.legal ul {
    color: var(--muted)
}

.game-page {
    padding: 48px 0 70px
}

.game-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px
}

.game-box {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow)
}

.game-banner {
    height: 260px;
    overflow: hidden
}

.game-banner img {
    height: 100%;
    object-fit: cover
}

.game-inner {
    padding: 24px
}

.scorebar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 18px
}

.score {
    background: var(--cream);
    padding: 12px;
    text-align: center
}

.score small {
    display: block;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted)
}

.score b {
    font: 700 27px Georgia;
    color: var(--burgundy)
}

.play-area {
    min-height: 420px;
    background: #173f31;
    color: white;
    padding: 22px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 8px solid #b58a45;
    box-shadow: inset 0 0 0 3px #ead39b
}

.play-area p {
    color: #e0eee7
}

.controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px
}

.control {
    min-width: 72px;
    min-height: 52px;
    background: #fffdf8;
    border: 2px solid #d9cdbb;
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer
}

.control:hover {
    border-color: var(--gold);
    transform: translateY(-1px)
}

.side-stack {
    display: grid;
    gap: 18px;
    align-content: start
}

.credit-card {
    background: #20191a;
    color: white;
    padding: 25px
}

.credit-card p {
    color: #cfc3b7
}

.credit-card b {
    font: 700 34px Georgia;
    color: var(--gold2)
}

.slot-machine {
    background: #1b1d22;
    padding: 22px;
    border: 4px solid var(--gold);
    border-radius: 12px;
    width: min(520px, 100%)
}

.reels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.reel {
    height: 120px;
    background: white;
    color: #171313;
    display: grid;
    place-items: center;
    font: 700 58px Georgia;
    border: 6px solid #d9cdbb
}

.table-cards {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap
}

.card {
    width: 90px;
    height: 128px;
    background: white;
    color: #171313;
    border-radius: 7px;
    display: grid;
    place-items: center;
    font: 700 34px Georgia;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25)
}

.card.red {
    color: #b22130
}

.roulette-table {
    display: grid;
    grid-template-columns: repeat(6, 56px);
    gap: 5px;
    justify-content: center
}

.number {
    height: 52px;
    border: 1px solid #e5d59c;
    color: white;
    font-weight: 800;
    background: #a9202e
}

.number.black {
    background: #171313
}

.number.green {
    background: #0f6a45
}

.bingo-board {
    display: grid;
    grid-template-columns: repeat(5, 58px);
    gap: 6px
}

.bingo-cell {
    height: 58px;
    background: white;
    color: #171313;
    display: grid;
    place-items: center;
    font-weight: 900;
    border: 3px solid transparent
}

.bingo-cell.marked {
    background: #d6ad5d;
    border-color: #fff
}

.wheel {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 14px solid #cba65e;
    background: conic-gradient(#a51f2d 0 45deg, #143f31 45deg 90deg, #151b47 90deg 135deg, #b58a45 135deg 180deg, #a51f2d 180deg 225deg, #143f31 225deg 270deg, #151b47 270deg 315deg, #b58a45 315deg);
    position: relative;
    transition: transform 2.3s cubic-bezier(.16, .76, .15, 1)
}

.wheel:after {
    content: "";
    position: absolute;
    inset: 105px;
    border-radius: 50%;
    background: #20191a;
    border: 7px solid #e3c77d
}

.wheel-pointer {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 42px solid #fff;
    position: absolute;
    top: -8px;
    left: calc(50% - 18px);
    z-index: 3
}

.age {
    position: fixed;
    inset: 0;
    background: rgba(23, 19, 19, .94);
    z-index: 100;
    display: none;
    place-items: center;
    padding: 20px
}

.age.show {
    display: grid
}

.age-box {
    width: min(520px, 100%);
    background: var(--white);
    padding: 34px;
    text-align: center;
    border-top: 7px solid var(--burgundy)
}

.age-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 24px
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.field {
    display: grid;
    gap: 7px
}

.field.full {
    grid-column: 1/-1
}

.field input,
.field textarea {
    padding: 13px;
    border: 1px solid var(--line);
    background: white
}

.field textarea {
    min-height: 150px
}

@media(max-width:900px) {
    .hero {
        background: var(--paper)
    }

    .hero-grid,
    .faq-grid,
    .game-layout,
    .split {
        grid-template-columns: 1fr
    }

    .game-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .stat:nth-child(2) {
        border-right: 0
    }

    .stat:nth-child(-n+2) {
        border-bottom: 1px solid #4b3d3e
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: white;
        border-bottom: 1px solid var(--line);
        padding: 22px;
        flex-direction: column
    }

    .nav-links.open {
        display: flex
    }

    .menu {
        display: block
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:600px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 19px
    }

    .section {
        padding: 55px 0
    }

    .hero {
        padding: 48px 0
    }

    .game-grid,
    .stats,
    .footer-grid,
    .contact-form {
        grid-template-columns: 1fr
    }

    .stat {
        border-right: 0;
        border-bottom: 1px solid #4b3d3e
    }

    .section-head,
    .cta {
        align-items: flex-start;
        flex-direction: column
    }

    .hero-grid {
        gap: 32px
    }

    .roulette-table {
        grid-template-columns: repeat(6, 43px)
    }

    .number {
        height: 44px
    }

    .bingo-board {
        grid-template-columns: repeat(5, 48px)
    }

    .bingo-cell {
        height: 48px
    }

    .wheel {
        width: 245px;
        height: 245px
    }

    .wheel:after {
        inset: 85px
    }

    .scorebar {
        grid-template-columns: 1fr
    }

    .nav {
        height: 70px
    }
}