*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:#334155;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img,svg{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:#1e293b}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{color:#64748b;font-size:1.125rem}.text-gradient{background:linear-gradient(135deg, #6366F1 0%, #818CF8 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width: 1024px){.container{padding:0 2rem}}.section{padding:6rem 0;position:relative}@media(max-width: 768px){.section{padding:4rem 0}}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header .section-tag{display:inline-block;padding:.5rem 1rem;background:#e0e7ff;color:#6366f1;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.section-header h2{margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg, #6366F1 0%, #818CF8 100%);color:#fff;box-shadow:0 10px 40px -10px rgba(99,102,241,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px -10px rgba(99,102,241,.4)}.btn-secondary{background:#fff;color:#334155;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#e0e7ff;color:#6366f1}.btn-outline{background:rgba(0,0,0,0);color:#6366f1;border:2px solid #6366f1}.btn-outline:hover{background:#6366f1;color:#fff}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease}.card:hover{transform:translateY(-4px);border-color:#e0e7ff;box-shadow:0 20px 40px -10px rgba(99,102,241,.15)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:hsla(0,0%,100%,.8);backdrop-filter:blur(20px);transition:all .3s ease}.header.scrolled{background:hsla(0,0%,100%,.95);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.03)}.header .container{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem}.logo svg{height:40px;width:auto}.logo span{font-size:1.5rem;font-weight:700;color:#1e293b}.nav{display:none}@media(min-width: 1024px){.nav{display:flex;align-items:center;gap:2rem}}.nav-link{font-weight:500;color:#64748b;transition:color .15s ease;position:relative}.nav-link::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg, #6366F1 0%, #818CF8 100%);transition:width .3s ease;border-radius:2px}.nav-link:hover{color:#6366f1}.nav-link:hover::after{width:100%}.nav-cta{display:none}@media(min-width: 1024px){.nav-cta{display:inline-flex}}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;padding:.5rem}@media(min-width: 1024px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{width:24px;height:2px;background:#1e293b;border-radius:2px;transition:all .3s ease}.mobile-nav{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.98);backdrop-filter:blur(20px);padding:2rem;z-index:999}.mobile-nav.active{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .3s ease}.mobile-nav .nav-link{font-size:1.25rem;padding:1rem 0;border-bottom:1px solid #e2e8f0;color:#334155}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px;background:linear-gradient(180deg, #FFFFFF 0%, #EEF2FF 100%)}.hero::before{content:"";position:absolute;top:10%;right:-20%;width:60%;height:60%;background:radial-gradient(ellipse at center, rgba(99, 102, 241, 0.08) 0%, transparent 70%);pointer-events:none}.hero::after{content:"";position:absolute;bottom:10%;left:-10%;width:40%;height:40%;background:radial-gradient(ellipse at center, rgba(244, 114, 182, 0.06) 0%, transparent 70%);pointer-events:none}.hero .container{position:relative;z-index:1}.hero-content{max-width:800px}.hero-content .hero-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;font-size:.875rem;color:#64748b;margin-bottom:1.5rem;animation:fadeInUp .6s ease;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.03)}.hero-content .hero-tag .pulse{width:8px;height:8px;background:#14b8a6;border-radius:50%;animation:pulse 2s infinite}.hero-content h1{margin-bottom:1.5rem;animation:fadeInUp .6s ease .1s backwards}.hero-content h1 .highlight{position:relative;display:inline-block}.hero-content h1 .highlight::after{content:"";position:absolute;bottom:5px;left:0;right:0;height:12px;background:#e0e7ff;z-index:-1;border-radius:4px}.hero-content .hero-description{font-size:1.25rem;margin-bottom:2rem;animation:fadeInUp .6s ease .2s backwards}.hero-content .hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem;animation:fadeInUp .6s ease .3s backwards}.hero-content .hero-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;padding-top:2rem;border-top:1px solid #e2e8f0;animation:fadeInUp .6s ease .4s backwards}@media(max-width: 640px){.hero-content .hero-stats{grid-template-columns:1fr;text-align:center}}.hero-content .hero-stats .stat .stat-value{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg, #6366F1 0%, #818CF8 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-content .hero-stats .stat .stat-label{font-size:.875rem;color:#94a3b8}.services{background:#f8fafc}.services .services-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-4px);border-color:#e0e7ff;box-shadow:0 20px 40px -10px rgba(99,102,241,.15)}.service-card .service-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#e0e7ff;border-radius:12px;color:#6366f1}.service-card .service-icon svg{width:32px;height:32px}.service-card h3{margin-bottom:.5rem}.service-card p{font-size:1rem}.service-card:nth-child(2) .service-icon{background:#ccfbf1;color:#14b8a6}.service-card:nth-child(3) .service-icon{background:#fce7f3;color:#f472b6}.service-card:nth-child(4) .service-icon{background:#ede9fe;color:#7c3aed}.service-card:nth-child(5) .service-icon{background:#fef3c7;color:#d97706}.service-card:nth-child(6) .service-icon{background:#dbeafe;color:#2563eb}.process{background:#fff}.process .process-timeline{position:relative;max-width:900px;margin:0 auto}.process .process-timeline::before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:linear-gradient(180deg, #E0E7FF, #FCE7F3)}@media(min-width: 768px){.process .process-timeline::before{left:50%;transform:translateX(-50%)}}.process-step{position:relative;padding-left:80px;padding-bottom:4rem}@media(min-width: 768px){.process-step{padding-left:0;padding-right:0;display:flex}.process-step:nth-child(odd){justify-content:flex-start;padding-right:calc(50% + 40px);text-align:right}.process-step:nth-child(odd) .step-number{right:-60px;left:auto}.process-step:nth-child(even){justify-content:flex-end;padding-left:calc(50% + 40px)}.process-step:nth-child(even) .step-number{left:-60px}}.process-step .step-number{position:absolute;left:10px;top:0;width:40px;height:40px;background:linear-gradient(135deg, #6366F1 0%, #818CF8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;color:#fff;box-shadow:0 10px 40px -10px rgba(99,102,241,.3)}@media(min-width: 768px){.process-step .step-number{left:50%;transform:translateX(-50%)}}.process-step .step-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease}.process-step .step-content:hover{border-color:#e0e7ff;box-shadow:0 10px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.03)}.process-step .step-content h3{margin-bottom:.5rem}.process-step .step-content p{font-size:1rem}.technologies{background:#f8fafc}.technologies .tech-categories{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.tech-category{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease}.tech-category:hover{border-color:#e0e7ff;box-shadow:0 10px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.03)}.tech-category h3{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.tech-category h3 svg{width:24px;height:24px;color:#6366f1}.tech-category .tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.tech-category .tech-tag{padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;font-size:.875rem;color:#64748b;transition:all .15s ease}.tech-category .tech-tag:hover{background:#e0e7ff;border-color:#e0e7ff;color:#6366f1}.about{background:#fff}.about .about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width: 1024px){.about .about-grid{grid-template-columns:1fr 1fr}}.about .about-content h2{margin-bottom:1.5rem}.about .about-content p{margin-bottom:1.5rem}.about .about-content p:last-of-type{margin-bottom:2rem}.about .about-content .about-features{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.about .about-content .about-features .feature{display:flex;align-items:center;gap:.5rem;color:#64748b}.about .about-content .about-features .feature svg{width:20px;height:20px;color:#14b8a6}.about .about-visual{position:relative}.about .about-visual .visual-card{background:linear-gradient(135deg, #EEF2FF 0%, #FDF4FF 50%, #CCFBF1 100%);border:1px solid #e2e8f0;border-radius:24px;padding:4rem;text-align:center}.about .about-visual .visual-card .icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg, #6366F1 0%, #818CF8 100%);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px -10px rgba(99,102,241,.3)}.about .about-visual .visual-card .icon-wrapper svg{width:50px;height:50px;color:#fff}.about .about-visual .visual-card h3{font-size:1.75rem;margin-bottom:.5rem}.about .about-visual .visual-card p{font-size:1rem}.about .about-visual .floating-badge{position:absolute;padding:1rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.03)}.about .about-visual .floating-badge.badge-1{top:10%;right:-5%;animation:float 3s ease-in-out infinite}@media(max-width: 768px){.about .about-visual .floating-badge.badge-1{right:0}}.about .about-visual .floating-badge.badge-2{bottom:0.5%;left:-5%;animation:float 3s ease-in-out infinite .5s}@media(max-width: 768px){.about .about-visual .floating-badge.badge-2{left:0}}.about .about-visual .floating-badge span{font-size:.875rem;font-weight:600;color:#334155}.cta{text-align:center;background:linear-gradient(135deg, #EEF2FF 0%, #FDF4FF 50%, #CCFBF1 100%);position:relative;overflow:hidden}.cta .container{position:relative;z-index:1}.cta h2{margin-bottom:1rem}.cta p{max-width:600px;margin:0 auto 2rem;font-size:1.125rem}.cta .cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contact{background:#fff}.contact .contact-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width: 1024px){.contact .contact-grid{grid-template-columns:1fr 1fr}}.contact .contact-info h2{margin-bottom:1rem}.contact .contact-info>p{margin-bottom:2rem}.contact .contact-info .contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact .contact-info .contact-method{display:flex;align-items:center;gap:1.5rem}.contact .contact-info .contact-method .method-icon{width:48px;height:48px;background:#e0e7ff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6366f1;flex-shrink:0}.contact .contact-info .contact-method .method-icon svg{width:24px;height:24px}.contact .contact-info .contact-method .method-details h4{font-size:1rem;font-weight:600;margin-bottom:2px}.contact .contact-info .contact-method .method-details p{font-size:.875rem;color:#64748b;margin:0}.contact .contact-info .contact-method .method-details a{color:#6366f1;transition:color .15s ease}.contact .contact-info .contact-method .method-details a:hover{color:#818cf8}.contact .contact-info .social-links{display:flex;gap:1rem;margin-top:2rem}.contact .contact-info .social-links a{width:44px;height:44px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .15s ease}.contact .contact-info .social-links a:hover{background:#6366f1;border-color:#6366f1;color:#fff}.contact .contact-info .social-links a svg{width:20px;height:20px}.contact .contact-form-wrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem}@media(min-width: 768px){.contact .contact-form-wrapper{padding:4rem}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form .form-group label{font-size:.875rem;font-weight:500;color:#334155}.contact-form .form-group input,.contact-form .form-group textarea{padding:1rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-family:inherit;font-size:1rem;transition:all .15s ease}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:#94a3b8}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.contact-form .form-group textarea{min-height:150px;resize:vertical}.contact-form .form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 640px){.contact-form .form-row{grid-template-columns:1fr 1fr}}.contact-form .btn{margin-top:1rem}.footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:4rem 0 2rem}.footer .footer-content{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:4rem}@media(min-width: 768px){.footer .footer-content{grid-template-columns:2fr 1fr 1fr 1fr}}.footer .footer-brand .logo{margin-bottom:1rem}.footer .footer-brand p{font-size:.875rem;color:#64748b;max-width:300px}.footer .footer-links h4{font-size:1rem;font-weight:600;margin-bottom:1.5rem}.footer .footer-links ul{display:flex;flex-direction:column;gap:.5rem}.footer .footer-links a{font-size:.875rem;color:#64748b;transition:color .15s ease}.footer .footer-links a:hover{color:#6366f1}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid #e2e8f0}@media(min-width: 768px){.footer .footer-bottom{flex-direction:row;justify-content:space-between}}.footer .footer-bottom p{font-size:.875rem;color:#64748b;margin:0}.footer .footer-bottom .footer-legal{display:flex;gap:1.5rem}.footer .footer-bottom .footer-legal a{font-size:.875rem;color:#64748b;transition:color .15s ease}.footer .footer-bottom .footer-legal a:hover{color:#6366f1}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;transform:translateY(20px);transition:all .5s ease}.stagger-children>*:nth-child(1){transition-delay:0.1s}.stagger-children>*:nth-child(2){transition-delay:0.2s}.stagger-children>*:nth-child(3){transition-delay:0.3s}.stagger-children>*:nth-child(4){transition-delay:0.4s}.stagger-children>*:nth-child(5){transition-delay:0.5s}.stagger-children>*:nth-child(6){transition-delay:0.6s}.stagger-children>*:nth-child(7){transition-delay:0.7s}.stagger-children>*:nth-child(8){transition-delay:0.8s}.stagger-children>*:nth-child(9){transition-delay:0.9s}.stagger-children>*:nth-child(10){transition-delay:1s}.stagger-children.visible>*{opacity:1;transform:translateY(0)}/*# sourceMappingURL=styles.css.map */
