@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--primary:#0f172a;--primary-light:#1e293b;--secondary:#2563eb;--secondary-hover:#1d4ed8;--accent:#f97316;--bg-white:#fff;--bg-light:#f8fafc;--bg-gray:#f1f5f9;--text-main:#0f172a;--text-muted:#475569;--text-light:#94a3b8;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-glass:0 8px 32px 0 #1f268712;--shadow-glow:0 0 40px #2563eb4d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-main);background-color:var(--bg-light);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}.bg-mesh{z-index:0;pointer-events:none;background:radial-gradient(at 0 0,#2563eb1f 0,#0000 50%),radial-gradient(at 100% 0,#f973161f 0,#0000 50%),radial-gradient(at 50% 100%,#0f172a0d 0,#0000 50%);width:100vw;height:100vh;position:absolute;top:0;left:0}.bg-mesh:before,.bg-mesh:after{content:"";filter:blur(120px);z-index:-1;opacity:.5;border-radius:50%;width:600px;height:600px;animation:15s infinite alternate floatBackground;position:absolute}.bg-mesh:before{background:#2563eb4d;top:-200px;left:-100px}.bg-mesh:after{background:#10b98133;animation-delay:-5s;bottom:-200px;right:-100px}@keyframes floatBackground{0%{transform:translate(0)scale(1)}50%{transform:translate(50px,50px)scale(1.1)}to{transform:translate(-50px,100px)scale(.9)}}.glass{-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-glass);background:#ffffffd9;border:1px solid #fffc}.glass-dark{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-xl);background:#0f172acc;border:1px solid #ffffff1a}@keyframes drawDottedLine{to{stroke-dashoffset:0}}.reveal-up{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal-fade{opacity:0;transition:opacity 1s}.reveal-scale{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.16,1,.3,1);transform:scale(.95)}.reveal-up.is-revealed,.reveal-fade.is-revealed,.reveal-scale.is-revealed{opacity:1;transform:translateY(0)scale(1)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:1s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--secondary) 0%, var(--secondary-hover) 100%);color:#fff;box-shadow:0 4px 14px #2563eb63}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #2563eb80}.btn-secondary{color:var(--primary);box-shadow:var(--shadow-sm);background-color:#fff;border:1px solid #e2e8f0}.btn-secondary:hover{background-color:var(--bg-gray);box-shadow:var(--shadow-md);transform:translateY(-3px)scale(1.02)}.container{z-index:1;max-width:1100px;margin:0 auto;padding:0 1.5rem;position:relative}.section{padding:5rem 0;position:relative}.section-title{text-align:center;color:var(--primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem}.section-subtitle{color:var(--text-muted);text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1rem;line-height:1.6}.grid{gap:2.5rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.section{padding:3.5rem 0}.section-title{font-size:1.75rem}}.navbar{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;animation:.8s cubic-bezier(.16,1,.3,1) forwards slideDownNav;position:fixed;top:0;left:0}@keyframes slideDownNav{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);background:#fffffff2;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-brand a{align-items:center;text-decoration:none;display:flex}.navbar-logo{object-fit:contain;transform-origin:0;width:auto;height:60px;transform:scale(3.2)translate(-35px)}.nav-desktop{align-items:center;gap:3rem;display:flex}.nav-links{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-main);padding-bottom:4px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background-color:var(--secondary);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-links a:hover{color:var(--secondary)}.nav-links a:hover:after{width:100%}.nav-btn{padding:.6rem 1.5rem;transition:all .3s}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2563eb33}.mobile-menu-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;display:none}.nav-mobile{width:100%;box-shadow:var(--shadow-lg);clip-path:polygon(0 0,100% 0,100% 0,0 0);background:#fff;flex-direction:column;gap:2rem;padding:2rem;transition:clip-path .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;left:0}.nav-mobile.open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.mobile-links{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.mobile-links a{color:var(--primary);font-size:1.25rem;font-weight:600;text-decoration:none}.mobile-action .btn{width:100%}@media (width<=992px){.nav-desktop{display:none}.mobile-menu-btn{display:block}.navbar-logo{transform:scale(2.2)translate(-15px)}}@media (width<=768px){.navbar-logo{height:50px;transform:scale(1.8)translate(-10px)}}@media (width<=480px){.navbar-logo{height:40px;transform:scale(1.5)translate(-5px)}}.hero-section{background:linear-gradient(135deg, var(--bg-light) 0%, var(--bg-white) 100%);min-height:90vh;padding:10rem 0 4rem;position:relative;overflow:hidden}.hero-container{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.hero-content{z-index:10;flex:1;max-width:650px}.badge{color:var(--secondary);background:#2563eb1a;border:1px solid #2563eb33;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{color:var(--primary);letter-spacing:-.03em;margin-bottom:1.2rem;font-size:2.4rem;line-height:1.2}.text-gradient{background:linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-muted);max-width:100%;margin-bottom:2rem;font-size:1.05rem}.hero-actions{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;gap:1rem;margin-top:2rem;margin-bottom:1rem;display:flex}.hero-benefits-features{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.section-label{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:.75rem;font-size:.9rem;font-weight:700}.check-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.check-list li{color:var(--text-dark);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:500;display:flex}.check-icon{color:var(--secondary);flex-shrink:0}.feature-tags{flex-wrap:wrap;gap:.75rem;display:flex}.feature-tag{background:var(--bg-white);color:var(--text-dark);box-shadow:var(--shadow-sm);border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.9rem;font-weight:500;display:flex}.hero-visual{z-index:5;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:1300px;display:flex;position:relative}.big-middle-wrapper{transform-origin:50%;flex-direction:column;justify-content:center;align-items:center;height:700px;padding:2rem 0;display:flex;position:relative;transform:scale(.85)}.big-middle-screen{z-index:10;background:#fff;flex-direction:column;margin:0 auto;transition:width .7s cubic-bezier(.25,1,.5,1),height .7s cubic-bezier(.25,1,.5,1),border-radius .7s,border .7s;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000002e}.mode-web{border:1px solid #e2e8f0;border-radius:20px;width:750px;height:460px}.mode-mobile{border:8px solid #1e293b;border-radius:30px;width:260px;height:520px}.device-top-bar{background:#f8fafc;align-items:center;transition:all .7s;display:flex;position:relative}.mode-web .device-top-bar{border-bottom:1px solid #e2e8f0;height:48px}.mode-mobile .device-top-bar{border-bottom:none;height:0;overflow:hidden}.browser-dots{gap:8px;padding-left:15px;transition:opacity .3s;display:flex}.browser-dots span{background:#475569;border-radius:50%;width:12px;height:12px}.browser-dots span:first-child{background:#ef4444}.browser-dots span:nth-child(2){background:#f59e0b}.browser-dots span:nth-child(3){background:#10b981}.mode-mobile .browser-dots{opacity:0}.mobile-notch{opacity:0;z-index:20;pointer-events:none;background:#1e293b;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:140px;height:25px;transition:opacity .4s;position:absolute;top:0;left:50%;transform:translate(-50%)}.mode-mobile .mobile-notch{opacity:1;transition-delay:.3s}.progress-container{z-index:10;gap:12px;margin-top:30px;display:flex;position:absolute;bottom:0}.progress-dot{background:#cbd5e1;border-radius:4px;width:36px;height:8px;transition:all .3s}.progress-dot.active{background:var(--secondary);width:48px}.screen-slider-track{height:100%;transition:transform .7s cubic-bezier(.65,0,.35,1);display:flex}.screen-slide{background:#f8fafc;justify-content:center;align-items:center;min-width:100%;height:100%;padding:0;display:flex}.screen-slide img{object-fit:contain;object-position:center;width:100%;height:100%;box-shadow:none;background:#fff;border-radius:0}.slide-watermark{z-index:50;pointer-events:none;-webkit-backdrop-filter:blur(4px);background:#fffffff2;border:1px solid #fffc;border-radius:8px;padding:4px 8px;position:absolute;top:15px;right:15px;box-shadow:0 4px 15px #00000026}.slide-watermark img{opacity:1;width:auto;height:55px;display:block}.mode-mobile .slide-watermark{padding:2px 6px;top:10px;right:10px}.mode-mobile .slide-watermark img{height:40px}.explainer-container{z-index:20;opacity:0;pointer-events:none;align-items:center;transition:opacity .5s;display:flex;position:absolute}.explainer-container.active{opacity:1}.explainer-arrow{width:60px;height:50px;position:relative}.explainer-arrow svg{width:100%;height:100%;overflow:visible}.explainer-container.active .arrow-path{stroke-dasharray:200;stroke-dashoffset:200px;animation:.8s linear .4s forwards drawDottedLine}.explainer-card{text-align:left;background:#fffffffa;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;min-width:180px;max-width:220px;padding:.75rem 1rem;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(10px)scale(.95);box-shadow:0 15px 35px #00000026}.explainer-container.active .explainer-card{transition-delay:.6s;transform:translateY(0)scale(1)}.explainer-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bg-blue{background:#2563eb}.bg-dark{background:#0f172a}.bg-purple{background:#8b5cf6}.bg-orange{background:#f97316}.explainer-text h4{color:var(--primary);margin-bottom:.15rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700}.explainer-text p{color:var(--text-muted);margin:0;font-size:.85rem}.pos-0{top:10%;left:-30px}.pos-2{top:40%;left:-30px}.pos-4{bottom:15%;left:-30px}.pos-0 .explainer-arrow,.pos-2 .explainer-arrow,.pos-4 .explainer-arrow{order:2;margin-left:-5px}.pos-1{top:25%;right:-30px}.pos-3{top:40%;right:-30px}.pos-5{bottom:15%;right:-30px}.pos-1 .explainer-arrow,.pos-3 .explainer-arrow,.pos-5 .explainer-arrow{order:1;margin-right:-5px}@media (width<=1400px){.hero-container{padding:0 1.5rem}.pos-0,.pos-2,.pos-4{left:0}.pos-1,.pos-3,.pos-5{right:0}.big-middle-screen{width:600px}.mode-web{width:600px;height:340px}.mode-mobile{width:220px;height:440px}.big-middle-wrapper{transform:scale(.7)}}@media (width<=1150px){.hero-container{text-align:center;flex-direction:column}.hero-content{text-align:center;max-width:800px}.hero-actions{white-space:normal;flex-wrap:wrap;justify-content:center}.check-list{align-items:center}.feature-tags,.hero-visual{justify-content:center}.big-middle-wrapper{transform-origin:50%;height:auto;padding:2rem 0;transform:scale(1)}.big-middle-screen{width:100%;max-width:700px}.mode-web{width:100%;max-width:700px;height:400px}.explainer-container{display:none}}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.mode-web{height:250px}.mode-mobile{width:200px;height:400px}}.problems-section{background:var(--bg-light);padding:8rem 0;position:relative;overflow:hidden}.problems-layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;display:grid}.problems-content{max-width:500px}.problems-content .section-title{letter-spacing:-.03em;color:var(--primary);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.problems-content .section-subtitle{color:var(--text-muted);font-size:1.15rem;line-height:1.6}.problems-cards-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.problem-pitch-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000008}.problem-pitch-card:hover{border-color:#f973164d;transform:translate(10px);box-shadow:0 15px 40px #00000014}.problem-pitch-icon{color:#ef4444;background:#ef44441a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.problem-pitch-title{color:var(--primary);margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1.25rem}.problem-pitch-desc{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.5}@media (width<=1024px){.problems-layout{grid-template-columns:1fr;gap:4rem}.problems-content{text-align:center;max-width:100%}.problems-content .section-title{font-size:2.5rem}.problem-badge{margin:0 auto 2rem}}.how-section{background:#fff;padding:8rem 0}.how-timeline{flex-direction:column;gap:1rem;max-width:800px;margin:4rem auto 0;display:flex}.timeline-item{align-items:flex-start;gap:2rem;display:flex}.timeline-icon-wrapper{flex-direction:column;align-items:center;display:flex}.timeline-icon{background:var(--bg-light);z-index:2;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 10px 20px #00000008}.timeline-line{background:#e2e8f0;width:2px;height:80px;margin-top:10px;margin-bottom:10px}.timeline-content{padding-top:12px;padding-bottom:3rem}.timeline-title{color:var(--primary);margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1.5rem}.timeline-desc{color:var(--text-muted);margin:0;font-size:1.1rem;line-height:1.6}@media (width<=768px){.timeline-item{gap:1.5rem}.timeline-icon{width:48px;height:48px}.timeline-icon svg{width:20px;height:20px}.timeline-line{height:100px}}.ai-feature-section{background:var(--bg-light);padding:8rem 0;overflow:hidden}.ai-carousel-container{flex-direction:column;align-items:center;gap:2rem;max-width:850px;margin:0 auto;display:flex}.ai-canvas-wrapper{aspect-ratio:16/9;background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001f}.dashboard-viewport{width:100%;height:100%;position:relative;overflow:hidden}.dashboard-mockup-zoom{object-fit:cover;transform-origin:50%;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.25,1,.5,1)}.zoom-0 .dashboard-mockup-zoom{transform:scale(1.6)translate(10%,10%)}.zoom-1 .dashboard-mockup-zoom{transform:scale(1.7)translate(-15%,-5%)}.zoom-2 .dashboard-mockup-zoom{transform:scale(1.5)translateY(-15%)}.ai-explainer-overlay{pointer-events:none;z-index:20;position:absolute;inset:0}.ai-explainer-card{-webkit-backdrop-filter:blur(12px);opacity:0;max-width:320px;transform-style:preserve-3d;background:#fffffff2;border:1px solid #fff9;border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;transform:perspective(1000px)rotateY(-90deg)scale(.8);box-shadow:0 15px 30px #0000001f}.ai-explainer-card.active-explainer{opacity:1;pointer-events:auto;transform:perspective(1000px)rotateY(0)scale(1)}.ai-explainer-card:first-child{bottom:10%;left:5%}.ai-explainer-card:nth-child(2){top:10%;right:5%}.ai-explainer-card:nth-child(3){bottom:10%;right:5%}.ai-explainer-icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 16px #0000001a}.ai-explainer-content h3{color:var(--primary);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700}.ai-explainer-content p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.4}.feat-purple .ai-explainer-icon{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%)}.feat-blue .ai-explainer-icon{background:linear-gradient(135deg,#60a5fa 0%,#2563eb 100%)}.feat-orange .ai-explainer-icon{background:linear-gradient(135deg,#fdba74 0%,#ea580c 100%)}.ai-carousel-controls{justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.ai-arrow-btn{width:44px;height:44px;color:var(--primary);cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ai-arrow-btn:hover{background:var(--bg-light);border-color:var(--primary);transform:scale(1.05)}.ai-carousel-dots{gap:.75rem;display:flex}.ai-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.ai-dot:hover{background:#94a3b8}.ai-dot.active{background:var(--secondary);transform:scale(1.3)}@media (width<=768px){.ai-canvas-wrapper{aspect-ratio:1}.ai-explainer-card{max-width:90%;inset:auto 5% 5%!important}}.industries-section{background:var(--bg-light);padding:8rem 0;overflow:hidden}.ind-carousel-container{perspective:1200px;place-items:center;width:100%;max-width:600px;height:380px;margin:0 auto;display:grid;position:relative}.ind-carousel-card{opacity:0;text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:380px;padding:2.5rem 2rem;transition:all .8s cubic-bezier(.25,1,.5,1);position:absolute;box-shadow:0 10px 30px #00000014}.ind-carousel-card.active-card{opacity:1;z-index:10;transform:translateZ(0)scale(1);box-shadow:0 25px 50px #00000026}.ind-carousel-card.next-card{opacity:.4;z-index:5;transform:translate(45%)translateZ(-200px)rotateY(-20deg)scale(.85)}.ind-carousel-card.prev-card{opacity:.4;z-index:5;transform:translate(-45%)translateZ(-200px)rotateY(20deg)scale(.85)}.ind-carousel-card.hidden-card{opacity:0;z-index:1;pointer-events:none;transform:translateZ(-400px)scale(.6)}.ind-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.ind-title{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.ind-desc{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.border-top-blue:before{content:"";background:#2563eb;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:6px;position:absolute;top:0;left:0}.border-top-orange:before{content:"";background:#f97316;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:6px;position:absolute;top:0;left:0}.border-top-green:before{content:"";background:#10b981;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:6px;position:absolute;top:0;left:0}.border-top-purple:before{content:"";background:#8b5cf6;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:6px;position:absolute;top:0;left:0}.bg-blue-light{background:#2563eb1a}.bg-orange-light{background:#f973161a}.bg-green-light{background:#10b9811a}.bg-purple-light{background:#8b5cf61a}.ind-carousel-dots{justify-content:center;gap:1.5rem;margin-top:3rem;display:flex}.ind-dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:14px;height:14px;transition:all .3s;position:relative;overflow:hidden}.ind-dot.active-dot{background:#e2e8f0;border-radius:10px;width:40px}.ind-dot-fill{background:var(--secondary);transform-origin:0;width:100%;height:100%;animation:3s linear forwards dotFill;position:absolute;top:0;left:0}@keyframes dotFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=768px){.ind-carousel-container{height:400px}.ind-carousel-card{max-width:90%;padding:2.5rem 1.5rem}.ind-carousel-card.next-card{transform:translate(30%)translateZ(-200px)rotateY(-20deg)scale(.85)}.ind-carousel-card.prev-card{transform:translate(-30%)translateZ(-200px)rotateY(20deg)scale(.85)}}.roi-section{background:var(--bg-light);padding:8rem 0;position:relative;overflow:hidden}.roi-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.roi-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3rem 2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #00000008}.roi-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.animate-pop{animation:.8s cubic-bezier(.16,1,.3,1) forwards popIn}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.roi-icon-wrap{border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 2rem;display:flex}.bg-green-glow{background:#10b9811a}.bg-blue-glow{background:#2563eb1a}.bg-orange-glow{background:#f973161a}.roi-number{color:var(--primary);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:5rem;font-weight:800;line-height:1}.roi-title{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.roi-desc{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.6}@media (width<=1024px){.roi-grid{grid-template-columns:1fr}}.faq-section{background:#fff;padding:8rem 0}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:4rem auto 0;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000008}.faq-item.open{border-color:#2563eb66;box-shadow:0 10px 30px #2563eb0d}.faq-question{background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.faq-question h3{color:var(--primary);margin:0;padding-right:1rem;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600}.faq-icon{flex-shrink:0;transition:transform .3s}.text-accent{color:var(--secondary)}.text-muted{color:#94a3b8}.faq-answer{background:#f8fafc;max-height:0;padding:0 2rem;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:200px;padding:0 2rem 1.5rem}.faq-answer p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}@media (width<=768px){.faq-question{padding:1.25rem 1.5rem}.faq-question h3{font-size:1.05rem}.faq-item.open .faq-answer{max-height:300px;padding:0 1.5rem 1.25rem}}.contact-layout{align-items:center;gap:4rem;display:flex}.contact-info{flex:1}.contact-methods{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.method-item{align-items:center;gap:1.5rem;display:flex}.method-icon{background:var(--bg-white);width:48px;height:48px;color:var(--secondary);box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;display:flex}.method-item h4{color:var(--primary);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.1rem}.method-item p{color:var(--text-muted);margin:0}.contact-form-wrapper{border-radius:20px;flex:1;padding:2rem}.form-title{color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{gap:1.5rem;display:flex}.form-row .form-group{flex:1}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--primary-light);font-size:.9rem;font-weight:600}.text-danger{color:#ef4444;margin-left:2px}.form-group input,.form-group textarea{color:var(--text-main);background:#ffffffe6;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--secondary);background:#fff;outline:none;box-shadow:0 0 0 4px #2563eb1a}.input-error{background-color:#fef2f2!important;border-color:#ef4444!important}.error-text{color:#ef4444;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.85rem;font-weight:500;display:flex}.submit-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1rem}@media (width<=992px){.contact-layout{flex-direction:column}.contact-form-wrapper{width:100%;padding:2rem}}@media (width<=768px){.form-row{flex-direction:column}}.cta-section{background:linear-gradient(135deg, var(--primary) 0%, #1e293b 100%);color:#fff;padding:6rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 50%);width:200%;height:200%;animation:20s linear infinite rotate;position:absolute;top:-50%;left:-50%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-title{z-index:2;max-width:800px;margin:0 auto 1.5rem;font-size:3rem;position:relative}.cta-subtitle{color:#94a3b8;z-index:2;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;position:relative}.cta-actions{z-index:2;justify-content:center;gap:1.5rem;display:flex;position:relative}.cta-btn{padding:1rem 2rem;font-size:1.125rem}@media (width<=768px){.cta-title{font-size:2rem}.cta-actions{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px}}.footer{background:var(--primary);color:#fff;border-top:1px solid #ffffff1a;padding:4rem 0 1.5rem;position:relative}.footer:before{content:"";background:linear-gradient(90deg, var(--secondary) 0%, var(--accent) 100%);width:100%;height:4px;position:absolute;top:0;left:0}.insite-footer-logo{width:auto;height:70px;margin-bottom:1rem;transition:height .3s}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-logo{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.footer-desc{color:var(--text-light);max-width:320px;font-size:.95rem;line-height:1.5}.footer-heading{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-light);font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.footer-links a:hover{color:var(--accent);transform:translate(4px)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;padding-top:1.5rem;display:flex}.iso-cert-text{color:#fff;letter-spacing:.5px;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;padding:.4rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-block}.techefficio-logo{object-fit:contain;height:36px;transition:transform .3s}.techefficio-logo:hover{transform:scale(1.05)}.footer-copyright{color:var(--text-light);margin:0;font-size:.95rem}@media (width<=992px){.insite-footer-logo{height:60px}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-grid{grid-template-columns:1fr}.insite-footer-logo{height:50px}}
