/**
 * =========================================
 * PAGE: DỊCH VỤ VẬN HÀNH SHOPEE - TABCOM CARE
 * SECTION: HERO BANNER + TRUST BAR
 * =========================================
 * File: assets/css/shopee-hero.css
 * Scope: .tabcom-shopee-hero, .tabcom-trust-bar
 * =========================================
 */

/* --- VARIABLES --- */
.tabcom-shopee-hero,
.tabcom-trust-bar {
    --shopee-primary: #f9f506;
    --shopee-primary-dark: #e5e105;
    --shopee-secondary: #0ea5e9;
    --shopee-orange: #EE4D2D;
    --shopee-bg-light: #f8fcfd;
    --shopee-bg-dark: #0f172a;
    --shopee-text-main: #0f172a;
    --shopee-text-muted: #64748b;
}

/* --- HERO SECTION --- */
.tabcom-shopee-hero {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: 60px 0 80px;
    background-color: var(--shopee-bg-light);
    overflow: hidden;
}

.tabcom-shopee-hero * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Background Effects */
.tabcom-shopee-hero .hero-bg-effect {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

.tabcom-shopee-hero .hero-bg-cyan {
    top: 0;
    right: 0;
    width: 60%;
    height: 70vh;
    background: linear-gradient(to bottom, rgba(14, 165, 233, 0.1), transparent);
    border-radius: 0 0 0 100px;
    opacity: 0.6;
}

.tabcom-shopee-hero .hero-bg-yellow {
    top: 20%;
    left: -10%;
    width: 40%;
    height: 40%;
    background: rgba(249, 245, 6, 0.1);
    opacity: 0.4;
}

.tabcom-shopee-hero .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Grid Layout */
.tabcom-shopee-hero .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- LEFT COLUMN - CONTENT --- */
.tabcom-shopee-hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Badges */
.tabcom-shopee-hero .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tabcom-shopee-hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tabcom-shopee-hero .badge-shopee {
    background: rgba(238, 77, 45, 0.1);
    border: 1px solid rgba(238, 77, 45, 0.2);
    color: var(--shopee-orange);
}

.tabcom-shopee-hero .badge-premium {
    background: rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.1);
    color: var(--shopee-text-muted);
}

.tabcom-shopee-hero .badge .material-symbols-outlined {
    font-size: 1.1rem;
}

.tabcom-shopee-hero .badge-logo {
    height: 24px;
    width: auto;
    object-fit: contain;
}


/* Title & Description */
.tabcom-shopee-hero .hero-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tabcom-shopee-hero .hero-title {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--shopee-text-main);
}

.tabcom-shopee-hero .text-highlight {
    background: linear-gradient(180deg, #001BE6 50%, #0FDEC9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.tabcom-shopee-hero .hero-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--shopee-text-muted);
}

/* USP Grid */
.tabcom-shopee-hero .usp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.tabcom-shopee-hero .usp-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.tabcom-shopee-hero .usp-card:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.tabcom-shopee-hero .usp-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tabcom-shopee-hero .usp-icon .material-symbols-outlined {
    font-size: 1.3rem;
}

.tabcom-shopee-hero .usp-icon-cyan {
    background: rgba(0, 56, 255, 0.1);
    color: #0038FF;
}

.tabcom-shopee-hero .usp-icon-green {
    background: rgba(0, 56, 255, 0.1);
    color: #0038FF;
}

.tabcom-shopee-hero .usp-icon-orange {
    background: rgba(0, 56, 255, 0.1);
    color: #0038FF;
}

.tabcom-shopee-hero .usp-icon-purple {
    background: rgba(0, 56, 255, 0.1);
    color: #0038FF;
}

.tabcom-shopee-hero .usp-card h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--shopee-text-main);
}

/* CTA Buttons */
.tabcom-shopee-hero .hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 8px;
}

.tabcom-shopee-hero .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 56px;
    padding: 0 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    overflow: hidden;
    position: relative;
}

.tabcom-shopee-hero .btn-primary {
    background: linear-gradient(180deg, #001BE6 50%, #0FDEC9 100%);
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 56, 255, 0.3);
}

.tabcom-shopee-hero .btn-primary:hover {
    background: #001BE6;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 56, 255, 0.5);
}

.tabcom-shopee-hero .btn-secondary {
    background: transparent;
    color: var(--shopee-text-main);
    border: 1px solid #cbd5e1;
}

.tabcom-shopee-hero .btn-secondary:hover {
    background: rgba(241, 245, 249, 0.8);
    border-color: var(--shopee-secondary);
}

.tabcom-shopee-hero .btn-secondary .material-symbols-outlined {
    color: var(--shopee-secondary);
}


/* Certifications */
.tabcom-shopee-hero .hero-certs {
    padding-top: 24px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    margin-top: 8px;
}

