:root{--brand:#0d6efd;--dark:#111827;--muted:#6b7280}
*{box-sizing:border-box} html,body{margin:0}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111827;line-height:1.6;background:#f7f8fa}

/* links, images */
a{color:var(--brand);text-decoration:none}
img{max-width:100%;display:block}

/* layout helpers */
.container{max-width:1100px;margin:auto;padding:0 16px}

/* NAV — same feel as main site */
.nav{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:1000}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:#0f172a}
.brand img{height:40px}
.nav ul{display:flex;gap:16px;list-style:none;margin:0;padding:0}
.btn{display:inline-block;background:var(--brand);color:#fff;padding:10px 16px;border-radius:10px;font-weight:600}

/* SUB-HERO band to avoid “mashed up” look */
.subhero{background:linear-gradient(135deg,#0b132a,#1d4ed8 55%,#60a5fa);color:#fff}
.subhero .inner{max-width:1100px;margin:auto;padding:40px 16px}
.subhero h1{margin:0 0 6px}
.subhero p{margin:0;opacity:.95}

/* cards/sections */
.section{padding:48px 0}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,.06);overflow:hidden}
.card .pad{padding:16px}
.lead{font-size:1.06rem;color:#374151;max-width:760px}
.note{color:var(--muted)}

/* form input */
input[type="text"], input[type="search"] {
  padding:10px;border:1px solid #e5e7eb;border-radius:10px;min-width:260px
}

/* footer */
.footer{background:#0f172a;color:#cbd5e1;padding:28px 0;margin-top:48px}
