/*
Theme Name:       Skey - Thợ Khóa Cam Ranh
Theme URI:        https://thokhoacamranh.pro
Description:      Child Theme tối ưu tốc độ, chuyển đổi cuộc gọi cứu hộ khóa 24/7 tại Cam Ranh (Kế thừa theme Flatsome).
Author:           Skey Dev
Author URI:       https://thokhoacamranh.pro
Template:         flatsome
Version:          1.0.4
Text Domain:      skey
License:          GNU General Public License v2 or later
*/

/* -------------------------------------------------------------
 * 1. NẠP FONT CHỮ CHUYÊN NGHIỆP BE VIETNAM PRO & BIẾN MÀU
 * ----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800;900&display=swap');

:root {
    --skey-navy-dark: #061120;
    --skey-navy: #0A192F;
    --skey-navy-light: #162a45;
    --skey-green: #00B14F;
    --skey-green-dark: #05612F;
    --skey-green-light: #E6F7ED;
    --skey-amber: #FFB300;
    --skey-amber-dark: #C87F00;
    --skey-amber-light: #FFF8E7;
    --skey-text: #1e293b;
    --skey-muted: #64748b;
    --skey-border: #e2e8f0;
    --skey-bg-gray: #f8fafc;
    --skey-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
    --skey-shadow-md: 0 10px 25px rgba(0, 0, 0, 0.07);
    --skey-shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
}

body,
.entry-content,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button:not(.toggle) {
    font-family: 'Be Vietnam Pro', system-ui, -apple-system, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Bảo toàn font icon cho Flatsome (fl-icons & dashicons) */
[class^="icon-"],
[class*=" icon-"],
.fl-icons,
i[class^="icon-"],
button.toggle i {
    font-family: 'fl-icons' !important;
}

a[href^="tel:"] {
    text-decoration: none !important;
}

/* -------------------------------------------------------------
 * 2. FIX TRIỆT ĐỂ LỖI CHỮ BỊ CẮT VÀ THỤT DÒNG TRONG Ô SELECT
 * Sử dụng appearance: none và custom SVG arrow để text luôn căn giữa chuẩn xác
 * ----------------------------------------------------------- */
select,
.skey-triage-card select,
#uxTriageIssue,
#uxTriageArea,
#skeyIssueSelect,
#skeyAreaSelect {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 16px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    line-height: normal !important;
    padding: 10px 40px 10px 14px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    vertical-align: middle !important;
    transition: all 0.2s ease !important;
}

select:focus,
#uxTriageIssue:focus,
#uxTriageArea:focus {
    border-color: #00B14F !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(0, 177, 79, 0.18) !important;
    outline: none !important;
}

/* -------------------------------------------------------------
 * 3. TÙY BIẾN HEADER CHUYÊN NGHIỆP & CAO CẤP
 * ----------------------------------------------------------- */
/* Top Bar */
#top-bar {
    background: linear-gradient(90deg, #050e1a 0%, #0c1a2f 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px !important;
    padding: 4px 0 !important;
    color: #e2e8f0 !important;
}

.skey-topbar-content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.skey-topbar-badge {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.4);
    padding: 2px 8px;
    border-radius: 99px;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.skey-pulse-dot {
    width: 7px;
    height: 7px;
    background-color: #ef4444;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    animation: skey-pulse 1.8s infinite;
}

@keyframes skey-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* Header Main */
.header-main {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.header-nav>li>a {
    font-weight: 700 !important;
    font-size: 13px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    color: #1e293b !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    transition: color 0.2s ease !important;
}

.header-nav>li>a:hover,
.header-nav>li.active>a {
    color: #00B14F !important;
}

/* Nút Gọi Cứu Hộ trên Header (Khách bấm gọi ngay) */
.header-button a.button,
.skey-header-cta {
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%) !important;
    color: #1a1200 !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    border-radius: 99px !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(255, 179, 0, 0.45) !important;
    padding: 11px 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    animation: skey-cta-pulse 3s infinite;
}

.header-button a.button:hover,
.skey-header-cta:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(255, 179, 0, 0.6) !important;
    color: #000000 !important;
}

@keyframes skey-cta-pulse {

    0%,
    100% {
        box-shadow: 0 4px 16px rgba(255, 179, 0, 0.45);
    }

    50% {
        box-shadow: 0 4px 24px rgba(255, 179, 0, 0.75);
    }
}

/* Ẩn giỏ hàng và thanh tìm kiếm không dùng đến */
.header-nav .cart-item,
.header-nav .search-item {
    display: none !important;
}

/* -------------------------------------------------------------
 * 4. CÁC THÀNH PHẦN GIAO DIỆN HIỆN ĐẠI (CARDS, BADGES, HOVER)
 * ----------------------------------------------------------- */

/* Thẻ Thông Kê Nổi Bật (4 Điểm Tín Nhiệm) */
.skey-stat-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 18px;
    box-shadow: var(--skey-shadow-sm);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.skey-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--skey-shadow-md);
    border-color: #00B14F;
}

.skey-stat-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.skey-stat-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.skey-stat-desc {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Thẻ Dịch Vụ Trọng Tâm (6 Khối Dịch Vụ) */
.skey-service-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: var(--skey-shadow-sm);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.skey-service-card:hover {
    transform: translateY(-6px);
    border-color: #00B14F;
    box-shadow: 0 16px 32px rgba(0, 177, 79, 0.12);
}

.skey-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.skey-service-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skey-service-badge {
    font-size: 11.5px;
    font-weight: 700;
    color: #05612F;
    background: #E6F7ED;
    padding: 4px 10px;
    border-radius: 99px;
    letter-spacing: 0.02em;
}

.skey-service-title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.35;
}

.skey-service-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.skey-service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
    margin-top: auto;
}

.skey-service-price {
    font-size: 16px;
    font-weight: 800;
    color: #00B14F;
    background: #f0fdf4;
    padding: 4px 10px;
    border-radius: 8px;
}

.skey-service-cta {
    font-size: 14px;
    font-weight: 800;
    color: #C87F00;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.2s ease;
}

.skey-service-cta:hover {
    transform: translateX(4px);
    color: #925400;
}

/* Thẻ Bảng Giá Chuyên Nghiệp (3 Cột Bảng Giá) */
.skey-pricing-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--skey-shadow-sm);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.skey-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--skey-shadow-md);
    border-color: #00B14F;
}

