.page-game-reviews-popular-sports-event-analysis {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f6; /* Light background for contrast */
}

.page-game-reviews-popular-sports-event-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-popular-sports-event-analysis__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Dark blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.page-game-reviews-popular-sports-event-analysis__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-game-reviews-popular-sports-event-analysis__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Slightly transparent background image */
}

.page-game-reviews-popular-sports-event-analysis__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.page-game-reviews-popular-sports-event-analysis__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-game-reviews-popular-sports-event-analysis__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    opacity: 0.9;
}

.page-game-reviews-popular-sports-event-analysis__section {
    padding: 60px 0;
}

.page-game-reviews-popular-sports-event-analysis__section:nth-of-type(even) {
    background-color: #e9ecef; /* Slightly different background for alternating sections */
}

.page-game-reviews-popular-sports-event-analysis__section-title {
    font-size: 2.5em;
    color: #003366; /* Deep blue for titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-popular-sports-event-analysis__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00; /* Gold underline */
    border-radius: 2px;
}

.page-game-reviews-popular-sports-event-analysis__introduction p,
.page-game-reviews-popular-sports-event-analysis__why-new88 p,
.page-game-reviews-popular-sports-event-analysis__betting-tips p,
.page-game-reviews-popular-sports-event-analysis__register-guide p,
.page-game-reviews-popular-sports-event-analysis__special-offers p,
.page-game-reviews-popular-sports-event-analysis__final-cta p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.page-game-reviews-popular-sports-event-analysis__introduction p a,
.page-game-reviews-popular-sports-event-analysis__why-new88 p a,
.page-game-reviews-popular-sports-event-analysis__betting-tips p a,
.page-game-reviews-popular-sports-event-analysis__register-guide p a,
.page-game-reviews-popular-sports-event-analysis__special-offers p a,
.page-game-reviews-popular-sports-event-analysis__final-cta p a {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}

.page-game-reviews-popular-sports-event-analysis__introduction p a:hover,
.page-game-reviews-popular-sports-event-analysis__why-new88 p a:hover,
.page-game-reviews-popular-sports-event-analysis__betting-tips p a:hover,
.page-game-reviews-popular-sports-event-analysis__register-guide p a:hover,
.page-game-reviews-popular-sports-event-analysis__special-offers p a:hover,
.page-game-reviews-popular-sports-event-analysis__final-cta p a:hover {
    text-decoration: underline;
}

.page-game-reviews-popular-sports-event-analysis .highlight {
    color: #FFCC00; /* Gold for highlights */
    font-weight: bold;
}

.page-game-reviews-popular-sports-event-analysis__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Gold button */
    color: #003366; /* Deep blue text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.page-game-reviews-popular-sports-event-analysis__cta-button:hover {
    background-color: #e6b800; /* Darker gold on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-popular-sports-event-analysis__cta-button--secondary {
    background-color: #003366;
    color: #FFCC00;
    border: 2px solid #FFCC00;
    margin-left: 20px;
}

.page-game-reviews-popular-sports-event-analysis__cta-button--secondary:hover {
    background-color: #004d99;
    border-color: #e6b800;
}

/* Why New88 section */
.page-game-reviews-popular-sports-event-analysis__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-popular-sports-event-analysis__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-popular-sports-event-analysis__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.page-game-reviews-popular-sports-event-analysis__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
}

.page-game-reviews-popular-sports-event-analysis__feature-item h3 {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 15px;
}

.page-game-reviews-popular-sports-event-analysis__feature-item p {
    font-size: 1em;
    color: #666;
}

/* Featured Leagues section */
.page-game-reviews-popular-sports-event-analysis__sport-category {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.page-game-reviews-popular-sports-event-analysis__sport-title {
    font-size: 2em;
    color: #003366;
    margin-bottom: 20px;
    text-align: center;
}

.page-game-reviews-popular-sports-event-analysis__sport-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.page-game-reviews-popular-sports-event-analysis__featured-leagues ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-game-reviews-popular-sports-event-analysis__featured-leagues ul li {
    background-color: #f9f9f9;
    border-left: 5px solid #FFCC00; /* Gold accent */
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 1.05em;
    color: #444;
}

.page-game-reviews-popular-sports-event-analysis__featured-leagues ul li strong {
    color: #003366;
}

/* Expert Analysts section */
.page-game-reviews-popular-sports-event-analysis__analyst-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-popular-sports-event-analysis__analyst-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.page-game-reviews-popular-sports-event-analysis__analyst-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #FFCC00; /* Gold border */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.page-game-reviews-popular-sports-event-analysis__analyst-card h3 {
    font-size: 1.6em;
    color: #003366;
    margin-bottom: 10px;
}

.page-game-reviews-popular-sports-event-analysis__analyst-card p {
    font-size: 1em;
    color: #666;
    text-align: justify;
}

/* Betting Tips section */
.page-game-reviews-popular-sports-event-analysis__betting-tips ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
}

.page-game-reviews-popular-sports-event-analysis__betting-tips ol li {
    counter-increment: item;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
    font-size: 1.1em;
    color: #444;
    text-align: justify;
}

.page-game-reviews-popular-sports-event-analysis__betting-tips ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #003366; /* Deep blue number */
    color: #FFCC00; /* Gold text */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Register Guide section */
.page-game-reviews-popular-sports-event-analysis__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-popular-sports-event-analysis__step-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    padding-top: 60px;
}

