/* ==========================================================================
   Reset and Base Styles - AR Gridmaster 2026
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #f3f4f6;
    background-color: #0b0c10;
}

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

/* ==========================================================================
   New Appearance Elements (Top Announcement Bar)
   ========================================================================== */
.top-announcement-bar {
    background: #12131a;
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    padding: 8px 0;
    text-align: center;
    position: relative;
    z-index: 1001;
}

.top-announcement-bar p {
    font-size: 0.85rem;
    color: #d4af37;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
.header {
    background: linear-gradient(135deg, #0f1016 0%, #1c1d24 100%);
    color: white;
    padding: 1.2rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), 0 0 15px rgba(99, 102, 241, 0.15);
    border-bottom: 1px solid rgba(99, 102, 241, 0.2);
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo h1 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    position: absolute;
    right: 0;
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}

.nav-menu {
    transition: all 0.3s ease;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #e5e7eb;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-menu a:hover {
    color: #6366f1;
    text-shadow: 0 0 8px rgba(99, 102, 241, 0.6);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
    background: radial-gradient(circle at top, #161824 0%, #0b0c10 100%);
    color: white;
    padding: 150px 0 40px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-content h1 {
    font-size: 2.8rem;
    padding-top: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(135deg, #ffffff 0%, #d4af37 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-content p {
    font-size: 1.25rem;
    max-width: 850px;
    margin: 0 auto 2.5rem;
    color: #9ca3af;
    line-height: 1.7;
}

.age-verification {
    display: inline-block;
    background: rgba(99, 102, 241, 0.15);
    padding: 0.6rem 1.4rem;
    border-radius: 25px;
    font-weight: 600;
    color: #a5b4fc;
    border: 2px solid rgba(99, 102, 241, 0.4);
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.1);
}

/* ==========================================================================
   Casino Ranking Section (Double Selector Compatibility)
   ========================================================================== */
.casino-ranking {
    padding: 40px 0;
}

.section-title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.casino-card, .casino-card-premium {
    background: #131520;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.casino-card:hover, .casino-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.25);
    border-color: rgba(212, 175, 55, 0.6);
}

.ranking-number, .ranking-badge {
    font-size: 46px;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #a1a1aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-width: 80px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}

.casino-card-premium:nth-of-type(1) .ranking-badge,
.casino-card:nth-of-type(1) .ranking-number {
    background: linear-gradient(135deg, #ffe600 0%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.casino-logo, .casino-logo-brand {
    width: 110px;
    height: 85px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    color: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.casino-logo-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.casino-logo-link:hover {
    transform: scale(1.05);
}

.casino-logo-link:hover .casino-logo,
.casino-logo-link:hover .casino-logo-brand {
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
    border-color: #6366f1;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.casino-info, .casino-info-block {
    flex: 1;
}

.casino-title, .casino-main-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.casino-subtitle {
    color: #94a3b8;
    margin-bottom: 15px;
}

.verified-badge, .status-badge-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.verified-badge::before, .status-badge-verified::before {
    content: '✓';
    font-weight: 900;
}

.offer-text, .promo-highlight-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #f9fafb;
    letter-spacing: 0.2px;
}

.pwr-score, .vip-score-container {
    margin-bottom: 18px;
}

.pwr-label, .vip-tag-label {
    font-size: 12px;
    color: #d4af37;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.progress-bar, .custom-progress-bar {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.progress-fill, .custom-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #d4af37 0%, #f59e0b 50%, #6366f1 100%);
    border-radius: 6px;
    transition: width 0.3s ease;
}

.feature-tags, .tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.feature-tag, .custom-tag {
    background: #1e2230;
    color: #cbd5e1;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.feature-tag:hover, .custom-tag:hover {
    background: rgba(99, 102, 241, 0.15);
    color: #a5b4fc;
    border-color: rgba(99, 102, 241, 0.4);
    transform: translateY(-1px);
}

.casino-cta, .casino-btn-cta {
    background: linear-gradient(135deg, #ffe600 0%, #d4af37 100%);
    color: #000000;
    padding: 16px 32px;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    min-width: 210px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.casino-cta:hover, .casino-btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.5), 0 0 15px rgba(212, 175, 55, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #ffe600 100%);
}

/* ==========================================================================
   Regulation Section
   ========================================================================== */
.regulation-section {
    padding: 80px 0;
    background: #090a0f;
}

.regulation-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
    color: #ffffff;
}

.regulation-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.regulation-item {
    background: #131520;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.regulation-item h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #ffffff;
}

.regulation-item p {
    color: #9ca3af;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.regulation-item ul {
    list-style: none;
    padding-left: 0;
}

.regulation-item li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #d1d5db;
}

.regulation-item li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-size: 14px;
}

.regulation-card {
    background: #131520;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    margin-top: 20px;
    padding: 40px;
    max-width: 900px;
    margin: 20px auto 0;
}

.regulation-card h2 {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 28px;
}

.regulation-card ul {
    list-style: none;
    padding-left: 0;
}

.regulation-card li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #cbd5e1;
}

.regulation-card li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-size: 12px;
}

/* ==========================================================================
   FAQ Section & Accordion
   ========================================================================== */
.faq-section {
    padding: 80px 0;
    background: #0b0c10;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
    color: #ffffff;
}

.faq-accordion {
    max-width: 850px;
    margin: 0 auto 4rem;
}

.faq-item {
    background: #131520;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 1.2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.faq-item:hover {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.faq-item.active {
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(212, 175, 55, 0.1);
}

.faq-question {
    padding: 1.6rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #1c1e2d;
}

.faq-item.active .faq-question {
    background: linear-gradient(135deg, #131520 0%, #1c1e2d 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-question h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.faq-icon {
    font-size: 1.6rem;
    font-weight: 400;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #d4af37;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #ffffff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.faq-item.active .faq-answer {
    max-height: 2000px;
    transition: max-height 0.3s ease-in-out;
}

.answer-content {
    padding: 1.8rem;
    background: #161926;
}

.answer-content h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
}

.answer-content h4:before {
    content: "📋";
    margin-right: 0.6rem;
}

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

.answer-content li {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #9ca3af;
    line-height: 1.6;
    position: relative;
    padding-left: 1.6rem;
}

.answer-content li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: 700;
}

