:root {
    --primary: #ff4d4d;
    --dark: #0a0a16;
    --darker: #05050a;
    --text-gray: #b0b0b0;
    --white: #ffffff;
    --success: #2ecc71;
    --bg-light: #f8f9fa;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'SVN-Gilroy', sans-serif; }
html { scroll-behavior: smooth; }
body { background-color: var(--white); color: var(--dark); line-height: 1.6; overflow-x: hidden; }
.container {
    width: 98.38%;
    max-width: 1190px;
    margin: 0 auto;
    position: relative;
}.btn-fire { background: linear-gradient(130deg, #f5e3a9 20%, #b89857 60%, #f6e3a9 80%);
    color: #121640; box-shadow: 0 0px 0px 3px rgb(249 217 138 / 34%); }
.btn-fire:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(255, 77, 77, 0.5); }
a.btn.btn-fire.setup {
    box-shadow: 0px 0px 0px 8px #ea494814;
}
.btn {
    display: inline-block;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 16px;
}.nav-links a.btn.btn-fire {
    color: #121640;
    font-size: 21px;
    font-weight: 690;
    padding: 0px 16px;
    height: 39px;
    border-radius: 39px;
    line-height: 45px;
    box-shadow: 0px 0px 0px 5px #e5d09436;
}
/* --- HEADER --- */
header {
    padding: 15px 0;
    top: 0;
    margin: 0 auto;
    z-index: 1000;
    width: 100%;
    margin-top: 0px;
    transition: all 0.4s ease;
    position: absolute;
}
.btn.technologi {
    box-shadow: 0px 0px 0px 3px #ffffff5c !important;
    border: 1px solid #ffffff59 !important;
    background: #16141b !important;
}
.fire_hero a.btn.btn-fire, .fire_hero a.btn {
    padding: 0px 20px;
    height: 55px;
    font-size: 20px;
    border-radius: 39px;
    line-height: 58px;
    border: 1px solid #ff7a75;
    box-shadow: 0px 0px 0px 5px #ea49475c;
}.price-grid .price-card {
    padding: 0px;
}.price-card.featured {
    border: 2px solid rgb(238 124 51);
    transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    z-index: 2;
    border-radius: 25px;
    background: #0a0a11;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.3s, opacity 0.6s cubic-bezier(0.5, 0, 0, 1) 0.2s, transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0.2s;
}/* Khung Popup */
.el-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 10000;
    display: none; /* Mặc định ẩn */
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.el-modal-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border-radius: 25px;
    background: url(/vn/images/ic/overview-bg.webp) no-repeat center center, linear-gradient(0deg, #5e451a 0%, #bf9e5e 100%);
    background-size: cover, 100%;max-width: 900px;
}
.el-modal-close {
    position: absolute;
    font-size: 62px;
    color: #ffffff;
    margin-top: -380px;
    cursor: pointer;
    margin-left: 824px;
    font-weight: 300;
    line-height: 19px;
}
.nav-links a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    text-decoration: none;
}
nav {
    margin-left: auto;
        margin-top: 5px;
}
.nav-links {
    display: flex;
    list-style: none;
    gap: 38px;
    align-items: center;
}
.nav-links a:hover { color: #f6e3a9; }

/* --- SECTIONS --- */
section { padding: 20px 0px; }
.section-title {
       font-size: 48px;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(130deg, #5e451a 20%, #f6e1b9 60%, #bf9e5e 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 2 !important;
}p.we-sell-m {
    font-size: 18px;
    color: #141640;
    line-height: 38px;
}.btn-fire {
    position: relative;
    z-index: 999; /* Đảm bảo con số này lớn hơn video và các div khác */
}/* Overlay & Background */
.el-brand-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}.el-tag {
    background: #fff1f0;
    color: #ff4d4f;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 50px;
    margin-left: -9px;
}.el-title {
    font-size: 22px;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0;
    line-height: 30px;
}.el-highlight {
    color: #e74c3c;
}.el-subtitle {
    font-size: 16px;
    text-align: justify;
    color: #ea4a46;
    width: 86%;
    font-weight: 600;
    margin: 0px 0 8px;
}.contact-commit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 0 20px 0;
}

.commit-item {
    background: #1a1a1f;
    border: 1px solid #333;
    border-radius: 16px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.commit-item i {
    background: linear-gradient(90deg, #ff4d4d, #ff8000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-bottom: 6px;
}

/* Tiêu đề chính của ô */
.commit-title {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

/* Dòng mô tả ngắn mới thêm */
.commit-desc {
    color: #888;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
}

.commit-item:active {
    background: #222;
    border-color: #ff4d4d;
}.contact-commit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 0 20px 0;
}

.commit-item {
    background: #1a1a1f;
    border: 1px solid #333;
    border-radius: 16px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.commit-item i {
    background: linear-gradient(90deg, #ff4d4d, #ff8000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-bottom: 6px;
}

/* Tiêu đề chính của ô */
.commit-title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

/* Dòng mô tả ngắn mới thêm */
.commit-desc {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.commit-item:active {
    background: #222;
    border-color: #ff4d4d;
}.el-input-group {
    margin-bottom: 15px;
}.el-input-group input, .el-input-group textarea {
    width: 100%;
    padding: 5px 12px 0px 12px;
    border: 1px solid #ea4a466b;
    border-radius: 12px;
    background: #f8f9fa;
    font-size: 16px;
    outline: none;
    height: 43px;
    line-height: 45px;
    transition: 0.3s;
}input#el_phone {
    font-weight: 600;
    font-size: 20px;
    color: #111540;
    letter-spacing: 2.5px;
}.el-error {
    color: #ff4d4f;
    font-size: 11px;
    display: none;
    margin-top: 4px;
}.el-input-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #636363;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 10px;
}.el-input-group textarea {
    height: 80px;
    line-height: 20px;
    padding-top: 6px;
}
.service-card p {
    font-size: 15.5px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}.solutin_fin i {
    font-style: normal;
    font-size: 50px;
    font-weight: 600;
    color: #efd9af;
}
.results-slider-m {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}h4.utilities-slide-title {
    position: relative;
    background: linear-gradient(0deg, #131640, transparent);
    width: 100%;
    text-align: center;
    height: 39px;
    line-height: 39px;
    margin-top: -50px;
    color: #f1dbb1;
    letter-spacing: 0.5px;
}.logo img {
    height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -10px;
}.section-title.video_intro {
    text-align: center;
    font-size: 25px;
    margin-bottom: 38px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
/* 1. HERO */
.hero { background: var(--darker); color: white; text-align: center; padding: 120px 0; }
.hero h1 {
font-size: 48px;
    font-weight: 900;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(130deg, #cbaf7d 20%, #f6e1b9 60%, #bf9e5e 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 2 !important;
    text-align: center;
    margin-top: 10px;
}.hero p {
    font-size: 20px;
    color: #ffffffc2;
    font-weight: 300;
    line-height: 39px;
    text-align: justify;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 39px;
}.pain-box p i {
    color: #56a847;
}
/* 2. PAIN POINTS */
.pain-box { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pain-card { background: #fff1f1; padding: 20px; border-radius: 20px; border-left: 6px solid var(--primary); }
.pain-card h3 { color: #d63031; margin-bottom: 15px; font-size: 22px; }

/* 3. SOLUTION & VIDEO */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 30px; box-shadow: 0 25px 50px rgba(0,0,0,0.2); margin-top: 20px; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* 4. CONTRAST */
.contrast-table { width: 100%; border-collapse: collapse; margin-top: 40px; border-radius: 20px; overflow: hidden; }
.contrast-table th { background: var(--dark); color: white; padding: 25px; text-align: left; }
.contrast-table td { padding: 20px; border-bottom: 1px solid #eee; background: white; }
.check { color: var(--success); font-weight: bold; } .x { color: var(--primary); font-weight: bold; }

/* 5. PRICING */
.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: start;
}.benefit h2 i {
    font-style: normal;
    font-size: 30px;
    position: absolute;
}
.price-card { padding: 50px 30px; border: 1px solid #eee; border-radius: 20px; text-align: center; transition: 0.4s; }
.price-card .cost { font-size: 42px; font-weight: 900; margin: 20px 0; color: var(--primary); }
.price-card ul { list-style: none; text-align: left; }
.price-card li {
    margin-bottom: 15px;
    line-height: 32px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
}.price_pppp {
    text-align: left;
    color: #fff;
}.price_pppp span i {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
}
.price-card.first {
    background: #212128;
    border: 0px;
    color: #fff;
    border-radius: 25px;
}.price-card.pre {
    background: #212128;
    color: #fff;
    border-radius: 25px;
}
/* 6. FORM */
.el-input-group input::placeholder, .el-input-group textarea::placeholder {
    font-size: 15px;
}.el-submit-btn {
    height: 42px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff4d4d, #ff8000);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 0px 0px 3px rgba(255, 77, 77, 0.3);
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    line-height: 40px;
    padding-top: 3px;
}
.contact-flex { display: flex; gap: 50px; background: var(--dark); color: white; padding: 60px; border-radius: 30px; }
.contact-info {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
}
.contact-form { flex: 1; background: white; padding: 40px; border-radius: 20px; color: var(--dark); }
.form-group { margin-bottom: 15px; }
.form-group input, .form-group select {
    width: 100%;
    padding: 0px 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    height: 50px;
}.form-group label {
    margin-left: 10px;
    font-size: 13.8px;
    line-height: 30px;
}.price-card-mobile.first a.btn-price-mobile {
    font-size: 16px;
}.price-card-mobile.pre a.btn-price-mobile {
    font-size: 15px;
    background: #ea4a46;
    color: #ffffff;
    border: none;
}
.form-group textarea {
    font-size: 16px;
    width: 100%;
    border-radius: 12px;border: 1px solid #ea4a466b;
    padding: 15px;
}
.price-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}
.badge-premium {
    background: #000;
    color: #d4af37; /* Màu vàng Gold */
    font-size: 12px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: -30px;
    transform: rotate(45deg);
    width: 120px;
    text-align: center;
}
.setup-fee {
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    margin-bottom: 10px;
}
.price-card h3 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
}p.park_for {
    text-align: left;
    text-transform: uppercase;
    font-size: 13.8px !important;
    font-weight: 300;
    width: 80%;
}.send_info_start a.btn-fire {
    color: #fff !important; }
/* --- LUXURY THEME ADD-ON --- */
.hero h1 {
    font-weight: 900;
    text-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.price-card.featured .btn-fire {
    transition: all 0.5s ease;
    background: linear-gradient(90deg, #ff4d4d, #ff8000) !important;
    box-shadow: 0px 0px 0px 5px #ea494887 !important;
    color: #fff !important;
}

.price-card.featured .btn-fire {
    transition: all 0.5s ease;
}


.setup-fee {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hiệu ứng mượt mà cho form */
input, select {
    border: 1px solid #f4d399 !important;
    background: #fdfdfd;
    transition: 0.3s;
}

input:focus {
    border-color: var(--primary) !important;
    outline: none;
    box-shadow: 0 0 10px rgba(255, 77, 77, 0.1);
}

details summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.loss-box {
    background: #fff5f5;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    border: 2px dashed #ff4d4d;
    margin: 40px 0;
}.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 25px;
    margin-top: 25px;
}
.service-card {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid #f0f0f0;
    position: relative;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: var(--primary);
}
.service-card i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
}
.service-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--dark);
}.community-section {
    padding: 100px 0;
    background: linear-gradient(rgba(10, 10, 22, 0.9), rgba(10, 10, 22, 0.9)), url('path-to-your-meetup-image.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.event-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}
.event-card h4 {
    color: #d4af37;
    margin-bottom: 10px;
}
footer {
    background: #111540;
    color: white;
    padding: 80px 0 30px;
}.footer-col.entrylappp {
    width: 370px;
}.footer-col.solution {
    width: 166px;
    margin-left: 30px;
}.footer-col.contact {
    width: 338px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: left;
}.footer-col.pilyci {
    width: 150px;
}
.footer-col h4 {
    color: #fada86;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}.submit_btn_popup {    text-align: center;}
.footer-col p {
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 390;
    margin-bottom: 15px;
}
.footer-col ul {
    list-style: none;
}
.footer-col ul li {
    margin-bottom: 12px;
}
.footer-col ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px !important;
    transition: 0.3s;
}p.name_saas {
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 46px;
    padding-top: 5px;
    font-weight: 800;
    margin-left: 5px;
    margin-top: 45px;
    width: 100%;
    text-align: center;
    background: linear-gradient(130deg, #cbaf7d 20%, #f6e1b9 60%, #bf9e5e 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-col ul li a:hover {
    opacity: 1;
    color: var(--primary);
    padding-left: 5px;
}
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.social-links a {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    transition: 0.3s;
}
.social-links a:hover {
    background: var(--primary);
}
.footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #222;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.4;
}

.fixed-contact {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 999;
}.service-item-top p i {
    color: #fef3dc;
    font-size: 16px;
    line-height: 25px;margin-bottom: 0px;
}
.fixed-contact a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 39px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: 0.3s;
}
.zalo-btn { background: #0068ff; animation: pulse_zalo 2s infinite;}
.phone-btn { 
    background: #2ecc71; 
    animation: pulse 2s infinite; 
}

@keyframes pulse {
    0% { 
        transform: scale(1); 
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); 
    }
    70% { 
        transform: scale(1.1); 
        box-shadow: 0 0 0 15px rgba(46, 204, 113, 0); 
    }
    100% { 
        transform: scale(1); 
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); 
    }
}
@keyframes pulse_zalo {
    0% { 
        transform: scale(1); 
        box-shadow: 0 0 0 0 rgba(0, 104, 255, 0.7); 
    }
    70% { 
        transform: scale(1.1); 
        box-shadow: 0 0 0 15px rgba(0, 104, 255, 0); 
    }
    100% { 
        transform: scale(1); 
        box-shadow: 0 0 0 0 rgba(0, 104, 255, 0); 
    }
}
.hero {
    position: relative;
    height: 100vh; /* Full màn hình */
    align-items: center;
    overflow: hidden;
    background: #05050a; /* Fallback color */
}
.section-title.traking {
    width: 80%;
    margin-bottom: 32px;
    font-size: 33px;
    margin-left: 10%;
}
.Entrylap_final {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
    width: 100%;
    line-height: 39px;
    padding: 0px;
}
.fire_hero {
    display: flex;
    gap: 20px;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 0px 8px;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-bg video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* Giúp video luôn lấp đầy khung hình không bị méo */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(18 17 22 / 54%) 0%, #141640 100%);
    z-index: 1;
}
.pain-card {
    background: rgb(255, 255, 255);
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(240, 240, 240) rgb(231, 76, 60);
    border-image: initial;
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: all, opacity 0.6s cubic-bezier(0.5, 0, 0, 1) 0.2s, transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0.2s;
}.pain-card p {
    font-size: 15px;
    text-align: justify;
    float: right;
    line-height: 26px;
    width: 468px;
}
.price-card { transition: all 0.3s ease; border-radius: 20px; overflow: hidden; position: relative; }
.price-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.step-flow {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 20px;
    background: #0a0a11;
    border-radius: 20px;
}.step-item { text-align: center; flex: 1; font-size: 12px; font-weight: bold; color: #cccccc; }
.step-item i { display: block; font-size: 20px; color: #ea4a46; margin-bottom: 5px; }
@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}input#phone_number::placeholder {
    font-size: 16px;letter-spacing: 0px;
    font-weight: 500;
}
input#phone_number {
        width: 100%;
    font-size: 22px;
    color: rgb(234, 76, 66);
    font-weight: 800;
    letter-spacing: 2px;
}input#phone_number::placeholder {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}
/* Khi ở chế độ Modal */
.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Làm tối nền */
    backdrop-filter: blur(8px);    /* Làm mờ nền chuẩn Entrylap */
    display: none;                 /* Mặc định ẩn */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    width: 95%;
    max-width: 920px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    animation: slideUp 0.3s ease-out;
}

.close-modal {
    position: absolute;
    top: -8px;
    right: 10px;
    font-size: 35px;
    color: #c0a9a3;
    cursor: pointer;
    font-weight: 300;
}

@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}.service-grid.top_carrd .service-card {
    padding: 20px;
}/* Container chính */
.main-services-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Từng box dịch vụ */
.service-item-top {
    background: url(/vn/images/ic/overview-bg.webp) no-repeat center center, linear-gradient(0deg, #5e451a 0%, #bf9e5e 100%);
    background-size: cover, 100%;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    border-top: 1px solid #fada86 !important;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

/* Icon */
.service-item-top i {
    color: #fef3dc;
    font-size: 30px;
    margin-bottom: 15px;
}

/* Tiêu đề */
.service-item-top h4 {
    font-size: 19px;
    font-weight: 700;
    color: #fff3dc;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2 !important;
}

/* Mô tả ngắn */
.service-item-top p {
    color: #ffffffd6;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    text-align: justify;
}

/* Hiệu ứng hover cho PC */
.service-item-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(231, 76, 60, 0.1);
}
.video-container video {
    width: 100%;
}.web-footer-m {
    margin-top: 18px;
    text-align: center;
    margin-bottom: 20px;
}.divider-m {
    width: 40px;
    height: 3px;
    background: #eee;
    margin: 0 auto 15px;
}.web-footer-m p {
    font-style: italic;
    color: #999;
    font-size: 16.8px;
    font-weight: 390;
}.image-gallery-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.image-item {
    flex: 1; /* Chia đều không gian cho 3 ảnh */
    overflow: hidden;
    border-radius: 16px; /* Bo góc nhẹ cho hiện đại */
    display: flex;
}

.image-item img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Giữ tỉ lệ ảnh không bị méo */
    transition: transform 0.3s ease; /* Hiệu ứng khi di chuột vào */
}

.image-item img:hover {
    transform: scale(1.05); /* Phóng to nhẹ khi hover */
}




.name_company small {
    font-size: 15px;
}
/* --- CSS CHO BẢN PC --- */
.ep-community-commitment {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px;
    background: #0d0d12;
    border-radius: 20px;
    color: #fff;
    box-sizing: border-box;
}

.ep-commitment-flex {
    display: flex;
    align-items: center; /* Căn giữa theo chiều dọc trên PC */
    gap: 30px;
}

.ep-commitment-content {
    flex: 1;
}

.ep-commitment-title {
    color: #ea4a46;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 800;
}

.ep-commitment-desc {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

.ep-highlight {
    color: #ea4a46;
    font-weight: 700;
}

.ep-commitment-badge {
    background: rgba(255, 255, 255, 0.07);
    padding: 20px 25px;
    border-radius: 15px;
    border: 1px dashed #ea4a46;
    text-align: center;
    min-width: 250px;
}

.ep-badge-label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.7;
}

.ep-badge-count {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    display: block;
}

.ep-btn-custom {
    height: 42px !important;
    padding: 0 20px !important;
    width: 100% !important;
    line-height: 42px !important;
    font-size: 16px !important;
    margin-top: 15px !important;
    display: inline-block !important;
}
.ep-fashion-section {
    padding: 80px 20px !important;
    background-color: #f8f9fb !important;
    font-family: 'Inter', sans-serif !important;
    display: block !important;
}

.ep-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.ep-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.ep-badge {
    display: inline-block !important;
    background: linear-gradient(90deg, #ff4d4d, #ff8000) !important;
    padding: 6px 16px 3px 16px !important;
    border-radius: 50px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
}

.ep-main-title {
    font-size: clamp(26px, 4vw, 36px) !important;
    font-weight: 900 !important;
    color: #0d0d12 !important;
    margin: 10px 0 !important;
    line-height: 1.2 !important;
}

.ep-description {
    font-size: 16px !important;
    color: #555 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

.ep-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 40px !important;
}

.ep-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 30px !important;
    border: 1px solid #f0f0f0 !important;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: flex !important;
    flex-direction: column !important;
}

.ep-card:hover {
    transform: translateY(-10px) !important;
    border-color: #ea4a46 !important;
}

.ep-icon-header {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.ep-icon-box {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
}

/* Các màu chủ đạo cho Card */
.ep-bg-red { background: linear-gradient(135deg, #ff6b6b, #ea4a46) !important; }
.ep-bg-blue { background: linear-gradient(135deg, #4facfe, #007bff) !important; }
.ep-bg-gold { background: linear-gradient(135deg, #f6d365, #d4af37) !important; }
.ep-bg-purple { background: linear-gradient(135deg, #a18cd1, #8e44ad) !important; }
.ep-bg-green { background: linear-gradient(135deg, #84fab0, #28a745) !important; }
.ep-bg-orange { background: linear-gradient(135deg, #ff9a9e, #f39c12) !important; }

.ep-icon-header h3 {
    margin: 0 !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #0a0a12 !important;
}

.ep-problem label, .ep-solution label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    margin-bottom: 6px !important;
}

.ep-problem label { color: #ea4a46 !important; }
.ep-solution label { color: #28a745 !important; }

.ep-problem p {
    font-size: 15px !important;
    color: #666 !important;
    margin: 0 0 15px 0 !important;
    text-align: justify;
    line-height: 26px;
    padding-left: 12px !important;
    border-left: 2px solid #f0f0f0 !important;
}

.ep-solution p {
    font-size: 15px !important;
    color: #222 !important;
    margin: 0 !important;text-align: justify;
     line-height: 26px;
}

.ep-solution strong { color: #28a745 !important; }

.ep-conclusion {
    margin-top: 60px !important;
    background: #0d0d12 !important;
    border-radius: 30px !important;
    padding: 50px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #fff !important;
    gap: 30px !important;
}

.ep-conclusion-text h4 {
    color: #ea4a46 !important;
    margin: 0 0 10px 0 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}

.ep-conclusion-text p {
    font-size: 16px !important;
    opacity: 0.8 !important;
    margin: 0 !important;
}

.ep-cta {
    background: #fff !important;
    color: #0a0a12 !important;
    padding: 18px 35px !important;
    border-radius: 15px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: 0.3s !important;
    white-space: nowrap !important;
}

.ep-cta:hover {
    background: #ea4a46 !important;
    color: #fff !important;
    transform: scale(1.05) !important;
}
.pain-card:hover {
    border-color: #ea4a46 !important;
    transform: scale(1.05) !important;
}
@media (max-width: 992px) {
    .ep-conclusion { flex-direction: column !important; text-align: center !important; padding: 40px !important; margin-top: 20px !important;}
    .ep-cta { width: 100% !important; text-align: center !important; }
    .ep-grid { grid-template-columns: 1fr !important; }
}
.price-card:hover{
    transform: scale(1.05) !important;
}















/* --- CSS CHO TABLET (768px - 1024px) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Cấu trúc chung */
    .container {
        width: 96%;
        max-width: 100%;padding: 0px !important;
    }

section#process {
    padding: 39px 0px 99px 0px !important;
}.process-grid {
    gap: 15px !important;
}.send_info_start {
    margin-top: 36px !important;
}.send_info_start a.btn-fire {
    font-size: 20px !important;
}section#contact {
    padding: 39px 0px !important;
    background: none !important;
}.loss-wrapper {
    margin-top: -80px !important;
}
    /* Hero Section */
    .hero h1 {
        width: 95%;
        font-size: 30px;
        line-height: 1.3;
        margin-left: 2.5%;
        text-align: center;
        letter-spacing: 0px !important;
    }p.name_saas {
    text-align: center !important;
}.sol-card {
    padding: 20px !important;
}.suc_entry {
    margin-top: 20px !important;
}section#data-loss-calculator {
    background: none !important;
    padding: 25px 0px !important;
}

.elp-subtitle {
        margin-left: 6% !important;
        width: 88% !important;
}.elp-services-wrapper {
    width: 96% !important;
}
    .elp-services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    } 
.elp-services-grid > *:last-child {
    grid-column: 1 / -1 !important;
}
.elp-services-grid > *:last-child .solutin_fin {
    position: relative !important;
    margin-top: 0px !important;
    z-index: 1;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
}

    .news-section-wrapper {
    padding: 0px !important;
            width: 96%;
}
.ep-news-grid {
    gap: 16px !important;
}

    .hero p {
                max-width: 100%;
        text-align: justify;
    }

    .fire_hero {
        justify-content: center;
    }

    /* Grid hệ thống dịch vụ (Chuyển từ 4 cột -> 2 cột) */
    .main-services-top, 
    .service-grid,
    .ep-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    /* Pain Points (Chuyển từ 2 cột -> 1 cột nếu nội dung dài) */
    .pain-box {
        grid-template-columns: repeat(2, 1fr);
    }
.name_company {
    text-align: justify;
}
    .pain-card p {
        width: 100%;
        float: none;padding-left: 75px;
    }
    header {
    padding: 15px 2%;
    top: 0;
    z-index: 1000;
    width: 100%;
    margin-top: 0px;
    transition: all 0.4s ease;
    position: absolute;
}


.hero {
    height: 120vh;
}.top_hero_bg img {
    min-height: 120vh !important;
}

.service-item-top {

    border-radius: 20px;
    padding: 20px;
}

    /* Pricing (Bảng giá) */
    .price-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    section#pricing {
    background: #fff !important;
}
    .price-card.featured {
        grid-column: span 2; /* Gói nổi bật chiếm toàn chiều ngang để nhấn mạnh */
        transform: none;
        margin-top: 20px;
    }

    /* Contact & Form */
.contact-flex {
    padding: 25px !important;
    box-shadow: 0px 0px 0px 0px !important;
    border-radius: 25px !important;
    gap: 15px !important;
    width: 96%;
    margin-left: 2%;
    margin-top: 2%;
}
p.we-are {
    font-size: 16px !important;
}
    .contact-info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0px;
    }
.contact-commit-grid {
    padding-bottom: 0px;
    padding: 10px 20px 20px 0px;
}section#contact {
    padding: 0px !important;
}footer {
    background: var(--darker);
    color: white;
    padding: 80px 20px 30px;
    border-top: 1px solid #333;
    width: 96%;
    margin-left: 2%;
    border-radius: 20px;
    margin-bottom: 2%;
}.footer-col.solution {
    display: none !important;
}.footer-col.pilyci {
    display: none !important;
}
    .contact-form {
        width: 100%;padding: 20px !important;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .footer-col.entrylappp,
    .footer-col.solution,
    .footer-col.contact,
    .footer-col.pilyci {
        width: 100%;
    }

    /* Community Commitment */
    .ep-commitment-flex {
        flex-direction: column;
        text-align: center;
    }

    .ep-commitment-badge {
        width: 100%;
        min-width: unset;
    }

    /* Điều chỉnh Image Gallery */
    .image-gallery-container {
        flex-wrap: wrap;
    }

    .image-item {
        flex: 1 1 calc(50% - 15px); /* 2 ảnh trên 1 hàng */
    }

    /* Header & Nav */
    .nav-links {
        gap: 15px;
    }
.nav-links li:last-child {
    display: block;
}.header_content {
    width: 100% !important;
}section.hero-pc {
    width: 96% !important;
}
.hero-pc-container {
display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding: 10px 0 22px 0;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 999;
}.hero-images_ct {
        flex: 0 0 56%;
        scroll-snap-align: center;
        border-radius: 25px;
        border: 1px solid rgb(255 251 244 / 9%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
}

    .nav-links a {
        font-size: 13px;
    }

    /* Typography */
    .section-title {
        font-size: 28px;width: 75%;
        margin-left: 12.5%;
    }
}/* --- CSS CHO BẢN PC (Mặc định) --- */
.ep-community-commitment.section-comm-v2 {
    padding: 30px;
    background: #0d0d12;
    border-radius: 24px;
    border-top: 5px solid #ea4a46; /* Đổi từ border-left sang border-top theo code HTML mới của bạn */
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0px auto;
    line-height: 58px !important;

}
p.solution {
    width: 75%;
    margin-left: 12.5%;
    margin-top: 5px !important;
}
.ep-comm-flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.ep-comm-content {
    flex: 1;
    min-width: 280px;
}

.ep-comm-title {
    color: #ea4a46;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 800;
}

.ep-comm-text {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

.ep-comm-highlight {
    color: #ea4a46;
    font-weight: 700;
}

.ep-comm-badge-box {
    background: #ffffff12;
    padding: 15px 25px;
    border-radius: 15px;
    border: 1px dashed #ea4a46;
    text-align: center;
    flex-shrink: 0;
}

.ep-badge-label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.7;
}

.ep-badge-count {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}

.ep-comm-btn {
    height: 39px !important;
    padding: 0px !important;
    width: 100% !important;
    line-height: 42px !important;
    font-size: 18px !important;
    margin-top: 10px !important;
    display: block !important;
}

/* --- CSS CHO TABLET (768px - 1024px) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .ep-community-commitment.section-comm-v2 {
        width: 95%; /* Thu nhỏ chiều rộng so với container */
        padding: 25px;
        margin: 20px auto 0px auto;
    }

p.we_sell {
    width: 80%;
    margin-left: 10%;
}section#why-us {
    padding: 20px 0 !important;
}h2.section-title.final {
    width: 100%;
    margin-left: 0px;
    font-size: 30px !important;
    margin-top: 15px;
}p.ep-description {
    font-size: 15px !important;
}.ep-main-title {
    font-size: 26px;
}.ep-fashion-section {
    padding: 30px 0px !important;
    background-color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    display: block !important;
    width: 96%;
    margin-left: 2%;
}
    .ep-comm-flex {
        flex-direction: column; /* Chuyển sang hàng dọc trên tablet */
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .ep-comm-content {
        min-width: 100%;
    }

    .ep-comm-title {
        font-size: 24px; /* Tăng nhẹ kích thước tiêu đề để dễ đọc */
    }

    .ep-comm-text {
        font-size: 16px;
        text-align: justify; /* Căn đều chữ cho đẹp trên iPad */
    }

    .ep-comm-badge-box {
        width: 100%; /* Badge box giãn rộng hết cỡ */
        max-width: 450px; /* Nhưng không quá to */
        padding: 20px;
    }

    .ep-badge-count {
        font-size: 22px;
    }
}







/* Container chính tràn màn hình */
.elp-services-wrapper {
    width: 100%;
    max-width: 1200px !important;
    color: #222;
    margin: 0 auto;
    box-sizing: border-box;
}

.elp-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
}

.elp-highlight {
    color: #e74c3c; /* Màu đỏ chủ đạo Entrylap */
}

/* Grid layout tràn 100% PC */
.elp-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Chia 3 cột đều nhau trên PC */
    gap: 30px;
    width: 100%;
}

.elp-service-card {
    border: 1px solid #ffe1e1ad;
    border-radius: 25px;
    padding: 20px 20px 5px 20px;
    display: flex;
    border-top: 4px solid #e74c3c;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

/* Hiệu ứng nổi bật cho gói Performance */
.elp-service-card.elp-featured {
    border: 1px solid #e74c3c;
    background: #fff;
}

.elp-service-card:hover {
    transform: translateY(-12px);
    border-color: #e74c3c; /* Màu cam khi hover */
    border-top: 3px solid #68cd73;
}

.elp-card-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.elp-subtitle {
    font-size: 16px;
    color: #666;
    font-weight: 390;
    margin-bottom: 100px;
    text-align: center;
    min-height: 50px;
    margin-left: 15%;
    width: 70%;
}

.elp-card-body {
    flex-grow: 1;
}

.elp-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elp-card-body li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    line-height: 28px;
    text-align: justify;
}


.elp-card-body li strong {
    color: #e74c3c;
}


/* Button Styles */
.elp-btn-primary, .elp-btn-outline {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.elp-btn-primary {
    background: #ff4d4d;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 77, 77, 0.3);
}

.elp-btn-primary:hover {
    background: #e60000;
    transform: scale(1.02);
}

.elp-btn-outline {
    border: 1px solid #404040;
    color: #ffffff;
}

.elp-btn-outline:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}section.hero-pc {
    width: 1200px;
    margin: 0 auto;
}.hero-pc-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.hero-images_ct img { width:100%; transition: transform 0.5s ease;}

.hero-images_ct a {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 0px 16px;
    height: 45px;
    display: inline-block;
    border-radius: 39px;
    position: relative;
    z-index: 5;
    line-height: 45px;
    box-shadow: 0px 0px 0px 5px #ea49475c;
    background: linear-gradient(90deg, #ff4d4d, #ff8000);
    transition: transform 0.5s ease;
}.hero-images_ct {
    text-align: center;
    position: relative;
    z-index: 2;
}
.hero-images_ct a img:hover{
    transform: scale(1.1);
}
