﻿/* =========================================================================
   PAGE: BẢNG GIÁ (ULTRA-PREMIUM PRICING)
   ========================================================================= */

/* =========================================================================
   COMPONENT: PRICING HERO (CYBER SECURITY EDITION)
   ========================================================================= */

.vc-pricing-hero-premium {
    position: relative;
    padding: 130px 0 120px 0; /* Padding dưới rộng một chút để chừa chỗ cho Pricing Cards đè lên */
    background-color: #020202;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* --- Các lớp Background (Layers) --- */
.hero-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(80%) brightness(0.3); /* Làm tối và xám ảnh đi */
    z-index: 0;
}

.hero-overlay-gradient {
    position: absolute;
    inset: 0;
    /* Gradient từ đen sâu sang tông đỏ tối đặc trưng */
    background: linear-gradient(180deg, rgba(5,5,5,1) 0%, rgba(5,5,5,0.7) 40%, rgba(211, 47, 47, 0.1) 100%);
    z-index: 1;
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    /* Lưới caro mờ */
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
    pointer-events: none;
}

/* --- Badge Trạng Thái Nhấp Nháy --- */
.cyber-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    color: #00ff88;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    backdrop-filter: blur(5px);
}

.blinking-dot {
    width: 8px;
    height: 8px;
    background-color: #00ff88;
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 0 0 10px #00ff88;
    animation: cyber-blink 1.5s infinite;
}

@keyframes cyber-blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* --- Typography Đẳng Cấp --- */
.hero-title-pro {
    margin: 0;
    line-height: 1.15;
    display: flex;
    flex-direction: column;
}

    .hero-title-pro .text-outline {
        font-size: clamp(3rem, 6vw, 4.5rem);
        font-weight: 900;
        color: transparent;
        -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.4);
        letter-spacing: 2px;
    }

    .hero-title-pro .text-solid-gold {
        font-size: clamp(2.5rem, 5vw, 4.2rem);
        font-weight: 900;
        background: linear-gradient(to right, #ffffff 0%, var(--brand-yellow) 50%, #d4af37 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: -1px;
        text-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }

.hero-subtitle-pro {
    font-size: 1.15rem;
    color: #a0a0a0;
    line-height: 1.7;
}

    .hero-subtitle-pro strong {
        color: #fff;
    }

/* --- Hộp Cam Kết (Tech Guarantee Box) --- */
.hero-guarantee-box {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid #00ff88; /* Viền xanh lá tạo cảm giác an toàn/đã xác thực */
    padding: 12px 25px;
    border-radius: 8px;
    color: #bbb;
    font-family: monospace;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
}

    .hero-guarantee-box strong {
        color: #fff;
        font-family: var(--font-primary);
        font-size: 1rem;
        letter-spacing: 0.5px;
    }

/* --- Responsive --- */
@media (max-width: 768px) {
    .vc-pricing-hero-premium {
        padding: 100px 0 80px 0;
    }

    .hero-guarantee-box {
        border-left: none;
        border-bottom: 3px solid #00ff88;
        flex-direction: column;
        text-align: center;
    }

        .hero-guarantee-box i {
            margin-bottom: 8px;
            margin-right: 0 !important;
        }
}

/* --- Hero Ultra --- */
.vc-pricing-hero-ultra {
    position: relative;
    padding: 130px 0 100px;
    background-color: #020202;
    overflow: hidden;
}

.hero-bg-mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 50%, rgba(211, 47, 47, 0.08) 0%, transparent 50%), radial-gradient(circle at 85% 30%, rgba(255, 193, 7, 0.05) 0%, transparent 50%);
}

.hero-glow-orb {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: rgba(255, 193, 7, 0.1);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

/* Ép Component vcPricing trồi lên trên Hero */
.pricing-cards-overlap {
    margin-top: -60px;
}

/* --- Data Bars (Bảng Giá Dạng Thanh) --- */
.vc-detailed-pricing {
    background-color: #050505;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.price-bars-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.price-data-bar {
    background: rgba(20, 20, 22, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 25px 20px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

    /* Lớp cắt chéo tạo hiệu ứng công nghệ */
    .price-data-bar::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,193,7,0.05));
        transition: 0.5s ease;
        pointer-events: none;
    }

    .price-data-bar:hover {
        background: rgba(30, 30, 35, 0.9);
        border-color: rgba(255, 193, 7, 0.3);
        transform: translateX(10px);
        box-shadow: -10px 10px 30px rgba(0,0,0,0.5), inset 0 0 20px rgba(255,193,7,0.05);
    }

        .price-data-bar:hover::after {
            width: 50%;
        }