.page-game-reviews-popular-sports-event-analysis__step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFCC00; /* Gold number */
    color: #003366; /* Deep blue text */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    border: 3px solid #003366;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-game-reviews-popular-sports-event-analysis__step-item h3 {
    font-size: 1.6em;
    color: #003366;
    margin-bottom: 15px;
}

.page-game-reviews-popular-sports-event-analysis__step-item p {
    font-size: 1em;
    color: #666;
    text-align: center;
}

.page-game-reviews-popular-sports-event-analysis__cta-buttons-group {
    text-align: center;
    margin-top: 40px;
}

/* Special Offers section */
.page-game-reviews-popular-sports-event-analysis__offer-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-game-reviews-popular-sports-event-analysis__offer-list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-size: 1.1em;
    color: #333;
    border-left: 6px solid #FFCC00;
    position: relative;
    text-align: justify;
}

.page-game-reviews-popular-sports-event-analysis__offer-list li::before {
    content: '★'; /* Star icon */
    color: #003366; /* Deep blue star */
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    display: none; /* Hide default, use border-left */
}

/* Final CTA section */
.page-game-reviews-popular-sports-event-analysis__final-cta {
    background: linear-gradient(45deg, #003366 0%, #004d99 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.page-game-reviews-popular-sports-event-analysis__final-cta-content .page-game-reviews-popular-sports-event-analysis__section-title {
    color: #FFCC00;
}

.page-game-reviews-popular-sports-event-analysis__final-cta-content .page-game-reviews-popular-sports-event-analysis__section-title::after {
    background-color: #fff;
}

.page-game-reviews-popular-sports-event-analysis__final-cta-content p {
    color: #e0e0e0;
}

/* Floating Ad Menu */
.page-game-reviews-popular-sports-event-analysis__floating-ad-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #003366; /* Deep blue background */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    animation: page-game-reviews-popular-sports-event-analysis__pulse 2s infinite;
}

.page-game-reviews-popular-sports-event-analysis__floating-ad-button {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

.page-game-reviews-popular-sports-event-analysis__floating-ad-button:hover {
    background-color: #004d99;
}

.page-game-reviews-popular-sports-event-analysis__floating-ad-text {
    margin-right: 10px;
}

.page-game-reviews-popular-sports-event-analysis__floating-ad-icon {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(20deg); /* Gold tint */
}

@keyframes page-game-reviews-popular-sports-event-analysis__pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-reviews-popular-sports-event-analysis__hero-title {
        font-size: 2.8em;
    }
    .page-game-reviews-popular-sports-event-analysis__hero-subtitle {
        font-size: 1.2em;
    }
    .page-game-reviews-popular-sports-event-analysis__section-title {
        font-size: 2em;
    }
    .page-game-reviews-popular-sports-event-analysis__cta-button {
        font-size: 1.1em;
        padding: 12px 25px;
    }
    .page-game-reviews-popular-sports-event-analysis__cta-button--secondary {
        margin-left: 10px;
        margin-top: 10px;
    }
    .page-game-reviews-popular-sports-event-analysis__features-grid,
    .page-game-reviews-popular-sports-event-analysis__analyst-team,
    .page-game-reviews-popular-sports-event-analysis__steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-game-reviews-popular-sports-event-analysis__hero-section {
        padding: 80px 0;
        min-height: 350px;
    }
    .page-game-reviews-popular-sports-event-analysis__hero-title {
        font-size: 2.2em;
    }
    .page-game-reviews-popular-sports-event-analysis__hero-subtitle {
        font-size: 1em;
    }
    .page-game-reviews-popular-sports-event-analysis__section {
        padding: 40px 0;
    }
    .page-game-reviews-popular-sports-event-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-game-reviews-popular-sports-event-analysis__cta-button {
        display: block;
        width: fit-content;
        margin: 15px auto;
    }
    .page-game-reviews-popular-sports-event-analysis__cta-button--secondary {
        margin-left: auto;
        margin-right: auto;
    }
    .page-game-reviews-popular-sports-event-analysis__floating-ad-menu {
        bottom: 15px;
        right: 15px;
    }
    .page-game-reviews-popular-sports-event-analysis__floating-ad-button {
        padding: 12px 15px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-popular-sports-event-analysis__hero-section {
        padding: 60px 0;
        min-height: 300px;
    }
    .page-game-reviews-popular-sports-event-analysis__hero-title {
        font-size: 1.8em;
    }
    .page-game-reviews-popular-sports-event-analysis__hero-subtitle {
        font-size: 0.9em;
    }
    .page-game-reviews-popular-sports-event-analysis__section-title {
        font-size: 1.5em;
    }
    .page-game-reviews-popular-sports-event-analysis__cta-button {
        font-size: 1em;
        padding: 10px 20px;
    }
    .page-game-reviews-popular-sports-event-analysis__betting-tips ol li {
        padding-left: 45px;
        font-size: 1em;
    }
    .page-game-reviews-popular-sports-event-analysis__betting-tips ol li::before {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
    }
    .page-game-reviews-popular-sports-event-analysis__step-number {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
        top: -25px;
    }
    .page-game-reviews-popular-sports-event-analysis__floating-ad-menu {
        bottom: 10px;
        right: 10px;
    }
    .page-game-reviews-popular-sports-event-analysis__floating-ad-button {
        padding: 10px 12px;
        font-size: 0.9em;
    }
    .page-game-reviews-popular-sports-event-analysis__floating-ad-icon {
        width: 25px;
        height: 25px;
    }
}