/**
 * Sante Hospital - Specialties Directory Portal
 * Path: assets/css/pages/page-specialties.css
 */

/* ========================================================
   7. SANTE SUBPAGE MODERN HEALTHCARE STYLING (QUIET LUXURY)
   ======================================================== */

.middle-fullwidth {
    padding: 10px 0 80px 0;
    min-height: 60vh;
}

/* ========================================================
   7.1 SANTE SPECIALTIES PORTAL (CHUYEN KHOA ENHANCED)
   ======================================================== */
.sante-specialties-portal {
    background: #F8FAFC;
}

/* Hero & Header Filter Section */
.spec-hero-section {
    padding: 20px 0 45px 0;
    background: radial-gradient(circle at 50% 0%, rgba(0, 206, 124, 0.08) 0%, rgba(248, 250, 252, 0) 70%);
}

.spec-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 206, 124, 0.12);
    border: 1px solid rgba(0, 206, 124, 0.25);
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.spec-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00CE7C;
    box-shadow: 0 0 10px #00CE7C;
}

.spec-badge-txt {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #083B2E;
    text-transform: uppercase;
}

.spec-hero-title {
    font-size: 38px !important;
    font-weight: 900 !important;
    color: #211261 !important;
    line-height: 1.25 !important;
    margin-bottom: 14px !important;
    letter-spacing: -0.02em;
}

.spec-title-highlight {
    background: linear-gradient(135deg, #00CE7C 0%, #083B2E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.spec-hero-desc {
    font-size: 15.5px;
    color: #475569;
    max-width: 780px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

/* Search Bar Box */
.spec-search-container {
    max-width: 680px;
    margin: 0 auto 24px auto;
}

.spec-search-field {
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1.5px solid #CBD5E1;
    border-radius: 999px;
    padding: 6px 20px 6px 18px;
    min-height: 52px;
    box-shadow: 0 8px 30px rgba(33, 18, 97, 0.06);
    transition: all 0.25s ease;
}

.spec-search-field:focus-within {
    border-color: #00A865;
    box-shadow: 0 12px 35px rgba(0, 168, 101, 0.15);
}

.spec-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.spec-search-field input {
    flex: 1;
    border: none !important;
    outline: none !important;
    font-size: 14.5px;
    color: #1E293B;
    background: transparent;
    padding: 10px 0;
    min-height: 44px;
    box-shadow: none !important;
}

.spec-search-field input::placeholder {
    color: #94A3B8;
    font-size: 14px;
}

.spec-search-clear-btn {
    background: #E2E8F0;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #475569;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease;
}

.spec-search-clear-btn:hover {
    background: #CBD5E1;
    color: #0F172A;
}

/* Filter Tabs */
.spec-filter-wrapper {
    margin-bottom: 35px;
}

.spec-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.spec-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    padding: 12px 24px;
    min-height: 48px;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.spec-tab-btn i {
    font-size: 15px;
    color: #00A865;
    transition: color 0.25s ease;
}

.spec-tab-btn:hover {
    border-color: #00CE7C;
    color: #083B2E;
    transform: translateY(-2px);
}

.spec-tab-btn.active {
    background: #083B2E;
    border-color: #083B2E;
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(8, 59, 46, 0.25);
}

.spec-tab-btn.active i {
    color: #00CE7C;
}

/* Stats Quick Strip (Fluid, Non-Boxy Strip) */
.spec-stats-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 24px 10px;
    margin-top: 10px;
}

.spec-stat-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
}

.spec-stat-num {
    font-size: 34px;
    font-weight: 900;
    color: #00A865;
    line-height: 1.1;
    margin-bottom: 4px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    display: inline-block;
    transition: transform 0.3s ease;
}

.spec-stat-cell:hover .spec-stat-num {
    transform: scale(1.08);
    color: #00CE7C;
}

.spec-stat-lbl {
    font-size: 13.5px;
    font-weight: 700;
    color: #211261;
}

/* 2. RICH SPECIALTY BENTO CARDS */
.spec-listing-section {
    padding: 20px 0 60px 0;
}

.spec-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
}

.spec-grid-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin: 0 !important;
    display: block;
}

.spec-unit-rich {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    box-shadow: 0 6px 24px rgba(33, 18, 97, 0.04) !important;
}

