/* Base & Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: #0a0a0a; color: #f4f4f5; font-family: 'Manrope', sans-serif; overflow-x: hidden; }

/* Custom Cursor */
@media (hover: hover) and (pointer: fine) {
    * { cursor: none !important; }
    .cursor-dot, .cursor-outline { position: fixed; top: 0; left: 0; transform: translate(-50%, -50%); border-radius: 50%; z-index: 9999; pointer-events: none; }
    .cursor-dot { width: 8px; height: 8px; background-color: #ff3366; }
    .cursor-outline { width: 40px; height: 40px; border: 1px solid rgba(255, 51, 102, 0.5); transition: width 0.2s, height 0.2s, background-color 0.2s; }
}

/* Nav */
.nav-minimal { display: flex; justify-content: space-between; padding: 2vw 4vw; position: fixed; width: 100%; z-index: 100; mix-blend-mode: difference; }
.logo { font-family: 'Syncopate', sans-serif; font-size: 2rem; font-weight: 700; color: #fff; text-decoration: none; }
.nav-cta { color: #fff; text-decoration: none; text-transform: uppercase; font-weight: 800; transition: 0.3s; }

/* --- WORLD-CLASS SCROLL REVEAL ANIMATIONS --- */
.reveal-up { opacity: 0; transform: translateY(50px); transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); will-change: opacity, transform; }
.reveal-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; } .delay-2 { transition-delay: 0.2s; } .delay-3 { transition-delay: 0.3s; }

/* --- PREMIUM CINEMATIC FILM GRAIN OVERLAY --- */
.premium-grain { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 9998; opacity: 0.04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); }

