/*
Theme Name: Flatsome Child
Description: Child theme for Flatsome.
Author: UX-Themes
Template: flatsome
Version: 3.0
Text Domain: flatsome
*/

/*
 * Page-specific styling is managed through Flatsome Custom CSS and WPCode.
 * Keep this file present: WordPress requires it to recognize this child theme.
 */

/*
 * Gold Landing CSS fallback: restored here because WPCode CSS is not being emitted on the frontend.
 * Scope limited to the Gold Landing block only; popup/header-nav draft snippets remain inactive.
 */

/* ==========================================================================
   FOOTER LUXURY GOLD OVERRIDES
   ========================================================================== */

.absolute-footer {
    display: none !important;
}

.mtf-footer {
    background: linear-gradient(180deg, #312410 0%, #4a3517 42%, #5c431c 100%) !important;
    color: #fff7e8;
}

.mtf-footer .mtf-kicker,
.mtf-footer .mtf-column-title,
.mtf-footer .mtf-contact-label {
    color: #f6d37a !important;
}

.mtf-footer .mtf-brand-title,
.mtf-footer .mtf-contact-value a {
    color: #fff9ef !important;
}

.mtf-footer .mtf-brand-copy,
.mtf-footer .mtf-footer-links a,
.mtf-footer .mtf-contact-address,
.mtf-footer .mtf-location-list span {
    color: #f1dfbc !important;
}

.mtf-footer .mtf-footer-cta {
    border-bottom-color: #f6d37a;
    color: #ffe6a8 !important;
}

.mtf-footer .mtf-footer-cta:hover,
.mtf-footer .mtf-footer-links a:hover,
.mtf-footer .mtf-contact-value a:hover,
.mtf-footer .mtf-legal a:hover {
    color: #ffffff !important;
}

.mtf-footer .mtf-footer-locations {
    border-top-color: rgba(255, 240, 214, 0.24);
    border-bottom-color: rgba(255, 240, 214, 0.24);
    background: rgba(255, 240, 214, 0.04);
}

.mtf-footer .mtf-copyright,
.mtf-footer .mtf-legal,
.mtf-footer .mtf-legal a {
    color: #e7cf9f !important;
}

/* Giao diện landing page tông vàng */
/* ==========================================================================
   SECTION 1: HERO GOLD LUXURY
   ========================================================================== */

/* 1. Nền section: sáng ở hai góc, vàng ấm ở trung tâm */
.hero-gold-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #FDE08B 20%, #E79E00 50%, #FDE08B 80%, #FFFFFF 100%) !important;
    position: relative;
    overflow: hidden;
}

/* 2. Huy hiệu uy tín */
.hero-trust-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    color: #000C24;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 16px;
    border-radius: 20px;
    border: 1px solid rgba(231, 158, 0, 0.5);
    margin-bottom: 0;
}

/* 3. Tiêu đề chính H1 */
.hero-gold-heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000C24 !important; /* Xanh navy đậm để dễ đọc trên nền vàng */
    margin-bottom: 0;
}
@media (min-width: 850px) {
    .hero-gold-heading { font-size: 42px; }
}