.spec-unit-rich:hover {
    transform: translateY(-8px) !important;
    border-color: #00CE7C !important;
    box-shadow: 0 20px 48px rgba(33, 18, 97, 0.12) !important;
}

.spec-unit-badge {
    display: none !important;
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: rgba(8, 59, 46, 0.88);
    backdrop-filter: blur(8px);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.spec-unit-badge.spec-badge-gold {
    background: #9A7B38;
    color: #FFFFFF;
    border-color: #DFBA73;
}

.spec-unit-badge.spec-badge-red {
    background: #DC2626;
    color: #FFFFFF;
}

.spec-unit-rich .img figure {
    margin: 0 !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 190px !important;
    overflow: hidden !important;
    position: relative !important;
    background: #F1F5F9 !important;
}

.spec-unit-rich .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.spec-unit-rich:hover .img img {
    transform: scale(1.06) !important;
}

.spec-unit-rich .caption,
.spec-unit-rich .spec-unit-content {
    padding: 16px 20px 20px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.spec-unit-title {
    margin-bottom: 8px !important;
}

.spec-unit-title a {
    color: #211261 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 48px !important;
    min-width: 48px !important;
    line-height: 1.3 !important;
    transition: color 0.2s ease !important;
}

.spec-unit-rich:hover .spec-unit-title a {
    color: #00A865 !important;
}

/* Feature tags */
.spec-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.spec-tag {
    font-size: 11.5px;
    font-weight: 700;
    color: #083B2E;
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    border-radius: 6px;
    padding: 4px 10px;
    line-height: 1.4;
}

.spec-tag.spec-tag-red {
    background: #FEF2F2;
    color: #991B1B;
    border-color: #FECACA;
}

.spec-unit-rich .brief,
.spec-unit-rich .spec-unit-brief {
    color: #475569 !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    margin-bottom: 16px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-align: left !important;
}

.spec-unit-rich .brief p,
.spec-unit-rich .spec-unit-brief p {
    margin: 0 !important;
    text-align: left !important;
}

/* Expert mini quote */
.spec-expert-mini {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F8FAFC;
    border-left: 3px solid #00A865;
    padding: 8px 12px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
    font-size: 12.5px;
    color: #1E293B;
    line-height: 1.4;
}

.spec-expert-mini i {
    color: #00A865;
    font-size: 14px;
    flex-shrink: 0;
}

.spec-expert-mini.text-red {
    border-left-color: #DC2626;
    color: #991B1B;
}

.spec-expert-mini.text-red i {
    color: #DC2626;
}

/* Card Actions */
.spec-unit-actions,
.spec-actions-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding-top: 14px !important;
    border-top: 1px solid #F1F5F9 !important;
}

.btn-spec-detail,
.btn-sante-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 7px 15px !important;
    min-height: 38px !important;
    height: 38px !important;
    line-height: 1 !important;
    border: 1.5px solid #211261 !important;
    border-radius: 999px !important;
    color: #211261 !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.25s ease !important;
}

.btn-spec-detail em,
.btn-spec-detail i,
.btn-sante-link em,
.btn-sante-link i {
    font-size: 13px !important;
    transition: transform 0.2s ease !important;
}

.btn-spec-detail:hover,
.btn-sante-link:hover {
    background: #211261 !important;
    color: #FFFFFF !important;
}

.btn-spec-detail:hover em,
.btn-spec-detail:hover i,
.btn-sante-link:hover em,
.btn-sante-link:hover i {
    transform: translateX(3px) !important;
}

.btn-spec-book,
.btn-sante-quick-book {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #083B2E !important;
    color: #FFFFFF !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 7px 18px !important;
    min-height: 38px !important;
    height: 38px !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.25s ease !important;
    gap: 6px !important;
    box-shadow: 0 4px 12px rgba(8, 59, 46, 0.15) !important;
}

.btn-spec-book:hover,
.btn-sante-quick-book:hover {
    background: #00A865 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 14px rgba(0, 168, 101, 0.35) !important;
}

.btn-spec-book.btn-spec-emergency {
    background: #DC2626;
}

.btn-spec-book.btn-spec-emergency:hover {
    background: #B91C1C;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
}

