:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #64748b;--text-dark: #1e293b;--text-light: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #64748b;--text-dark: #1e293b;--text-light: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background:#0a0e27;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:575px){.container{padding:0 1rem}}@media(min-width:576px)and (max-width:767px){.container{padding:0 1.25rem}}@media(min-width:768px)and (max-width:991px){.container{padding:0 1.5rem}}@media(min-width:992px){.container{padding:0 2rem}}@media(min-width:1200px)and (max-width:1399px){.container{max-width:1140px}}@media(min-width:1400px){.container{max-width:1320px}}@media(min-width:1600px){.container{max-width:1500px;padding:0 2.5rem}}@media(min-width:1800px){.container{max-width:1680px;padding:0 3rem}}@media(min-width:2000px){.container{max-width:1820px;padding:0 3rem}}@media(min-width:2200px){.container{max-width:1960px}}.App{min-height:100vh;display:flex;flex-direction:column}.header-standalone{position:sticky;top:.5rem;z-index:1000;margin:.5rem 0 0;width:100%;background:#ffffff8c;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:20px;box-shadow:0 8px 32px #0000001f,inset 0 1px #fff9,inset 0 -1px #ffffff1a;border:1px solid rgba(255,255,255,.35);isolation:isolate}.header{background:transparent;padding:.5rem 0;transition:all .3s ease;border-radius:inherit}.header-goo-svg{position:absolute;width:0;height:0;overflow:hidden}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;cursor:pointer;transition:transform .3s ease;height:35px}.logo:hover{transform:translateY(-2px)}.logo-image{height:100%;width:auto;object-fit:contain;display:block}.nav{display:flex;align-items:center;gap:.5rem}.nav-gooey{padding:.25rem;margin:-.25rem}.nav-link{position:relative;text-decoration:none;color:#1e293b;font-weight:600;font-size:.95rem;padding:.5rem 1rem;border-radius:999px;transition:color .3s ease;overflow:visible;display:inline-flex;align-items:center;justify-content:center;text-shadow:0 0 20px rgba(255,255,255,.8),0 1px 2px rgba(255,255,255,.5)}.nav-link-blob{position:absolute;left:50%;top:50%;width:32px;height:32px;margin-left:-16px;margin-top:-16px;border-radius:50%;background:linear-gradient(135deg,#2563eb33,#1e40af26);transform:scale(0);opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease;pointer-events:none}.nav-link:hover .nav-link-blob,.nav-link:focus-visible .nav-link-blob{transform:scale(1.6);opacity:1;background:linear-gradient(135deg,#2563eb40,#1e40af33)}.nav-link span:not(.nav-link-blob){position:relative;z-index:1;transition:color .3s ease;color:inherit;text-shadow:0 0 1px rgba(255,255,255,.8)}.nav-link:hover span:not(.nav-link-blob),.nav-link:focus-visible span:not(.nav-link-blob){color:var(--primary-color)}.nav-cta{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;padding:.625rem 1.5rem;border-radius:8px;margin-left:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66;background:linear-gradient(135deg,#1e40af,#1e3a8a)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.header-standalone{margin:.5rem 0 0;top:.5rem}.header{padding:.6rem 0}.logo{height:30px}.mobile-menu-toggle{display:flex}.nav-gooey{filter:none;padding:0;margin:0}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:0;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease;overflow-y:auto}.nav-open{right:0}.nav-link{width:100%;padding:1rem;border-radius:8px;margin-bottom:.5rem;font-size:1rem}.nav-link-blob{display:none}.nav-cta{width:100%;margin-left:0;margin-top:1rem;text-align:center;padding:.875rem 1.5rem}}@media(max-width:480px){.logo{height:28px}}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 2rem;text-align:center;contain:layout paint;content-visibility:auto}.footer .container{max-width:720px;margin:0 auto;padding:0 1.5rem}.footer-tagline{margin:0 0 1.75rem;font-size:1rem;line-height:1.7;color:#ffffffe6}.footer-contact{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.footer-contact-item{display:inline-flex;align-items:center;gap:.5rem;color:#fffffff2;text-decoration:none;font-size:.95rem;transition:color .2s ease}a.footer-contact-item:hover{color:#fbbf24}.footer-address{max-width:320px;text-align:center;line-height:1.5;justify-content:center;margin-left:auto;margin-right:auto}.footer-icon{display:inline-flex;flex-shrink:0;color:#ffffffd9}a.footer-contact-item:hover .footer-icon{color:#fbbf24}.footer-copyright{margin:0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15);font-size:.9rem;color:#fffc}.footer-link{color:#ffffffe6;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fbbf24;text-decoration:underline}@media(min-width:600px){.footer-contact{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-address{max-width:100%;flex-basis:100%;justify-content:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:-5rem;padding:5rem 0 4rem;overflow:hidden;background:#0a0e27;contain:layout paint;content-visibility:auto}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-galaxy{position:absolute;inset:0;z-index:0;width:100%;height:100%;pointer-events:auto}.hero.hero-paused .gradient-blob,.hero.hero-paused .animated-grid,.hero.hero-paused .space-stars-near.twinkle{animation-play-state:paused}.hero-background .space-stars,.hero-background .space-dust,.hero-background .gradient-blob,.hero-background .animated-grid,.hero .container,.hero .hero-content{pointer-events:none}.space-stars{position:absolute;inset:0;z-index:0;background-repeat:repeat}.space-stars-far{background-image:radial-gradient(1px 1px at 5% 10%,rgba(255,255,255,.9),transparent),radial-gradient(1px 1px at 15% 25%,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 25% 5%,rgba(255,255,255,.85),transparent),radial-gradient(1px 1px at 35% 40%,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 45% 15%,rgba(255,255,255,.8),transparent),radial-gradient(1px 1px at 55% 55%,rgba(255,255,255,.75),transparent),radial-gradient(1px 1px at 65% 30%,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 75% 8%,rgba(255,255,255,.9),transparent),radial-gradient(1px 1px at 85% 45%,rgba(255,255,255,.65),transparent),radial-gradient(1px 1px at 92% 70%,rgba(255,255,255,.8),transparent),radial-gradient(1px 1px at 8% 60%,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 22% 85%,rgba(255,255,255,.75),transparent),radial-gradient(1px 1px at 50% 90%,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 78% 22%,rgba(255,255,255,.85),transparent),radial-gradient(1px 1px at 95% 35%,rgba(255,255,255,.7),transparent);background-size:100% 100%;opacity:.85}.space-stars-mid{background-image:radial-gradient(1.5px 1.5px at 10% 35%,rgba(255,255,255,.95),transparent),radial-gradient(1.5px 1.5px at 28% 12%,rgba(255,255,255,.8),transparent),radial-gradient(1.5px 1.5px at 42% 65%,rgba(255,255,255,.9),transparent),radial-gradient(1.5px 1.5px at 58% 28%,rgba(255,255,255,.75),transparent),radial-gradient(1.5px 1.5px at 70% 78%,rgba(255,255,255,.85),transparent),radial-gradient(1.5px 1.5px at 88% 15%,rgba(255,255,255,.8),transparent),radial-gradient(1.5px 1.5px at 12% 82%,rgba(255,255,255,.7),transparent),radial-gradient(1.5px 1.5px at 38% 48%,rgba(255,255,255,.9),transparent),radial-gradient(1.5px 1.5px at 62% 52%,rgba(255,255,255,.75),transparent),radial-gradient(1.5px 1.5px at 82% 62%,rgba(255,255,255,.85),transparent);background-size:100% 100%;opacity:.9}.space-stars-near{background-image:radial-gradient(2px 2px at 18% 22%,rgba(255,255,255,1),transparent),radial-gradient(2px 2px at 48% 38%,rgba(255,255,255,.95),transparent),radial-gradient(2px 2px at 72% 18%,rgba(255,255,255,1),transparent),radial-gradient(2px 2px at 35% 72%,rgba(255,255,255,.9),transparent),radial-gradient(2px 2px at 85% 55%,rgba(255,255,255,.95),transparent),radial-gradient(2px 2px at 55% 85%,rgba(255,255,255,.9),transparent),radial-gradient(2px 2px at 8% 48%,rgba(255,255,255,.85),transparent),radial-gradient(2px 2px at 92% 82%,rgba(255,255,255,.9),transparent);background-size:100% 100%;opacity:.95}.space-stars-near.twinkle{animation:star-twinkle 4s ease-in-out infinite}@keyframes star-twinkle{0%,to{opacity:.95}50%{opacity:.6}}.space-dust{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(102,126,234,.08) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(79,172,254,.06) 0%,transparent 50%),radial-gradient(ellipse 50% 60% at 50% 80%,rgba(118,75,162,.05) 0%,transparent 45%);pointer-events:none}.gradient-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:blob-animation 20s infinite ease-in-out}.blob-1{width:500px;height:500px;background:linear-gradient(135deg,#667eea,#764ba2);top:-200px;left:-200px;animation-delay:0s}.blob-2{width:400px;height:400px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-150px;right:-150px;animation-delay:7s}.blob-3{width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;right:10%;animation-delay:14s}@keyframes blob-animation{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}.animated-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;animation:grid-move 20s linear infinite;opacity:.5}.hero .container{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.hero-content{opacity:0;transform:translateY(30px);transition:all .8s ease-out;max-width:800px;width:100%;margin:0 auto;text-align:center}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-badge{display:inline-block;margin-bottom:.5rem;animation:fadeInDown .8s ease-out .2s both}.badge-text{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.875rem;font-weight:500;letter-spacing:.5px}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:.5rem;line-height:1.1;animation:fadeInUp .8s ease-out .3s both}.title-line{display:block;font-size:1.5rem;font-weight:400;opacity:.8;margin-bottom:.25rem;letter-spacing:2px}.title-main{display:block;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:4rem;font-weight:900;letter-spacing:-2px;animation:gradient-shift 3s ease infinite;background-size:200% 200%}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.75rem;margin-bottom:.75rem;font-weight:600;animation:fadeInUp .8s ease-out .4s both}.highlight-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-description{font-size:1.125rem;margin-bottom:1rem;opacity:.9;max-width:600px;width:100%;margin-left:auto;margin-right:auto;line-height:1.8;animation:fadeInUp .8s ease-out .5s both}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .6s both}.btn{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.75rem;font-size:1rem;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#fff,#e0e7ff);color:#1e40af;box-shadow:0 10px 30px #fff3}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ffffff4d}.btn-primary svg{transition:transform .3s ease}.btn-primary:hover svg{transform:translate(5px)}.btn-secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.hero-stats{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .7s both}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1;animation:fadeInUp 1s ease-out 1s both}.mouse{width:30px;height:50px;border:2px solid rgba(255,255,255,.5);border-radius:20px;position:relative}.wheel{width:4px;height:8px;background:#fffc;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll-wheel 2s infinite}@keyframes scroll-wheel{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(15px)}}.arrow{display:flex;flex-direction:column;gap:2px}.arrow span{width:8px;height:8px;border-right:2px solid rgba(255,255,255,.6);border-bottom:2px solid rgba(255,255,255,.6);transform:rotate(45deg);animation:arrow-bounce 1.5s infinite}.arrow span:nth-child(2){animation-delay:.2s}.arrow span:nth-child(3){animation-delay:.4s}@keyframes arrow-bounce{0%,to{opacity:0}50%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.about{padding:6rem 0;background:var(--bg-white);position:relative;contain:layout paint;content-visibility:auto;border-bottom:none;box-shadow:none}.about-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem}.about-header .section-title{font-size:3.5rem;font-weight:800;margin:0;color:var(--text-dark);background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-logo-wrapper{display:flex;align-items:center;justify-content:center}.about-logo{height:80px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));transition:transform .3s ease}.about-logo:hover{transform:scale(1.05)}.about-title-section{text-align:center;width:100%}.about-title-section .section-title{font-size:2.75rem;font-weight:800;margin-bottom:.5rem;color:var(--text-dark);background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-tagline{font-size:1.125rem;color:var(--text-light);font-weight:500;margin:0}.about-content{max-width:1000px;margin:0 auto}@media(min-width:1400px){.about-content{max-width:1100px}.about-description p{max-width:900px}}@media(min-width:1600px){.about-content{max-width:1200px}.about-description p{max-width:1000px}}@media(min-width:1800px){.about-content{max-width:100%}.about-description p{max-width:1100px}}.about-description{text-align:center;margin-bottom:3rem}.about-description p{font-size:1.125rem;color:var(--text-light);line-height:1.9;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.about-description p:last-child{margin-bottom:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat{text-align:center;padding:2.5rem 2rem;background:var(--bg-white);border-radius:16px;box-shadow:0 4px 20px #00000014;border:2px solid transparent;transition:all .3s ease;position:relative}.stat:after{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,var(--primary-color),rgba(37,99,235,.3));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.stat:hover:after{opacity:1}.stat:hover{transform:translateY(-8px);box-shadow:0 12px 40px #2563eb26}.stat h3{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color) 0%,#1e40af 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem;line-height:1}.stat p{color:var(--text-light);font-weight:600;font-size:1rem;margin:0;text-transform:uppercase;letter-spacing:.5px}.contact{padding:5rem 0;background:var(--bg-white);contain:layout paint;content-visibility:auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.75rem;font-weight:800;margin:0 0 .75rem;color:var(--text-dark);background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.125rem;color:var(--text-light);max-width:480px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info-title,.contact-form-title{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-dark);font-weight:600}.contact-info-title{padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.contact-form-title{margin-top:0}.contact-map-wrap{background:var(--bg-light);padding:1.75rem;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 4px 20px #0000000f}.contact-map{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;background:var(--border-color);contain:layout paint;content-visibility:auto}.contact-map-placeholder{position:absolute;inset:0;background:var(--border-color)}.contact-map iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.contact-map-address{margin:1rem 0 0;font-size:.95rem;color:var(--text-light);line-height:1.6}.contact-item{margin-bottom:1.5rem}.contact-item strong{display:block;margin-bottom:.5rem;color:var(--text-dark);font-size:.9rem;font-weight:600}.contact-item a{color:var(--primary-color);text-decoration:none;font-size:1rem;transition:color .3s ease}.contact-item a:hover{color:#764ba2}.contact-item p{color:var(--text-light);font-size:1rem;margin:0;line-height:1.6}@media(min-width:1400px){.hero .container{max-width:1320px}.hero-content{max-width:960px}.hero-description{max-width:720px;font-size:1.25rem}.hero-title{font-size:5rem}.title-main{font-size:5.5rem}.hero-subtitle{font-size:2rem}.section-title{font-size:3rem}.about{padding:6.5rem 0}.about-header .section-title{font-size:3.75rem}.about-logo{height:90px}.about-description p{font-size:1.2rem;max-width:900px}}@media(min-width:1600px){.hero .container{max-width:1500px}.hero-content{max-width:1100px}.hero-description{max-width:820px}.hero-title{font-size:5.5rem}.title-main{font-size:6rem}.hero-subtitle{font-size:2.125rem}}@media(min-width:1200px)and (max-width:1399px){.hero .container{gap:5rem;max-width:1140px}.hero-content{max-width:880px}.hero-description{max-width:660px}.hero-title{font-size:4.5rem}.title-main{font-size:4rem}.about{padding:6rem 0}.about-header .section-title{font-size:3.5rem}.about-logo{height:85px}.about-description p{font-size:1.15rem;max-width:900px}}@media(min-width:992px)and (max-width:1199px){.hero-content{max-width:850px}.hero-description{max-width:640px}.hero-title{font-size:4rem}.title-main{font-size:3.5rem}.hero-subtitle{font-size:1.65rem}.about{padding:5.5rem 0}.about-header .section-title{font-size:3.25rem}.about-logo{height:75px}.about-description p{font-size:1.1rem;max-width:850px}}@media(min-width:768px)and (max-width:991px){.hero{padding:7rem 0 4rem;min-height:90vh}.hero .container{text-align:center}.hero-title{font-size:3.5rem}.title-main{font-size:4rem}.title-line{font-size:1.4rem}.hero-subtitle{font-size:1.6rem}.hero-description{font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-stats{justify-content:center;gap:2.5rem}.stat-item{text-align:center}.stat-number{font-size:2.25rem}.section-title{font-size:2.5rem}.contact-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}.about-header{gap:1.25rem}.about-header .section-title{font-size:3rem}.about-logo{height:70px}.about-title-section .section-title{font-size:2.5rem}.stats{grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat{padding:2rem 1.5rem}.stat h3{font-size:2.5rem}}@media(min-width:576px)and (max-width:767px){.hero{padding:6rem 0 3rem;min-height:auto}.hero .container{text-align:center}.hero-badge{margin-bottom:1.25rem}.badge-text{font-size:.8rem;padding:.45rem 1rem}.hero-title{font-size:3rem;margin-bottom:1.25rem}.title-main{font-size:3rem}.title-line{font-size:1.25rem;margin-bottom:.4rem}.hero-subtitle{font-size:1.5rem;margin-bottom:1.25rem}.hero-description{font-size:1rem;margin-bottom:2rem;max-width:100%}.hero-buttons{flex-direction:row;justify-content:center;gap:1rem;margin-bottom:2.5rem}.btn{padding:.875rem 1.75rem;font-size:.95rem}.hero-stats{gap:2rem;justify-content:center;flex-wrap:wrap}.stat-item{text-align:center;flex:1;min-width:100px}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.section-title{font-size:2.25rem;margin-bottom:2.5rem}.about{padding:4rem 0}.about-header{flex-direction:column;gap:1.25rem;margin-bottom:3rem}.about-header .section-title{font-size:2.5rem}.about-logo-wrapper{margin:.5rem 0}.about-logo{height:40px}.about-content{max-width:100%;padding:0 1rem}.about-description{margin-bottom:2.5rem}.about-description p{font-size:1.05rem;line-height:1.8;padding:0 .5rem}.stats{grid-template-columns:repeat(3,1fr);gap:1.25rem}.stat{padding:1.75rem 1rem}.stat h3{font-size:2.25rem}.stat p{font-size:.9rem}.contact{padding:4rem 0}.contact-header{margin-bottom:2.5rem}.contact-title{font-size:2.25rem}.contact-subtitle{font-size:1rem;padding:0 .5rem}.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact-info-title,.contact-form-title{font-size:1.2rem;margin-bottom:1.25rem}.contact-map-wrap{padding:1.25rem}.contact-map{padding-bottom:60%}.scroll-indicator{bottom:1.5rem}}@media(max-width:575px){.hero{padding:5rem 0 2.5rem;min-height:auto}.hero-background{overflow:hidden}.blob-1{width:300px;height:300px;top:-100px;left:-100px}.blob-2{width:250px;height:250px;bottom:-100px;right:-100px}.blob-3{width:200px;height:200px;top:40%;right:5%}.gradient-blob{filter:blur(60px)}.animated-grid{background-size:30px 30px}.hero .container{text-align:center;padding:0 1rem}.hero-content{transform:translateY(20px)}.hero-badge{margin-bottom:1rem}.badge-text{font-size:.75rem;padding:.4rem .875rem;gap:.4rem}.hero-title{font-size:2.25rem;margin-bottom:1rem;line-height:1.15}.title-main{font-size:2.75rem;letter-spacing:-1px}.title-line{font-size:1.1rem;margin-bottom:.3rem;letter-spacing:1px}.hero-subtitle{font-size:1.25rem;margin-bottom:1rem;line-height:1.4}.hero-description{font-size:.95rem;margin-bottom:1.75rem;line-height:1.7;max-width:100%}.hero-buttons{flex-direction:column;align-items:stretch;gap:.875rem;margin-bottom:2rem}.btn{padding:.875rem 1.5rem;font-size:.9rem;justify-content:center;width:100%}.btn-primary svg{width:18px;height:18px}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.stat-item{text-align:center;width:100%;max-width:200px}.stat-number{font-size:2rem}.stat-label{font-size:.75rem}.section-title{font-size:1.875rem;margin-bottom:2rem}.about{padding:3rem 0}.about-header{flex-direction:column;gap:1rem;margin-bottom:2rem;padding:0 1rem}.about-header .section-title{font-size:1.875rem}.about-logo-wrapper{margin:.5rem 0}.about-logo{height:25px}.about-content{max-width:100%;padding:0 1rem}.about-description{margin-bottom:2rem;text-align:center}.about-description p{font-size:.95rem;line-height:1.7;text-align:left;padding:0;margin-bottom:1.25rem}.about-description p:last-child{margin-bottom:0}.stats{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.stat{padding:1.5rem 1rem}.stat h3{font-size:2rem}.stat p{font-size:.85rem}.contact{padding:3rem 0}.contact-header{margin-bottom:2rem}.contact-title{font-size:1.875rem}.contact-subtitle{font-size:.95rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info-title,.contact-form-title{font-size:1.1rem;margin-bottom:1rem}.contact-item{margin-bottom:1.25rem}.contact-item strong{font-size:.85rem}.contact-item a,.contact-item p{font-size:.95rem}.contact-map-address{font-size:.9rem}.scroll-indicator{bottom:1rem;display:none}.mouse{width:25px;height:40px}.wheel{width:3px;height:6px}}@media(max-width:991px)and (orientation:landscape){.hero{min-height:auto;padding:4rem 0 2rem}.hero-title,.title-main{font-size:2.5rem}.hero-subtitle{font-size:1.35rem}.hero-description{font-size:.95rem;margin-bottom:1.5rem}.hero-stats{gap:1.5rem}}@media print{.hero-background,.scroll-indicator,.hero-buttons{display:none}.hero{background:#fff;color:#000;padding:2rem 0}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.animated-grid{background-size:25px 25px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.gradient-blob,.animated-grid,.scroll-indicator{animation:none}}.services{padding:6rem 0;background:linear-gradient(180deg,#f8fafc,#fff);position:relative;contain:layout paint;content-visibility:auto}.services .container{width:100%}@media(min-width:1200px)and (max-width:1399px){.services .container{max-width:1140px}}@media(min-width:1400px){.services .container{max-width:1320px}}@media(min-width:1600px){.services .container{max-width:1500px}}@media(min-width:1800px){.services .container{max-width:1680px}}@media(min-width:2000px){.services .container{max-width:1820px}}@media(min-width:2200px){.services .container{max-width:1960px}}.services-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark);background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;color:var(--text-light);max-width:600px;width:100%;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:var(--bg-white);border-radius:20px;padding:0;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;position:relative}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.3),transparent);opacity:0;transition:opacity .3s}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #00000026}.service-icon-wrapper{width:65px;height:65px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:2rem auto 1.5rem;box-shadow:0 8px 24px #00000026;transition:transform .3s ease;position:relative;overflow:hidden}.service-icon-wrapper:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.service-card:hover .service-icon-wrapper{transform:rotate(5deg) scale(1.1)}.service-card:hover .service-icon-wrapper:after{width:200px;height:200px}.service-icon-svg{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.service-icon-svg svg{width:32px;height:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}.service-card:hover .service-icon-svg svg{transform:scale(1.1) rotate(5deg)}.service-content{padding:0 2rem 1.5rem;flex-grow:1;text-align:center}.service-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);line-height:1.3}.service-content p{color:var(--text-light);line-height:1.7;font-size:.95rem}@media(max-width:768px){.services{padding:4rem 0}.services-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;padding:0 1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-icon-wrapper{width:60px;height:60px;margin:1.5rem auto 1rem}.service-icon-svg svg{width:28px;height:28px}.service-content{padding:0 1.5rem 1rem}.service-content h3{font-size:1.35rem}.service-content p{font-size:.9rem}}@media(min-width:992px)and (max-width:1199px){.services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.service-card{padding:2.25rem}}@media(min-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr);gap:2.25rem}.section-subtitle{max-width:660px}}@media(min-width:1400px){.section-title{font-size:3rem}.section-subtitle{max-width:720px;font-size:1.2rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.service-card{padding:3rem}}@media(min-width:1600px){.services{padding:7rem 0}.services-header{margin-bottom:4.5rem}.section-title{font-size:3.25rem}.section-subtitle{max-width:800px;font-size:1.25rem}.services-grid{gap:2.75rem}.service-card{padding:3.25rem}.service-content h3{font-size:1.6rem}.service-content p{font-size:1rem}}.clients{padding:3rem 0;background:var(--bg-light);position:relative;overflow:hidden;contain:layout paint;content-visibility:auto;border-top:none}.clients-header{text-align:center;margin-bottom:2rem}.clients-subtitle{font-size:1rem;color:var(--text-light);margin-top:.5rem}.clients-carousel-wrapper{position:relative;overflow:hidden;padding:1rem 0;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.clients-carousel{display:flex;gap:2.5rem;animation:scroll 30s linear infinite;width:fit-content;animation-play-state:paused}.clients.clients-inview .clients-carousel{animation-play-state:running}.clients-carousel:hover,.clients.clients-inview .clients-carousel:hover{animation-play-state:paused}.client-logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:var(--bg-white);border-radius:12px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:100px;width:160px}.client-logo-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.client-logo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.client-logo-item:hover .client-logo{transform:scale(1.05)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.clients{padding:2.5rem 0}.clients-header{margin-bottom:1.5rem}.clients-subtitle{font-size:.95rem}.clients-carousel-wrapper{padding:.75rem 0}.clients-carousel{gap:1.5rem;animation-duration:20s}.client-logo-item{height:80px;width:140px;padding:.75rem 1rem}}@media(max-width:480px){.clients{padding:2rem 0}.clients-header{margin-bottom:1.25rem}.clients-carousel-wrapper{padding:.5rem 0}.clients-carousel{gap:1.25rem;animation-duration:15s}.client-logo-item{height:70px;width:120px;padding:.5rem .75rem}}.products{padding:2rem 0;background:var(--bg-white);position:relative;overflow:hidden;contain:layout paint;content-visibility:auto}.products-header{text-align:center;margin-bottom:1.5rem}.products-subtitle{font-size:1rem;color:var(--text-light);margin-top:.5rem}.products-carousel-wrapper{position:relative;overflow:hidden;padding:.75rem 0;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.products-carousel{display:flex;gap:1.5rem;animation:scroll-products 35s linear infinite;width:fit-content;animation-play-state:paused}.products.products-inview .products-carousel{animation-play-state:running}.products-carousel:hover,.products.products-inview .products-carousel:hover{animation-play-state:paused}.product-card{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem;background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;width:220px;min-height:140px}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#2563eb33}.product-logo-wrapper{width:100%;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;padding:.5rem}.product-logo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-logo{transform:scale(1.1)}.product-info{text-align:center;width:100%}.product-name{font-size:1rem;font-weight:700;color:var(--text-dark);margin:0}@media(min-width:1200px){.products .products-header{margin-bottom:2rem}.products-subtitle{font-size:1.05rem}}@media(min-width:1400px){.products{padding:2.5rem 0}.products .products-header{margin-bottom:2.25rem}.products-subtitle{font-size:1.1rem}.products-carousel{gap:2rem}.product-card{width:240px;min-height:150px;padding:1.5rem}.product-logo-wrapper{height:85px}.product-name{font-size:1.05rem}}@media(min-width:1600px){.products{padding:3rem 0}.products .products-header{margin-bottom:2.5rem}.products-subtitle{font-size:1.125rem}.products-carousel{gap:2.25rem}.product-card{width:260px;min-height:160px;padding:1.75rem}.product-logo-wrapper{height:90px}.product-name{font-size:1.1rem}}@keyframes scroll-products{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.products{padding:1.75rem 0}.products-header{margin-bottom:1.25rem}.products-subtitle{font-size:.9rem}.products-carousel-wrapper{padding:.5rem 0}.products-carousel{gap:1.25rem;animation-duration:25s}.product-card{width:180px;min-height:120px;padding:1rem}.product-logo-wrapper{height:70px;margin-bottom:.5rem}.product-name{font-size:.95rem}}@media(max-width:480px){.products{padding:1.5rem 0}.products-header{margin-bottom:1rem}.products-carousel-wrapper{padding:.5rem 0}.products-carousel{gap:1rem;animation-duration:20s}.product-card{width:160px;min-height:110px;padding:.875rem}.product-logo-wrapper{height:60px;margin-bottom:.5rem}.product-name{font-size:.875rem}}.galaxy-container{width:100%;height:100%;position:absolute;inset:0}.galaxy-container canvas{display:block;width:100%!important;height:100%!important}.privacy-page{min-height:100vh;background:#0a0e27}.privacy-hero{position:relative;margin-top:-5rem;padding:5rem 0 4rem;color:#fff;overflow:hidden;background:#0a0e27}.privacy-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.privacy-hero-bg .gradient-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45;animation:blob-animation 20s infinite ease-in-out}.privacy-hero-bg .blob-1{width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);top:-150px;left:-150px;animation-delay:0s}.privacy-hero-bg .blob-2{width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-100px;right:-100px;animation-delay:10s}@keyframes blob-animation{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.05)}}.privacy-hero-bg .animated-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;animation:grid-move 20s linear infinite;opacity:.5}@keyframes grid-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.privacy-hero .container{position:relative;z-index:1}.privacy-hero-content{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out;max-width:720px}.privacy-hero-content.visible{opacity:1;transform:translateY(0)}.privacy-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.9rem;opacity:.9}.privacy-breadcrumb a{color:#ffffffe6;text-decoration:none;transition:color .2s ease}.privacy-breadcrumb a:hover{color:#fbbf24}.breadcrumb-sep{opacity:.6}.privacy-hero-title{font-size:3.25rem;font-weight:800;margin:0 0 .75rem;line-height:1.15;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.privacy-hero-subtitle{font-size:1.2rem;margin:0 0 .5rem;opacity:.92;line-height:1.6}.privacy-hero-updated{font-size:.9rem;opacity:.75;margin:0}.privacy-content{padding:4rem 0 5rem;background:var(--bg-white)}.container-narrow{max-width:780px;margin:0 auto;padding:0 1.5rem}.privacy-body{color:var(--text-dark)}.privacy-intro{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.privacy-intro p{font-size:1.1rem;line-height:1.85;color:var(--text-light);margin:0}.privacy-section{margin-bottom:2.25rem}.privacy-section h2{font-size:1.35rem;font-weight:700;margin:0 0 .75rem;color:var(--text-dark);background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.01em}.privacy-section p{font-size:1rem;line-height:1.8;color:var(--text-light);margin:0}.privacy-section a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.privacy-section a:hover{color:var(--primary-dark);text-decoration:underline}@media(max-width:768px){.privacy-hero{padding:5rem 0 3rem}.privacy-hero-title{font-size:2.25rem}.privacy-hero-subtitle{font-size:1.05rem}.privacy-content{padding:3rem 0 4rem}.privacy-section h2{font-size:1.2rem}.privacy-section p,.privacy-intro p{font-size:.98rem}}@media(max-width:480px){.privacy-hero-title{font-size:1.875rem}.privacy-breadcrumb{font-size:.85rem}.container-narrow{padding:0 1rem}}@media(prefers-reduced-motion:reduce){.privacy-hero-bg .gradient-blob,.privacy-hero-bg .animated-grid{animation:none}.privacy-hero-content{transition:none}}
