/*
Theme Name: Fast Withdrawal Casinos Not On Gamstop
Theme URI: https://fastwithdrawalcasinosnotongamstop.it.com
Author: Fast Withdrawal Team
Description: Casino affiliate theme for fast withdrawal casinos not on Gamstop.
Version: 1.0.0
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;
    font-size: 16px;
    line-height: 1.7;
    color: #e0e0e0;
    background: #0d0f14;
    -webkit-font-smoothing: antialiased;
}
a { color: #f5c518; text-decoration: none; transition: color .2s; }
a:hover { color: #ffd740; }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5,h6 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #ffffff; }
h1 { font-size: 2.8rem; line-height: 1.15; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.4rem; margin-bottom: 12px; }
p { margin-bottom: 16px; }
table { width: 100%; border-collapse: collapse; table-layout: auto; }
th, td { padding: 8px 12px; text-align: left; border: 1px solid #2a2d35; }
th { background: #1a1d25; color: #f5c518; font-weight: 600; }
td { background: #12141b; }

/* ========== LAYOUT ========== */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; width: 100%; }
.section-spacing { padding: 64px 0; }

/* ========== BUTTONS ========== */
.btn-primary {
    display: inline-block;
    background: #f5c518;
    color: #0d0f14;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background .2s, transform .15s;
    text-align: center;
}
.btn-primary:hover { background: #ffd740; color: #0d0f14; transform: translateY(-1px); }
.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #f5c518;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    padding: 10px 24px;
    border: 2px solid #f5c518;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .2s;
}
.btn-secondary:hover { background: #f5c518; color: #0d0f14; }

/* ========== HEADER ========== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #0d0f14;
    border-bottom: 1px solid #1e2028;
    padding: 0;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
.site-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}
.site-logo span { color: #f5c518; }
.main-nav ul { list-style: none; display: flex; gap: 32px; }
.main-nav a {
    color: #b0b3bc;
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: color .2s;
}
.main-nav a:hover { color: #f5c518; }
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    margin: 5px 0;
    transition: all .3s;
}
.mobile-nav {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d0f14;
    z-index: 999;
    padding: 32px 24px;
}
.mobile-nav.active { display: block; }
.mobile-nav ul { list-style: none; }
.mobile-nav a {
    display: block;
    color: #e0e0e0;
    font-size: 1.2rem;
    padding: 16px 0;
    border-bottom: 1px solid #1e2028;
    font-weight: 600;
}
.mobile-nav a:hover { color: #f5c518; }

/* ========== HERO ========== */
.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #111319;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(245,197,24,.02) 40px,
        rgba(245,197,24,.02) 41px
    );
    pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 800px; padding: 40px 24px; }
