/* ================================================
   PlayersCup.net - No KYC Casinos Homepage Styles
   Clean, modern, white background design
   Inspired by editorial casino review layouts
   ================================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #ffffff;
    color: #1a1a2e;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #1d4ed8;
}

/* --- Container --- */
.container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Header --- */
.site-header {
    background: #0f172a;
    padding: 16px 0;
    border-bottom: 3px solid #f59e0b;
}

.site-logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.site-logo span {
    color: #f59e0b;
}

/* --- Hero Section --- */
.hero-section {
    padding: 40px 0 24px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 28px;
}

.hero-section h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 14px;
}

.author-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
}

.author-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
}

.author-date {
    font-size: 0.85rem;
    color: #6b7280;
}

/* --- Intro Text --- */
.intro-text {
    margin-bottom: 40px;
}

.intro-text p {
    margin-bottom: 16px;
    font-size: 1.05rem;
    color: #374151;
}

/* --- Toplist Section --- */
.toplist-section {
    margin-bottom: 48px;
}

.toplist-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f59e0b;
}

.toplist-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    margin-bottom: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.toplist-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.toplist-rank {
    font-size: 1.3rem;
    font-weight: 800;
    color: #f59e0b;
    min-width: 36px;
    text-align: center;
}

.toplist-logo {
    width: 100px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplist-logo img {
    max-height: 50px;
    max-width: 100px;
    object-fit: contain;
}

.toplist-bonus {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
    border-radius: 8px;
    padding: 8px 12px;
    position: relative;
}

.bonus-label {
    font-size: 0.7rem;
    font-weight: 800;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bonus-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #92400e;
    line-height: 1.2;
}

.toplist-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 70px;
}

.stars {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 1px;
}

.rating-number {
    font-size: 0.85rem;
    font-weight: 700;
    color: #374151;
}

.toplist-cta {
    display: inline-block;
    background: #16a34a;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    min-width: 110px;
    transition: background 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.toplist-cta:hover {
    background: #15803d;
    transform: scale(1.03);
    color: #ffffff !important;
}

/* --- Review Cards --- */
.reviews-section {
    margin-bottom: 48px;
}

.reviews-section > h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.reviews-section > p {
    margin-bottom: 32px;
    color: #4b5563;
    font-size: 1.05rem;
}

.review-card {
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e7eb;
}

.review-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.review-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
}

.meta-item {
    font-size: 0.9rem;
    color: #374151;
}

.meta-item strong {
    color: #0f172a;
}

/* --- Pros & Cons --- */
.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.pros, .cons {
    padding: 16px;
    border-radius: 10px;
}

.pros {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.cons {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.pros h4 {
    color: #16a34a;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cons h4 {
    color: #dc2626;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pros ul, .cons ul {
    list-style: none;
    padding: 0;
}

.pros li, .cons li {
    padding: 4px 0;
    font-size: 0.9rem;
    color: #374151;
    padding-left: 20px;
    position: relative;
}

.pros li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700;
}

.cons li::before {
    content: "\2717";
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 700;
}

.review-card p {
    margin-bottom: 14px;
    font-size: 1rem;
    color: #374151;
    line-height: 1.75;
}

.review-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    margin-top: 24px;
}

/* --- Review Ratings --- */
.review-ratings {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    margin: 20px 0;
}

.review-ratings h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.rating-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.rating-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    padding: 6px 0;
    border-bottom: 1px solid #e5e7eb;
}

.rating-item span:last-child {
    font-weight: 700;
    color: #f59e0b;
}

/* --- Review CTA Button --- */
.review-cta {
    display: inline-block;
    background: #16a34a;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 16px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.review-cta:hover {
    background: #15803d;
    transform: scale(1.03);
    color: #ffffff !important;
}

/* --- Content Sections (How We Ranked, Why, etc.) --- */
.how-we-ranked, .why-number-one, .why-use, .highest-paying,
.payment-methods, .how-to-signup, .betting-tips, .runners-up,
.conclusion {
    margin-bottom: 48px;
}

.how-we-ranked h2, .why-number-one h2, .why-use h2, .highest-paying h2,
.payment-methods h2, .how-to-signup h2, .betting-tips h2, .runners-up h2,
.conclusion h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f59e0b;
}

.how-we-ranked h3, .why-number-one h3, .why-use h3, .highest-paying h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 24px;
    margin-bottom: 10px;
}

