/* style/latest-news-industry-trends.css */

.page-latest-news-industry-trends {
    font-family: 'Arial', sans-serif;
    color: #F5E6D0; /* Light text for dark background */
    background-color: #0A192F;
    line-height: 1.6;
}

.page-latest-news-industry-trends__hero {
    background: linear-gradient(135deg, #0A192F, #1A304F);
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.page-latest-news-industry-trends__hero-content {
    max-width: 900px;
    z-index: 1;
}

.page-latest-news-industry-trends__title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.page-latest-news-industry-trends__subtitle {
    font-size: 1.3em;
    color: #C0C0C0;
    margin-bottom: 30px;
}

.page-latest-news-industry-trends__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFD700;
}

.page-latest-news-industry-trends__cta-button:hover {
    background-color: #E6C200;
    transform: translateY(-3px);
}

.page-latest-news-industry-trends__hero-image {
    max-width: 600px;
    width: 100%;
    margin-top: 40px;
    z-index: 0;
}

.page-latest-news-industry-trends__hero-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-latest-news-industry-trends__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    color: #F5E6D0;
}

.page-latest-news-industry-trends__section:nth-of-type(even) {
    background-color: #1A304F;
}

.page-latest-news-industry-trends__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-latest-news-industry-trends__introduction p, 
.page-latest-news-industry-trends__responsible-gambling p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-latest-news-industry-trends__introduction p:last-child, 
.page-latest-news-industry-trends__responsible-gambling p:last-child {
    margin-bottom: 0;
}

.page-latest-news-industry-trends__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-latest-news-industry-trends__trend-item {
    background-color: #0A192F;
    border: 1px solid #FFD70020;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-latest-news-industry-trends__trend-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-latest-news-industry-trends__trend-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-latest-news-industry-trends__trend-item h3 {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-latest-news-industry-trends__trend-item p {
    font-size: 1em;
    color: #C0C0C0;
    text-align: justify;
}

.page-latest-news-industry-trends__xoc-dia-88-analysis ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-latest-news-industry-trends__xoc-dia-88-analysis ul li {
    background-color: #1A304F;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #FFD700;
    border-radius: 5px;
    font-size: 1.1em;
    color: #F5E6D0;
}

.page-latest-news-industry-trends__responsible-gambling ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-latest-news-industry-trends__responsible-gambling ul li {
    background-color: #0A192F;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #FFD700;
    border-radius: 5px;
    font-size: 1.1em;
    color: #F5E6D0;
}

.page-latest-news-industry-trends__content-block {
    background-color: #1A304F;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.page-latest-news-industry-trends__cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.page-latest-news-industry-trends__cta-button--primary {
    background-color: #FFD700;
    color: #0A192F;
}

.page-latest-news-industry-trends__cta-button--primary:hover {
    background-color: #E6C200;
}

.page-latest-news-industry-trends__cta-button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-latest-news-industry-trends__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
}

.page-latest-news-industry-trends__text-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-latest-news-industry-trends__text-link:hover {
    color: #E6C200;
    text-decoration: underline;
}

.page-latest-news-industry-trends__faq {
    background-color: #0A192F;
}

.page-latest-news-industry-trends__accordion {
    margin-top: 30px;
}

.page-latest-news-industry-trends__accordion-item {
    margin-bottom: 15px;
    border: 1px solid #FFD70030;
    border-radius: 8px;
    overflow: hidden;
}

.page-latest-news-industry-trends__accordion-header {
    background-color: #1A304F;
    color: #FFD700;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-latest-news-industry-trends__accordion-header:hover {
    background-color: #2A406F;
}

.page-latest-news-industry-trends__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-latest-news-industry-trends__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-latest-news-industry-trends__accordion-content {
    padding: 0 25px;
    background-color: #0A192F;
    color: #C0C0C0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-latest-news-industry-trends__accordion-content p {
    padding: 15px 0;
    margin: 0;
    font-size: 1.05em;
}

.page-latest-news-industry-trends__accordion-content.active {
    max-height: 200px; /* Adjust based on content */
    padding: 15px 25px;
}

.page-latest-news-industry-trends .highlight {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-latest-news-industry-trends__hero {
        flex-direction: column;
        padding: 60px 15px;
        gap: 20px;
    }

    .page-latest-news-industry-trends__title {
        font-size: 2.5em;
    }

    .page-latest-news-industry-trends__subtitle {
        font-size: 1.1em;
    }

    .page-latest-news-industry-trends__section-title {
        font-size: 2em;
    }

    .page-latest-news-industry-trends__grid {
        grid-template-columns: 1fr;
    }

    .page-latest-news-industry-trends__trend-item {
        padding: 20px;
    }

    .page-latest-news-industry-trends__cta-group {
        flex-direction: column;
        align-items: center;
    }

    .page-latest-news-industry-trends__cta-button {
        width: 100%;
        max-width: 300px;
    }

    .page-latest-news-industry-trends__accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-latest-news-industry-trends__accordion-content {
        padding: 0 20px;
    }

    .page-latest-news-industry-trends__accordion-content.active {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-latest-news-industry-trends__title {
        font-size: 2em;
    }

    .page-latest-news-industry-trends__subtitle {
        font-size: 1em;
    }

    .page-latest-news-industry-trends__section-title {
        font-size: 1.8em;
    }

    .page-latest-news-industry-trends__cta-button {
        font-size: 1em;
        padding: 12px 25px;
    }
}