/* style/expert-predictions-historical-accuracy.css */
.page-expert-predictions-historical-accuracy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-expert-predictions-historical-accuracy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-expert-predictions-historical-accuracy__hero {
    background: linear-gradient(135deg, #B22222, #FFD700);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-expert-predictions-historical-accuracy__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-expert-predictions-historical-accuracy__hero .page-expert-predictions-historical-accuracy__container {
    position: relative;
    z-index: 2;
}

.page-expert-predictions-historical-accuracy__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-expert-predictions-historical-accuracy__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #eee;
}

.page-expert-predictions-historical-accuracy__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1.1em;
    margin: 10px;
    cursor: pointer;
}

.page-expert-predictions-historical-accuracy__button--primary {
    background-color: #FFD700;
    color: #B22222;
    border: 2px solid #FFD700;
}

.page-expert-predictions-historical-accuracy__button--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-expert-predictions-historical-accuracy__button--secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.page-expert-predictions-historical-accuracy__button--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.page-expert-predictions-historical-accuracy__hero-image {
    max-width: 80%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-historical-accuracy__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-expert-predictions-historical-accuracy__section:last-of-type {
    border-bottom: none;
}

.page-expert-predictions-historical-accuracy__section--why-important {
    background-color: #fefefe;
}

.page-expert-predictions-historical-accuracy__section--methodology {
    background-color: #fdfdfd;
}

.page-expert-predictions-historical-accuracy__section--statistics {
    background-color: #fefefe;
}

.page-expert-predictions-historical-accuracy__section--benefits {
    background-color: #fdfdfd;
}

.page-expert-predictions-historical-accuracy__section--commitment {
    background-color: #fefefe;
}

.page-expert-predictions-historical-accuracy__heading {
    font-size: 2.5em;
    color: #B22222;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-expert-predictions-historical-accuracy__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-expert-predictions-historical-accuracy__sub-heading {
    font-size: 1.8em;
    color: #B22222;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.page-expert-predictions-historical-accuracy__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #444;
}

.page-expert-predictions-historical-accuracy__keyword {
    font-weight: bold;
    color: #B22222;
}

.page-expert-predictions-historical-accuracy__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-expert-predictions-historical-accuracy__list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23B22222"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #333;
}

.page-expert-predictions-historical-accuracy__list--benefits li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat left center;
    background-size: 20px;
    color: #444;
}

.page-expert-predictions-historical-accuracy__content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-expert-predictions-historical-accuracy__grid-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-expert-predictions-historical-accuracy__grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-expert-predictions-historical-accuracy__grid-image {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-expert-predictions-historical-accuracy__data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.page-expert-predictions-historical-accuracy__data-table th,
.page-expert-predictions-historical-accuracy__data-table td {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.page-expert-predictions-historical-accuracy__data-table th {
    background-color: #B22222;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.page-expert-predictions-historical-accuracy__data-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.page-expert-predictions-historical-accuracy__data-table tbody tr:hover {
    background-color: #ffeccf; /* Light gold hover */
}

.page-expert-predictions-historical-accuracy__chart-image {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.page-expert-predictions-historical-accuracy__cta {
    background: #B22222;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-expert-predictions-historical-accuracy__heading--cta {
    color: #FFD700;
}

.page-expert-predictions-historical-accuracy__heading--cta::after {
    background-color: #fff;
}

.page-expert-predictions-historical-accuracy__text--cta {
    color: #eee;
    font-size: 1.2em;
    margin-bottom: 40px;
}

.page-expert-predictions-historical-accuracy__cta-buttons {
    margin-top: 30px;
}

.page-expert-predictions-historical-accuracy__cta-buttons .page-expert-predictions-historical-accuracy__button--primary {
    background-color: #FFD700;
    color: #B22222;
    border-color: #FFD700;
}

.page-expert-predictions-historical-accuracy__cta-buttons .page-expert-predictions-historical-accuracy__button--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-expert-predictions-historical-accuracy__cta-buttons .page-expert-predictions-historical-accuracy__button--secondary {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.page-expert-predictions-historical-accuracy__cta-buttons .page-expert-predictions-historical-accuracy__button--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.page-expert-predictions-historical-accuracy__cta-image {
    max-width: 70%;
    height: auto;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-expert-predictions-historical-accuracy__title {
        font-size: 2.5em;
    }

    .page-expert-predictions-historical-accuracy__subtitle {
        font-size: 1.1em;
    }

    .page-expert-predictions-historical-accuracy__heading {
        font-size: 2em;
    }

    .page-expert-predictions-historical-accuracy__sub-heading {
        font-size: 1.5em;
    }

    .page-expert-predictions-historical-accuracy__text,
    .page-expert-predictions-historical-accuracy__list li {
        font-size: 1em;
    }

    .page-expert-predictions-historical-accuracy__content-grid {
        grid-template-columns: 1fr;
    }

    .page-expert-predictions-historical-accuracy__button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-expert-predictions-historical-accuracy__hero,
    .page-expert-predictions-historical-accuracy__section,
    .page-expert-predictions-historical-accuracy__cta {
        padding: 40px 0;
    }

    .page-expert-predictions-historical-accuracy__hero-image,
    .page-expert-predictions-historical-accuracy__chart-image,
    .page-expert-predictions-historical-accuracy__cta-image {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .page-expert-predictions-historical-accuracy__title {
        font-size: 2em;
    }

    .page-expert-predictions-historical-accuracy__subtitle {
        font-size: 0.9em;
    }

    .page-expert-predictions-historical-accuracy__heading {
        font-size: 1.8em;
    }

    .page-expert-predictions-historical-accuracy__button {
        padding: 10px 20px;
        font-size: 0.9em;
        display: block;
        margin: 10px auto;
    }

    .page-expert-predictions-historical-accuracy__cta-buttons .page-expert-predictions-historical-accuracy__button {
        width: 80%;
    }

    .page-expert-predictions-historical-accuracy__data-table th,
    .page-expert-predictions-historical-accuracy__data-table td {
        padding: 10px 5px;
        font-size: 0.9em;
    }

    .page-expert-predictions-historical-accuracy__table-wrapper {
        overflow-x: auto;
    }
}