/* style/news-platform-update-2023q4.css */
.page-news-platform-update-2023q4 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-news-platform-update-2023q4__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-news-platform-update-2023q4__hero {
    background: linear-gradient(135deg, #0A2463 0%, #2a4a8d 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-news-platform-update-2023q4__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for emphasis */
}

.page-news-platform-update-2023q4__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-news-platform-update-2023q4__hero-image {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    opacity: 0.2;
    z-index: 0;
}

.page-news-platform-update-2023q4__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.page-news-platform-update-2023q4__section--overview {
    background-color: #f0f4f8;
}

.page-news-platform-update-2023q4__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-news-platform-update-2023q4__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.page-news-platform-update-2023q4__feature-grid, .page-news-platform-update-2023q4__promo-grid, .page-news-platform-update-2023q4__commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-news-platform-update-2023q4__feature-item, .page-news-platform-update-2023q4__promo-item, .page-news-platform-update-2023q4__commitment-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-platform-update-2023q4__feature-item:hover, .page-news-platform-update-2023q4__promo-item:hover, .page-news-platform-update-2023q4__commitment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-news-platform-update-2023q4__feature-title, .page-news-platform-update-2023q4__promo-title, .page-news-platform-update-2023q4__commitment-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-news-platform-update-2023q4__content-block {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.page-news-platform-update-2023q4__content-title {
    font-size: 2em;
    color: #0A2463;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-news-platform-update-2023q4__content-block ul,
.page-news-platform-update-2023q4__content-block ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-news-platform-update-2023q4__content-block li {
    margin-bottom: 10px;
    color: #555;
}

.page-news-platform-update-2023q4__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    margin: 10px 10px 10px 0;
    text-align: center;
    border: none;
    cursor: pointer;
}

.page-news-platform-update-2023q4__button--primary {
    background-color: #FFD700;
    color: #0A2463;
    font-size: 1.1em;
}

.page-news-platform-update-2023q4__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-news-platform-update-2023q4__button--secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #FFD700;
    font-size: 1.1em;
}

.page-news-platform-update-2023q4__button--secondary:hover {
    background-color: #1a3a7a;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-news-platform-update-2023q4__cta-buttons {
    text-align: center;
    margin-top: 40px;
}

.page-news-platform-update-2023q4__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-news-platform-update-2023q4__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-news-platform-update-2023q4__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-news-platform-update-2023q4__step-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #0A2463;
}

.page-news-platform-update-2023q4__step-title {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-news-platform-update-2023q4__step-item ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.page-news-platform-update-2023q4__step-item li {
    margin-bottom: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-news-platform-update-2023q4__hero-title {
        font-size: 2.5em;
    }

    .page-news-platform-update-2023q4__hero-subtitle {
        font-size: 1.1em;
    }

    .page-news-platform-update-2023q4__section-title {
        font-size: 2em;
    }

    .page-news-platform-update-2023q4__content-title {
        font-size: 1.8em;
    }

    .page-news-platform-update-2023q4__feature-grid, .page-news-platform-update-2023q4__promo-grid, .page-news-platform-update-2023q4__commitment-grid, .page-news-platform-update-2023q4__guide-steps {
        grid-template-columns: 1fr;
    }

    .page-news-platform-update-2023q4__content-block {
        padding: 25px;
    }

    .page-news-platform-update-2023q4__button {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .page-news-platform-update-2023q4__hero-title {
        font-size: 2em;
    }

    .page-news-platform-update-2023q4__hero-subtitle {
        font-size: 1em;
    }

    .page-news-platform-update-2023q4__section-title {
        font-size: 1.8em;
    }

    .page-news-platform-update-2023q4__content-title {
        font-size: 1.5em;
    }

    .page-news-platform-update-2023q4__section {
        padding: 40px 0;
    }
}