:root {
    --header-bg-color: #3D2B1F;
    --site-bg-color: #1E1A17;
    --text-color: #FFFFFF;
    --nav-hover-color: rgba(255, 255, 255, 0.1);
    --font-primary: 'Poppins', sans-serif;
    --accent-color: #D4AF37;
    --button-color: #D4AF37;
    --button-hover-color: #E5C158;
    --dark-accent: #3D2B1F;
    --card-bg: rgba(61, 43, 31, 0.5);
    --border-color: rgba(212, 175, 55, 0.3);
    
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    
    --border-radius-sm: 0.5rem;
    --border-radius-md: 1rem;
    --border-radius-lg: 2rem;
}

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

img, video, iframe {
    max-width: 100%;
}

body {
    font-family: var(--font-primary);
    background-color: var(--site-bg-color);
    color: var(--text-color);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: var(--spacing-md);
    font-weight: 700;
    line-height: 1.2;
    color: var(--accent-color);
}

p {
    margin-bottom: var(--spacing-md);
}

a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.text-center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-sm);
    width: 100%;
}

.site-header {
    background-color: var(--header-bg-color);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 2px solid var(--accent-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background-image: url('data:image/png;base64,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');
    background-blend-mode: overlay;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    height: 70px;
}

.header-left {
    flex: 0 0 auto;
    margin-right: 2rem;
    display: flex;
    align-items: center;
}

.header-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-right {
    flex: 0 0 auto;
    margin-left: 2rem;
}

.logo img {
    height: 2.5rem;
    width: auto;
    display: block;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 4px;
}

.mobile-menu-toggle:focus {
    outline: none;
}

.mobile-menu-toggle:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

.menu-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: var(--accent-color);
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-toggle[aria-expanded="true"] .menu-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .menu-bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .menu-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.main-nav {
    background-color: transparent;
    flex: 1;
}

.nav-links {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 2rem;
    padding: 0;
    margin: 0;
    height: 100%;
}

.nav-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.nav-links li:first-child .nav-link {
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0.25px;
    font-size: 0.95rem;
}

.nav-link:hover, .nav-link.active {
    color: var(--button-hover-color);
}

.btn {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-radius: var(--border-radius-lg);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-button {
    background-color: var(--button-color);
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
}

.register-button {
    background-color: var(--button-color);
    padding: 0.75rem 1.5rem;
}

.cta-button:hover, .register-button:hover {
    background-color: var(--button-hover-color);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .header-container {
        padding: 0.75rem 1rem;
        height: auto;
    }
    
    .site-header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }
    
    body {
        padding-top: 60px;
    }
    
    .header-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 0;
        flex: 1;
    }
    
    .header-center {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    
    .header-right {
        flex: 0 0 auto;
        margin-left: 0;
        text-align: right;
        display: flex;
        align-items: center;
    }
    
    .mobile-menu-toggle {
        display: block;
        order: 1;
        margin-right: 1.6875rem;
        margin-left: 0;
    }
    
    .header-right .cta-button {
        order: 2;
    }
    
    .header-left .mobile-menu-toggle {
        display: none;
    }
    
    .main-nav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        width: 100%;
        background-color: var(--header-bg-color);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 999;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }
    
    .nav-links li {
        width: 100%;
    }
    
    .nav-link {
        display: block;
        padding: 1rem;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        text-align: center;
    }
    
    .cta-button {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    body.mobile-menu-open::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 90;
        pointer-events: none;
    }
}