/* No Results State */
.spec-no-results {
    text-align: center;
    background: #FFFFFF;
    border: 1px dashed #CBD5E1;
    border-radius: 20px;
    padding: 60px 20px;
    max-width: 600px;
    margin: 40px auto;
}

.spec-no-results-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F1F5F9;
    color: #64748B;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.spec-no-results h3 {
    font-size: 20px;
    font-weight: 800;
    color: #211261;
    margin-bottom: 8px;
}

.spec-no-results p {
    font-size: 14px;
    color: #475569;
    margin-bottom: 20px;
}

/* 3. CLINICAL PILLARS SECTION (Asymmetric Bento Grid 60/40) */
.spec-pillars-section {
    padding: 85px 0;
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    position: relative;
}

.spec-badge-sub {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #00A865;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.spec-section-title {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #211261 !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.01em;
}

.spec-section-subtitle {
    font-size: 15px;
    color: #475569;
    max-width: 680px;
    margin: 0 auto 44px auto;
    line-height: 1.6;
}

.spec-bento-grid {
    display: grid;
    grid-template-columns: 1.18fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px;
    align-items: stretch;
}

.spec-bento-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 20px 24px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 0 4px 20px rgba(33, 18, 97, 0.03);
}

.spec-bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(33, 18, 97, 0.08);
}

/* Thẻ Hero Bento chiếm trọn cột trái (row 1 to 4) */
.bento-hero-card {
    grid-row: 1 / 4;
    background: linear-gradient(145deg, #0A4537 0%, #062820 100%);
    border: 1px solid rgba(0, 206, 124, 0.25);
    color: #FFFFFF;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.bento-card-bg-glow {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 206, 124, 0.25) 0%, rgba(0, 206, 124, 0) 70%);
    pointer-events: none;
}

.bento-badge-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.bento-pill-gold {
    font-size: 11px;
    font-weight: 800;
    color: #DFBA73;
    background: rgba(223, 186, 115, 0.15);
    border: 1px solid rgba(223, 186, 115, 0.35);
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.06em;
}

.bento-tag-sub {
    font-size: 12px;
    color: #A7F3D0;
    font-weight: 600;
}

.bento-main-title {
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
}

.bento-main-desc {
    font-size: 14.5px;
    color: #CBD5E1;
    line-height: 1.65;
    margin-bottom: 20px;
}

.bento-main-desc strong {
    color: #00CE7C;
}

.bento-expert-avatars {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: auto;
}

.expert-avatar-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 10px 14px;
    transition: background 0.25s ease;
}

.expert-avatar-chip:hover {
    background: rgba(255, 255, 255, 0.12);
}

.expert-avatar-chip i {
    font-size: 20px;
    color: #00CE7C;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 206, 124, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.expert-avatar-chip div strong {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
}

.expert-avatar-chip div span {
    font-size: 12px;
    color: #94A3B8;
}

/* Các thẻ Bento bên phải */
.bento-tech-card,
.bento-speed-card,
.bento-bhyt-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #FAFCFF;
    border-left: 4px solid #E2E8F0;
    padding: 18px 22px;
}

.bento-tech-card {
    border-left-color: #0284C7;
}

.bento-speed-card {
    border-left-color: #7C3AED;
}

.bento-bhyt-card {
    border-left-color: #00CE7C;
}

.bento-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bento-card-icon.tone-mint {
    background: rgba(2, 132, 199, 0.1);
    color: #0284C7;
}

.bento-card-icon.tone-purple {
    background: rgba(124, 58, 237, 0.1);
    color: #7C3AED;
}

.bento-card-icon.tone-azure {
    background: rgba(0, 206, 124, 0.1);
    color: #083B2E;
}

.spec-bento-card:hover .bento-card-icon {
    transform: scale(1.08);
}

.bento-mini-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #64748B;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.bento-sub-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #211261 !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
}

.bento-sub-desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

