/* SEO Content Sections - Matching BK8 Design System */

/* Breadcrumb Navigation */
.breadcrumb-nav {
    background: var(--color-white);
    padding: 5px 0;
    display: none;
    /* Hide breadcrumb for cleaner look */
}

.breadcrumb {
    list-style: none;
    display: flex;
    gap: 5px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
    font-size: 12px;
}

.breadcrumb a {
    color: #888;
    text-decoration: none;
}

/* SEO Hero Section */
.seo-hero-section {
    background: var(--color-white);
    padding: 32px 0;
    text-align: center;
    margin-bottom: 24px;
}

.seo-hero-section .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
    display: flex;
    align-items: center;
    gap: var(--space-2xl);
}

.seo-hero-section .hero-content {
    flex: 1;
    text-align: left;
}

.seo-hero-section .hero-image-wrapper {
    flex: 0 0 400px;
    max-width: 400px;
}

.seo-hero-section .hero-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-lg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-heading {
    font-size: var(--font-size-3xl);
    /* 30px */
    font-weight: 700;
    color: rgb(15, 22, 31);
    margin-bottom: 16px;
    line-height: 1.3;
}

.main-subheading {
    font-size: var(--font-size-md);
    /* 15px */
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.main-subheading a {
    color: rgb(255, 138, 0);
    text-decoration: none;
}

.main-subheading a:hover {
    text-decoration: underline;
}

/* SEO Content Sections */
.about-bk8-section,
.carousel-section,
.features-section,
.getting-started-section,
.faq-section,
.why-bk8-section,
.comparison-section,
.final-cta-section {
    padding: var(--space-md) 0;
    background: var(--color-white);
}

.responsible-gaming-section {
    padding: var(--space-md) 0;
}

.about-bk8-section:nth-child(even),
.features-section:nth-child(even),
.faq-section:nth-child(even),
.comparison-section:nth-child(even) {
    background: #f5f7f8;
}

.about-bk8-section .container,
.carousel-section .container,
.features-section .container,
.getting-started-section .container,
.faq-section .container,
.why-bk8-section .container,
.comparison-section .container,
.responsible-gaming-section .container,
.final-cta-section .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

/* Typography - Match Blog/Testimonials Style */
.about-bk8-section h2,
.carousel-section h2,
.features-section h2,
.getting-started-section h2,
.faq-section h2,
.why-bk8-section h2,
.comparison-section h2,
.responsible-gaming-section h2,
.final-cta-section h2 {
    font-size: var(--font-size-2xl);
    /* 24px */
    font-weight: 700;
    color: rgb(15, 22, 31);
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.about-bk8-section h2::after,
.carousel-section h2::after,
.features-section h2::after,
.getting-started-section h2::after,
.faq-section h2::after,
.why-bk8-section h2::after,
.comparison-section h2::after,
.responsible-gaming-section h2::after,
.final-cta-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ff8a00;
    border-radius: 2px;
}

.about-bk8-section h3,
.carousel-section h3,
.features-section h3,
.getting-started-section h3,
.why-bk8-section h3 {
    font-size: var(--font-size-lg);
    /* 18px */
    font-weight: 600;
    color: rgb(15, 22, 31);
    margin-top: 32px;
    margin-bottom: 12px;
}

.faq-section h3 {
    font-size: var(--font-size-lg);
    /* 18px */
    font-weight: 600;
    color: rgb(15, 22, 31);
    margin-top: 0;
    margin-bottom: 15px;
}

.about-bk8-section p,
.carousel-section p,
.features-section p,
.getting-started-section p,
.faq-section p,
.why-bk8-section p,
.comparison-section p,
.responsible-gaming-section p,
.final-cta-section p {
    font-size: 16px;
    /* 16px */
    line-height: 26px;
    /* Improved from 24px to 26px for better readability */
    color: #666;
    margin-bottom: 18px;
}

/* Emphasize strong tags with orange color */
.about-bk8-section strong,
.carousel-section strong,
.features-section strong,
.getting-started-section strong,
.why-bk8-section strong,
.comparison-section strong,
.responsible-gaming-section strong {
    color: rgb(255, 138, 0);
    font-weight: 600;
}

.about-bk8-section a,
.carousel-section a,
.features-section a,
.getting-started-section a {
    color: rgb(255, 138, 0);
    text-decoration: none;
}

.about-bk8-section a:hover,
.carousel-section a:hover,
.features-section a:hover,
.getting-started-section a:hover {
    text-decoration: underline;
}

/* Final CTA links - white with bold and underline */
.final-cta-section a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}

