/* style/betting-platform-reviews-sunwin-review.css */

/* Variables for color scheme */
:root {
    --primary-color: #007bff; /* Deep Blue */
    --secondary-color: #ffc107; /* Amber/Gold */
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f8f9fa;
    --bg-dark: #212529;
    --border-color: #e0e0e0;
}

.page-betting-platform-reviews-sunwin-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

.page-betting-platform-reviews-sunwin-review .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Hero Section --- */
.page-betting-platform-reviews-sunwin-review .hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%); /* Deeper blue gradient */
    color: var(--text-light);
    overflow: hidden; /* Ensure image doesn't overflow */
}

.page-betting-platform-reviews-sunwin-review .hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1; /* Ensure content is above image */
}

.page-betting-platform-reviews-sunwin-review .hero-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden; /* Keep image within rounded corners */
}

.page-betting-platform-reviews-sunwin-review .hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
    filter: brightness(0.7); /* Slightly darken image for text readability, NOT color change */
}

.page-betting-platform-reviews-sunwin-review .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.page-betting-platform-reviews-sunwin-review .hero-content h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-betting-platform-reviews-sunwin-review .hero-content p {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: var(--text-light);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-betting-platform-reviews-sunwin-review .cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--secondary-color);
    color: var(--text-dark); /* Ensure high contrast */
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-betting-platform-reviews-sunwin-review .cta-button:hover {
    background: #e0a800; /* Slightly darker gold */
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-betting-platform-reviews-sunwin-review .cta-button.large {
    padding: 18px 50px;
    font-size: 1.4em;
    margin-top: 40px;
}

/* --- General Section Styling --- */
.page-betting-platform-reviews-sunwin-review section {
    padding: 60px 0;
    border-bottom: 1px solid var(--border-color);
}

.page-betting-platform-reviews-sunwin-review section:last-of-type {
    border-bottom: none;
}

.page-betting-platform-reviews-sunwin-review h2 {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-betting-platform-reviews-sunwin-review h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-betting-platform-reviews-sunwin-review h3 {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-betting-platform-reviews-sunwin-review h4 {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-betting-platform-reviews-sunwin-review p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-betting-platform-reviews-sunwin-review ul,
.page-betting-platform-reviews-sunwin-review ol {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 1.1em;
}

.page-betting-platform-reviews-sunwin-review ul li,
.page-betting-platform-reviews-sunwin-review ol li {
    margin-bottom: 10px;
}

.page-betting-platform-reviews-sunwin-review .note {
    font-style: italic;
    color: #6c757d;
    border-left: 4px solid var(--secondary-color);
    padding-left: 15px;
    margin-top: 20px;
}

.page-betting-platform-reviews-sunwin-review a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-betting-platform-reviews-sunwin-review a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-betting-platform-reviews-sunwin-review .image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-betting-platform-reviews-sunwin-review .image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-platform-reviews-sunwin-review .cta-banner {
    background: var(--primary-color);
    color: var(--text-light);
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    margin-top: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-betting-platform-reviews-sunwin-review .cta-banner p {
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--text-light);
}

.page-betting-platform-reviews-sunwin-review .cta-banner .cta-button {
    background: var(--secondary-color);
    color: var(--text-dark);
}

.page-betting-platform-reviews-sunwin-review .cta-banner .cta-button:hover {
    background: #e0a800;
}


/* --- FAQ Section --- */
.page-betting-platform-reviews-sunwin-review .faq-section {
    background-color: #f0f4f8; /* Light blue background for contrast */
}

.page-betting-platform-reviews-sunwin-review .faq-list {
    margin-top: 30px;
}

.page-betting-platform-reviews-sunwin-review .faq-item {
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--text-light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-betting-platform-reviews-sunwin-review .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: var(--text-light);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-betting-platform-reviews-sunwin-review .faq-question:hover {
    background: #f5f5f5;
}

.page-betting-platform-reviews-sunwin-review .faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: var(--primary-color);
    flex-grow: 1;
}

.page-betting-platform-reviews-sunwin-review .faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-betting-platform-reviews-sunwin-review .faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--secondary-color);
}

.page-betting-platform-reviews-sunwin-review .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 25px;
    background: #f9f9f9;
    color: var(--text-dark);
}

.page-betting-platform-reviews-sunwin-review .faq-item.active .faq-answer {
    max-height: 500px; /* Sufficient height for content */
    padding: 20px 25px;
    border-top: 1px solid var(--border-color);
}

.page-betting-platform-reviews-sunwin-review .faq-answer p {
    margin-bottom: 0; /* Remove bottom margin for last paragraph in answer */
}

/* --- Conclusion Section --- */
.page-betting-platform-reviews-sunwin-review .conclusion-section {
    text-align: center;
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-betting-platform-reviews-sunwin-review .conclusion-section h2 {
    color: var(--secondary-color);
}

.page-betting-platform-reviews-sunwin-review .conclusion-section p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: var(--text-light);
}

.page-betting-platform-reviews-sunwin-review .conclusion-section .final-cta {
    background: var(--secondary-color);
    color: var(--text-dark);
    padding: 18px 60px;
    font-size: 1.5em;
    margin-top: 30px;
}

.page-betting-platform-reviews-sunwin-review .conclusion-section .final-cta:hover {
    background: #e0a800;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .page-betting-platform-reviews-sunwin-review .hero-content h1 {
        font-size: 2.8em;
    }
    .page-betting-platform-reviews-sunwin-review .hero-content p {
        font-size: 1.2em;
    }
    .page-betting-platform-reviews-sunwin-review h2 {
        font-size: 2.2em;
    }
    .page-betting-platform-reviews-sunwin-review h3 {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-betting-platform-reviews-sunwin-review .hero-section {
        padding: 40px 15px;
    }
    .page-betting-platform-reviews-sunwin-review .hero-content h1 {
        font-size: 2.2em;
    }
    .page-betting-platform-reviews-sunwin-review .hero-content p {
        font-size: 1.1em;
    }
    .page-betting-platform-reviews-sunwin-review .cta-button {
        padding: 12px 30px;
        font-size: 1em;
    }
    .page-betting-platform-reviews-sunwin-review .cta-button.large {
        padding: 15px 40px;
        font-size: 1.2em;
    }
    .page-betting-platform-reviews-sunwin-review section {
        padding: 40px 0;
    }
    .page-betting-platform-reviews-sunwin-review h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-betting-platform-reviews-sunwin-review h3 {
        font-size: 1.4em;
        margin-top: 30px;
    }
    .page-betting-platform-reviews-sunwin-review p,
    .page-betting-platform-reviews-sunwin-review ul li,
    .page-betting-platform-reviews-sunwin-review ol li {
        font-size: 1em;
    }

    .page-betting-platform-reviews-sunwin-review .faq-question {
        padding: 15px 20px;
    }
    .page-betting-platform-reviews-sunwin-review .faq-question h3 {
        font-size: 1.1em;
    }
    .page-betting-platform-reviews-sunwin-review .faq-answer {
        padding: 0 20px;
    }
    .page-betting-platform-reviews-sunwin-review .faq-item.active .faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-betting-platform-reviews-sunwin-review .hero-content h1 {
        font-size: 1.8em;
    }
    .page-betting-platform-reviews-sunwin-review .hero-content p {
        font-size: 0.95em;
    }
    .page-betting-platform-reviews-sunwin-review .cta-button {
        padding: 10px 25px;
        font-size: 0.9em;
    }
    .page-betting-platform-reviews-sunwin-review h2 {
        font-size: 1.5em;
    }
    .page-betting-platform-reviews-sunwin-review h3 {
        font-size: 1.2em;
    }
    .page-betting-platform-reviews-sunwin-review .cta-banner p {
        font-size: 1.2em;
    }
    .page-betting-platform-reviews-sunwin-review .conclusion-section .final-cta {
        padding: 15px 40px;
        font-size: 1.2em;
    }
}