/* style/index-hm88-brand-story.css */

.page-index-hm88-brand-story {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-index-hm88-brand-story__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-hm88-brand-story__hero {
    background: linear-gradient(135deg, #0D47A1, #1A5FB4);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-hm88-brand-story__hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-index-hm88-brand-story__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-index-hm88-brand-story__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-index-hm88-brand-story__section {
    padding: 60px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.page-index-hm88-brand-story__section:nth-of-type(even) {
    background-color: #f0f4f8;
}

.page-index-hm88-brand-story__section-title {
    font-size: 2.5em;
    color: #0D47A1;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-index-hm88-brand-story__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
    text-align: justify;
}

.page-index-hm88-brand-story__image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-hm88-brand-story__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-index-hm88-brand-story__list li {
    background-color: #e3f2fd;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 5px solid #0D47A1;
    border-radius: 5px;
    font-size: 1.1em;
    color: #222;
}

.page-index-hm88-brand-story__list li strong {
    color: #0D47A1;
}

.page-index-hm88-brand-story__btn {
    display: inline-block;
    background-color: #FFD700;
    color: #0D47A1;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.page-index-hm88-brand-story__btn:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-index-hm88-brand-story__btn--primary {
    background-color: #0D47A1;
    color: #FFD700;
}

.page-index-hm88-brand-story__btn--primary:hover {
    background-color: #1A5FB4;
    color: #FFD700;
}

.page-index-hm88-brand-story__btn--secondary {
    background-color: #f0f4f8;
    color: #0D47A1;
    border: 1px solid #0D47A1;
}

.page-index-hm88-brand-story__btn--secondary:hover {
    background-color: #e0e6ec;
}

.page-index-hm88-brand-story__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-index-hm88-brand-story__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border-top: 5px solid #FFD700;
}

.page-index-hm88-brand-story__feature-item:hover {
    transform: translateY(-5px);
}

.page-index-hm88-brand-story__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-index-hm88-brand-story__feature-item h3 {
    font-size: 1.5em;
    color: #0D47A1;
    margin-bottom: 15px;
}

.page-index-hm88-brand-story__feature-item p {
    font-size: 1em;
    color: #666;
    text-align: center;
}

.page-index-hm88-brand-story__cta {
    background-color: #0D47A1;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-index-hm88-brand-story__cta .page-index-hm88-brand-story__section-title {
    color: #FFD700;
    margin-bottom: 30px;
}

.page-index-hm88-brand-story__cta .page-index-hm88-brand-story__section-title::after {
    background-color: #ffffff;
}

.page-index-hm88-brand-story__cta p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-index-hm88-brand-story__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-index-hm88-brand-story__title {
        font-size: 2.5em;
    }

    .page-index-hm88-brand-story__subtitle {
        font-size: 1.1em;
    }

    .page-index-hm88-brand-story__section-title {
        font-size: 2em;
    }

    .page-index-hm88-brand-story__section p {
        font-size: 1em;
    }

    .page-index-hm88-brand-story__features {
        grid-template-columns: 1fr;
    }

    .page-index-hm88-brand-story__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-index-hm88-brand-story__btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-index-hm88-brand-story__title {
        font-size: 2em;
    }

    .page-index-hm88-brand-story__hero, .page-index-hm88-brand-story__cta {
        padding: 50px 0;
    }

    .page-index-hm88-brand-story__section {
        padding: 40px 0;
    }
}