/* 4. Hiệu ứng chữ .gold (Dịch Vàng - Thích Cao...) */
.hero-gold-heading .gold {
    background: linear-gradient(to right, #FFFFFF 0%, #FFF2AC 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 900;
    /* Bóng đen giúp tạo hiệu ứng 3D nổi trên nền */
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 2px #000000);
}

/* 5. Mô tả phụ */
.hero-gold-desc {
    color: #222222 !important; /* Màu đen xám dễ đọc */
    font-size: 16px;
    line-height: 1.6;
}
.hero-gold-desc strong {
    color: #000C24;
}

/* 6. Nút nhắn Zalo (nền trắng tinh, chữ tối) */
.hero-zalo-btn {
    background-color: #ffffff !important;
    color: #000C24 !important;
    border: 2px solid #ffffff !important;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.hero-zalo-btn:hover {
    background-color: #000C24 !important;
    color: #ffffff !important;
    border-color: #000C24 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* 7. Nút gọi điện (chữ và viền tối) */
.hero-call-btn {
    background-color: transparent !important;
    color: #000C24 !important;
    border: 2px solid #000C24 !important;
    font-weight: bold;
    transition: all 0.3s ease;
}
.hero-call-btn:hover {
    background-color: #000C24 !important;
    color: #ffffff !important;
    transform: translateY(-3px);
}

/* 8. Hình ảnh bên phải */
.hero-gold-img img {
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(231, 158, 0, 0.25); /* Tạo hào quang vàng nhẹ quanh ảnh */
}

/* (Tùy chọn) Khối phục hồi hiệu ứng nhấp nhịp cho nút có class zoom */

.button.zoom { 
    animation: zoomInOutPulse 1.5s ease-in-out infinite; 
    will-change: transform; 
}
.button.zoom:hover { 
    animation-play-state: paused; 
}
/* ==========================================================================
   SECTION 2: THỐNG KÊ (STATS GOLD)
   ========================================================================== */

/* 1. Đường viền vàng mỏng ngăn cách với phần Hero bên trên */
.stats-gold-section {
    border-top: 2px solid #E79E00; 
}

/* 2. Khối hộp bao quanh nội dung */
.stat-gold-box {
    padding: 30px 10px; /* Bù lại khoảng đệm của section để nội dung vẫn thoáng */
    border-right: 1px solid rgba(253, 224, 139, 0.15); /* Viền phải mờ nhẹ */
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Nhấc bóng nhẹ lên khi khối được trỏ qua */
.stat-gold-box:hover {
    transform: translateY(-5px);
}

/* Xóa viền phải của ô cuối cùng để không bị thừa */
.stat-gold-box.no-border {
    border-right: none !important;
}

/* 3. Hiệu ứng các con số khổng lồ (9+, 1000+, 5, BH) */
.stat-num {
    background: linear-gradient(135deg, #FFFFFF 0%, #FDE08B 30%, #E79E00 70%, #FDE08B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.8)); /* Bóng đen 3D */
    font-size: 42px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
    color: transparent !important; 
}

/* 4. Tiêu đề (Năm kinh nghiệm, Chi nhánh...) */
.stat-title {
    color: #ffffff !important; /* Chữ trắng có độ tương phản cao */
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px !important;
}

/* 5. Mô tả phụ (Thành lập, địa điểm...) */
.stat-desc {
    color: #FDE08B !important; /* Màu vàng nhạt làm dịu */
    font-size: 12px !important;
    opacity: 0.8;
    margin-bottom: 0 !important;
}

/* ==========================================================================
   TỐI ƯU GIAO DIỆN DI ĐỘNG (LƯỚI 2X2 GỌN GÀNG)
   ========================================================================== */
@media (max-width: 849px) {
    .stat-gold-box {
        padding: 20px 5px;
        /* Chuyển viền thành nét đứt cho bố cục hai hàng */
        border-bottom: 1px dashed rgba(253, 224, 139, 0.2);
        border-right: 1px dashed rgba(253, 224, 139, 0.2);
    }
    
    /* Các ô chẵn (bên phải) bỏ viền phải */
    .stats-gold-row .col:nth-child(even) .stat-gold-box {
        border-right: none !important;
    }
    
    /* Hai ô dưới cùng bỏ viền dưới */
    .stats-gold-row .col:nth-child(3) .stat-gold-box,
    .stats-gold-row .col:nth-child(4) .stat-gold-box {
        border-bottom: none !important;
    }
}
/* ==========================================================================
   SECTION 3: DỊCH VỤ (CỘT BẰNG NHAU + PADDING < 5PX)
   ========================================================================== */

/* 1. Nền section (padding bên ngoài = 0 trong shortcode) */
.service-gold-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #FDE08B 20%, #E79E00 50%, #FDE08B 80%, #FFFFFF 100%) !important;
}

/* BiÃŸâ•‘â”n Row thâ”œÃ¡nh Flexbox â”€Ã¦ÃŸâ•—Ã¢ â”œâŒp câ”œÃ­c cÃŸâ•—Ã–t câ”œâ”‚ chiÃŸâ•—Ã¼u cao bÃŸâ•‘â–’ng nhau tuyÃŸâ•—Ã§t â”€Ã¦ÃŸâ•—Ã¦i */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

/* 2. Tiâ”œÂ¬u â”€Ã¦ÃŸâ•—Ã¼ (KhoÃŸâ•‘Ãºng câ”œÃ­ch < 5px) */
.service-gold-subtitle {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    color: #000C24;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px; /* < 5px */
    border-radius: 4px;
    border: 1px solid rgba(231, 158, 0, 0.5);
    margin-bottom: 4px; /* < 5px */
    text-transform: uppercase;
}
.service-gold-title {
    font-size: 24px;
    font-weight: 800;
    color: #000C24 !important;
    margin: 0 0 4px 0; /* < 5px */
    line-height: 1.2;
    text-transform: uppercase;
}
.service-gold-title .gold-text {
    color: #ffffff;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.5);
}

/* 3. ThÃŸâ•‘â•— dÃŸâ•—Ã¯ch vÃŸâ•—Ã‘ (Cards) - â”œÃ«p cao bÃŸâ•‘â–’ng nhau 100% */
.service-gold-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 4px; /* < 5px */
    margin-bottom: 4px; /* < 5px */
    text-align: center;
    height: 100%; /* QUAN TRÃŸâ•—Ã®NG: â”œÃ«p cÃŸâ•—Ã–t cao bÃŸâ•‘â–’ng nhau */
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column; 
    
    border: 2px solid transparent;
    border-image: linear-gradient(135deg, #FFFDEB 0%, #DFBD69 50%, #926D27 100%);
    border-image-slice: 1;
}

.service-gold-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(231, 158, 0, 0.3);
}

/* 4. Icon (KhoÃŸâ•‘Ãºng câ”œÃ­ch < 5px) */
.service-gold-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #FFFDEB 0%, #F9F1D8 100%);
    color: #E79E00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4px; /* < 5px */
    font-size: 18px;
    border: 1px solid #DFBD69;
}

/* 5. NÃŸâ•—Ã–i dung chÃŸâ•—Â» (KhoÃŸâ•‘Ãºng câ”œÃ­ch < 5px) */
.service-gold-heading {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #000C24 !important;
    margin-bottom: 4px !important; /* < 5px */
}
.service-gold-desc {
    font-size: 12px !important;
    color: #444444 !important;
    line-height: 1.3;
    margin-bottom: auto !important; /* â”€Ã‰ÃŸâ•‘âŒy thÃŸâ•‘â•— Tag xuÃŸâ•—Ã¦ng â”€Ã¦â”œÃ­y */
    padding-bottom: 4px !important; /* < 5px */
}

/* 6. ThÃŸâ•‘â•— Tag (KhoÃŸâ•‘Ãºng câ”œÃ­ch < 5px) */
.service-gold-tag {
    display: inline-block;
    background: #FFF8E6;
    color: #E79E00;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 4px; /* < 5px */
    border: 1px solid rgba(231, 158, 0, 0.3);
    margin-top: auto;
}
/* ==========================================================================
   SECTION 4: VIDEO THÃŸâ•—â–‘C TÃŸâ•‘â•› (9:16 VERTICAL + PADDING < 5PX)
   ========================================================================== */

/* NÃŸâ•—Ã¼n Section */
.video-gold-section {
    border-top: 1px solid rgba(231, 158, 0, 0.3);
}

/* Tiâ”œÂ¬u â”€Ã¦ÃŸâ•—Ã¼ (< 5px) */
.video-gold-subtitle {
    display: inline-block;
    background: rgba(231, 158, 0, 0.1);
    color: #FD9300;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
    border: 1px solid rgba(231, 158, 0, 0.3);
    margin-bottom: 4px;
}
.video-gold-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff !important;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}
.video-gold-title .gold-text {
    background: linear-gradient(135deg, #FFFFFF 0%, #FDE08B 30%, #E79E00 70%, #FDE08B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ThÃŸâ•‘â•— chÃŸâ•—âŒa Video (Card) - â”œÃ«p cao bÃŸâ•‘â–’ng nhau */
.video-gold-card {
    background: #000C24;
    border-radius: 4px;
    padding: 4px; /* < 5px */
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    border-image: linear-gradient(135deg, #FFFDEB 0%, #DFBD69 50%, #926D27 100%);
    border-image-slice: 1;
}

/* KHUNG VIDEO 9:16 (DÃŸâ•—Ã®C) */
.video-gold-wrap {
    position: relative;
    padding-bottom: 177.78%; /* TÃŸâ•—â•– lÃŸâ•—Ã§ vâ”œÃ¡ng cho video â”€Ã¦ÃŸâ•—âŒng 9:16 */
    height: 0;
    overflow: hidden;
    margin-bottom: 4px;
    background: #000;
}
.video-gold-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer nÃŸâ•—Ã–i dung (< 5px) */
.video-gold-footer {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.video-gold-heading {
    color: #FD9300 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
    line-height: 1.2;
}
.video-gold-desc {
    color: #aaaaaa !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}

/* â”œÃ«p câ”œÃ­c cÃŸâ•—Ã–t Row bÃŸâ•‘â–’ng nhau */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}
.video-gold-row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 849px) {
    .video-gold-col {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
/* ==========================================================================
   SECTION 5: TÃŸâ•‘Ã¡I SAO CHÃŸâ•—Ã®N CHâ”œÃœNG Tâ”œÃ¶I (â”€Ã‰ÃŸâ•‘Ã³O Mâ”œÃ‡U NÃŸâ•—Ã‡N Vâ”œÃ‡NG + â”œÃ«P CÃŸâ•—Ã¿T)
   ========================================================================== */

/* 1. â”€Ã‰ÃŸâ•‘Ãºo mâ”œÃ¡u nÃŸâ•—Ã¼n: Section dâ”œâ•£ng Vâ”œÃ¡ng Gold Gradient */
.usp-gold-section-light {
    background: linear-gradient(135deg, #FFFFFF 0%, #FDE08B 20%, #E79E00 50%, #FDE08B 80%, #FFFFFF 100%) !important;
}

/* 2. Tiâ”œÂ¬u â”€Ã¦ÃŸâ•—Ã¼ (< 5px) */
.usp-gold-subtitle {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    color: #000C24;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px; /* < 5px */
    border-radius: 4px;
    border: 1px solid rgba(231, 158, 0, 0.5);
    margin-bottom: 4px; /* < 5px */
    text-transform: uppercase;
}
.usp-gold-title {
    font-size: 24px;
    font-weight: 800;
    color: #000C24 !important; /* ChÃŸâ•—Â» tÃŸâ•—Ã¦i trâ”œÂ¬n nÃŸâ•—Ã¼n vâ”œÃ¡ng */
    margin: 0 0 4px 0; /* < 5px */
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.usp-gold-title .dark-text {
    color: #ffffff;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.5); /* CÃŸâ•—Ã‘m chÃŸâ•—Â» nÃŸâ•—Ã²i bÃŸâ•‘Â¡t */
}

/* 3. BÃŸâ•—Ã‰ CÃŸâ•—Ã±C: â”œÃ«P CÃŸâ•—Ã¿T (COLUMN) BÃŸâ•‘â–‘NG NHAU TUYÃŸâ•—Ã¥T â”€Ã‰ÃŸâ•—Ã‰I */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}
.usp-gold-col {
    display: flex;
}
.usp-gold-col > .col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* 4. ThÃŸâ•‘â•— Card (â”€Ã‰iÃŸâ•—Ã¼n â”€Ã¦ÃŸâ•‘Âºy chiÃŸâ•—Ã¼u cao CÃŸâ•—Ã–t) */
.usp-gold-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 4px; /* < 5px */
    display: flex;
    align-items: stretch;
    flex-grow: 1; /* â”œÃ«p Card giâ”œÃºn ra bÃŸâ•‘â–’ng 100% cÃŸâ•—Ã–t */
    height: 100%; 
    border: 2px solid transparent;
    border-image: linear-gradient(135deg, #FFFDEB 0%, #DFBD69 50%, #926D27 100%);
    border-image-slice: 1;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.usp-gold-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(231, 158, 0, 0.4);
}

/* 5. Icon bâ”œÂ¬n trâ”œÃ­i (< 5px) */
.usp-gold-icon {
    font-size: 24px;
    font-weight: 900;
    color: #E79E00;
    margin-right: 4px; /* < 5px */
    min-width: 40px; 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-shadow: 0 1px 2px rgba(231, 158, 0, 0.2);
}

/* 6. CÃŸâ•—Ã‘m chÃŸâ•—Â» bâ”œÂ¬n phÃŸâ•‘Ãºi */
.usp-gold-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* TÃŸâ•—â–’ kâ”œâŒo giâ”œÃºn â”€Ã¦ÃŸâ•‘âŒy Tag xuÃŸâ•—Ã¦ng â”€Ã¦â”œÃ­y */
}

/* ChÃŸâ•—Â» (< 5px) */
.usp-gold-heading {
    color: #000C24 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 2px !important; /* < 5px */
    line-height: 1.2;
}
.usp-gold-desc {
    color: #444444 !important;
    font-size: 12px !important;
    line-height: 1.3;
    margin-bottom: auto !important;
    padding-bottom: 4px !important; /* < 5px */
}

/* 7. ThÃŸâ•‘â•— Tag (< 5px) */
.usp-gold-kw {
    display: inline-block;
    background: #FFF8E6;
    color: #E79E00;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 4px; /* < 5px */
    border: 1px solid rgba(231, 158, 0, 0.2);
    margin-top: auto;
    align-self: flex-start;
}
/* ==========================================================================
   SECTION 6: BÃŸâ•‘Ã³NG GIâ”œÃ¼ (PRICE TABLE - NAVY)
   ========================================================================== */

/* 1. Padding section */
.s6-section .row {
    padding-left: 20px;
    padding-right: 20px;
}
.s6-section .row:first-child {
    padding-top: 36px;
}
.s6-section .row:last-child {
    padding-bottom: 36px;
}

/* 2. Badge "BÃŸâ•‘Ãºng giâ”œÃ­" trâ”œÂ¬n â”€Ã¦ÃŸâ•‘Âºu */
.s6-badge-top {
    display: inline-block;
    background: rgba(253, 224, 139, 0.12);
    color: #FDE08B;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    border: 1px solid rgba(231, 158, 0, 0.35);
    margin-bottom: 10px;
}

/* 3. Tiâ”œÂ¬u â”€Ã¦ÃŸâ•—Ã¼ H2 */
.s6-heading {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.35 !important;
    margin: 4px 0 24px !important;
}

/* 4. PhÃŸâ•‘Âºn chÃŸâ•—Â» Gold trong H2 */
.s6-heading-gold {
    background: linear-gradient(to right, #FFFFFF 0%, #FDE08B 50%, #E79E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

/* 5. BÃŸâ•‘Ãºng giâ”œÃ­ */
.s6-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

/* 6. Header bÃŸâ•‘Ãºng - nÃŸâ•—Ã¼n Gold Gradient, chÃŸâ•—Â» navy â”€Ã¦ÃŸâ•‘Â¡m */
.s6-table thead tr {
    background: linear-gradient(135deg, #E79E00 0%, #FDE08B 50%, #E79E00 100%);
}
.s6-table thead th {
    color: #000C24 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 10px 14px !important;
    text-align: left;
}
.s6-table thead th:last-child {
    text-align: right;
}

/* 7. Body bÃŸâ•‘Ãºng */
.s6-table tbody tr {
    border-bottom: 1px solid rgba(253, 224, 139, 0.08);
    transition: background 0.2s ease;
}
.s6-table tbody tr:last-child {
    border-bottom: none;
}
.s6-table tbody tr:hover {
    background: rgba(253, 224, 139, 0.05);
}
.s6-table tbody td {
    padding: 9px 14px !important;
    font-size: 13px !important;
    color: #e8e8e8 !important;
    vertical-align: middle;
}

/* 8. CÃŸâ•—Ã–t â”€Ã¦â•žÃ­n giâ”œÃ­ - Gold nÃŸâ•—Ã²i bÃŸâ•‘Â¡t */
.s6-table tbody td:last-child {
    text-align: right;
    color: #FDE08B !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

/* 9. Badge "PhÃŸâ•—Ã² biÃŸâ•‘â”n" trong â”œâ”¤ bÃŸâ•‘Ãºng */
.s6-badge {
    display: inline-block;
    background: rgba(231, 158, 0, 0.18);
    color: #E79E00;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 4px;
    border: 1px solid rgba(231, 158, 0, 0.4);
    margin-left: 4px;
    vertical-align: middle;
}

/* 10. Khung lâ•žâ–‘u â”œâ•œ phâ”œÂ¡a dâ•žâ–‘ÃŸâ•—Â¢i bÃŸâ•‘Ãºng */
.s6-note {
    margin-top: 14px;
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid #E79E00;
    border-radius: 0 6px 6px 0;
    padding: 10px 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}
.s6-note strong {
    color: #FDE08B;
}

/* 11. Nâ”œâ•‘t GÃŸâ•—Ã¬i - nÃŸâ•—Ã¼n Gold â”€Ã¦ÃŸâ•‘â•–c */
.s6-btn-call a,
.s6-btn-call .button {
    background-color: #E79E00 !important;
    color: #000C24 !important;
    border-color: #E79E00 !important;
    font-weight: 800 !important;
}
.s6-btn-call a:hover,
.s6-btn-call .button:hover {
    background-color: #FDE08B !important;
    transform: translateY(-2px);
}

/* 12. Nâ”œâ•‘t Zalo - viÃŸâ•—Ã¼n Gold trong suÃŸâ•—Ã¦t */
.s6-btn-zalo a,
.s6-btn-zalo .button {
    background-color: transparent !important;
    color: #FDE08B !important;
    border: 2px solid rgba(231, 158, 0, 0.6) !important;
    font-weight: 700 !important;
}
.s6-btn-zalo a:hover,
.s6-btn-zalo .button:hover {
    background-color: rgba(231, 158, 0, 0.1) !important;
    border-color: #E79E00 !important;
    transform: translateY(-2px);
}

/* 13. Responsive mobile */
@media (max-width: 849px) {
    .s6-heading {
        font-size: 20px !important;
    }
    .s6-table thead th,
    .s6-table tbody td {
        padding: 8px 10px !important;
        font-size: 12px !important;
    }
    .s6-table tbody td:last-child {
        font-size: 13px !important;
    }
}
.s7-section .row:first-child {
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

.s7-section .row:last-child {
    padding-bottom: 36px;
    padding-left: 16px;
    padding-right: 16px;
}

.s7-badge-top {
    display: inline-block;
    background: rgba(0, 12, 36, 0.08);
    color: #000C24;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    border: 1px solid rgba(0, 12, 36, 0.2);
    margin-bottom: 10px;
}

.s7-heading {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #000C24 !important;
    line-height: 1.35 !important;
    margin: 4px 0 24px !important;
}

.s7-heading-dark {
    color: #7A4F00;
}

.s7-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.s7-img-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #000C24;
    cursor: pointer;
}

.s7-img-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: transform 0.4s ease !important;
}

.s7-img-item p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.s7-img-item:hover img {
    transform: scale(1.05);
}

.s7-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,12,36,0.88) 0%, rgba(0,12,36,0.3) 55%, transparent 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.s7-img-item:hover .s7-img-overlay {
    opacity: 1;
}

.s7-img-caption {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3px;
}

.s7-img-kw {
    color: #FDE08B;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.85;
}

@media (max-width: 849px) {
    .s7-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .s7-heading {
        font-size: 20px !important;
    }
}

@media (max-width: 479px) {
    .s7-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
}
.s8-section .row:first-child {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.s8-section .row:last-child {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.s8-badge-top {
    display: inline-block;
    background: #E6F1FB;
    color: #185FA5;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    border: 1px solid rgba(24, 95, 165, 0.2);
    margin-bottom: 10px;
}

.s8-heading {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #000C24 !important;
    line-height: 1.3 !important;
    margin: 4px 0 32px !important;
    letter-spacing: -0.3px;
}

.s8-heading-blue {
    color: #185FA5;
    border-bottom: 3px solid #E79E00;
    padding-bottom: 2px;
}

.s8-steps-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.s8-step {
    padding: 24px 20px;
    border-right: 1px solid rgba(0, 12, 36, 0.08);
    position: relative;
}

.s8-step:last-child {
    border-right: none;
}

.s8-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E79E00 0%, #FDE08B 50%, #E79E00 100%);
    color: #000C24;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(231, 158, 0, 0.35);
}

.s8-step-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #000C24 !important;
    margin: 0 0 8px !important;
    letter-spacing: 0.2px;
}

.s8-step-desc {
    font-size: 13px !important;
    color: #444444 !important;
    line-height: 1.6 !important;
    margin: 0 0 8px !important;
}

.s8-step-kw {
    display: inline-block;
    font-size: 11px;
    color: #185FA5;
    background: #E6F1FB;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.s8-note {
    margin-top: 24px;
    background: #000C24;
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.s8-note-icon {
    color: #E79E00;
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.s8-note p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.s8-note strong {
    color: #FDE08B !important;
}

@media (max-width: 849px) {
    .s8-steps-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .s8-step {
        border-bottom: 1px solid rgba(0, 12, 36, 0.08);
        padding: 20px 16px;
    }
    .s8-step:nth-child(even) {
        border-right: none;
    }
    .s8-step:nth-child(3),
    .s8-step:nth-child(4) {
        border-bottom: none;
    }
    .s8-heading {
        font-size: 22px !important;
    }
}

@media (max-width: 479px) {
    .s8-steps-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .s8-step:nth-child(even) {
        border-right: none;
    }
    .s8-step:nth-child(3) {
        border-bottom: 1px solid rgba(0, 12, 36, 0.08);
    }
    .s8-step:nth-child(4) {
        border-bottom: none;
    }
}
.s8-step {
    position: relative;
}

.s8-step::after {
    content: "";
    position: absolute;
    top: 48px;
    right: -1px;
    width: calc(100% - 68px);
    height: 2px;
    background: linear-gradient(to right, #E79E00, #FDE08B);
    left: 68px;
}

.s8-step:last-child::after {
    display: none;
}

.s8-step::before {
    content: "Î“Ã‡â•‘";
    position: absolute;
    top: 34px;
    right: -10px;
    font-size: 22px;
    font-weight: 900;
    color: #E79E00;
    line-height: 1;
    z-index: 2;
}

.s8-step:last-child::before {
    display: none;
}

@media (max-width: 849px) {
    .s8-step::after {
        display: none;
    }
    .s8-step::before {
        display: none;
    }
}
.s11-section .row:first-child {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.s11-section .row:last-child {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.s11-badge-top {
    display: inline-block;
    background: rgba(253, 224, 139, 0.12);
    color: #FDE08B;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    border: 1px solid rgba(231, 158, 0, 0.35);
    margin-bottom: 10px;
}

.s11-heading {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
    margin: 4px 0 28px !important;
    letter-spacing: -0.3px;
}

.s11-heading-blue {
    background: linear-gradient(to right, #FFFFFF 0%, #FDE08B 50%, #E79E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    border-bottom: 3px solid #E79E00;
    padding-bottom: 2px;
}

.s11-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.s11-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(253, 224, 139, 0.12);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    border-top: 3px solid #E79E00;
}

.s11-card:hover {
    background: rgba(253, 224, 139, 0.06);
    box-shadow: 0 6px 20px rgba(231, 158, 0, 0.15);
    transform: translateY(-3px);
}

.s11-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E79E00 0%, #FDE08B 50%, #E79E00 100%);
    color: #000C24;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.s11-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.s11-cn-badge {
    display: inline-block;
    background: rgba(231, 158, 0, 0.15);
    color: #FDE08B;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid rgba(231, 158, 0, 0.3);
    margin-bottom: 4px;
}

.s11-addr {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.s11-city {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
}

.s11-card-foot {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 6px;
}

.s11-phone {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #E79E00 !important;
    text-decoration: none !important;
    letter-spacing: 0.3px;
}

.s11-phone:hover {
    color: #FDE08B !important;
}

.s11-kw-badge {
    display: inline-block;
    font-size: 10px;
    color: #FDE08B;
    background: rgba(253, 224, 139, 0.1);
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid rgba(253, 224, 139, 0.2);
}

.s11-areas-wrap {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(253, 224, 139, 0.15);
    border-radius: 10px;
    padding: 16px 20px;
}

.s11-areas-title {
    color: #FDE08B !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px !important;
}

.s11-areas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.s11-area-badge {
    display: inline-block;
    background: rgba(253, 224, 139, 0.08);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(253, 224, 139, 0.2);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    transition: background 0.2s ease;
}

.s11-area-badge:hover {
    background: rgba(231, 158, 0, 0.2);
    border-color: #E79E00;
    color: #FDE08B;
}

@media (max-width: 849px) {
    .s11-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .s11-heading {
        font-size: 22px !important;
    }
}

@media (max-width: 479px) {
    .s11-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}
.s12-section .row:first-child {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.s12-section .row:last-child {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.s12-badge-top {
    display: inline-block;
    background: rgba(0, 12, 36, 0.08);
    color: #000C24;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    border: 1px solid rgba(0, 12, 36, 0.2);
    margin-bottom: 10px;
}

.s12-heading {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #000C24 !important;
    line-height: 1.3 !important;
    margin: 4px 0 28px !important;
    letter-spacing: -0.3px;
}

.s12-heading-dark {
    color: #7A4F00;
    border-bottom: 3px solid #000C24;
    padding-bottom: 2px;
}

.s12-faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 12, 36, 0.12);
}

.s12-item {
    background: rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(0, 12, 36, 0.1);
    transition: background 0.2s ease;
}

.s12-item:last-child {
    border-bottom: none;
}

.s12-item.s12-open {
    background: rgba(255, 255, 255, 0.85);
}

.s12-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    cursor: pointer;
    gap: 12px;
}

.s12-q:hover {
    background: rgba(231, 158, 0, 0.08);
}

.s12-q-text {
    font-size: 14px;
    font-weight: 700;
    color: #000C24;
    line-height: 1.4;
    flex: 1;
}

.s12-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000C24;
    color: #FDE08B;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease, background 0.2s ease;
    line-height: 1;
}

.s12-item.s12-open .s12-icon {
    background: #E79E00;
    color: #000C24;
    transform: rotate(45deg);
}

.s12-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    padding: 0 18px;
}

.s12-item.s12-open .s12-a {
    max-height: 400px;
    padding: 0 18px 16px;
}

.s12-a p {
    font-size: 13px !important;
    color: #333333 !important;
    line-height: 1.7 !important;
    margin: 0 0 8px !important;
}

.s12-a strong {
    color: #000C24;
}

.s12-kw-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}

.s12-kw {
    display: inline-block;
    font-size: 10px;
    color: #7A4F00;
    background: rgba(231, 158, 0, 0.15);
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid rgba(231, 158, 0, 0.3);
}

@media (max-width: 849px) {
    .s12-heading {
        font-size: 22px !important;
    }
    .s12-q-text {
        font-size: 13px;
    }
}