/* Elegant Subpage Typography Fix */
.subpage-title { font-family: 'Syncopate', sans-serif; font-size: clamp(2rem, 6vw, 6rem); line-height: 1.1; font-weight: 700; text-transform: uppercase; color: #fff; position: relative; z-index: 10; margin-bottom: 20px; letter-spacing: -1px; }

/* --- HERO SECTION --- */
.hero-kinetic { min-height: 100vh; display: flex; align-items: center; padding: 15vh 4vw 10vh; position: relative; perspective: 1200px; overflow: hidden; background-color: #0a0a0a; }
.hero-wrapper { width: 100%; transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1); transform-style: preserve-3d; will-change: transform; position: relative; z-index: 2; }
.huge-text { font-family: 'Syncopate', sans-serif; font-size: clamp(2.5rem, 10vw, 12rem); line-height: 1.1; font-weight: 700; text-transform: uppercase; transform: translateZ(50px); }
.hero-spotlight-text { color: transparent; -webkit-text-stroke: 2px rgba(255, 255, 255, 0.15); position: relative; display: inline-block; }

/* GPU-Accelerated Animation Fix (Lighthouse Forced Reflow elimination) */
.hero-spotlight-text::after { 
    content: attr(data-text); 
    position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
    background-image: linear-gradient(90deg, #ff3366, #ff9933, #ff3366); 
    -webkit-background-clip: text; background-clip: text; 
    -webkit-text-fill-color: transparent; color: transparent; 
    animation: flowGradient 4s linear infinite; 
    -webkit-text-stroke: 0; 
    clip-path: circle(0px at var(--mask-x, 50%) var(--mask-y, 50%)); 
    transition: clip-path 0.1s ease; 
}
.hero-kinetic:hover .hero-spotlight-text::after { clip-path: circle(250px at var(--mask-x) var(--mask-y)); }

@keyframes flowGradient { 
    0% { filter: hue-rotate(0deg); } 
    100% { filter: hue-rotate(360deg); } 
}

.hero-bottom-row { display: flex; justify-content: space-between; align-items: center; margin-top: 5vh; transform: translateZ(20px); flex-wrap: wrap; gap: 20px; }
.hero-subtext { max-width: 400px; font-size: 1.2rem; color: #888; }

/* Google Reviews Badge */
.google-reviews { display: flex; align-items: center; gap: 15px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); padding: 12px 25px; border-radius: 50px; transition: all 0.3s ease; backdrop-filter: blur(10px); }
.google-reviews:hover { border-color: #ff3366; background: rgba(255, 51, 102, 0.05); transform: translateY(-3px); }
.g-stars { color: #FBBC05; font-size: 1.3rem; letter-spacing: 2px; line-height: 1; margin-bottom: 2px; }
.g-text span { font-size: 0.8rem; color: #a0a0a0; text-transform: uppercase; letter-spacing: 1px; }
.g-text strong { color: #fff; font-size: 1rem; }

/* Live Stats */
.hero-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 6vh; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 5vh; transform: translateZ(30px); }
.stat-box { display: flex; flex-direction: column; transition: transform 0.3s; }
.stat-box:hover { transform: translateY(-5px); }
.stat-number { font-family: 'Syncopate', sans-serif; font-size: clamp(2rem, 4vw, 4rem); color: #ff3366; line-height: 1; margin-bottom: 5px; }
.stat-label { font-size: 0.85rem; color: #888; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; }

/* Marquee */
.marquee-container { background: #ff3366; color: #0a0a0a; padding: 20px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #ff3366; border-bottom: 1px solid #ff3366; transform: rotate(-2deg) scale(1.05); margin: 10vh 0 0 0; position: relative; z-index: 10; }
.marquee-content { display: inline-block; animation: marquee 20s linear infinite; font-family: 'Manrope', sans-serif; font-size: 1.3rem; font-weight: 800; letter-spacing: 2px; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Fluid Cloud Map Section */
.floating-nations-section { position: relative; width: 100vw; height: 100vh; background-color: #050505; overflow: hidden; display: block; border-top: none; margin-top: 0; margin-bottom: 0; padding-top: 10vh; }
.floating-nations-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70vw; height: 70vw; background: radial-gradient(circle, rgba(255, 51, 102, 0.05) 0%, transparent 60%); z-index: 0; pointer-events: none; }
.center-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; text-align: center; pointer-events: none; background: radial-gradient(circle, rgba(5,5,5,0.95) 0%, rgba(5,5,5,0.8) 40%, rgba(5,5,5,0) 70%); padding: 80px; border-radius: 50%; }
.center-core .map-title { font-family: 'Syncopate', sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(3rem, 7vw, 7rem); line-height: 1; text-shadow: 0 10px 30px rgba(0,0,0,0.8); margin-bottom: 20px; }
.footprint-intro { font-size: clamp(1rem, 2.5vw, 1.8rem); color: #a0a0a0; font-weight: 300; max-width: 900px; line-height: 1.4; margin-top: 15px; }
.bold-accent { font-weight: 800; color: #fff; }
.floating-cloud { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; }
.float-wrapper { position: absolute; top: 0; left: 0; pointer-events: none; } 
.nation-text { display: inline-flex; align-items: center; justify-content: center; font-family: 'Syncopate', sans-serif; text-transform: uppercase; font-weight: 800; color: rgba(255, 255, 255, 0.6); transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease, color 0.4s ease; white-space: nowrap; pointer-events: auto; font-size: clamp(0.9rem, 1.2vw, 1.5rem); padding: 10px; }

/* =========================================
   UNIVERSAL GEOMETRIC SMOOTH TRANSITION 
========================================= */
.geo-transition { position: relative; }
.geo-transition::before {
    content: ''; position: absolute; top: 0; left: 20%; width: 60%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 51, 102, 0.4), transparent);
}
.geo-transition::after {
    content: ''; position: absolute; top: -5px; left: 50%; transform: translateX(-50%) rotate(45deg);
    width: 10px; height: 10px; border: 1px solid rgba(255, 51, 102, 0.6); box-shadow: 0 0 10px rgba(255, 51, 102, 0.3);
}

/* Color Matching for specific sections */
.services-interactive { background: linear-gradient(to bottom, #050505 0%, #0a0a0a 100px, #0a0a0a 100%); padding: 50px 4vw; }
.services-interactive.geo-transition::after { background: #0a0a0a; }

.deep-dive-container { background: linear-gradient(to bottom, #050505 0%, #0a0a0a 100px, #0a0a0a 100%); padding: 10vh 5vw; display: flex; flex-direction: column; gap: 8vh; }
.deep-dive-container.geo-transition::after { background: #0a0a0a; }

.manifesto-section { background: linear-gradient(to bottom, #030303 0%, #0a0a0a 100px, #0a0a0a 100%); }
.manifesto-section.geo-transition::after { background: #0a0a0a; }

.faq-section { background: linear-gradient(to bottom, #0a0a0a 0%, #050505 100px, #050505 100%); padding: 15vh 4vw; border-top: none; }
.faq-section.geo-transition::after { background: #050505; }

.contact-form-section { background: linear-gradient(to bottom, #050505 0%, #080808 100px, #080808 100%); padding: 10vh 4vw; display: flex; justify-content: center; border-top: none; }
.contact-form-section.geo-transition::after { background: #080808; }

.trust-section { background: linear-gradient(to bottom, #080808 0%, #0a0a0a 100px, #0a0a0a 100%); padding: 5vh 4vw 10vh; display: flex; justify-content: center; }
.trust-section.geo-transition::after { background: #0a0a0a; }

.footer-massive { background: linear-gradient(to bottom, #0a0a0a 0%, #050505 100px, #050505 100%); padding: 10vh 4vw; border-top: none; }
.footer-massive.geo-transition::after { background: #050505; }

/* Subpage Components */
.service-row { display: flex; align-items: center; padding: 4vw 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; transition: 0.4s; cursor: none; }
.service-row:hover { padding-left: 2vw; }
.service-row:hover .service-title { color: #ff3366; }
.service-number { font-family: 'Syncopate', sans-serif; font-size: 2rem; margin-right: 4vw; color: #444; }
.service-title { font-size: clamp(2rem, 5vw, 6rem); font-weight: 800; text-transform: uppercase; transition: 0.4s; }
.service-reveal { position: absolute; right: 0; opacity: 0; width: 300px; transform: translateX(20px); transition: 0.4s ease-out; pointer-events: none; }
.service-row:hover .service-reveal { opacity: 1; transform: translateX(0); }

.service-deep-dive { display: flex; justify-content: flex-start; padding: 60px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 24px; position: relative; overflow: hidden; transition: border-color 0.4s, transform 0.4s; }
.service-deep-dive:hover { border-color: rgba(255, 51, 102, 0.3); transform: translateY(-5px); }
.service-deep-dive.alt { justify-content: flex-end; }
.sdd-content { max-width: 700px; position: relative; z-index: 2; }
.sdd-index { font-family: 'Syncopate', sans-serif; font-size: 1.2rem; color: #ff3366; margin-bottom: 15px; font-weight: 700; }
.sdd-title { font-family: 'Syncopate', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); color: #fff; text-transform: uppercase; margin-bottom: 10px; line-height: 1.1; }
.sdd-subtitle { font-size: 1.2rem; color: #ff3366; font-weight: 500; margin-bottom: 25px; letter-spacing: 1px; }
.sdd-text { font-size: 1.1rem; color: #a0a0a0; line-height: 1.8; margin-bottom: 20px; font-weight: 300; }
.sdd-text strong { color: #fff; font-weight: 700; }

.tech-stack { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.tech-pill { padding: 8px 18px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 50px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #e0e0e0; background: rgba(0,0,0,0.3); }

.faq-header { text-align: center; margin-bottom: 8vh; }
.faq-title { font-family: 'Manrope', sans-serif; font-size: clamp(1.8rem, 5vw, 3.5rem); font-weight: 800; text-transform: uppercase; color: #fff; letter-spacing: 2px; margin-bottom: 20px; }
.faq-container { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid rgba(255, 255, 255, 0.1); cursor: pointer; }
.hidden-faq { display: none; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 3.5vh 0; transition: color 0.3s; }
.faq-question h4 { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: clamp(1.05rem, 2vw, 1.25rem); color: #f4f4f5; transition: color 0.3s; padding-right: 20px; line-height: 1.4; }
.faq-icon { font-size: 1.8rem; font-weight: 300; color: #ff3366; transition: transform 0.4s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease; opacity: 0; }
.faq-answer p { font-size: 0.95rem; color: #a0a0a0; line-height: 1.7; padding-bottom: 3.5vh; }
.faq-item.active .faq-question h4 { color: #ff3366; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-item.active .faq-answer { max-height: 500px; opacity: 1; }
.faq-item:hover .faq-question h4 { color: #ff3366; }
.faq-load-more { display: inline-block; align-self: center; margin-top: 40px; padding: 12px 30px; border: 1px solid #ff3366; color: #ff3366; border-radius: 50px; font-family: 'Syncopate', sans-serif; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; transition: all 0.3s ease; cursor: pointer; }
.faq-load-more:hover { background: #ff3366; color: #fff; transform: translateY(-3px); }

.form-container { width: 100%; max-width: 650px; background: rgba(255,255,255,0.02); padding: 50px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.05); transition: border-color 0.4s; }
.form-container:hover { border-color: rgba(255, 51, 102, 0.4); }
.form-title { font-family: 'Syncopate', sans-serif; font-size: 2rem; color: #ff3366; text-align: center; margin-bottom: 10px; text-transform: uppercase; }
.input-group { margin-bottom: 20px; }
.input-group input, .input-group textarea { width: 100%; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 15px 20px; font-family: 'Manrope', sans-serif; font-size: 1rem; border-radius: 10px; transition: border-color 0.3s, box-shadow 0.3s; outline: none; }
.input-group input:focus, .input-group textarea:focus { border-color: #ff3366; box-shadow: 0 0 10px rgba(255, 51, 102, 0.2); }
.form-submit-btn { width: 100%; background: #ff3366; color: #fff; border: none; padding: 18px; font-family: 'Syncopate', sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; border-radius: 10px; transition: 0.3s; cursor: pointer; margin-top: 10px; }
.form-submit-btn:hover { background: #fff; color: #ff3366; box-shadow: 0 0 20px rgba(255,255,255,0.2); transform: translateY(-3px); }

.trust-container { display: flex; align-items: center; gap: 40px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05); padding: 40px 60px; border-radius: 20px; max-width: 1000px; transition: border-color 0.4s, transform 0.4s; cursor: none; }
.trust-container:hover { border-color: #ff3366; transform: translateY(-5px); }

/* Optimized MSME Logo Fix */
.msme-logo { width: 120px; height: auto; filter: invert(1) opacity(0.8); }

.trust-text h3 { font-family: 'Syncopate', sans-serif; font-size: 1.2rem; color: #fff; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.trust-text p { color: #a0a0a0; font-size: 1rem; line-height: 1.6; }

.footer-header { text-align: center; margin-bottom: 6vh; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 50px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 50px; max-width: 1400px; margin: 0 auto; }
.footer-column h4 { color: #ff3366; margin-bottom: 20px; font-family: 'Syncopate', sans-serif; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1px; }
.footer-column p { color: #888; font-size: 1.1rem; line-height: 1.8; margin-bottom: 10px; }
.footer-link { color: #f4f4f5; text-decoration: none; position: relative; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,0.3); transition: border-color 0.3s; }
.footer-link:hover { border-color: #ff3366; }
.social-links a { color: #888; text-decoration: none; margin-right: 5px; transition: color 0.3s; }
.social-links a:hover { color: #ff3366; }

/* =========================================
   FLOATING ACTION BUTTONS
========================================= */
.floating-call-btn { position: fixed; bottom: 40px; right: 40px; background-color: #ff3366; color: #fff; padding: 15px 25px; border-radius: 50px; display: flex; align-items: center; gap: 12px; font-family: 'Syncopate', sans-serif; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; text-decoration: none; box-shadow: 0 10px 30px rgba(255, 51, 102, 0.4); z-index: 9999; opacity: 0; transform: translateY(30px) scale(0.9); pointer-events: none; transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s, color 0.3s; }
.floating-call-btn.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.floating-call-btn:hover { background-color: #fff; color: #ff3366; box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2); }
.floating-call-btn svg { transition: fill 0.3s; }
.floating-call-btn:hover svg { fill: #ff3366; }

.whatsapp-float { position: fixed; bottom: 40px; left: 40px; background-color: #25D366; color: #fff; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3); z-index: 9999; transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 10px 40px rgba(37, 211, 102, 0.6); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }

/* Mobile Overrides */
@media (max-width: 900px) {
    .hero-bottom-row { flex-direction: column; align-items: flex-start; }
    .hero-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .marquee-container { padding: 12px 0; margin: 6vh 0 0 0; }
    .marquee-content { font-size: 0.95rem; letter-spacing: 1px; }
    .nation-text { font-size: clamp(0.75rem, 2.5vw, 1rem) !important; }
    .center-core { padding: 40px 10px; background: rgba(5,5,5,0.85); border-radius: 20px; width: 90%; }
    .footer-grid { text-align: center; gap: 40px; }
    
    .service-row { flex-wrap: wrap; align-items: flex-start; padding: 6vw 0; }
    .service-number { margin-right: 15px; font-size: 1.5rem; }
    .service-title { font-size: clamp(1.1rem, 4.5vw, 1.5rem); white-space: nowrap; } 
    .service-reveal { position: relative; width: 100%; transform: none; right: auto; padding-left: 45px; max-height: 0; margin-top: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease; }
    .service-row:hover { padding-left: 0; }
    .service-row:hover .service-reveal { opacity: 1; max-height: 200px; margin-top: 15px; transform: none; }

    .deep-dive-container { padding: 5vh 5vw; gap: 4vh; }
    .service-deep-dive { padding: 30px 20px; border-radius: 16px; }
    .sdd-title { font-size: 1.5rem; }
    .sdd-subtitle { font-size: 1rem; margin-bottom: 15px; }

    .faq-question h4 { font-size: 1rem; }
    .faq-answer p { font-size: 0.9rem; }
    .trust-container { flex-direction: column; text-align: center; padding: 30px 20px; gap: 20px; }
    
    /* Adjusted MSME Logo Size for Mobile */
    .msme-logo { width: 100px; }
    
    .trust-text h3 { font-size: 1rem; }
    
    .form-container { padding: 30px 20px; }
    
    .floating-call-btn { bottom: 20px; right: 15px; padding: 10px 16px; font-size: 0.75rem; border-radius: 40px; }
    .floating-call-btn svg { width: 16px; height: 16px; }
    .whatsapp-float { bottom: 20px; left: 15px; width: 40px; height: 40px; }
    .whatsapp-float svg { width: 20px; height: 20px; }
}