.page-sports-football-betting-guide {
    color: var(--text-main);
    background-color: var(--deep-navy); /* Base background for the main content */
    font-family: Arial, sans-serif; /* Roboto气质 */
    overflow-x: hidden; /* Prevent horizontal scroll on mobile */
}

/* Hero Section - Main Visual and Intro */
.page-sports-football-betting-guide__hero-section {
    padding-top: 10px; /* Small top padding to avoid overlap with fixed header */
    padding-bottom: 40px;
    background: linear-gradient(180deg, var(--deep-navy) 0%, var(--main-color) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.page-sports-football-betting-guide__hero-content-wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column; /* Default to column for mobile first */
    gap: 30px;
    align-items: center;
}

.page-sports-football-betting-guide__main-visual {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    min-width: 200px; /* Enforce min image size */
    min-height: 200px; /* Enforce min image size */
}

.page-sports-football-betting-guide__text-content {
    max-width: 800px;
    text-align: center;
}

.page-sports-football-betting-guide__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--text-main);
    margin-bottom: 15px;
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Using clamp for responsive H1 */
}

.page-sports-football-betting-guide__intro-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.page-sports-football-betting-guide__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    background: var(--button-gradient);
    color: var(--text-main);
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-sports-football-betting-guide__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* General Section Styling */
.page-sports-football-betting-guide__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--card-bg); /* Use card background for sections */
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-sports-football-betting-guide__section:first-of-type {
    margin-top: 40px; /* Adjust if first section after hero */
}

.page-sports-football-betting-guide__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--gold); /* Use gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.page-sports-football-betting-guide__sub-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-main);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-sports-football-betting-guide__paragraph {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

/* Why e2bets Section */
.page-sports-football-betting-guide__why-e2bets {
    background-color: var(--card-bg);
}

.page-sports-football-betting-guide__content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-sports-football-betting-guide__feature-card {
    background-color: var(--deep-navy); /* Darker background for cards */
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-sports-football-betting-guide__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-sports-football-betting-guide__card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 10px;
}

.page-sports-football-betting-guide__card-text {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Basic Guide & Advanced Strategy Sections */
.page-sports-football-betting-guide__content-wrapper {
    display: flex;
    flex-direction: column; /* Default to column for mobile first */
    gap: 40px;
    align-items: center;
}

.page-sports-football-betting-guide__content-wrapper--reverse {
    flex-direction: column-reverse; /* For alternating layout */
}

.page-sports-football-betting-guide__content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    min-width: 200px; /* Enforce min image size */
    min-height: 200px; /* Enforce min image size */
}

.page-sports-football-betting-guide__text-block {
    flex: 1;
    max-width: 600px;
    text-align: left;
}

.page-sports-football-betting-guide__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-sports-football-betting-guide__list li {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.page-sports-football-betting-guide__list li::before {
    content: '✅'; /* Checkmark for list items */
    position: absolute;
    left: 0;
    color: var(--gold); /* Use gold for emphasis */
}

.page-sports-football-betting-guide__link-button {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 6px;
    background: var(--auxiliary-color); /* Use auxiliary color for internal links */
    color: var(--text-main);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.page-sports-football-betting-guide__link-button:hover {
    background-color: #1a52c7; /* Slightly darker auxiliary color on hover */
}

/* FAQ Section */
.page-sports-football-betting-guide__faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.page-sports-football-betting-guide__faq-item {
    background-color: var(--deep-navy);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-sports-football-betting-guide__faq-item:hover {
    background-color: #152d4e; /* Slightly lighter deep navy on hover */
}

.page-sports-football-betting-guide__faq-question {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 10px;
}

.page-sports-football-betting-guide__faq-answer {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    display: none; /* Hidden by default, will be toggled by JS */
}
.page-sports-football-betting-guide__faq-item.active .page-sports-football-betting-guide__faq-answer {
    display: block;
}

.page-sports-football-betting-guide__faq-cta {
    margin-top: 20px;
    text-align: center;
}

/* Final CTA Section */
.page-sports-football-betting-guide__cta-final {
    text-align: center;
    padding-bottom: 80px;
    background-color: var(--main-color);
    border-radius: 0; /* No border radius for full width section */
}

/* Responsive Design */
@media (min-width: 769px) {
    .page-sports-football-betting-guide__hero-content-wrapper {
        flex-direction: column; /* Keep column layout for main hero on desktop too for consistency with image-text order */
        text-align: center;
    }

    .page-sports-football-betting-guide__content-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
    }

    .page-sports-football-betting-guide__content-wrapper--reverse {
        flex-direction: row-reverse;
    }

    .page-sports-football-betting-guide__text-block {
        text-align: left;
    }

    /* H1 size is already clamped, no need for separate desktop rule unless specific override is needed */
}

@media (max-width: 768px) {
    .page-sports-football-betting-guide__main-visual,
    .page-sports-football-betting-guide__content-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Still enforce min size */
        min-height: 200px; /* Still enforce min size */
    }

    .page-sports-football-betting-guide__hero-section,
    .page-sports-football-betting-guide__section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-sports-football-betting-guide__section-title {
        font-size: 2rem;
    }

    .page-sports-football-betting-guide__main-title {
        font-size: clamp(2rem, 8vw, 2.8rem); /* Adjust H1 size for mobile */
    }
}

/* Ensure all content images are not smaller than 200px in content area, excluding shared elements */
.page-sports-football-betting-guide img {
    min-width: 200px;
    min-height: 200px;
    object-fit: cover; /* Ensure images fill their space without distortion */
}
/* Specific override for main visual and content images to ensure responsiveness and min-size */
.page-sports-football-betting-guide__content-image,
.page-sports-football-betting-guide__main-visual {
    width: 100%;
    height: auto; /* Ensure aspect ratio is maintained */
    max-width: 100%; /* Prevent horizontal overflow */
    min-width: 200px;
    min-height: 200px;
}