@import"https://fonts.googleapis.com/css2?family=Noticia+Text:wght@400;700&family=Montserrat:wght@400;600;700&display=swap";:root{--ink: #212121;--muted: #5c6b78;--line: #e3e8ec;--nav-bg: #eceeef;--brand-blue: #1c6fb8;--accent-teal: #006082;--orange: #db7a25;--orange-dark: #c1671a;--bg: #ffffff;--bg-soft: #f6f8fa;--radius: 8px;--maxw: 1120px;--font-headline: "Noticia Text", Georgia, serif;--font-sub: "Montserrat", Arial, sans-serif;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-weight:300;color:var(--ink);background:var(--bg);line-height:1.6}a{color:var(--accent-teal);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}h1,h2{font-family:var(--font-headline);font-weight:700;line-height:1.2;color:var(--ink)}h1{font-size:clamp(2rem,4vw,2.75rem);margin:0 0 16px}h2{font-size:clamp(1.4rem,2.5vw,1.9rem);margin:0 0 12px}h3{font-family:var(--font-sub);font-weight:400;font-size:1.15rem;color:var(--accent-teal);margin:0 0 8px}p{margin:0 0 16px;color:var(--ink);line-height:1.8}.lead{font-size:1.2rem;color:var(--muted)}.muted{color:var(--muted)}header.site{border-bottom:1px solid var(--line);background:var(--nav-bg);position:sticky;top:0;z-index:20}header.site .bar{display:flex;align-items:center;justify-content:space-between;padding:10px 24px}header.site .logo{font-weight:700;font-size:1.2rem;color:var(--brand-blue)}header.site .logo span{color:var(--brand-blue)}nav.main a{color:var(--ink);font-weight:400;font-size:.95rem}nav.main a:hover{color:var(--brand-blue);text-decoration:none}.btn{display:inline-block;padding:10px 24px;border-radius:20px;font-weight:700;font-size:.9rem;font-family:var(--font-sub)}.btn:hover{text-decoration:none}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-dark)}.btn-outline{border:1px solid var(--brand-blue);color:var(--brand-blue);background:#eaf2fa}section{padding:64px 0}section.soft{background:var(--bg-soft)}section.hero{background:linear-gradient(#0f1e2d8c,#0f1e2d8c),var(--hero-img, none);background-size:cover;background-position:center;color:#fff;padding:88px 0;text-align:center}section.hero h1,section.hero p{color:#fff}section.hero .lead{color:#dbe6ee}section.hero .mark{max-width:160px;margin:0 auto 20px}section.hero .masthead{font-family:var(--font-sub);font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#4fa3e0;font-size:1.4rem;margin-bottom:8px}section.hero-diagonal{position:relative;overflow:hidden;color:#fff;padding:100px 0;text-align:left;background:linear-gradient(120deg,#1f8a5feb,#0f2942bf 55%,#0f294266),var(--hero-img, none);background-size:cover;background-position:center}section.hero-diagonal h1{color:#fff;font-family:var(--font-sub);font-style:italic;font-weight:700}.grid{display:grid;gap:28px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff}.card h3 a{color:var(--accent-teal)}footer.site{border-top:1px solid var(--line);padding:40px 0;background:var(--nav-bg)}footer.site .cols{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between}footer.site h4{font-family:var(--font-sub);color:var(--accent-teal);font-size:.9rem;margin:0 0 10px}footer.site a{color:var(--muted);display:block;margin-bottom:6px;font-size:.9rem}footer.site .bottom{margin-top:32px;padding-top:20px;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted)}.breadcrumb{font-size:.85rem;color:var(--muted);margin-bottom:12px}.callout{background:var(--bg-soft);border-left:3px solid var(--brand-blue);padding:16px 20px;border-radius:0 var(--radius) var(--radius) 0;margin:24px 0}nav.main{position:relative;display:flex;gap:24px;align-items:center}.navitem{position:relative}.navitem>.dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);min-width:220px;padding:8px 0;box-shadow:0 8px 24px #0f294214}.navitem:hover>.dropdown{display:block}.navitem>.dropdown a{display:block;padding:8px 16px;font-weight:400}.hero-figure{margin:24px auto;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.badge-row{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin:20px 0}.badge-row img{height:40px;width:auto}ul.feature-list{padding-left:20px;margin:0 0 20px}ul.feature-list li{margin-bottom:8px;color:var(--ink)}.contact-strip{display:flex;gap:24px;flex-wrap:wrap;color:var(--muted);font-size:.9rem}
