﻿

:root {
    --brand-green: #ea580c;
    --brand-green-strong: #c2410c;
    --brand-green-dark: #431407;
    --brand-green-soft: #fed7aa;
    --brand-mint: #fff7ed;
    --brand-mint-nav: #ffedd5;
    --brand-canvas: #ffedd5;
    --brand-canvas-wide: #7c2d12;
    --brand-cyan: #14b8a6;
    --brand-purple: #8b5cf6;
    --brand-green-contrast: #c2410c;
    --text-main: #111827;
    --text-muted: #4b5563;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: #ffffff;
    --line-green: rgba(40, 167, 69, 0.2);
    --shadow-soft: 0 10px 24px rgba(20, 83, 45, 0.1);
    --shadow-card: 0 8px 20px rgba(20, 83, 45, 0.08);
    --layout-max: 30.375rem;
    --nav-pad-x: 10px;
    --app-bar-height: 64px;
    --nav-row-height: 58px;
    --font-body: 15px;
    --font-small: 13px;
    --font-title: clamp(18px, 5.2vw, 23px);
    --font-hero: clamp(20px, 6vw, 26px);
    --content-gap: 12px;
    --section-space: 24px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-padding-top: calc(var(--app-bar-height) + var(--nav-row-height) + 16px);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    padding-top: calc(var(--app-bar-height) + var(--nav-row-height));
    background: var(--brand-canvas);
    color: var(--text-main);
    font-size: var(--font-body);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

body.app-promo-hidden {
    padding-top: var(--nav-row-height);
}

img,
iframe {
    max-width: 100%;
}

img {
    display: block;
    width: auto;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    touch-action: manipulation;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid rgba(0, 123, 143, 0.55);
    outline-offset: 3px;
}

p {
    margin: 0 0 10px;
    color: var(--text-muted);
    font-size: var(--font-body);
    line-height: 1.58;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--text-main);
    line-height: 1.22;
}

.site-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999;
    width: min(100%, var(--layout-max));
    transform: translateX(-50%);
}

.app-promo {
    position: relative;
    min-height: var(--app-bar-height);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: calc(env(safe-area-inset-top, 0px) + 8px) var(--nav-pad-x) 8px 56px;
    background: var(--brand-green);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}

body.app-promo-hidden .app-promo {
    display: none;
}

.app-promo__close {
    position: absolute;
    left: 6px;
    top: calc(env(safe-area-inset-top, 0px) + 50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(0, 0, 0, 0.62);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
}

.app-promo__close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.app-promo__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.9);
    padding: 3px;
}

.app-promo__copy {
    min-width: 0;
    flex: 1;
    color: #111827;
    font-weight: 800;
    line-height: 1.12;
}

.app-promo__title,
.app-promo__subtitle {
    display: block;
}

.app-promo__title {
    font-size: 13px;
}

.app-promo__subtitle {
    margin-top: 2px;
    font-size: 11px;
}

.app-promo__emoji {
    flex: 0 0 auto;
    font-size: 18px;
}

.app-promo__install {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--brand-cyan);
    box-shadow: 0 4px 10px rgba(0, 123, 143, 0.26);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.main-nav {
    min-height: var(--nav-row-height);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px var(--nav-pad-x);
    background: var(--brand-mint-nav);
    border-bottom: 1px solid rgba(40, 167, 69, 0.35);
}

.hamburger-menu {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    cursor: pointer;
}

.hamburger-menu:hover {
    background: rgba(40, 167, 69, 0.1);
}

.hamburger-menu span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--brand-green);
}

.logo-link {
    flex: 1 1 auto;
    min-width: 0;
    max-width: clamp(72px, min(52vw, calc(100vw - 14rem)), 220px);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-link img {
    width: auto;
    max-width: 100%;
    height: clamp(26px, 9vw, 40px);
    object-fit: contain;
}

.header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: var(--brand-green);
    box-shadow: 0 4px 10px rgba(17, 24, 39, 0.14);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    background-image: linear-gradient(rgb(0 0 0 / 0.04), rgb(0 0 0 / 0.04));
}

.btn-primary {
    background: var(--brand-cyan);
}

.btn-success {
    background: var(--brand-green-contrast);
}

.btn-lg {
    min-height: 48px;
    padding-inline: 20px;
    border-radius: 16px;
}

