/* style/index-review-saobet.css */

:root {
    --primary-color: #FFD700; /* Gold */
    --secondary-color: #000080; /* Dark Blue */
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f4f7f6;
    --bg-dark: #1a1a2e; /* Slightly darker than secondary for better contrast */
    --border-color: #e0e0e0;
}

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

.page-index-review-saobet-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-index-review-saobet-section {
    padding: 60px 0;
    margin-bottom: 20px;
}

.page-index-review-saobet-section:nth-of-type(even) {
    background-color: #e9ecef; /* Slightly different background for alternating sections */
}

.page-index-review-saobet-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--text-light);
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.page-index-review-saobet-main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-index-review-saobet-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.page-index-review-saobet-hero-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.page-index-review-saobet-cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--primary-color);
}

.page-index-review-saobet-cta-button:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    border-color: var(--primary-color);
}

.page-index-review-saobet-section-title {
    font-size: 2.5em;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-index-review-saobet-introduction p {
    font-size: 1.1em;
    margin-bottom: 15px;
    text-align: justify;
}

.page-index-review-saobet-introduction p strong {
    color: var(--secondary-color);
}

.page-index-review-saobet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-review-saobet-feature-card {
    background-color: var(--text-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-saobet-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet-feature-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-index-review-saobet-card-title {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-review-saobet-feature-card p {
    font-size: 1em;
    color: var(--text-dark);
}

.page-index-review-saobet-game-category {
    background-color: var(--text-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.page-index-review-saobet-category-title {
    font-size: 2em;
    color: var(--secondary-color);
    margin-bottom: 20px;
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}

.page-index-review-saobet-category-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-index-review-saobet-game-category p {
    font-size: 1.1em;
    text-align: justify;
}

.page-index-review-saobet-center-cta {
    text-align: center;
    margin-top: 50px;
}

.page-index-review-saobet-promotions .page-index-review-saobet-promo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-index-review-saobet-promo-item {
    background-color: var(--text-light);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: transform 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-review-saobet-promo-item:hover {
    transform: translateY(-5px);
}

.page-index-review-saobet-promo-image {
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-index-review-saobet-promo-item h3 {
    font-size: 1.4em;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.page-index-review-saobet-promo-item p {
    font-size: 0.95em;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-index-review-saobet-small-cta {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-saobet-small-cta:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-2px);
}

.page-index-review-saobet-grid-2-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.page-index-review-saobet-info-block {
    background-color: var(--text-light);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.page-index-review-saobet-info-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    object-fit: contain;
}

.page-index-review-saobet-info-block h3 {
    font-size: 1.3em;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.page-index-review-saobet-info-block p {
    font-size: 0.95em;
}

.page-index-review-saobet-steps-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.page-index-review-saobet-steps-list li {
    background-color: var(--text-light);
    padding: 25px 30px;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-saobet-step-title {
    font-size: 1.6em;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.page-index-review-saobet-steps-list p {
    font-size: 1.05em;
    text-align: justify;
}

.page-index-review-saobet-pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 768px) {
    .page-index-review-saobet-pros-cons-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.page-index-review-saobet-pros, .page-index-review-saobet-cons {
    background-color: var(--text-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-index-review-saobet-pros h3 {
    color: #28a745; /* Green for pros */
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-review-saobet-cons h3 {
    color: #dc3545; /* Red for cons */
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-review-saobet-pros ul, .page-index-review-saobet-cons ul {
    list-style: none;
    padding: 0;
}

.page-index-review-saobet-pros li, .page-index-review-saobet-cons li {
    font-size: 1.1em;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    text-align: justify;
}

.page-index-review-saobet-pros li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #28a745;
}

.page-index-review-saobet-cons li::before {
    content: '❌';
    position: absolute;
    left: 0;
    color: #dc3545;
}

/* FAQ Styles */
.page-index-review-saobet-faq-list {
    margin-top: 40px;
}

.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);
}

.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;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-question h3 {
    font-size: 1.25em;
    color: var(--secondary-color);
    margin: 0;
    font-weight: bold;
    flex-grow: 1;
}

.faq-toggle {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--primary-color);
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--secondary-color);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 25px;
    background-color: #fcfcfc;
    color: var(--text-dark);
}

.faq-item.active .faq-answer {
    max-height: 500px; /* Adjust as needed for content */
    padding: 15px 25px;
    border-top: 1px solid var(--border-color);
}

.faq-answer p {
    font-size: 1.05em;
    margin-bottom: 0;
    text-align: justify;
}

.page-index-review-saobet-conclusion p {
    font-size: 1.15em;
    text-align: center;
    margin-bottom: 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-index-review-saobet-main-title {
        font-size: 2.8em;
    }
    .page-index-review-saobet-subtitle {
        font-size: 1.2em;
    }
    .page-index-review-saobet-section-title {
        font-size: 2.2em;
    }
    .page-index-review-saobet-grid, .page-index-review-saobet-promotions .page-index-review-saobet-promo-list, .page-index-review-saobet-grid-2-col {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-index-review-saobet-section {
        padding: 40px 0;
    }
    .page-index-review-saobet-main-title {
        font-size: 2.2em;
    }
    .page-index-review-saobet-subtitle {
        font-size: 1em;
    }
    .page-index-review-saobet-cta-button {
        padding: 12px 30px;
        font-size: 1em;
    }
    .page-index-review-saobet-section-title {
        font-size: 1.8em;
    }
    .page-index-review-saobet-introduction p, .page-index-review-saobet-game-category p, .page-index-review-saobet-promo-item p, .page-index-review-saobet-info-block p, .page-index-review-saobet-steps-list p, .page-index-review-saobet-pros li, .page-index-review-saobet-cons li, .faq-answer p {
        font-size: 0.95em;
    }
    .page-index-review-saobet-card-title, .page-index-review-saobet-category-title, .page-index-review-saobet-step-title {
        font-size: 1.3em;
    }
    .page-index-review-saobet-promo-image {
        height: 150px;
    }
    .faq-question h3 {
        font-size: 1.1em;
    }
    .faq-toggle {
        font-size: 1.5em;
    }
    .faq-question {
        padding: 15px 20px;
    }
    .faq-answer {
        padding: 0 20px;
    }
    .faq-item.active .faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-index-review-saobet-main-title {
        font-size: 1.8em;
    }
    .page-index-review-saobet-subtitle {
        font-size: 0.9em;
    }
    .page-index-review-saobet-cta-button {
        padding: 10px 25px;
        font-size: 0.9em;
    }
    .page-index-review-saobet-section-title {
        font-size: 1.5em;
    }
    .page-index-review-saobet-grid, .page-index-review-saobet-promotions .page-index-review-saobet-promo-list, .page-index-review-saobet-grid-2-col {
        grid-template-columns: 1fr;
    }
    .page-index-review-saobet-feature-card, .page-index-review-saobet-promo-item, .page-index-review-saobet-info-block, .page-index-review-saobet-pros, .page-index-review-saobet-cons {
        padding: 20px;
    }
    .page-index-review-saobet-card-title, .page-index-review-saobet-category-title, .page-index-review-saobet-step-title {
        font-size: 1.2em;
    }
    .page-index-review-saobet-hero-image {
        max-width: 100%;
    }
}