@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Nunito+Sans:wght@300;400;700&display=swap";:root{--color-primary: #0b4a6f;--color-accent: #2f8b3a;--color-bg: #ffffff;--color-muted: #6b7280;--color-footer-bg: #211a33;--max-width: 1200px;--container-pad: 16px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Nunito Sans,Arial,sans-serif;background:var(--color-bg);color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;-webkit-tap-highlight-color:transparent}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--container-pad)}h1{font-family:Montserrat,Helvetica Neue,Arial,sans-serif;font-weight:800;margin:0 0 .5rem}h2{font-family:Montserrat,Arial,sans-serif;font-weight:700;margin:0 0 .5rem}h3{margin:0 0 .5rem}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{display:block;max-width:100%;height:auto}.btn{display:inline-block;padding:10px 18px;border-radius:4px;background:var(--color-primary);color:#fff;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(11,74,111,.14)}.hero-wrap{position:relative;z-index:1}header.scrolled+.hero-wrap{margin-top:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(3,9,18,.46),rgba(3,9,18,.2) 60%,rgba(3,9,18,.28));pointer-events:none}@media(max-width:900px){h1{font-size:28px}.container{padding:0 12px}}.footer-copyright{color:rgba(219,225,238,.6);font-size:13px}
