/*
Theme Name: Casinos Not On Gamstop
Theme URI: https://casinos-not-on-gamstop.cn.com
Description: Casino affiliate theme for casinos-not-on-gamstop.cn.com
Version: 1.0.0
Author: casinos-not-on-gamstop.cn.com
Text Domain: nokyc
*/

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', sans-serif;
    background: #FFFFFF;
    color: #0F172A;
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
a { color: #334155; text-decoration: none; }
a:hover { color: #1E293B; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea {
    font-family: 'Inter', sans-serif;
    border-radius: 0;
}

/* ── Utilities ── */
.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; }

/* ── Header ── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #334155;
    border-bottom: 2px solid #1E293B;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    height: 64px;
}
.site-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #F8FAFC;
    text-decoration: none;
    white-space: nowrap;
}
.site-logo:hover { color: #FFFFFF; }
.main-nav { display: flex; gap: 0; }
.main-nav a {
    color: #F8FAFC;
    padding: 20px 18px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s;
    text-decoration: none;
}
.main-nav a:hover { background: #1E293B; color: #FFFFFF; }
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #F8FAFC;
    margin: 5px 0;
    transition: 0.3s;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Hero ── */
.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334155;
    text-align: center;
    padding: 60px 20px;
}
.hero-inner { max-width: 900px; width: 100%; }
.hero h1 {
    font-size: 48px;
    color: #F8FAFC;
    margin-bottom: 20px;
}
.hero p {
    font-size: 18px;
    color: #94A3B8;
    margin-bottom: 32px;
    line-height: 1.6;
}
.hero-cta {
    display: inline-block;
    background: #F8FAFC;
    color: #334155;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    border-radius: 0;
}
.hero-cta:hover { background: #E2E8F0; color: #1E293B; }

/* Inner hero (secondary pages) */
.inner-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334155;
    text-align: center;
    padding: 60px 20px;
}
.inner-hero.hero-tall { min-height: 45vh; }
.inner-hero h1 {
    font-size: 42px;
    color: #F8FAFC;
    margin-bottom: 16px;
}
.inner-hero p {
    font-size: 16px;
    color: #94A3B8;
    margin-bottom: 24px;
}
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}
.hero-badge {
    display: inline-block;
    background: rgba(248,250,252,0.1);
    color: #F8FAFC;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(248,250,252,0.2);
}

