body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f8fafc;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;overflow:visible;position:fixed;right:0;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.header-content{justify-content:space-between;padding:1rem 0;position:relative;width:100%}.header-content,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:1rem}.logo-image{height:50px;object-fit:contain;width:auto}.logo-text h1{color:#1e40af;font-size:1.8rem;font-weight:700;margin:0}.desktop-nav{display:flex;gap:2rem}.nav-item{background:none;border:none;border-radius:8px;color:#475569;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:color .3s ease}.nav-item:hover{background:#1e40af1a;color:#1e40af}.header-actions{align-items:center;display:flex;gap:1rem}.language-switcher{position:relative}.language-toggle{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;min-width:60px;padding:.5rem;transition:all .3s ease}.language-toggle:hover{background:#f8fafc;border-color:#1e40af}.flag{border-radius:2px;height:18px;object-fit:cover;width:24px}.arrow{font-size:.8rem;margin-left:auto;transition:transform .3s ease}.language-dropdown{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-top:.5rem;min-width:60px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1001}.language-option{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.75rem;transition:background-color .2s ease;width:100%}.language-option:hover{background:#f8fafc}.language-option.active{background:#1e40af;color:#fff}.language-option.active .flag{filter:brightness(1.2) contrast(1.1)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:flex;flex-direction:column;gap:4px;height:18px;width:24px}.hamburger span{background:#475569;height:2px;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-nav{border-top:1px solid #e2e8f0;display:none;flex-direction:column;gap:1rem;overflow:hidden;padding:1rem 0;width:100%}.mobile-nav-item{background:none;border:none;color:#475569;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 0;text-align:left;transition:color .3s ease}.mobile-nav-item:hover{color:#1e40af}main{flex:1 1;margin-top:80px}.hero-section{align-items:center;color:#fff;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-section:before{animation:kenBurns 30s ease-in-out infinite;background-image:var(--hero-bg-image);background-position:50%;background-repeat:no-repeat;background-size:120% 120%;z-index:-1}.hero-section:after,.hero-section:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-section:after{background:linear-gradient(#00000080,#00000080);z-index:0}@keyframes kenBurns{0%{background-position:50%;background-size:100% 100%}25%{background-position:center 80%;background-size:110% 110%}50%{background-position:bottom;background-size:120% 120%}75%{background-position:center 90%;background-size:115% 115%}to{background-position:50%;background-size:100% 100%}}.hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>')}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#0000004d}.hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.cta-button{background:linear-gradient(45deg,#ff6b6b,#ee5a24);border:none;border-radius:50px;box-shadow:0 4px 15px #ff6b6b4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 20px #ff6b6b66;transform:translateY(-2px)}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:flex;gap:.5rem;justify-content:space-between;margin-top:4rem;padding:1.5rem}.stat-item{background:#ffffff1a;border:1px solid #fff3;border-radius:16px;flex:1 1;min-width:0;padding:1rem;text-align:center;transition:all .3s ease}.stat-item:hover{background:#fff3;transform:translateY(-5px)}.stat-number{color:#fff;font-size:2rem;font-weight:800;margin-bottom:.3rem;text-shadow:0 2px 4px #0000004d}.stat-label{color:#ffffffe6;font-size:.85rem;font-weight:500;line-height:1.2;text-shadow:0 1px 2px #0000004d}.section-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.about-section{background:#fff;padding:5rem 0}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-image{border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative}.about-image img{height:400px;object-fit:cover;transition:transform .4s ease;width:100%}.about-image:hover img{transform:scale(1.05)}.about-text p{color:#64748b;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.about-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#f8fafc;border-left:4px solid #1e40af;border-radius:12px;padding:2rem}.info-card h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.info-card p{color:#64748b;line-height:1.6}.contact-info{display:flex;flex-direction:column;gap:.5rem}.contact-info a{color:#1e40af;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#1d4ed8}.services-section{background:#f8fafc;padding:5rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card,.service-image{overflow:hidden;position:relative}.service-image{height:200px;width:100%}.service-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:2rem}.service-card:before{background:linear-gradient(90deg,#1e40af,#3b82f6,#8b5cf6);border-radius:20px 20px 0 0;content:"";height:5px;left:0;position:absolute;right:0;top:0}.service-card:after{background:radial-gradient(circle,#3b82f60d 0,#0000 70%);border-radius:50%;content:"";height:100%;opacity:0;position:absolute;right:-50%;top:-50%;transition:all .4s ease;width:100%}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px) scale(1.02)}.service-card:hover:after{opacity:1;transform:scale(1.2)}.service-header h3{color:#1e293b;font-size:1.5rem;font-weight:800;line-height:1.3;margin-bottom:1rem;position:relative;z-index:2}.service-description{color:#64748b;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:2}.service-features{display:flex;flex-direction:column;gap:.8rem;position:relative;z-index:2}.feature-item{align-items:center;display:flex;gap:.8rem;padding:.5rem 0;transition:all .3s ease}.feature-item:hover{transform:translateX(5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 2px 8px #10b9814d;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:24px;justify-content:center;width:24px}.feature-text{color:#374151;font-size:1rem;font-weight:600}.contact-section{background:#fff;padding:5rem 0}.contact-form{margin:0 auto;max-width:600px}.contact-form h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.form{gap:1.5rem}.form,.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#1e40af;outline:none}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.turnstile-container{display:flex;justify-content:flex-start;margin:1rem 0;min-height:65px}.turnstile-container>div{margin:0}.submit-btn{background:linear-gradient(45deg,#1e40af,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 4px 15px #1e40af4d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.success-message{background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-weight:500;padding:1rem;text-align:center}.faq-section{background:#f8fafc;padding:5rem 0}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#1e293b;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background:#f8fafc}.faq-question.active{background:#1e40af;color:#fff}.question-text{flex:1 1;margin-right:1rem}.icon{font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-answer{overflow:hidden}.answer-content{color:#64748b;line-height:1.6;padding:0 2rem 1.5rem}footer{background:#1e293b;color:#fff;padding:2rem 0;text-align:center}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn{display:block;position:relative;z-index:1002}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 4px 20px #0000001a;display:flex;left:0;position:absolute;right:0;top:100%;z-index:999}.header{overflow:visible}.header-content{flex-wrap:nowrap}.header-actions,.logo{flex-shrink:0}.hero-title{font-size:2.5rem}.turnstile-container{justify-content:center}.hero-subtitle{font-size:1.1rem}.about-content{gap:2rem;grid-template-columns:1fr}.about-image img{height:250px}.about-info{gap:1rem}.info-card{padding:1.5rem}.service-image{height:150px}.service-content{padding:1.5rem}.services-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.container{padding:0 15px}.hero-stats{gap:.3rem;padding:1rem}.stat-item{padding:.8rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.services-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.service-card{padding:2rem 1.5rem}.service-header h3{font-size:1.3rem}.service-description{font-size:1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.logo-image{height:40px}.logo-text h1{font-size:1.5rem}.language-toggle{font-size:.8rem;min-width:50px;padding:.4rem}.language-dropdown{min-width:50px}.hero-stats{flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding:1rem}.stat-item{flex:1 1;min-width:calc(50% - .25rem);padding:.8rem}.stat-number{font-size:1.3rem}.stat-label{font-size:.7rem}}
/*# sourceMappingURL=main.d77855ce.css.map*/