/* =========================================
   HERO SECTION CSS (PC & MOBILE OPTIMIZED)
========================================= */



.hero-bg-wave-decor {
    position: absolute;
    top: 0; right: 0;
    width: 60%; height: 130%;
    background-color: rgba(255, 255, 255, 0.05);
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 10;
}

/* --- Cột bên trái --- */
.hero-content {
    flex: 1 1 100%;
}

@media (min-width: 1024px) {
    .hero-content { flex: 0 0 55%; max-width: 55%; }
}

.hero-badge-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-dot-yellow { width: 6px; height: 6px; background: #ffb700; border-radius: 50%; }

.hero-main-title {
    font-size: 32px; /* Mobile */
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media (min-width: 1024px) {
    .hero-main-title { font-size: 54px; }
}

.text-highlight-yellow { color: #ffb700; }

.hero-price-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}
.hero-price-tag i { color: #22c55e; }

.hero-description {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 25px;
    max-width: 90%;
}

.hero-trust-badge {
    color: #ffb700;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Glass Boxes */
.hero-glass-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.hero-glass-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

@media (min-width: 640px) { .hero-glass-item { width: 230px; } }

.glass-icon-circle {
    width: 44px; height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}
.txt-gold { color: #ffb700; }
.glass-item-title { font-weight: 800; font-size: 15px; }
.glass-item-sub { font-size: 10px; opacity: 0.7; text-transform: uppercase; margin-top: 2px; }

/* Buttons */
.hero-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.hero-btn {
    padding: 16px 35px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

@media (max-width: 480px) { .hero-btn { width: 100%; } }

.btn-orange-glow {
    background: #ff6600;
    color: white;
    box-shadow: 0 12px 24px -6px rgba(255, 102, 0, 0.8);
}

.btn-blue-glow {
    background: #007aff;
    color: white;
    box-shadow: 0 12px 24px -6px rgba(0, 122, 255, 0.8);
}

.hero-btn:hover {
    transform: translateY(-4px);
    filter: brightness(1.1);
}

/* Checklist */
.hero-checklist-area { margin-bottom: 30px; }
.hero-check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    margin-bottom: 12px;
    opacity: 0.9;
}
.hero-check-item i { color: #22c55e; margin-top: 3px; }

.hero-legal-note {
    font-size: 11px;
    opacity: 0.5;
    max-width: 500px;
    line-height: 1.5;
}

/* --- Cột bên phải (Hình ảnh) --- */
.hero-image-area {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media (min-width: 1024px) {
    .hero-image-area { flex: 0 0 45%; max-width: 45%; justify-content: flex-end; margin-top: 0; }
}

@keyframes floatHero {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.hero-float-wrapper {
    position: relative;
    animation: floatHero 4s ease-in-out infinite;
}

.hero-slanted-box {
    transform: rotate(3deg);
    transition: transform 0.5s;
}
.hero-float-wrapper:hover .hero-slanted-box { transform: rotate(0); }

.hero-img-main {
    width: 100%;
    max-width: 400px; /* Mobile */
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    border: 2px solid rgba(255,255,255,0.1);
}

.hero-section {
    position: relative;
    padding-top: 100px; /* Chừa chỗ cho header nổi */
    padding-bottom: 120px;
    color: #ffffff;
    overflow: hidden;
    font-family: 'Lexend', sans-serif;
}

@media (min-width: 1024px) { .hero-img-main { max-width: 650px; } 
    .hero-section {
    position: relative;
    padding-top: 140px; /* Chừa chỗ cho header nổi */
    padding-bottom: 120px;
    color: #ffffff;
    overflow: hidden;
    font-family: 'Lexend', sans-serif;
}
}

.badge-float-top {
    position: absolute;
    top: -10px; right: -10px;
    background: #ffb700;
    color: #1a3a8a;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.badge-float-bottom {
    position: absolute;
    bottom: -20px; left: -20px;
    background: white;
    padding: 12px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.b-icon-box {
    width: 44px; height: 44px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}

.b-title { color: #1a3a8a; font-weight: 800; font-size: 15px; }
.b-sub { color: #64748b; font-size: 11px; }

/* Đường cong đáy */
.hero-wave-bottom {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    line-height: 0; z-index: 20;
}
.hero-wave-bottom svg { width: 100%; height: 50px; }
@media (min-width: 1024px) { .hero-wave-bottom svg { height: 90px; } }




/* =========================================
   ABOUT SECTION CSS (CLONE EXACT IMAGE)
========================================= */

.about-section {
    padding: 40px 0;
    background-color: #f8fafc;
    font-family: 'Lexend', sans-serif;
}

/* =========================================
   CẤU HÌNH CONTAINER CHUNG (RESPONSIVE)
========================================= */

.container-95 {
    width: 100%;             /* Luôn chiếm hết chiều rộng */
    margin-left: auto;
    margin-right: auto;
    
    /* TUỲ BIẾN CHO MOBILE (Mặc định) */
    padding-left: 20px;      /* Khoảng cách an toàn lề trái mobile */
    padding-right: 20px;     /* Khoảng cách an toàn lề phải mobile */
}

/* TUỲ BIẾN CHO MÀN HÌNH MÁY TÍNH (PC / TABLET LỚN) */
@media (min-width: 1024px) {
    .container-95 {
        /* Trên PC, chúng ta giới hạn chiều rộng tối đa là 95rem */
        max-width: 95rem;    
        
        /* Trên PC có thể cho lề rộng hơn một chút cho thoáng */
        padding-left: 100px;  
        padding-right: 100px; 
    }
}

/* Nếu bạn muốn tinh chỉnh riêng cho màn hình SIÊU LỚN (TV hoặc màn 2K) */
@media (min-width: 1600px) {
    .container-95 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Tầng trên */
.about-upper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.about-text-content {
    flex: 1 1 500px;
}

.about-subtitle {
    color: #ff5722;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.about-title {
    color: #1a3a8a;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}

.about-desc p {
    color: #555c6b;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Khối thống kê bên phải */
.about-stats-wrapper {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.rating-google {
    margin-bottom: 20px;
    font-size: 14px;
}
.rating-google .stars { color: #fbbc05; margin-right: 8px; }
.rating-google a { color: #2563eb; font-weight: 600; text-decoration: underline; }

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.stat-card {
    padding: 40px 20px;
    border-radius: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

.stat-card.light {
    background-color: #f0f7ff;
    color: #1a3a8a;
}

.stat-card.dark {
    background-color: #1a3a8a;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(26, 58, 138, 0.2);
}

.stat-card.dark .stat-num { color: #ffb700; } /* Màu vàng như trong ảnh mẫu */

.stat-num {
    font-size: 48px;
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Tầng dưới: 4 Dịch vụ */
.about-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.service-card {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 24px;
    transition: all 0.3s ease;
    border: 1px solid #d8e3ff8f;
}

.service-card:hover {
    background-color: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.service-icon {
    width: 50px;
    height: 50px;
    background-color: #dbeafe;
    color: #2563eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.service-title {
    color: #1e293b;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px;
}

.service-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-title { font-size: 32px; }
    .about-stats-wrapper { align-items: flex-start; }
}


/* =========================================
   PAIN POINTS SECTION (CLONE 100%)
========================================= */

.pain-section {
    padding: 50px 0;
    background-color: #ffffff; /* Hoặc #f8fafc nếu bạn muốn tiệp màu wave */
    font-family: 'Lexend', sans-serif;
}

.pain-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.pain-badge {
    background: #fff3ed;
    color: #ff6600;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #ffe0d1;
}

.pain-title {
    color: #1a3a8a;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.pain-desc {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

/* Grid Layout */
.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.pain-card {
    background-color: #f8fafc;
    border: 1px solid #eef2f6;
    padding: 25px;
    border-radius: 24px;
    transition: all 0.3s ease;
}

.pain-card:hover {
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transform: translateY(-5px);
}

/* Thẻ số 06 đặc biệt */
.pain-card.highlight {
    background-color: #fffaf7;
    border-color: #ff660040;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.card-num {
    font-size: 28px;
    font-weight: 800;
    color: #2563eb;
}

.card-icon-small {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1a3a8a;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
}

.pain-card.highlight .card-icon-small {
    color: #ff6600;
}

.card-title {
    color: #1a3a8a;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.4;
}

.card-text {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

/* Bottom Footer Bar */
.pain-footer {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f0f7ff;
    padding: 12px 12px 12px 25px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0efff;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #1a3a8a;
    font-weight: 700;
    font-size: 14px;
}

.check-circle {
    width: 32px;
    height: 32px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-btn {
    background-color: #ff6600;
    color: white;
    padding: 12px 30px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3);
}

.footer-btn:hover {
    background-color: #e65c00;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .pain-grid { grid-template-columns: 1fr 1fr; }
    .pain-title { font-size: 32px; }
}

@media (max-width: 768px) {
    .pain-grid { grid-template-columns: 1fr; }
    .pain-footer {
        flex-direction: column;
        border-radius: 24px;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }
    .footer-left { flex-direction: column; }
}






/* =========================================
   SOLUTION SECTION (CLONE 100%)
========================================= */

.solution-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Lexend', sans-serif;
}

/* Tầng trên: Text và Ảnh */
.solution-upper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
}

.solution-text {
    flex: 1 1 500px;
}

.sol-badge {
    color: #2563eb;
    background: #eff6ff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    border: 1px solid #dbeafe;
    display: inline-block;
    margin-bottom: 20px;
}

.sol-title {
    color: #1a3a8a;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.1;
}

.sol-highlight {
    color: #ff6600;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.sol-desc {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

/* Ảnh và nhãn nổi */
.solution-image-wrapper {
    flex: 1 1 400px;
    position: relative;
}

.solution-image-wrapper img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* 1. Định nghĩa chuyển động lên xuống */
@keyframes badgeFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px); /* Nhích lên 12px */
    }
    100% {
        transform: translateY(0);
    }
}

/* 2. Áp dụng hiệu ứng vào cái nhãn */
.sol-img-badge {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: white;
    padding: 15px 25px;
    border-radius: 20px; /* Bo tròn hơn một chút cho giống mẫu */
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    z-index: 20;

    /* Thêm dòng này để kích hoạt hiệu ứng */
    animation: badgeFloat 3s ease-in-out infinite; 
}

/* Chỉnh lại một chút font chữ bên trong cho giống mẫu 100% */
.sol-img-badge .badge-num {
    color: #ff6600; /* Màu cam */
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
}

.sol-img-badge .badge-txt {
    color: #1a3a8a; /* Màu xanh Navy */
    font-weight: 800;
    font-size: 16px;
    white-space: nowrap; /* Không cho rớt dòng */
}

/* 3 Bước */
.solution-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.step-card {
    background: #ffffff;
    border: 1.5px solid #f0f7ff;
    padding: 30px 30px;
    border-radius: 24px;
    position: relative;
    transition: all 0.3s;
}

.step-card:hover {
    border-color: #2563eb40;
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.05);
}

.step-label {
    background: #eff6ff;
    color: #2563eb;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 25px;
}

.step-icon-box {
    width: 54px;
    height: 54px;
    background: #1a3a8a;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.step-title {
    color: #1a3a8a;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px;
}

.step-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

/* Mũi tên nối */
.step-arrow {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: white;
    border: 1px solid #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 12px;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Zalo Bar */
.sol-zalo-bar {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #f0f7ff;
    padding: 8px 8px 8px 25px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.zalo-bar-left {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    color: #1a3a8a;
}

.blue-check {
    width: 32px;
    height: 32px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.zalo-btn-orange {
    background: #ff6600;
    color: white;
    padding: 12px 30px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(255, 102, 0, 0.2);
    transition: 0.3s;
}

.zalo-btn-orange:hover {
    background: #e65c00;
}

/* Responsive */
@media (max-width: 1024px) {
    .solution-steps-grid { grid-template-columns: 1fr; }
    .step-arrow { display: none; }
    .sol-title { font-size: 36px; }
}





/* =========================================
   BENEFITS SECTION (CLONE EXACT IMAGE)
========================================= */

.benefits-section {
    padding: 60px 0; /* Tăng padding để tạo không gian thoáng */
    background-color: #f8fafc; /* Đổi thành xám nhạt để nối liền với wave ở trên */
    position: relative;
    overflow: hidden; /* Giữ để đốm màu không tràn ra ngoài trang */
    font-family: 'Lexend', sans-serif;
}

/* Điều chỉnh lại các đốm màu để nó "tan" vào nền */
.benefits-section .blob {
    position: absolute;
    width: 600px;
    height: 600px;
    /* Dùng màu xanh dương cực nhạt, độ trong suốt thấp (0.1) */
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, rgba(248, 250, 252, 0) 70%);
    /* Tăng độ Blur lên cao (100px) để đốm màu tỏa ra tự nhiên */
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
}

/* Đẩy đốm màu xuống một chút để không bị vệt cắt ở đỉnh */
.blob-1 { 
    top: 50px; 
    right: -150px; 
}
.blob-2 { 
    bottom: 50px; 
    left: -150px; 
}

.benefits-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 5;
}

.ben-badge {
    background: #fff3ed;
    color: #ff6600;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 50px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #ffe0d1;
}

.ben-title {
    color: #1a3a8a;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;
}

.ben-desc {
    color: #64748b;
    font-size: 17px;
    line-height: 1.6;
}

/* Grid Layout */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
    z-index: 5;
}

.benefit-card {
    /* Ép card màu trắng tinh để nổi bật trên nền xám nhạt */
    background: #ffffff; 
    border: 1px solid #eef2f6;
    padding: 25px 25px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.benefit-card:hover {
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.08);
    border-color: #2563eb30;
    transform: translateY(-10px);
}

.ben-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.ben-item-title {
    color: #1a3a8a;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 18px;
}

.ben-item-desc {
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 35px;
    flex-grow: 1;
}

.ben-line {
    height: 1px;
    background-color: #f1f5f9;
    margin-bottom: 25px;
    width: 100%;
}

.ben-item-note {
    color: #1e293b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

/* Tablet & Mobile */
@media (max-width: 1280px) {
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .ben-title { font-size: 36px; }
}

@media (max-width: 768px) {
    .benefits-grid { grid-template-columns: 1fr; }
}










/* =========================================
   PHOTO EDIT SECTION (CLONE EXACT IMAGE)
========================================= */

.photo-edit-section {
    padding: 100px 0 50px;
    /* CHUYỂN MÀU: Từ #f8fafc (trên) sang #ffffff (dưới) */
    background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
    font-family: 'Lexend', sans-serif;
    position: relative;
}

.photo-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

/* Khu vực ảnh bên trái */
.photo-image-area {
    flex: 1 1 500px;
    position: relative;
}

.photo-main-card {
    background-color: #e0f2fe; /* Màu xanh lơ nhạt của nền ảnh */
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    position: relative;
}

.photo-main-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

/* 1. Định nghĩa chuyển động (Nếu bạn đã có badgeFloat ở phần trước thì không cần viết lại @keyframes này) */
@keyframes icaoFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Nhích lên 10px */
    }
    100% {
        transform: translateY(0);
    }
}

/* 2. Áp dụng vào class .icao-badge */
.icao-badge {
    position: absolute;
    bottom: -25px; /* Giữ nguyên vị trí đè lên mép ảnh */
    right: 20px;
    background: #ffffff;
    padding: 12px 22px; /* Tinh chỉnh lại padding cho giống mẫu hơn */
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #f1f5f9;
    z-index: 20;

    /* Kích hoạt hiệu ứng lơ lửng */
    animation: icaoFloat 3.5s ease-in-out infinite; 
}

/* Tinh chỉnh lại icon check màu xanh lá cho giống hệt hình bạn gửi */
.icao-check {
    width: 38px;
    height: 38px;
    background-color: #e8fdf0; /* Màu xanh lá cực nhạt */
    color: #22c55e; /* Màu xanh lá chuẩn */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.icao-title {
    color: #1a3a8a; /* Màu Navy đậm */
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.icao-sub {
    color: #94a3b8; /* Màu xám xanh */
    font-size: 12px;
    font-weight: 600;
}

/* Khu vực nội dung bên phải */
.photo-content-area {
    flex: 1 1 500px;
}

.photo-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.photo-title .text-navy { color: #1a3a8a; }
.photo-title .text-orange { color: #ff6600; }

.photo-desc {
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Lưới 2x2 các tính năng */
.photo-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.photo-feature-item {
    background: #f8fafc; /* Màu nhạt tiệp nền trên */
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #f1f5f9;
}

.feature-num {
    width: 28px;
    height: 28px;
    background-color: #dbeafe;
    color: #2563eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}

.feature-txt {
    color: #1e293b;
    font-weight: 700;
    font-size: 15px;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .photo-title { font-size: 34px; }
    .photo-features-grid { grid-template-columns: 1fr; }
}






.pricing-section {
    padding: 40px 0;
    background-color: #ffffff;
    font-family: 'Lexend', sans-serif;
    overflow: hidden;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-main-title {
    color: #1a3a8a;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-subtitle {
    color: #64748b;
    font-style: italic;
    font-size: 16px;
}

/* --- Layout Grid cho 4 cột --- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 80px;
    align-items: center; /* Để card highlight trông nổi bật hơn */
}

/* --- Cấu trúc chung của Card --- */
.price-card {
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 30px;
    position: relative;
    border: 1.5px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Hiệu ứng mượt như lò xo */
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

/* --- Hiệu ứng Hover chung (Bay lên) --- */
.price-card:hover {
    transform: translateY(-15px);
    border-color: #2563eb;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    z-index: 20;
}

/* --- Card Đặc Biệt: Nâng Cao (Màu Navy) --- */
.price-card.highlight {
    background-color: #1a3a8a;
    color: white;
    padding: 30px 30px; /* To hơn các gói khác */
    border: none;
    box-shadow: 0 20px 50px rgba(26, 58, 138, 0.2);
}

.price-card.highlight:hover {
    background-color: #1e429f;
    /* Hiệu ứng Glow phát sáng xanh */
    box-shadow: 0 35px 70px rgba(26, 58, 138, 0.4); 
}

/* --- Nhãn "PHỔ BIẾN NHẤT" --- */
.card-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6600;
    color: white;
    padding: 7px 22px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

/* Hiệu ứng nhịp đập cho nhãn khi hover vào card */
.price-card.highlight:hover .card-tag {
    animation: pulse-orange 1.5s infinite;
}

@keyframes pulse-orange {
    0% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.1); }
    100% { transform: translateX(-50%) scale(1); }
}

/* --- Thành phần bên trong Card --- */
.pkg-badge {
    background: #eff6ff;
    color: #2563eb;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    width: fit-content;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.highlight .pkg-badge {
    background: rgba(255,255,255,0.12);
    color: #ffb700;
}

.pkg-name {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #1a3a8a;
    line-height: 1;
}

.highlight .pkg-name { color: #ffb700; }

.pkg-time {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.highlight .pkg-time { color: #cbd5e1; }

.pkg-price {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #1a3a8a;
}

.highlight .pkg-price { color: #ffffff; }

.pkg-desc {
    font-style: italic;
    font-size: 15px;
    color: #64748b;
    margin-bottom: 35px;
}

.highlight .pkg-desc { color: #94a3b8; }

/* List tính năng */
.pkg-features {
    margin-bottom: 45px;
    flex-grow: 1;
}

.feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #334155;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.highlight .feat-item { color: #e2e8f0; }

.feat-item i { color: #22c55e; font-size: 16px; }

/* Hiệu ứng Icon nảy lên khi hover card */
.price-card:hover .feat-item i {
    transform: scale(1.25);
}

/* --- Nút Bấm --- */
.pkg-btn {
    display: block;
    text-align: center;
    padding: 16px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Nút cho gói Navy & gói thường */
.price-card.normal-navy .pkg-btn {
    background: #1a3a8a;
    color: white;
}

.price-card.white .pkg-btn {
    background: white;
    color: #1a3a8a;
    border: 1.5px solid #f1f5f9;
}

/* Nút cho gói Nâng Cao (Cam) */
.price-card.highlight .pkg-btn {
    background: #ff6600;
    color: white;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3);
}

/* Hover Nút bấm */
.price-card:hover .pkg-btn {
    transform: scale(1.03);
}

.price-card.highlight:hover .pkg-btn {
    background-color: #ff751a;
    box-shadow: 0 12px 25px rgba(255, 102, 0, 0.5);
}

/* --- Khối Thông Tin Phụ Phía Dưới --- */
.pricing-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-box {
    background-color: #f8fafc;
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #f1f5f9;
}

.info-box.price-notes {
    background-color: #eff6ff; /* Xanh cực nhạt */
    border-color: #dbeafe;
}

.info-title {
    color: #1a3a8a;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 35px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.info-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ff6600;
    border-radius: 50px;
}

/* Dịch vụ khác list */
.other-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.other-item:last-child { border-bottom: none; }

.other-icon { font-size: 24px; }
.other-name { display: block; font-weight: 800; color: #1e293b; margin-bottom: 4px; font-size: 15px; }
.other-price { color: #ff6600; font-weight: 800; font-size: 16px; }
.other-price small { color: #94a3b8; font-weight: 500; font-size: 12px; margin-left: 6px; }

/* Lưu ý list */
.notes-list { list-style: none; padding: 0; }

.notes-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 18px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
}

.notes-list li::before {
    content: "✓";
    color: #2563eb;
    font-weight: 900;
    position: absolute;
    left: 0;
}

/* --- Responsive thiết bị --- */
@media (max-width: 1280px) {
    .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .price-card.highlight { padding: 30px 30px; }
}

@media (max-width: 768px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-info-grid { grid-template-columns: 1fr; }
    .pricing-main-title { font-size: 32px; }
    .info-box { padding: 30px; }
}






/* =========================================
   REVIEWS SECTION & MODAL (CLONE 100%)
========================================= */

.reviews-section {
    padding: 30px 0;
    background-color: #f8fafc;
    font-family: 'Lexend', sans-serif;
}

.reviews-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.rev-main-title {
    font-size: 42px;
    font-weight: 900;
    color: #1a3a8a;
    font-style: italic;
    margin-bottom: 15px;
}

.rev-subtitle { color: #64748b; font-size: 16px; }

.rev-google-badge {
    background: #eff6ff;
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rev-google-badge .stars { color: #fbbc05; font-size: 18px; }
.rev-google-badge .badge-txt { color: #1a3a8a; font-weight: 800; font-size: 14px; }

/* Grid 6 Cards */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.rev-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 20px 20px;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.rev-stars { color: #fbbc05; margin-bottom: 20px; font-size: 14px; }
.rev-text { color: #334155; font-size: 15px; line-height: 1.7; font-style: italic; margin-bottom: 30px; }

.rev-user { display: flex; align-items: center; gap: 15px; }
.rev-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    color: white;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 18px;
}

.rev-name { display: block; color: #1a3a8a; font-weight: 800; font-size: 15px; }
.rev-role { display: block; color: #94a3b8; font-size: 10px; font-weight: 700; margin-top: 2px; }

/* Google Slider Wrap */
.google-reviews-slider-wrap {
    background-color: #f0f7ff;
    padding: 30px 30px;
    border-radius: 40px;
}

.google-slider-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.g-icon {
    width: 48px; height: 48px;
    background: #1a3a8a;
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}

.g-txt h3 { color: #1a3a8a; font-weight: 800; font-size: 20px; }
.g-txt span { color: #64748b; font-size: 14px; }

.screenshot-box img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Button & Popup */
.btn-all-reviews {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 15px 35px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 15px;
    color: #1a3a8a;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    transition: 0.3s;
}

.btn-all-reviews:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }

/* --- MODAL CSS --- */
.modal-overlay {
    position: fixed;
    top:0; left:0; width:100%; height:100%;
    background: rgba(11, 17, 33, 0.6);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: 0.3s;
}

.modal-overlay.active { opacity: 1; pointer-events: auto; }

.modal-content {
    background: white;
    width: 90%; max-width: 650px;
    max-height: 85vh;
    border-radius: 24px;
    position: relative;
    padding: 40px;
    overflow-y: auto;
}

.modal-close {
    position: absolute; top:20px; right:20px;
    background:none; border:none; font-size:30px; cursor:pointer; color:#94a3b8;
}

.modal-score-area {
    display: flex; align-items: center; gap: 20px;
    margin: 30px 0;
}

.score-big { font-size: 56px; font-weight: 800; color: #1e293b; }
.stars-gold { color: #fbbc05; font-size: 20px; margin-bottom: 5px; }
.total-count { color: #64748b; font-size: 14px; font-weight: 600; }

.modal-filters {
    display: flex; gap: 10px; margin-bottom: 30px;
    border-bottom: 1px solid #f1f5f9; padding-bottom: 20px;
}

.modal-filters button {
    padding: 8px 16px; border-radius: 50px; border: 1px solid #e2e8f0;
    background: white; font-size: 13px; font-weight: 700; color: #475569; cursor: pointer;
}

.modal-filters button.active { background: #eff6ff; color: #2563eb; border-color: #2563eb; }

.modal-rev-item {
    display: flex; gap: 20px; margin-bottom: 35px;
}

.m-avatar {
    width: 45px; height: 44px; border-radius: 50%;
    background: #2563eb; color: white;
    display: flex; align-items: center; justify-content: center; font-weight: 800;
}

.m-name { font-weight: 800; color: #1e293b; font-size: 15px; }
.m-meta { font-size: 12px; color: #94a3b8; margin: 2px 0; }
.m-stars { color: #fbbc05; font-size: 12px; margin-bottom: 10px; }
.m-time { color: #94a3b8; font-weight: 400; margin-left: 10px; }
.m-text { color: #475569; font-size: 14px; line-height: 1.6; }
.m-link { color: #2563eb; font-weight: 800; font-size: 12px; text-decoration: none; display: block; margin-top: 10px; }

.btn-view-google {
    display: block; width: 100%; text-align: center;
    background: #2563eb; color: white; padding: 15px;
    border-radius: 12px; font-weight: 800; text-decoration: none;
}

/* Responsive */
@media (max-width: 1024px) {
    .reviews-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .reviews-grid { grid-template-columns: 1fr; }
    .rev-main-title { font-size: 30px; }
    .reviews-top { flex-direction: column; gap: 20px; }
}






/* =========================================
   FAQ SECTION (CLONE 100% IMAGE)
========================================= */

.faq-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Lexend', sans-serif;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-main-title {
    color: #1a3a8a;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.faq-title-line {
    width: 60px;
    height: 4px;
    background-color: #ff6600;
    margin: 0 auto 25px;
    border-radius: 50px;
}

.faq-subtitle {
    color: #64748b;
    font-style: italic;
    font-size: 16px;
}

/* Accordion Styling */
.faq-list {
    max-width: 900px;
    margin: 0 auto 60px;
}

.faq-item {
    margin-bottom: 12px;
    background-color: #f8fafc;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #dbeafe;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.faq-item.active {
    background-color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.05);
}

.faq-question {
    width: 100%;
    padding: 22px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.faq-question span {
    color: #1a3a8a;
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
}

.faq-question i {
    color: #2563eb;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #ff6600;
}

/* Nội dung câu trả lời */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.faq-item.active .faq-answer {
    max-height: 500px; /* Chiều cao tối đa khi mở */
    transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
}

.answer-inner {
    padding: 0 30px 25px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

/* Zalo CTA Bar Bottom */
.faq-zalo-bar {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #eff6ff;
    padding: 10px 10px 10px 30px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.zalo-left {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    color: #1a3a8a;
    font-size: 15px;
}

.check-circle-blue {
    width: 34px;
    height: 34px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zalo-pill-btn {
    background: #ff6600;
    color: white;
    padding: 14px 35px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.2);
}

.zalo-pill-btn:hover {
    background: #e65c00;
    transform: scale(1.02);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .faq-main-title { font-size: 30px; }
    .faq-question { padding: 18px 20px; }
    .faq-question span { font-size: 14px; }
    .faq-zalo-bar {
        flex-direction: column;
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }
    .zalo-left { flex-direction: column; }
}





/* =========================================
   CONTACT & MAP SECTION (CLONE 100%)
========================================= */

.contact-section {
    padding: 45px 0 60px;
    background-color: #f8fafc; /* Nền nhạt tiệp với footer của section trước */
    font-family: 'Lexend', sans-serif;
}

.contact-header {
    text-align: center;
    margin-bottom: 70px;
}

.contact-main-title {
    color: #1a3a8a;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.contact-title-line {
    width: 60px;
    height: 4px;
    background-color: #ff6600;
    margin: 0 auto 25px;
    border-radius: 50px;
}

.contact-subtitle {
    color: #64748b;
    font-style: italic;
    font-size: 16px;
}

/* Flex layout */
.contact-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
}

/* Cột thông tin */
.contact-info-col {
    flex: 1 1 400px;
}

.info-list {
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    background-color: #eff6ff;
    color: #1a3a8a; /* Đổi màu icon thành Navy cho đậm nét như mẫu */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

/* Biến màu riêng cho icon Hotline để giống mẫu */
.contact-item:nth-child(2) .contact-icon-box i {
    color: #e11d48; /* Màu đỏ đô cho icon điện thoại */
}

.contact-label {
    display: block;
    color: #1a3a8a;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 6px;
}

.contact-detail {
    display: block;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

/* Nút bấm liên hệ */
.contact-btns {
    display: flex;
    gap: 15px;
}

.c-btn {
    flex: 1;
    padding: 16px 20px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.btn-zalo {
    background-color: #ff6600;
    color: white;
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.2);
}

.btn-call {
    background-color: #1a3a8a;
    color: white;
    box-shadow: 0 10px 25px rgba(26, 58, 138, 0.2);
}

.c-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
}

/* Cột Bản đồ */
.contact-map-col {
    flex: 1 1 600px;
}

.map-wrapper {
    background: #ffffff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    overflow: hidden;
    border: 1px solid #f1f5f9;
}

.map-wrapper iframe {
    border-radius: 20px;
    display: block;
}

/* Responsive */
@media (max-width: 1024px) {
    .contact-main-title { font-size: 32px; }
}

@media (max-width: 768px) {
    .contact-btns { flex-direction: column; }
    .map-wrapper { height: 350px; }
    .map-wrapper iframe { height: 100%; }
}






/* =========================================
   FORM SECTION (CLONE 100%)
========================================= */

.form-section {
    padding: 50px 0;
    background-color: #f8fafc;
    font-family: 'Lexend', sans-serif;
}

.container-small {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.form-header { text-align: center; margin-bottom: 50px; }
.form-main-title { color: #1a3a8a; font-size: 42px; font-weight: 900; margin-bottom: 15px; }
.form-title-line { width: 60px; height: 4px; background: #ff6600; margin: 0 auto 20px; border-radius: 50px; }
.form-subtitle { color: #64748b; font-size: 15px; }

.form-container {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    border: 1px solid #e2e8f0;
}

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.form-group.full { grid-column: span 2; }

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #1a3a8a;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.form-group .req { color: #ff6600; }

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1.5px solid #edf2f7;
    background: #fcfdfe;
    font-size: 15px;
    color: #334155;
    outline: none;
    transition: 0.3s;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

/* Radio Tabs Custom */
.radio-tabs { display: flex; gap: 15px; }
.radio-item { flex: 1; cursor: pointer; }
.radio-item input { display: none; }
.radio-box {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 12px; background: #f8fafc; border-radius: 100px;
    border: 1.5px solid #edf2f7; font-size: 13px; font-weight: 700; color: #64748b; transition: 0.3s;
}
.radio-item input:checked + .radio-box {
    background: #1a3a8a; color: white; border-color: #1a3a8a;
}

/* Note Box */
.form-note-box {
    background: #fff7ed; border: 1.5px solid #ffedd5;
    padding: 15px 20px; border-radius: 12px;
    display: flex; gap: 12px; align-items: center;
    color: #9a3412; font-size: 13px; line-height: 1.5;
}

/* Captcha Mock */
.captcha-mock {
    background: #f8fafc; border: 1px solid #edf2f7;
    padding: 15px 20px; border-radius: 10px;
    display: flex; align-items: center; gap: 15px; font-weight: 600; color: #475569;
}

/* Footer */
.form-footer {
    margin-top: 40px; display: flex; justify-content: space-between; align-items: center;
}
.lock-txt { font-size: 12px; color: #94a3b8; font-weight: 500; }
.btn-submit {
    background: #ff6600; color: white; padding: 16px 35px; border-radius: 14px;
    font-weight: 800; font-size: 15px; border: none; cursor: pointer;
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.3); transition: 0.3s;
}
.btn-submit:hover { transform: translateY(-3px); background: #e65c00; }

@media (max-width: 768px) {
    .form-grid { grid-template-columns: 1fr; }
    .form-group.full { grid-column: span 1; }
    .form-footer { flex-direction: column; gap: 20px; text-align: center; }
}



/* FORM SECTION STYLES */
.form-section { padding: 50px 0; background-color: #f8fafc; font-family: 'Lexend', sans-serif; }
.container-small { max-width: 850px; margin: 0 auto; padding: 0 20px; }
.form-header { text-align: center; margin-bottom: 50px; }
.form-main-title { color: #1a3a8a; font-size: 42px; font-weight: 900; margin-bottom: 15px; }
.form-title-line { width: 60px; height: 4px; background: #ff6600; margin: 0 auto 20px; border-radius: 50px; }
.form-subtitle { color: #64748b; font-size: 15px; font-style: italic; }

.form-container { background: #ffffff; padding: 40px; border-radius: 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.04); border: 1px solid #f1f5f9; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group.full { grid-column: span 2; }
.form-group label { display: block; font-size: 11px; font-weight: 800; color: #1a3a8a; margin-bottom: 8px; letter-spacing: 0.5px; }
.form-group .req { color: #ff6600; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 20px; border-radius: 12px; border: 1.5px solid #edf2f7; background: #fcfdfe; font-size: 14px; font-family: 'Lexend'; outline: none; transition: 0.3s; }
.form-group input:focus { border-color: #2563eb; background: #fff; box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); }

/* Tabs */
.radio-tabs { display: flex; gap: 15px; }
.radio-item { flex: 1; cursor: pointer; }
.radio-item input { display: none; }
.radio-box { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px; background: #f8fafc; border-radius: 100px; border: 1.5px solid #edf2f7; font-size: 13px; font-weight: 700; color: #64748b; transition: 0.3s; }
.radio-item input:checked + .radio-box { background: #1a3a8a; color: white; border-color: #1a3a8a; }

/* Datepicker Icon */
.input-with-icon { position: relative; }
.input-with-icon i { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #94a3b8; pointer-events: none; }

/* Note & Status */
.form-note-box { background: #fff7ed; border: 1px solid #ffedd5; padding: 15px; border-radius: 12px; display: flex; gap: 10px; align-items: center; color: #9a3412; font-size: 12px; }
.form-status-msg { margin-top: 20px; padding: 15px; border-radius: 12px; font-size: 14px; font-weight: 700; display: none; text-align: center; }
.form-status-msg.success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.form-status-msg.error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

/* Submit Button */
.form-footer { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; }
.btn-submit { background: #ff6600; color: white; padding: 15px 35px; border-radius: 12px; font-weight: 800; border: none; cursor: pointer; transition: 0.3s; }
.btn-submit:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255, 102, 0, 0.3); }

/* Flatpickr Custom */
.flatpickr-calendar { border-radius: 15px !important; box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; font-family: 'Lexend' !important; }

@media (max-width: 768px) { .form-grid { grid-template-columns: 1fr; } .form-group.full { grid-column: span 1; } .form-footer { flex-direction: column; gap: 20px; } }






/* =========================================
   MODERN BLUE FOOTER (GRADIENT & WAVES)
========================================= */

.modern-footer {
    /* Sử dụng gradient xanh dương giống Hero */
    background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 50%, #2563eb 100%);
    color: #ffffff;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    font-family: 'Lexend', sans-serif;
    margin-top: -1px;
}

/* Hiệu ứng sóng đổ từ trên xuống */
.footer-wave-top {
    width: 100%;
    line-height: 0;
    transform: rotate(0);
}

.footer-main-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 1fr 1.4fr;
    gap: 50px;
    padding: 30px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logo & Brand */
.ft-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.ft-logo-circle {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #2563eb;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.ft-logo-text h3 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 5px;
}

.ft-logo-text span {
    font-size: 10px;
    font-weight: 600;
    color: #ffb700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ft-brand-info {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

/* Social Pills */
.ft-social-pills { display: flex; gap: 12px; }
.pill-social {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pill-social:hover {
    background: #ffffff;
    color: #2563eb;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Navigation Links */
.ft-heading {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 35px;
    position: relative;
}

.ft-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ffb700;
    border-radius: 10px;
}

.ft-nav-links { list-style: none; padding: 0; }
.ft-nav-links li { margin-bottom: 15px; }
.ft-nav-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14.5px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ft-nav-links a i { font-size: 10px; opacity: 0.5; }
.ft-nav-links a:hover { color: #ffffff; transform: translateX(5px); }

/* Contact Items */
.ft-contact-card {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.ft-c-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.ft-c-item:last-child { margin-bottom: 0; }

.c-icon {
    width: 38px; height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #ffb700; font-size: 16px;
}

.c-text { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.9); }

/* Glass Disclaimer Box */
.glass-disclaimer {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 25px;
}

.dis-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #ffb700;
}
.dis-head h5 { font-size: 14px; font-weight: 800; letter-spacing: 0.5px; }
.glass-disclaimer p {
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    text-align: justify;
}

/* Bottom Bar */
.footer-bottom-bar {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-bar p { font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 500; }

.ft-bottom-links { display: flex; align-items: center; gap: 15px; }
.ft-bottom-links a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 12px; }
.ft-bottom-links .sep { color: rgba(255,255,255,0.1); }
.ft-bottom-links a:hover { color: #ffffff; }

/* Responsive Optimized */
@media (max-width: 1200px) {
    .footer-main-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    .footer-main-grid { grid-template-columns: 1fr; gap: 40px; padding: 40px 0; }
    .footer-bottom-bar { flex-direction: column; text-align: center; }
    .ft-heading { margin-bottom: 25px; }
    .ft-logo-text h3 { font-size: 24px; }
}






/* =========================================
   NEW STICKY CONTACT V2 (EXACT CLONE)
========================================= */

.sticky-v2-box {
    position: fixed;
    bottom: 40px;
    left: 20px; /* Nằm sát bên trái như yêu cầu */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 35px; /* Khoảng cách giữa 2 nút */
}

.v2-item {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Khối icon chính ở giữa */
.v2-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

/* Màu và Icon cho Zalo */
.item-zalo .v2-icon {
    background-color: #2e89ff;
}
.item-zalo .v2-icon img {
    width: 32px; /* Tăng cỡ logo zalo cho rõ */
    height: 32px;
    /* Hiệu ứng lắc icon bên trong */
    animation: v2IconShake 2s infinite ease-in-out;
}

/* Màu và Icon cho Call */
.item-phone .v2-icon {
    background-color: #f9631b;
}
.item-phone .v2-icon i {
    color: #fff;
    font-size: 22px;
    /* Hiệu ứng lắc icon bên trong */
    animation: v2IconShake 2s infinite ease-in-out;
}

/* --- HIỆU ỨNG TỎA NỀN (RIPPLE) --- */
.v2-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    animation: v2RippleAnim 2.5s infinite linear;
}

/* Màu sóng Zalo (Xanh lơ nhạt) */
.item-zalo .v2-ripple {
    background-color: rgba(46, 137, 255, 0.4);
}

/* Màu sóng Call (Cam nhạt) */
.item-phone .v2-ripple {
    background-color: rgba(249, 99, 27, 0.4);
}

.v2-ripple:nth-child(2) {
    animation-delay: 1.2s;
}

/* --- ĐỊNH NGHĨA ANIMATIONS --- */

/* Lắc icon nhẹ nhàng, ngắt quãng chuyên nghiệp */
@keyframes v2IconShake {
    0%, 70%, 100% { transform: rotate(0); }
    75% { transform: rotate(-15deg); }
    80% { transform: rotate(15deg); }
    85% { transform: rotate(-15deg); }
    90% { transform: rotate(15deg); }
    95% { transform: rotate(0); }
}

/* Sóng tỏa êm ái, mờ dần ra xa */
@keyframes v2RippleAnim {
    0% {
        width: 50px;
        height: 50px;
        opacity: 0.6;
    }
    100% {
        width: 110px;
        height: 110px;
        opacity: 0;
    }
}

/* --- TỐI ƯU PC HOVER --- */
.v2-item:hover .v2-icon {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* --- TỐI ƯU MOBILE --- */
@media (max-width: 767px) {
    /* Nếu bạn muốn hiện cả 2 (nút sticky này và thanh bottom bar) 
       thì bỏ dòng display:none ở dưới đi. 
       Còn nếu chỉ muốn hiện thanh bottom bar thì giữ nguyên */
    .sticky-v2-box {
        left: 15px;
        bottom: 85px; /* Đẩy lên cao hơn thanh bottom bar để không bị che */
        gap: 25px;
    }
    .v2-item, .v2-icon {
        width: 45px;
        height: 45px;
    }
    .item-zalo .v2-icon img { width: 28px; height: 28px; }
    .item-phone .v2-icon i { font-size: 18px; }
}








/* =========================================
   MOBILE BOTTOM NAVIGATION BAR
========================================= */

/* Mặc định ẩn trên PC và Tablet lớn */
.mobile-bottom-bar {
    display: none;
}

@media (max-width: 767px) {
    /* Ẩn 2 nút tròn rung lắc cũ trên Mobile để tránh đè nhau */
    .sticky-contact-box {
        display: none !important;
    }

    .mobile-bottom-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
        z-index: 9999;
        padding: 10px 0;
        justify-content: space-around;
        align-items: center;
        border-top: 1px solid #f1f5f9;
        font-family: 'Lexend', sans-serif;
    }

    .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        gap: 6px;
        flex: 1;
    }

    .nav-icon-circle {
        width: 42px;
        height: 42px;
        background-color: #f1f5f9; /* Màu vòng tròn xám nhạt giống mẫu */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: all 0.3s ease;
    }

    /* Màu icon Phone (Navy giống mẫu) */
    .nav-item:nth-child(1) .nav-icon-circle i {
        color: #1a3a8a;
    }

    .nav-icon-circle img {
        width: 24px;
        height: 24px;
    }

    .nav-item span {
        font-size: 11px;
        font-weight: 700;
        color: #475569; /* Màu chữ xám xanh */
        white-space: nowrap;
    }

    /* Hiệu ứng khi chạm tay vào */
    .nav-item:active .nav-icon-circle {
        background-color: #e2e8f0;
        transform: scale(0.9);
    }

    /* Đẩy phần nội dung trang lên một chút để không bị thanh bar che mất chân trang */
    body {
        padding-bottom: 70px;
    }
}