.skey-pricing-card.featured {
    border: 2px solid #00B14F;
    box-shadow: 0 14px 30px rgba(0, 177, 79, 0.15);
    position: relative;
}

.skey-pricing-header {
    padding: 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.skey-pricing-card.featured .skey-pricing-header {
    background: linear-gradient(135deg, #05612F 0%, #00B14F 100%);
    color: #ffffff;
}

.skey-pricing-card.featured .skey-pricing-header h3 {
    color: #ffffff !important;
}

.skey-pricing-header h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.skey-pricing-list {
    padding: 20px;
    margin: 0;
    list-style: none;
    flex-grow: 1;
}

.skey-pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 11px 0;
    font-size: 13.5px;
    border-bottom: 1px dashed #e2e8f0;
    color: #334155;
    gap: 8px;
}

.skey-pricing-item:last-child {
    border-bottom: none;
}

.skey-pricing-item span {
    flex: 1;
    line-height: 1.45;
}

.skey-pricing-item strong {
    color: #00B14F;
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
}

.skey-pricing-footer {
    padding: 16px 20px 20px;
    background: #fafafa;
    border-top: 1px solid #f1f5f9;
}

.skey-pricing-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 11px 16px;
    background: #ffffff;
    border: 1.5px solid #00B14F;
    color: #00B14F;
    font-weight: 800;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.skey-pricing-btn:hover {
    background: #00B14F;
    color: #ffffff;
}

.skey-pricing-card.featured .skey-pricing-btn {
    background: #00B14F;
    color: #ffffff;
    border-color: #00B14F;
}

.skey-pricing-card.featured .skey-pricing-btn:hover {
    background: #05612F;
}

/* Thẻ Bảng Giá VIP / Trọng Tâm: Ô Tô, Két Sắt & Vali */
.skey-pricing-card.vip {
    border: 2px solid #FFB300 !important;
    box-shadow: 0 14px 32px rgba(255, 179, 0, 0.22) !important;
    position: relative;
}

.skey-pricing-card.vip .skey-pricing-header {
    background: linear-gradient(135deg, #071526 0%, #162a45 100%) !important;
    color: #ffffff !important;
}

.skey-pricing-card.vip .skey-pricing-header h3 {
    color: #ffffff !important;
}

.skey-pricing-badge-vip {
    position: absolute;
    top: 0;
    right: 20px;
    background: linear-gradient(135deg, #FFB300, #FF9100);
    color: #1a1200;
    font-size: 11px;
    font-weight: 900;
    padding: 3px 12px;
    border-radius: 0 0 8px 8px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(255, 179, 0, 0.4);
    letter-spacing: 0.03em;
}

.skey-pricing-card.vip .skey-pricing-btn {
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%) !important;
    color: #1a1200 !important;
    border: none !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 12px rgba(255, 179, 0, 0.35) !important;
}

.skey-pricing-card.vip .skey-pricing-btn:hover {
    background: linear-gradient(135deg, #FFA000 0%, #FF8000 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(255, 179, 0, 0.5) !important;
}

/* -------------------------------------------------------------
 * NÂNG CẤP ELEMENT NATIVE CỦA FLATSOME UX BUILDER
 * ----------------------------------------------------------- */
.pricing-table {
    background: #ffffff !important;
    border-radius: 18px !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.pricing-table:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1) !important;
}

.pricing-table.featured-table {
    border: 2.5px solid #FFB300 !important;
    box-shadow: 0 15px 40px rgba(255, 179, 0, 0.2) !important;
}

.pricing-table-header {
    background: #f8fafc !important;
    padding: 24px 20px 18px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.featured-table .pricing-table-header {
    background: linear-gradient(135deg, #071526 0%, #0d2138 100%) !important;
    color: #ffffff !important;
}

.featured-table .pricing-table-header .title {
    color: #FFD666 !important;
}

.pricing-table .pricing-table-price {
    color: #05612F !important;
    font-weight: 800 !important;
    font-size: 20px !important;
}

.featured-table .pricing-table-price {
    color: #4ade80 !important;
}

.pricing-table .bullet-item {
    padding: 12px 20px !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    font-size: 13.5px !important;
    color: #334155 !important;
}

.pricing-table-footer {
    padding: 20px !important;
    background: #ffffff !important;
}

/* Styling Flatsome native Testimonials */
.testimonial-box {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px 20px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.3s ease !important;
}

.testimonial-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08) !important;
}

.testimonial-box .star-rating {
    color: #f59e0b !important;
    margin-bottom: 10px !important;
}

.testimonial-box .testimonial-meta strong {
    color: #0f172a !important;
    font-size: 14.5px !important;
}

.testimonial-box .testimonial-meta span {
    color: #64748b !important;
    font-size: 12.5px !important;
}

/* Styling Flatsome native Accordion (FAQ) */
.accordion-title {
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #0f172a !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    margin-bottom: 10px !important;
    transition: all 0.2s ease !important;
}

.accordion-title:hover, .accordion-title.active {
    background: #f0fdf4 !important;
    border-color: #00B14F !important;
    color: #05612F !important;
}

.accordion-inner {
    padding: 16px 20px !important;
    color: #475569 !important;
    line-height: 1.65 !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
}

/* -------------------------------------------------------------
 * NÂNG CẤP MÀU NÚT BẤM BUTTON FLATSOME UX BUILDER SANG GOLD & ZALO GREEN
 * ----------------------------------------------------------- */
.button.secondary,
a.button.secondary,
button.button.secondary {
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%) !important;
    color: #1a1200 !important;
    border-color: #FFB300 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
    box-shadow: 0 4px 16px rgba(255, 179, 0, 0.45) !important;
    transition: all 0.25s ease !important;
}

.button.secondary:hover,
a.button.secondary:hover,
button.button.secondary:hover {
    background: linear-gradient(135deg, #FFA000 0%, #FF8000 100%) !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(255, 179, 0, 0.55) !important;
}

.button.success,
a.button.success,
button.button.success {
    background: #00B14F !important;
    color: #ffffff !important;
    border-color: #00B14F !important;
    font-weight: 800 !important;
    text-shadow: none !important;
    box-shadow: 0 4px 16px rgba(0, 177, 79, 0.35) !important;
    transition: all 0.25s ease !important;
}

.button.success:hover,
a.button.success:hover,
button.button.success:hover {
    background: #05612F !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 177, 79, 0.5) !important;
}

/* ĐỊNH DẠNG DANH SÁCH BẢNG GIÁ [skey_pricing_card] */
.skey-pricing-list-wrap ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 16px 20px !important;
}

.skey-pricing-list-wrap ul li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    padding: 10px 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    font-size: 13.5px !important;
    color: #334155 !important;
    gap: 8px !important;
}