.btn-sm,
.btn-small {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 12px;
}

.header-actions .btn {
    min-height: 44px;
    padding: 0 10px;
    border-radius: 14px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-actions .btn-primary {
    background: var(--brand-green-contrast);
}

.header-actions .btn-success {
    background: var(--brand-purple);
}

.header-nav-links {
    display: none;
    flex-direction: column;
    gap: 3px;
    padding: 8px var(--nav-pad-x) 10px;
    background: var(--brand-mint-nav);
    border-bottom: 1px solid rgba(40, 167, 69, 0.35);
    box-shadow: 0 12px 24px rgba(20, 83, 45, 0.14);
}

.site-header.is-menu-open .header-nav-links {
    display: flex;
}

.nav-link-small {
    display: block;
    padding: 12px 10px;
    border-radius: 8px;
    color: var(--brand-green-dark);
    font-weight: 700;
    text-decoration: none;
}

.nav-link-small:hover,
.nav-link-small.is-active {
    background: rgba(40, 167, 69, 0.16);
    font-weight: 800;
}

.shell {
    width: 100%;
    max-width: var(--layout-max);
    min-height: 100vh;
    margin: 0 auto;
    overflow-x: hidden;
    background: var(--brand-mint);
}

.container,
.landing__container,
.prose {
    width: 100%;
    max-width: var(--layout-max);
    margin-inline: auto;
    padding-inline: var(--nav-pad-x);
}

section,
footer {
    width: 100%;
}

.row {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

[class*="col-"] {
    width: 100%;
    max-width: 100%;
}

.content-section,
#plataforma,
#slot,
#login,
footer {
    padding-block: var(--section-space);
}

#plataforma {
    padding-top: var(--section-space);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.72), transparent 46%),
        linear-gradient(180deg, #f4fff5 0%, var(--brand-mint) 100%);
}

.hero-h1 {
    margin-bottom: 10px;
    font-size: var(--font-hero);
    letter-spacing: -0.025em;
}

.hero-description {
    padding: 12px;
    border: 1px solid var(--line-green);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-card);
}

#plataforma .btn {
    width: 100%;
    margin-top: 12px;
}

.py-2 {
    padding-block: 14px;
}

.py-5 {
    padding-block: var(--section-space);
}

.mt-3 {
    margin-top: 12px;
}

.mt-4 {
    margin-top: 16px;
}

.me-2 {
    margin-right: 8px;
}

.bg-primary {
    background: linear-gradient(135deg, var(--brand-green-contrast), var(--brand-green-dark));
}

.bg-gradient-dark {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.2), transparent 32%),
        linear-gradient(145deg, #14532d 0%, #1f7a39 100%);
}

.text-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.img-fluid {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.rounded-5 {
    border-radius: 20px;
}

.section-title {
    margin-bottom: 6px;
    font-size: var(--font-title);
    letter-spacing: -0.02em;
}

.section-subtitle {
    margin: 0 0 14px;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42;
}

.bg-primary .section-title,
.bg-primary .section-subtitle,
.bg-gradient-dark .section-title,
.bg-gradient-dark .section-subtitle,
.bg-gradient-dark p,
.bg-gradient-dark h3,
.bg-gradient-dark h4 {
    color: #fff;
}

.cards-row {
    gap: var(--content-gap);
}

.content-card,
.rtp-table-wrapper,
.faq-item {
    border: 1px solid var(--line-green);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.content-card {
    position: relative;
    overflow: hidden;
    padding: 14px;
}

.content-card a,
.content-card picture,
.content-card img,
.google-map,
.app-image {
    max-width: 100%;
    overflow: hidden;
}

.content-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-green), #8ee7a1);
}

.card-horizontal {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.card-icon,
.type-icon,
.security-icon,
.tech-icon,
.support-icon,
.feature-check {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: var(--brand-green-soft);
    color: var(--brand-green-dark);
    font-size: 20px;
}

.card-content,
.tech-content {
    min-width: 0;
}

.card-content h3,
.tech-content h3,
.content-card h3 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.25;
}

.games-intro,
.games-text {
    padding: 12px;
    border: 1px solid var(--line-green);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
}

.games-category {
    display: inline-flex;
    align-items: center;
    margin: 12px 0 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--brand-green-soft);
    color: var(--brand-green-dark);
    font-size: 13px;
    line-height: 1.25;
}