.how-we-ranked p, .why-number-one p, .why-use p, .highest-paying p {
    margin-bottom: 14px;
    color: #374151;
    font-size: 1rem;
}

/* --- Payment Grid --- */
.payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.payment-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
}

.payment-item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.payment-item p {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 0;
}

/* --- Signup Steps --- */
.signup-steps {
    counter-reset: step;
    list-style: none;
    padding: 0;
}

.signup-steps li {
    position: relative;
    padding: 16px 16px 16px 60px;
    margin-bottom: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #374151;
    counter-increment: step;
}

.signup-steps li::before {
    content: counter(step);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #f59e0b;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
}

/* --- Betting Tips --- */
.betting-tips ul {
    list-style: none;
    padding: 0;
}

.betting-tips li {
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #374151;
}

/* --- FAQ Section --- */
.faq-section {
    margin-bottom: 48px;
}

.faq-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f59e0b;
}

.faq-item {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}

.faq-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 10px;
}

/* --- Runners-Up --- */
.runners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
}

.runner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
}

.runner-card img {
    max-height: 40px;
    max-width: 100px;
    object-fit: contain;
}

.runner-card span {
    font-weight: 600;
    font-size: 0.9rem;
    color: #0f172a;
}

.runner-cta {
    display: inline-block;
    background: #475569;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 6px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.runner-cta:hover {
    background: #334155;
    color: #ffffff !important;
}

/* --- Conclusion CTA --- */
.conclusion p {
    font-size: 1.05rem;
    color: #374151;
    margin-bottom: 14px;
}

.final-cta {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff !important;
    font-weight: 800;
    font-size: 1.15rem;
    padding: 18px 40px;
    border-radius: 12px;
    text-decoration: none;
    margin-top: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.final-cta:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
    color: #ffffff !important;
}

/* --- Author Bio Box --- */
.author-bio-box {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 48px;
}

.author-bio-header {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.author-bio-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid #f59e0b;
}

.author-bio-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    margin-bottom: 2px;
}

.author-bio-intro h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2px;
    line-height: 1.2;
}

.author-bio-title {
    font-size: 0.88rem;
    font-weight: 500;
    color: #f59e0b;
}

.author-bio-body p {
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 12px;
}

.author-bio-body p:last-child {
    margin-bottom: 0;
}

.author-bio-stats {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
}

.author-stat {
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.author-stat strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2px;
}

.author-stat span {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

/* --- Footer --- */
.site-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 40px 0;
    text-align: center;
}

.footer-disclaimer {
    margin-bottom: 20px;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #94a3b8;
}

.footer-badges {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.badge-18, .badge-rg {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #475569;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-copy {
    font-size: 0.8rem;
    color: #64748b;
}

/* ================================================
   RESPONSIVE - Mobile First
   ================================================ */

/* Small screens (phones) */
@media (max-width: 640px) {
    .hero-section {
        padding: 16px 0 12px;
        margin-bottom: 12px;
    }

    .hero-section h1 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .toplist-section {
        margin-bottom: 32px;
    }

    .toplist-section h2 {
        font-size: 1.3rem;
        margin-bottom: 14px;
        padding-bottom: 8px;
    }

    .toplist-card {
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px;
    }

    .toplist-rank {
        font-size: 1.1rem;
        min-width: 28px;
    }

    .toplist-logo {
        width: 70px;
        min-width: 70px;
    }

    .toplist-bonus {
        flex-basis: 100%;
        order: 5;
    }

    .toplist-rating {
        min-width: auto;
    }

    .toplist-cta {
        flex-basis: 100%;
        text-align: center;
        order: 6;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .review-meta {
        grid-template-columns: 1fr;
    }

    .pros-cons {
        grid-template-columns: 1fr;
    }

    .rating-grid {
        grid-template-columns: 1fr;
    }

    .payment-grid {
        grid-template-columns: 1fr;
    }

    .runners-grid {
        grid-template-columns: 1fr 1fr;
    }

    .author-bio-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-bio-body {
        text-align: center;
    }

    .author-bio-stats {
        flex-direction: column;
        gap: 10px;
    }

    .signup-steps li {
        padding-left: 52px;
    }
}

/* Medium screens (tablets) */
@media (min-width: 641px) and (max-width: 1024px) {
    .container {
        max-width: 720px;
    }

    .hero-section h1 {
        font-size: 1.9rem;
    }
}

/* Large screens */
@media (min-width: 1025px) {
    .container {
        max-width: 780px;
    }
}