.skey-pricing-list-wrap ul li:last-child {
    border-bottom: none !important;
}

.skey-pricing-list-wrap ul li strong {
    color: #05612F !important;
    font-size: 14.5px !important;
    white-space: nowrap !important;
    text-align: right !important;
}

.skey-pricing-card.vip .skey-pricing-list-wrap ul li strong {
    color: #d97706 !important;
}

/* KHUNG RESORT BÃI DÀI */
.skey-resort-box {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 18px !important;
    padding: 22px 24px !important;
    backdrop-filter: blur(10px) !important;
}

.skey-resort-box .skey-resort-head {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
}

.skey-resort-box p {
    color: #cbd5e1 !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* Bảng So Sánh Cao Cấp */
.skey-compare-table-wrap {
    width: 100%;
    margin-bottom: 25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.skey-swipe-hint {
    display: none !important; /* ẨN HOÀN TOÀN TRÊN DESKTOP */
}

.skey-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    font-size: 14px;
}

.skey-compare-table th {
    padding: 15px 18px;
    font-weight: 800;
    text-align: left;
    font-size: 14.5px;
}

.skey-compare-table td {
    padding: 14px 18px;
    border-top: 1px solid #f1f5f9;
    color: #334155;
    line-height: 1.6;
}

.skey-compare-col-highlight {
    background: #f0fdf4 !important;
    border-left: 2px solid #86efac;
    border-right: 2px solid #86efac;
}

.skey-compare-badge {
    font-size: 11px;
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%);
    color: #1a1200;
    padding: 3px 9px;
    border-radius: 99px;
    font-weight: 900;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.02em;
}

/* Thẻ Đánh Giá Của Khách Hàng */
.skey-review-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    box-shadow: var(--skey-shadow-sm);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skey-review-stars {
    color: #FFB300;
    font-size: 16px;
    margin-bottom: 10px;
}

.skey-review-quote {
    font-size: 14px;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 16px;
    font-style: italic;
}

.skey-review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.skey-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E6F7ED;
    color: #05612F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
}

/* Thanh Gọi Cứu Hộ Nổi Cố Định Mobile (Được nâng cấp toàn diện trong Section 18 cuối file) */
.skey-mobile-bar {
    display: none;
}

/* -------------------------------------------------------------
 * 6. SECTION VIDEO MỞ KHÓA THỰC TẾ & TIKTOK VIDEO EMBED
 * ----------------------------------------------------------- */
.skey-video-sec {
    background: #071526;
    color: #ffffff;
    padding: 65px 0;
}

.skey-video-card {
    background: #0d2138;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.skey-video-card:hover {
    transform: translateY(-6px);
    border-color: #00B14F;
    box-shadow: 0 18px 40px rgba(0, 177, 79, 0.25);
}

.skey-video-thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #040d18;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skey-video-bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 21, 38, 0.2) 0%, rgba(7, 21, 38, 0.85) 100%);
    z-index: 1;
}

.skey-video-play-btn {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #FFB300, #FF9100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1200;
    box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.6);
    animation: skey-play-pulse 2s infinite;
    z-index: 2;
    transition: transform 0.2s ease;
}

.skey-video-card:hover .skey-video-play-btn {
    transform: scale(1.12);
}

@keyframes skey-play-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 12px rgba(255, 179, 0, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 179, 0, 0); }
}

.skey-video-tag-tiktok {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #000000;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.skey-video-views {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    color: #cbd5e1;
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 2;
}

.skey-video-body {
    padding: 18px 20px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skey-video-title {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.45;
}

.skey-video-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0 0 16px;
    flex-grow: 1;
}

.skey-video-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #FFD666;
    font-weight: 800;
    font-size: 13.5px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.skey-video-cta:hover {
    background: #000000;
    color: #25f4ee;
    border-color: #fe2c55;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(254, 44, 85, 0.3);
}

.skey-tiktok-banner {
    background: linear-gradient(135deg, rgba(254, 44, 85, 0.12) 0%, rgba(37, 244, 238, 0.12) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    padding: 24px 28px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.skey-tiktok-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000000;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 99px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    transition: all 0.25s ease;
}

.skey-tiktok-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 24px rgba(254, 44, 85, 0.4);
    border-color: #fe2c55;
}

/* Tùy biến Menu Tabs trong Section Video TikTok */
.skey-video-sec .tab-panels {
    padding: 25px 0 0 !important;
}

.skey-video-sec .nav-pills {
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 25px !important;
    flex-wrap: wrap !important;
}

.skey-video-sec .nav-pills > li > a {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.16) !important;
    color: #e2e8f0 !important;
    border-radius: 99px !important;
    padding: 9px 20px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    transition: all 0.25s ease !important;
}

.skey-video-sec .nav-pills > li > a:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.skey-video-sec .nav-pills > li.active > a {
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%) !important;
    color: #1a1200 !important;
    border-color: #FFB300 !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 16px rgba(255, 179, 0, 0.45) !important;
}

/* Lưới hiển thị Video động lấy từ WP-Admin [skey_tiktok_feed] */
.skey-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.skey-video-col {
    transition: all 0.3s ease;
}

.skey-video-filter-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.skey-filter-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    color: #e2e8f0;
    border-radius: 99px;
    padding: 9px 20px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.25s ease;
}

.skey-filter-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.skey-filter-btn.active {
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%) !important;
    color: #1a1200 !important;
    border-color: #FFB300 !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 16px rgba(255, 179, 0, 0.45) !important;
}

/* -------------------------------------------------------------
 * 7. TÙY BIẾN FOOTER CHUYÊN NGHIỆP & CHUẨN SEO LOCAL CAM RANH
 * ----------------------------------------------------------- */
.skey-footer-sec {
    background: linear-gradient(180deg, #071526 0%, #030a13 100%);
    color: #cbd5e1;
    padding: 60px 0 0;
    border-top: 3px solid #00B14F;
    font-size: 14px;
    line-height: 1.65;
}

.skey-footer-sec h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 16px;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.skey-footer-sec h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    background: #FFB300;
    border-radius: 2px;
}

.skey-footer-desc {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.skey-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.skey-footer-badge-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #e2e8f0;
    font-weight: 600;
}

