/* style/game-reviews-vivu88-baccarat-deep-analysis.css */
.page-game-reviews-vivu88-baccarat-deep-analysis {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .hero-section {
    background: linear-gradient(135deg, #003366 0%, #004080 100%); /* Dark blue gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:baccarat_pattern,abstract,subtle_texture]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .hero-section > .container {
    position: relative;
    z-index: 1;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00; /* Gold for emphasis */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .hero-actions .btn {
    display: inline-block;
    padding: 15px 30px;
    margin: 0 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .btn-primary {
    background-color: #FFCC00; /* Gold */
    color: #003366; /* Dark blue text */
    border: 2px solid #FFCC00;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .btn-primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    transform: translateY(-2px);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .btn-secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .btn-secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-2px);
}

.page-game-reviews-vivu88-baccarat-deep-analysis section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-vivu88-baccarat-deep-analysis section:nth-of-type(even) {
    background-color: #f2f7fc; /* Light blueish grey */
}

.page-game-reviews-vivu88-baccarat-deep-analysis .section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    border-radius: 2px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .subsection-title {
    font-size: 1.8em;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFCC00;
    padding-left: 15px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-game-reviews-vivu88-baccarat-deep-analysis ul,
.page-game-reviews-vivu88-baccarat-deep-analysis ol {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-game-reviews-vivu88-baccarat-deep-analysis ol {
    list-style-type: decimal;
}

.page-game-reviews-vivu88-baccarat-deep-analysis li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-game-reviews-vivu88-baccarat-deep-analysis a {
    color: #003366;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-game-reviews-vivu88-baccarat-deep-analysis a:hover {
    color: #FFCC00;
    text-decoration: underline;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .image-full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .variant-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .variant-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .variant-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .variant-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .btn-centered {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .strategy-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
    padding: 25px;
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .strategy-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .strategy-image {
    flex: 0 0 300px;
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .strategy-item h3 {
    margin-top: 0;
    color: #003366;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .experience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .experience-item {
    background-color: #fefefe;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #FFCC00;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .experience-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .experience-image {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .download-app-section {
    text-align: center;
    background-color: #003366;
    color: #fff;
    padding: 80px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .download-app-section .section-title {
    color: #FFCC00;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .download-app-section .section-title::after {
    background-color: #fff;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .download-app-section p {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .app-download-buttons .btn-download {
    background-color: #FFCC00;
    color: #003366;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px 20px;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFCC00;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .app-download-buttons .btn-download:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .image-responsive {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .faq-item {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px 25px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .faq-question {
    font-size: 1.3em;
    color: #003366;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFCC00;
    transition: transform 0.3s ease;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .faq-item.active .faq-question::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-game-reviews-vivu88-baccarat-deep-analysis .faq-answer {
    font-size: 1.05em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0;
    padding-left: 10px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .faq-item.active .faq-answer {
    max-height: 200px; /* Adjust as needed */
    opacity: 1;
    padding-top: 10px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .call-to-action-bottom {
    text-align: center;
    padding: 60px 0;
    background-color: #003366;
    color: #fff;
    border-radius: 10px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .call-to-action-bottom .section-title {
    color: #FFCC00;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .call-to-action-bottom .section-title::after {
    background-color: #fff;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .call-to-action-bottom p {
    color: #e0e0e0;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-game-reviews-vivu88-baccarat-deep-analysis .btn-large {
    padding: 18px 35px;
    font-size: 1.25em;
    border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-title {
        font-size: 2.5em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-subtitle {
        font-size: 1.2em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .section-title {
        font-size: 2em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .subsection-title {
        font-size: 1.5em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .strategy-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .strategy-item:nth-child(odd) {
        flex-direction: column;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .strategy-image {
        flex: none;
        width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-title {
        font-size: 2em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-subtitle {
        font-size: 1em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-actions .btn {
        padding: 12px 25px;
        font-size: 1em;
        margin: 0 5px;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .section-title {
        font-size: 1.8em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .subsection-title {
        font-size: 1.3em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .variant-grid,
    .page-game-reviews-vivu88-baccarat-deep-analysis .experience-grid {
        grid-template-columns: 1fr;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .app-download-buttons .btn-download {
        display: block;
        margin: 10px auto;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-title {
        font-size: 1.8em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-subtitle {
        font-size: 0.9em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .hero-actions .btn {
        padding: 10px 20px;
        font-size: 0.9em;
        display: block;
        margin: 10px auto;
        width: 80%;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .section-title {
        font-size: 1.5em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .subsection-title {
        font-size: 1.2em;
    }
    .page-game-reviews-vivu88-baccarat-deep-analysis .strategy-image {
        width: 95%;
    }
}