/* 4. 4-STEP PROCESS SECTION (Modern Journey Stepper / Connected Flow) */
.spec-process-section {
    padding: 85px 0;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.spec-fluid-process {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.process-flow-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.process-flow-track::before {
    content: '';
    position: absolute;
    top: 40px;
    left: calc(12.5% + 24px);
    right: calc(12.5% + 24px);
    height: 2px;
    background: repeating-linear-gradient(90deg, #00CE7C 0, #00CE7C 8px, transparent 8px, transparent 14px);
    z-index: 1;
    opacity: 0.8;
}

.flow-step-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 24px 20px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(33, 18, 97, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.flow-step-item:hover {
    transform: translateY(-6px);
    border-color: #00CE7C;
    box-shadow: 0 16px 36px rgba(0, 206, 124, 0.12);
}

.flow-node-marker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.flow-step-idx {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #F0FDF4;
    color: #00A865;
    border: 1.5px solid #BBF7D0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.flow-step-item:hover .flow-step-idx {
    background: #00CE7C;
    color: #FFFFFF;
    border-color: #00CE7C;
    transform: scale(1.08) rotate(-4deg);
}

.flow-step-counter {
    font-size: 22px;
    font-weight: 900;
    color: #CBD5E1;
    line-height: 1;
    letter-spacing: -0.02em;
    font-family: inherit;
    transition: all 0.3s ease;
}

.flow-step-item:hover .flow-step-counter {
    color: #00A865;
    transform: scale(1.08);
}

.flow-content-box {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    position: relative;
    z-index: 2;
}

.flow-timing-tag {
    font-size: 11.5px;
    font-weight: 800;
    color: #047857;
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    padding: 3px 9px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.flow-step-heading {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #211261 !important;
    margin-bottom: 8px !important;
    line-height: 1.35 !important;
}

.flow-step-text {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* 5. FAQ & MEDICAL CONCIERGE BOOKING */
.spec-faq-section {
    padding: 85px 0 100px 0;
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
}

.spec-faq-cta-layout {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 48px;
    align-items: flex-start;
}

.faq-main-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #211261 !important;
    margin-bottom: 24px !important;
    line-height: 1.3 !important;
}

.sante-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sante-faq-accordion .faq-item {
    background: #FAFCFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.sante-faq-accordion .faq-item.active {
    border-color: #00CE7C;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(0, 206, 124, 0.08);
}

.faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    min-height: 54px;
    background: transparent;
    border: none;
    font-size: 14.5px;
    font-weight: 700;
    color: #211261;
    text-align: left;
    cursor: pointer;
    gap: 12px;
}

.faq-q-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.faq-q-text i {
    color: #00A865;
    font-size: 16px;
    flex-shrink: 0;
}

.faq-arrow {
    font-size: 13px;
    color: #64748B;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
    color: #00A865;
}

.faq-panel {
    display: none;
    padding: 0 20px 18px 46px;
    font-size: 13.5px;
    color: #334155;
    line-height: 1.65;
}

.faq-panel p {
    margin: 0;
}

.faq-panel strong {
    color: #083B2E;
}

/* Concierge VIP Booking Panel */
.spec-booking-panel {
    background: linear-gradient(145deg, #0A4537 0%, #062820 100%);
    border: 1px solid rgba(0, 206, 124, 0.2);
    border-radius: 24px;
    padding: 38px 34px;
    color: #FFFFFF;
    box-shadow: 0 20px 48px rgba(8, 59, 46, 0.2);
    position: relative;
    overflow: hidden;
}

.spec-booking-panel::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 206, 124, 0.25) 0%, rgba(0, 206, 124, 0) 70%);
}

.booking-badge {
    display: inline-block;
    background: rgba(223, 186, 115, 0.2);
    color: #DFBA73;
    border: 1px solid rgba(223, 186, 115, 0.4);
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.booking-title {
    font-size: 23px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
}

.booking-subtitle {
    font-size: 13.5px;
    color: #CBD5E1;
    margin-bottom: 20px;
    line-height: 1.55;
    text-wrap: balance;
}

.booking-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bf-pill {
    font-size: 11.5px;
    font-weight: 700;
    color: #E2E8F0;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bf-pill i {
    color: #00CE7C;
}

.btn-sante-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #00CE7C;
    color: #083B2E !important;
    font-size: 14px;
    font-weight: 800;
    padding: 13px 26px;
    min-height: 46px;
    border-radius: 999px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 206, 124, 0.35);
}

.btn-sante-primary:hover {
    background: #FFFFFF;
    color: #083B2E !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
}

.btn-block {
    display: flex;
    width: 100%;
}

.booking-hotline-note {
    margin-top: 18px;
}

.booking-hotline-note span {
    display: block;
    font-size: 12.5px;
    color: #94A3B8;
    margin-bottom: 4px;
}

.booking-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 900;
    color: #00CE7C !important;
    text-decoration: none !important;
    min-height: 38px;
    transition: color 0.2s ease;
}

