:root {
  --blue: #0a70b7;
  --blue-dark: #064c80;
  --navy: #153149;
  --ink: #263746;
  --muted: #667785;
  --line: #dce7ef;
  --ice: #eff7fc;
  --white: #fff;
  --shadow: 0 12px 34px rgba(18, 55, 82, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}
a { color: var(--blue-dark); }
img { display: block; max-width: 100%; }
.wrap { width: min(1080px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 50; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 8px; }
.topbar { background: var(--navy); color: #eaf5fb; font-size: .88rem; }
.topbar .wrap { display: flex; justify-content: flex-end; gap: 22px; padding: 8px 0; }
.topbar a { color: #fff; text-decoration: none; }
.site-head { background: #fff; border-bottom: 1px solid var(--line); }
.head-inner { display: flex; align-items: center; justify-content: space-between; min-height: 152px; gap: 32px; }
.brand img { width: 165px; height: 140px; object-fit: contain; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; padding: 10px 12px; border-radius: 4px; color: var(--navy); font-weight: 700; }
.nav ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.nav a { display: block; padding: 14px 12px; color: var(--navy); text-decoration: none; font-size: .9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; border-bottom: 3px solid transparent; }
.nav a:hover, .nav a:focus, .nav a[aria-current="page"] { color: var(--blue); border-bottom-color: var(--blue); }
.slider { position: relative; width: min(980px, 100%); margin: 28px auto 0; overflow: hidden; background: #111; box-shadow: var(--shadow); aspect-ratio: 49 / 16; }
.slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.slide.active { opacity: 1; }
.slider-dots { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); display: flex; gap: 8px; z-index: 2; }
.slider-dots button { width: 10px; height: 10px; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); padding: 0; cursor: pointer; }
.slider-dots button.active { background: #fff; box-shadow: 0 0 0 2px rgba(10,112,183,.7); }
.intro { text-align: center; padding: 44px 0 28px; }
.eyebrow { margin: 0 0 6px; color: var(--blue); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.18; }
h1 { margin: 0 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 400; }
h2 { margin: 0 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 400; }
h3 { margin: 0 0 8px; font-size: 1.08rem; }
.lead { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.grid { display: grid; gap: 24px; }
.tiles { grid-template-columns: repeat(3, 1fr); padding: 16px 0 54px; }
.tile { background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 26px rgba(18,55,82,.08); }
.tile img { width: 100%; aspect-ratio: 300 / 210; object-fit: cover; }
.tile-body { padding: 20px; }
.tile p { color: var(--muted); margin: 0 0 14px; }
.more { display: inline-block; text-decoration: none; font-weight: 700; color: var(--blue-dark); }
.more::after { content: ' ›'; }
.band { background: var(--ice); border-block: 1px solid var(--line); padding: 46px 0; }
.band-grid { grid-template-columns: 1.4fr .8fr; align-items: center; }
.contact-card { background: var(--navy); color: #fff; padding: 28px; box-shadow: var(--shadow); }
.contact-card h2, .contact-card a { color: #fff; }
.contact-card p { margin: 8px 0; }
.button { display: inline-block; margin-top: 14px; background: var(--blue); color: #fff !important; text-decoration: none; padding: 11px 18px; border-radius: 3px; font-weight: 700; }
.page-hero { background: linear-gradient(115deg, var(--navy), var(--blue-dark)); color: #fff; padding: 46px 0; }
.page-hero h1, .page-hero p { color: #fff; }
.page-hero p { max-width: 760px; margin: 0; color: #d9eefb; }
.breadcrumbs { margin: 0 0 9px; font-size: .82rem; color: #c8e3f4; }
.breadcrumbs a { color: #fff; }
.content { padding: 48px 0 62px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; align-items: start; }
.content p { margin: 0 0 18px; }
.content ul { padding-left: 22px; }
.feature-image { width: 100%; max-height: 430px; object-fit: cover; margin: 6px 0 26px; box-shadow: var(--shadow); }
.sidebar { background: var(--ice); border: 1px solid var(--line); padding: 24px; }
.sidebar ul { list-style: none; padding: 0; margin: 0; }
.sidebar li + li { border-top: 1px solid var(--line); }
.sidebar a { display: block; padding: 10px 0; text-decoration: none; font-weight: 700; }
.service-grid { grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
.service-card { border: 1px solid var(--line); padding: 22px; background: #fff; }
.partners { grid-template-columns: repeat(4, 1fr); align-items: center; }
.partner { min-height: 110px; display: grid; place-items: center; border: 1px solid var(--line); padding: 18px; background: #fff; }
.partner img { max-height: 72px; width: auto; }
.docs { list-style: none; padding: 0 !important; }
.docs li { border: 1px solid var(--line); margin-bottom: 10px; }
.docs a { display: block; padding: 13px 15px; text-decoration: none; font-weight: 700; }
.docs a::before { content: 'PDF · '; color: var(--blue); }
.notice { border-left: 4px solid var(--blue); background: var(--ice); padding: 16px 18px; margin: 24px 0; }
.site-foot { background: #102637; color: #c8d8e4; padding: 44px 0 20px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; }
.site-foot h2, .site-foot h3, .site-foot a { color: #fff; }
.site-foot ul { list-style: none; padding: 0; }
.site-foot a { text-decoration: none; }
.copyright { border-top: 1px solid rgba(255,255,255,.14); margin-top: 28px; padding-top: 18px; font-size: .82rem; }

@media (max-width: 860px) {
  .head-inner { min-height: 104px; }
  .brand img { width: 110px; height: 94px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; z-index: 20; top: 138px; left: 18px; right: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .nav.open { display: block; }
  .nav ul { display: block; }
  .nav a { padding: 13px 18px; border-bottom: 1px solid var(--line); }
  .tiles, .partners { grid-template-columns: repeat(2, 1fr); }
  .content-grid, .band-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .wrap { width: min(100% - 24px, 1080px); }
  .topbar .wrap { justify-content: center; flex-wrap: wrap; gap: 4px 14px; }
  .nav { top: 137px; left: 12px; right: 12px; }
  .slider { margin-top: 16px; aspect-ratio: 16 / 7; }
  .tiles, .service-grid, .partners, .foot-grid { grid-template-columns: 1fr; }
  .intro { padding-top: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .slide { transition: none; }
}
