body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-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}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#1e40af;--primary-dark:#1e3a8a;--accent-blue:#3b82f6;--text-dark:#1f2937;--text-gray:#6b7280;--bg-light:#f9fafb;--white:#fff;--gradient-start:#1e40af;--gradient-end:#3b82f6;--hero-bg:#2a5783;--section-title-color:#2a5783}body{color:#1f2937;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.header{background:#fff;background:var(--white);box-shadow:0 2px 10px #0000000d;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#1e40af;color:var(--primary-blue);flex-shrink:0;font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.logo-image{display:block;height:45px;object-fit:contain;width:auto}.nav{display:flex;gap:2rem;list-style:none;margin-left:auto}.nav button{background:none;border:none;color:#1f2937;color:var(--text-dark);cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:0;text-decoration:none;transition:color .3s ease}.nav button:hover{color:#1e40af;color:var(--primary-blue)}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;margin-left:auto;outline:none;padding:8px}.menu-toggle:focus{outline:none}.menu-toggle span{background:#1e40af;background:var(--primary-blue);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hero{align-items:center;background:#2a5783;background:var(--hero-bg);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem 4rem;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{animation:fadeInUp 1s ease;color:#fff;color:var(--white);max-width:900px;position:relative;text-align:center;z-index:1}.hero h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;font-weight:400;margin-bottom:2.5rem;opacity:.95}.cta-button{background:#fff;background:var(--white);border:none;border-radius:8px;box-shadow:0 4px 15px #0003;color:#1e40af;color:var(--primary-blue);cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.section{margin:0 auto;max-width:1200px;padding:5rem 2rem}.section-title{color:#2a5783;color:var(--section-title-color);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-content{color:#6b7280;color:var(--text-gray);font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:900px}.about-content p{margin-bottom:1.5rem}.about-content strong{color:#1f2937;color:var(--text-dark);font-weight:600}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.service-card{background:#fff;background:var(--white);border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:2rem;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 25px #1e40af26;transform:translateY(-5px)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{color:#1f2937;color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.service-card p{color:#6b7280;color:var(--text-gray);font-size:.95rem}.why-choose{background:#f9fafb;background:var(--bg-light)}.features-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.feature-item{align-items:flex-start;animation:slideUp .6s ease;display:flex;gap:1rem}.feature-icon{color:#1e40af;color:var(--primary-blue);flex-shrink:0;font-size:1.5rem}.feature-text{color:#6b7280;color:var(--text-gray);font-size:1.05rem}.coming-soon-notice{background:#2a5783;background:var(--hero-bg);color:#fff;color:var(--white);padding:4rem 2rem;text-align:center}.coming-soon-notice h2{font-size:2rem;margin-bottom:1rem}.coming-soon-notice p{font-size:1.2rem;margin:0 auto;max-width:700px;opacity:.95}.notice-icon{font-size:3rem;margin-bottom:1rem}.footer{background:#1f2937;background:var(--text-dark);color:#fff;color:var(--white);padding:3rem 2rem 2rem;text-align:center}.footer-content{margin:0 auto;max-width:1200px}.footer-brand{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.footer-tagline{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.footer-keywords{font-size:.9rem;line-height:1.8;margin-bottom:1.5rem;opacity:.7}.footer-countries{font-size:.95rem;margin-bottom:1.5rem;opacity:.8}.footer-copyright{border-top:1px solid #ffffff1a;font-size:.85rem;opacity:.6;padding-top:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav{display:none}.menu-toggle{display:flex}.nav.mobile-open{background:#fff;background:var(--white);box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;gap:0;left:0;padding:1rem 0;position:absolute;right:0;top:100%}.nav.mobile-open li{width:100%}.nav.mobile-open button{border-radius:0;padding:1rem 2rem;text-align:left;width:100%}.nav.mobile-open button:hover{background:#f9fafb;background:var(--bg-light)}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.features-list,.services-grid{grid-template-columns:1fr}}@media (max-width:480px){.header-container{padding:1rem}.logo-image{height:35px}.hero{padding:5rem 1rem 3rem}.hero h1{font-size:1.75rem}.section{padding:3rem 1rem}.cta-button{font-size:1rem;padding:.875rem 2rem}}
/*# sourceMappingURL=main.0f1eaa0b.css.map*/