code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-brand,.nav-container{align-items:center;display:flex}.nav-brand{gap:.5rem}.logo{height:40px;width:auto}.brand-text{color:#2563eb;font-size:1.5rem;font-weight:700}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover{color:#2563eb}.nav-link:after{background:#2563eb;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;display:flex;gap:1rem}.language-selector{position:relative}.language-button{align-items:center;background:none;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.language-button:hover{background:#f8fafc;border-color:#2563eb}.language-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;margin-top:.5rem;min-width:150px;position:absolute;right:0;top:100%;z-index:1001}.language-option{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:background .3s ease;width:100%}.language-option:hover{background:#f8fafc}.language-option.active{background:#eff6ff;color:#2563eb}.btn{font-size:.875rem}.btn-primary{background:#2563eb}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.user-menu{align-items:center;display:flex;gap:1rem}.user-name{color:#374151;font-weight:500}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.mobile-menu-toggle span{background:#374151;height:3px;transition:all .3s ease;width:25px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-menu{background:#fff;box-shadow:0 10px 25px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-actions{gap:.5rem}.language-selector,.user-menu{display:none}.mobile-menu-toggle{display:flex}.brand-text{font-size:1.25rem}.logo{height:32px}}@media (max-width:480px){.nav-container{padding:0 .5rem}.btn{font-size:.75rem;padding:.5rem 1rem}}.hero{display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:linear-gradient(135deg,#667eea,#764ba2);z-index:-2}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#0000004d;z-index:-1}.hero-content{align-items:center;display:flex;flex:1 1;padding:6rem 0 4rem}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-text{color:#fff}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#e0e7ff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.hero-description{color:#cbd5e1;font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-large{font-weight:600}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;max-width:400px}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;color:#fff;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.hero-card:hover{box-shadow:0 20px 40px #0003;transform:translateY(-5px)}.card-1{grid-column:1;grid-row:1}.card-2{grid-column:2;grid-row:1}.card-3{grid-column:1/-1;grid-row:2}.card-icon{font-size:2.5rem;margin-bottom:1rem}.hero-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.hero-card p{font-size:.875rem;opacity:.8}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-top:1px solid #fff3;padding:2rem 0}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;padding:0 2rem}.stat-item{color:#fff;text-align:center}.stat-number{color:#fbbf24;font-size:2.5rem}.stat-label{opacity:.8}@media (max-width:1024px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:3rem}.hero-cards{margin:0 auto;max-width:300px}}@media (max-width:768px){.hero-container{gap:2rem;padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-actions{justify-content:center}.btn-large{font-size:1rem;padding:.875rem 1.5rem}.stats-container{gap:1.5rem;grid-template-columns:repeat(2,1fr);padding:0 1rem}.stat-number{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-actions{align-items:center;flex-direction:column}.btn-large{max-width:250px;width:100%}.hero-cards{gap:1rem;grid-template-columns:1fr}.card-1,.card-2,.card-3{grid-column:1}.card-2{grid-row:2}.card-3{grid-row:3}.stats-container{gap:1rem;grid-template-columns:1fr}}.services{background:#f8fafc;padding:6rem 0}.services-container{margin:0 auto;max-width:1200px;padding:0 2rem}.services-header{margin-bottom:4rem;text-align:center}.services-title{color:#1e293b;font-size:3rem;font-weight:800;margin-bottom:1rem}.services-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px #0000000d;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.service-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.service-card:hover:before{opacity:1}.service-icon{align-items:center;border-radius:1rem;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.service-content{flex:1 1}.service-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:0 0 2rem;padding:0}.service-feature{align-items:center;color:#475569;display:flex;font-size:.875rem;gap:.75rem;margin-bottom:.75rem}.service-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.service-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}@media (max-width:1024px){.services-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.services{padding:4rem 0}.services-container{padding:0 1rem}.services-title{font-size:2.5rem}.services-subtitle{font-size:1.125rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.service-title{font-size:1.25rem}}@media (max-width:480px){.services-title{font-size:2rem}.services-subtitle{font-size:1rem}.service-card{padding:1rem}.service-icon{font-size:1.25rem;height:50px;width:50px}.service-button{font-size:.875rem;padding:.625rem 1rem}}.products{background:#fff;padding:6rem 0}.products-container{margin:0 auto;max-width:1200px;padding:0 2rem}.products-header{margin-bottom:4rem;text-align:center}.products-title{color:#1e293b;font-size:3rem;font-weight:800;margin-bottom:1rem}.products-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.product-card{animation:fadeInUp .6s ease forwards;background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;box-shadow:0 4px 6px #0000000d;opacity:0;overflow:hidden;padding:2rem;position:relative;transform:translateY(30px);transition:all .3s ease}.product-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#10b981);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover{box-shadow:0 25px 50px #0000001a;transform:translateY(-8px)}.product-card:hover:before{opacity:1}.product-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.product-icon{align-items:center;border-radius:1.5rem;color:#fff;display:flex;font-size:1.75rem;height:70px;justify-content:center;position:relative;width:70px}.product-icon:after{background:inherit;border-radius:inherit;bottom:-2px;content:"";filter:blur(8px);left:-2px;opacity:.3;position:absolute;right:-2px;top:-2px;z-index:-1}.product-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:1rem;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.product-content{flex:1 1}.product-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.product-description{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.product-features{margin-bottom:2rem}.features-title{color:#374151;font-size:1rem;font-weight:600;margin-bottom:1rem}.features-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.feature-item{gap:.5rem}.feature-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;height:6px;width:6px}.feature-text{color:#64748b}.product-actions{display:flex;gap:.75rem}.product-button{border:none;border-radius:.5rem;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:.75rem 1rem;transition:all .3s ease}.product-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.product-button.primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.product-button.secondary{background:#0000;border:1px solid #3b82f6;color:#3b82f6}.product-button.secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-1px)}.products-cta{background:linear-gradient(135deg,#1e293b,#334155);border-radius:1.5rem;color:#fff;overflow:hidden;padding:3rem;position:relative;text-align:center}.products-cta:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.cta-content{position:relative;z-index:1}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px;opacity:.9}.cta-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}@media (max-width:1024px){.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.products{padding:4rem 0}.products-container{padding:0 1rem}.products-title{font-size:2.5rem}.products-subtitle{font-size:1.125rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-card{padding:1.5rem}.product-title{font-size:1.25rem}.features-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}.products-cta{padding:2rem}.cta-title{font-size:1.75rem}}@media (max-width:480px){.products-title{font-size:2rem}.products-subtitle{font-size:1rem}.product-card{padding:1rem}.product-icon{font-size:1.5rem;height:60px;width:60px}.product-button{font-size:.875rem;padding:.625rem .875rem}.cta-button{font-size:1rem;padding:.875rem 1.5rem}}.infrastructure{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.infrastructure-container{margin:0 auto;max-width:1200px;padding:0 2rem}.infrastructure-header{margin-bottom:4rem;text-align:center}.infrastructure-title{color:#1e293b;font-size:3rem;font-weight:800;margin-bottom:1rem}.infrastructure-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.infrastructure-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.infrastructure-card{animation:slideInUp .6s ease forwards;background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;box-shadow:0 4px 6px #0000000d;opacity:0;overflow:hidden;padding:2rem;position:relative;transform:translateY(30px);transition:all .3s ease}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.infrastructure-card:before{background:linear-gradient(90deg,#3b82f6,#10b981,#8b5cf6);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.infrastructure-card:hover{box-shadow:0 25px 50px #0000001a;transform:translateY(-8px)}.infrastructure-card:hover:before{opacity:1}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.card-icon{align-items:center;border-radius:1.5rem;color:#fff;display:flex;font-size:1.75rem;height:70px;justify-content:center;position:relative;width:70px}.card-icon:after{background:inherit;border-radius:inherit;bottom:-2px;content:"";filter:blur(8px);left:-2px;opacity:.3;position:absolute;right:-2px;top:-2px;z-index:-1}.card-status{align-items:center;display:flex;gap:.5rem}.status-indicator{background:#ef4444;border-radius:50%;height:12px;width:12px}.status-indicator.active{background:#10b981;box-shadow:0 0 0 4px #10b98133}.status-text{color:#10b981;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.card-content{flex:1 1}.card-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.card-description{color:#64748b;font-size:1rem;line-height:1.6}.card-description,.card-features{margin-bottom:1.5rem}.feature-item{gap:.75rem;margin-bottom:.75rem}.feature-icon,.feature-item{align-items:center;display:flex}.feature-icon{background:#10b981;border-radius:50%;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:700;height:20px;justify-content:center;width:20px}.feature-text{color:#475569;font-size:.875rem}.card-stats{background:#f8fafc;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.stats-title{color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.stats-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr}.stat-item{align-items:center;display:flex;gap:.5rem}.stat-value{color:#64748b;font-size:.875rem;font-weight:500}.card-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.card-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.infrastructure-overview{grid-gap:3rem;align-items:center;background:#fff;border-radius:1.5rem;box-shadow:0 10px 25px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:3rem}.overview-content{flex:1 1}.overview-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.overview-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.overview-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.overview-stat{text-align:center}.stat-number{color:#3b82f6;font-size:2rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.overview-visual{align-items:center;display:flex;justify-content:center}.infrastructure-diagram{height:300px;position:relative;width:300px}.diagram-center{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 10px 30px #3b82f64d;color:#fff;display:flex;font-weight:600;height:120px;justify-content:center;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:120px}.center-node{font-size:.875rem}.diagram-nodes{bottom:0;left:0;position:absolute;right:0;top:0}.diagram-node{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;color:#64748b;display:flex;font-size:.75rem;font-weight:600;height:80px;justify-content:center;position:absolute;text-align:center;width:80px}.diagram-node:first-child{left:50%;top:20px;transform:translateX(-50%)}.diagram-node:nth-child(2){right:20px;top:50%;transform:translateY(-50%)}.diagram-node:nth-child(3){bottom:20px;left:50%;transform:translateX(-50%)}.diagram-node:nth-child(4){left:20px;top:50%;transform:translateY(-50%)}@media (max-width:1024px){.infrastructure-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.infrastructure-overview{gap:2rem;grid-template-columns:1fr;text-align:center}}@media (max-width:768px){.infrastructure{padding:4rem 0}.infrastructure-container{padding:0 1rem}.infrastructure-title{font-size:2.5rem}.infrastructure-subtitle{font-size:1.125rem}.infrastructure-grid{gap:1.5rem;grid-template-columns:1fr}.infrastructure-card{padding:1.5rem}.card-title{font-size:1.25rem}.infrastructure-overview{padding:2rem}.overview-title{font-size:1.75rem}.overview-stats{gap:1rem;grid-template-columns:1fr}.infrastructure-diagram{height:250px;width:250px}.diagram-center{height:100px;width:100px}.diagram-node{font-size:.625rem;height:60px;width:60px}}@media (max-width:480px){.infrastructure-title{font-size:2rem}.infrastructure-subtitle{font-size:1rem}.infrastructure-card{padding:1rem}.card-icon{font-size:1.5rem;height:60px;width:60px}.card-button{font-size:.875rem;padding:.625rem 1rem}.overview-stats{grid-template-columns:1fr}.stat-number{font-size:1.5rem}}.about{background:#fff;padding:6rem 0}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-header{margin-bottom:4rem;text-align:center}.about-title{color:#1e293b;font-size:3rem;font-weight:800;margin-bottom:1rem}.about-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.about-content{grid-gap:4rem;display:grid;gap:4rem}.about-mission,.about-vision{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1.5rem;overflow:hidden;padding:3rem;position:relative}.about-mission:before,.about-vision:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6);content:"";height:4px;left:0;position:absolute;right:0;top:0}.mission-title,.vision-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.mission-description,.vision-description{color:#64748b;font-size:1.125rem;line-height:1.6;max-width:800px}.about-values{text-align:center}.values-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:3rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{animation:fadeInUp .6s ease forwards;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px #0000000d;opacity:0;padding:2rem;text-align:center;transform:translateY(30px);transition:all .3s ease}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.value-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.value-icon{align-items:center;border-radius:1rem;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.value-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.value-description{color:#64748b;font-size:1rem;line-height:1.6}.about-team{background:linear-gradient(135deg,#1e293b,#334155);border-radius:1.5rem;color:#fff;overflow:hidden;padding:3rem;position:relative;text-align:center}.about-team:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.team-content{position:relative;z-index:1}.team-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.team-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.team-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.team-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}@media (max-width:768px){.about{padding:4rem 0}.about-container{padding:0 1rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.125rem}.about-content{gap:3rem}.about-mission,.about-vision{padding:2rem}.mission-title,.vision-title{font-size:1.75rem}.mission-description,.vision-description{font-size:1rem}.values-title{font-size:1.75rem}.values-grid{gap:1.5rem;grid-template-columns:1fr}.value-card{padding:1.5rem}.about-team{padding:2rem}.team-title{font-size:1.75rem}.team-description{font-size:1rem}}@media (max-width:480px){.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.about-mission,.about-vision{padding:1.5rem}.mission-title,.vision-title{font-size:1.5rem}.value-card{padding:1rem}.value-icon{font-size:1.25rem;height:50px;width:50px}.value-title{font-size:1.125rem}.about-team{padding:1.5rem}.team-title{font-size:1.5rem}.team-button{font-size:1rem;padding:.875rem 1.5rem}}.contact{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.contact-header{margin-bottom:4rem;text-align:center}.contact-title{color:#1e293b;font-size:3rem;font-weight:800;margin-bottom:1rem}.contact-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.contact-form-section{background:#fff;border-radius:1.5rem;box-shadow:0 10px 25px #0000001a;padding:2rem}.form-container{max-width:600px}.form-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input,.form-textarea{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-textarea{min-height:120px;resize:vertical}.form-submit{align-self:flex-start;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.form-submit:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.form-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-message{border-radius:.5rem;font-weight:600;padding:1rem;text-align:center}.form-message.success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.form-message.error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.info-container{background:#fff;border-radius:1.5rem;box-shadow:0 10px 25px #0000001a;padding:2rem}.info-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.info-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-item{align-items:flex-start;display:flex;gap:1rem}.info-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:.75rem;display:flex;flex-shrink:0;font-size:1.25rem;height:40px;justify-content:center;width:40px}.info-content{flex:1 1}.info-label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.info-text{color:#64748b;font-size:1rem;line-height:1.5}.social-section{border-top:1px solid #e2e8f0;padding-top:2rem}.social-title{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{border:1px solid #0000;border-radius:.5rem;color:#64748b;gap:.75rem;padding:.75rem}.social-link:hover{background:#f8fafc;border-color:#e2e8f0;color:#3b82f6;transform:translateX(4px)}.social-name{font-weight:500}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:4rem 0}.contact-container{padding:0 1rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.125rem}.contact-form-section,.info-container{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-submit{width:100%}.info-items{gap:1rem}.info-item{gap:.75rem}.info-icon{font-size:1rem;height:35px;width:35px}}@media (max-width:480px){.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-form-section,.info-container{padding:1rem}.form-title,.info-title{font-size:1.25rem}.form-input,.form-textarea{padding:.625rem .875rem}.form-submit{font-size:1rem;padding:.875rem 1.5rem}.info-icon{font-size:.875rem;height:30px;width:30px}.social-link{padding:.625rem}}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 0 2rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.company-section{max-width:300px}.footer-brand{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.footer-logo{height:40px;width:auto}.footer-brand-text{color:#fff;font-size:1.5rem;font-weight:800}.footer-description{color:#cbd5e1;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:.75rem;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.social-icon{font-size:1.25rem}.footer-title{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-link{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:.875rem;padding:0;text-align:left;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem}.footer-legal{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-copyright{color:#94a3b8;font-size:.875rem}.footer-legal-links{display:flex;gap:2rem}.legal-link{color:#cbd5e1;font-size:.875rem;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#fff}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr 1fr}.company-section{grid-column:1/-1;max-width:none;text-align:center}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.company-section{grid-column:1/-1;margin-bottom:1rem;text-align:center}.footer-brand,.footer-social{justify-content:center}.footer-legal{flex-direction:column;gap:1rem;text-align:center}.footer-legal-links{gap:1rem}}@media (max-width:480px){.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-title{font-size:1rem}.footer-links{gap:.5rem}.footer-link{font-size:.8rem}.footer-brand-text{font-size:1.25rem}.footer-logo{height:32px}.social-link{height:35px;width:35px}.social-icon{font-size:1rem}.footer-legal-links{flex-direction:column;gap:.5rem}}.App{min-height:100vh;text-align:left}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}html{scroll-behavior:smooth}section{scroll-margin-top:80px}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;line-height:1;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn:focus{box-shadow:0 0 0 3px #3b82f64d;outline:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.btn-secondary{background:#0000;border:1px solid #3b82f6;color:#3b82f6}.btn-secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-1px)}.btn-large{font-size:1.125rem;padding:1rem 2rem}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .6s ease forwards}@media (max-width:768px){.container{padding:0 1rem}.btn{font-size:.875rem;padding:.625rem 1.25rem}.btn-large{font-size:1rem;padding:.875rem 1.5rem}}@media (max-width:480px){.container{padding:0 .5rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{.footer,.navigation{display:none}body{font-size:12pt;line-height:1.4}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}
/*# sourceMappingURL=main.d5c88c64.css.map*/