/* Shared navigation and conversion controls; preserves the existing blue branding. */
body, input, textarea { font-family: Montserrat, Arial, sans-serif; }
img { max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid #b05200; outline-offset: 4px; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 10001; padding: 12px; background: white; color: #17365d; }
.skip-link:focus { top: 12px; }
.ea-header { background: #fff; border-bottom: 1px solid #dce4ee; }
.ea-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 18px; padding-bottom: 18px; }
.ea-logo { width: 190px; display: block; }
.ea-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; }
.ea-nav a { padding: 10px 0; color: #234976; font-weight: 600; }
.ea-nav a:hover, .ea-content a:not(.def-btn):hover { text-decoration: underline; }
.ea-menu { display: none; border: 1px solid #234976; color: #234976; background: white; border-radius: 6px; padding: 12px 18px; font: inherit; cursor: pointer; }
.ea-content { padding-top: 30px; padding-bottom: 54px; }
.ea-content h1 { font-size: clamp(30px, 4vw, 48px); line-height: 1.2; max-width: 900px; }
.ea-content h2 { font-size: clamp(23px, 3vw, 30px); line-height: 1.3; }
.ea-content h3 { font-size: 20px; }
.ea-content p { max-width: 80ch; }
.ea-content a:not(.def-btn), .ea-resources a { color: #254e87; text-decoration: underline; text-underline-offset: 3px; }
.ea-breadcrumb { margin-bottom: 24px; font-size: 14px; }
.ea-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.ea-breadcrumb li + li::before { content: '/'; margin-right: 8px; color: #697687; }
.ea-lead { font-size: 19px; color: #455365; }
.ea-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.ea-actions .def-btn { background: #315f9f; color: white; text-align: center; }
.ea-panel { margin: 30px 0; padding: clamp(20px, 3vw, 36px); border-radius: 20px; background: #f3f6fa; }
.ea-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 22px; }
.ea-grid article { border: 1px solid #dce4ee; padding: 24px; border-radius: 16px; }
.ea-content details { padding: 18px 0; border-bottom: 1px solid #dce4ee; }
.ea-content summary { cursor: pointer; font-weight: 600; color: #234976; }
.ea-resources { padding: 30px 20px; border-top: 1px solid #dce4ee; }
.ea-resources nav { display: flex; gap: 12px 24px; flex-wrap: wrap; }
.ea-mobile-actions { display: none; }
.homepage-call-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.header-nav ul { flex-wrap: wrap; gap: 6px 16px; }
.service-hero-media img { aspect-ratio: auto; }
@media(max-width: 768px) {
  html { scroll-padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  main :is(a, button, input, textarea, summary) { scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom)); }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .ea-header-inner { flex-wrap: wrap; }
  .ea-menu { display: block; }
  .ea-nav { width: 100%; flex-direction: column; align-items: stretch; }
  .ea-header.ea-enhanced .ea-nav[hidden] { display: none; }
  .ea-nav a { padding: 12px; }
  .ea-mobile-actions { display: flex; position: fixed; inset: auto 0 0; z-index: 9990; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; background: #fff; box-shadow: 0 -3px 16px #0002; }
  .ea-mobile-actions a { flex: 1; padding: 13px 5px; text-align: center; background: #315f9f; color: white; border-radius: 7px; font-weight: 700; }
  .ea-mobile-actions a + a { background: #17365d; }
  .call-tab { display: none !important; }
  .go-up { bottom: 90px !important; }
  .ea-actions .def-btn { width: 100%; }
}
@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