.skey-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skey-footer-links li {
    margin-bottom: 9px;
}

.skey-footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
}

.skey-footer-links a:hover {
    color: #FFD666;
    transform: translateX(4px);
}

.skey-footer-contact-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 15px;
}

.skey-footer-hotline {
    font-size: 22px;
    font-weight: 900;
    color: #FFD666;
    text-decoration: none;
    display: block;
    margin: 4px 0 2px;
    letter-spacing: 0.02em;
}

.skey-footer-socket {
    background: #02060d;
    padding: 20px 0;
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: #64748b;
    text-align: center;
}

.skey-footer-socket a {
    color: #94a3b8;
    text-decoration: none;
}

.skey-footer-socket a:hover {
    color: #00B14F;
}

/* -------------------------------------------------------------
 * 12. GHI ĐÈ MÀU NÚT BẤM FLATSOME (GOLD & ZALO GREEN)
 * ----------------------------------------------------------- */
.button.secondary,
.button.is-secondary,
a.button.secondary {
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%) !important;
    background-color: #FFB300 !important;
    color: #1a1200 !important;
    border-color: transparent !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(255, 179, 0, 0.4) !important;
    transition: all 0.25s ease !important;
    text-shadow: none !important;
}
.button.secondary:hover,
.button.is-secondary:hover,
a.button.secondary:hover {
    background: linear-gradient(135deg, #FFC107 0%, #FFA000 100%) !important;
    background-color: #FFC107 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 179, 0, 0.5) !important;
    color: #000000 !important;
}

.button.success,
.button.is-success,
a.button.success {
    background: linear-gradient(135deg, #00B14F 0%, #059669 100%) !important;
    background-color: #00B14F !important;
    color: #ffffff !important;
    border-color: transparent !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(0, 177, 79, 0.35) !important;
    transition: all 0.25s ease !important;
    text-shadow: none !important;
}
.button.success:hover,
.button.is-success:hover,
a.button.success:hover {
    background: linear-gradient(135deg, #00C853 0%, #10B981 100%) !important;
    background-color: #00C853 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 177, 79, 0.5) !important;
    color: #ffffff !important;
}

/* -------------------------------------------------------------
 * 13. STYLES CHO CÁC ELEMENT UX BUILDER NATIVE
 * ----------------------------------------------------------- */

/* 13.1 Thẻ cam kết / Thống kê (skey_stat_box) */
.skey-stat-card {
    text-align: center;
    padding: 24px 16px;
    background: #ffffff;
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f5f9;
}
.skey-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}
.skey-stat-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: transform 0.3s ease;
}
.skey-stat-card:hover .skey-stat-icon-wrap {
    transform: scale(1.1);
}
.skey-stat-title {
    font-size: 15.5px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
    line-height: 1.3;
}
.skey-stat-desc {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* 13.2 Bảng so sánh dịch vụ (skey_compare_table) */
.skey-compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}
.skey-compare-table th,
.skey-compare-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}
.skey-compare-table th {
    font-size: 14.5px;
    font-weight: 800;
}
.skey-compare-table tr:last-child td {
    border-bottom: none;
}
.skey-compare-col-highlight {
    background: #f0fdf4 !important;
    border-left: 2px solid #86efac;
    border-right: 2px solid #86efac;
}

/* 13.3 Hộp Resort Bãi Dài & Sân Bay (.skey-resort-box) */
.skey-resort-box {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    backdrop-filter: blur(8px);
}
.skey-resort-head {
    font-size: 15.5px;
    font-weight: 800;
    color: #FFB300;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.skey-resort-box p {
    color: #e2e8f0;
    font-size: 13.5px;
    line-height: 1.8;
    margin: 0;
}

/* 13.4 Thẻ Dịch Vụ Khóa (skey_service_card) */
.skey-service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px 22px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}
.skey-service-card:hover {
    transform: translateY(-6px);
    border-color: #00B14F;
    box-shadow: 0 16px 36px rgba(0, 177, 79, 0.12);
}
.skey-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.skey-service-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.skey-service-badge {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 99px;
    border: 1px solid #e2e8f0;
}
.skey-service-title {
    font-size: 17.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.35;
}
.skey-service-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 20px;
    flex: 1;
}
.skey-service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
}
.skey-service-price {
    font-size: 14.5px;
    font-weight: 800;
    color: #05612F;
}
.skey-service-cta {
    font-size: 13px;
    font-weight: 700;
    color: #ea580c;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.skey-service-card:hover .skey-service-cta {
    transform: translateX(4px);
    color: #c2410c;
}

