/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100%;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    overflow-x: hidden;
}

/* Header */
.header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo span {
    color: #ffd700;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #ffd700;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-icon-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.hero-icon {
    font-size: 48px;
    display: inline-block;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.hero-icon:nth-child(1) {
    animation-delay: 0s;
}

.hero-icon:nth-child(2) {
    animation-delay: 0.5s;
}

.hero-icon:nth-child(3) {
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Casino Section */
.casino-section {
    padding: 60px 0;
    background: #f5f7fa;
}

.casino-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e8ecef;
    position: relative;
}

.casino-card-main {
    display: flex;
    align-items: center;
    padding: 18px 20px;
}

.casino-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.casino-header {
    display: flex;
    align-items: center;
    padding: 0;
    background: white;
    border-bottom: none;
    flex: 0 0 auto;
}

.casino-logo {
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
}

.casino-logo .badge-favourite {
    position: absolute;
    top: -8px;
    left: -8px;
    background: #10b981;
    color: white;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.casino-logo .badge-number {
    position: absolute;
    top: -8px;
    left: -8px;
    background: #ef4444;
    color: white;
    font-size: 12px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
    border: 2px solid white;
}

.casino-logo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid #f0f2f5;
}

.casino-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.casino-established {
    font-size: 12px;
    color: #8b95a5;
    margin-bottom: 6px;
    font-weight: 400;
}

.casino-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.star {
    font-size: 16px;
}

.rating-value {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.rating-label {
    font-size: 12px;
    color: #5a6c7d;
    font-weight: 500;
    background: transparent;
    padding: 0;
}

/* Casino Body */
.casino-body {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.casino-bonus-offer {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    flex: 0 1 auto;
    min-width: 0;
}

.bonus-title {
    font-size: 16px;
    font-weight: 700;
    color: #10b981;
    white-space: normal;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: break-word;
}

.casino-info-list {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    flex-shrink: 0;
}

.casino-info-list li {
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom: none;
    white-space: nowrap;
}

.casino-info-list li:last-child {
    border-bottom: none;
}

.info-icon {
    color: #10b981;
    font-weight: 700;
    margin-right: 5px;
    font-size: 12px;
}

.info-label {
    font-weight: 600;
    color: #1a1a1a;
    margin-right: 4px;
    min-width: auto;
    font-size: 13px;
}

.info-value {
    color: #5a6c7d;
    font-weight: 400;
    font-size: 13px;
}

.info-value.highlight {
    color: #1a1a1a;
    font-weight: 600;
}

/* Casino Footer */
.casino-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: white;
    border-top: none;
    flex: 0 0 auto;
    flex-shrink: 0;
}

.btn {
    display: inline-block;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn-get-bonus {
    background: #10b981;
    color: white;
    box-shadow: none;
}

.btn-get-bonus:hover {
    background: #059669;
    transform: translateY(0);
    box-shadow: none;
}

.btn-more-info {
    background: white;
    color: #5a6c7d;
    font-weight: 500;
    padding: 11px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    border: 1px solid #e8ecef;
    border-radius: 10px;
    flex-shrink: 0;
}

.btn-more-info:hover {
    background: #f5f7fa;
    color: #1a1a1a;
    border-color: #d0d5dd;
}

.arrow {
    transition: transform 0.3s ease;
}

/* More Info Content */
.more-info-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    background: #f9fafb;
    border-top: none;
    transition: max-height 0.4s ease, padding 0.4s ease, border-top 0.4s ease;
}

.more-info-content.active {
    max-height: 3000px;
    padding: 20px 25px;
    border-top: 1px solid #f0f2f5;
}

.info-section {
    margin-bottom: 20px;
}

.info-section:last-child {
    margin-bottom: 0;
}

.info-section h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.info-section p {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 12px;
    font-size: 14px;
}

.info-section ul {
    list-style: none;
    padding-left: 0;
}

.info-section ul li {
    padding: 6px 0 6px 22px;
    position: relative;
    color: #5a6c7d;
    font-size: 14px;
}

.info-section ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

/* Payment Methods Section */
.payment-section {
    background: white;
    padding: 60px 0;
    border-top: 1px solid #dee2e6;
}

.payment-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 40px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.payment-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.payment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.payment-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.payment-name {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.payment-time {
    font-size: 14px;
    color: #28a745;
    font-weight: 600;
}

/* Guide Section */
.guide-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.guide-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.step {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.step-number {
    width: 60px;
    height: 60px;
    background: #ffd700;
    color: #1e3c72;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.step p {
    opacity: 0.95;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    padding: 60px 0;
    background: white;
}

.faq-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 40px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #f8f9fa;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 12px;
}

.faq-item p {
    color: #495057;
    line-height: 1.7;
}

/* Trust Section */
.trust-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

.trust-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.trust-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.trust-list {
    list-style: none;
}

.trust-list li {
    padding: 10px 0;
    font-size: 18px;
    opacity: 0.95;
}

.trust-badges {
    display: flex;
    gap: 20px;
}

.badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

/* Responsible Gambling Section */
.responsible-gambling-section {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    padding: 60px 0;
    border-top: 3px solid #ef4444;
}

.rg-header {
    text-align: center;
    margin-bottom: 40px;
}

.rg-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.rg-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 10px;
}

.rg-intro {
    text-align: center;
    font-size: 18px;
    color: #4b5563;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.rg-warning-box {
    background: white;
    border-left: 4px solid #ef4444;
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.rg-warning-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 15px;
}

.rg-warning-list {
    list-style: none;
    padding: 0;
}

.rg-warning-list li {
    padding: 10px 0 10px 30px;
    position: relative;
    color: #4b5563;
    font-size: 15px;
}

.rg-warning-list li:before {
    content: "⚠️";
    position: absolute;
    left: 0;
    font-size: 16px;
}

.rg-help-section {
    margin-bottom: 40px;
}

.rg-help-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-align: center;
}

.rg-organizations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.rg-org-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rg-org-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.rg-org-logo {
    font-size: 40px;
    margin-bottom: 15px;
}

.rg-org-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.rg-org-card p {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 15px;
}

.rg-link {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

.rg-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.rg-tips {
    background: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.rg-tips h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
}

.rg-tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.rg-tip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f9fafb;
    border-radius: 8px;
}

.tip-icon {
    font-size: 28px;
    flex-shrink: 0;
}

.rg-tip p {
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.rg-age-restriction {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: white;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.3);
}

.age-icon {
    font-size: 48px;
    font-weight: 700;
    background: white;
    color: #dc2626;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.age-text strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.age-text p {
    margin: 0;
    opacity: 0.95;
    font-size: 15px;
}

/* Footer */
.footer {
    background: #212529;
    color: white;
    padding: 50px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffd700;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}

.footer-disclaimer {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #495057;
}

.footer-disclaimer p {
    color: #adb5bd;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .header {
        padding: 15px 0;
    }

    .logo {
        font-size: 16px;
        word-break: break-word;
        max-width: 200px;
    }

    .nav {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav a {
        font-size: 13px;
    }

    .hero {
        padding: 40px 0;
    }

    .hero-icon-group {
        gap: 15px;
        margin-bottom: 20px;
    }

    .hero-icon {
        font-size: 36px;
    }

    .hero h1 {
        font-size: 24px;
        margin-bottom: 15px;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .hero-subtitle {
        font-size: 14px;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .casino-section {
        padding: 30px 0;
    }

    .casino-card {
        margin-bottom: 15px;
        border-radius: 12px;
        width: 100%;
        overflow-x: hidden;
    }

    .casino-card-main {
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
        width: 100%;
        overflow-x: hidden;
    }

    .casino-header {
        padding: 0;
        margin-bottom: 12px;
    }

    .casino-logo img {
        width: 60px;
        height: 60px;
    }

    .casino-title h3 {
        font-size: 16px;
        word-break: break-word;
    }

    .casino-established {
        font-size: 11px;
    }

    .rating-value {
        font-size: 13px;
    }

    .rating-label {
        font-size: 11px;
    }

    .star {
        font-size: 14px;
    }

    .casino-body {
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
        overflow-x: hidden;
    }

    .bonus-title {
        font-size: 14px;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }

    .casino-info-list {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .casino-info-list li {
        padding: 0;
        flex-wrap: wrap;
        white-space: normal;
        word-break: break-word;
    }

    .info-label {
        min-width: 60px;
        font-size: 13px;
    }

    .info-value {
        font-size: 13px;
    }

    .info-icon {
        font-size: 13px;
    }

    .casino-footer {
        flex-direction: column;
        gap: 10px;
        padding: 0;
        margin-top: 12px;
    }

    .btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 14px;
    }

    .btn-more-info {
        width: 100%;
        justify-content: center;
        font-size: 13px;
    }

    .more-info-content {
        padding: 0 15px;
        position: relative;
        margin-top: 0;
        border-radius: 0;
        max-height: 0;
    }

    .more-info-content.active {
        padding: 15px;
        max-height: 3000px;
    }

    .info-section h4 {
        font-size: 15px;
    }

    .info-section p,
    .info-section ul li {
        font-size: 13px;
    }

    .payment-section {
        padding: 40px 0;
    }

    .payment-section h2 {
        font-size: 22px;
        margin-bottom: 30px;
        word-break: break-word;
        padding: 0 10px;
    }

    .payment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .payment-item {
        padding: 20px 15px;
    }

    .payment-icon {
        font-size: 36px;
    }

    .payment-name {
        font-size: 15px;
    }

    .payment-time {
        font-size: 12px;
    }

    .guide-section {
        padding: 40px 0;
    }

    .guide-section h2 {
        font-size: 22px;
        margin-bottom: 30px;
        word-break: break-word;
        padding: 0 10px;
    }

    .guide-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .step {
        padding: 20px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .step h3 {
        font-size: 18px;
    }

    .step p {
        font-size: 14px;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-section h2 {
        font-size: 22px;
        margin-bottom: 30px;
        word-break: break-word;
        padding: 0 10px;
    }

    .faq-item {
        padding: 20px;
        margin-bottom: 15px;
    }

    .faq-item h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .faq-item p {
        font-size: 14px;
    }

    .trust-section {
        padding: 40px 0;
    }

    .trust-section .container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .trust-content h2 {
        font-size: 22px;
        margin-bottom: 20px;
        word-break: break-word;
    }

    .trust-list li {
        font-size: 15px;
        padding: 8px 0;
    }

    .trust-badges {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .badge {
        padding: 15px 25px;
        font-size: 16px;
    }

    .footer {
        padding: 40px 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-section h4 {
        font-size: 16px;
    }

    .footer-section ul li a {
        font-size: 14px;
    }

    .footer-disclaimer p {
        font-size: 13px;
    }

    .responsible-gambling-section {
        padding: 40px 0;
    }

    .rg-icon {
        font-size: 36px;
    }

    .rg-header h2 {
        font-size: 24px;
        word-break: break-word;
        padding: 0 10px;
    }

    .rg-intro {
        font-size: 15px;
        margin-bottom: 30px;
        word-break: break-word;
        padding: 0 10px;
    }

    .rg-warning-box {
        padding: 20px;
    }

    .rg-warning-box h3 {
        font-size: 18px;
    }

    .rg-warning-list li {
        font-size: 14px;
        padding: 8px 0 8px 25px;
    }

    .rg-help-section h3 {
        font-size: 20px;
    }

    .rg-organizations {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rg-org-card {
        padding: 20px;
    }

    .rg-tips {
        padding: 20px;
    }

    .rg-tips h3 {
        font-size: 18px;
    }

    .rg-tips-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rg-age-restriction {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .age-icon {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }

    .age-text strong {
        font-size: 18px;
    }

    .age-text p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-icon {
        font-size: 32px;
    }

    .hero-icon-group {
        gap: 12px;
        margin-bottom: 15px;
    }

    .hero h1 {
        font-size: 18px;
        padding: 0 10px;
    }

    .hero-subtitle {
        font-size: 13px;
        padding: 0 10px;
    }

    .logo {
        font-size: 14px;
        max-width: 180px;
    }

    .casino-logo img {
        width: 50px;
        height: 50px;
    }

    .casino-title h3 {
        font-size: 15px;
    }

    .bonus-title {
        font-size: 14px;
    }

    .info-label {
        min-width: 50px;
        font-size: 12px;
    }

    .info-value {
        font-size: 12px;
    }

    .payment-grid {
        grid-template-columns: 1fr;
    }

    .rg-header h2 {
        font-size: 24px;
    }

    .rg-intro {
        font-size: 15px;
    }

    .rg-organizations {
        grid-template-columns: 1fr;
    }

    .rg-tips-grid {
        grid-template-columns: 1fr;
    }
}
