/* style/gaming-guides-baccarat-strategy.css */

.page-gaming-guides-baccarat-strategy {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Default text color for dark background */
    background-color: #000000; /* Main background color */
    line-height: 1.6;
}

.page-gaming-guides-baccarat-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-gaming-guides-baccarat-strategy__hero-section {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    padding: 100px 0;
    text-align: center;
    color: #FFD700;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #FFD700;
}

.page-gaming-guides-baccarat-strategy__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:baccarat_table,cards,chips_subtle]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-gaming-guides-baccarat-strategy__hero-section .page-gaming-guides-baccarat-strategy__container {
    position: relative;
    z-index: 1;
}

.page-gaming-guides-baccarat-strategy__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-gaming-guides-baccarat-strategy__highlight {
    color: #ffffff;
}

.page-gaming-guides-baccarat-strategy__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-gaming-guides-baccarat-strategy__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    margin: 10px;
}

.page-gaming-guides-baccarat-strategy__btn--primary {
    background-color: #FFD700;
    color: #000000;
    border: 2px solid #FFD700;
}

.page-gaming-guides-baccarat-strategy__btn--primary:hover {
    background-color: #e0b000;
    transform: translateY(-3px);
}

.page-gaming-guides-baccarat-strategy__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-gaming-guides-baccarat-strategy__btn--secondary:hover {
    background-color: #FFD700;
    color: #000000;
    transform: translateY(-3px);
}

.page-gaming-guides-baccarat-strategy__content-section {
    padding: 60px 0;
    border-bottom: 1px solid #333333;
}

.page-gaming-guides-baccarat-strategy__content-section:last-of-type {
    border-bottom: none;
}

.page-gaming-guides-baccarat-strategy__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-gaming-guides-baccarat-strategy__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-gaming-guides-baccarat-strategy__subsection-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-gaming-guides-baccarat-strategy__text-highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-gaming-guides-baccarat-strategy__strategy-card {
    display: flex;
    flex-direction: column;
    background-color: #1a1a1a;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-gaming-guides-baccarat-strategy__card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: brightness(0.7); /* Allowed for stylistic effect, not color change */
}

.page-gaming-guides-baccarat-strategy__card-content {
    padding: 25px;
}

.page-gaming-guides-baccarat-strategy__card-content p {
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-gaming-guides-baccarat-strategy__card-content ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #e0e0e0;
}

.page-gaming-guides-baccarat-strategy__card-content li {
    margin-bottom: 8px;
}

.page-gaming-guides-baccarat-strategy__tips ul {
    list-style-type: none;
    padding: 0;
}

.page-gaming-guides-baccarat-strategy__tips li {
    background-color: #1a1a1a;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-start;
    color: #e0e0e0;
}

.page-gaming-guides-baccarat-strategy__tips li::before {
    content: '✅';
    margin-right: 15px;
    font-size: 1.2em;
    color: #FFD700;
}

.page-gaming-guides-baccarat-strategy__cta-section {
    background-color: #1a1a1a;
    padding: 80px 0;
    text-align: center;
    border-top: 3px solid #FFD700;
}

.page-gaming-guides-baccarat-strategy__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-gaming-guides-baccarat-strategy__cta-description {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.page-gaming-guides-baccarat-strategy__cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-gaming-guides-baccarat-strategy__strategy-card {
        flex-direction: row;
    }

    .page-gaming-guides-baccarat-strategy__card-image {
        width: 40%;
        height: auto;
    }

    .page-gaming-guides-baccarat-strategy__card-content {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .page-gaming-guides-baccarat-strategy__hero-title {
        font-size: 2.5em;
    }

    .page-gaming-guides-baccarat-strategy__hero-subtitle {
        font-size: 1.2em;
    }

    .page-gaming-guides-baccarat-strategy__section-title {
        font-size: 2em;
    }

    .page-gaming-guides-baccarat-strategy__subsection-title {
        font-size: 1.5em;
    }

    .page-gaming-guides-baccarat-strategy__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-gaming-guides-baccarat-strategy__cta-title {
        font-size: 2em;
    }

    .page-gaming-guides-baccarat-strategy__cta-description {
        font-size: 1em;
    }
}