/* ── Casino Grid ── */
.casino-grid-section { background: #F1F5F9; }
.casino-grid-section .section-heading {
    text-align: left;
    margin-bottom: 32px;
}
.casino-grid-section .section-heading h2 {
    font-size: 32px;
    color: #0F172A;
}
.casino-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.casino-card {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s;
}
.casino-card:hover { border-color: #334155; }
.casino-card-rank {
    background: #334155;
    color: #F8FAFC;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casino-card-badge {
    font-size: 10px;
    background: rgba(248,250,252,0.15);
    padding: 2px 8px;
}
.casino-card-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #F8FAFC;
}
.casino-card-logo img {
    max-height: 56px;
    max-width: 160px;
    object-fit: contain;
}
.casino-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.casino-card-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0F172A;
}
.casino-card-stars { margin-bottom: 10px; display: flex; align-items: center; gap: 4px; }
.star { color: #F59E0B; font-size: 14px; }
.star.empty { color: #CBD5E1; }
.casino-card-rating {
    font-size: 13px;
    color: #475569;
    margin-left: 6px;
    font-weight: 600;
}
.casino-card-bonus {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 12px;
    line-height: 1.4;
}
.casino-card-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #475569;
    flex: 1;
}
.casino-card-meta span { display: flex; justify-content: space-between; }
.casino-card-meta span strong { color: #0F172A; font-weight: 600; }
.casino-card-cta {
    display: block;
    background: #334155;
    color: #F8FAFC;
    text-align: center;
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
    border-radius: 0;
}
.casino-card-cta:hover { background: #1E293B; color: #FFFFFF; }
.casino-card-terms {
    font-size: 11px;
    color: #94A3B8;
    text-align: center;
    padding: 8px 16px;
}

/* ── Reviews Section ── */
.reviews-section { background: #FFFFFF; }
.reviews-section .section-heading {
    text-align: left;
    margin-bottom: 40px;
}
.reviews-section .section-heading h2 {
    font-size: 32px;
    color: #0F172A;
}
.review-block {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #CBD5E1;
}
.review-block:last-child { border-bottom: none; }
.review-topbar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.review-topbar-logo {
    width: 60px;
    height: 60px;
    background: #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CBD5E1;
    flex-shrink: 0;
}
.review-topbar-logo img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}
.review-topbar-info { flex: 1; min-width: 200px; }
.review-topbar-info h3 {
    font-size: 24px;
    margin-bottom: 4px;
    color: #0F172A;
}
.review-topbar-stars { display: flex; align-items: center; gap: 3px; }
.review-topbar-cta {
    display: inline-block;
    background: #334155;
    color: #F8FAFC;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s;
}
.review-topbar-cta:hover { background: #1E293B; color: #FFFFFF; }
.review-screenshots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}
.review-screenshot {
    border: 1px solid #CBD5E1;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 16/9;
}
.review-screenshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
}
.review-screenshot:hover img { opacity: 0.9; }
.review-body {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #0F172A;
}
.review-body p { margin-bottom: 16px; }
.review-body h2, .review-body h3, .review-body h4 {
    margin-top: 24px;
    margin-bottom: 12px;
}
.review-placeholder {
    color: #94A3B8;
    font-style: italic;
}
.pros-cons-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid #CBD5E1;
}
.pros-col, .cons-col { padding: 20px; }
.pros-col { border-right: 1px solid #CBD5E1; }
.pros-col-header, .cons-col-header {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid;
}
.pros-col-header { color: #16A34A; border-color: #16A34A; }
.cons-col-header { color: #DC2626; border-color: #DC2626; }
.pros-col ul, .cons-col ul {
    list-style: none;
    padding: 0;
}
.pros-col li, .cons-col li {
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.pros-col li::before { content: "✓"; color: #16A34A; font-weight: 700; flex-shrink: 0; }
.cons-col li::before { content: "✗"; color: #DC2626; font-weight: 700; flex-shrink: 0; }

/* ── FAQ ── */
.faq-section { background: #F1F5F9; }
.faq-section .section-heading {
    text-align: left;
    margin-bottom: 32px;
}
.faq-section .section-heading h2 {
    font-size: 32px;
    color: #0F172A;
}
.faq-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CBD5E1;
}
.faq-item:last-child { border-bottom: none; }
.faq-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #0F172A;
}
.faq-item p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
}

/* ── Author Box ── */
.author-box-section { background: #FFFFFF; }
.author-box {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border: 1px solid #CBD5E1;
    padding: 32px;
}
.author-box-avatar {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
}
.author-box-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-box-info { flex: 1; }
.author-box-info h3 {
    font-size: 18px;
    margin-bottom: 4px;
}
.author-box-info .author-role {
    font-size: 13px;
    color: #94A3B8;
    margin-bottom: 12px;
}
.author-box-info p {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
}

/* ── Content Section (plugin injected) ── */
.content-section {
    font-size: 16px;
    line-height: 1.8;
}
.content-section p { margin-bottom: 16px; }
.content-section h2, .content-section h3, .content-section h4 {
    margin-top: 24px;
    margin-bottom: 12px;
}
.content-section ul, .content-section ol {
    margin-bottom: 16px;
    padding-left: 24px;
}

/* ── Page Content ── */
.page-content {
    font-size: 16px;
    line-height: 1.8;
}
.page-content p { margin-bottom: 16px; }
.page-content h2, .page-content h3 {
    margin-top: 32px;
    margin-bottom: 12px;
}
.page-content ul, .page-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
}

/* ── About Page ── */
.about-team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}
.team-member {
    border: 1px solid #CBD5E1;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.team-member-avatar {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
}
.team-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member-info h3 { font-size: 18px; margin-bottom: 4px; }
.team-member-info .role { font-size: 13px; color: #94A3B8; margin-bottom: 8px; }
.team-member-info p { font-size: 14px; color: #475569; line-height: 1.6; }

/* ── Contact Form ── */
.contact-form-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 20px;
}
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 14px;
    border: 1px solid #CBD5E1;
    font-size: 15px;
    color: #0F172A;
    background: #FFFFFF;
    transition: border-color 0.2s;
    border-radius: 0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #334155;
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-submit {
    background: #334155;
    color: #F8FAFC;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    align-self: flex-start;
}
.form-submit:hover { background: #1E293B; }
.contact-info-box {
    border: 1px solid #CBD5E1;
    padding: 32px;
    background: #F1F5F9;
    height: fit-content;
}
.contact-info-box h3 {
    font-size: 18px;
    margin-bottom: 16px;
}
.contact-info-item {
    margin-bottom: 16px;
    font-size: 14px;
    color: #475569;
}
.contact-info-item strong {
    display: block;
    color: #0F172A;
    margin-bottom: 2px;
}
.toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #334155;
    color: #F8FAFC;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
    z-index: 9999;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s;
}
.toast.show {
    transform: translateY(0);
    opacity: 1;
}

/* ── Footer ── */
.site-footer {
    background: #334155;
    color: #94A3B8;
    padding: 40px 20px;
}
.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
}
.footer-site-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #F8FAFC;
    margin-bottom: 12px;
}
.footer-copyright {
    font-size: 13px;
    margin-bottom: 16px;
}
.footer-disclaimer {
    font-size: 12px;
    line-height: 1.6;
    color: #64748B;
    border-top: 1px solid #475569;
    padding-top: 16px;
}

/* ── Lightbox ── */
.lightbox-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    display: none;
    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;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .casino-grid { grid-template-columns: repeat(2, 1fr); }
    .hero h1 { font-size: 36px; }
    .inner-hero h1 { font-size: 32px; }
}
@media (max-width: 768px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #334155;
        flex-direction: column;
        border-top: 1px solid #475569;
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 14px 20px; border-bottom: 1px solid #475569; }
    .hamburger { display: block; }
    .casino-grid { grid-template-columns: repeat(2, 1fr); }
    .hero { min-height: 50vh; padding: 40px 20px; }
    .hero h1 { font-size: 28px; }
    .inner-hero { min-height: 30vh; }
    .inner-hero h1 { font-size: 26px; }
    .review-topbar { flex-direction: column; align-items: flex-start; }
    .pros-cons-table { grid-template-columns: 1fr; }
    .pros-col { border-right: none; border-bottom: 1px solid #CBD5E1; }
    .about-team { grid-template-columns: 1fr; }
    .team-member { flex-direction: column; align-items: center; text-align: center; }
    .contact-form-wrap { grid-template-columns: 1fr; }
    .author-box { flex-direction: column; align-items: center; text-align: center; }
    .review-screenshots { grid-template-columns: 1fr; }
    .section-spacing { padding: 40px 0; }
}
@media (max-width: 480px) {
    .casino-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .casino-card-body { padding: 12px; }
    .casino-card-name { font-size: 15px; }
    .casino-card-bonus { font-size: 13px; }
    .casino-card-meta { font-size: 12px; }
    .hero h1 { font-size: 24px; }
}
