/* ================================================================
   VATSAL TECHNOSOFT — HOME PAGE (Premium Light Theme)
   Loaded globally via app.min.css — always available on home.
   ================================================================ */

/* ── 1. HERO — Light canvas, visible mesh, compact height ── */
.mega-hero-slider {
    background: #ffffff !important;
    height: auto !important;
    min-height: calc(100svh - 72px) !important;
    max-height: 920px !important;
    padding: 96px 0 72px !important;
}

.ambient-mesh {
    background:
        radial-gradient(ellipse 70% 55% at 15% 45%, rgba(22, 104, 178, 0.10) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 85% 25%, rgba(55, 181, 74, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 40% 35% at 60% 90%, rgba(27, 158, 119, 0.06) 0%, transparent 50%) !important;
}

.hero-slides {
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 480px;
}

.hero-slide h1 {
    color: #0f172a !important;
    font-size: clamp(2.5rem, 5vw, 4.25rem) !important;
}

.hero-slide p {
    color: #475569 !important;
    max-width: 540px !important;
}

.text-gradient {
    background: linear-gradient(135deg, #1668B2 0%, #1B9E77 55%, #37B54A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-badge {
    background: rgba(22, 104, 178, 0.08) !important;
    border: 1px solid rgba(22, 104, 178, 0.22) !important;
    color: #1668B2 !important;
}

.hero-badge--ai {
    background: rgba(147, 51, 234, 0.08) !important;
    border-color: rgba(147, 51, 234, 0.22) !important;
    color: #7c3aed !important;
}

.text-gradient--ai {
    background: linear-gradient(135deg, #9333ea 0%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-premium--ai {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%) !important;
    box-shadow: 0 10px 28px rgba(147, 51, 234, 0.28) !important;
}

.hero-badge--cloud {
    background: rgba(22, 163, 74, 0.08) !important;
    border-color: rgba(22, 163, 74, 0.22) !important;
    color: #15803d !important;
}

.text-gradient--cloud {
    background: linear-gradient(135deg, #16a34a 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-premium--cloud {
    background: linear-gradient(135deg, #16a34a 0%, #059669 100%) !important;
    box-shadow: 0 10px 28px rgba(22, 163, 74, 0.28) !important;
}

.btn-premium {
    background: linear-gradient(135deg, #1668B2 0%, #1B9E77 50%, #37B54A 100%) !important;
    box-shadow: 0 10px 28px rgba(22, 104, 178, 0.28) !important;
}

/* Slider dots — light theme */
.slide-controls-wrapper {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
    align-items: center;
}

.slide-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
}

.slide-dot.active {
    width: 28px;
    border-radius: 4px;
    background: #1668B2;
}

.fw-gap { gap: 8px; }
.fw-label-sm { font-size: 9px !important; }
.fw-status-text { font-size: 12px; font-weight: 700; color: #0f172a; }
.fw-accent-blue   { border-left: 4px solid #3b82f6; }
.fw-accent-purple { border-left: 4px solid #a855f7; }
.fw-accent-green  { border-left: 4px solid #10b981; }

/* ── 2. TRUSTED BY STRIP ── */
.section-strip {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 48px 0 !important;
}

.strip-content h3,
.strip-badge {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
}

/* ── 3. ABOUT — Light with visible stat cards ── */
.section-premium-about {
    background: #ffffff !important;
    background-image: none !important;
    padding: 96px 0 !important;
    border-bottom: 1px solid #e2e8f0;
}

.about-ambient-glow {
    background: radial-gradient(circle, rgba(22, 104, 178, 0.06) 0%, transparent 70%) !important;
}

.section-premium-about .mini-label  { color: #1668B2 !important; }
.section-premium-about .premium-h2  { color: #0f172a !important; }
.section-premium-about .highlight-blue { color: #1668B2 !important; }
.section-premium-about .about-desc  { color: #64748b !important; }
.section-premium-about .feature-item { color: #334155 !important; }
.section-premium-about .check-icon {
    background: rgba(22, 104, 178, 0.10) !important;
    color: #1668B2 !important;
}
.section-premium-about .btn-magnetic-link {
    color: #0f172a !important;
    border-bottom-color: #e2e8f0 !important;
}
.section-premium-about .btn-magnetic-link:hover {
    color: #1668B2 !important;
    border-color: #1668B2 !important;
}

.stat-card-glass {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05) !important;
}

.stat-card-glass:hover {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-6px);
}

.stat-card-glass .stat-number {
    background: linear-gradient(135deg, #1668B2 0%, #2563eb 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.stat-card-glass .stat-label-lg { color: #64748b !important; }

.stat-number--green {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.stat-number--purple {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.stat-number--amber {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* ── 4. SERVICES ── */
#vt-services-section {
    padding: 96px 0 !important;
    background: #f8fafc !important;
}

#vt-services-wrap {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

#vt-services-header {
    text-align: center !important;
    max-width: 720px !important;
    margin: 0 auto 56px !important;
}

#vt-services-header h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2rem, 4vw, 2.75rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 16px !important;
}

#vt-services-header p {
    font-size: 1.1rem !important;
    color: #64748b !important;
    line-height: 1.7 !important;
}

#vt-services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-bottom: 56px !important;
}

.vt-svc-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 36px 28px !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.vt-svc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1668B2, #37B54A);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.vt-svc-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
    border-color: #cbd5e1 !important;
}

.vt-svc-card:hover::before { transform: scaleX(1); }

.vt-svc-icon {
    width: 60px !important;
    height: 60px !important;
    border-radius: 14px !important;
    margin-bottom: 20px !important;
}

.vt-svc-card h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 10px !important;
}

.vt-svc-card p {
    font-size: 0.95rem !important;
    color: #64748b !important;
    line-height: 1.65 !important;
    margin-bottom: 16px !important;
}

.vt-svc-card ul {
    list-style: none !important;
    padding: 16px 0 0 !important;
    margin: 0 !important;
    border-top: 1px solid #f1f5f9 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.vt-svc-card li {
    font-size: 0.875rem !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

#vt-services-cta a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 36px !important;
    background: linear-gradient(135deg, #1668B2 0%, #37B54A 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(22, 104, 178, 0.25) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

#vt-services-cta a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(22, 104, 178, 0.32) !important;
    color: #ffffff !important;
}

/* ── 5. INDUSTRIES ── */
.section-industries-clean {
    padding: 96px 0 !important;
    background: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.clean-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}

.clean-label {
    display: inline-block;
    color: #1668B2;
    background: rgba(22, 104, 178, 0.08);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: 1px solid rgba(22, 104, 178, 0.14);
}

.clean-h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    line-height: 1.1;
}

.clean-desc {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.7;
}

.clean-ind-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.clean-ind-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.clean-ind-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.ind-icon-clean {
    width: 52px;
    height: 52px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #334155;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.clean-ind-card:hover .ind-icon-clean {
    background: rgba(22, 104, 178, 0.08);
    border-color: rgba(22, 104, 178, 0.2);
    color: #1668B2;
}

.card-title-clean {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.card-desc-clean {
    font-size: 0.925rem;
    color: #475569;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 16px;
}

.card-tags-clean {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.tag-clean {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    background: #f1f5f9;
    color: #475569;
    border-radius: 100px;
}

.explore-clean {
    position: absolute;
    top: 32px;
    right: 32px;
    color: #94a3b8;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.clean-ind-card:hover .explore-clean {
    opacity: 1;
    transform: translateX(0);
    color: #1668B2;
}

.btn-explore-sectors {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.975rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.btn-explore-sectors:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    border-color: #1668B2;
    color: #1668B2;
}

.industries-cta-wrap {
    text-align: center;
    margin-top: 48px;
}

/* ── 6. PROCESS — Light (revert dark override) ── */
.section-process-quantum {
    background: #f8fafc !important;
    padding: 96px 0 !important;
}

.quantum-grid {
    background-image:
        linear-gradient(#e2e8f0 1px, transparent 1px),
        linear-gradient(90deg, #e2e8f0 1px, transparent 1px) !important;
}

.process-header-quantum h2 { color: #0f172a !important; }
.process-header-quantum p  { color: #64748b !important; }

.quantum-beam { background: #e2e8f0 !important; }

.process-card {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
}

.process-step:hover .process-card {
    border-color: #cbd5e1 !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
}

.step-number { color: #f1f5f9 !important; }
.process-step:hover .step-number { color: #e2e8f0 !important; }
.process-title { color: #0f172a !important; }
.process-desc  { color: #64748b !important; }

/* ── 7. TECH ECOSYSTEM ── */
.section-tech-ecosystem {
    padding: 80px 0 96px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%) !important;
}

.section-tech-ecosystem .premium-h2 { color: #0f172a; }
.section-tech-ecosystem .section-desc { color: #64748b; }

/* ── 8. CTA — Light premium (not dark vortex on home) ── */
.section-cta-vortex {
    background: #ffffff !important;
    padding: 96px 0 !important;
    border-top: 1px solid #e2e8f0;
}

.section-cta-vortex .vortex-aurora,
.section-cta-vortex .vortex-grid {
    display: none !important;
}

.section-cta-vortex .cta-heading-premium {
    background: linear-gradient(135deg, #0f172a 0%, #1668B2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-cta-vortex .cta-subtext-premium {
    color: #64748b !important;
}

.section-cta-vortex .btn-magnetic-glow {
    background: linear-gradient(135deg, #1668B2 0%, #1B9E77 50%, #37B54A 100%) !important;
    border: none !important;
    color: #ffffff !important;
    text-shadow: none !important;
    box-shadow: 0 10px 32px rgba(22, 104, 178, 0.28) !important;
}

.section-cta-vortex .btn-magnetic-glow::before { display: none; }

.section-cta-vortex .btn-magnetic-glow:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 16px 40px rgba(22, 104, 178, 0.35) !important;
    letter-spacing: 0.12em !important;
}

/* ── Home: content always visible (no blank fade-up gaps) ── */
.page-home .fade-up,
.page-home .fade-in,
.page-home .scale-up {
    opacity: 1 !important;
    transform: none !important;
}

html.motion-ready.page-home .fade-up:not(.visible):not(.in-view),
html.motion-ready.page-home .fade-in:not(.visible):not(.in-view),
html.motion-ready.page-home .scale-up:not(.visible):not(.in-view) {
    opacity: 0;
    transform: translateY(20px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .clean-ind-grid { grid-template-columns: repeat(2, 1fr); }
    #vt-services-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .about-grid-container { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
    .mega-hero-slider {
        min-height: auto !important;
        max-height: none !important;
        padding: 88px 0 56px !important;
    }

    .hero-slides { min-height: auto; }

    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        height: auto !important;
    }

    .section-premium-about,
    #vt-services-section,
    .section-industries-clean,
    .section-process-quantum,
    .section-tech-ecosystem,
    .section-cta-vortex {
        padding: 72px 0 !important;
    }

    #vt-services-wrap { padding: 0 20px !important; }
    .bento-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .clean-ind-grid { grid-template-columns: 1fr; }
    #vt-services-grid { grid-template-columns: 1fr !important; }
    .bento-stats-grid { grid-template-columns: 1fr; }
    .slide-dot.active { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .fade-up,
    .page-home .fade-in,
    .page-home .scale-up {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .vt-svc-card:hover,
    .clean-ind-card:hover,
    .stat-card-glass:hover,
    .btn-explore-sectors:hover {
        transform: none !important;
    }
}

/* ── Home FAQ (AEO) ── */
.home-faq-section {
    padding: 5rem 0;
    background: var(--color-bg-light, #f8fafc);
}
.home-faq-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
}
.home-faq-grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.home-faq-item {
    background: #fff;
    border: 1px solid var(--color-border, #e2e8f0);
    border-radius: 12px;
    padding: 0 1.25rem;
    transition: box-shadow .2s;
}
.home-faq-item[open] {
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.home-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 1.25rem 0;
    list-style: none;
    color: var(--color-text, #1e293b);
}
.home-faq-item summary::-webkit-details-marker { display: none; }
.home-faq-item summary::after {
    content: '+';
    float: right;
    font-size: 1.25rem;
    color: var(--vt-blue, #2563eb);
    font-weight: 400;
}
.home-faq-item[open] summary::after { content: '−'; }
.home-faq-item p {
    margin: 0 0 1.25rem;
    color: #64748b;
    line-height: 1.7;
    font-size: .95rem;
}
[data-theme="dark"] .home-faq-section { background: #0f172a; }
[data-theme="dark"] .home-faq-item { background: #1e293b; border-color: #334155; }
[data-theme="dark"] .home-faq-item summary { color: #e2e8f0; }
[data-theme="dark"] .home-faq-item p { color: #94a3b8; }
