:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{margin:0;min-width:320px;background-color:#fff;color:#333}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s}button:hover{border-color:#00a8ff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.navbar{background-color:#012f55;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#329dd8;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.nav-logo:hover{color:#4ab3f0}.nav-logo-image{height:50px;width:auto;display:block}.logo-icon{font-size:1.8rem}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{position:relative}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#329dd8}.nav-link:after{content:"";position:absolute;bottom:-.5rem;left:0;width:0;height:2px;background-color:#329dd8;transition:width .3s ease}.nav-link:hover:after{width:100%}.contact-link{background-color:#329dd8;color:#012f55;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease}.contact-link:hover{background-color:#4ab3f0;color:#012f55}.contact-link:after{display:none}@media(max-width:768px){.nav-menu{gap:1rem}.nav-logo{font-size:1.2rem}.nav-container{padding:0 1rem}}.footer{background-color:#012f55;color:#fff;padding:3rem 2rem 1rem;margin-top:4rem;border-top:1px solid #3D535F}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#329dd8;margin-bottom:1rem;font-size:1.3rem}.footer-section h4{color:#329dd8;margin-bottom:1rem;font-size:1rem}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#329dd8}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #3D535F;text-align:center;color:#999}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:1rem}.footer{padding:2rem 1rem 1rem}}.home{min-height:calc(100vh - 200px)}.hero{color:#fff;padding:6rem 2rem;text-align:end;background-size:cover;background-position:left center;background-repeat:no-repeat;display:flex;align-items:flex-end;justify-content:flex-end;min-height:600px;position:relative;overflow:hidden}.hero-content{max-width:600px;margin-right:4rem;position:relative;z-index:1}.hero-logo{height:220px;width:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:3px 3px #000000;align-items:flex-end}.hero-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background-color:#fff;color:#329dd8;padding:.8rem 2rem;border-radius:4px;text-decoration:none;font-weight:700;transition:all .3s ease;font-size:1.1rem}.cta-button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #329dd84d}.features{padding:4rem 2rem;max-width:1200px;margin:0 auto}.features h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#1a1a1a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#f9f9f9;padding:2rem;border-radius:8px;border-left:4px solid #329DD8;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #329dd826}.feature-card h3{color:#329dd8;margin-bottom:1rem;font-size:1.3rem}.feature-card p{color:#666;line-height:1.6}.cta-section{background-color:#f0f0f0;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.cta-section p{font-size:1.1rem;color:#666;margin-bottom:2rem}.secondary-button{display:inline-block;background-color:#329dd8;color:#fff;padding:.8rem 2rem;border-radius:4px;text-decoration:none;font-weight:700;transition:all .3s ease;font-size:1rem}.secondary-button:hover{background-color:#012f55;transform:translateY(-2px);box-shadow:0 4px 12px #329dd84d}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 85%,rgba(50,157,216,.6),rgba(50,157,216,.15) 40%,transparent 70%);opacity:0;mix-blend-mode:screen;animation:gridPulse 4.5s infinite ease-in-out;z-index:0}@keyframes gridPulse{0%,to{opacity:0;transform:scale(1)}35%{opacity:.9;transform:scale(1.05)}60%{opacity:.3;transform:scale(1.08)}}@media(max-width:768px){.hero{text-align:center;justify-content:center;background-position:center top;padding:3rem 1rem}.hero-content{margin-right:0}}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.features h2,.cta-section h2{font-size:1.8rem}.hero{padding:3rem 1rem}.features,.cta-section{padding:2rem 1rem}}.about{min-height:calc(100vh - 200px)}.about-header{background:linear-gradient(135deg,#329dd8,#012f55);color:#fff;padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.about-header-logo{height:100px;width:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.about-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.about-header p{font-size:1.3rem;opacity:.95}.about-content{max-width:1000px;margin:0 auto;padding:4rem 2rem}.about-section{margin-bottom:3rem}.about-section h2{color:#329dd8;font-size:1.8rem;margin-bottom:1rem;border-bottom:2px solid #329DD8;padding-bottom:.5rem}.about-section p{color:#666;line-height:1.8;font-size:1.1rem;margin-bottom:1rem}.about-section ul{list-style:none;padding:0;color:#666;line-height:1.8;font-size:1.1rem}.about-section ul li{margin-bottom:.8rem;padding-left:1.5rem;position:relative}.about-section ul li:before{content:"✓";position:absolute;left:0;color:#329dd8;font-weight:700}.team-section{background-color:#f9f9f9;padding:4rem 2rem;text-align:center;border-top:1px solid #e0e0e0}.team-section h2{color:#1a1a1a;font-size:2rem;margin-bottom:1rem}.team-section p{color:#666;font-size:1.1rem;margin-bottom:2rem}@media(max-width:768px){.about-header h1{font-size:2rem}.about-header p{font-size:1.1rem}.about-content{padding:2rem 1rem}.about-section h2{font-size:1.5rem}.about-section p,.about-section ul{font-size:1rem}.team-section{padding:2rem 1rem}.team-section h2{font-size:1.5rem}}.contact{min-height:calc(100vh - 200px)}.contact-header{background:linear-gradient(135deg,#329dd8,#012f55);color:#fff;padding:4rem 2rem;text-align:center}.contact-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.contact-header p{font-size:1.3rem;opacity:.95}.contact-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-box{background:#f9f9f9;padding:2rem;border-radius:8px;border-left:4px solid #329DD8}.info-box h3{color:#329dd8;margin-bottom:1rem;font-size:1.3rem}.info-box p{color:#666;line-height:1.6}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#329dd8;box-shadow:0 0 0 3px #329dd81a}.form-group textarea{resize:vertical;font-family:inherit}.status-message{padding:1rem;border-radius:4px;margin-bottom:1rem;font-weight:500}.status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.submit-button{background-color:#329dd8;color:#fff;padding:.8rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){background-color:#012f55;transform:translateY(-2px);box-shadow:0 4px 12px #329dd84d}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:768px){.contact-header h1{font-size:2rem}.contact-header p{font-size:1.1rem}.contact-content{grid-template-columns:1fr;padding:2rem 1rem}.contact-form{padding:1.5rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}
