@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --dark: #080b10;
    --dark2: #111720;
    --gold: #d7ad55;
    --cream: #f5f1e8;
    --muted: #8f98a5
}

* {
    box-sizing: border-box
}

body {
    font-family: Inter, Arial, sans-serif;
    color: #171b21;
    background: var(--cream)
}

.navbar {
    background: rgba(8, 11, 16, .94);
    backdrop-filter: blur(10px);
    padding: 16px 0
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #fff
}

.navbar-brand span {
    color: var(--gold)
}

.nav-link {
    color: #ddd !important;
    margin-left: 18px;
    font-size: 14px
}

.nav-link:hover {
    color: var(--gold) !important
}

.hero {
    min-height: 550px;
    background: linear-gradient(135deg, rgba(5, 8, 12, .96), rgba(18, 25, 35, .82)), radial-gradient(circle at 75% 30%, #5a4624, transparent 35%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.hero:after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(215, 173, 85, .22);
    border-radius: 50%;
    right: -100px;
    top: 150px;
    box-shadow: 0 0 0 80px rgba(215, 173, 85, .03), 0 0 0 160px rgba(215, 173, 85, .02)
}

.hero .container {
    position: relative;
    z-index: 1
}

.eyebrow,
.section-title>span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px
}

.hero h1 {
    color: #fff;
    font-size: clamp(45px, 8vw, 92px);
    font-weight: 900;
    letter-spacing: -3px;
    margin: 15px 0
}

.hero p {
    color: #aeb6c1;
    font-size: 18px;
    margin-bottom: 30px
}

.btn-gold {
    background: var(--gold);
    border: 0;
    color: #111;
    font-weight: 800;
    padding: 13px 25px;
    border-radius: 3px
}

.btn-gold:hover {
    background: #efd28b
}

.section-title {
    text-align: center;
    margin-bottom: 42px
}

.section-title h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0
}

.section-title p {
    color: #737b86
}

.section-title.light h2 {
    color: #fff
}

.section-title.light p {
    color: #9da6b1
}

.result-card {
    background: #fff;
    padding: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border-top: 3px solid var(--gold)
}

.result-card small {
    display: block;
    color: #8a929c;
    font-weight: 800;
    letter-spacing: 2px
}

.result-card strong {
    font-size: 68px;
    line-height: 1;
    font-weight: 900
}

.result-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #10151d;
    color: var(--gold);
    font-weight: 900
}

.numbers-section {
    background: #0b1017
}

.number-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center
}

.number-grid span {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(215, 173, 85, .5);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    transition: .25s
}

.number-grid span:hover {
    background: var(--gold);
    color: #111;
    transform: translateY(-4px)
}

.dream-box {
    max-width: 850px;
    margin: auto;
    background: #fff;
    border: 1px solid #e3ded2;
    padding: 55px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06)
}

.dream-number {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 8px
}

.dream-number b {
    color: var(--gold)
}

.previous {
    background: #ece7dc
}

.table-wrap {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06)
}

table th {
    background: #111720;
    color: #fff !important;
    border: 0 !important;
    padding: 17px !important
}

table td {
    padding: 16px !important;
    border-color: #eee
}

.table tbody td:not(:first-child) {
    font-weight: 800;
    color: #9a7830
}

footer {
    background: #080b10;
    color: #8f98a5;
    padding: 50px 0
}

.footer-brand {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px
}

footer p {
    margin: 8px 0 20px
}

@media(max-width:576px) {
    .hero {
        min-height: 500px
    }

    .hero h1 {
        letter-spacing: -2px
    }

    .section-title h2 {
        font-size: 34px
    }

    .dream-box {
        padding: 35px 15px
    }

    .dream-number {
        font-size: 30px;
        letter-spacing: 4px
    }

    .result-card strong {
        font-size: 55px
    }

    .nav-link {
        margin-left: 0
    }
}

.result-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.result-number {
    display: block;
    font-size: 70px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}