.vehicle-icon-pro {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: 1px solid transparent;
    transition: 0.3s;
}

.icon-gold {
    background: rgba(255,193,7,0.1);
    color: var(--brand-yellow);
    border-color: rgba(255,193,7,0.2);
}

.icon-red {
    background: rgba(211,47,47,0.1);
    color: var(--brand-red);
    border-color: rgba(211,47,47,0.2);
}

.icon-white {
    background: rgba(255,255,255,0.05);
    color: #fff;
    border-color: rgba(255,255,255,0.1);
}

/* Nút Action trong Bar */
.btn-action-glow {
    display: inline-block;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    text-decoration: none;
    transition: 0.3s;
}

.price-data-bar:hover .btn-action-glow {
    background: var(--brand-yellow);
    color: #000;
    border-color: var(--brand-yellow);
    box-shadow: 0 0 15px rgba(255,193,7,0.5);
}

/* --- Note Box --- */
.cyber-note-box {
    background: linear-gradient(135deg, rgba(211,47,47,0.1) 0%, rgba(0,0,0,0) 100%);
    border-left: 4px solid var(--brand-red);
    padding: 25px 30px;
    border-radius: 0 16px 16px 0;
    max-width: 800px;
}

.note-icon {
    width: 40px;
    height: 40px;
    background: var(--brand-red);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pulse-red {
    animation: pulseRed 2s infinite;
}

@keyframes pulseRed {
    0% {
        box-shadow: 0 0 0 0 rgba(211,47,47,0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(211,47,47,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(211,47,47,0);
    }
}

/* --- Cyber FAQ --- */
.vc-faq-cyber {
    background-color: #020202;
}

.cyber-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: rgba(255,255,255,0.05);
    --bs-accordion-btn-color: #fff;
    --bs-accordion-btn-bg: rgba(20,20,22,0.6);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: var(--brand-yellow);
    --bs-accordion-active-bg: rgba(30,25,0,0.8);
}

    .cyber-accordion .accordion-item {
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 12px !important;
        margin-bottom: 20px;
        overflow: hidden;
        background: #0a0a0c;
        transition: 0.3s;
    }

        .cyber-accordion .accordion-item:hover {
            border-color: rgba(255,255,255,0.15);
        }

    .cyber-accordion .accordion-button {
        font-weight: 700;
        font-size: 1.15rem;
        padding: 25px 30px;
        letter-spacing: 0.5px;
    }

        .cyber-accordion .accordion-button:not(.collapsed) {
            border-left: 4px solid var(--brand-yellow);
            padding-left: 26px;
        }

        /* Đổi mũi tên accordion thành màu sáng */
        .cyber-accordion .accordion-button::after {
            filter: invert(1) brightness(150%);
        }

        .cyber-accordion .accordion-button:not(.collapsed)::after {
            filter: brightness(0) saturate(100%) invert(71%) sepia(87%) saturate(1514%) hue-rotate(352deg) brightness(101%) contrast(106%);
        }

    .cyber-accordion .accordion-body {
        padding: 0 30px 30px 30px;
        color: #a0a0a0;
        line-height: 1.8;
        font-size: 1.05rem;
    }

        .cyber-accordion .accordion-body strong {
            color: #fff;
            font-weight: 600;
        }

/* --- Responsive Điều chỉnh --- */
@media (max-width: 991.98px) {
    .price-data-bar {
        padding: 20px;
    }

    .btn-action-glow {
        padding: 15px;
        margin-top: 10px;
    }
    /* Mobile: Chuyển các thông số thành lưới nhỏ */
    .price-data-bar .col-4 {
        border-right: 1px solid rgba(255,255,255,0.05);
    }

        .price-data-bar .col-4:last-of-type {
            border-right: none;
        }
}