.why-choose-section,
.popular-games-section,
.rtp-comparison-section,
.faq-section,
.security-features-section {
    background: linear-gradient(180deg, var(--brand-mint) 0%, #f3fff4 100%);
}

.registration-guide-section,
.bonus-section,
.support-section {
    background: #f4fff5;
}

.game-types-section,
.trusted-section {
    background: transparent;
}

.bonus-section.bg-gradient-dark {
    background: #f4fff5;
}

.rtp-comparison-section.bg-gradient-dark {
    background: linear-gradient(180deg, var(--brand-mint) 0%, #f3fff4 100%);
}

.bonus-section.bg-gradient-dark .section-title,
.bonus-section.bg-gradient-dark .section-subtitle,
.bonus-section.bg-gradient-dark h3,
.bonus-section.bg-gradient-dark p {
    color: var(--text-main);
}

.rtp-comparison-section.bg-gradient-dark .section-title,
.rtp-comparison-section.bg-gradient-dark .section-subtitle,
.rtp-comparison-section.bg-gradient-dark p {
    color: var(--text-main);
}

.bonus-section.bg-gradient-dark .section-subtitle,
.bonus-section.bg-gradient-dark p {
    color: var(--text-muted);
}

.rtp-comparison-section.bg-gradient-dark .section-subtitle {
    color: var(--text-muted);
}

.step-number,
.stat-number {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding-inline: 10px;
    border-radius: 16px;
    background: var(--brand-green);
    box-shadow: 0 8px 16px rgba(40, 167, 69, 0.22);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.stat-number {
    min-width: 88px;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-cyan));
    font-size: 15px;
}

.app-section .app-features,
.security-section .content-card,
.technology-section .content-card {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.bonus-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 8px;
    padding: 0 10px;
    border-radius: 999px;
    background: #ffe082;
    color: #4a3600;
    font-size: 11px;
    font-weight: 900;
}

.bonus-section .content-card {
    background: var(--surface);
    border-color: var(--line-green);
    box-shadow: var(--shadow-card);
}

.bonus-amount,
.rtp-value {
    color: var(--brand-green-dark);
    font-weight: 900;
}

.card-game-redesign {
    padding: 0;
}

.card-image-full {
    overflow: hidden;
    padding: 10px;
    background: var(--brand-green-soft);
}

.card-image-full img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
}

#plataforma .img-fluid,
.app-image img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
}

.card-game-info {
    padding: 14px;
}

.game-description {
    font-size: 15px;
}

.rtp-table-wrapper {
    overflow-x: auto;
    background: rgba(255, 255, 255, 0.94);
}

table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 13px;
}

th,
td {
    padding: 9px 8px;
    text-align: left;
    border-bottom: 1px solid rgba(40, 167, 69, 0.18);
    overflow-wrap: anywhere;
    white-space: normal;
}

th {
    background: #e0f4e4;
    color: var(--brand-green-dark);
    font-size: 12px;
    text-transform: uppercase;
}

.text-link {
    color: var(--brand-green-dark);
    font-weight: 800;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: none;
}

.app-section .app-features {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
}

.app-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.feature-check {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 14px;
}

.app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.app-image img {
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
}

.faq-list {
    display: grid;
    gap: 8px;
}

.faq-item {
    padding: 0;
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
}

.faq-question h4 {
    font-size: 15px;
    line-height: 1.35;
}

.faq-toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--brand-green-soft);
    color: var(--brand-green-dark);
    font-weight: 900;
}

.faq-answer {
    padding: 0 12px 12px;
}

.faq-answer p {
    margin-bottom: 0;
}

.final-cta-section {
    text-align: center;
}

.support-section .card-support,
.technology-section .card-tech,
.security-features-section .card-security-feature {
    min-height: 100%;
}

#login .d-flex {
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line-green);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
    text-align: center;
}

#login img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

#login .ms-3 {
    margin-left: 0;
}

footer {
    background: transparent;
    color: var(--text-main);
}

footer h3,
footer strong,
footer a {
    color: var(--text-main);
}

footer p {
    color: var(--text-muted);
}

.footer-content {
    display: grid;
    gap: 14px;
}

