:root {
  --bg: #f4f6fa;
  --surface: #fff;
  --elevated: #eef2f8;
  --fg: #141820;
  --muted: #5a6573;
  --subtle: #8a94a0;
  --primary: #0048a8;
  --primary-fg: #fff;
  --border: rgba(20, 24, 32, 0.1);
  --font: "Outfit", ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--font); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { text-wrap: balance; line-height: 1.15; }
p { text-wrap: pretty; }
button, .btn { cursor: pointer; font-family: inherit; }
.wrap { max-width: 72rem; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 768px) { .wrap { padding: 0 2rem; } }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 4.5rem; gap: 1rem; }
.brand { display: flex; align-items: center; min-width: 0; }
.brand img { height: 2.75rem; width: auto; max-width: min(100%, 280px); object-fit: contain; }
@media (min-width: 768px) { .brand img { height: 3rem; max-width: 340px; } }
.nav { display: none; align-items: center; gap: 1.75rem; }
.nav a { font-size: .9rem; font-weight: 500; color: var(--muted); }
.nav a:hover, .nav a.active { color: var(--primary); }
.menu-btn { display: inline-flex; min-width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--fg); font-size: .9rem; font-weight: 500; }
.mobile-nav { display: none; flex-direction: column; padding: 0 1.25rem 1rem; border-top: 1px solid var(--border); background: var(--surface); }
.mobile-nav.open { display: flex; }
.mobile-nav a { min-height: 2.75rem; display: flex; align-items: center; }
@media (min-width: 768px) {
  .nav { display: flex; }
  .menu-btn { display: none; }
  .mobile-nav { display: none !important; }
}
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 2.75rem; padding: 0 1.25rem; border-radius: .5rem; border: 0; background: var(--primary); color: var(--primary-fg); font-size: .9rem; font-weight: 500; }
.btn:hover { opacity: .92; }
.btn.outline { background: transparent; color: var(--fg); box-shadow: 0 0 0 1px var(--border); }
.hero, .panel { background: var(--surface); border-bottom: 1px solid var(--border); }
.hero-grid, .split { display: grid; gap: 2.5rem; padding: 3.5rem 0; align-items: center; }
@media (min-width: 768px) {
  .hero-grid, .split { grid-template-columns: 1fr 1fr; padding: 5rem 0; }
}
.kicker { font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--primary); display: flex; align-items: center; gap: .75rem; }
.box { width: 2rem; height: 2rem; border: 2px solid var(--primary); display: inline-block; }
h1 { font-size: 2.25rem; font-weight: 600; letter-spacing: -0.02em; margin: .75rem 0 0; }
@media (min-width: 768px) { h1 { font-size: 3rem; } }
.lead { color: var(--muted); font-size: 1.05rem; max-width: 36rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.frame { position: relative; }
.frame::before { content: ""; position: absolute; width: 3.5rem; height: 3.5rem; border: 2px solid var(--primary); left: -0.75rem; top: -0.75rem; }
.frame img { position: relative; width: 100%; border-radius: .5rem; aspect-ratio: 16/10; object-fit: cover; }
.section { padding: 4rem 0; }
h2 { font-size: 1.85rem; font-weight: 600; letter-spacing: -0.02em; margin: .5rem 0 0; }
.two { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .two { grid-template-columns: 1fr 2fr; } }
.cards { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .cards { grid-template-columns: 1fr 1fr; } }
.card { background: var(--bg); border-radius: .5rem; overflow: hidden; box-shadow: 0 0 0 1px var(--border); }
.card:hover { box-shadow: 0 0 0 1px rgba(0,72,168,.4); }
.card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.card .pad, .pad { padding: 1.5rem; }
.muted { color: var(--muted); }
.cta { background: var(--primary); color: var(--primary-fg); border-radius: .75rem; padding: 3rem 2rem; display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .cta { grid-template-columns: 2fr 1fr; align-items: center; padding: 4rem; } }
.cta .btn { background: var(--surface); color: var(--primary); }
.rows { display: grid; gap: 1.5rem; }
.row { display: grid; background: var(--surface); border-radius: .5rem; overflow: hidden; box-shadow: 0 0 0 1px var(--border); }
@media (min-width: 768px) { .row { grid-template-columns: 1fr 1fr; } }
.row.alt img { order: 1; }
@media (min-width: 768px) { .row.alt img { order: 2; } .row.alt .pad { order: 1; } }
.row img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.aside { background: var(--surface); border-radius: .5rem; padding: 1.75rem; box-shadow: 0 0 0 1px var(--border); }
dt { color: var(--subtle); font-size: .8rem; }
dd { margin: .25rem 0 1rem; font-weight: 500; }
table { width: 100%; border-collapse: collapse; background: var(--surface); }
th { text-align: left; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--subtle); padding: .75rem 1.25rem; background: var(--elevated); }
td { padding: 1rem 1.25rem; border-top: 1px solid var(--border); }
.form { background: var(--surface); border-radius: .5rem; padding: 1.5rem; box-shadow: 0 0 0 1px var(--border); }
@media (min-width: 768px) { .form { padding: 2.5rem; } }
.form label { display: block; font-size: .75rem; font-weight: 500; letter-spacing: .08em; color: var(--muted); margin-bottom: .35rem; }
.form input, .form textarea { width: 100%; min-height: 2.75rem; border: 0; border-radius: .5rem; background: var(--elevated); padding: 0 .9rem; color: var(--fg); font: inherit; box-shadow: 0 0 0 1px var(--border); }
.form textarea { min-height: 9rem; padding: .75rem .9rem; resize: vertical; }
.form .grid2 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .form .grid2 { grid-template-columns: 1fr 1fr; } }
.form p { margin: 1.25rem 0 0; }
.flash { background: var(--surface); border-radius: .5rem; padding: 2rem; box-shadow: 0 0 0 1px var(--border); }
.site-footer { background: var(--surface); border-top: 1px solid var(--border); }
.footer-grid { display: grid; gap: 2.5rem; padding: 3.5rem 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer-grid h3 { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--primary); margin: 0 0 1rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: 0 0 .5rem; color: var(--muted); font-size: .9rem; }
.footer-grid a:hover { color: var(--fg); }
.legal { border-top: 1px solid var(--border); padding: 1.25rem 0; font-size: .75rem; color: var(--subtle); display: flex; flex-direction: column; gap: .35rem; }
@media (min-width: 768px) { .legal { flex-direction: row; justify-content: space-between; } }
.list { margin: 2rem 0 0; padding: 0; list-style: none; }
.list li { display: flex; gap: .75rem; margin: 0 0 .75rem; }
.list i { width: .5rem; height: .5rem; background: var(--primary); margin-top: .5rem; flex-shrink: 0; display: block; }
.points { margin: 1.25rem 0 0; padding: 0; list-style: none; }
.points li { display: flex; gap: .75rem; margin: 0 0 .75rem; color: var(--fg); }
.points i { width: .5rem; height: .5rem; background: var(--primary); margin-top: .5rem; flex-shrink: 0; display: block; }
.footer-grid img { height: 3.5rem; width: auto; max-width: 280px; object-fit: contain; }
