/* style/index-latest-news.css */
.page-index-latest-news {
    font-family: 'Arial', sans-serif;
    color: #f5f5f5; /* Light text for dark background */
    background-color: #0A1931; /* Main dark background */
    line-height: 1.6;
}

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

.page-index-latest-news-hero {
    background: linear-gradient(135deg, #0A1931 0%, #1a325a 100%); /* Dark blue gradient */
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-index-latest-news-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,dark_pattern]'); /* Abstract pattern */
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-latest-news-main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E6B325; /* Accent gold for title */
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.page-index-latest-news-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-index-latest-news-btn {
    display: inline-block;
    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;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.page-index-latest-news-btn-primary {
    background-color: #E6B325; /* Gold accent */
    color: #0A1931; /* Dark text on gold */
    border: 2px solid #E6B325;
}

.page-index-latest-news-btn-primary:hover {
    background-color: #f0c94f; /* Lighter gold on hover */
    transform: translateY(-3px);
}

.page-index-latest-news-btn-secondary {
    background-color: transparent;
    color: #E6B325;
    border: 2px solid #E6B325;
    margin-left: 15px;
}

.page-index-latest-news-btn-secondary:hover {
    background-color: #E6B325;
    color: #0A1931;
    transform: translateY(-3px);
}

.page-index-latest-news-content-section {
    padding: 60px 0;
    background-color: #0A1931;
}

.page-index-latest-news-article {
    background-color: #1a2a46; /* Slightly lighter dark blue for articles */
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-latest-news-section-title {
    font-size: 2.5em;
    color: #E6B325;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

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

.page-index-latest-news-sub-section-title {
    font-size: 1.8em;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #E6B325;
    padding-left: 15px;
}

.page-index-latest-news-article p {
    font-size: 1.1em;
    color: #e0e0e0;
    margin-bottom: 15px;
}

.page-index-latest-news-article a {
    color: #E6B325;
    text-decoration: none;
    font-weight: bold;
}

.page-index-latest-news-article a:hover {
    text-decoration: underline;
    color: #f0c94f;
}

.page-index-latest-news-article ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-index-latest-news-article ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-index-latest-news-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-latest-news-image-fullwidth {
    width: 100%;
}

.page-index-latest-news-button-group {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-index-latest-news-call-to-action {
    background-color: #1a2a46;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-index-latest-news-call-to-action .page-index-latest-news-section-title {
    color: #E6B325;
    margin-bottom: 25px;
}

.page-index-latest-news-call-to-action p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-index-latest-news-btn-large {
    padding: 18px 40px;
    font-size: 1.25em;
}

.page-index-latest-news-sticky-promo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #E6B325; /* Gold accent */
    color: #0A1931; /* Dark text on gold */
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%); /* Start hidden */
    transition: transform 0.5s ease-out;
}

.page-index-latest-news-sticky-promo.page-index-latest-news-show {
    transform: translateY(0%); /* Slide up */
}

.page-index-latest-news-promo-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-index-latest-news-promo-content p {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #0A1931;
}

.page-index-latest-news-btn-promo {
    background-color: #0A1931; /* Dark blue button */
    color: #E6B325; /* Gold text */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s ease;
    border: none;
}

.page-index-latest-news-btn-promo:hover {
    background-color: #1a2a46; /* Slightly lighter dark blue */
    color: #f0c94f;
}

.page-index-latest-news-promo-close-btn {
    background: none;
    border: none;
    color: #0A1931;
    font-size: 1.8em;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    padding: 0 10px;
}

.page-index-latest-news-promo-close-btn:hover {
    color: #1a2a46;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-latest-news-main-title {
        font-size: 2.8em;
    }
    .page-index-latest-news-subtitle {
        font-size: 1.1em;
    }
    .page-index-latest-news-section-title {
        font-size: 2em;
    }
    .page-index-latest-news-sub-section-title {
        font-size: 1.5em;
    }
    .page-index-latest-news-article {
        padding: 30px;
    }
    .page-index-latest-news-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-latest-news-btn-large {
        padding: 15px 35px;
        font-size: 1.1em;
    }
    .page-index-latest-news-button-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-latest-news-btn-secondary {
        margin-left: 0;
    }
    .page-index-latest-news-promo-close-btn {
        right: 5px;
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-index-latest-news-main-title {
        font-size: 2.2em;
    }
    .page-index-latest-news-subtitle {
        font-size: 1em;
    }
    .page-index-latest-news-section-title {
        font-size: 1.8em;
    }
    .page-index-latest-news-sub-section-title {
        font-size: 1.3em;
    }
    .page-index-latest-news-article {
        padding: 20px;
    }
    .page-index-latest-news-hero {
        padding: 60px 0;
    }
    .page-index-latest-news-content-section {
        padding: 40px 0;
    }
    .page-index-latest-news-promo-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .page-index-latest-news-sticky-promo {
        padding: 10px 15px 50px;
        align-items: flex-start;
    }
    .page-index-latest-news-promo-close-btn {
        top: 10px;
        right: 10px;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .page-index-latest-news-main-title {
        font-size: 1.8em;
    }
    .page-index-latest-news-section-title {
        font-size: 1.5em;
    }
    .page-index-latest-news-sub-section-title {
        font-size: 1.2em;
    }
    .page-index-latest-news-btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-index-latest-news-button-group {
        gap: 10px;
    }
    .page-index-latest-news-call-to-action {
        padding: 30px;
    }
    .page-index-latest-news-promo-content p {
        font-size: 0.9em;
    }
    .page-index-latest-news-btn-promo {
        width: auto;
    }
}