.footer-intro,
.footer-contact,
.footer-copyright {
    padding: 14px;
    border: 1px solid var(--line-green);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.contact-info {
    display: grid;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-icon {
    flex: 0 0 auto;
}

.google-map iframe {
    width: 100%;
    border-radius: 14px;
}

.footer-copyright {
    text-align: center;
}

.footer-nav {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line-green);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.bottom-action-bar {
    position: fixed;
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(calc(100% - 24px), var(--layout-max));
    margin-inline: auto;
    padding: 8px;
    border: 1px solid rgba(254, 226, 226, 0.22);
    border-radius: 999px;
    background: rgba(36, 4, 4, 0.92);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
}

body.bottom-action-bar-hidden .bottom-action-bar {
    display: none;
}

.bottom-action-bar__btn {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.bottom-action-bar__btn--login {
    background: #b91c1c;
}

.bottom-action-bar__btn--register {
    background: #a21caf;
}

.bottom-action-bar__close {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #fff7ed;
    color: #450a0a;
    cursor: pointer;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.inner-hero {
    padding-block: var(--section-space);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.74), transparent 44%),
        linear-gradient(180deg, #f4fff5 0%, var(--brand-mint) 100%);
}

.inner-hero .row {
    align-items: center;
}

.inner-hero .btn {
    width: 100%;
    margin-top: 12px;
}

.inner-hero__media a,
.inner-hero__media img {
    width: 100%;
}

.inner-hero__media img {
    max-height: 360px;
    object-fit: contain;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
    color: var(--text-muted);
    font-size: var(--font-small);
}

.breadcrumb a {
    color: var(--brand-green-dark);
    font-weight: 800;
}

.inner-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--brand-green-soft);
    color: var(--brand-green-dark);
    font-size: var(--font-small);
    font-weight: 900;
}

.inner-layout {
    padding-block: var(--section-space);
}

.article-card,
.guide-step,
.tip-box,
.quote-box,
.comparison-box,
.checklist-box,
.odds-card,
.slot-rank-card {
    border: 1px solid var(--line-green);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.article-card,
.guide-step,
.tip-box,
.quote-box,
.comparison-box,
.checklist-box,
.odds-card,
.slot-rank-card {
    padding: 14px;
}

.article-card h2,
.guide-step h2,
.tip-box h2,
.comparison-box h2,
.checklist-box h2 {
    margin-bottom: 8px;
    font-size: var(--font-title);
}

.article-card h3,
.guide-step h3,
.tip-box h3,
.comparison-box h3,
.checklist-box h3,
.odds-card h3,
.slot-rank-card h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

.numbered-grid,
.topic-grid,
.odds-grid,
.slot-rank-list {
    display: grid;
    gap: var(--content-gap);
}

.number-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: var(--brand-green-contrast);
    color: #fff;
    font-weight: 900;
}

.highlight-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.highlight-list li {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(40, 167, 69, 0.1);
    color: var(--text-muted);
}

.quote-box {
    border-left: 4px solid var(--brand-green-contrast);
}

.mini-table {
    display: grid;
    gap: 8px;
}

.mini-row {
    display: grid;
    gap: 4px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
}

.mini-row strong {
    color: var(--text-main);
}

.page-faq {
    display: grid;
    gap: 8px;
    padding-block: var(--section-space);
}

.page-faq details {
    border: 1px solid var(--line-green);
    border-radius: 16px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.page-faq summary {
    cursor: pointer;
    padding: 12px;
    color: var(--text-main);
    font-weight: 900;
}

.page-faq details p {
    padding: 0 12px 12px;
}

.cta-panel {
    padding: 18px 14px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--brand-green-contrast), var(--brand-green-dark));
    box-shadow: var(--shadow-soft);
    color: #fff;
    text-align: center;
}

.cta-panel h2,
.cta-panel p {
    color: #fff;
}

.cta-panel .btn {
    margin-top: 10px;
    background: var(--brand-purple);
}

@media (min-width: 768px) {
    body {
        background: var(--brand-canvas-wide);
    }

    .shell {
        width: min(100%, var(--layout-max));
        box-shadow: 0 0 0 1px rgba(40, 167, 69, 0.3);
    }

    .site-header {
        width: min(100%, var(--layout-max));
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto;
        transition-duration: 0.01ms;
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
    }
}