/* 13.5 Thẻ Bảng Giá (skey_pricing_card) */
.skey-pricing-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.skey-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.skey-pricing-card.featured {
    border-color: #00B14F;
    box-shadow: 0 12px 32px rgba(0, 177, 79, 0.12);
}
.skey-pricing-card.featured .skey-pricing-header {
    background: linear-gradient(135deg, #05612F 0%, #00B14F 100%);
    color: #ffffff;
}

.skey-pricing-card.vip {
    border: 2.5px solid #FFB300;
    box-shadow: 0 16px 40px rgba(255, 179, 0, 0.18);
}
.skey-pricing-card.vip .skey-pricing-header {
    background: linear-gradient(135deg, #061120 0%, #0c2340 100%);
    color: #ffffff;
}

.skey-pricing-badge-vip {
    position: absolute;
    top: 0;
    right: 20px;
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%);
    color: #1a1200;
    font-size: 11px;
    font-weight: 900;
    padding: 4px 12px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 10px rgba(255, 179, 0, 0.4);
    z-index: 2;
}

.skey-pricing-header {
    padding: 24px 22px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 14px;
}
.skey-pricing-header h3 {
    font-size: 17.5px;
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
}
.skey-pricing-card:not(.featured):not(.vip) .skey-pricing-header h3 {
    color: #0f172a;
}
.skey-pricing-card.featured .skey-pricing-header h3,
.skey-pricing-card.vip .skey-pricing-header h3 {
    color: #ffffff;
}

.skey-pricing-list-wrap {
    padding: 16px 22px;
    flex: 1;
}
.skey-pricing-list-wrap ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.skey-pricing-list-wrap ul li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.skey-pricing-list-wrap ul li:last-child {
    border-bottom: none !important;
}
.skey-pricing-list-wrap ul li span {
    color: #475569;
}
.skey-pricing-list-wrap ul li strong {
    color: #05612F;
    font-weight: 800;
    white-space: nowrap;
}

.skey-pricing-footer {
    padding: 16px 22px 24px;
}
.skey-pricing-btn {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.25s ease;
}
.skey-pricing-card:not(.featured):not(.vip) .skey-pricing-btn {
    background: #f1f5f9;
    color: #1e293b;
    border: 1px solid #cbd5e1;
}
.skey-pricing-card:not(.featured):not(.vip) .skey-pricing-btn:hover {
    background: #05612F;
    color: #ffffff;
    border-color: #05612F;
}
.skey-pricing-card.featured .skey-pricing-btn {
    background: #00B14F;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 177, 79, 0.35);
}
.skey-pricing-card.featured .skey-pricing-btn:hover {
    background: #05612F;
}
.skey-pricing-card.vip .skey-pricing-btn {
    background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%);
    color: #1a1200;
    box-shadow: 0 4px 14px rgba(255, 179, 0, 0.4);
}
.skey-pricing-card.vip .skey-pricing-btn:hover {
    background: linear-gradient(135deg, #FFC107 0%, #FFA000 100%);
    transform: translateY(-2px);
}

/* -------------------------------------------------------------
 * 14. GIAO DIỆN ĐÁNH GIÁ KHÁCH HÀNG (TESTIMONIALS)
 * ----------------------------------------------------------- */
.testimonial-box {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 26px 22px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
}
.testimonial-box:hover {
    transform: translateY(-5px) !important;
    border-color: #00B14F !important;
    box-shadow: 0 18px 40px rgba(0, 177, 79, 0.12) !important;
}
.testimonial-box::before {
    content: '“';
    position: absolute;
    top: 14px;
    right: 22px;
    font-size: 56px;
    line-height: 1;
    font-family: Georgia, serif;
    color: #FFB300;
    opacity: 0.25;
    pointer-events: none;
}
.testimonial-box .star-rating {
    display: block !important;
    font-size: 16px !important;
    margin-bottom: 12px !important;
    height: 1.2em !important;
}
.testimonial-box .star-rating:before,
.testimonial-box .star-rating span:before {
    color: #FFB300 !important;
}
.testimonial-box .testimonial-text {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
    font-style: normal !important;
    margin-bottom: 18px !important;
    flex: 1 !important;
}
.testimonial-box .testimonial-text p {
    font-style: normal !important;
    color: #334155 !important;
    margin: 0 !important;
}
.testimonial-box .testimonial-meta {
    padding-top: 14px !important;
    border-top: 1px dashed #e2e8f0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}
.testimonial-box .testimonial-name {
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
.testimonial-box .testimonial-name::after {
    content: '✓ Đã xác thực';
    font-size: 11px;
    font-weight: 700;
    color: #05612F;
    background: #dcfce7;
    padding: 2px 8px;
    border-radius: 99px;
    display: inline-block;
}
.testimonial-box .testimonial-name-divider {
    display: none !important;
}
.testimonial-box .testimonial-company {
    color: #64748b !important;
    font-size: 12.5px !important;
}

/* -------------------------------------------------------------
 * 15. GIAO DIỆN CÂU HỎI THƯỜNG GẶP (ACCORDION FAQ)
 * ----------------------------------------------------------- */
.accordion {
    border: none !important;
    background: transparent !important;
}
.accordion-item {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 14px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.25s ease !important;
}
.accordion-item:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}
/* -------------------------------------------------------------
 * 15. GIAO DIỆN CÂU HỎI THƯỜNG GẶP (ACCORDION FAQ)
 * ----------------------------------------------------------- */
.accordion {
    border: none !important;
    background: transparent !important;
}
.accordion-item {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 14px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.25s ease !important;
}
.accordion-item:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}
.accordion-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 24px !important;
    border: none !important;
    background: #ffffff !important;
    color: #0f172a !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    gap: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.accordion-title > span {
    flex: 1 1 auto !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 15.5px !important;
    line-height: 1.45 !important;
    text-align: left !important;
}

/* HỦY BỎ TRIỆT ĐỂ position: absolute; left: 0 của Flatsome, chuyển sang góc PHẢI */
.accordion .toggle,
.accordion-title .toggle,
.accordion .accordion-title .toggle {
    position: static !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    order: 2 !important;
    margin: 0 0 0 auto !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    min-width: 34px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    color: #05612F !important;
    padding: 0 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

/* Mũi tên Chevron thuần CSS: siêu sắc nét, 100% không lo lỗi icon font */
.accordion .toggle i,
.accordion-title .toggle i {
    display: none !important;
}
.accordion .toggle::after,
.accordion-title .toggle::after {
    content: '' !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2.5px solid #05612F !important;
    border-bottom: 2.5px solid #05612F !important;
    transform: rotate(45deg) !important;
    transition: transform 0.25s ease, border-color 0.25s ease !important;
    margin-top: -3px !important;
}

.accordion-title.active {
    background: #f0fdf4 !important;
    border-bottom: 1px dashed #bbf7d0 !important;
}
.accordion-title.active > span {
    color: #05612F !important;
}
.accordion-title.active .toggle {
    background: #00B14F !important;
}
.accordion-title.active .toggle::after {
    border-right-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    transform: rotate(-135deg) !important;
    margin-top: 3px !important;
}

.accordion-inner {
    padding: 16px 24px 20px !important;
    font-size: 14.5px !important;
    color: #334155 !important;
    line-height: 1.7 !important;
    background: #f0fdf4 !important;
    border: none !important;
}
.accordion-inner p {
    margin: 0 !important;
    color: #334155 !important;
}

/* -------------------------------------------------------------
 * 16. KHUNG CTA KHẨN CẤP CUỐI TRANG (.skey-emergency-cta)
 * ----------------------------------------------------------- */
.skey-emergency-cta {
    background: linear-gradient(135deg, #05612F 0%, #033c1d 60%, #061120 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    border-top: 3px solid #FFB300 !important;
    border-radius: 18px !important;
    margin: 15px auto 25px !important;
    box-shadow: 0 14px 35px rgba(5, 97, 47, 0.25) !important;
}
.skey-emergency-cta::before {
    content: '📞';
    position: absolute;
    right: 25px;
    bottom: -15px;
    font-size: 130px;
    opacity: 0.08;
    pointer-events: none;
}
.skey-emergency-cta h2 {
    font-size: clamp(20px, 3vw, 28px) !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
}
.skey-emergency-cta p {
    font-size: 14.5px !important;
    color: #cbd5e1 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}
.skey-emergency-cta .button,
.skey-emergency-cta a.button {
    white-space: nowrap !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    padding: 14px 28px !important;
    min-width: 280px !important;
    box-shadow: 0 6px 20px rgba(255, 179, 0, 0.45) !important;
    border-radius: 99px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0.02em !important;
}
.skey-emergency-cta .button:hover,
.skey-emergency-cta a.button:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(255, 179, 0, 0.6) !important;
}

/* -------------------------------------------------------------
 * 17. HEADER & MENU NAVIGATION CHO NỀN TỐI (LUXURY NAV)
 * Khắc phục triệt để chữ menu bị đen chìm vào nền tối
 * ----------------------------------------------------------- */
.header-main,
.header-wrapper,
#masthead {
    background-color: #061120 !important;
}

/* Thanh điều hướng menu chính trên Header - Chống rớt dòng tuyệt đối */
.header-nav-main,
.header-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
}

