/* style/expert-predictions-how-to-use.css */

/* Variables */
:root {
    --page-expert-predictions-primary-color: #007bff;
    --page-expert-predictions-secondary-color: #ffc107;
    --page-expert-predictions-dark-text: #333333;
    --page-expert-predictions-light-text: #ffffff;
    --page-expert-predictions-background-light: #f8f9fa;
    --page-expert-predictions-background-dark: #212529;
    --page-expert-predictions-border-color: #dee2e6;
}

/* General Page Styling */
.page-expert-predictions-how-to-use {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-expert-predictions-dark-text);
    background-color: var(--page-expert-predictions-background-light);
}

.page-expert-predictions-how-to-use__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-expert-predictions-how-to-use__section {
    padding: 60px 0;
    margin-bottom: 20px;
}

.page-expert-predictions-how-to-use__section-title {
    font-size: 2.5em;
    color: var(--page-expert-predictions-primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-expert-predictions-how-to-use__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: var(--page-expert-predictions-dark-text);
}

/* Hero Section */
.page-expert-predictions-how-to-use__hero-section {
    background: linear-gradient(135deg, var(--page-expert-predictions-primary-color), #0056b3);
    color: var(--page-expert-predictions-light-text);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-expert-predictions-how-to-use__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract_pattern,geometric,light_blue]');
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-expert-predictions-how-to-use__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.page-expert-predictions-how-to-use__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* Buttons */
.page-expert-predictions-how-to-use__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-expert-predictions-how-to-use__btn--primary {
    background-color: var(--page-expert-predictions-secondary-color);
    color: var(--page-expert-predictions-dark-text);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-how-to-use__btn--primary:hover {
    background-color: #e6a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-how-to-use__btn--secondary {
    background-color: var(--page-expert-predictions-primary-color);
    color: var(--page-expert-predictions-light-text);
    border: 2px solid var(--page-expert-predictions-primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-how-to-use__btn--secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-how-to-use__btn-group {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Intro Section */
.page-expert-predictions-how-to-use__intro {
    background-color: #ffffff;
}

.page-expert-predictions-how-to-use__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-expert-predictions-how-to-use__text-content {
    flex: 2;
    font-size: 1.05em;
}

.page-expert-predictions-how-to-use__text-content p {
    margin-bottom: 15px;
}

.page-expert-predictions-how-to-use__image-content {
    flex: 1;
    text-align: center;
}

.page-expert-predictions-how-to-use__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Why Trust Section */
.page-expert-predictions-how-to-use__why-trust {
    background-color: var(--page-expert-predictions-background-light);
    padding-bottom: 80px;
}

.page-expert-predictions-how-to-use__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-expert-predictions-how-to-use__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-expert-predictions-how-to-use__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-expert-predictions-how-to-use__feature-title {
    font-size: 1.5em;
    color: var(--page-expert-predictions-primary-color);
    margin-bottom: 15px;
}

.page-expert-predictions-how-to-use__feature-item p {
    font-size: 1em;
    color: #555555;
}

/* Types Section */
.page-expert-predictions-how-to-use__types {
    background-color: #ffffff;
}

.page-expert-predictions-how-to-use__list-items {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.page-expert-predictions-how-to-use__list-items li {
    background-color: var(--page-expert-predictions-background-light);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-expert-predictions-how-to-use__list-title {
    font-size: 1.6em;
    color: var(--page-expert-predictions-primary-color);
    margin-bottom: 10px;
}

.page-expert-predictions-how-to-use__list-items p {
    color: #555555;
}

.page-expert-predictions-how-to-use__cta-block {
    text-align: center;
    margin-top: 40px;
}

.page-expert-predictions-how-to-use__cta-block p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: var(--page-expert-predictions-dark-text);
}

/* Guide Section */
.page-expert-predictions-how-to-use__guide {
    background-color: var(--page-expert-predictions-background-light);
}

.page-expert-predictions-how-to-use__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-expert-predictions-how-to-use__step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    padding-top: 60px; /* Space for step number */
}

.page-expert-predictions-how-to-use__step-number {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--page-expert-predictions-secondary-color);
    color: var(--page-expert-predictions-dark-text);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-how-to-use__step-title {
    font-size: 1.6em;
    color: var(--page-expert-predictions-primary-color);
    margin-bottom: 15px;
}

.page-expert-predictions-how-to-use__step-item p {
    font-size: 1em;
    color: #555555;
    margin-bottom: 20px;
}

.page-expert-predictions-how-to-use__step-item a {
    color: var(--page-expert-predictions-primary-color);
    text-decoration: none;
    font-weight: 600;
}

.page-expert-predictions-how-to-use__step-item a:hover {
    text-decoration: underline;
}

.page-expert-predictions-how-to-use__step-image {
    max-width: 100%;
    height: 180px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Tips Section */
.page-expert-predictions-how-to-use__tips {
    background-color: #ffffff;
}

.page-expert-predictions-how-to-use__tips-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
}

.page-expert-predictions-how-to-use__tips-list li {
    background-color: var(--page-expert-predictions-background-light);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-expert-predictions-how-to-use__tip-title {
    font-size: 1.6em;
    color: var(--page-expert-predictions-primary-color);
    margin-bottom: 10px;
}

.page-expert-predictions-how-to-use__tips-list p {
    color: #555555;
}

/* FAQ Section */
.page-expert-predictions-how-to-use__faq {
    background-color: var(--page-expert-predictions-background-light);
}

.page-expert-predictions-how-to-use__faq-items {
    max-width: 900px;
    margin: 0 auto;
}

.page-expert-predictions-how-to-use__faq-item {
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-expert-predictions-how-to-use__faq-question {
    font-size: 1.4em;
    color: var(--page-expert-predictions-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-expert-predictions-how-to-use__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: bold;
    color: var(--page-expert-predictions-secondary-color);
}

.page-expert-predictions-how-to-use__faq-item.active .page-expert-predictions-how-to-use__faq-question::after {
    content: '-';
}

.page-expert-predictions-how-to-use__faq-answer {
    font-size: 1em;
    color: #555555;
    display: none; /* Hidden by default, toggled by JS */
    padding-top: 10px;
    border-top: 1px solid var(--page-expert-predictions-border-color);
    margin-top: 10px;
}

.page-expert-predictions-how-to-use__faq-item.active .page-expert-predictions-how-to-use__faq-answer {
    display: block;
}

/* Final CTA Section */
.page-expert-predictions-how-to-use__cta-final {
    background: linear-gradient(45deg, var(--page-expert-predictions-primary-color), #0056b3);
    color: var(--page-expert-predictions-light-text);
    text-align: center;
    padding: 80px 0;
    border-radius: 0 0 8px 8px; /* Slightly rounded bottom for visual appeal */
}

.page-expert-predictions-how-to-use__cta-final .page-expert-predictions-how-to-use__section-title {
    color: var(--page-expert-predictions-light-text);
}

.page-expert-predictions-how-to-use__cta-final .page-expert-predictions-how-to-use__section-description {
    color: var(--page-expert-predictions-light-text);
    margin-bottom: 40px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .page-expert-predictions-how-to-use__hero-title {
        font-size: 2.8em;
    }
    .page-expert-predictions-how-to-use__hero-subtitle {
        font-size: 1.1em;
    }
    .page-expert-predictions-how-to-use__section-title {
        font-size: 2em;
    }
    .page-expert-predictions-how-to-use__content-wrapper {
        flex-direction: column;
    }
    .page-expert-predictions-how-to-use__image-content {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .page-expert-predictions-how-to-use__hero-title {
        font-size: 2.2em;
    }
    .page-expert-predictions-how-to-use__hero-subtitle {
        font-size: 1em;
    }
    .page-expert-predictions-how-to-use__btn-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-expert-predictions-how-to-use__btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-expert-predictions-how-to-use__features-grid,
    .page-expert-predictions-how-to-use__guide-steps {
        grid-template-columns: 1fr;
    }
    .page-expert-predictions-how-to-use__step-image {
        height: auto; /* Allow image to scale naturally */
    }
    .page-expert-predictions-how-to-use__section {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .page-expert-predictions-how-to-use__hero-title {
        font-size: 1.8em;
    }
    .page-expert-predictions-how-to-use__section-title {
        font-size: 1.8em;
    }
    .page-expert-predictions-how-to-use__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}