:root{--ink:#07182d;--primary:#087ea4;--accent:#36c5f0}html{scroll-behavior:smooth}body{color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.navbar{background:rgba(5,20,38,.88);backdrop-filter:blur(14px);box-shadow:0 1px 20px rgba(0,0,0,.16)}.hero{position:relative;background:#07182d url('hero.svg') center/cover no-repeat;color:#fff;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,31,.96) 5%,rgba(2,15,31,.72) 52%,rgba(2,15,31,.2))}.hero-copy{max-width:650px;font-size:1.25rem;color:rgba(255,255,255,.78);margin:1.5rem 0 2rem}.btn-primary{background:linear-gradient(135deg,#087ea4,#0c9fc8);border:0;box-shadow:0 10px 30px rgba(8,126,164,.28)}.section{padding:7rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:#087ea4}.premium-card{border:0;border-radius:1.25rem;box-shadow:0 16px 50px rgba(7,24,45,.08);transition:.25s transform,.25s box-shadow}.premium-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(7,24,45,.14)}.icon{width:3rem;height:3rem;border-radius:1rem;background:#e1f7fd;color:#087ea4;display:grid;place-items:center;font-weight:800;margin-bottom:1.2rem}.contact-section{background:linear-gradient(135deg,#06182d,#0b3d59)}.form-panel,.legal-card{background:#fff;border-radius:1.4rem;padding:2rem;box-shadow:0 24px 70px rgba(0,0,0,.18)}.form-control{padding:.8rem 1rem;border-radius:.75rem}.cookie-banner{position:fixed;z-index:2000;left:1rem;right:1rem;bottom:1rem;padding:1rem 1.25rem;border-radius:1rem;background:#0c2137;color:#fff;box-shadow:0 16px 50px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:space-between;gap:1rem}.cookie-banner[hidden]{display:none}.legal-page{background:#eef3f7}.legal-card{margin-top:2rem;max-width:850px}.legal-card h2{font-size:1.35rem;margin-top:2rem}.placeholder{background:#fff3cd;padding:.1rem .3rem}footer a{color:inherit}@media(max-width:767px){.section{padding:5rem 0}.hero h1{font-size:3rem}.cookie-banner{flex-direction:column;align-items:flex-start}}