.header-nav-main > li,
.header-nav > li {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

/* Toàn bộ liên kết menu chính trên Header */
.header-nav-main > li > a.nav-top-link,
.header-nav > li > a.nav-top-link,
.header-nav li > a,
.nav-top-link {
    color: #f1f5f9 !important;
    font-size: 12.5px !important; /* Chữ vừa vặn, thanh lịch */
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    padding: 8px 9px !important; /* Khoảng cách gọn gàng, không bị đẩy xuống hàng 2 */
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}

/* Hiệu ứng hover menu */
.header-nav-main > li > a.nav-top-link:hover,
.header-nav > li > a.nav-top-link:hover,
.header-nav li > a:hover,
.nav-top-link:hover {
    color: #FFB300 !important;
    transform: translateY(-1px);
    text-shadow: 0 0 10px rgba(255, 179, 0, 0.4);
}

/* Mục menu Trang chủ / Đang chọn (Active) */
.header-nav-main > li.active > a.nav-top-link,
.header-nav-main > li.current-menu-item > a.nav-top-link,
.header-nav > li.active > a.nav-top-link,
.header-nav > li.current-menu-item > a.nav-top-link,
.current-menu-item > a.nav-top-link,
.header-nav li.active > a {
    color: #FFB300 !important;
    font-weight: 800 !important;
    position: relative !important;
}
.header-nav-main > li.active > a.nav-top-link::after,
.header-nav-main > li.current-menu-item > a.nav-top-link::after,
.header-nav > li.active > a.nav-top-link::after,
.header-nav > li.current-menu-item > a.nav-top-link::after,
.current-menu-item > a.nav-top-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: 2px !important;
    left: 8px !important;
    right: 8px !important;
    height: 2.5px !important;
    background: #FFB300 !important;
    border-radius: 2px !important;
}

/* Màn hình laptop vừa (1024px - 1240px) co chữ lại để luôn vừa vặn 1 dòng */
@media (max-width: 1240px) and (min-width: 850px) {
    .header-nav-main > li > a.nav-top-link,
    .nav-top-link {
        font-size: 11.5px !important;
        padding: 8px 6px !important;
    }
    .header-nav-main > li.active > a.nav-top-link::after,
    .header-nav-main > li.current-menu-item > a.nav-top-link::after {
        left: 6px !important;
        right: 6px !important;
    }
}

/* Dropdown Sub-menu */
.nav-dropdown {
    background-color: #0A192F !important;
    border: 1px solid rgba(255, 179, 0, 0.25) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
    border-radius: 10px !important;
    padding: 8px 0 !important;
}
.nav-dropdown li a {
    color: #e2e8f0 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    transition: all 0.2s ease !important;
}
.nav-dropdown li a:hover {
    color: #FFB300 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    padding-left: 24px !important;
}

/* Mobile Sidebar Menu (Menu vuốt điện thoại) */
.sidebar-menu li a,
.mobile-sidebar-levels-1 li a {
    color: #0f172a !important;
    font-weight: 700 !important;
}
.sidebar-menu li a:hover,
.sidebar-menu li.current-menu-item > a {
    color: #05612F !important;
}

/* =============================================================
 * 18. HỆ THỐNG TỐI ƯU GIAO DIỆN RESPONSIVE MOBILE CHUYÊN NGHIỆP
 * Thiết kế chuẩn UI/UX hiện đại cho khách gọi thợ khẩn cấp trên điện thoại
 * =========================================================== */

/* 18.0 Chống tràn khung ngang trên toàn bộ thiết bị di động */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* 18.1 Thanh Gọi Cứu Hộ Nổi Cố Định Đáy Màn Hình (.skey-mobile-bar) */
.skey-mobile-bar {
    display: none;
}