.tabcom-shopee-hero .certs-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.tabcom-shopee-hero .certs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.tabcom-shopee-hero .certs-list:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.tabcom-shopee-hero .cert-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--shopee-text-muted);
}

.tabcom-shopee-hero .cert-item:nth-child(1) .material-symbols-outlined { color: var(--shopee-orange); }
.tabcom-shopee-hero .cert-item:nth-child(2) .material-symbols-outlined { color: #2563eb; }
.tabcom-shopee-hero .cert-item:nth-child(3) .material-symbols-outlined { color: #9333ea; }

/* --- RIGHT COLUMN - VISUAL --- */
.tabcom-shopee-hero .hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.tabcom-shopee-hero .visual-card {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: transparent;
}



/* Image Slider */
.tabcom-shopee-hero .visual-slider {
    position: relative;
    width: 100%;
}

.tabcom-shopee-hero .slider-track {
    position: relative;
    width: 100%;
}

.tabcom-shopee-hero .slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.tabcom-shopee-hero .slide.active {
    opacity: 1;
}

.tabcom-shopee-hero .slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.7s ease;
}

/* Slide với ảnh contain (không bị cắt) */
.tabcom-shopee-hero .slide-contain img {
    object-fit: contain;
    background: transparent;
}

.tabcom-shopee-hero .visual-card:hover .slide.active img {
    transform: scale(1.02);
}

/* Slider Dots */
.tabcom-shopee-hero .slider-dots {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.tabcom-shopee-hero .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tabcom-shopee-hero .dot.active {
    background: #fff;
    width: 28px;
    border-radius: 5px;
}



/* Team Avatars */
.tabcom-shopee-hero .team-avatars {
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    z-index: 10;
}

.tabcom-shopee-hero .avatars-stack {
    display: flex;
}

.tabcom-shopee-hero .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #e2e8f0;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-left: -12px;
}

.tabcom-shopee-hero .avatar:first-child {
    margin-left: 0;
}

.tabcom-shopee-hero .avatar-more {
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--shopee-text-muted);
}

.tabcom-shopee-hero .team-label {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Glow Effects */
.tabcom-shopee-hero .glow-effect {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
}

.tabcom-shopee-hero .glow-yellow {
    top: 40px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: var(--shopee-primary);
    opacity: 0.5;
    animation: pulse 3s ease-in-out infinite;
}

.tabcom-shopee-hero .glow-cyan {
    bottom: 40px;
    left: -30px;
    width: 130px;
    height: 130px;
    background: var(--shopee-secondary);
    opacity: 0.4;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}


/* =========================================
 * TRUST BAR SECTION
 * ========================================= */
.tabcom-trust-bar {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    padding: 40px 0;
}

.tabcom-trust-bar .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.tabcom-trust-bar .trust-text {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #94a3b8;
    margin-bottom: 32px;
}

.tabcom-trust-bar .trust-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 48px;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.tabcom-trust-bar .trust-logos:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.tabcom-trust-bar .trust-logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #94a3b8;
}

/* =========================================
 * RESPONSIVE
 * ========================================= */
@media (max-width: 1200px) {
    .tabcom-shopee-hero .hero-title {
        font-size: 2.8rem;
    }

    .tabcom-shopee-hero .hero-grid {
        gap: 30px;
        max-width: 1000px;
    }
}

@media (max-width: 1024px) {
    .tabcom-shopee-hero .hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .tabcom-shopee-hero .hero-content {
        order: 1;
    }

    .tabcom-shopee-hero .hero-visual {
        order: 2;
    }

    .tabcom-shopee-hero .visual-card {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 768px) {
    .tabcom-shopee-hero {
        padding: 40px 0 60px;
    }

    .tabcom-shopee-hero .hero-title {
        font-size: 2.2rem;
    }

    .tabcom-shopee-hero .usp-grid {
        grid-template-columns: 1fr;
    }

    .tabcom-shopee-hero .hero-cta {
        flex-direction: column;
    }

    .tabcom-shopee-hero .btn {
        width: 100%;
    }

    .tabcom-shopee-hero .certs-list {
        gap: 16px;
    }

    .tabcom-shopee-hero .case-study-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
        padding: 16px;
    }

    .tabcom-shopee-hero .team-avatars {
        display: none;
    }

    .tabcom-shopee-hero .partner-badge {
        top: 16px;
        left: 16px;
    }

    .tabcom-shopee-hero .visual-nav {
        top: 16px;
        right: 16px;
    }

    .tabcom-trust-bar .trust-logos {
        gap: 24px;
    }

    .tabcom-trust-bar .trust-logo {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .tabcom-shopee-hero .hero-title {
        font-size: 1.8rem;
    }

    .tabcom-shopee-hero .hero-badges {
        flex-direction: column;
        align-items: flex-start;
    }

    .tabcom-shopee-hero .case-stats {
        flex-wrap: wrap;
        gap: 12px;
    }

    .tabcom-shopee-hero .stat-divider {
        display: none;
    }
}
