@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap);body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-color:#fdfbf7;--text-color:#2c3e50;--text-muted:#7f8c8d;--primary-color:#ffb347;--secondary-color:#b19cd9;--gradient-primary:linear-gradient(135deg,#ffb347,#b19cd9);--glass-bg:#ffffffa6;--glass-border:#0000000d;--header-height:80px;--container-padding:5vw}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background-color:#fdfbf7;background-color:var(--bg-color);color:#2c3e50;color:var(--text-color);font-family:Outfit,sans-serif;overflow:hidden}.app-container{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scroll-snap-type:y mandatory}.animated-bg{background:radial-gradient(circle at 50% 50%,#fff 0,#fdfbf7 100%);background:radial-gradient(circle at 50% 50%,#fff 0,var(--bg-color) 100%);height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:-1}.shape-parallax{height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:transform .1s ease-out;width:100%}.shape{animation:float 20s ease-in-out infinite alternate;border-radius:50%;filter:blur(80px);opacity:.6;position:absolute}.shape-1{background:#ffb3474d;height:500px;left:-100px;top:-100px;width:500px}.shape-2{animation-delay:-5s;background:#b19cd94d;bottom:-150px;height:600px;right:-100px;width:600px}.shape-3{animation-delay:-10s;background:#87ceeb40;height:400px;left:50%;top:40%;transform:translate(-50%,-50%);width:400px}@keyframes float{0%{transform:translate(0) rotate(0deg) scale(1)}50%{transform:translate(100px,50px) rotate(180deg) scale(1.1)}to{transform:translate(-50px,150px) rotate(1turn) scale(.9)}}.header{align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffa6;background:var(--glass-bg);border-bottom:1px solid #0000000d;border-bottom:1px solid var(--glass-border);box-shadow:0 4px 30px #00000008;display:flex;height:80px;height:var(--header-height);justify-content:space-between;left:0;padding:0 5vw;padding:0 var(--container-padding);position:fixed;top:0;transition:all .3s ease;width:100%;z-index:100}.logo img{height:40px;width:auto}.header-nav{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#7f8c8d;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#2c3e50;color:var(--text-color);font-weight:600}.nav-link:after{background:linear-gradient(135deg,#ffb347,#b19cd9);background:var(--gradient-primary);border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after,main{width:100%}.section{display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;padding:calc(80px + 2rem) 5vw 2rem;padding:calc(var(--header-height) + 2rem) var(--container-padding) 2rem;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.hero-content{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1400px;width:100%}.hero-left{flex:1.2 1}.hero-title{color:#2c3e50;color:var(--text-color);font-size:clamp(2.5rem,4vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffb347,#b19cd9);background:var(--gradient-primary);-webkit-background-clip:text}.hero-description{color:#7f8c8d;color:var(--text-muted);font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.hero-chips{display:flex;flex-wrap:wrap;gap:.8rem}.chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #0000000d;border:1px solid var(--glass-border);border-radius:100px;box-shadow:0 4px 15px #00000005;color:#2c3e50;color:var(--text-color);font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.chip:hover{background:#ffb34726;border-color:#ffb347;border-color:var(--primary-color);box-shadow:0 6px 20px #ffb34733;transform:translateY(-2px)}.hero-right{display:flex;flex:1 1;flex-direction:column;gap:1.2rem}.feature-card{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffa6;background:var(--glass-bg);border:1px solid #0000000d;border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 10px 30px #00000008;display:flex;gap:1.2rem;overflow:hidden;padding:1.2rem;position:relative;transition:all .3s ease}.feature-card:before{background:linear-gradient(135deg,#ffb347,#b19cd9);background:var(--gradient-primary);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4px}.feature-card:hover{background:#ffffffe6;box-shadow:0 15px 35px #0000000f;transform:translateX(-10px)}.feature-card:hover:before{opacity:1}.feature-icon{align-items:center;background:#ffb3471a;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;padding:10px;width:48px}.feature-icon img{filter:none;height:100%;width:100%}.feature-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.feature-content p{color:#7f8c8d;color:var(--text-muted);font-size:.9rem;line-height:1.4}.section-title{color:#2c3e50;color:var(--text-color);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:3rem;text-align:center}.section-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffb347,#b19cd9);background:var(--gradient-primary);-webkit-background-clip:text}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px;width:100%}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffa6;background:var(--glass-bg);border:1px solid #0000000d;border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 15px 35px #00000008;padding:2.5rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.stat-card:hover{background:#ffffffe6;border-color:#ffb34766;box-shadow:0 20px 40px #00000014;transform:translateY(-15px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffb347,#b19cd9);background:var(--gradient-primary);-webkit-background-clip:text;display:inline-block;font-size:3.5rem;font-weight:800;margin-bottom:.5rem}.stat-title{color:#2c3e50;color:var(--text-color);font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.stat-desc{color:#7f8c8d;color:var(--text-muted);font-size:.95rem;line-height:1.5}.process-timeline{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1100px;position:relative;width:100%}.process-timeline:before{background:#0000000d;content:"";height:2px;left:0;position:absolute;top:55px;width:100%;z-index:0}.process-step{align-items:center;display:flex;flex-direction:column;gap:1rem;position:relative;width:180px;z-index:1}.step-icon-wrapper{align-items:center;background:#0000;border:none;display:flex;height:110px;justify-content:center;transition:all .3s ease;width:110px}.process-step:hover .step-icon-wrapper{transform:scale(1.1) translateY(-5px)}.step-icon-wrapper img{filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));height:100%;object-fit:contain;width:100%}.step-name{background:#ffffffa6;background:var(--glass-bg);border:1px solid #0000000d;border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 4px 10px #00000005;font-size:1rem;font-weight:600;padding:.4rem .8rem;text-align:center}.tech-marquee-container{background:#ffffff80;border-bottom:1px solid #0000000d;border-bottom:1px solid var(--glass-border);border-top:1px solid #0000000d;border-top:1px solid var(--glass-border);margin-left:-5vw;margin-left:calc(var(--container-padding)*-1);overflow:hidden;padding:1.5rem 0;position:relative;width:100vw}.tech-marquee-container:after,.tech-marquee-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.tech-marquee-container:before{background:linear-gradient(90deg,#fdfbf7,#0000);background:linear-gradient(to right,var(--bg-color),#0000);left:0}.tech-marquee-container:after{background:linear-gradient(270deg,#fdfbf7,#0000);background:linear-gradient(to left,var(--bg-color),#0000);right:0}.tech-track{animation:marquee 30s linear infinite;display:flex;width:max-content}.tech-track:hover{animation-play-state:paused}.tech-item{align-items:center;display:flex;flex-direction:column;gap:.5rem;opacity:.7;padding:0 3rem;transition:all .3s ease}.tech-item:hover{opacity:1;transform:scale(1.1)}.tech-item img{filter:brightness(0);height:40px;opacity:.7}.tech-item:hover img{filter:invert(72%) sepia(50%) saturate(614%) hue-rotate(338deg) brightness(101%) contrast(104%);opacity:1}.tech-item span{color:#2c3e50;color:var(--text-color);font-size:.85rem;font-weight:500;letter-spacing:1px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.contact-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffa6;background:var(--glass-bg);border:1px solid #0000000d;border:1px solid var(--glass-border);border-radius:30px;box-shadow:0 20px 40px #0000000f;display:flex;margin:0 auto;max-width:1000px;overflow:hidden;width:100%}.contact-left{flex:1.5 1;padding:3rem}.contact-right{align-items:center;background:#fff6;border-left:1px solid #0000000d;border-left:1px solid var(--glass-border);display:flex;flex:1 1;justify-content:center;padding:3rem}.contact-title{color:#2c3e50;color:var(--text-color);font-size:2rem;font-weight:700;margin-bottom:.5rem}.contact-desc{color:#7f8c8d;color:var(--text-muted);font-size:1rem;margin-bottom:2rem}.contact-form{gap:1.2rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{position:relative}.form-group label{color:#ffb347;color:var(--primary-color);font-size:.85rem;font-weight:600;letter-spacing:.3px;margin-bottom:.4rem;text-transform:uppercase}.form-group input,.form-group textarea{background:#fff;border:1px solid #0000001a;border-radius:12px;box-sizing:border-box;color:#2c3e50;color:var(--text-color);font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group textarea{min-height:100px;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#ffb347;border-color:var(--primary-color);box-shadow:0 0 0 4px #ffb34726;outline:none}.btn-submit{align-self:flex-start;background:linear-gradient(135deg,#ffb347,#b19cd9);background:var(--gradient-primary);border:none;border-radius:30px;box-shadow:0 5px 15px #ffb3474d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-submit:hover{box-shadow:0 8px 25px #b19cd966;transform:translateY(-3px)}.qr-card{background:#fff;border:1px solid #0000000d;border:1px solid var(--glass-border);border-radius:20px;box-shadow:-10px 15px 30px #00000014;padding:1.5rem;transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);transition:all .5s ease}.qr-card:hover{border-color:#b19cd9;border-color:var(--secondary-color);box-shadow:0 15px 40px #b19cd933;transform:perspective(1000px) rotateY(0deg) rotateX(0deg)}.qr-card img{border-radius:10px;height:220px;width:220px}.fade-in-section{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out;visibility:hidden;will-change:opacity,visibility}.fade-in-section.is-visible{opacity:1;transform:none;visibility:visible}@media (max-width:1024px){.hero-content{flex-direction:column;padding-top:2rem;text-align:center}.hero-chips{justify-content:center}.stats-grid{gap:1rem;grid-template-columns:1fr}.process-timeline{flex-direction:column;gap:2rem}.process-timeline:before{height:100%;left:50%;top:0;transform:translateX(-50%);width:2px}.contact-container{flex-direction:column}.contact-right{border-left:none;border-top:1px solid #0000000d;border-top:1px solid var(--glass-border)}}@media (max-width:768px){.header-nav{display:none}.section{height:auto;min-height:100vh;padding:calc(80px + 1rem) 1rem 3rem;padding:calc(var(--header-height) + 1rem) 1rem 3rem}.app-container{scroll-snap-type:none}}
/*# sourceMappingURL=main.8a663437.css.map*/