/*
Theme Name: Brand New Casinos Not On Gamstop
Theme URI: https://brandnewcasinosnotongamstop.uk.com
Author: BrandNewCasinos
Description: Casino affiliate theme for Brand New Casinos Not On Gamstop
Version: 1.0.0
Text Domain: brandnewcasinosnotongamstop
*/

/* ── Reset & Base ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1E1B4B;
    background: #FFFFFF;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #4F46E5; text-decoration: none; }
a:hover { color: #4338CA; }
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; line-height: 1.2; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
p { margin-bottom: 1rem; }
ul, ol { margin-bottom: 1rem; padding-left: 1.5rem; }

/* ── Utility ──────────────────────────────────── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; width: 100%; }
.section-spacing { padding: 60px 0; }
.text-center { text-align: center; }
.text-left { text-align: left; }

/* ── All elements: no border-radius ───────────── */
*, *::before, *::after { border-radius: 0 !important; }

/* ── Header ───────────────────────────────────── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #FFFFFF;
    border-bottom: 2px solid #C7D2FE;
    padding: 0 20px;
}
.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
.site-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1E1B4B;
    white-space: nowrap;
}
.site-logo a { color: inherit; }
.main-nav ul { display: flex; list-style: none; gap: 30px; padding: 0; margin: 0; }
.main-nav a {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1E1B4B;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
}
.main-nav a:hover,
.main-nav a.active { border-bottom-color: #4F46E5; color: #4F46E5; }
.hamburger {
    display: none;
    background: none;
    border: 2px solid #1E1B4B;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #1E1B4B;
    line-height: 1;
}

/* ── Hero ─────────────────────────────────────── */
.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    text-align: center;
    padding: 60px 20px;
}
.hero-content { max-width: 900px; }
.hero h1 {
    font-size: 3rem;
    color: #1E1B4B;
    margin-bottom: 20px;
}
.hero p {
    font-size: 1.2rem;
    color: #6366F1;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.btn-cta {
    display: inline-block;
    background: #4F46E5;
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 36px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.btn-cta:hover { background: #4338CA; color: #FFFFFF; }

/* ── Inner Hero (secondary pages) ─────────────── */
.inner-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF;
    text-align: center;
    padding: 60px 20px;
}
.inner-hero.tall { min-height: 45vh; }
.inner-hero h1 { font-size: 2.5rem; color: #1E1B4B; margin-bottom: 15px; }
.inner-hero p { font-size: 1.1rem; color: #6366F1; margin-bottom: 20px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.badge-item {
    background: #4F46E5;
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 8px 20px;
    display: inline-block;
}

/* ── Casino Grid ──────────────────────────────── */
.casino-grid-section { background: #FFFFFF; }
.casino-grid-section h2 { margin-bottom: 30px; }
.casino-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.casino-card {
    background: #EEF2FF;
    border: 2px solid #C7D2FE;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.casino-rank {
    position: absolute;
    top: 0;
    left: 0;
    background: #4F46E5;
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 12px;
}
.casino-card-logo {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.casino-card-logo img {
    max-height: 60px;
    max-width: 160px;
    object-fit: contain;
}
.casino-card-logo .placeholder-box {
    width: 160px;
    height: 60px;
    border: 2px dashed #C7D2FE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366F1;
    font-size: 0.8rem;
}
.casino-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #1E1B4B;
}
.casino-stars { color: #818CF8; font-size: 0.9rem; margin-bottom: 8px; }
.casino-bonus {
    font-weight: 700;
    font-size: 1rem;
    color: #4F46E5;
    margin-bottom: 10px;
}
.casino-meta {
    font-size: 0.8rem;
    color: #6366F1;
    margin-bottom: 15px;
    line-height: 1.5;
}
.casino-meta span { display: block; }
.casino-badge {
    display: inline-block;
    background: #4F46E5;
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.casino-card .btn-cta {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 0.9rem;
    margin-top: auto;
}
.casino-card .btn-bonus {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    font-size: 0.8rem;
    color: #4F46E5;
    border: 2px solid #4F46E5;
    margin-top: 8px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    font-family: 'Space Grotesk', sans-serif;
}
.casino-card .btn-bonus:hover { background: #4F46E5; color: #FFFFFF; }
.casino-terms { font-size: 0.7rem; color: #6366F1; margin-top: 8px; text-align: center; width: 100%; }

/* ── Review Blocks ────────────────────────────── */
.reviews-section { background: #FFFFFF; }
.reviews-section > .container > h2 { margin-bottom: 40px; }
.review-block { margin-bottom: 50px; border-bottom: 2px solid #C7D2FE; padding-bottom: 50px; }
.review-block:last-child { border-bottom: none; }
.review-topbar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding: 20px;
    background: #EEF2FF;
    border: 2px solid #C7D2FE;
}
.review-topbar-logo {
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.review-topbar-logo img { max-height: 45px; max-width: 75px; object-fit: contain; }
.review-topbar h3 { font-size: 1.4rem; color: #1E1B4B; flex: 1; min-width: 150px; }
.review-topbar .casino-stars { margin: 0; }
.review-topbar .btn-cta { padding: 10px 24px; font-size: 0.85rem; white-space: nowrap; }
.review-screenshots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
.review-screenshot {
    border: 2px solid #C7D2FE;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 16/9;
}
.review-screenshot img { width: 100%; height: 100%; object-fit: cover; }
.review-screenshot .placeholder-box {
    width: 100%;
    height: 100%;
    min-height: 180px;
    border: 2px dashed #C7D2FE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366F1;
    font-size: 0.85rem;
}
.review-body { margin-bottom: 30px; line-height: 1.8; }
.review-body p { margin-bottom: 1rem; }
.pros-cons-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 2px solid #C7D2FE;
    margin-bottom: 20px;
}
.pros-col, .cons-col { padding: 20px; }
.pros-col { border-right: 2px solid #C7D2FE; }
.pros-col h4 { color: #16a34a; margin-bottom: 12px; font-size: 1rem; }
.cons-col h4 { color: #dc2626; margin-bottom: 12px; font-size: 1rem; }
.pros-col ul, .cons-col ul { list-style: none; padding: 0; margin: 0; }
.pros-col li, .cons-col li { padding: 6px 0; font-size: 0.9rem; line-height: 1.5; }
.pros-col li::before { content: "✓ "; color: #16a34a; font-weight: 700; }
.cons-col li::before { content: "✗ "; color: #dc2626; font-weight: 700; }

/* ── FAQ ──────────────────────────────────────── */
.faq-section { background: #EEF2FF; }
.faq-section h2 { margin-bottom: 30px; }
.faq-item { margin-bottom: 25px; }
.faq-item h4 { color: #1E1B4B; margin-bottom: 8px; font-size: 1.1rem; }
.faq-item p { color: #1E1B4B; margin: 0; }

/* ── Author Box ───────────────────────────────── */
.author-box-section { background: #FFFFFF; }
.author-box {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 30px;
    background: #EEF2FF;
    border: 2px solid #C7D2FE;
}
.author-box-img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden;
}
.author-box-img img { width: 100%; height: 100%; object-fit: cover; }
.author-box-text h4 { margin-bottom: 8px; }
.author-box-text p { margin: 0; font-size: 0.95rem; color: #6366F1; }

/* ── Content Section (plugin injected) ────────── */
.content-section { background: #FFFFFF; }
.content-section h2, .content-section h3, .content-section h4 { margin-bottom: 15px; margin-top: 25px; }
.content-section p { margin-bottom: 1rem; }
.content-section ul, .content-section ol { margin-bottom: 1rem; padding-left: 1.5rem; }

/* ── Footer ───────────────────────────────────── */
.site-footer {
    background: #1E1B4B;
    color: #C7D2FE;
    padding: 40px 20px;
    text-align: left;
}
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-sitename {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.footer-copyright { font-size: 0.85rem; margin-bottom: 15px; }
.footer-disclaimer { font-size: 0.75rem; line-height: 1.6; color: #818CF8; }

/* ── Lightbox ─────────────────────────────────── */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img { max-width: 90vw; max-height: 90vh; object-fit: contain; }

/* ── Page Content ─────────────────────────────── */
.page-content { background: #FFFFFF; }
.page-content h2, .page-content h3 { margin-bottom: 15px; margin-top: 25px; }
.page-content p { margin-bottom: 1rem; }
.page-content img { margin: 20px 0; }

/* ── About Page Team ──────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }
.team-member {
    background: #EEF2FF;
    border: 2px solid #C7D2FE;
    padding: 25px;
    text-align: center;
}
.team-member-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.team-member-img img { width: 100%; height: 100%; object-fit: cover; }
.team-member h4 { margin-bottom: 5px; }
.team-member p { font-size: 0.9rem; color: #6366F1; margin: 0; }

/* ── Contact Page ─────────────────────────────── */
.contact-form-wrap {
    max-width: 700px;
    margin: 0;
}
.contact-form-wrap label {
    display: block;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 6px;
    font-size: 0.9rem;
}
.contact-form-wrap input,
.contact-form-wrap select,
.contact-form-wrap textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #C7D2FE;
    background: #EEF2FF;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #1E1B4B;
    margin-bottom: 20px;
    outline: none;
}
.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus { border-color: #4F46E5; }
.contact-form-wrap textarea { min-height: 150px; resize: vertical; }
.contact-info-box {
    background: #EEF2FF;
    border: 2px solid #C7D2FE;
    padding: 30px;
    margin-top: 40px;
}
.contact-info-box h3 { margin-bottom: 15px; }
.contact-info-box p { margin-bottom: 8px; font-size: 0.95rem; }
.toast-message {
    display: none;
    background: #16a34a;
    color: #FFFFFF;
    padding: 14px 24px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
}
.toast-message.show { display: block; }

/* ── How We Rate badges ───────────────────────── */
.criteria-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.criteria-badge {
    background: #818CF8;
    color: #FFFFFF;
    padding: 10px 22px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
}

/* ── Responsive ───────────────────────────────── */
@media (max-width: 1024px) {
    .casino-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .hamburger { display: block; }
    .main-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #FFFFFF;
        border-bottom: 2px solid #C7D2FE;
        padding: 20px;
        z-index: 999;
    }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; gap: 0; }
    .main-nav li { border-bottom: 1px solid #EEF2FF; }
    .main-nav a { display: block; padding: 12px 0; }
    .hero h1 { font-size: 2rem; }
    .hero { min-height: 50vh; }
    .inner-hero h1 { font-size: 1.8rem; }
    .casino-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .casino-card { padding: 16px; }
    .review-topbar { flex-direction: column; align-items: flex-start; }
    .review-screenshots { grid-template-columns: 1fr; }
    .pros-cons-table { grid-template-columns: 1fr; }
    .pros-col { border-right: none; border-bottom: 2px solid #C7D2FE; }
    .author-box { flex-direction: column; }
    .section-spacing { padding: 40px 0; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 1.6rem; }
    .casino-card { padding: 12px; }
    .casino-card h3 { font-size: 1rem; }
    .badge-row { gap: 8px; }
    .badge-item, .criteria-badge { font-size: 0.75rem; padding: 6px 14px; }
}