@media (max-width: 767px) {
    body {
        /* Chừa khoảng trống dưới đáy để nội dung & footer không bị che khuất */
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
    }

    /* Đẩy nút floating widget thứ ba (Button Contact VR) lên trên thanh bar */
    #button-contact-vr,
    .button-contact-vr,
    .call-now-button {
        bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 99998 !important;
    }

    .skey-mobile-bar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999999 !important;
        background: rgba(6, 17, 32, 0.96) !important;
        backdrop-filter: blur(16px) !important;
        -webkit-backdrop-filter: blur(16px) !important;
        border-top: 1.5px solid rgba(255, 179, 0, 0.4) !important;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.5) !important;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    .skey-mobile-call {
        flex: 1.3 !important;
        background: linear-gradient(135deg, #FFB300 0%, #FF9100 100%) !important;
        color: #1a1200 !important;
        font-weight: 900 !important;
        font-size: 13.5px !important;
        text-align: center !important;
        padding: 12px 10px !important;
        min-height: 48px !important;
        border-radius: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        text-decoration: none !important;
        box-shadow: 0 4px 16px rgba(255, 179, 0, 0.45) !important;
        letter-spacing: 0.01em !important;
        box-sizing: border-box !important;
    }

    .skey-mobile-call .skey-call-icon {
        display: inline-block !important;
        font-size: 17px !important;
        animation: skey-phone-ring 1.8s infinite ease-in-out !important;
    }

    .skey-mobile-zalo {
        flex: 0.9 !important;
        background: linear-gradient(135deg, #00B14F 0%, #059669 100%) !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        font-size: 13px !important;
        text-align: center !important;
        padding: 12px 10px !important;
        min-height: 48px !important;
        border-radius: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        text-decoration: none !important;
        box-shadow: 0 4px 14px rgba(0, 177, 79, 0.35) !important;
        box-sizing: border-box !important;
    }
}

@keyframes skey-phone-ring {
    0% { transform: rotate(0) scale(1); }
    8% { transform: rotate(-16deg) scale(1.15); }
    16% { transform: rotate(16deg) scale(1.15); }
    24% { transform: rotate(-16deg) scale(1.15); }
    32% { transform: rotate(16deg) scale(1.15); }
    40% { transform: rotate(0) scale(1); }
    100% { transform: rotate(0) scale(1); }
}

/* 18.2 Tối ưu Hero Section & Nút Gọi Hành Động trên Mobile */
@media (max-width: 767px) {
    .skey-hero-section {
        padding: 30px 0 25px !important;
    }

    .skey-hero-section h1 {
        font-size: clamp(21px, 6vw, 27px) !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .skey-hero-section p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 18px !important;
    }

    /* Các nút bấm Hero chuyển thành full-width, dễ bấm bằng ngón tay cái */
    .skey-hero-section .button,
    .skey-hero-section a.button {
        display: flex !important;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        font-size: 15px !important;
        font-weight: 900 !important;
        padding: 13px 18px !important;
        min-height: 48px !important;
        border-radius: 99px !important;
        box-sizing: border-box !important;
    }

    /* 18.3 Hộp Tra Cứu Báo Giá (Triage Calculator) trên Mobile */
    .skey-triage-card {
        padding: 20px 16px !important;
        border-radius: 16px !important;
        margin-top: 15px !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25) !important;
    }

    /* Quan trọng: font-size 16px chống iOS Safari tự động zoom trang khi chạm vào */
    .skey-triage-card select {
        font-size: 16px !important;
        height: 48px !important;
        border-radius: 10px !important;
        touch-action: manipulation;
    }

    .skey-triage-card label {
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }

    .skey-triage-call-btn {
        min-height: 48px !important;
        font-size: 14px !important;
        padding: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* 18.4 Bốn Thẻ Cam Kết / Thống Kê (skey_stat_box) dạng 2x2 gọn gàng */
    .skey-stat-card {
        padding: 16px 10px !important;
        border-radius: 14px !important;
        margin-bottom: 10px !important;
    }

    .skey-stat-icon-wrap {
        width: 46px !important;
        height: 46px !important;
        margin-bottom: 8px !important;
    }

    .skey-stat-icon-wrap svg {
        width: 22px !important;
        height: 22px !important;
    }

    .skey-stat-title {
        font-size: 13px !important;
        font-weight: 800 !important;
        margin-bottom: 4px !important;
    }

    .skey-stat-desc {
        font-size: 11.5px !important;
        line-height: 1.4 !important;
    }

    /* 18.5 Bảng So Sánh Dịch Vụ: Chống chèn ép cột, hỗ trợ vuốt mượt */
    .skey-compare-table-wrap {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        margin: 0 -10px !important;
        padding: 0 10px 10px !important;
    }

    .skey-compare-table {
        min-width: 520px !important;
        font-size: 13.5px !important;
    }

    .skey-compare-table th,
    .skey-compare-table td {
        padding: 12px 14px !important;
    }

    .skey-swipe-hint {
        display: inline-block !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #05612F !important;
        background: #f0fdf4 !important;
        border: 1px dashed #86efac !important;
        padding: 6px 14px !important;
        border-radius: 99px !important;
        margin: 0 auto 12px !important;
        animation: skey-swipe-bounce 2s infinite ease-in-out !important;
    }

    @keyframes skey-swipe-bounce {
        0%, 100% { transform: translateX(0); }
        50% { transform: translateX(5px); }
    }

    /* 18.6 Section Resort Bãi Dài & Sân Bay Cam Ranh */
    .skey-resort-sec .button,
    .skey-resort-sec a.button {
        display: flex !important;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
        justify-content: center !important;
        align-items: center !important;
        min-height: 46px !important;
        box-sizing: border-box !important;
    }

    .skey-resort-box {
        padding: 18px 16px !important;
        margin-top: 15px !important;
        border-radius: 14px !important;
    }

    /* 18.7 Thẻ Dịch Vụ Khóa (skey_service_card) */
    .skey-service-card {
        padding: 20px 18px !important;
        border-radius: 14px !important;
        margin-bottom: 15px !important;
    }

    .skey-service-title {
        font-size: 16.5px !important;
    }

    .skey-service-desc {
        font-size: 13px !important;
        line-height: 1.55 !important;
        margin-bottom: 15px !important;
    }

    .skey-service-price {
        font-size: 14.5px !important;
    }

    .skey-service-cta {
        font-size: 13px !important;
        padding: 6px 12px !important;
        background: #fff7ed !important;
        border-radius: 6px !important;
    }

    /* 18.8 Thẻ Bảng Giá (skey_pricing_card) */
    .skey-pricing-card {
        margin-bottom: 20px !important;
        border-radius: 16px !important;
    }

    .skey-pricing-header {
        padding: 18px 16px !important;
    }

    .skey-pricing-header h3 {
        font-size: 16px !important;
    }

    .skey-pricing-list-wrap {
        padding: 12px 16px !important;
    }

    .skey-pricing-list-wrap ul li {
        padding: 10px 0 !important;
        font-size: 13px !important;
    }

    .skey-pricing-btn {
        min-height: 46px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
    }

    /* 18.9 Section Video TikTok: Thanh lọc cuộn ngang mượt mà */
    .skey-video-filter-bar {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        justify-content: flex-start !important;
        padding: 0 8px 10px !important;
        gap: 8px !important;
        scrollbar-width: none !important;
    }

    .skey-video-filter-bar::-webkit-scrollbar {
        display: none !important;
    }

    .skey-filter-btn {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        padding: 8px 16px !important;
        font-size: 12.5px !important;
        border-radius: 99px !important;
    }

    .skey-video-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .skey-video-card {
        border-radius: 14px !important;
    }

    .skey-video-thumb-wrap {
        aspect-ratio: 16 / 9 !important;
    }

    .skey-video-body {
        padding: 16px !important;
    }

    .skey-video-title {
        font-size: 14.5px !important;
    }

    .skey-video-desc {
        font-size: 12.5px !important;
        margin-bottom: 12px !important;
    }

    .skey-video-cta {
        min-height: 44px !important;
        font-size: 13px !important;
    }

    /* 18.10 Thẻ Quy Trình 4 Bước (skey_step_box) dạng 2x2 */
    .skey-step-box-wrap {
        padding: 16px 10px !important;
        border-radius: 14px !important;
        margin-bottom: 10px !important;
    }

    /* 18.11 Đánh Giá Khách Hàng (Testimonials) */
    .testimonial-box {
        padding: 20px 18px !important;
        border-radius: 14px !important;
        margin-bottom: 14px !important;
    }

    .testimonial-box .testimonial-text {
        font-size: 13.5px !important;
        line-height: 1.6 !important;
    }

    /* 18.12 Câu Hỏi Thường Gặp (Accordion FAQ) */
    .accordion-title {
        padding: 14px 16px !important;
        font-size: 14px !important;
        gap: 10px !important;
    }

    .accordion-title > span {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .accordion .toggle,
    .accordion-title .toggle {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }

    .accordion-inner {
        padding: 14px 16px !important;
        font-size: 13.5px !important;
        line-height: 1.6 !important;
    }

    /* 18.13 Khung CTA Khẩn Cấp Cuối Trang (.skey-emergency-cta) */
    .skey-emergency-cta {
        padding: 28px 18px !important;
        border-radius: 16px !important;
        margin: 10px auto 20px !important;
    }

    .skey-emergency-cta h2 {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    .skey-emergency-cta p {
        font-size: 13.5px !important;
        margin-bottom: 16px !important;
    }

    .skey-emergency-cta .button,
    .skey-emergency-cta a.button {
        min-width: unset !important;
        width: 100% !important;
        padding: 14px 18px !important;
        font-size: 15px !important;
        box-sizing: border-box !important;
    }

    /* 18.14 Footer Chuyên Nghiệp trên Mobile */
    .skey-footer-sec {
        padding: 40px 0 0 !important;
    }

    .skey-footer-sec h4 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
    }

    .skey-footer-hotline {
        font-size: 22px !important;
    }

    .skey-footer-socket {
        padding: 16px 0 !important;
        margin-top: 30px !important;
        font-size: 12px !important;
    }

    /* 18.15 Flatsome Drawer Menu trên Điện Thoại */
    #main-menu.mobile-sidebar {
        background: #061120 !important;
    }

    .mobile-sidebar-levels-1 li a {
        color: #f1f5f9 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        padding: 14px 18px !important;
        font-weight: 700 !important;
        font-size: 14px !important;
    }

    .mobile-sidebar-levels-1 li a:hover,
    .mobile-sidebar-levels-1 li.current-menu-item > a {
        color: #FFB300 !important;
        background: rgba(255, 179, 0, 0.06) !important;
    }
}

/* 18.16 Tinh chỉnh cho điện thoại màn hình nhỏ (< 380px như iPhone SE, Galaxy A) */
@media (max-width: 380px) {
    .skey-mobile-call {
        font-size: 12px !important;
        padding: 10px 6px !important;
    }

    .skey-mobile-zalo {
        font-size: 12px !important;
        padding: 10px 6px !important;
    }

    .skey-hero-section h1 {
        font-size: 20px !important;
    }

    .skey-emergency-cta h2 {
        font-size: 18px !important;
    }
}

/* =============================================================
 * 19. GIAO DIỆN HEADER HERO SECTION (SERVICES & KHU VỰC THEO DÒNG)
 * =========================================================== */
.skey-hero-srv-list p {
    margin-bottom: 9px !important;
    line-height: 1.55 !important;
    font-size: 14.5px !important;
    color: #cbd5e1 !important;
    padding-left: 2px;
}
.skey-hero-srv-list p strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.skey-hero-area-list p {
    margin-bottom: 6px !important;
    line-height: 1.5 !important;
    font-size: 13.5px !important;
    color: #cbd5e1 !important;
}
.skey-hero-area-list p strong {
    color: #f8fafc !important;
}

.skey-hero-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 10px 0 14px;
}
.skey-hero-badges-row br {
    display: none !important;
}
.skey-hero-badge-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 99px;
    font-size: 12px;
    font-weight: 600;
    color: #cbd5e1;
    letter-spacing: 0.2px;
}