.answer-content li:last-child {
    border-bottom: none;
}

.answer-content strong {
    color: #ffffff;
}

.answer-content p {
    background: #1e2235;
    border-left: 4px solid #d4af37;
    padding: 1.2rem;
    margin-top: 1rem;
    border-radius: 0 8px 8px 0;
    color: #cbd5e1;
}

/* FAQ Grid & Links */
.faq-links {
    text-align: center;
}

.faq-links h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-link {
    display: block;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    text-decoration: none;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(29, 78, 216, 0.3);
}

.faq-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29, 78, 216, 0.5);
}

/* ==========================================================================
   Footer & Corporate Info Block
   ========================================================================== */
.footer {
    background: linear-gradient(135deg, #090a0f 0%, #12131a 100%);
    color: #9ca3af;
    padding: 4rem 0 2rem;
    border-top: 2px solid rgba(212, 175, 55, 0.3);
}

.footer-disclaimer {
    margin-bottom: 2.5rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.footer-disclaimer p {
    margin-bottom: 1.2rem;
    opacity: 0.8;
    line-height: 1.7;
    font-size: 0.88rem;
    text-align: center;
    color: #9ca3af;
}

.footer-links {
    margin-bottom: 2.5rem;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
}

.footer-grid a {
    display: block;
    background: #161824;
    color: #e5e7eb;
    text-decoration: none;
    padding: 0.8rem 1.4rem;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid a:hover {
    background: #1f2336;
    color: #ffffff;
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.footer-corporate-info {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.footer-corporate-info p {
    font-size: 0.9rem;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
}

.footer-corporate-info strong {
    color: #d4af37;
    font-size: 1rem;
}

.footer-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2.5rem;
    align-items: center;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.age-logo {
    background: #ef4444;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.logo-img {
    width: 110px;
    height: 60px;
    border-radius: 8px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(20%) brightness(95%);
    transition: filter 0.3s ease;
}

.logo-img:hover {
    filter: grayscale(0%) brightness(110%);
}

.logo-btn {
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.logo-btn:hover {
    transform: translateY(-3px);
}

.gov-logo {
    background: #10b981;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

.ibja-logo {
    background: #06b6d4;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.ja-logo, .moody-logo, .gordon-logo {
    background: #4b5563;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.5rem;
}

.trustpilot-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin-top: 5px;
}

.trustpilot-logo .stars {
    color: #f59e0b;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.trustpilot-logo span {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
}

.logo-item span {
    font-size: 0.8rem;
    opacity: 0.8;
    max-width: 120px;
    text-align: center;
}

.footer-legal {
    margin-bottom: 2.5rem;
}

.footer-legal p {
    margin-bottom: 1.2rem;
    color: #6b7280;
    line-height: 1.8;
    font-size: 0.84rem;
    text-align: center;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
    color: #4b5563;
    font-size: 0.88rem;
}

/* ==========================================================================
   Opt-out Page & General Custom Buttons
   ========================================================================== */
.btn-cancel, .btn-keep {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px;
    min-width: 160px;
}

.btn-cancel {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    color: white;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-cancel:hover {
    background: linear-gradient(135deg, #dc2626, #991b1b);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.btn-keep {
    background: linear-gradient(135deg, #10b981, #047857);
    color: white;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-keep:hover {
    background: linear-gradient(135deg, #059669, #065f46);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

/* ==========================================================================
   Legal Pages Styles
   ========================================================================== */
.legal-content {
    padding: 140px 0 80px;
    background: #090a0f;
    min-height: 100vh;
}

.breadcrumb {
    margin-bottom: 2.5rem;
    color: #9ca3af;
    font-size: 0.95rem;
}

.breadcrumb a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.legal-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.legal-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.2rem;
}

.legal-subtitle {
    color: #9ca3af;
    font-size: 1.15rem;
}

.legal-subtitle a {
    color: #d4af37;
    text-decoration: none;
}

.legal-body {
    max-width: 850px;
    margin: 0 auto;
}

.legal-section {
    background: #131520;
    padding: 2.5rem;
    border-radius: 16px;
    margin-bottom: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.legal-section h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.6rem;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.6rem;
}

.legal-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    margin: 1.8rem 0 1.2rem;
}

.legal-section p {
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.legal-section ul {
    margin-bottom: 1.8rem;
}

.legal-section li {
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 0.6rem;
    padding-left: 1.2rem;
}

.legal-section a {
    color: #d4af37;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

/* Special Grids for Legal Pages */
.values-grid, .purpose-grid, .rights-grid, .tips-grid, .warning-signs, 
.protection-measures, .tools-grid, .help-resources, .prohibited-uses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.value-item, .purpose-item, .right-item, .tip-item, .warning-item, 
.measure-item, .tool-item, .resource-item, .prohibited-item {
    background: #1c1e2d;
    padding: 1.8rem;
    border-radius: 12px;
    border-left: 4px solid #d4af37;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.value-item h3, .purpose-item h3, .right-item h3, .tip-item h3, .warning-item h3, 
.measure-item h3, .tool-item h3, .resource-item h3, .prohibited-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    color: #ffffff;
    font-weight: 600;
}

.value-item p, .purpose-item p, .right-item p, .tip-item p, .warning-item p, 
.measure-item p, .tool-item p, .resource-item p, .prohibited-item p {
    margin-bottom: 0;
    color: #94a3b8;
}

.help-alert {
    background: #1e2235;
    border: 1px solid #d4af37;
    border-radius: 12px;
    padding: 1.8rem;
    margin: 2.5rem 0;
    text-align: center;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
}

.help-alert p {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-info {
    background: #1c1e2d;
    border-radius: 12px;
    padding: 1.8rem;
    margin: 1.5rem 0;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.contact-info p {
    margin-bottom: 0.6rem;
    color: #cbd5e1;
}

.contact-info a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Contact Form Styles
   ========================================================================== */
.contact-form-container, .opt-out-form-container {
    max-width: 650px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.form-group {
    margin-bottom: 1.6rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    background: #1c1e2d;
    color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

.form-group small {
    display: block;
    margin-top: 0.4rem;
    color: #6b7280;
    font-size: 0.85rem;
}

.checkbox-label, .radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.6rem;
    color: #cbd5e1;
}

.checkbox-label input,
.radio-label input {
    margin-right: 0.6rem;
    width: 18px;
    height: 18px;
    accent-color: #d4af37;
}

.submit-btn {
    background: linear-gradient(135deg, #ffe600 0%, #d4af37 100%);
    color: #000000;
    border: none;
    padding: 1.1rem 2.5rem;
    border-radius: 30px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.submit-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #ffe600 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

.submit-btn:disabled {
    background: #4b5563;
    color: #9ca3af;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.form-message {
    margin-top: 2.5rem;
}

.success-message {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid #10b981;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
}

.success-message h3 {
    margin-bottom: 0.6rem;
    color: #10b981;
    font-size: 1.4rem;
}

.success-message p {
    margin-bottom: 0;
    color: #cbd5e1;
}

/* Contact Page Specific Elements */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.contact-card {
    background: #131520;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.contact-card h3 {
    margin-bottom: 0.8rem;
    color: #d4af37;
    font-size: 1.3rem;
}

.contact-card p {
    margin-bottom: 0;
    color: #ffffff;
}

.contact-card a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.contact-card a:hover {
    text-decoration: underline;
    color: #d4af37;
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
    margin: 2.5rem 0;
}

.hours-item {
    background: #1c1e2d;
    padding: 1.8rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.hours-item h3 {
    margin-bottom: 0.6rem;
    color: #ffffff;
    font-size: 1.2rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin: 2.5rem 0;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.8rem;
    background: #131520;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    font-weight: 500;
}

.social-link:hover {
    background: linear-gradient(135deg, #ffe600 0%, #d4af37 100%);
    color: #000000;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.social-icon {
    font-size: 1.3rem;
}

/* Opt-out Page Specific */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.info-card {
    background: #131520;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #10b981;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.info-card h3 {
    margin-bottom: 0.6rem;
    color: #10b981;
    font-size: 1.25rem;
}

.contact-alternatives {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.contact-alt-item {
    background: #131520;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #06b6d4;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.contact-alt-item h3 {
    margin-bottom: 0.6rem;
    color: #06b6d4;
    font-size: 1.25rem;
}

/* ==========================================================================
   Bonus List Page Styles
   ========================================================================== */
.bonus-list-content {
    padding: 140px 0 80px;
    background: #090a0f;
    min-height: 100vh;
}

.page-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.page-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.25rem;
    color: #9ca3af;
}

.filter-section {
    background: #131520;
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.filter-container h3 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 1.3rem;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
    align-items: end;
}

.filter-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 500;
    color: #ffffff;
}

.filter-group select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    background: #1c1e2d;
    color: #ffffff;
}

.filter-btn {
    background: linear-gradient(135deg, #ffe600 0%, #d4af37 100%);
    color: #000000;
    border: none;
    padding: 0.85rem 1.8rem;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #ffe600 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.bonus-list-section {
    margin-bottom: 3.5rem;
}

.bonus-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.bonus-item {
    background: #131520;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.bonus-item:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.bonus-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.6rem;
    background: #1c1e2d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bonus-header .casino-logo h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
}

.license {
    background: #10b981;
    color: white;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.bonus-badge {
    background: #6366f1;
    color: white;
    padding: 0.3rem 0.9rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
}

.bonus-badge.popular { background: #ef4444; }
.bonus-badge.new { background: #10b981; }
.bonus-badge.special { background: #d4af37; color: #000000; }

.bonus-content {
    padding: 1.8rem;
    background: #131520;
}

.bonus-content h4 {
    margin-bottom: 0.6rem;
    color: #ffffff;
    font-size: 1.2rem;
}

.bonus-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: #d4af37;
    margin-bottom: 1.2rem;
}

.bonus-details {
    margin-bottom: 1.2rem;
}

.bonus-details p {
    margin-bottom: 0.4rem;
    color: #9ca3af;
    font-size: 0.92rem;
}

.bonus-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.8rem;
}

.bonus-features .feature-tag {
    background: #1c1e2d;
    color: #d4af37;
    padding: 0.3rem 0.8rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.bonus-cta-list {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    text-decoration: none;
    padding: 1.1rem;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

.bonus-cta-list:hover {
    background: linear-gradient(135deg, #131520 0%, #10b981 100%);
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.info-section {
    margin-bottom: 3.5rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.info-section .info-card {
    background: #131520;
    padding: 2.2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.info-section .info-card h3 {
    margin-bottom: 1.2rem;
    color: #ffffff;
}

.info-section .info-card ol,
.info-section .info-card ul {
    margin-bottom: 0;
}

.info-section .info-card li {
    margin-bottom: 0.6rem;
    color: #9ca3af;
}

/* ==========================================================================
   Responsive Adaptations & Layout Media Queries
   ========================================================================== */

/* Mobile Styles (320px - 767px) */
@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
    
    /* Mobile Navigation */
    .mobile-menu-toggle {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: linear-gradient(135deg, #090a0f 0%, #131520 100%);
        transition: left 0.3s ease;
        z-index: 999;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu ul {
        flex-direction: column;
        gap: 0;
        padding: 2rem 0;
    }
    
    .nav-menu li {
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    .nav-menu a {
        display: block;
        padding: 1.6rem;
        font-size: 1.15rem;
    }
    
    /* Hero Section */
    .hero {
        padding: 120px 0 50px;
    }
    
    .hero-content h1 {
        font-size: 1.95rem;
        line-height: 1.35;
        margin-bottom: 1.5rem;
    }
    
    .hero-content p {
        font-size: 1.05rem;
        line-height: 1.65;
    }
    
    /* Casino Cards */
    .casino-card, .casino-card-premium {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 22px;
    }
    
    .ranking-number, .ranking-badge {
        font-size: 38px;
        min-width: auto;
    }
    
    .casino-logo, .casino-logo-brand {
        width: 90px;
        height: 70px;
        font-size: 20px;
        margin: 0 auto;
    }
    
    .casino-info, .casino-info-block {
        width: 100%;
    }
    
    .casino-title, .casino-main-title {
        font-size: 22px;
    }
    
    .offer-text, .promo-highlight-text {
        font-size: 15px;
    }
    
    .feature-tags, .tags-container {
        justify-content: center;
    }
    
    .feature-tag, .custom-tag {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .casino-cta, .casino-btn-cta {
        margin-top: 15px;
        padding: 14px 28px;
        font-size: 15px;
        width: 100%;
    }
    
    /* Regulation Section */
    .regulation-section {
        padding: 60px 0;
    }
    
    .regulation-section h2 {
        font-size: 1.95rem;
        margin-bottom: 2.5rem;
    }
    
    .regulation-content {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
    
    .regulation-item {
        padding: 1.8rem;
    }
    
    .regulation-item h3 {
        font-size: 1.2rem;
    }
    
    /* FAQ Section */
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section h2 {
        font-size: 1.95rem;
        margin-bottom: 2.5rem;
    }
    
    .faq-accordion {
        margin-bottom: 2.5rem;
    }
    
    .faq-question {
        padding: 1.3rem;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
        line-height: 1.4;
        padding-right: 2rem;
    }
    
    .faq-icon {
        font-size: 1.3rem;
    }
    
    .answer-content {
        padding: 1.3rem;
    }
    
    .answer-content h4 {
        font-size: 1.05rem;
    }
    
    .answer-content li {
        font-size: 0.92rem;
    }
    
    /* Footer */
    .footer {
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer-disclaimer p {
        font-size: 0.82rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .footer-grid a {
        font-size: 0.88rem;
        padding: 0.7rem 1rem;
    }
    
    .footer-logos {
        gap: 1.2rem;
    }
    
    .logo-img {
        width: 85px;
        height: 50px;
    }
    
    .footer-legal p {
        font-size: 0.78rem;
    }
    
    .footer-bottom p {
        font-size: 0.82rem;
    }
    
    /* Forms mobile */
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-grid, .hours-grid, .info-cards, .contact-alternatives, .bonus-list-grid, .info-grid {
        grid-template-columns: 1fr;
    }
    
    .filter-grid {
        grid-template-columns: 1fr;
    }
    
    .social-links {
        flex-direction: column;
    }
    
    .legal-content, .bonus-list-content {
        padding: 110px 0 60px;
    }
    
    .legal-header h1, .page-header h1 {
        font-size: 2.1rem;
    }
    
    .form-group input, .form-group select, .form-group textarea {
        font-size: 16px; /* Prevents auto zoom in iOS */
    }
    
    .submit-btn {
        padding: 1.2rem 2rem;
        font-size: 1.1rem;
    }
}

/* Tablet Styles (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding: 0 24px;
    }
    
    .hero-content h1 {
        font-size: 2.4rem;
    }
    
    .hero-content p {
        font-size: 1.15rem;
    }
    
    .casino-card, .casino-card-premium {
        padding: 30px;
        gap: 25px;
    }
    
    .ranking-number, .ranking-badge {
        font-size: 42px;
        min-width: 70px;
    }
    
    .casino-logo, .casino-logo-brand {
        width: 95px;
        height: 75px;
        font-size: 22px;
    }
    
    .casino-title, .casino-main-title {
        font-size: 23px;
    }
    
    .feature-tag, .custom-tag {
        font-size: 11px;
    }
    
    .regulation-section h2, .faq-section h2, .legal-header h1, .page-header h1 {
        font-size: 2.3rem;
    }
    
    .regulation-content {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    
    .faq-question h3 {
        font-size: 1.15rem;
    }
    
    .footer-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    
    .logo-img {
        width: 95px;
        height: 55px;
    }
}

/* Small Desktop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .casino-card, .casino-card-premium {
        padding: 30px;
        gap: 28px;
    }
}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Extra Large Desktop (1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .hero-content p {
        font-size: 1.3rem;
    }
}

/* Touch Device Interactions */
@media (hover: none) and (pointer: coarse) {
    .casino-card:hover, .casino-card-premium:hover,
    .casino-cta:hover, .casino-btn-cta:hover,
    .footer-grid a:hover, .faq-link:hover, .filter-btn:hover {
        transform: none;
        box-shadow: none;
    }
    
    .faq-question:hover {
        background: #131520;
    }
    
    .faq-item.active .faq-question {
        background: #1c1e2d;
    }
}

/* Accessibility: High Contrast Support */
@media (prefers-contrast: high) {
    body {
        background-color: #000000;
        color: #ffffff;
    }
    .casino-card, .casino-card-premium, .legal-section, .faq-item {
        border: 2px solid #ffffff !important;
        background: #000000 !important;
    }
    .casino-cta, .casino-btn-cta, .submit-btn, .filter-btn {
        border: 2px solid #ffffff !important;
        background: #ffffff !important;
        color: #000000 !important;
    }
    .nav-menu a:hover, .legal-section a {
        color: #ffff00 !important;
        text-decoration: underline !important;
    }
}

/* Accessibility: Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ==========================================================================
   Animations & Dynamic Effects
   ========================================================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bonus-card, .casino-card, .casino-card-premium, .bonus-item {
    animation: fadeInUp 0.5s ease-out forwards;
}

.bonus-card:nth-child(2), .casino-card:nth-child(2), .casino-card-premium:nth-child(2) {
    animation-delay: 0.15s;
}

.bonus-card:nth-child(3), .casino-card:nth-child(3), .casino-card-premium:nth-child(3) {
    animation-delay: 0.3s;
}

.regulation-item, .info-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.regulation-item:nth-child(2) { animation-delay: 0.1s; }
.regulation-item:nth-child(3) { animation-delay: 0.2s; }
.regulation-item:nth-child(4) { animation-delay: 0.3s; }

/* JavaScript Loading States hooks */
.loading {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease;
}

.loading.visible {
    opacity: 1;
    transform: translateY(0);
}