/* style/blog-hub88-security-features.css */

/* Biến màu sắc tùy chỉnh */
:root {
    --hub88-primary-color: #11A84E;
    --hub88-secondary-color: #22C768;
    --hub88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --hub88-card-bg: #11271B;
    --hub88-background: #08160F;
    --hub88-text-main: #F2FFF6;
    --hub88-text-secondary: #A7D9B8;
    --hub88-border-color: #2E7A4E;
    --hub88-glow-color: #57E38D;
    --hub88-gold-color: #F2C14E;
    --hub88-divider-color: #1E3A2A;
    --hub88-deep-green: #0A4B2C;
}

.page-blog-hub88-security-features {
    font-family: 'Arial', sans-serif;
    color: var(--hub88-text-main); /* Mặc định chữ sáng trên nền tối của body */
    background-color: var(--hub88-background);
}

.page-blog-hub88-security-features__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Nhỏ để tránh đè lên header, body đã có padding-top */
    background-color: var(--hub88-background);
}

.page-blog-hub88-security-features__hero-image-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-hub88-security-features__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-hub88-security-features__hero-content {
    max-width: 900px;
    text-align: center;
    padding: 40px 20px;
    margin-top: -100px; /* Điều chỉnh để tạo hiệu ứng thị giác */
    position: relative;
    z-index: 1;
    background: rgba(8, 22, 15, 0.8); /* Nền hơi trong suốt để nổi bật chữ */
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.page-blog-hub88-security-features__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    color: var(--hub88-text-main);
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.page-blog-hub88-security-features__hero-description {
    font-size: clamp(1em, 1.8vw, 1.2em);
    color: var(--hub88-text-secondary);
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-blog-hub88-security-features__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-hub88-security-features__btn-primary,
.page-blog-hub88-security-features__btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.page-blog-hub88-security-features__btn-primary {
    background: var(--hub88-button-gradient);
    color: var(--hub88-text-main);
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-hub88-security-features__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-hub88-security-features__btn-secondary {
    background: transparent;
    color: var(--hub88-primary-color);
    border: 2px solid var(--hub88-primary-color);
}

.page-blog-hub88-security-features__btn-secondary:hover {
    background: var(--hub88-primary-color);
    color: var(--hub88-text-main);
    transform: translateY(-3px);
}

.page-blog-hub88-security-features__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-blog-hub88-security-features__dark-bg {
    background-color: var(--hub88-background);
    color: var(--hub88-text-main);
}

.page-blog-hub88-security-features__dark-section {
    background-color: var(--hub88-deep-green);
    color: var(--hub88-text-main);
}

.page-blog-hub88-security-features__container {
    max-width: 1000px;
    margin: 0 auto;
}

.page-blog-hub88-security-features__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: var(--hub88-gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.page-blog-hub88-security-features__subsection-title {
    font-size: clamp(1.4em, 2.5vw, 1.8em);
    color: var(--hub88-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.page-blog-hub88-security-features__paragraph {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--hub88-text-secondary);
}

.page-blog-hub88-security-features__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--hub88-text-secondary);
}

.page-blog-hub88-security-features__list-item {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 10px;
    color: var(--hub88-text-secondary);
}

.page-blog-hub88-security-features__list-item strong {
    color: var(--hub88-text-main);
}

.page-blog-hub88-security-features__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-hub88-security-features__feature-card {
    background-color: var(--hub88-card-bg);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--hub88-border-color);
    color: var(--hub88-text-main);
}

.page-blog-hub88-security-features__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 15px var(--hub88-glow-color);
}

.page-blog-hub88-security-features__feature-icon {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px; /* Đảm bảo kích thước tối thiểu */
    min-height: 200px;
}

.page-blog-hub88-security-features__feature-title {
    font-size: 1.4em;
    color: var(--hub88-primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-hub88-security-features__feature-description {
    font-size: 0.95em;
    color: var(--hub88-text-secondary);
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .page-blog-hub88-security-features {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-hub88-security-features__hero-content {
        padding: 30px 15px;
        margin-top: -60px;
        margin-bottom: 20px;
    }

    .page-blog-hub88-security-features__main-title {
        font-size: 2em !important;
    }

    .page-blog-hub88-security-features__hero-description {
        font-size: 1em !important;
    }

    .page-blog-hub88-security-features__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-hub88-security-features__btn-primary,
    .page-blog-hub88-security-features__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-hub88-security-features__content-area {
        padding: 30px 15px;
    }

    .page-blog-hub88-security-features__section-title {
        font-size: 1.6em !important;
        margin-bottom: 30px;
    }

    .page-blog-hub88-security-features__subsection-title {
        font-size: 1.2em !important;
    }

    .page-blog-hub88-security-features__paragraph,
    .page-blog-hub88-security-features__list-item {
        font-size: 0.95em !important;
    }

    .page-blog-hub88-security-features__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-hub88-security-features__feature-icon {
        width: 100% !important;
        max-width: 250px !important; /* Giữ kích thước hợp lý trên mobile */
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }

    /* Đảm bảo tất cả hình ảnh trong vùng nội dung responsive */
    .page-blog-hub88-security-features img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-hub88-security-features__section,
    .page-blog-hub88-security-features__card,
    .page-blog-hub88-security-features__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-hub88-security-features__hero-section {
        padding-top: 10px !important; 
    }
}

/* Đảm bảo màu chữ tương phản trên mọi nền */
.page-blog-hub88-security-features__card {
  background: var(--hub88-card-bg);
  color: var(--hub88-text-main);
  border: 1px solid var(--hub88-border-color);
}

.page-blog-hub88-security-features__dark-section .page-blog-hub88-security-features__paragraph,
.page-blog-hub88-security-features__dark-section .page-blog-hub88-security-features__list-item {
  color: var(--hub88-text-secondary);
}

.page-blog-hub88-security-features__dark-section .page-blog-hub88-security-features__subsection-title {
    color: var(--hub88-gold-color);
}

.page-blog-hub88-security-features__dark-section .page-blog-hub88-security-features__list-item strong {
    color: var(--hub88-text-main);
}