@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--primary-blue: #004B7F;--light-grey: #F5F5F5;--border-grey: #E0E0E0;--text-dark: #333}html{scroll-behavior:smooth}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{background:#fff;border-bottom:2px solid #e0e0e0;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo{text-decoration:none;display:flex;align-items:center}.logo-image{height:50px;width:auto;max-width:200px}.burger-button{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101;position:relative}.burger-button span{width:100%;height:3px;background:#004b7f;border-radius:3px;transition:all .3s ease;transform-origin:center;position:relative}.burger-button:hover span{background:#003b63}.burger-button.burger-open span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.burger-button.burger-open span:nth-child(2){opacity:0;width:0}.burger-button.burger-open span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.backdrop{display:none}.nav{display:flex;gap:1.5rem;flex-wrap:wrap}.nav a{color:#333;font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .2s}.nav a:hover{color:#004b7f;border-bottom-color:#004b7f;text-decoration:none}@media(max-width:1044px){.burger-button{display:flex}.backdrop{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:99;transition:opacity .3s ease}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:5rem 2rem 2rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:100;gap:0}.nav-open{right:0}.nav a{padding:1rem 0;border-bottom:1px solid #e0e0e0;width:100%}.nav a:hover{border-bottom-color:#004b7f}.logo-image{height:40px}}.footer{background:#f5f5f5;border-top:2px solid #E0E0E0;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h3{color:#004b7f;margin-bottom:1rem;font-size:1.25rem}.footer-section h4{color:#004b7f;margin-bottom:.75rem;font-size:1rem;font-weight:600}.footer-section p{color:#666;font-size:.875rem;line-height:1.5}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:#666;font-size:.875rem;transition:color .2s}.footer-nav a:hover{color:#004b7f}.footer-legal{background:#004b7f;color:#fff;padding:1.5rem}.footer-legal-content{max-width:1200px;margin:0 auto;text-align:center}.footer-legal p{margin:.5rem 0;font-size:.875rem}.footer-legal a{color:#fff;text-decoration:underline}.footer-legal a:hover{color:#e0e0e0}@media(max-width:768px){.footer-container{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Open Sans,sans-serif;color:#333;background:#fff;line-height:1.6;overflow-x:hidden}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem 1.5rem}h1,h2,h3{color:#004b7f;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600;margin-top:2rem}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem}a{color:#004b7f;text-decoration:none}a:hover{text-decoration:underline}.warning-box{background:#fff3cd;border-left:4px solid #ffa500;padding:1rem;margin:2rem 0;border-radius:4px}.warning-box strong{color:#856404}.info-box{background:#e7f3ff;border-left:4px solid #004b7f;padding:1rem;margin:2rem 0;border-radius:4px}.card{background:#fafafa;border:1px solid #e0e0e0;padding:1.5rem;margin:1rem 0;border-radius:8px}ul{margin-left:2rem;margin-bottom:1rem}li{margin-bottom:.5rem}.lead{font-size:1.25rem;color:#666;margin-bottom:2rem}.hero{background-image:url(./bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;padding:6rem 2rem;text-align:center;position:relative;width:100vw;height:100vh;margin:-2rem calc(-50vw + 50%) 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:#ffffffbf;z-index:1}.hero h1,.hero .lead{position:relative;z-index:2}.hero h1{color:#004b7f;margin-bottom:1.5rem}.hero .lead{color:#333;font-size:1.5rem;max-width:800px;margin:0 auto}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.success-message{background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1.5rem;border-radius:8px;margin:2rem 0}.contact-form{max-width:600px;margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#004b7f}.submit-button{background:#004b7f;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.submit-button:hover{background:#003b63}.operator-card{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin:2rem 0}.operator-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.operator-logo{max-width:150px;height:auto}.operator-label{color:#666;font-size:.875rem;font-weight:500;background:#e7f3ff;padding:.25rem .75rem;border-radius:4px;display:inline-block;margin-top:.5rem}.operator-info h4{color:#004b7f;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem}.operator-warning{background:#fff3cd;border-left:4px solid #ffa500;padding:1rem;margin-top:2rem;border-radius:4px}code{background:#f5f5f5;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}table{font-size:.875rem}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1;padding:0}.modal-close:hover{background:#f5f5f5;color:#333}.modal-body{padding:3rem 2rem 2rem;text-align:center}.modal-icon{font-size:4rem;margin-bottom:1rem}.modal-body h2{color:#004b7f;margin-bottom:1rem;font-size:1.75rem}.modal-body p{color:#666;margin-bottom:2rem;font-size:1.125rem}.modal-button{background:#004b7f;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.modal-button:hover{background:#003b63}@media(max-width:768px){.hero{padding:4rem 1.5rem;margin:-1rem calc(-50vw + 50%) 2rem;height:100vh;width:100vw}.hero h1{font-size:2rem}.hero .lead{font-size:1.125rem}.modal-content{width:95%;margin:1rem}.modal-body{padding:2.5rem 1.5rem 1.5rem}.modal-icon{font-size:3rem}.modal-body h2{font-size:1.5rem}h1{font-size:2rem}h2{font-size:1.5rem}.main-content{padding:1rem}.card-grid{grid-template-columns:1fr}.operator-header{flex-direction:column;align-items:flex-start}.operator-logo{max-width:120px}}