@media (max-width: 550px) {
    .skey-hero-srv-list p {
        font-size: 13.5px !important;
        margin-bottom: 7px !important;
        line-height: 1.48 !important;
    }
    .skey-hero-area-list p {
        font-size: 12.5px !important;
        margin-bottom: 5px !important;
        line-height: 1.45 !important;
    }
    .skey-hero-badges-row {
        gap: 5px 6px;
        margin: 8px 0 10px;
    }
    .skey-hero-badge-pill {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* =============================================================
 * 20. THẺ DỊCH VỤ SỬA KHÓA CÓ HÌNH ĐẠI DIỆN (.skey-service-card)
 * =========================================================== */
.skey-service-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    position: relative !important;
}
.skey-service-card:hover {
    transform: translateY(-6px) !important;
    border-color: #00B14F !important;
    box-shadow: 0 16px 36px rgba(0, 177, 79, 0.14) !important;
}
.skey-service-card.is-featured {
    border: 2px solid #00B14F !important;
    box-shadow: 0 8px 24px rgba(0, 177, 79, 0.16) !important;
}

.skey-service-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9;
}
.skey-service-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}
.skey-service-card:hover .skey-service-thumb img {
    transform: scale(1.07) !important;
}

.skey-service-thumb .skey-service-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    background: rgba(10, 25, 47, 0.88) !important;
    backdrop-filter: blur(4px) !important;
    color: #ffffff !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    padding: 4px 11px !important;
    border-radius: 99px !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    z-index: 2;
}

.skey-service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px 0;
}
.skey-service-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skey-service-top .skey-service-badge {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 99px;
}

.skey-service-body {
    padding: 18px 20px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.skey-service-title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0A192F !important;
    margin: 0 0 8px !important;
    line-height: 1.35 !important;
}
.skey-service-card:hover .skey-service-title {
    color: #00B14F !important;
}

.skey-service-desc {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 0 16px !important;
    flex: 1 !important;
}

.skey-service-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 14px !important;
    border-top: 1px dashed #e2e8f0 !important;
    margin-top: auto !important;
}

.skey-service-price {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #05612F !important;
}

.skey-service-cta {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #ea580c !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}
.skey-service-cta:hover {
    color: #c2410c !important;
    transform: translateX(3px) !important;
}