.final-cta-section a:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}

/* Lists */
.about-bk8-section ul,
.carousel-section ul,
.features-section ul,
.why-bk8-section ul,
.responsible-gaming-section ul {
    list-style: none;
    margin: 24px 0;
    padding-left: 0;
}

.about-bk8-section ul li,
.carousel-section ul li,
.features-section ul li,
.why-bk8-section ul li,
.responsible-gaming-section ul li {
    padding-left: 24px;
    margin-bottom: 14px;
    position: relative;
    line-height: 26px;
    color: #666;
    font-size: 16px;
}

.about-bk8-section ul li:before,
.carousel-section ul li:before,
.features-section ul li:before,
.why-bk8-section ul li:before,
.responsible-gaming-section ul li:before {
    content: "•";
    color: rgb(255, 138, 0);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.about-bk8-section ul li strong,
.carousel-section ul li strong,
.features-section ul li strong,
.why-bk8-section ul li strong,
.responsible-gaming-section ul li strong {
    color: rgb(15, 22, 31);
    font-weight: 600;
}

/* Ordered Lists */
.getting-started-section ol {
    counter-reset: step-counter;
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.getting-started-section ol li {
    counter-increment: step-counter;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
    line-height: 24px;
    color: #666;
    font-size: 16px;
}

.getting-started-section ol li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    background: rgb(255, 138, 0);
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    top: 0;
}

.getting-started-section ol li strong {
    color: rgb(15, 22, 31);
    font-weight: 600;
}

/* FAQ Section - Match Testimonials Card Style */
.faq-item {
    background: var(--color-white);
    padding: 24px;
    border-radius: var(--border-radius-lg);
    margin-bottom: 16px;
    border-left: 4px solid rgb(255, 138, 0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(255, 138, 0, 0.15);
    transform: translateX(4px);
}

.faq-item h3 {
    font-size: var(--font-size-lg);
    /* 18px - increased from 16px */
    font-weight: 600;
    color: rgb(15, 22, 31);
    margin-bottom: 12px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
}

.faq-item h3::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8a00' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

/* Comparison Table */
.comparison-table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 8px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.comparison-table thead {
    background: rgb(255, 138, 0);
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.comparison-table th {
    color: #ffffff;
    font-weight: 600;
}

.comparison-table td {
    color: #666;
}

.comparison-table tbody tr:hover {
    background: #f9f9f9;
}

.comparison-table strong {
    color: rgb(255, 138, 0);
    font-weight: 600;
}

/* Table of Contents Navigation */
.table-of-contents {
    background: var(--color-white);
    border-radius: var(--border-radius-lg);
    padding: 24px;
    margin-bottom: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.table-of-contents h2 {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: rgb(15, 22, 31);
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgb(255, 138, 0);
}

.table-of-contents button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-bottom: 16px;
}

.table-of-contents ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.table-of-contents ul li {
    margin-bottom: 10px;
}

.table-of-contents ul ul {
    margin-top: 8px;
    padding-left: 20px;
}

.table-of-contents ul ul li {
    margin-bottom: 8px;
}

.table-of-contents a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    transition: all 0.2s ease;
}

.table-of-contents a:hover {
    color: rgb(255, 138, 0);
    transform: translateX(4px);
}

.table-of-contents ul ul a {
    font-size: 14px;
    color: #888;
}

/* Sports Provider Logos */
.carousel-section .provider-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.carousel-section .provider-logos img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-lg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.carousel-section .provider-logos img:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(255, 138, 0, 0.2);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .seo-hero-section {
        padding: 24px 16px;
    }

    .seo-hero-section .container {
        flex-direction: column;
        text-align: center;
    }

    .seo-hero-section .hero-content {
        text-align: center;
    }

    .seo-hero-section .hero-image-wrapper {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .main-heading {
        font-size: var(--font-size-2xl);
        /* 24px */
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .main-subheading {
        font-size: var(--font-size-sm);
        /* 14px */
        line-height: 1.6;
        padding: 0;
    }

    .carousel-section .provider-logos {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .table-of-contents {
        padding: 20px 16px;
    }

    .about-bk8-section .container,
    .carousel-section .container,
    .features-section .container,
    .getting-started-section .container,
    .faq-section .container,
    .why-bk8-section .container,
    .comparison-section .container,
    .responsible-gaming-section .container,
    .final-cta-section .container {
        padding: 0 16px;
    }

    .about-bk8-section,
    .carousel-section,
    .features-section,
    .getting-started-section,
    .faq-section,
    .why-bk8-section,
    .comparison-section,
    .responsible-gaming-section,
    .final-cta-section {
        padding: var(--space-md) 0;
    }

    .about-bk8-section h2,
    .carousel-section h2,
    .features-section h2,
    .getting-started-section h2,
    .faq-section h2,
    .why-bk8-section h2,
    .comparison-section h2,
    .responsible-gaming-section h2,
    .final-cta-section h2 {
        font-size: var(--font-size-xl);
        /* 22px - closest to 20px xl */
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .about-bk8-section h2::after,
    .carousel-section h2::after,
    .features-section h2::after,
    .getting-started-section h2::after,
    .faq-section h2::after,
    .why-bk8-section h2::after,
    .comparison-section h2::after,
    .responsible-gaming-section h2::after,
    .final-cta-section h2::after {
        width: 40px;
    }

    .about-bk8-section h3,
    .carousel-section h3,
    .features-section h3,
    .getting-started-section h3,
    .faq-section h3,
    .why-bk8-section h3 {
        font-size: var(--font-size-lg);
        /* 18px */
        margin-top: 25px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .about-bk8-section p,
    .carousel-section p,
    .features-section p,
    .getting-started-section p,
    .faq-section p,
    .why-bk8-section p,
    .comparison-section p,
    .responsible-gaming-section p,
    .final-cta-section p {
        font-size: 16px;
        /* 16px */
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .about-bk8-section ul li,
    .carousel-section ul li,
    .features-section ul li,
    .why-bk8-section ul li,
    .responsible-gaming-section ul li,
    .getting-started-section ol li {
        font-size: 16px;
        /* 16px */
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .comparison-table {
        font-size: var(--font-size-xs);
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
    }

    .faq-item {
        padding: 15px;
    }

    .faq-item h3 {
        font-size: var(--font-size-base);
        margin-bottom: 8px;
    }

    .faq-item p {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* Ready to Bet CTA Section */
.final-cta-section {
    background: linear-gradient(135deg, rgb(255, 138, 0) 0%, rgb(255, 108, 0) 100%);
    padding: var(--space-md) 0;
    margin-bottom: var(--space-lg);
    border-radius: var(--border-radius-lg);
    text-align: center;
}

.final-cta-section h2 {
    color: #ffffff;
    font-size: var(--font-size-2xl);
    margin: 0 0 16px 0;
    padding: 0;
}

.final-cta-section h2::after {
    display: none;
}

.final-cta-section p {
    color: rgba(255, 255, 255, 0.95);
    font-size: var(--font-size-lg);
    margin-bottom: 32px;
}

.final-cta-section .cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.final-cta-section .cta-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: var(--border-radius-lg);
    font-size: var(--font-size-base);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.final-cta-section .cta-buttons a:first-child {
    background: #ffffff;
    color: rgb(255, 138, 0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.final-cta-section .cta-buttons a:first-child:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.final-cta-section .cta-buttons a:last-child {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid #ffffff;
}

.final-cta-section .cta-buttons a:last-child:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* Tablet View */
@media (max-width: 1280px) and (min-width: 769px) {
    .main-heading {
        font-size: var(--font-size-2xl);
    }

    .about-bk8-section h2,
    .carousel-section h2,
    .features-section h2,
    .getting-started-section h2,
    .faq-section h2,
    .why-bk8-section h2,
    .comparison-section h2,
    .responsible-gaming-section h2,
    .final-cta-section h2 {
        font-size: var(--font-size-2xl);
    }
}

@media (max-width: 768px) {
    .final-cta-section {
        padding: var(--space-md) 16px;
    }

    .final-cta-section .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .final-cta-section .cta-buttons a {
        width: 100%;
        max-width: 320px;
    }
}