/* Dark red theme overrides */
:root {
    --brand-green: #7f1d1d;
    --brand-green-strong: #991b1b;
    --brand-green-dark: #450a0a;
    --brand-green-soft: #fee2e2;
    --brand-mint: #fff7ed;
    --brand-mint-nav: #ffead5;
    --brand-canvas: #3b0707;
    --brand-canvas-wide: #240404;
    --brand-cyan: #d97706;
    --brand-purple: #a21caf;
    --brand-green-contrast: #b91c1c;
    --text-main: #241111;
    --text-muted: #6b3a32;
    --surface: rgba(255, 250, 244, 0.9);
    --surface-strong: #fffaf4;
    --line-green: rgba(127, 29, 29, 0.24);
    --shadow-soft: 0 10px 24px rgba(69, 10, 10, 0.2);
    --shadow-card: 0 8px 20px rgba(69, 10, 10, 0.13);
}

body {
    background:
        radial-gradient(circle at 18% 8%, rgba(185, 28, 28, 0.45), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(217, 119, 6, 0.22), transparent 30%),
        linear-gradient(160deg, #240404 0%, #3b0707 48%, #120202 100%);
}

.shell {
    background: linear-gradient(180deg, #fff7ed 0%, #fef2e2 100%);
}

.app-promo {
    background: linear-gradient(135deg, #450a0a, #991b1b 58%, #d97706);
    border-bottom-color: rgba(254, 226, 226, 0.45);
}

.app-promo__copy {
    color: #fff7ed;
}

.app-promo__close {
    color: rgba(255, 247, 237, 0.82);
}

.main-nav,
.header-nav-links {
    background: linear-gradient(180deg, #fff1dd 0%, #fee2e2 100%);
    border-bottom-color: rgba(127, 29, 29, 0.26);
}

.hamburger-line,
.btn-primary,
.btn-success,
.step-number {
    background: linear-gradient(135deg, #7f1d1d, #b91c1c);
}

.btn-secondary,
.app-promo__install,
.stat-number,
.cta-panel .btn {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}

.bg-primary,
.cta-panel {
    background: linear-gradient(135deg, #5f0f0f, #991b1b 64%, #d97706);
}

.bg-gradient-dark {
    background:
        radial-gradient(circle at 18% 0%, rgba(254, 226, 226, 0.2), transparent 34%),
        linear-gradient(145deg, #240404 0%, #7f1d1d 58%, #450a0a 100%);
}

#plataforma,
.inner-hero {
    background:
        radial-gradient(circle at top right, rgba(185, 28, 28, 0.16), transparent 44%),
        linear-gradient(180deg, #fff1dd 0%, var(--brand-mint) 100%);
}

.why-choose-section,
.popular-games-section,
.rtp-comparison-section,
.faq-section,
.security-features-section,
.rtp-comparison-section.bg-gradient-dark {
    background: linear-gradient(180deg, #fff7ed 0%, #fee2e2 100%);
}

.registration-guide-section,
.bonus-section,
.support-section,
.bonus-section.bg-gradient-dark {
    background: #fff1dd;
}

.content-card::before {
    background: linear-gradient(90deg, #7f1d1d, #d97706);
}

.nav-link-small:hover,
.nav-link-small.is-active,
.highlight-list li {
    background: rgba(127, 29, 29, 0.1);
}

.hamburger-menu {
    background: rgba(127, 29, 29, 0.08);
}

.header-nav-links {
    box-shadow: 0 12px 24px rgba(69, 10, 10, 0.18);
}

.step-number,
.stat-number {
    box-shadow: 0 8px 16px rgba(69, 10, 10, 0.24);
}

button:focus-visible,
a:focus-visible {
    outline-color: rgba(217, 119, 6, 0.58);
}

td,
th {
    border-bottom-color: rgba(127, 29, 29, 0.18);
}

th {
    background: #fee2e2;
}

@media (min-width: 768px) {
    body {
        background:
            radial-gradient(circle at 18% 8%, rgba(185, 28, 28, 0.45), transparent 34%),
            radial-gradient(circle at 88% 18%, rgba(217, 119, 6, 0.22), transparent 30%),
            linear-gradient(160deg, #240404 0%, #3b0707 48%, #120202 100%);
    }

    .shell {
        box-shadow: 0 0 0 1px rgba(254, 226, 226, 0.18), 0 18px 48px rgba(0, 0, 0, 0.34);
    }
}
