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

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

.breadcrumb {
    list-style: none;
    display: flex;
    gap: 0.05rem;
    max-width: 13.4rem;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
    font-size: 0.12rem;
}

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

/* SEO Hero Section */
.seo-hero-section {
    background: var(--color-white);
    padding: 0.4rem 0 0.3rem;
    text-align: center;
}

.seo-hero-section .container {
    max-width: 13.4rem;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
}

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

.main-subheading {
    font-size: var(--font-size-md);
    /* 15px */
    color: #666;
    line-height: 1.6;
    max-width: 10rem;
    margin: 0 auto;
}

.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,
.responsible-gaming-section,
.final-cta-section {
    padding: 0.25rem 0;
    background: var(--color-white);
}

.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: 13.4rem;
    margin: 0 auto;
    padding: 0 var(--spacing-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-bottom: 0.25rem;
    position: relative;
    padding-bottom: 0.12rem;
}

.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: 0.6rem;
    height: 0.04rem;
    background: linear-gradient(90deg, rgb(255, 138, 0) 0%, rgba(255, 138, 0, 0.3) 100%);
    border-radius: 0.02rem;
}

.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: 0.3rem;
    margin-bottom: 0.15rem;
}

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

.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: 0.16rem;
    /* 16px */
    line-height: 0.24rem;
    /* 24px */
    color: #666;
    margin-bottom: 0.15rem;
}

.about-bk8-section a,
.carousel-section a,
.features-section a,
.getting-started-section a,
.final-cta-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,
.final-cta-section a:hover {
    text-decoration: underline;
}

/* Lists */
.about-bk8-section ul,
.carousel-section ul,
.features-section ul,
.why-bk8-section ul,
.responsible-gaming-section ul {
    list-style: none;
    margin: 0.2rem 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: 0.2rem;
    margin-bottom: 0.12rem;
    position: relative;
    line-height: 0.24rem;
    color: #666;
    font-size: 0.16rem;
}

.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: 0.2rem 0;
}

.getting-started-section ol li {
    counter-increment: step-counter;
    padding-left: 0.35rem;
    margin-bottom: 0.15rem;
    position: relative;
    line-height: 0.24rem;
    color: #666;
    font-size: 0.16rem;
}

.getting-started-section ol li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    background: rgb(255, 138, 0);
    color: #ffffff;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.13rem;
    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: 0.2rem;
    border-radius: 0.08rem;
    margin-bottom: 0.15rem;
    border-left: 0.04rem solid rgb(255, 138, 0);
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 0.04rem 0.12rem rgba(255, 138, 0, 0.1);
}

.faq-item h3 {
    font-size: var(--font-size-base);
    /* 16px */
    font-weight: 600;
    color: rgb(15, 22, 31);
    margin-bottom: 0.1rem;
    line-height: 1.4;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 0.16rem;
    line-height: 0.22rem;
}

/* Comparison Table */
.comparison-table-wrapper {
    overflow-x: auto;
    margin: 0.25rem 0;
    border-radius: 0.08rem;
}

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

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

.comparison-table th,
.comparison-table td {
    padding: 0.15rem;
    text-align: left;
    border-bottom: 0.01rem solid #f0f0f0;
    font-size: 0.14rem;
}

.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;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .seo-hero-section {
        padding: 0.3rem 0 0.2rem;
    }

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

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

    .about-bk8-section,
    .carousel-section,
    .features-section,
    .getting-started-section,
    .faq-section,
    .why-bk8-section,
    .comparison-section,
    .responsible-gaming-section,
    .final-cta-section {
        padding: 0.3rem 0;
        /* Standardize section padding */
    }

    .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: 0.2rem;
    }

    .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: 0.4rem;
    }

    .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: 0.25rem;
        margin-bottom: 0.1rem;
        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: 0.16rem;
        /* 16px */
        line-height: 1.6;
        margin-bottom: 0.15rem;
    }

    .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: 0.16rem;
        /* 16px */
        line-height: 1.6;
        margin-bottom: 0.1rem;
    }

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

    .comparison-table th,
    .comparison-table td {
        padding: 0.1rem 0.08rem;
    }

    .faq-item {
        padding: 0.15rem;
    }

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

    .faq-item p {
        font-size: 0.16rem;
        line-height: 1.5;
    }
}

/* 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);
    }
}