/* ==========================================================================
   HOMEPAGE COMPONENT: HERO SHOWCASE BANNER
   Full-Width Stage, Flagship Devices Pedestal Cluster
   ========================================================================== */

.hero-flagship-section.hero-fullwidth-section {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #e3f2f4 0%, #edf4fc 45%, #f6f3fd 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    padding: 64px 0 72px;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

.hero-fullwidth-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    width: 100%;
}

.hero-showcase-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

/* Cột trái: Typography & Content */
.hero-content-col {
    display: flex;
    flex-direction: column;
    max-width: 580px;
}

.hero-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #0369a1;
    text-transform: uppercase;
    margin-bottom: 22px;
    width: fit-content;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.hero-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0062ff;
    box-shadow: 0 0 8px rgba(0, 98, 255, 0.6);
}

.hero-main-heading {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 16px;
}

.hero-main-subtext {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 26px;
}

/* Checkmarks Row */
.hero-check-list {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.hero-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-check-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0062ff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
}

.hero-check-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1e293b;
}

/* Divider Line */
.hero-divider-line {
    width: 100%;
    height: 1px;
    background: #cbd5e1;
    opacity: 0.7;
    margin-bottom: 28px;
}

/* Action & Review Row */
.hero-action-review-row {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    background: linear-gradient(135deg, #0052cc 0%, #0066ff 100%);
    color: #ffffff !important;
    font-weight: 800;
    font-size: 0.95rem;
    border-radius: 999px;
    box-shadow: 0 8px 20px -4px rgba(0, 98, 255, 0.35);
    transition: all 0.25s ease;
}

.hero-cta-btn:hover {
    background: linear-gradient(135deg, #004ecc 0%, #0059e6 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -2px rgba(0, 98, 255, 0.45);
}

.hero-google-trust {
    display: flex;
    align-items: center;
    gap: 12px;
}

.google-g-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-text-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.google-stars-row {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #f59e0b;
    font-size: 0.85rem;
}

.google-rating-desc {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

/* ==========================================================================
   Cột phải: Khối Visual Thiết Bị Trên Bệ Đá (Pedestal Ecosystem Stage)
   ========================================================================== */
.hero-visual-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-stage-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bệ đá tự nhiên (Stone Slate Pedestal) */
.hero-rock-pedestal {
    position: absolute;
    bottom: 20px;
    width: 380px;
    height: 60px;
    z-index: 1;
}

.rock-surface {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #374151 0%, #1f2937 60%, #111827 100%);
    border-radius: 120px / 35px;
    box-shadow: 
        inset 0 2px 4px rgba(255, 255, 255, 0.25),
        inset 0 -4px 8px rgba(0, 0, 0, 0.6),
        0 20px 35px -5px rgba(15, 23, 42, 0.25);
    position: relative;
}

.rock-shadow {
    position: absolute;
    bottom: -15px;
    left: 5%;
    width: 90%;
    height: 25px;
    background: rgba(15, 23, 42, 0.18);
    border-radius: 50%;
    filter: blur(10px);
    z-index: -1;
}

/* Nhóm thiết bị công nghệ */
.hero-devices-cluster {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.device-item {
    position: absolute;
    transition: transform 0.3s ease;
}

/* 1. Main Flagship Phone */
.phone-main {
    bottom: 50px;
    left: 45px;
    width: 175px;
    height: 350px;
    z-index: 5;
    transform: rotate(-4deg);
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.35));
}

.phone-frame {
    width: 100%;
    height: 100%;
    background: #1e293b;
    border: 4px solid #334155;
    border-radius: 36px;
    box-shadow: 
        inset 0 0 0 2px #0f172a,
        0 0 0 1px #64748b;
    overflow: hidden;
    position: relative;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.phone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 14px;
    background: #000000;
    border-radius: 12px;
    z-index: 10;
}

.phone-glare {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.25) 0%, transparent 45%);
    pointer-events: none;
}

/* 2. Smartwatch */
.smartwatch {
    bottom: 120px;
    left: 215px;
    z-index: 4;
}

.watch-body {
    position: relative;
    width: 76px;
    height: 92px;
}

.watch-screen {
    width: 76px;
    height: 92px;
    background: #090d16;
    border: 3px solid #475569;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.watch-time {
    font-size: 0.85rem;
    font-weight: 800;
    color: #ffffff;
}

.watch-screen i {
    font-size: 0.75rem;
    color: #ef4444;
}

.watch-strap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 22px;
    background: #1e293b;
    z-index: -1;
}

.watch-strap.top { top: -14px; border-radius: 8px 8px 0 0; }
.watch-strap.bottom { bottom: -14px; border-radius: 0 0 8px 8px; }

/* 3. Earbuds Case */
.earbuds-case {
    bottom: 52px;
    left: 175px;
    z-index: 6;
    width: 68px;
    height: 52px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.case-body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-led {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 6px #10b981;
}

.earbuds-pod {
    position: absolute;
    top: -12px;
    width: 12px;
    height: 16px;
    background: #ffffff;
    border-radius: 6px 6px 3px 3px;
    border: 1px solid #cbd5e1;
}

.earbuds-pod.left { left: 16px; }
.earbuds-pod.right { right: 16px; }

/* 4. GaN Charger & Cable */
.gan-charger {
    bottom: 40px;
    left: 260px;
    z-index: 6;
}

.charger-brick {
    width: 52px;
    height: 52px;
    background: #111827;
    border-radius: 10px;
    border: 1px solid #374151;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.charger-port {
    width: 14px;
    height: 4px;
    background: #38bdf8;
    border-radius: 2px;
    box-shadow: 0 0 6px #38bdf8;
}

.braided-cable {
    width: 70px;
    height: 40px;
    margin-top: -10px;
    margin-left: -15px;
}

/* 5. Smart Speaker / Powerbank */
.smart-speaker {
    bottom: 50px;
    left: 330px;
    z-index: 4;
    width: 82px;
    height: 135px;
    background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
    border-radius: 24px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
    border: 1px solid #374151;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 12px;
}

.speaker-ring {
    width: 54px;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, #d97706, #f59e0b);
}

/* Floating Spec Badges */
.floating-badge {
    position: absolute;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    z-index: 8;
    animation: floatBadge 5s ease-in-out infinite;
}

.floating-badge i {
    color: #0284c7;
}

.badge-top {
    top: 20px;
    right: 20px;
}

.badge-bottom {
    bottom: 10px;
    right: 10px;
    animation-delay: 2.5s;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

@media(max-width:991px) {
    .hero-showcase-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .hero-main-heading {
        font-size: 2.4rem;
    }
    .hero-fullwidth-container {
        padding: 0 20px;
    }
    .hero-stage-wrapper {
        margin: 0 auto;
    }
}
