/* style/index-review-saobet.css */
:root {
    --primary-color: #0A2463;
    --secondary-color: #E5B80B;
    --text-light: #ffffff;
    --text-dark: #333333;
    --background-dark: #000000;
    --background-light: #f1f3f5;
    --card-background: #ffffff;
    --border-color: #e0e0e0;
}

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

/* Fixed header spacing */
.page-index-review-saobet__hero-review-section {
    padding-top: 180px; /* Adjust for fixed header */
}

@media (max-width: 768px) {
    .page-index-review-saobet__hero-review-section {
        padding-top: 140px; /* Adjust for fixed header on mobile */
    }
}

.page-index-review-saobet__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-index-review-saobet__light-bg {
    background-color: var(--background-light);
    color: var(--text-dark);
}

.page-index-review-saobet__hero-review-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px;
    overflow: hidden;
}

.page-index-review-saobet__hero-review-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 20px;
}

.page-index-review-saobet__hero-review-content {
    flex: 1;
    text-align: left;
    max-width: 600px;
}

.page-index-review-saobet__main-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--secondary-color);
}

.page-index-review-saobet__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--text-light);
}

.page-index-review-saobet__hero-review-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.page-index-review-saobet__hero-image-display {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.page-index-review-saobet__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.page-index-review-saobet__btn-primary {
    background: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-index-review-saobet__btn-primary:hover {
    background: #FFD700;
    border-color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(229, 184, 11, 0.4);
}

.page-index-review-saobet__btn-secondary {
    background: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--secondary-color);
}

.page-index-review-saobet__btn-secondary:hover {
    background: #0D3B66;
    border-color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(10, 36, 99, 0.4);
}

.page-index-review-saobet__section {
    padding: 60px 20px;
}

.page-index-review-saobet__container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-index-review-saobet__section-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-index-review-saobet__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 2px;
}

.page-index-review-saobet__overview-section .page-index-review-saobet__section-title {
    color: var(--primary-color);
}

.page-index-review-saobet__evaluation-section .page-index-review-saobet__section-title {
    color: var(--secondary-color);
}

.page-index-review-saobet__guide-section .page-index-review-saobet__section-title {
    color: var(--primary-color);
}

.page-index-review-saobet__pros-cons-section .page-index-review-saobet__section-title {
    color: var(--secondary-color);
}

.page-index-review-saobet__conclusion-section .page-index-review-saobet__section-title {
    color: var(--primary-color);
}

.page-index-review-saobet__faq-section .page-index-review-saobet__section-title {
    color: var(--primary-color);
}

.page-index-review-saobet__content-block p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-index-review-saobet__text-link {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-index-review-saobet__dark-bg .page-index-review-saobet__text-link {
    color: var(--secondary-color);
}

.page-index-review-saobet__text-link:hover {
    color: #004499;
}

.page-index-review-saobet__dark-bg .page-index-review-saobet__text-link:hover {
    color: #FFD700;
}

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

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

.page-index-review-saobet__card {
    background: var(--card-background);
    border-radius: 12px;
    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;
    color: var(--text-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-index-review-saobet__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet__card-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
}

.page-index-review-saobet__card-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-index-review-saobet__card p {
    font-size: 16px;
    line-height: 1.6;
}

.page-index-review-saobet__numbered-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-index-review-saobet__numbered-list li {
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: var(--text-dark);
}

.page-index-review-saobet__numbered-list li strong {
    color: var(--primary-color);
}

.page-index-review-saobet__numbered-list li::before {
    content: counter(list-item) ".";
    counter-increment: list-item;
    position: absolute;
    left: 0;
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 18px;
}

.page-index-review-saobet__feature-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

.page-index-review-saobet__feature-list li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: var(--text-dark);
}

.page-index-review-saobet__icon-check {
    color: #28a745; /* Green check */
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-index-review-saobet__icon-minus {
    color: #dc3545; /* Red minus */
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-index-review-saobet__pros-title {
    color: #28a745;
}

.page-index-review-saobet__cons-title {
    color: #dc3545;
}

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

.page-index-review-saobet__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    color: var(--text-dark);
}

.page-index-review-saobet__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    padding: 0 15px;
    opacity: 0;
}

.page-index-review-saobet__faq-item.active .page-index-review-saobet__faq-answer {
    max-height: 2000px !important;
    padding: 20px 15px !important;
    opacity: 1;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.page-index-review-saobet__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.page-index-review-saobet__faq-question:hover {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

.page-index-review-saobet__faq-question:active {
    background: #eeeeee;
}

.page-index-review-saobet__faq-question h3 {
    margin: 0;
    padding: 0;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    pointer-events: none;
    color: var(--primary-color);
}

.page-index-review-saobet__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: var(--secondary-color);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.page-index-review-saobet__faq-item.active .page-index-review-saobet__faq-toggle {
    color: var(--primary-color);
    transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-index-review-saobet__hero-review-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .page-index-review-saobet__hero-review-content {
        text-align: center;
        max-width: 100%;
    }

    .page-index-review-saobet__hero-review-image {
        justify-content: center;
    }

    .page-index-review-saobet__hero-image-display {
        max-width: 600px;
    }

    .page-index-review-saobet__main-title {
        font-size: 40px;
    }

    .page-index-review-saobet__subtitle {
        font-size: 17px;
    }

    .page-index-review-saobet__grid-2-cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-index-review-saobet__section {
        padding: 40px 15px;
    }

    .page-index-review-saobet__main-title {
        font-size: 32px;
    }

    .page-index-review-saobet__subtitle {
        font-size: 16px;
    }

    .page-index-review-saobet__section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .page-index-review-saobet__content-block p,
    .page-index-review-saobet__numbered-list li,
    .page-index-review-saobet__feature-list li {
        font-size: 15px;
    }

    .page-index-review-saobet__cta-button {
        padding: 12px 25px;
        font-size: 16px;
    }

    .page-index-review-saobet__grid {
        grid-template-columns: 1fr;
    }

    .page-index-review-saobet__card {
        padding: 25px;
    }

    .page-index-review-saobet__card-title {
        font-size: 20px;
    }

    .page-index-review-saobet__faq-question {
        padding: 15px;
    }

    .page-index-review-saobet__faq-question h3 {
        font-size: 16px;
    }

    .page-index-review-saobet__faq-toggle {
        width: 24px;
        height: 24px;
        font-size: 20px;
    }

    .page-index-review-saobet__faq-item.active .page-index-review-saobet__faq-answer {
        padding: 15px !important;
    }
}

@media (max-width: 480px) {
    .page-index-review-saobet__main-title {
        font-size: 28px;
    }
    .page-index-review-saobet__section-title {
        font-size: 24px;
    }
    .page-index-review-saobet__cta-button {
        font-size: 15px;
        padding: 10px 20px;
    }
    .page-index-review-saobet__hero-image-display {
        max-width: 100%;
    }
}