*{box-sizing:border-box;padding:0}*,body{margin:0}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.hero{align-items:center;background:#f7f9fa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.hero-container{align-items:center;display:grid;grid-template-columns:1fr 1fr;max-width:1400px;min-height:500px;position:relative;width:100%}.hero-left{padding-right:2rem;position:relative;z-index:2}.hero-right{align-items:center;display:flex;justify-content:flex-end;pointer-events:none;z-index:1}.hero-logo{animation:fadeInRight 1.2s ease-out;max-width:520px;position:relative;width:100%}.hero-logo:before{background:linear-gradient(90deg,#f7f9fa 0,#f7f9facc 50%,#f7f9fa00);bottom:0;content:"";left:-150px;pointer-events:none;position:absolute;top:0;width:200px;z-index:1}.hero-logo img{display:block;filter:saturate(1.35) contrast(1.05);height:450px;margin:0 auto;opacity:1;width:auto}.hero-logo:after{background:linear-gradient(135deg,#f7f9fa26,#fff0);content:"";inset:0;mix-blend-mode:screen;position:absolute}.hero-title{animation:fadeInUp 1s ease-out .2s backwards;color:#112b4d;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.hero-description{animation:fadeInUp 1s ease-out .4s backwards;color:#0e617e;font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem}.hero-cta{animation:fadeInUp 1s ease-out .6s backwards;display:flex;flex-wrap:wrap;gap:1rem}.cta-button{align-items:center;border:2px solid #0000;border-radius:6px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-primary{background:#1c8ca1;border-color:#1c8ca1;color:#fff}.cta-primary:hover{background:#0e617e;border-color:#0e617e;box-shadow:0 4px 12px #1c8ca14d;transform:translateY(-2px)}.cta-outline{background:#0000;border-color:#112b4d;color:#112b4d}.cta-outline:hover{background:#112b4d;box-shadow:0 4px 12px #112b4d33;color:#fff;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:.4;transform:translateX(0)}}@media (max-width:1024px){.hero-container{display:flex;flex-direction:column;gap:2rem;min-height:auto}.hero-left{order:2;padding-right:0}.hero-right{display:flex;justify-content:center;left:0;margin-bottom:1.5rem;order:1;position:relative;right:0;transform:none;width:100%}.hero-logo{margin:0 auto;max-width:360px}.hero-logo img{height:260px;opacity:.95}.hero-logo:before{display:none}}@media (max-width:768px){.hero{padding:1rem}.hero-container{gap:1.5rem}.hero-left{order:2;padding-right:0}.hero-right{display:flex;justify-content:center;margin-bottom:1.5rem;order:1;width:100%}.hero-logo{margin:0 auto;max-width:300px}.hero-logo img{height:200px;opacity:.85}.hero-title{font-size:2rem;text-align:center}.hero-description{font-size:1.1rem;text-align:center}.hero-cta{align-items:center;flex-direction:column}.cta-button{max-width:300px;text-align:center;width:100%}}.about{background:#f7f9fa;padding:2rem}.about-container{margin:0 auto;max-width:900px}.about-title{color:#112b4d;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-content{display:flex;flex-direction:column;gap:2.5rem}.about-intro p{color:#0e617e;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.about-intro strong{color:#1c8ca1;font-weight:600}.about-focus{background:#fff;border-left:4px solid #27b7c9;border-radius:8px;padding:2rem}.about-focus h3{color:#112b4d;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.about-focus ul{list-style:none;margin:0;padding:0}.about-focus li{color:#0e617e;font-size:1.125rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.about-focus li:before{color:#27b7c9;content:"▸";font-weight:700;left:0;position:absolute}.about-values{background:#fff;border-radius:8px;box-shadow:0 2px 8px #112b4d14;padding:2rem;text-align:center}.about-values p{color:#0e617e;font-size:1.125rem;line-height:1.8;margin:0}.about-values strong{color:#1c8ca1;font-weight:600}@media (max-width:768px){.about{padding:3rem 1rem}.about-title{font-size:2rem}.about-focus li,.about-intro p,.about-values p{font-size:1rem}.about-focus,.about-values{padding:1.5rem}}.services{background:#fff;padding:5rem 2rem}.services-container{margin:0 auto;max-width:1200px}.services-title{color:#112b4d;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#f7f9fa;border:1px solid #e0e4e8;border-radius:8px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-card:hover{border-color:#27b7c9;box-shadow:0 8px 16px #112b4d1a;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{color:#1c8ca1;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.service-description{color:#0e617e;line-height:1.6;margin-bottom:1rem}.service-tools{border-top:1px solid #e0e4e8;color:#0e617e;font-size:.95rem;line-height:1.5;padding-top:.75rem}.service-tools strong{color:#1c8ca1;font-weight:600}@media (max-width:768px){.services{padding:3rem 1rem}.services-title{font-size:2rem}.services-grid{grid-template-columns:1fr}}.projects{background:#fff;padding:5rem 2rem}.projects-container{margin:0 auto;max-width:1200px}.projects-title{color:#112b4d;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card{background:#f7f9fa;border:1px solid #e0e4e8;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 8px 16px #112b4d1a;transform:translateY(-5px)}.project-image{height:200px;overflow:hidden;width:100%}.project-image svg{height:100%;width:100%}.project-content{padding:1.5rem}.project-title{color:#112b4d;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.project-description{color:#0e617e;font-size:1rem;line-height:1.6}@media (max-width:768px){.projects{padding:3rem 1rem}.projects-title{font-size:2rem}.projects-grid{grid-template-columns:1fr}}.trust{background:#f7f9fa;padding:5rem 2rem}.trust-container{margin:0 auto;max-width:1200px}.trust-title{color:#112b4d;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.trust-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.trust-item{align-items:center;background:#fff;border:1px solid #e0e4e8;border-radius:8px;display:flex;gap:1rem;padding:2rem;transition:transform .3s ease,border-color .3s ease}.trust-item:hover{border-color:#27b7c9;transform:translateY(-3px)}.trust-icon{flex-shrink:0;font-size:2rem}.trust-text{color:#0e617e;font-size:1.0625rem;line-height:1.5;margin:0}@media (max-width:768px){.trust{padding:3rem 1rem}.trust-title{font-size:2rem}.trust-grid{grid-template-columns:1fr}.trust-item{padding:1.5rem}}.contact{background:#fff;padding:5rem 2rem}.contact-container{margin:0 auto;max-width:700px}.contact-title{color:#112b4d;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.contact-form{background:#f7f9fa;border:1px solid #e0e4e8;border-radius:8px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#112b4d;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:1px solid #e0e4e8;border-radius:6px;color:#112b4d;font-family:inherit;font-size:1rem;padding:.875rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#1c8ca1;box-shadow:0 0 0 3px #1c8ca11a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.file-input{cursor:pointer}.form-hint{color:#52667a;display:block;font-size:.875rem;margin-top:.5rem}.form-status{border-radius:6px;font-size:.95rem;font-weight:600;margin:0 0 1rem;padding:.9rem 1rem}.form-status.success{background:#1c8ca11a;border:1px solid #1c8ca14d;color:#0e617e}.form-status.error{background:#d9534f1a;border:1px solid #d9534f4d;color:#b21f2d}.submit-button{background:#1c8ca1;border:2px solid #1c8ca1;border-radius:6px;color:#fff;cursor:pointer;font-size:1.0625rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover{background:#0e617e;border-color:#0e617e;box-shadow:0 4px 12px #1c8ca14d;transform:translateY(-2px)}@media (max-width:768px){.contact{padding:3rem 1rem}.contact-title{font-size:2rem}.contact-form{padding:1.5rem}}.footer{background:#112b4d;color:#fff;padding:2rem 2rem 1.5rem}.footer-content{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:1200px}.footer-info{text-align:center}.footer-info h3{color:#fff;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.footer-info p{color:#fffc;font-size:.95rem;margin:.25rem 0}.footer-email{color:#27b7c9!important;font-weight:500}.footer-links{align-items:center;display:flex;font-size:.9rem;gap:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#27b7c9}.footer-links .separator{color:#fff6}@media (max-width:768px){.footer{padding:1.5rem 1rem}.footer-info h3{font-size:1rem}.footer-info p{font-size:.875rem}}.page-header{background:linear-gradient(135deg,#0f2440,#163960);box-shadow:0 12px 30px #112b4d33;color:#fff;padding:2.5rem 1.5rem}.page-header-container{margin:0 auto;max-width:1100px}.page-header-top{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.page-header-logo{align-items:center;background:#ffffff80;border-radius:999px;box-shadow:0 12px 24px #112b4d4d;display:inline-flex;justify-content:center;padding:.5rem 1rem;transition:background .2s ease,transform .2s ease}.page-header-logo img{height:56px;opacity:.95;width:auto}.page-header-logo:hover{background:#ffffffb3;transform:translateY(-2px)}.page-header-back{align-items:center;color:#8cd4e4;display:inline-flex;font-weight:600;text-decoration:none;transition:opacity .2s ease}.page-header-back:hover{opacity:.8}.page-header-text h1{font-size:2.5rem;margin:0 0 .5rem}.page-header-text p{color:#e3f4f8;line-height:1.6;margin:0;max-width:700px}@media (max-width:600px){.page-header{padding:2rem 1rem}.page-header-text h1{font-size:2rem}.page-header-top{align-items:flex-start;flex-direction:column}.page-header-logo img{height:40px}}.impress{background:#fff;padding:5rem 2rem}.impress-container{margin:0 auto;max-width:1100px}.impress-title{color:#112b4d;font-size:2.5rem;margin-bottom:3rem;text-align:center}.impress-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.impress-card{background:#f7f9fa;border-radius:12px;box-shadow:0 10px 30px #112b4d14;padding:1.75rem}.impress-card h3{color:#0e617e;font-size:1.2rem;margin-bottom:1rem}.impress-card p{color:#112b4d;line-height:1.6;margin:0}@media (max-width:600px){.impress{padding:4rem 1.25rem}}.privacy{background:#f0f5f8;padding:5rem 2rem}.privacy-container{margin:0 auto;max-width:1100px}.privacy-title{color:#112b4d;font-size:2.5rem;margin-bottom:3rem;text-align:center}.privacy-content{display:flex;flex-direction:column;gap:1.75rem}.privacy-content article{background:#fff;border-radius:12px;box-shadow:0 10px 30px #112b4d0f;padding:1.75rem}.privacy-content h3{color:#0e617e;font-size:1.2rem;margin-bottom:.75rem}.privacy-content p{color:#112b4d;line-height:1.7;margin:0}@media (max-width:600px){.privacy{padding:4rem 1.25rem}}
/*# sourceMappingURL=main.6cf8b48b.css.map*/