:root {
  --page-blue: #dfedf8;
  --nav-blue: #1b6fbd;
  --heading-blue: #18a6e1;
  --deep-blue: #075383;
  --text: #4d4d4c;
  --line: #dbdbdb;
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body {
  margin: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.22), transparent 480px), var(--page-blue);
  color: var(--text);
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.site-frame {
  position: relative;
  width: 1004px;
  min-height: 700px;
  margin: 15px auto 0;
  padding: 29px 27px 0;
  background: #fff;
}
.site-frame::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 29px;
  background: radial-gradient(80% 35px at 50% 34px, #fff 48%, transparent 50%), linear-gradient(90deg, #0688c3, #32b8e5 36%, #a5e1f3 50%, #32b8e5 64%, #0688c3);
}
.site-frame::after {
  content: "";
  position: absolute;
  inset: 29px auto 0 0;
  width: 27px;
  background: linear-gradient(90deg, #138dc3, #ecf8fd 34%, #fff 100%);
}
.topline { display: none; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 83px;
  padding: 0 7px;
  background: linear-gradient(180deg, #fff 0%, #fff 75%, #f3f9fc 100%);
}
.brand { display: block; width: 342px; height: 54px; }
.brand-logo { width: 342px; height: 54px; object-fit: contain; object-position: left center; }
.header-note { padding-right: 12px; color: #7a7a7a; font-family: Arial, sans-serif; font-size: 10px; line-height: 1.55; text-align: right; }
.header-note strong { display: block; color: var(--nav-blue); font-size: 11px; }

.desktop-nav {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  background: linear-gradient(180deg, #fff 0%, #eef7fc 48%, #d9edf8 52%, #fff 100%);
  border: 1px solid #d5e8f2;
  border-left-color: #b9d9e9;
  border-right-color: #b9d9e9;
  white-space: nowrap;
}
.desktop-nav a { position: relative; padding: 0 14px; color: var(--nav-blue); font-family: "Trebuchet MS", Tahoma, sans-serif; font-size: 13px; font-weight: 700; line-height: 36px; }
.desktop-nav a:first-child { padding-left: 4px; }
.desktop-nav a:not(:last-child)::after { content: "|"; position: absolute; right: -2px; color: #6d95b3; font-weight: 400; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: #0b4c7d; text-decoration: underline; text-underline-offset: 3px; }
.mobile-nav { display: none; }

.banner {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: linear-gradient(112deg, rgba(5,69,110,.97) 0 34%, rgba(15,118,169,.88) 34% 52%, rgba(156,218,240,.72) 52% 72%, rgba(235,248,253,.92) 72%), repeating-linear-gradient(90deg, rgba(255,255,255,.15) 0 1px, transparent 1px 57px), linear-gradient(180deg, #0a6598, #d8eff8);
}
.banner::before { content: ""; position: absolute; right: -65px; bottom: -130px; width: 520px; height: 360px; border: 45px solid rgba(255,255,255,.23); border-radius: 50%; transform: rotate(-12deg); }
.banner::after { content: ""; position: absolute; inset: auto 0 0; height: 78px; background: linear-gradient(180deg, transparent, rgba(2,51,84,.25)); }
.banner-content { position: absolute; z-index: 1; left: 48px; bottom: 45px; width: 455px; color: #fff; }
.banner-content h1 { margin: 3px 0 7px; font-family: Tahoma, Arial, sans-serif; font-size: 23px; font-weight: 400; line-height: 1.3; }
.banner-content p { margin: 0; color: #eaf7fc; font-size: 12px; line-height: 1.55; }
.banner-content .eyebrow, .banner-content .breadcrumbs { color: #aee9ff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.banner-content .breadcrumbs a { color: #fff; }
.banner-shadow { height: 23px; background: radial-gradient(70% 17px at 50% 0, rgba(31,73,98,.3), transparent 72%); }
.button-row { display: none; }

.section-pad { padding: 14px 0 28px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 26px; align-items: start; padding-left: 20px; }
.prose { padding: 3px 6px 0 0; }
.prose h1, .prose h2, .prose h3, .section-title { margin: 0 0 13px; color: var(--heading-blue); font-family: Tahoma, Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.35; }
.prose h3 { margin-top: 19px; font-size: 13px; }
.prose p { margin: 0 0 13px; color: var(--text); font-size: 12px; font-weight: 400; line-height: 1.65; text-align: justify; }
.section-kicker { display: none; }
.text-link { display: inline-block; margin-top: 2px; color: var(--nav-blue); font-size: 11px; font-weight: 700; }
.text-link:hover { text-decoration: underline; }
.benefit-list, .compact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin: 13px 0; padding: 0; }
.benefit-list span, .compact-list li { position: relative; padding: 6px 5px 6px 15px; border-bottom: 1px solid #ededed; color: var(--text); font-size: 11px; font-weight: 400; list-style: none; }
.benefit-list span::before, .compact-list li::before { content: "•"; position: absolute; left: 2px; color: var(--heading-blue); }

.service-sidebar { width: 240px; border: 0; box-shadow: none; }
.sidebar-title { height: 33px; padding: 8px 13px; color: #e6f3fc; background: linear-gradient(180deg, #27a7d6, #0876ad); border-radius: 8px 8px 0 0; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; }
.sidebar-list { padding: 10px 23px 16px; background: linear-gradient(90deg, #eaf6fb, #fff 15%, #fff 85%, #eaf6fb); border-inline: 1px solid #d6e9f2; }
.sidebar-list a { display: flex; gap: 8px; align-items: center; min-height: 30px; padding: 5px 0; color: var(--text); border-bottom: 1px solid var(--line); font-family: Tahoma, Arial, sans-serif; font-size: 10.7px; font-weight: 700; line-height: 1.35; }
.sidebar-list a span { color: var(--heading-blue); font-size: 15px; }
.sidebar-list a:hover { color: var(--nav-blue); }
.sidebar-contact { padding: 15px 18px 17px; color: #fff; background: #0876ad; border-radius: 0 0 8px 8px; }
.sidebar-contact small { color: #c9f0ff; font-size: 9px; }
.sidebar-contact strong { display: block; margin: 3px 0 7px; font-size: 11px; font-weight: 700; }
.sidebar-contact a { color: #fff; font-size: 11px; font-weight: 700; }

.simple-sections { margin-top: 4px; border-top: 1px solid #e3e3e3; }
.simple-section { display: grid; grid-template-columns: 170px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid #e3e3e3; }
.simple-section h3 { margin: 0; color: var(--nav-blue); font-size: 12px; }
.simple-section p { margin: 0; font-size: 11px; line-height: 1.6; }
.team-table { width: 100%; margin-top: 10px; border-collapse: collapse; }
.team-table th, .team-table td { padding: 9px 10px; border: 1px solid #ddd; font-size: 11px; text-align: left; }
.team-table th { color: #fff; background: #1687bd; font-weight: 700; }
.team-table tr:nth-child(even) td { background: #f5fbfe; }

.team-profile { margin: 18px 0 23px; padding: 0 0 18px; border-bottom: 1px solid #d9d9d9; }
.team-profile:last-child { margin-bottom: 0; border-bottom: 0; }
.team-profile h3 { margin: 0; padding: 8px 12px; color: #fff; background: linear-gradient(180deg, #27a7d6, #0876ad); font-size: 13px; text-transform: uppercase; }
.profile-section { padding: 10px 12px 0; }
.profile-section h4 { margin: 0 0 6px; color: var(--nav-blue); font-size: 11px; font-weight: 700; }
.profile-section ul { margin: 0 0 4px 17px; padding: 0; }
.profile-section li { margin: 0 0 4px; font-size: 11px; line-height: 1.55; }
.profile-section p { margin-bottom: 9px; font-size: 11px; line-height: 1.65; }

.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; margin: 5px 0 18px; }
.contact-info div { padding: 8px 0; border-bottom: 1px solid #e5e5e5; }
.contact-info strong { display: block; color: var(--nav-blue); font-size: 11px; }
.contact-info span, .contact-info a { color: var(--text); font-size: 11px; line-height: 1.55; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; padding: 15px; background: #f6fbfe; border: 1px solid #d9e9f1; }
.contact-form label { display: flex; flex-direction: column; gap: 4px; color: #555; font-size: 10px; font-weight: 700; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 7px 8px; color: #444; background: #fff; border: 1px solid #ccc; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--heading-blue); }
.button { display: inline-block; justify-self: start; min-height: 29px; padding: 7px 15px; color: #fff; background: linear-gradient(180deg, #27a7d6, #0876ad); border: 0; border-radius: 3px; font-size: 10px; font-weight: 700; cursor: pointer; }
.form-alert { margin: 0; padding: 8px 10px; font-size: 10px; }
.form-alert.success { color: #155f38; background: #e8f7ef; border: 1px solid #a7ddbd; }
.form-alert.error { color: #8b2c2c; background: #fff0f0; border: 1px solid #edb4b4; }
.form-alert ul { margin: 4px 0 0 16px; padding: 0; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.cta { display: none; }
.office-addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 8px; padding: 13px 18px; color: #4d4d4c; background: linear-gradient(180deg, #f8fcfe, #e7f4fa); border-top: 1px solid #c9e4f0; font-family: Tahoma, Arial, sans-serif; font-size: 10.5px; line-height: 1.55; }
.office-addresses div { display: grid; grid-template-columns: auto 1fr; gap: 6px; align-items: start; }
.office-addresses strong { color: var(--deep-blue); white-space: nowrap; }
.office-addresses span { color: #555; }
footer { margin-top: 0; color: #fff; background: #0876ad; }
.footer-main { display: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; min-height: 36px; padding: 0 14px; color: #fff; font-family: Tahoma, Arial, sans-serif; font-size: 10px; line-height: 1.4; }

@media (max-width: 1040px) {
  body { padding: 0 10px; }
  .site-frame { width: 100%; max-width: 1004px; }
}
@media (max-width: 760px) {
  body { padding: 0; }
  .site-frame { margin-top: 0; padding: 20px 14px 0; }
  .site-frame::before { height: 20px; }
  .site-frame::after { display: none; }
  .site-header { height: 76px; padding: 0 3px; }
  .brand { width: min(342px, 72vw); height: auto; }
  .brand-logo { width: 100%; height: auto; }
  .header-note { display: none; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; background: #eaf6fb; border: 1px solid #cbe3ef; }
  .mobile-nav summary { display: flex; justify-content: space-between; padding: 10px 12px; color: var(--nav-blue); font-weight: 700; cursor: pointer; list-style: none; }
  .mobile-nav div { display: grid; padding: 0 11px 10px; }
  .mobile-nav a { padding: 7px 2px; color: var(--nav-blue); border-top: 1px solid #d3e7f1; font-weight: 700; }
  .banner { height: 220px; }
  .banner-content { left: 25px; bottom: 28px; width: calc(100% - 50px); }
  .banner-content h1 { font-size: 19px; }
  .content-grid { grid-template-columns: 1fr; gap: 20px; padding-left: 4px; }
  .service-sidebar { width: 100%; }
  .simple-section { grid-template-columns: 1fr; gap: 4px; }
  .contact-info, .contact-form { grid-template-columns: 1fr; }
  .office-addresses { grid-template-columns: 1fr; gap: 8px; padding: 12px; }
  .office-addresses div { grid-template-columns: 1fr; gap: 1px; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 2px; padding: 8px 10px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