@media (max-width: 480px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .container {
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .header-container {
        padding: 0.75rem 0.5rem;
    }
    
    .logo img {
        height: 2rem;
    }
    
    .mobile-menu-toggle {
        margin-right: 1.6875rem;
    }
    
    .btn, .cta-button, .register-button {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }
    
    .info-block h2 {
        font-size: 1.5rem;
    }

    .stats-table {
        font-size: 0.8rem;
        width: 100%;
    }

    .stats-table th,
    .stats-table td {
        padding: 0.5rem;
    }
    
    .split-content {
        padding: 2rem 0;
        width: 100%;
    }

    .split-text h2 {
        font-size: 1.5rem;
    }

    .split-description {
        font-size: 1rem;
    }
    
    .slots-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .slot-card {
        width: 100%;
        height: 180px;
    }
    
    .page-nav {
        padding: 0;
        width: 100%;
    }
    
    .page-nav-links {
        padding: 6px 15px;
        gap: 0.75rem;
        width: 100%;
        box-sizing: border-box;
    }
    
    .jackpot-content {
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .jackpot-display {
        width: 100%;
        box-sizing: border-box;
    }
    
    .feature-image {
        max-width: 100%;
        height: auto;
    }

    .hero-title {
        font-size: 1.5rem;
        word-wrap: break-word;
    }
    
    .promo-title {
        font-size: 1.5rem;
        word-wrap: break-word;
    }
    
    .register-button,
    .slot-button,
    .start-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    .hero-bonus {
        font-size: 0.8rem;
    }
    
    .hero {
        min-height: 600px;
    }
    
    .hero-description {
        font-size: 1rem;
    }
}

@media (max-width: 390px) {
    .slots-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
        padding: 0 10px;
    }
    
    .slot-card {
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 375px) {
    .nav-link {
        font-size: 0.75rem;
    }
    
    .slots-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.3rem;
        padding: 0 8px;
    }
    
    .slot-card {
        width: 100%;
        height: 200px;
    }
}

.page-nav {
    background-color: var(--dark-accent);
    transition: all 0.3s ease;
    margin-top: 0;
    padding: 0;
}

.page-nav.sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    background-color: rgba(61, 43, 31, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.page-nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    padding: 6px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.page-nav-links::-webkit-scrollbar {
    display: none;
}

.page-nav-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    position: relative;
    white-space: nowrap;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.page-nav-link:hover,
.page-nav-link.active {
    opacity: 1;
}

.page-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.page-nav-link:hover::after,
.page-nav-link.active::after {
    transform: scaleX(1);
}

.slot-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    max-width: 140px;
}

.slot-button {
    display: block;
    padding: 0.5rem;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 100%;
}

.play-button {
    background-color: var(--accent-color);
    color: #000000;
    border: none;
}

.play-button:hover {
    background-color: var(--button-hover-color);
    transform: translateY(-2px);
}

.demo-button {
    background: transparent;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.demo-button:hover {
    background: rgba(212, 175, 55, 0.1);
    color: var(--button-hover-color);
    transform: translateY(-2px);
}

.start-button {
    display: inline-block;
    background-color: var(--accent-color);
    color: #000000;
    padding: 1rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.start-button:hover {
    transform: translateY(-2px);
    background-color: var(--button-hover-color);
}

.hero {
    background-image: url('./images/bgcs.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 480px;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(30, 26, 23, 0.8), rgba(30, 26, 23, 0.4));
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 600px;
}

.hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: var(--accent-color);
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-bonus {
    color: var(--accent-color);
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.hero .register-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
}

.popular-slots {
    background-color: var(--site-bg-color);
    padding: 30px 0 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.popular-slots h2 {
    color: var(--accent-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.popular-slots .section-title {
    display: none;
}

.section-title::before,
.section-title::after {
    content: none;
}

.slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 173px);
    gap: 1rem;
    padding: 0;
    justify-content: center;
}

.slot-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    width: 173px;
    height: 242px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border: 2px solid var(--accent-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.coin-strike, .ultra-luck, .book-of-tribes, .king-elvis, .cash-pig, .mighty-wild-panther {
    background-image: url('https://placehold.co/173x242/3D2B1F/D4AF37.webp?text=Game&font=montserrat');
}

.slot-card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.slot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 26, 23, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 1rem;
    border: 1px solid var(--accent-color);
}

.slot-card:hover .slot-overlay {
    opacity: 1;
}

.slot-title {
    color: var(--accent-color);
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.dfj4-casino-info {
    background-color: var(--site-bg-color);
    padding: 30px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.dfj4-casino-info h2 {
    color: var(--accent-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.dfj4-casino-info h3 {
    color: var(--accent-color);
    font-weight: 700;
    margin: 2rem 0 1rem;
}

.info-content {
    color: var(--text-color);
    opacity: 0.9;
    font-size: 1rem;
    line-height: 1.6;
}

.info-content p {
    margin-bottom: 1rem;
}

.info-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.info-content ol li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.9;
}

.info-content .text-link {
    color: var(--accent-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content .text-link:hover {
    color: var(--button-hover-color);
    text-decoration: underline;
}

.casino-features {
    margin: 1rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.features-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(30, 26, 23, 0.6);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    border: 1px solid var(--accent-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.features-table td {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    line-height: 1.4;
    font-size: 0.95rem;
    color: var(--text-color);
}

.features-table tr:last-child td {
    border-bottom: none;
}

.features-table th {
    background: linear-gradient(to bottom, #3D2B1F, #2A1A10);
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-bottom: 2px solid var(--accent-color);
    padding: 0.6rem 0.8rem;
}

.features-table tr:hover {
    background: rgba(212, 175, 55, 0.1);
}

.bonus-promo {
    background: url('./images/block1.webp');
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    border-top: 2px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
}

.bonus-promo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 26, 23, 0.55);
    z-index: 1;
}

.promo-content {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.promo-subtitle {
    color: var(--text-color);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.promo-title {
    color: var(--accent-color);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.promo-terms {
    color: var(--text-color);
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 1rem;
}

.bonus-promo .register-button {
    background-color: var(--accent-color);
    padding: 1rem 2.5rem;
}

.bonus-promo .register-button:hover {
    background-color: var(--button-hover-color);
}

.jackpot-banner,
.jackpot-content,
.features-list,
.features-list h2,
.features-list ul,
.features-list li,
.features-list li::before,
.jackpot-display,
.jackpot-display h3,
.jackpot-amount,
.jackpot-amount span,
.jackpot-numbers {
    display: none;
}

.info-block {
    background-color: var(--site-bg-color);
    padding: 3rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.info-block h2 {
    color: var(--accent-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.table-wrapper {
    margin-bottom: 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.stats-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    table-layout: fixed;
    border: 1px solid var(--accent-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.stats-table th,
.stats-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.stats-table th {
    background: linear-gradient(to bottom, #3D2B1F, #2A1A10);
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-bottom: 2px solid var(--accent-color);
}

.stats-table td {
    color: var(--text-color);
    font-size: 1rem;
}

.stats-table tbody tr:hover {
    background: rgba(212, 175, 55, 0.1);
}

.stats-table tbody tr:last-child td {
    border-bottom: none;
}

.split-content {
    background-color: var(--site-bg-color);
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.split-wrapper {
    display: flex;
    align-items: center;
    gap: 4rem;
    min-height: 500px;
}

.split-text {
    flex: 1;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.split-image {
    flex: 0 0 300px;
    order: 2;
}

.split-text h2 {
    color: var(--accent-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-align: left;
}

.split-text .info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.split-text .info-content p {
    margin-bottom: 1.5rem;
    text-align: left;
}

.split-text .register-button {
    margin-top: 1.5rem;
    display: inline-block;
    background-color: var(--accent-color);
    color: #000000;
    padding: 0.75rem 1.5rem;
    border-radius: var(--border-radius-lg);
    font-weight: bold;
    text-align: center;
}

.split-text .register-button:hover {
    background-color: var(--button-hover-color);
    transform: translateY(-2px);
}

.feature-image {
    width: 300px;
    height: auto;
    border-radius: var(--border-radius-md);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--accent-color);
}

@media (max-width: 1024px) {
    .split-wrapper {
        gap: 2rem;
        min-height: auto;
    }

    .split-image {
        flex: 0 0 250px;
    }

    .feature-image {
        width: 250px;
    }
}

.site-header, .page-nav, .site-footer {
    background-image: url('data:image/png;base64,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');
    background-blend-mode: overlay;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-link:hover::after, .nav-link.active::after {
    transform: scaleX(1);
}

.btn, .cta-button, .register-button, .play-button {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(to bottom, #D4AF37, #C19A25);
    border: 1px solid #E5C158;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn:hover, .cta-button:hover, .register-button:hover, .play-button:hover {
    background: linear-gradient(to bottom, #E5C158, #D4AF37);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.hero-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(212, 175, 55, 0.5);
}

.hero-description {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero::after {
    display: none;
}

.site-footer {
    background-color: var(--dark-accent);
    padding: 15px 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid var(--accent-color);
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.copyright-text {
    color: var(--text-color);
    font-size: 14px;
    margin: 0;
    opacity: 0.7;
    font-weight: 300;
}

.button-center {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.faq-section {
    background-color: var(--site-bg-color);
    padding: 4rem 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.faq-section .section-title {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--accent-color);
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    display: block;
    padding-bottom: 0;
}

.faq-section .section-title::before,
.faq-section .section-title::after {
    content: none;
}

.faq-grid {
    display: grid;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(61, 43, 31, 0.5);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background: none;
    border: none;
    color: var(--accent-color);
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: rgba(212, 175, 55, 0.1);
}

.faq-question.active {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.faq-question.active .arrow {
    transform: rotate(180deg);
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 0.8em;
    color: var(--accent-color);
}

.faq-text {
    margin: 0;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.9;
}

.faq-answer {
    padding: 1.25rem;
    color: var(--text-color);
    opacity: 0.9;
    line-height: 1.6;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}

.faq-answer.active {
    display: block;
}

.providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.provider-card {
    background: rgba(61, 43, 31, 0.5);
    border-radius: var(--border-radius-sm);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--accent-color);
}

.provider-card h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
}

.provider-card p {
    font-size: 0.9rem;
    color: var(--text-color);
    margin: 0;
    line-height: 1.4;
    opacity: 0.9;
}

.features-table.dark-theme {
    width: 100%;
    border-collapse: collapse;
    background: rgba(30, 26, 23, 0.6);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    border: 1px solid var(--accent-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.features-table.dark-theme th,
.features-table.dark-theme td {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    line-height: 1.4;
    font-size: 0.95rem;
}

.features-table.dark-theme tr:last-child td {
    border-bottom: none;
}

.features-table.dark-theme th {
    background: linear-gradient(to bottom, #3D2B1F, #2A1A10);
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-bottom: 2px solid var(--accent-color);
}

.features-table.dark-theme .feature-name {
    width: 25%;
    font-weight: 600;
    color: var(--accent-color);
    background: rgba(61, 43, 31, 0.4);
}

.features-table.dark-theme tr:hover {
    background: rgba(212, 175, 55, 0.1);
}

@media (max-width: 768px) {
    .features-table.dark-theme {
        display: block;
        width: 100%;
    }
    
    .features-table.dark-theme thead {
        display: none;
    }
    
    .features-table.dark-theme tbody {
        display: block;
        width: 100%;
    }
    
    .features-table.dark-theme tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid rgba(212, 175, 55, 0.2);
        background: rgba(61, 43, 31, 0.4);
    }
    
    .features-table.dark-theme td {
        display: block;
        text-align: right;
        padding: 0.5rem 0.6rem;
        font-size: 0.85rem;
        border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    }
    
    .features-table.dark-theme td:last-child {
        border-bottom: none;
    }
    
    .features-table.dark-theme td::before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        color: var(--accent-color);
        text-transform: uppercase;
    }
    
    .features-table.dark-theme .feature-name {
        width: 100%;
        text-align: left;
        background: linear-gradient(to bottom, #3D2B1F, #2A1A10);
        color: var(--accent-color);
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .features-table.dark-theme .feature-name::before {
        content: none;
    }
}

.bonus-image {
    padding: 2rem 0;
    background-color: var(--site-bg-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus-image .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.bonus-image .feature-image.large {
    width: auto;
    height: auto;
    border-radius: var(--border-radius-md);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--accent-color);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transform: translateZ(0);
    backface-visibility: hidden;
    display: block;
    margin: 0 auto;
}

.registration-steps {
    background: var(--card-bg);
    border-radius: var(--border-radius-lg);
    padding: 1.5rem;
    margin-top: 2rem;
    border: 1px solid var(--border-color);
}

.registration-steps h2 {
    color: var(--accent-color);
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    text-align: left;
    text-transform: none;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-content h3 {
    color: var(--text-color);
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.step-content h3::before {
    content: '';
    width: 24px;
    height: 24px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #000000;
}

.step-content h3:nth-child(1)::before { content: '1'; }
.step-content h3:nth-child(3)::before { content: '2'; }
.step-content h3:nth-child(5)::before { content: '3'; }
.step-content h3:nth-child(7)::before { content: '4'; }

.step-content p {
    color: var(--text-color);
    opacity: 0.9;
    line-height: 1.4;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

/* Privacy Policy Page Styles */
.privacy-policy-page {
    padding: 60px 0;
    background-color: var(--site-bg-color);
}

.page-title {
    color: var(--accent-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.privacy-intro {
    margin-bottom: 3rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.privacy-section {
    margin-bottom: 3rem;
}

.privacy-section h2 {
    color: var(--accent-color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 0.5rem;
}

.privacy-section h3 {
    color: var(--accent-color);
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-section p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.privacy-section ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.privacy-section li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    position: relative;
}

.privacy-section li::before {
    content: "•";
    color: var(--accent-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.responsible-gaming-notice {
    background-color: rgba(61, 43, 31, 0.7);
    padding: 1.5rem;
    border-radius: 8px;
    margin: 3rem 0;
    text-align: center;
    border: 1px solid var(--accent-color);
}

.responsible-gaming-notice p {
    margin: 0;
    color: var(--accent-color);
    font-weight: 600;
    font-size: 1.1rem;
}

/* Footer Links Styles */
.footer-links {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--accent-color);
    margin: 0 15px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 5px 0;
    position: relative;
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--accent-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: var(--button-hover-color);
}

.footer-links a:hover::after {
    transform: scaleX(1);
}

.footer-disclaimer {
    margin-bottom: 15px;
    text-align: center;
}

.age-warning {
    font-size: 0.9rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 8px;
}

.footer-disclaimer .responsible-gaming-notice {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: none;
    font-size: 0.85rem;
    color: var(--text-color);
    opacity: 0.8;
}

.footer-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-logo {
    width: auto;
    height: auto;
    max-height: 30px;
    filter: grayscale(20%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.footer-logo:hover {
    filter: grayscale(0%);
    transform: translateY(-2px);
}

.footer-logos a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.footer-logos a:hover {
    transform: translateY(-2px);
}

/* About us page styles */
.about-us-page {
    padding: 60px 0;
    background-color: var(--site-bg-color);
}

.about-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--text-color);
}

.about-section {
    margin-bottom: 2.5rem;
}

.about-section h2 {
    color: var(--accent-color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 0.5rem;
}

.about-section p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.about-section ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.about-section li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    position: relative;
}

.about-section li::before {
    content: "•";
    color: var(--accent-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.responsible-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.responsible-logos a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.responsible-logos a:hover {
    transform: translateY(-2px);
}

.payment-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.payment-logo {
    width: auto;
    height: auto;
    max-height: 30px;
    filter: grayscale(20%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.payment-heading {
    display: block;
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* Responsible Gaming Page Styles */
.responsible-gaming-page {
    padding: 60px 0;
    background-color: var(--site-bg-color);
}

.responsible-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--text-color);
}

.responsible-section {
    margin-bottom: 2.5rem;
}

.responsible-section h2 {
    color: var(--accent-color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 0.5rem;
}

.responsible-section p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.responsible-section ul, 
.responsible-section ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.responsible-section li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    position: relative;
}

.responsible-section ul li::before {
    content: "•";
    color: var(--accent-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.responsible-logos-section {
    margin-bottom: 2.5rem;
}

.responsible-logos-section h2 {
    color: var(--accent-color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 0.5rem;
}

.support-organizations {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.org-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.org-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.org-logo {
    max-width: 120px;
    max-height: 60px;
    margin-bottom: 15px;
}

.org-item p {
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Pros and Cons Section Styles */
.pros-cons-section {
    border-radius: var(--border-radius-sm);
    padding: var(--spacing-md);
    margin: var(--spacing-md) 0;
}

.pros-cons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
    margin-top: var(--spacing-md);
}

.pros-section, .cons-section {
    background: rgba(30, 26, 23, 0.8);
    border-radius: var(--border-radius-sm);
    padding: var(--spacing-md);
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pros-section:hover, .cons-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.1);
}

.pros-section {
    border-left: 3px solid #4CAF50;
}

.cons-section {
    border-left: 3px solid #FF6B6B;
}

.pros-section h3, .cons-section h3 {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    margin-bottom: var(--spacing-sm);
    font-size: 1.1rem;
    font-weight: 600;
}

.pros-section h3::before {
    content: "✓";
    background: #4CAF50;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.cons-section h3::before {
    content: "✗";
    background: #FF6B6B;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.pros-section ul, .cons-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros-section li, .cons-section li {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-xs);
    margin-bottom: var(--spacing-xs);
    padding: var(--spacing-xs);
    background: rgba(255, 255, 255, 0.02);
    border-radius: calc(var(--border-radius-sm) / 2);
    transition: background-color 0.2s ease;
    font-size: 0.9rem;
}

.pros-section li:hover, .cons-section li:hover {
    background: rgba(255, 255, 255, 0.05);
}

.pros-section li::before {
    content: "⭐";
    color: #4CAF50;
    font-size: 14px;
    margin-top: 1px;
    flex-shrink: 0;
}

.cons-section li::before {
    content: "⚠️";
    color: #FF6B6B;
    font-size: 14px;
    margin-top: 1px;
    flex-shrink: 0;
}

/* Pros and Cons Image Styling */
.pros-cons-image {
    margin-top: 2rem;
    text-align: center;
}

.pros-cons-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: var(--border-radius-md);
}

/* Game Selection Image Styling */
.game-selection-image {
    margin: 1.5rem 0;
    text-align: center;
}

.game-selection-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: var(--border-radius-md);
}

/* Mobile App Section Image Styling */
.split-content#mobile .feature-image {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}


/* Bonus Card Styles */
.bonus-card {
    margin-bottom: 2rem;
}

.bonus-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.bonus-item {
    margin-bottom: 1.5rem;
}

.bonus-item:last-child {
    margin-bottom: 0;
}

.bonus-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.bonus-tag {
    background-color: var(--accent-color);
    color: #000;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-right: 1rem;
    font-size: 0.85rem;
    min-width: 50px;
    text-align: center;
}

.bonus-header h4 {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}

.bonus-item p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Bonus Steps Styles */
.bonus-steps {
    margin-top: 1rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.step-number {
    background-color: var(--accent-color);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 1rem;
    margin-top: 0.4rem;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-content h4 {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    color: var(--text-color);
    font-weight: 600;
}

.step-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .features-table td {
        padding: 0.5rem 0.6rem;
        font-size: 0.85rem;
    }

    .features-table th {
        width: 35%;
    }

    .hero-bonus {
        font-size: 0.9rem;
    }

    .hero {
        min-height: 550px;
    }

    .split-wrapper {
        flex-direction: column;
        gap: 2rem;
    }

    .split-text {
        order: 2;
        width: 100%;
    }

    .split-image {
        order: 1;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        flex: none;
    }

    .feature-image {
        width: 100%;
        max-width: 300px;
    }

    .copyright-text {
        font-size: 12px;
    }

    .mobile-menu-toggle .menu-bar {
        background-color: var(--accent-color);
    }

    .main-nav {
        border-top: 1px solid var(--accent-color);
    }

    .nav-links li:last-child .nav-link {
        border-bottom: none;
    }

    .faq-section {
        padding: 2rem 0;
    }

    .faq-question {
        font-size: 1.1rem;
        padding: 1rem;
    }

    .faq-answer {
        padding: 1rem;
        font-size: 0.95rem;
    }

    .providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }

    .provider-card {
        padding: 1rem;
    }

    .provider-card h3 {
        font-size: 1.1rem;
    }

    .provider-card p {
        font-size: 0.85rem;
    }

    .bonus-image {
        padding: 1rem 0;
    }

    .bonus-image .container {
        padding: 0 1rem;
    }

    .bonus-image .feature-image.large {
        max-width: 100%;
        height: auto;
    }

    .registration-steps {
        padding: 1rem;
    }

    .registration-steps h2 {
        font-size: 1.4rem;
    }

    .step-content h3 {
        font-size: 1rem;
    }

    .step-content p {
        margin-left: 1.75rem;
        font-size: 0.9rem;
    }

    .privacy-policy-page {
        padding: 40px 0;
    }

    .page-title {
        font-size: 2rem;
    }

    .privacy-intro {
        font-size: 1rem;
    }

    .privacy-section h2 {
        font-size: 1.5rem;
    }

    .privacy-section h3 {
        font-size: 1.2rem;
    }

    .responsible-gaming-notice p {
        font-size: 0.9rem;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-links a {
        margin: 5px 0;
    }

    .footer-logos {
        gap: 15px;
    }

    .footer-logo {
        max-height: 25px;
        height: auto;
    }

    .about-us-page {
        padding: 40px 0;
    }

    .about-intro {
        font-size: 1rem;
    }

    .about-section h2 {
        font-size: 1.5rem;
    }

    .responsible-logos {
        gap: 15px;
    }

    .payment-logos {
        gap: 15px;
    }

    .payment-logo {
        max-height: 25px;
    }

    .responsible-gaming-page {
        padding: 40px 0;
    }

    .responsible-intro {
        font-size: 1rem;
    }

    .responsible-section h2,
    .responsible-logos-section h2 {
        font-size: 1.5rem;
    }

    .support-organizations {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .org-logo {
        max-width: 100px;
        max-height: 50px;
    }

    .pros-cons-container {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
    }

    .pros-cons-section {
        padding: var(--spacing-sm);
    }

    .pros-section, .cons-section {
        padding: var(--spacing-sm);
    }

    .pros-section h3, .cons-section h3 {
        font-size: 1rem;
    }

    .pros-section li, .cons-section li {
        font-size: 0.85rem;
    }

    .split-content#mobile .feature-image {
        max-width: 70%;
    }

    .pros-cons-image img {
        width: 100%;
        max-width: 600px;
    }

    .info-content ul,
    .info-content ol {
        padding-left: 1.5rem;
        margin-left: 0;
    }

    .info-content li {
        margin-bottom: 0.5rem;
    }

    .features-table {
        display: block;
        border: none;
    }

    .features-table thead {
        display: none;
    }

    .features-table tbody {
        display: block;
    }

    .features-table tbody tr {
        display: block;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(212, 175, 55, 0.2);
        border-radius: var(--border-radius-sm);
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .features-table td {
        display: block;
        text-align: left;
        border: none;
        padding: 0.3rem 0;
        position: relative;
    }

    .features-table td::before {
        content: attr(data-label) " ";
        font-weight: bold;
        color: var(--accent-color);
        display: inline-block;
        width: auto;
        margin-right: 0.5rem;
    }

    .bonus-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .bonus-tag {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .footer-logos {
        gap: 10px;
    }

    .footer-logo {
        max-height: 20px;
        height: auto;
    }

    .responsible-logos {
        gap: 10px;
    }

    .payment-logos {
        gap: 10px;
    }

    .payment-logo {
        max-height: 20px;
    }
}

.info-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    list-style: none;
}

.info-content ul li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.9;
    position: relative;
    padding-left: 1.2rem;
}

.info-content ul li::before {
    content: "•";
    color: var(--accent-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.review-card {
    background: linear-gradient(135deg, rgba(61, 43, 31, 0.7), rgba(30, 26, 23, 0.7));
    border: 2px solid var(--accent-color);
    border-radius: var(--border-radius-md);
    padding: 2.5rem 2rem;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(212, 175, 55, 0.15) inset;
}

.review-card .review-title {
    color: var(--accent-color);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-stars {
    color: var(--accent-color);
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

.review-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem 0;
    text-align: left;
    display: inline-block;
}

.review-features li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    position: relative;
    color: var(--text-color);
    opacity: 0.95;
    font-size: 1rem;
    line-height: 1.5;
}

.review-features li::before {
    content: "✓";
    color: var(--accent-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.4rem;
    font-size: 1.1rem;
}

.review-bonus {
    background: rgba(0, 0, 0, 0.25);
    border: 1px dashed rgba(212, 175, 55, 0.5);
    border-radius: var(--border-radius-sm);
    padding: 1rem 1.25rem;
    margin: 0 auto 1.75rem auto;
    max-width: 420px;
}

.review-brand {
    color: var(--accent-color);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    margin: 0 0 0.35rem 0;
    text-transform: uppercase;
}

.review-offer {
    color: var(--text-color);
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0;
}

.review-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.review-actions .btn {
    padding: 0.75rem 1.75rem;
    min-width: 150px;
}

@media (max-width: 480px) {
    .review-card {
        padding: 1.75rem 1rem;
    }

    .review-card .review-title {
        font-size: 1.3rem;
    }

    .review-stars {
        font-size: 1.5rem;
    }

    .review-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .review-actions .btn {
        width: 100%;
        max-width: 280px;
    }
}
