@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;--primary-blue: #1e3a8a;--secondary-blue: #3b82f6;--accent-purple: #8b5cf6;--text-dark: #0f172a;--text-gray: #64748b;--bg-light: #f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#fff;color:#334155;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-dark)}p{line-height:1.7}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}#root{width:100%;min-height:100vh}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}::selection{background-color:#3b82f6;color:#fff}::-moz-selection{background-color:#3b82f6;color:#fff}.app{width:100%;min-height:100vh}html{scroll-behavior:smooth}section{position:relative}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .6s ease-in}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.navbar{position:fixed;top:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;flex-direction:column;gap:.2rem}.logo-text{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px}.logo-subtext{font-size:.75rem;color:#64748b;font-weight:500;letter-spacing:1px}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:#334155;font-size:1rem;font-weight:600;cursor:pointer;position:relative;transition:color .3s ease;padding:.5rem 1rem}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);transition:width .3s ease}.nav-link:hover{color:#1e3a8a}.nav-link:hover:after{width:80%}.nav-cta{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:.75rem 1.5rem;border-radius:25px;transition:all .3s ease}.nav-cta:after{display:none}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1e3a8a4d;color:#fff}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.bar{width:25px;height:3px;background:#1e3a8a;transition:all .3s ease;border-radius:3px}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 10px 30px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;pointer-events:all}.nav-link{width:100%;padding:1rem 2rem;text-align:left}.bar.active:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.bar.active:nth-child(2){opacity:0}.bar.active:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e0e7ff)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.gradient-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.circle-1{width:500px;height:500px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);top:-100px;right:-100px;animation-delay:0s}.circle-2{width:400px;height:400px;background:linear-gradient(135deg,#06b6d4,#3b82f6);bottom:-150px;left:-100px;animation-delay:7s}.circle-3{width:300px;height:300px;background:linear-gradient(135deg,#8b5cf6,#ec4899);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-content{max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem;position:relative;z-index:1}.hero-text{max-width:800px;animation:fadeInUp 1s ease-out}.hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}.title-highlight{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#475569;margin-bottom:2.5rem;line-height:1.8;max-width:600px}.hero-cta{display:flex;gap:1rem;margin-bottom:4rem}.btn-primary,.btn-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:30px;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;box-shadow:0 10px 30px #1e3a8a4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #1e3a8a66}.btn-secondary{background:#fff;color:#1e3a8a;border:2px solid #1e3a8a}.btn-secondary:hover{background:#1e3a8a;color:#fff;transform:translateY(-3px)}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:2px solid rgba(30,58,138,.2)}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#64748b;font-weight:500}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.hero-stats{flex-direction:column;gap:1.5rem}}.services{padding:6rem 2rem;background:#fff;position:relative}.services-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;transition:all .4s ease;border:2px solid transparent;animation:fadeInUp .6s ease-out;animation-fill-mode:both;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-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 .4s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #3b82f633}.service-card:hover:before{opacity:1}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.service-description{font-size:1rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{padding:.75rem 0;color:#475569;font-size:.95rem;display:flex;align-items:center;gap:.75rem}.feature-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}}.about{padding:6rem 2rem;background:linear-gradient(135deg,#f8fafc,#e0e7ff);position:relative;overflow:hidden}.about:before{content:"";position:absolute;top:0;right:0;width:500px;height:500px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);opacity:.05;border-radius:50%;filter:blur(100px)}.about-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.about-description{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.about-description strong{color:#1e3a8a;font-weight:700}.about-values{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.value-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:15px;transition:all .3s ease;border:2px solid transparent}.value-item:hover{transform:translate(10px);border-color:#3b82f6;box-shadow:0 10px 30px #3b82f61a}.value-icon{font-size:2.5rem;flex-shrink:0}.value-content h3{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.value-content p{font-size:1rem;color:#64748b;line-height:1.6}.about-image{position:relative;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;height:500px;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#8b5cf6);border-radius:30px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 20px 60px #1e3a8a4d}.image-placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.experience-badge{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:20px;padding:3rem;text-align:center;color:#fff;position:relative;z-index:1}.badge-number{font-size:5rem;font-weight:900;line-height:1;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.2)}.badge-text{font-size:1.25rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-image{min-height:400px}.image-placeholder{height:400px}.about-title{font-size:2rem}}@media (max-width: 768px){.value-item{flex-direction:column;text-align:center;align-items:center}.value-item:hover{transform:translateY(-5px)}}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:linear-gradient(135deg,#f8fafc,#e0e7ff);padding:2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent}.info-card:hover{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 10px 30px #3b82f626}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.info-card p{font-size:1.1rem;color:#334155;font-weight:600;margin-bottom:.5rem}.info-subtext{font-size:.9rem;color:#64748b}.info-highlight{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:2rem;border-radius:15px;margin-top:1rem}.info-highlight h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.info-highlight ul{list-style:none;padding:0;margin:0}.info-highlight li{padding:.5rem 0;font-size:1rem;opacity:.95}.contact-form{background:linear-gradient(135deg,#f8fafc,#fff);padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:1rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1.25rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:10px;transition:all .3s ease;font-family:inherit;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:inherit}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #1e3a8a4d}.submit-btn:active{transform:translateY(0)}.success-message{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border-radius:10px;text-align:center;font-weight:600;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-form{padding:1.5rem}}.footer{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1rem}.footer-logo .logo-text{font-size:2rem;font-weight:800;letter-spacing:2px}.footer-logo .logo-subtext{font-size:.75rem;opacity:.9;letter-spacing:1px}.footer-description{font-size:.95rem;line-height:1.7;opacity:.9;max-width:300px}.footer-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links button{background:none;border:none;color:#fff;font-size:.95rem;opacity:.8;cursor:pointer;transition:all .3s ease;padding:0;font-family:inherit}.footer-links button:hover,.footer-links li:hover{opacity:1;transform:translate(5px)}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;font-size:.95rem;opacity:.9}.contact-icon{font-size:1.25rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.9rem;opacity:.8;margin:0}.footer-legal{display:flex;gap:1rem;font-size:.9rem;opacity:.8}.footer-legal span{cursor:pointer;transition:opacity .3s ease}.footer-legal span:hover{opacity:1}@media (max-width: 968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 640px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{justify-content:center}}
