* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0b1120;
    color: #c8d0de;
    font-family: 'Segoe UI', Roboto, -apple-system, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #5b9cf5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: #0d1526;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 16px 0;
}

.header .container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header h1 {
    font-size: 17px;
    font-weight: 600;
    color: #e2e8f0;
    line-height: 1.3;
    margin: 0;
}

.logo img {
    height: 44px;
    width: auto;
    flex-shrink: 0;
}

/* Main */
.main {
    padding: 32px 0 60px;
}

.content img[alt="LolaJack Casino"] {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 28px;
    border-radius: 10px;
}

.content > p:first-of-type {
    clear: both;
}

/* Typography */
h1 {
    font-size: 26px;
    color: #f1f5f9;
    margin-bottom: 16px;
    line-height: 1.3;
}

h2 {
    font-size: 22px;
    color: #f1f5f9;
    margin: 40px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

h3 {
    font-size: 18px;
    color: #e2e8f0;
    margin: 28px 0 10px;
}

h4 {
    font-size: 16px;
    color: #cbd5e1;
    margin: 20px 0 8px;
}

p {
    margin-bottom: 14px;
}

/* Lists */
ul, ol {
    margin: 0 0 16px 24px;
}

li {
    margin-bottom: 6px;
}

strong {
    color: #e2e8f0;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
    font-size: 15px;
}

thead th {
    background: #162033;
    color: #e2e8f0;
    font-weight: 600;
    text-align: left;
    padding: 10px 14px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

tr:hover td {
    background: rgba(255,255,255,0.02);
}

/* Date line */
time {
    color: #667a96;
    font-size: 14px;
}

/* Footer */
.footer {
    background: #0d1526;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 24px 0;
    text-align: center;
}

.footer__icons img {
    height: 32px;
    margin: 0 auto 16px;
}

.footer__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 16px 0;
}

.footer__payments img {
    height: 28px;
    opacity: 0.5;
}

.footer__licenses {
    margin: 16px 0;
}

.footer__licenses img {
    height: 36px;
    margin: 0 auto;
    opacity: 0.6;
}

.footer__disclaimer {
    color: #4a5568;
    font-size: 13px;
    margin-bottom: 8px;
}

.footer p {
    color: #4a5568;
    font-size: 14px;
    margin: 0;
}

/* Mobile */
@media (max-width: 640px) {
    body {
        font-size: 16px;
    }

    .header h1 {
        font-size: 15px;
    }

    .logo img {
        height: 32px;
    }

    h1 { font-size: 22px; }
    h2 { font-size: 19px; margin-top: 32px; }
    h3 { font-size: 17px; }

    table {
        font-size: 13px;
    }

    thead th, td {
        padding: 8px 10px;
    }

    .container {
        padding: 0 16px;
    }
}