.booking-phone-link:hover {
    color: #DFBA73 !important;
}

/* RESPONSIVE QUERIES FOR GUIDES & PROCESSES (QUY TRINH KHAM) */
@media (max-width: 768px) {
    .middle-fullwidth h1.heading-4 {
        text-align: center !important;
        font-size: 21px !important;
        line-height: 1.35 !important;
        margin-bottom: 20px !important;
    }
    .sante-step-header {
        gap: 12px !important;
        margin-bottom: 16px !important;
        padding-bottom: 12px !important;
    }
    .sante-step-badge {
        width: 38px !important;
        height: 38px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
    }
    .sante-step-title {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }
    .sante-step-card {
        padding: 20px 16px !important;
        border-radius: 16px !important;
        margin-bottom: 16px !important;
    }
}

/* RESPONSIVE QUERIES FOR CHUYEN KHOA */
@media (max-width: 1199px) {
    .spec-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .spec-bento-grid {
        grid-template-columns: 1fr;
    }
    .bento-hero-card {
        grid-row: auto;
    }
    .process-flow-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .process-flow-track::before {
        display: none;
    }
    .spec-faq-cta-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 767px) {
    #ctl00_divAlt1,
    .altcontent1,
    .breadcrumb-wrapper {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
    }
    .sante-specialties-portal .middle-fullwidth,
    .middle-fullwidth {
        padding-top: 0 !important;
    }
    .spec-hero-section {
        padding: 12px 0 35px 0 !important;
    }
    .spec-hero-title {
        font-size: 26px !important;
    }
    .spec-stats-strip {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .spec-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .spec-bento-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .bento-hero-card {
        padding: 28px 20px;
    }
    .bento-main-title {
        font-size: 21px !important;
    }
    /* MOBILE MEDICAL JOURNEY TIMELINE */
    .process-flow-track {
        display: flex;
        flex-direction: column;
        gap: 0;
        position: relative;
        padding-left: 56px;
    }
    .process-flow-track::before {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        top: 24px !important;
        bottom: 24px !important;
        left: 20px !important;
        width: 2px !important;
        height: auto !important;
        background: linear-gradient(180deg, #00CE7C 0%, #00A865 70%, #CBD5E1 100%) !important;
        z-index: 1 !important;
    }
    .flow-step-item {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0 0 28px 0;
        box-shadow: none;
        position: relative;
        z-index: 2;
    }
    .flow-step-item:last-child {
        padding-bottom: 0;
    }
    .flow-node-marker {
        position: absolute;
        left: -56px;
        top: 0;
        width: auto;
        margin-bottom: 0;
    }
    .flow-step-idx {
        width: 42px;
        height: 42px;
        font-size: 17px;
        border-radius: 50%;
        background: #FFFFFF;
        color: #00A865;
        border: 2px solid #00CE7C;
        box-shadow: 0 2px 10px rgba(0, 206, 124, 0.2);
    }
    .flow-step-counter {
        display: none;
    }
    .flow-content-box {
        background: #FFFFFF !important;
        border: 1px solid #E2E8F0 !important;
        border-radius: 16px !important;
        padding: 16px 18px !important;
        box-shadow: 0 4px 16px rgba(33, 18, 97, 0.04) !important;
    }
    .flow-timing-tag {
        font-size: 11px;
        margin-bottom: 8px;
    }
    .flow-step-heading {
        font-size: 15.5px !important;
        margin-bottom: 6px !important;
    }
    .flow-step-text {
        font-size: 12.5px;
        line-height: 1.55;
    }
    .spec-booking-panel {
        padding: 28px 20px;
    }
    .spec-faq-box .spec-badge-sub {
        display: block !important;
        margin: 0 auto 10px auto !important;
        text-align: center !important;
    }
    .faq-main-title {
        font-size: 23px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .faq-panel {
        padding: 0 16px 16px 16px;
    }
}

.btn-pill {
    border-radius: 999px !important;
    padding: 10px 22px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
}

.btn-border-blue {
    border: 1.5px solid #211261 !important;
    color: #211261 !important;
    background: transparent !important;
}

.btn-border-blue:hover {
    background: #211261 !important;
    color: #FFFFFF !important;
}

/* 8. SUPPORT & SIDE-NAV STYLES - Modern Quiet Luxury */
.support-side-nav {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 20px !important;
    padding: 24px 20px !important;
    position: sticky !important;
    top: 90px !important;
    box-shadow: 0 4px 20px rgba(33, 18, 97, 0.04) !important;
}

.support-side-nav h2 {
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #211261 !important;
    border-bottom: 2px solid #00CE7C !important;
    padding-bottom: 12px !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.01em !important;
}

.support-side-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.support-side-nav ul li {
    margin-bottom: 6px !important;
}

.support-side-nav ul li a {
    display: block !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.support-side-nav ul li a:hover {
    background: #F1F5F9 !important;
    color: #211261 !important;
    transform: translateX(4px) !important;
}

.support-side-nav ul li.active a {
    background: linear-gradient(135deg, #211261 0%, #150B42 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 14px rgba(33, 18, 97, 0.2) !important;
    transform: translateX(4px) !important;
}

/* Support Main Content Article Area */
.support-section .article-content {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 20px !important;
    padding: 36px 32px !important;
    box-shadow: 0 4px 20px rgba(33, 18, 97, 0.04) !important;
}

.support-section .article-content h1,
.support-section .article-content h2,
.support-section .article-content h3 {
    color: #211261 !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
}

.support-section .article-content p {
    font-size: 14.5px !important;
    color: #475569 !important;
    line-height: 1.75 !important;
    margin-bottom: 14px !important;
}

/* ========================================================
   Step Tab Buttons Styling - Clean Horizontal Stepper
   ======================================================== */
.support-content-wrap .step-tab,
.step-tab {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 10px 4px 18px 4px !important;
    margin: 0 0 24px 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    position: relative !important;
}

.support-content-wrap .step-tab:after,
.step-tab:after {
    display: none !important;
    content: none !important;
}

.support-content-wrap .step-tab::-webkit-scrollbar,
.step-tab::-webkit-scrollbar {
    height: 5px !important;
}

.support-content-wrap .step-tab::-webkit-scrollbar-track,
.step-tab::-webkit-scrollbar-track {
    background: #F1F5F9 !important;
    border-radius: 999px !important;
}

.support-content-wrap .step-tab::-webkit-scrollbar-thumb,
.step-tab::-webkit-scrollbar-thumb {
    background: #CBD5E1 !important;
    border-radius: 999px !important;
}

.support-content-wrap .step-tab li,
.step-tab li {
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

.support-content-wrap .step-tab li a,
.step-tab li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    width: auto !important;
    min-width: 96px !important;
    height: 48px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #475569 !important;
    background: #FFFFFF !important;
    border: 1.5px solid #E2E8F0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    text-align: center !important;
}

.support-content-wrap .step-tab li a:hover,
.step-tab li a:hover {
    background: #F8FAFC !important;
    color: #211261 !important;
    border-color: #00CE7C !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 14px rgba(0, 206, 124, 0.12) !important;
}

.support-content-wrap .step-tab li.active a,
.step-tab li.active a {
    background: linear-gradient(135deg, #00CE7C 0%, #00B069 100%) !important;
    color: #FFFFFF !important;
    border-color: #00CE7C !important;
    box-shadow: 0 6px 16px rgba(0, 206, 124, 0.35) !important;
    transform: translateY(-2px) !important;
}

/* Sante Step Card Luxury Structure */
.sante-step-card {
    background: #FFFFFF !important;
    border: 1.5px solid #F1F5F9 !important;
    border-radius: 20px !important;
    padding: 28px !important;
    box-shadow: 0 10px 30px rgba(33, 18, 97, 0.04) !important;
    transition: all 0.3s ease !important;
}

.sante-step-header {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #F1F5F9 !important;
}

.sante-step-badge {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #211261 0%, #150B42 100%) !important;
    color: #00CE7C !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(33, 18, 97, 0.2) !important;
}

.sante-step-title {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #211261 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

.sante-step-body {
    font-size: 15px !important;
    color: #334155 !important;
    line-height: 1.8 !important;
}

.sante-step-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
}

.sante-step-list li {
    position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
    color: #334155 !important;
    line-height: 1.75 !important;
}

.sante-step-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 9px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #00CE7C !important;
    box-shadow: 0 0 0 3px rgba(0, 206, 124, 0.2) !important;
}

/* Sante Alert & Note Box */
.sante-guide-alert {
    background: #F8FAFC !important;
    border-left: 4px solid #00CE7C !important;
    border-radius: 0 16px 16px 0 !important;
    padding: 20px 24px !important;
    margin-top: 24px !important;
    border-top: 1px solid #E2E8F0 !important;
    border-right: 1px solid #E2E8F0 !important;
    border-bottom: 1px solid #E2E8F0 !important;
}

.sante-guide-alert.alert-warning {
    border-left-color: #F59E0B !important;
    background: #FFFBEB !important;
    border-color: #FEF3C7 !important;
}

.sante-guide-alert-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #211261 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.sante-guide-alert.alert-warning .sante-guide-alert-title {
    color: #B45309 !important;
}

/* Medical Data Tables Modern */
.sante-table-wrap {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
    margin: 20px 0 !important;
}

.sante-medical-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.sante-medical-table th {
    background: #211261 !important;
    color: #FFFFFF !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
    text-align: left !important;
    border: none !important;
}

.sante-medical-table td {
    padding: 14px 20px !important;
    border-bottom: 1px solid #F1F5F9 !important;
    font-size: 14.5px !important;
    color: #334155 !important;
    vertical-align: middle !important;
}

.sante-medical-table tr:last-child td {
    border-bottom: none !important;
}

.sante-medical-table tr:hover td {
    background: #F8FAFC !important;
}

.sante-time-pill {
    display: inline-block !important;
    padding: 6px 14px !important;
    border-radius: 999px !important;
    background: rgba(0, 206, 124, 0.12) !important;
    color: #008751 !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
}

/* Bento Feature Cards */
.sante-bento-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 16px !important;
    margin: 20px 0 !important;
}

.sante-bento-card {
    background: #F8FAFC !important;
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    transition: all 0.25s ease !important;
}

.sante-bento-card:hover {
    background: #FFFFFF !important;
    border-color: #00CE7C !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 206, 124, 0.1) !important;
}

.sante-bento-card h4 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #211261 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.sante-bento-card p {
    font-size: 14px !important;
    color: #64748B !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

/* Image Showcase Frame */
.sante-image-frame {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 20px !important;
    padding: 20px !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
}

.sante-image-frame img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}

/* 9. NEWS & MEDICAL SUB-NAV PILLS */
.news-sub-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    gap: 10px;
}

.news-sub-nav ul li a {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 600;
    color: #475569;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    text-decoration: none;
    transition: all 0.25s ease;
}

.news-sub-nav ul li a:hover,
.news-sub-nav ul li.active a {
    background: #211261;
    color: #FFFFFF;
    border-color: #211261;
}

/* News Horizontal List (Legacy Clean Fallback) */
.news-horizontal-item-legacy {
    display: flex;
    gap: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(33, 18, 97, 0.08);
    border-radius: 14px;
    padding: 14px;
}

/* Sidebar Latest News Widget (Quiet Luxury) */
.news-latest-list {
    background: #FFFFFF;
    border: 1px solid rgba(33, 18, 97, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(33, 18, 97, 0.03);
}

.news-latest-list .heading-5 {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #211261 !important;
    border-bottom: 2px solid #00CE7C;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.news-latest-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgba(33, 18, 97, 0.08);
    align-items: center;
}

.news-latest-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news-latest-item .img figure {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    flex-shrink: 0;
}

.news-latest-item .img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-latest-item:hover .img figure img {
    transform: scale(1.1);
}

.news-latest-item .caption .title a {
    font-size: 13.5px;
    font-weight: 600;
    color: #211261;
    text-decoration: none;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.news-latest-item .caption .title a:hover {
    color: #00CE7C;
}

.news-latest-item .caption .date {
    font-size: 11.5px;
    color: #94A3B8;
    margin-top: 4px;
}

/* Pagination Quiet Luxury */
.newspager .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.newspager .pagination li a,

