/* ========================================
   VirtualModel.us — Homepage Specific
   ======================================== */

/* === Hero Section === */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 72px;
    position: relative;
    overflow: hidden;
}

.hero .bg-orb-1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
}

.hero .bg-orb-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    max-width: 560px;
}

.hero-text h1 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    line-height: 1.08;
    margin-bottom: 20px;
}

.hero-text h1 .gradient-text {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text>p {
    color: var(--white-60);
    font-size: 1.1rem;
    margin-bottom: 32px;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-stats {
    display: flex;
    gap: 32px;
}

.hero-stat {
    display: flex;
    flex-direction: column;
}

.hero-stat strong {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--gold);
}

.hero-stat span {
    font-size: 0.8rem;
    color: var(--white-40);
}

.hero-visual {
    position: relative;
}

/* === Problem Section === */
.problem-section {
    background: var(--bg-dark-2);
}

.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.problem-text h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 16px;
}

.problem-text p {
    color: var(--white-60);
    font-size: 1rem;
    margin-bottom: 24px;
}

.pain-points {
    display: grid;
    gap: 14px;
}

.pain-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    background: var(--bg-card);
}

.pain-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.08);
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.pain-point h4 {
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.pain-point p {
    margin: 0;
    font-size: 0.85rem;
}

/* === CTA Banner Section === */
.cta-banner {
    background: linear-gradient(135deg, rgba(184, 146, 47, 0.06), rgba(13, 148, 136, 0.04));
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-xl);
    padding: 64px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin-bottom: 16px;
}

.cta-banner p {
    color: var(--white-60);
    font-size: 1.05rem;
    margin-bottom: 28px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* === What We Serve (Services Grid) === */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* === Comparison Data Table === */
.data-table-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-card);
    margin-bottom: 28px;
}

.comparison-table thead th {
    padding: 20px 24px;
    text-align: left;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--white);
    background: rgba(0, 0, 0, 0.04);
    border-bottom: 2px solid var(--border);
}

.comparison-table thead th.highlight-col {
    background: linear-gradient(135deg, rgba(184, 146, 47, 0.12), rgba(184, 146, 47, 0.06));
    color: var(--gold);
}

.comparison-table tbody td {
    padding: 18px 24px;
    font-size: 0.95rem;
    color: var(--white-60);
    border-bottom: 1px solid var(--border);
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody td.highlight-col {
    background: rgba(184, 146, 47, 0.04);
    color: var(--gold);
}

.comparison-table tbody td.highlight-col strong {
    color: var(--gold);
}

/* Market Insight Callout */
.market-insight {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 28px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-gold);
    background: linear-gradient(135deg, rgba(184, 146, 47, 0.06), rgba(13, 148, 136, 0.03));
}

.market-insight .insight-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.market-insight p {
    color: var(--white-60);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.market-insight strong {
    color: var(--white);
}

/* === Featured Showcase Grid === */
.showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* === AI Model Try-On Video Service === */
.video-service-section {
    position: relative;
    overflow: hidden;
}

.video-service-glow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(184, 146, 47, 0.1) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

.video-service-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.video-service-text h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 20px;
    line-height: 1.1;
}

.video-service-desc {
    color: var(--white-60);
    font-size: 1.1rem;
    margin-bottom: 32px;
    line-height: 1.6;
}

.video-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.vf-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.05);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-feature-list div {
    display: flex;
    flex-direction: column;
}

.video-feature-list strong {
    font-size: 1.05rem;
    color: var(--white);
    margin-bottom: 4px;
}

.video-feature-list span {
    font-size: 0.9rem;
    color: var(--white-60);
    line-height: 1.4;
}

.video-service-actions {
    display: flex;
    gap: 16px;
}

/* Video Preview Card */
.video-preview-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 20px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-preview-screen {
    position: relative;
    border-radius: var(--radius-lg);
    background: #000;
    aspect-ratio: 9 / 16;
}

/* Original Image Inset for Video Preview */
.vp-inset-before {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 25%;
    max-width: 90px;
    z-index: 15;
    transition: transform 0.3s ease;
}

.vp-inset-before:hover {
    transform: scale(1.05);
}

.vp-inset-before img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.vp-inset-label {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #000;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.vp-model-frame {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

#vp-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vp-scanline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(184, 146, 47, 0.5), transparent);
    opacity: 0.3;
    animation: scanline 4s linear infinite;
    pointer-events: none;
}

@keyframes scanline {
    0% {
        top: 0%;
    }

    100% {
        top: 100%;
    }
}

/* Custom Play Button */
.vp-play-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.vp-play-btn:hover {
    background: rgba(184, 146, 47, 0.8);
    transform: scale(1.05);
}

.play-ripple {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid rgba(184, 146, 47, 0.5);
    animation: ripple 2s infinite cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.play-ripple-2 {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Stats Row */
.vp-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 10px;
}

.vp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vp-stat strong {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 700;
}

.vp-stat span {
    font-size: 0.75rem;
    color: var(--white-60);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.vp-divider {
    width: 1px;
    height: 30px;
    background: var(--border);
}

/* === Responsive === */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .problem-grid,
    .video-service-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero-stats {
        gap: 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .cta-banner {
        padding: 40px 24px;
    }

    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 14px 16px;
        font-size: 0.85rem;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .market-insight {
        flex-direction: column;
        gap: 12px;
    }

    .video-preview-card {
        max-width: 380px;
        margin: 0 auto;
    }

    .video-service-actions {
        flex-direction: column;
        gap: 12px;
    }

    .video-service-actions .btn {
        width: 100%;
        text-align: center;
    }
}