@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{font-family:inherit;font-size:inherit}:focus{outline:2px solid #4ade80;outline-offset:2px}:focus:not(:focus-visible){outline:none}::selection{background:#4ade8033;color:#333}::-moz-selection{background:#4ade8033;color:#333}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#ffffff36;box-shadow:0 2px 20px #0000001a;padding:.5rem 0}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo-image{height:40px;transition:all .3s ease;width:auto}.header.scrolled .logo-image{height:35px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.nav,.nav-list{align-items:center;display:flex;gap:2rem}.nav-list{list-style:none;margin:0;padding:0}.header-actions{align-items:center;display:flex;gap:1rem}.nav-link{background:none;border:none;color:#333;cursor:pointer;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#4ade80;transform:translateY(-2px)}.nav-link:after{background:linear-gradient(135deg,#60a5fa,#4ade80);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover:after{width:100%}.btn-header-inquiry{background:linear-gradient(135deg,#60a5fa,#4ade80);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease;white-space:nowrap}.btn-header-inquiry:hover{box-shadow:0 5px 15px #4ade8066;transform:translateY(-2px)}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.menu-toggle span{background:#333;height:3px;transform-origin:center;transition:all .3s ease;width:25px}.menu-toggle.menu-open span:first-child{transform:rotate(45deg) translate(6px,6px)}.menu-toggle.menu-open span:nth-child(2){opacity:0}.menu-toggle.menu-open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.menu-toggle{display:flex}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 10px 30px #0000001a;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease}.nav.nav-open{max-height:600px;overflow:visible}.nav,.nav-list{flex-direction:column}.nav-list{gap:1rem;padding:1rem 2rem;width:100%}.nav-link{border-bottom:1px solid #0000001a;padding:1rem 0}.header-actions{flex-direction:column;gap:1rem;margin:0 2rem;padding-bottom:1rem;width:calc(100% - 4rem)}.btn-header-inquiry{margin-bottom:.5rem;width:100%}.language-selector{width:100%}.language-selector .language-button{justify-content:center;width:100%}}.language-selector{display:inline-block;position:relative}.language-button{align-items:center;background:#0000;border:1px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.language-button:hover{background:#60a5fa0d;border-color:#60a5fa}.globe-icon{color:#60a5fa}.current-lang{font-size:.9rem;font-weight:600}.chevron{transition:transform .3s ease}.chevron.open{transform:rotate(180deg)}.language-dropdown{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:180px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}.language-option{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;gap:.8rem;padding:.8rem 1rem;position:relative;text-align:left;transition:all .2s ease;width:100%}.language-option:hover{background:#60a5fa1a}.language-option.active{background:#60a5fa26;color:#60a5fa;font-weight:600}.flag{font-size:1.3rem;line-height:1}.lang-name{flex:1 1;font-size:.95rem}.checkmark{stroke:currentColor;fill:none;color:#60a5fa}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.language-button{padding:.4rem .8rem}.current-lang{font-size:.85rem}.language-dropdown{left:0;right:auto;width:100%}}.hero{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:4rem 0;position:relative}.hero-bg{bottom:0;left:0;position:absolute;right:0;top:0;transition:background .3s ease}.hero-container{justify-content:center;margin:0 auto;max-width:1200px;min-height:100%;padding:2rem;position:relative;width:100%;z-index:2}.hero-container,.hero-content{display:flex;flex-direction:column}.hero-content{align-items:center;margin:auto;max-width:900px;opacity:0;text-align:center;transform:translateY(50px);transition:all 1s ease}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-title{display:flex;flex-direction:column;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.title-line{animation:fadeInUp .8s ease .2s both;color:#666;font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.title-name{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease .4s both;background:linear-gradient(135deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text}.title-role{animation:fadeInUp .8s ease .6s both;color:#333;font-size:2rem}.hero-description{animation:fadeInUp .8s ease .8s both;color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.hero-buttons{animation:fadeInUp .8s ease 1s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#60a5fa,#4ade80);color:#fff;transform:translateY(0)}.btn-primary:hover{box-shadow:0 10px 30px #4ade8066;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #333;color:#333}.btn-secondary:hover{background:#333;box-shadow:0 10px 30px #0003;color:#fff;transform:translateY(-3px)}.btn-icon{transition:transform .3s ease}.btn:hover .btn-icon{transform:translateX(5px)}.hero-visual{align-items:center;display:flex;height:500px;justify-content:center;position:relative}.floating-shapes{height:400px;position:relative;width:400px}.shape{animation:float 6s ease-in-out infinite;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;background:linear-gradient(135deg,#60a5fa,#4ade80);height:100px;left:20%;top:20%;width:100px}.shape-2{animation-delay:1s;background:linear-gradient(135deg,#60a5fa,#3b82f6);height:60px;right:30%;top:60%;width:60px}.shape-3{animation-delay:2s;background:linear-gradient(135deg,#4ade80,#22c55e);bottom:30%;height:80px;left:40%;width:80px}.shape-4{animation-delay:3s;background:linear-gradient(135deg,#22c55e,#16a34a);height:40px;right:20%;top:10%;width:40px}.scroll-indicator{align-items:center;animation:fadeInUp .8s ease 1.2s both;bottom:2rem;display:flex;flex-direction:column;gap:1rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-line{background:linear-gradient(180deg,#4ade80,#0000);height:50px;position:relative;width:2px}.scroll-line:after{animation:scrollDot 2s ease-in-out infinite;background:#4ade80;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:6px}.scroll-text{color:#666;font-size:.9rem;text-orientation:mixed;writing-mode:vertical-rl}.particle-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.particle{animation:particle-float 3s infinite alternate;border-radius:50%;position:absolute;transition:all .5s ease}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}@keyframes scrollDot{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(40px)}}@keyframes particle-float{0%{transform:translateY(0) scale(1)}to{transform:translateY(-20px) scale(1.2)}}.hero-process{margin:2rem 0 1.5rem;width:100%}.progress-line-container{height:4px;margin-bottom:2rem;position:relative;width:100%}.progress-line-bg{background:#0000001a;width:100%}.progress-line-bg,.progress-line-fill{border-radius:2px;height:100%;position:absolute}.progress-line-fill{background:linear-gradient(135deg,#60a5fa,#4ade80);transition:width .5s ease}.spaceship{color:#60a5fa;filter:drop-shadow(0 0 10px rgba(96,165,250,.6));position:absolute;top:50%;transform:translate(-50%,-50%);transition:left .5s ease}.process-steps{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1000px;width:100%}.process-step{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:.8rem;padding:1.2rem 1rem;transition:all .3s ease}.process-step:hover{background:#fffc;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.process-step.active{box-shadow:0 15px 40px #60a5fa4d;transform:translateY(-8px)}.step-circle{align-items:center;background:linear-gradient(135deg,#60a5fa,#4ade80);border-radius:50%;color:#fff;display:flex;font-size:1.3rem;font-weight:700;height:65px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:65px}.step-circle:before{background:radial-gradient(circle,#ffffff4d 0,#0000 70%);content:"";height:150%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) translate(0) scale(.3);transform:translate(-50%,-50%) translate(var(--cursor-x,0),var(--cursor-y,0)) scale(.3);transition:transform .3s ease;width:150%}.step-circle:hover:before{opacity:1;transform:translate(-50%,-50%) translate(0) scale(1);transform:translate(-50%,-50%) translate(var(--cursor-x,0),var(--cursor-y,0)) scale(1)}.step-number{position:relative}.step-number,.step-text{transition:all .3s ease;z-index:2}.step-text{font-size:.7rem;font-weight:600;letter-spacing:1px;position:absolute}.process-step:hover .step-number,.step-text{opacity:0;transform:scale(0)}.process-step:hover .step-text{opacity:1;transform:scale(1)}.step-content{text-align:center}.step-content h3{color:#333;font-size:1.05rem;margin-bottom:.3rem}.step-content p{color:#666;font-size:.85rem;line-height:1.3}@media (max-width:1024px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{min-height:100vh;padding:80px 0 1rem}.hero-container{padding:1rem}.hero-title{font-size:1.75rem;line-height:1.3;margin-bottom:.8rem}.hero-description{font-size:.95rem;line-height:1.5;margin-bottom:1rem}.title-role{font-size:1.3rem}.hero-process{margin:1.5rem 0 1rem}.progress-line-container{margin-bottom:1rem}.process-steps{display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:center;overflow-x:auto;padding:.5rem 0}.process-step{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;flex:0 0 auto;min-width:auto;padding:.5rem}.process-step:hover{background:#0000}.process-step.active,.process-step:hover{box-shadow:none;transform:none}.step-circle{font-size:.9rem;height:45px;width:45px}.step-content{display:none}.step-text{font-size:.5rem;letter-spacing:.5px}.hero-buttons{gap:.8rem;margin-top:1rem}.btn{font-size:.9rem;padding:.8rem 1.5rem}.floating-shapes{height:300px;width:300px}.scroll-indicator{display:none}}@media (max-width:480px){.hero{min-height:100vh;padding:75px 0 1rem}.hero-container{padding:.5rem}.hero-title{font-size:1.5rem;line-height:1.3}.hero-description{font-size:.9rem;line-height:1.5}.step-circle{font-size:.8rem;height:40px;width:40px}.process-steps{gap:.4rem}.btn{font-size:.85rem;padding:.7rem 1.2rem}}.projects{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:4rem 0;position:relative}.projects-container{margin:0 auto;max-width:1200px;padding:0 2rem}.projects-header{margin-bottom:4rem;opacity:0;text-align:center;transform:translateY(30px);transition:all .4s ease}.projects-header.visible{opacity:1;transform:translateY(0)}.section-title{position:relative}.section-title:after{background:linear-gradient(135deg,#60a5fa,#4ade80);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-subtitle{margin-bottom:3rem;margin-left:auto;margin-right:auto}.featured-project{margin-bottom:6rem;opacity:0;transform:translateY(50px);transition:all .5s ease}.featured-project.visible{opacity:1;transform:translateY(0)}.featured-content{grid-gap:4rem;align-items:start;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;display:grid;gap:4rem;grid-template-columns:1fr 1fr;overflow:hidden;padding:3rem;position:relative}.featured-content:before{background:linear-gradient(135deg,#60a5fa,#4ade80);content:"";height:4px;left:0;position:absolute;right:0;top:0}.featured-badge{background:#60a5fa;border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.featured-title{color:#333;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.featured-description{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:1rem}.featured-long-description{color:#777;line-height:1.6;margin-bottom:2rem}.featured-right{display:flex;flex-direction:column;gap:2rem}.featured-bottom{background:#f8f9fa;border-radius:15px;padding:1.5rem}.featured-stats{display:flex;gap:1rem;justify-content:space-around;margin-bottom:1.5rem}.stat-item{text-align:center}.stat-value{-webkit-text-fill-color:#0000;background:#60a5fa;-webkit-background-clip:text;background-clip:text;display:block;font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.stat-label{color:#666;font-size:.8rem;letter-spacing:1px;text-transform:uppercase}.featured-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.featured-tech-tag{background:#60a5fa;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.featured-links{display:flex;gap:1rem;justify-content:center}.featured-btn{align-items:center;border-radius:25px;display:flex;font-weight:600;gap:.5rem;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.featured-btn.primary{background:#60a5fa;color:#fff}.featured-btn.secondary{background:#0000;border:2px solid #333;color:#333}.featured-btn:hover{box-shadow:0 10px 30px rgba(41,130,232,.482);transform:translateY(-3px)}.featured-btn.secondary:hover{background:#333;color:#fff}.featured-visual{border-radius:15px;box-shadow:0 15px 35px #00000026;overflow:hidden;position:relative}.featured-visual img{display:block;height:auto;width:100%}.featured-overlay{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;justify-content:center;left:0;opacity:1;position:absolute;right:0;top:0}.featured-overlay,.play-button{align-items:center;display:flex;transition:all .3s ease}.play-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50px;box-shadow:0 8px 25px #00000026;color:#333;cursor:pointer;font-weight:600;gap:.5rem;padding:1rem 2rem;transform:scale(1)}.play-button:hover{background:#fff;box-shadow:0 20px 50px #00000040;transform:translateY(-5px) scale(1.05)}.play-icon{color:#60a5fa;font-size:1.2rem}.play-text{font-size:1rem}.video-container{height:100%;position:relative;width:100%}.demo-video{border-radius:15px;height:100%;object-fit:cover;width:100%}.close-video{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.close-video:hover{background:#000000e6;transform:scale(1.1)}.subsection-title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.pending-section,.projects-section{margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .4s ease}.pending-section.visible,.projects-section.visible{opacity:1;transform:translateY(0)}.project-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#fff;border:2px solid #e0e0e0;border-radius:25px;color:#666;cursor:pointer;font-weight:500;padding:.8rem 1.5rem;position:relative;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{-webkit-text-fill-color:#0000;background:#fff;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(135deg,#60a5fa,#4ade80);color:#0000}.filter-btn.active:before,.filter-btn:hover:before{background:#fff;border-radius:25px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card{animation:projectFadeIn .3s ease forwards;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;opacity:0;overflow:hidden;transform:translateY(30px);transition:all .3s ease}.project-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.project-image{height:200px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{align-items:center;background:linear-gradient(135deg,#60a5fa67 10%,#4ade8066);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.project-card:hover .project-overlay{opacity:1}.project-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.project-link:hover{background:#ffffff4d;transform:translateY(-2px)}.project-content{padding:1.5rem}.project-title{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.project-description{color:#666;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.3rem}.tech-tag{background:#60a5fa;border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.2rem .6rem}.pending-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pending-card{animation:projectFadeIn .6s ease forwards;background:#fff;border:2px dashed #e0e0e0;border-radius:15px;opacity:0;padding:2rem;position:relative;transform:translateY(30px);transition:all .3s ease}.pending-card:hover{border-color:#4ade80;box-shadow:0 10px 25px #667eea26;transform:translateY(-5px)}.pending-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.pending-title{color:#333;font-size:1.2rem;font-weight:600;margin:0}.status-badge{border-radius:15px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.3rem .8rem;text-transform:uppercase}.status-badge.in-development{background:#e3f2fd;color:#1976d2}.status-badge.planning-phase{background:#fff3e0;color:#f57c00}.status-badge.research-phase{background:#f3e5f5;color:#7b1fa2}.pending-description{color:#666;line-height:1.6;margin-bottom:1rem}.pending-meta{margin-bottom:1rem}.completion-date{color:#888;font-size:.9rem;font-weight:500}.pending-tech{display:flex;flex-wrap:wrap;gap:.3rem}.pending-tech-tag{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:12px;color:#666;font-size:.75rem;font-weight:500;padding:.2rem .6rem}@keyframes projectFadeIn{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.projects{padding:2rem 0}.projects-container{padding:0 1rem}.projects-header{margin-bottom:2rem}.section-title{font-size:1.8rem;margin-bottom:.8rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.featured-project{margin-bottom:3rem}.featured-content{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.featured-right{gap:1.5rem}.featured-badge{font-size:.7rem;padding:.4rem .8rem}.featured-title{font-size:1.5rem}.featured-description{font-size:1rem}.featured-long-description{font-size:.9rem}.featured-bottom{padding:1rem}.featured-stats{flex-direction:row;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.stat-value{font-size:1.2rem}.stat-label{font-size:.7rem}.featured-tech{margin-bottom:1rem}.featured-tech-tag{font-size:.75rem;padding:.4rem .8rem}.featured-links{flex-wrap:wrap;justify-content:center}.featured-btn{font-size:.9rem;padding:.8rem 1.5rem}.subsection-title{font-size:1.5rem;margin-bottom:1.5rem}.pending-section,.projects-section{margin-bottom:2rem}.pending-grid,.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-filters{gap:.5rem;margin-bottom:2rem}.filter-btn{font-size:.85rem;padding:.6rem 1rem}.project-image{height:180px}.project-content{padding:1.2rem}.project-title{font-size:1.1rem}.project-description{font-size:.9rem}.pending-card{padding:1.5rem}.pending-header{flex-direction:column;gap:.5rem}.pending-title{font-size:1.1rem}}@media (max-width:480px){.projects{padding:1.5rem 0}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.featured-content{padding:1rem}.featured-title{font-size:1.3rem}.featured-stats{flex-direction:column;gap:.8rem}.stat-value{font-size:1.1rem}.featured-btn{justify-content:center;width:100%}.project-image{height:160px}}.integrations{background:linear-gradient(180deg,#f5f7fa,#fff);overflow:hidden;padding:5rem 2rem;position:relative}.integrations-container{margin:0 auto;max-width:1200px}.integrations-header{margin-bottom:4rem;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.integrations-header.visible{opacity:1;transform:translateY(0)}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text}.integrations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:3rem}.integrations-grid.visible .integration-card{opacity:1;transform:translateY(0)}.integration-card{align-items:center;animation:fadeInUp .6s ease forwards;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;display:flex;justify-content:center;min-height:120px;opacity:0;padding:2rem;transform:translateY(30px);transition:all .3s ease}.integration-card:hover{box-shadow:0 12px 40px #60a5fa33;transform:translateY(-8px)}.integration-logo-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.integration-logo{filter:grayscale(100%);height:auto;max-height:80px;max-width:100%;object-fit:contain;opacity:.7;transition:all .3s ease;width:auto}.integration-card:hover .integration-logo{filter:grayscale(0);opacity:1;transform:scale(1.1)}@media (max-width:1024px){.integrations-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}}@media (max-width:768px){.integrations{padding:2rem 1rem}.integrations-header{margin-bottom:2rem}.section-title{font-size:1.8rem;margin-bottom:.8rem}.section-subtitle{font-size:1rem}.integrations-grid{gap:.8rem;grid-template-columns:repeat(3,1fr)}.integration-card{min-height:80px;padding:1rem}.integration-logo{max-height:50px}}@media (max-width:480px){.integrations{padding:1.5rem .8rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.integrations-grid{gap:.6rem;grid-template-columns:repeat(2,1fr)}.integration-card{min-height:70px;padding:.8rem}.integration-logo{max-height:40px}}.smart-functions{background:linear-gradient(180deg,#fff,#f5f7fa);overflow:hidden;padding:6rem 2rem;position:relative}.smart-functions-container{margin:0 auto;max-width:1400px}.smart-functions-header{margin-bottom:5rem;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.smart-functions-header.visible{opacity:1;transform:translateY(0)}.section-title-main{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle-main{color:#333;font-size:1.3rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:800px}.functions-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:4rem}.functions-grid.visible .function-card{opacity:1;transform:translateY(0)}.function-card{align-items:center;animation:fadeInUp .6s ease forwards;background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;opacity:0;padding:2.5rem 2rem;position:relative;text-align:center;transform:translateY(30px);transition:all .4s ease}.function-card:hover{border-color:#60a5fa4d;box-shadow:0 20px 50px #4ade8033;transform:translateY(-10px)}.function-number{color:#60a5fa;font-size:2.5rem;font-weight:800;left:1.5rem;line-height:1;opacity:.3;position:absolute;top:1.5rem}.function-icon-wrapper{align-items:center;background:linear-gradient(135deg,#60a5fa,#4ade80);border-radius:50%;box-shadow:0 8px 25px #60a5fa4d;display:flex;height:100px;justify-content:center;margin-bottom:1.5rem;transition:all .4s ease;width:100px}.function-card:hover .function-icon-wrapper{box-shadow:0 12px 35px #4ade8066;transform:scale(1.1) rotate(5deg)}.function-icon{color:#fff;font-size:2.5rem;font-weight:300}.function-title{color:#222;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.function-description{color:#666;font-size:.95rem;line-height:1.6;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.show-more-container{display:flex;justify-content:center;margin-top:2rem;padding-bottom:1rem}.btn-show-more{align-items:center;background:linear-gradient(135deg,#60a5fa,#4ade80);border:none;border-radius:50px;box-shadow:0 4px 15px #60a5fa4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-show-more:hover{box-shadow:0 8px 25px #60a5fa66;transform:translateY(-3px)}.btn-show-more:active{transform:translateY(-1px)}.btn-show-more .btn-icon{font-size:1.2rem;transition:transform .3s ease}@media (max-width:1200px){.functions-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.smart-functions{padding:2rem 1rem}.smart-functions-header{margin-bottom:2rem}.section-title-main{font-size:1.8rem;margin-bottom:1rem}.section-subtitle-main{font-size:1rem;line-height:1.5}.functions-grid{gap:1rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.function-card{padding:1.2rem 1rem}.function-card:hover{transform:translateY(-3px)}.function-icon-wrapper{height:50px;margin-bottom:.8rem;width:50px}.function-card:hover .function-icon-wrapper{transform:scale(1.05) rotate(5deg)}.function-icon{font-size:1.3rem}.function-number{font-size:1.2rem;left:.8rem;opacity:.2;top:.8rem}.function-title{font-size:.95rem;margin-bottom:.5rem}.function-description{font-size:.75rem;line-height:1.4}.show-more-container{margin-top:1.5rem}.btn-show-more{font-size:.9rem;padding:.9rem 1.8rem}}@media (max-width:480px){.smart-functions{padding:1.5rem .8rem}.smart-functions-header{margin-bottom:1.5rem}.section-title-main{font-size:1.5rem}.section-subtitle-main{font-size:.9rem}.functions-grid{gap:.8rem}.function-card{padding:1rem .8rem}.function-icon-wrapper{height:45px;margin-bottom:.6rem;width:45px}.function-icon{font-size:1.2rem}.function-number{font-size:1rem;left:.6rem;top:.6rem}.function-title{font-size:.85rem;margin-bottom:.4rem}.function-description{font-size:.7rem}.show-more-container{margin-top:1rem}.btn-show-more{font-size:.85rem;padding:.8rem 1.5rem}}.why-choose-us{align-items:center;background:url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2000&q=80) 50%/cover no-repeat;display:flex;justify-content:center;min-height:70vh;overflow:hidden;padding:6rem 2rem;position:relative}.why-choose-overlay{background:linear-gradient(135deg,#60a5fad9,#4ade80d9);z-index:1}.why-choose-overlay,.why-choose-overlay:before{bottom:0;left:0;position:absolute;right:0;top:0}.why-choose-overlay:before{background:radial-gradient(circle at 30% 50%,#ffffff26 0,#0000 60%);content:""}.why-choose-container{margin:0 auto;max-width:1000px;position:relative;text-align:center;z-index:2}.why-choose-content{opacity:0;transform:translateY(50px);transition:all .8s ease}.why-choose-content.visible{opacity:1;transform:translateY(0)}.why-choose-title{color:#fff;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:2rem;text-shadow:0 4px 20px #0003}.why-choose-description{color:#fffffff2;font-size:1.25rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-shadow:0 2px 10px #00000026}.btn-quote{align-items:center;background:#fff;border:none;border-radius:50px;box-shadow:0 10px 40px #0003;color:#60a5fa;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:700;gap:.8rem;padding:1.2rem 3rem;transition:all .3s ease}.btn-quote:hover{background:#fffffff2;box-shadow:0 15px 50px #0000004d;transform:translateY(-5px)}.btn-quote .btn-icon{transition:transform .3s ease}.btn-quote:hover .btn-icon{transform:translateX(5px)}@media (max-width:1024px){.why-choose-title{font-size:2.5rem}.why-choose-description{font-size:1.15rem}}@media (max-width:768px){.why-choose-us{min-height:60vh;padding:4rem 1.5rem}.why-choose-title{font-size:2rem}.why-choose-description{font-size:1.05rem;margin-bottom:2.5rem}.btn-quote{font-size:1.1rem;padding:1rem 2.5rem}}@media (max-width:480px){.why-choose-us{min-height:50vh;padding:3rem 1rem}.why-choose-title{font-size:1.6rem}.why-choose-description{font-size:1rem;margin-bottom:2rem}.btn-quote{font-size:1rem;padding:.9rem 2rem}}.contact{background:#f8f9fa;padding:6rem 0;position:relative}.contact:before{background:linear-gradient(135deg,#60a5fa05,#4ade8005);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.contact-header{margin-bottom:4rem;opacity:0;text-align:center;transform:translateY(30px);transition:all .8s ease}.contact-header.visible{opacity:1;transform:translateY(0)}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.contact-content{opacity:0;transform:translateY(50px);transition:all .8s ease}.contact-content.visible{opacity:1;transform:translateY(0)}.contact-simple{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;margin:0 auto;max-width:600px;padding:3rem;text-align:center}.contact-title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.contact-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-method{align-items:center;animation:slideInUp .6s ease forwards;background:#f8f9fa;border-radius:12px;color:inherit;display:flex;gap:1rem;opacity:0;padding:1.5rem;text-decoration:none;transform:translateY(20px);transition:all .3s ease}.contact-method:hover{background:#fff;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.method-icon{align-items:center;background:#f8f9fa;border-radius:12px;color:#60a5fa;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.method-icon .material-icons{color:inherit;font-size:24px}.method-info{display:flex;flex:1 1;flex-direction:column;text-align:left}.method-label{color:#333;font-size:1rem;font-weight:600;margin-bottom:.2rem}.method-value{color:#707070;font-size:1.1rem;font-weight:500}.contact-note{align-items:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.response-badge{background:#60a5fa;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.response-text{color:#666;font-size:.9rem;font-weight:500}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact{padding:4rem 0}.contact-container{padding:0 1rem}.section-title{font-size:2rem}.contact-simple{padding:2rem}.contact-method{padding:1rem}.method-icon{font-size:1.2rem;height:40px;width:40px}.method-value{font-size:1rem}}@media (max-width:480px){.contact-simple{padding:1.5rem}.contact-title{font-size:1.5rem}.contact-description{font-size:1rem}}.btn-inquiry{align-items:center;background:linear-gradient(135deg,#60a5fa,#4ade80);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:2rem 0 1.5rem;padding:1rem 2.5rem;transition:all .3s ease}.btn-inquiry:hover{box-shadow:0 10px 30px #4ade8066;transform:translateY(-3px)}.modal-overlay{align-items:center;animation:fadeInOverlay .3s ease;background:#0009;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeInOverlay{0%{background:#0000}to{background:#0009}}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:20px;display:flex;flex-direction:column;max-height:90vh;max-width:700px;min-height:400px;overflow-y:auto;padding:3rem;position:relative;width:100%}.modal-close{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px}.modal-close:hover{background:#e0e0e0;transform:rotate(90deg)}.modal-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:.5rem}.modal-subtitle{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.modal-subtitle .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text;font-weight:600}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#333;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:12px;font-family:inherit;font-size:.95rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:3rem}.form-group textarea{min-height:120px;resize:vertical}.form-checkbox{align-items:flex-start;display:flex;gap:.8rem}.form-checkbox input[type=checkbox]{accent-color:#60a5fa;cursor:pointer;height:20px;margin-top:.2rem;width:20px}.form-checkbox label{color:#666;cursor:pointer;font-size:.9rem;line-height:1.5}.btn-submit{align-items:center;background:linear-gradient(135deg,#60a5fa,#4ade80);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:1rem;padding:1.2rem 2rem;transition:all .3s ease;width:100%}.btn-submit:hover:not(:disabled){box-shadow:0 10px 30px #4ade8066;transform:translateY(-3px)}.btn-submit:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.success-overlay{align-items:center;animation:fadeIn .2s ease;background:#fff;border-radius:20px;bottom:0;display:flex;justify-content:center;left:0;min-height:400px;position:absolute;right:0;top:0;z-index:10}.success-animation{animation:slideUp .5s ease;padding:2rem;text-align:center}.success-checkmark{margin:0 auto 1.5rem}.checkmark{stroke:#4ade80;border-radius:50%;display:block;height:100px;margin:0 auto;width:100px}.checkmark,.checkmark-circle{stroke-width:2;stroke-miterlimit:10}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:#4ade80;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;stroke:#4ade80;stroke-width:3;animation:stroke .3s cubic-bezier(.65,0,.45,1) .4s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}.success-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:1rem}.success-message{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:450px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content{margin:1rem;padding:2rem}.modal-title{font-size:1.6rem}.form-row{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.modal-overlay{padding:1rem}.modal-content{padding:1.5rem}.modal-title{font-size:1.4rem}.btn-submit{padding:1rem 1.5rem}}.footer{background:#f8f9fa;border-image:linear-gradient(90deg,#60a5fa,#4ade80);border-image-slice:1;border-top:3px solid #0000;color:#333;overflow:hidden;padding:4rem 2rem 2rem;position:relative}.footer:before{background:radial-gradient(circle at 20% 50%,#60a5fa08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-brand{max-width:320px}.footer-logo{height:50px;margin-bottom:1.5rem;object-fit:contain;width:auto}.footer-tagline{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#e9ecef;border-radius:50%;color:#666;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{box-shadow:0 5px 15px #60a5fa4d;color:#fff;transform:translateY(-3px)}.footer-title,.social-link:hover{background:linear-gradient(135deg,#60a5fa,#4ade80)}.footer-title{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin:0;padding:0}.footer-links li{align-items:center;display:flex}.footer-link{background:none;border:none;color:#666;cursor:pointer;font-family:inherit;font-size:.95rem;padding:0;text-align:left;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#60a5fa;transform:translateX(5px)}.footer-link-text{color:#666;font-size:.95rem}.footer-contact{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:center;color:#666;display:flex;font-size:.95rem;gap:.8rem}.footer-contact svg{color:#60a5fa;flex-shrink:0}.footer-bottom{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-copyright{color:#666;font-size:.9rem;margin:0}.footer-legal{align-items:center;display:flex;gap:1rem}.footer-legal-link{color:#666;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-legal-link:hover{color:#60a5fa}.footer-divider{color:#ccc}@media (max-width:1024px){.footer-content{gap:2.5rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-container{padding:0}.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-brand,.footer-section{align-items:center}.footer-brand{display:flex;flex-direction:column;max-width:100%}.footer-logo{margin-left:auto;margin-right:auto}.footer-tagline{text-align:center}.footer-social{justify-content:center}.footer-title{text-align:center}.footer-links{align-items:center}.footer-link{text-align:center}.footer-link:hover{transform:translateX(0)}.footer-contact{align-items:center}.footer-contact li{justify-content:center}.footer-bottom{flex-direction:column;padding-top:1.5rem;text-align:center}.footer-legal{justify-content:center}}@media (max-width:480px){.footer{padding:1.5rem .5rem 1rem}.footer-content{gap:1.5rem}.footer-logo{height:40px}.footer-title{font-size:1.1rem;margin-bottom:1rem}.footer-tagline{font-size:.85rem;margin-bottom:1rem}.footer-links{gap:.6rem}.footer-link,.footer-link-text{font-size:.85rem}.footer-contact{gap:.8rem}.footer-contact li{font-size:.85rem}.social-link{height:36px;width:36px}.footer-bottom{padding-top:1rem}.footer-copyright,.footer-legal-link{font-size:.8rem}}.floating-inquiry-button{align-items:center;background:linear-gradient(135deg,#60a5fa,#4ade80);border:none;border-radius:50px;bottom:2rem;box-shadow:0 8px 30px #4ade8066;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.6rem;opacity:0;padding:1rem 1.5rem;pointer-events:none;position:fixed;right:2rem;transform:translateY(100px);transition:all .3s ease;z-index:999}.floating-inquiry-button.visible{opacity:1;pointer-events:all;transform:translateY(0)}.floating-inquiry-button:hover{box-shadow:0 12px 40px #4ade8080;transform:translateY(-5px)}.floating-inquiry-button:active{transform:translateY(-2px)}.floating-inquiry-button svg{flex-shrink:0;height:20px;width:20px}.floating-button-text{white-space:nowrap}@keyframes pulse{0%,to{box-shadow:0 8px 30px #4ade8066}50%{box-shadow:0 8px 40px #4ade8099}}.floating-inquiry-button.visible{animation:pulse 2s ease-in-out infinite}.floating-inquiry-button:hover{animation:none}@media (max-width:768px){.floating-inquiry-button{bottom:1.5rem;font-size:.9rem;padding:.9rem 1.3rem;right:1.5rem}}@media (max-width:480px){.floating-inquiry-button{bottom:1rem;padding:.8rem 1.2rem;right:1rem}.floating-button-text{display:none}.floating-inquiry-button{border-radius:50%;height:56px;justify-content:center;padding:1rem;width:56px}.floating-inquiry-button svg{height:24px;width:24px}}.legal-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:120px 2rem 4rem}.legal-container{background:#fff;border-radius:20px;box-shadow:0 10px 50px #0000001a;margin:0 auto;max-width:900px;padding:3rem}.legal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#4ade80);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.legal-date{border-bottom:2px solid #e0e0e0;color:#666;font-size:.95rem;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-left:1rem;position:relative}.legal-section h2:before{background:linear-gradient(135deg,#60a5fa,#4ade80);border-radius:2px;content:"";height:100%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.legal-section p{color:#555;line-height:1.8;margin-bottom:1rem;text-align:justify}.legal-section ul{list-style:none;margin-bottom:1rem;padding-left:0}.legal-section ul li{color:#555;line-height:1.8;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.legal-section ul li:before{color:#4ade80;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.legal-section ul li strong{color:#333;font-weight:600}.legal-highlight{background:linear-gradient(135deg,#60a5fa1a,#4ade801a);border:2px solid #60a5fa4d;border-radius:12px;padding:1.5rem}.legal-highlight h2{color:#60a5fa}.legal-highlight p{color:#333;font-weight:500}@media (max-width:768px){.legal-page{padding:100px 1rem 2rem}.legal-container{border-radius:15px;padding:2rem 1.5rem}.legal-title{font-size:1.8rem}.legal-date{font-size:.85rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.2rem}.legal-section p,.legal-section ul li{font-size:.9rem;line-height:1.7}.legal-highlight{padding:1rem}}@media (max-width:480px){.legal-page{padding:90px .5rem 1.5rem}.legal-container{padding:1.5rem 1rem}.legal-title{font-size:1.5rem}.legal-section h2{font-size:1.1rem}.legal-section p,.legal-section ul li{font-size:.85rem}}.App{overflow-x:hidden}.App,main{position:relative}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#60a5fa,#4ade80);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}.App{animation:appFadeIn .5s ease-out}@keyframes appFadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.aa0b0f75.css.map*/