/* ==========================================================================
   DEMO-HUB.CSS - TRUNG TÂM DEMO ĐỐI CHIẾU NÂNG CẤP WEBSITE 2026
   Dự án: Nâng cấp Website Hệ thống IVF Phương Châu 2026
   Áp dụng: Trang Demo Hub (/demo-2026/)
   ========================================================================== */

/* 0. GIỚI HẠN CONTAINER CHUẨN 1240PX */
.ivf-hub-content-wrapper .gdlr-core-pbf-wrapper-container,
.ivf-hub-content-wrapper .gdlr-core-container,
.ivf-hub-content-wrapper .gdlr-core-pbf-column-content,
.ivf-hub-content-wrapper {
    box-sizing: border-box;
}

.ivf-hub-content-wrapper .gdlr-core-pbf-wrapper-container,
.ivf-hub-content-wrapper .gdlr-core-container {
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ivf-hub-intro-box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 36px;
    border: 1.5px solid #F1F5F9;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ivf-hub-intro-text h2 {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin: 0 0 8px 0 !important;
}

.ivf-hub-intro-text p {
    font-size: 14.5px !important;
    color: #64748B !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.ivf-hub-intro-stats {
    display: flex;
    gap: 24px;
    flex-shrink: 0;
}

.ivf-hub-stat-item {
    text-align: center;
    padding: 12px 20px;
    background: #FDF2F8;
    border-radius: 14px;
    border: 1px solid #FBCFE8;
}

.ivf-hub-stat-num {
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #A44683;
    line-height: 1.1;
}

.ivf-hub-stat-lbl {
    font-size: 11.5px;
    font-weight: 700;
    color: #831843;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ivf-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-bottom: 50px;
}

.ivf-hub-card {
    background: #FFFFFF;
    border-radius: 22px;
    overflow: hidden;
    border: 1.5px solid #F1F5F9;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ivf-hub-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(164, 70, 131, 0.12);
    border-color: #FBCFE8;
}

.ivf-hub-card-head {
    padding: 24px 24px 16px 24px;
    background: linear-gradient(135deg, #FFF7FB 0%, #FFFFFF 100%);
    border-bottom: 1px solid #FCE7F3;
}

.ivf-hub-card-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: #FDF2F8;
    color: #A44683;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border: 1px solid #FBCFE8;
}

.ivf-hub-card-title {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

.ivf-hub-card-body {
    padding: 22px 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.ivf-hub-card-desc {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 18px;
}

.ivf-hub-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.ivf-hub-tag-item {
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 10px;
    background: #F8FAFC;
    color: #475569;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
}

.ivf-hub-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ivf-hub-btn-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    background: linear-gradient(135deg, #A44683 0%, #8B356D 100%);
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 13.5px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(164, 70, 131, 0.25);
}

.ivf-hub-btn-new:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(164, 70, 131, 0.35);
}

.ivf-hub-btn-old {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: #FFFFFF;
    color: #64748B !important;
    font-weight: 700;
    font-size: 13px;
    border-radius: 12px;
    text-decoration: none !important;
    border: 1px solid #CBD5E1;
    transition: all 0.2s ease;
}

.ivf-hub-btn-old:hover {
    background: #F1F5F9;
    color: #334155 !important;
}

/* RESPONSIVE HUB */
@media (max-width: 991px) {
    .ivf-hub-intro-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }
    .ivf-hub-intro-stats {
        width: 100%;
        justify-content: space-between;
    }
    .ivf-hub-grid {
        grid-template-columns: 1fr;
    }
}