.hero h1 { margin-bottom: 20px; }
.hero h1 span { color: #f5c518; }
.hero p { font-size: 1.15rem; color: #9a9daa; margin-bottom: 32px; }
.hero-inner { min-height: 40vh; }
.hero-inner.rate-hero { min-height: 45vh; }

/* Hero badges */
.hero-badges { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.hero-badge {
    background: #1a1d25;
    border: 1px solid #2a2d35;
    padding: 10px 20px;
    font-size: .85rem;
    font-weight: 600;
    color: #f5c518;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ========== CASINO GRID ========== */
.casino-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.casino-card {
    background: #12141b;
    border: 1px solid #1e2028;
    border-radius: 0;
    overflow: hidden;
    transition: border-color .2s, transform .15s;
    display: flex;
    flex-direction: column;
}
.casino-card:hover { border-color: #f5c518; transform: translateY(-2px); }
.card-rank {
    background: #f5c518;
    color: #0d0f14;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: .75rem;
    padding: 4px 12px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}
.card-header {
    position: relative;
    padding: 20px 20px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.card-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    background: #1a1d25;
    flex-shrink: 0;
}
.card-title-area { flex: 1; }
.card-title-area h3 { font-size: 1.1rem; margin-bottom: 4px; }
.card-stars { color: #f5c518; font-size: .85rem; letter-spacing: 1px; }
.card-rating { color: #9a9daa; font-size: .8rem; margin-left: 4px; }
.card-body { padding: 0 20px 16px; flex: 1; }
.card-badge {
    display: inline-block;
    background: rgba(76,175,80,.12);
    color: #4caf50;
    font-size: .75rem;
    font-weight: 600;
    padding: 3px 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.card-bonus {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
}
.card-meta {
    font-size: .8rem;
    color: #7a7d88;
    line-height: 1.6;
}
.card-meta span { display: block; }
.card-meta strong { color: #b0b3bc; }
.card-footer {
    padding: 0 20px 20px;
    margin-top: auto;
}
.card-footer .btn-primary { width: 100%; display: block; text-align: center; }
.card-terms {
    font-size: .7rem;
    color: #5a5d68;
    margin-top: 8px;
    text-align: center;
}

/* ========== REVIEW BLOCKS ========== */
.review-block {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #1e2028;
}
.review-block:last-child { border-bottom: none; }
.review-topbar {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.review-topbar-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: #1a1d25;
}
.review-topbar h3 { margin-bottom: 0; flex: 1; }
.review-topbar .card-stars { margin-right: auto; }
.review-topbar .btn-secondary { flex-shrink: 0; }
.review-screenshots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}
.review-screenshot {
    cursor: pointer;
    border: 1px solid #1e2028;
    overflow: hidden;
    transition: border-color .2s;
}
.review-screenshot:hover { border-color: #f5c518; }
.review-screenshot img { width: 100%; height: 200px; object-fit: cover; }
.review-body { margin-bottom: 24px; }
.review-body p { color: #b0b3bc; }

/* Pros/Cons table */
.pros-cons-table { width: 100%; border-collapse: collapse; }
.pros-cons-table th { text-transform: uppercase; font-size: .85rem; letter-spacing: .5px; }
.pros-cons-table th.pros-head { color: #4caf50; background: rgba(76,175,80,.08); }
.pros-cons-table th.cons-head { color: #e53935; background: rgba(229,57,53,.08); }
.pros-cons-table td { vertical-align: top; font-size: .9rem; color: #b0b3bc; }
.pros-cons-table ul { list-style: none; padding: 0; margin: 0; }
.pros-cons-table li { padding: 6px 0; border-bottom: 1px solid #1e2028; }
.pros-cons-table li:last-child { border-bottom: none; }
.pros-item::before { content: '✓ '; color: #4caf50; font-weight: 700; }
.cons-item::before { content: '✗ '; color: #e53935; font-weight: 700; }

/* ========== FAQ ========== */
.faq-item { margin-bottom: 24px; }
.faq-item h3 { color: #f5c518; font-size: 1.1rem; margin-bottom: 8px; }
.faq-item p { color: #b0b3bc; }

/* ========== AUTHOR BOX ========== */
.author-box {
    background: #12141b;
    border: 1px solid #1e2028;
    padding: 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.author-box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}
.author-box h3 { margin-bottom: 4px; }
.author-box .author-role { font-size: .85rem; color: #f5c518; margin-bottom: 8px; }
.author-box p { color: #9a9daa; font-size: .9rem; margin-bottom: 0; }

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

/* ========== FOOTER ========== */
.site-footer {
    background: #0a0c10;
    border-top: 1px solid #1e2028;
    padding: 32px 0;
    text-align: center;
}
.footer-name {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 12px;
}
.footer-copy { font-size: .8rem; color: #5a5d68; margin-bottom: 12px; }
.footer-disclaimer { font-size: .75rem; color: #4a4d58; max-width: 700px; margin: 0 auto; line-height: 1.6; }

/* ========== INNER PAGES ========== */
.inner-content {
    padding: 48px 0;
}
.inner-content h2 { margin-top: 32px; }

/* Contact form */
.contact-form { max-width: 640px; }
.form-group { margin-bottom: 20px; }
.form-group label {
    display: block;
    font-weight: 600;
    font-size: .9rem;
    color: #b0b3bc;
    margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    background: #12141b;
    border: 1px solid #2a2d35;
    border-radius: 0;
    color: #e0e0e0;
    font-family: 'Inter', sans-serif;
    font-size: .95rem;
    padding: 12px 16px;
    transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #f5c518; outline: none; }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-toast {
    display: none;
    background: #4caf50;
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    margin-top: 16px;
}
.form-toast.active { display: block; }
.contact-info {
    background: #12141b;
    border: 1px solid #1e2028;
    padding: 24px;
    margin-top: 32px;
}
.contact-info h3 { margin-bottom: 12px; }
.contact-info p { color: #9a9daa; font-size: .9rem; }

/* About team grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 32px;
}
.team-member {
    background: #12141b;
    border: 1px solid #1e2028;
    padding: 20px;
    text-align: center;
}
.team-member img { width: 100px; height: 100px; object-fit: cover; margin: 0 auto 12px; }
.team-member h4 { font-size: 1rem; margin-bottom: 4px; }
.team-member p { font-size: .85rem; color: #9a9daa; margin-bottom: 0; }

/* ========== CONTENT SECTIONS (from plugin) ========== */
.content-section {
    color: #b0b3bc;
    line-height: 1.8;
}
.content-section h2 { color: #ffffff; margin-top: 32px; }
.content-section h3 { color: #e0e0e0; }
.content-section ul, .content-section ol { margin: 0 0 16px 24px; color: #b0b3bc; }
.content-section li { margin-bottom: 4px; }
.content-section a { color: #f5c518; }
.content-section a:hover { color: #ffd740; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .casino-grid { grid-template-columns: repeat(2, 1fr); }
    h1 { font-size: 2.2rem; }
}
@media (max-width: 768px) {
    .hamburger { display: block; }
    .main-nav { display: none; }
    .casino-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .hero { min-height: 50vh; }
    .hero-inner { min-height: 35vh; }
    h1 { font-size: 1.8rem; }
    .review-topbar { flex-direction: column; align-items: flex-start; }
    .author-box { flex-direction: column; }
    .section-spacing { padding: 40px 0; }
    .review-screenshot img { height: 140px; }
    .card-header { padding: 16px 16px 8px; }
    .card-body { padding: 0 16px 12px; }
    .card-footer { padding: 0 16px 16px; }
}
@media (max-width: 480px) {
    .casino-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .card-logo { width: 40px; height: 40px; }
    .card-title-area h3 { font-size: .95rem; }
    .card-bonus { font-size: .85rem; }
    .hero-badges { gap: 8px; }
    .hero-badge { font-size: .75rem; padding: 6px 12px; }
}
