.asw-container {
  z-index: 998 !important;
}

/* Keep the primary header phone button identical to the Home header.
   Page-specific button systems must not resize or restyle this control. */
.header .nav-wrap > .nav-call {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: auto !important;
  min-width: 155px !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 21px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: linear-gradient(135deg, #0788ed, #0962c7) !important;
  box-shadow: 0 8px 20px rgba(2, 101, 210, .22) !important;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 1020px) {
  .header .nav-wrap > .nav-call {
    display: none !important;
  }
}

/* Keep every regional service card aligned, including two-line city names. */
.area-grid > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.area-grid h3 {
  min-height: 2.6em;
  line-height: 1.3;
}
.area-grid p {
  margin-top: 0;
}
.area-grid b {
  margin-top: auto;
}
@media (max-width: 430px) {
  .area-grid h3,
  .area-grid p {
    min-height: 0;
  }
}

.accessibility-launcher {
  position: fixed;
  z-index: 998;
  left: 20px;
  bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px));
  width: 54px;
  height: 54px;
  padding: 9px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #064ec8;
  color: #fff;
  box-shadow: 0 0 0 4px #064ec8, 0 5px 15px rgba(0, 28, 82, .3);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.accessibility-launcher svg { width: 34px; height: 34px; fill: #fff; stroke: none !important; }
.accessibility-launcher:hover { transform: translateY(-1px) scale(1.025); }
.accessibility-launcher:focus-visible { outline: 3px solid #f6c344; outline-offset: 6px; }
.accessibility-launcher[aria-busy="true"] { opacity: .75; cursor: wait; }

.asw-container .asw-menu-btn {
  left: 20px !important;
  right: auto !important;
  bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px)) !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  padding: 10px !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  background: #064ec8 !important;
  color: #fff !important;
  box-shadow: 0 0 0 4px #064ec8, 0 5px 15px rgba(0, 28, 82, .3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.asw-container .asw-menu-btn:hover {
  transform: translateY(-1px) scale(1.025) !important;
  box-shadow: 0 0 0 4px #064ec8, 0 7px 18px rgba(0, 28, 82, .36) !important;
}

.asw-container .asw-menu-btn:focus-visible {
  outline: 3px solid #f6c344 !important;
  outline-offset: 6px !important;
}

.asw-container .asw-menu-btn svg {
  width: 32px !important;
  height: 32px !important;
  color: #fff !important;
  fill: #fff !important;
  stroke: none !important;
}

.asw-container .asw-menu-btn svg path:first-child {
  fill: none !important;
  stroke: none !important;
}

.asw-container .asw-menu-btn svg path:last-child {
  fill: #fff !important;
  stroke: none !important;
}

@media (max-width: 720px) {
  .accessibility-launcher {
    left: 14px;
    bottom: max(34px, calc(env(safe-area-inset-bottom) + 26px));
    width: 34px !important;
    height: 34px !important;
    padding: 5px !important;
    border-width: 2px;
    box-shadow: 0 0 0 3px #064ec8, 0 4px 12px rgba(0, 28, 82, .3);
    line-height: 0;
  }
  .accessibility-launcher::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
  }
  .accessibility-launcher svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .asw-container .asw-menu-btn {
    left: 14px !important;
    bottom: max(34px, calc(env(safe-area-inset-bottom) + 26px)) !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 5px !important;
    border-width: 2px !important;
    box-shadow: 0 0 0 3px #064ec8, 0 4px 12px rgba(0, 28, 82, .3) !important;
    line-height: 0 !important;
    box-sizing: border-box !important;
  }
  .asw-container .asw-menu-btn::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
  }

  .asw-container .asw-menu-btn svg {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    flex: 0 0 22px !important;
    transform: translate(-50%, -50%) !important;
  }
}

.office-line > span { display: grid; gap: 3px; }
.office-line .office-address { color: #fff; line-height: 1.5; }
.office-line .office-nearby { color: #a9d9f8; font-size: .66rem; font-weight: 700; line-height: 1.45; }

/* Shared navigation, legal footer and policy-page refinements. */
.mobile-menu-call { display: none !important; }

.legal-footer-disclaimer {
  max-width: 980px;
  margin: 22px auto 15px !important;
  padding-top: 18px;
  border-top: 1px solid #17344a;
  color: #aebdca !important;
  font-size: .72rem !important;
  font-weight: 500 !important;
  line-height: 1.65;
  text-align: center;
}

.legal-footer-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0 !important;
  margin: 0 auto;
  color: #dce8f1;
  font-size: .68rem;
}

.legal-footer-nav a { padding: 2px 11px; border-right: 1px solid #466174; }
.legal-footer-nav a:last-child { border-right: 0; }
.legal-footer-nav a:hover { color: #29a9ff; }
.footer-copyright { margin-top: 14px; color: #91a2b1; font-size: .62rem; text-align: center; }
.city-footer .shell { flex-direction: column; align-items: center; text-align: center; }
.city-footer .shell > p:first-child { margin: 0; }
.local-footer .legal-footer-nav, .inner-footer .legal-footer-nav { margin-top: 14px; }

.legal-document {
  background: #fff;
  border: 1px solid #dce3e9;
  padding: 30px;
}
.legal-document > section { margin: 0 0 22px; padding: 0 0 20px; border: 0; border-bottom: 1px solid #e2e8ed; }
.legal-document > h2 { margin: 26px 0 10px; padding-top: 20px; border-top: 1px solid #e2e8ed; font-size: 1.16rem; line-height: 1.35; }
.legal-document > p, .legal-document > ul { color: #465562; font-size: .84rem; line-height: 1.75; }
.legal-document > ul { padding-left: 22px; }
.legal-document > ul li { margin-bottom: 8px; }
.legal-uppercase { font-size: .73rem !important; font-weight: 700; }
.agreement-pending { border-left: 4px solid #168de5 !important; padding-left: 20px !important; }

/* Keep the three Hero benefit items visually balanced despite unequal copy lengths. */
.hero .benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
  width: 100%;
  max-width: 700px;
}
.hero .benefits > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  column-gap: 12px;
  min-width: 0;
}
.hero .benefits > div > span { min-width: 0; }
.hero .benefits svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}
.hero .benefits b {
  min-height: 2.7em;
  line-height: 1.35;
}
.hero .benefits small {
  margin-top: 5px;
  line-height: 1.45;
}
.hero .hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 700px;
}
.hero .hero-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: 60px;
  padding-inline: 18px;
  text-align: center;
}

@media (min-width: 721px) and (max-width: 1020px) {
  .hero .benefits { gap: 16px; }
  .hero .benefits > div {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 8px;
    text-align: center;
  }
  .hero .benefits b { min-height: 2.7em; }
}

@media (max-width: 1020px) {
  .nav-links .mobile-menu-call {
    display: flex !important;
    width: 100%;
    min-height: 52px;
    margin-top: 12px;
    padding: 0 18px !important;
    justify-content: center;
    align-items: center;
    gap: 9px;
    border: 0 !important;
    border-radius: 4px;
    background: #25d366;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
    font-size: .82rem;
    font-weight: 800;
  }
  .nav-links .mobile-menu-call svg { width: 21px; height: 21px; }
}

@media (max-width: 720px) {
  .hero .hero-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero .hero-actions .btn { min-height: 56px; }
  .hero .benefits {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 6px 0 8px !important;
    border-top: 1px solid #21425d;
    border-bottom: 1px solid #21425d;
  }
  .hero .benefits > div {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    align-items: center;
    column-gap: 13px;
    width: 100%;
    min-height: 78px;
    padding: 14px 8px;
    justify-items: start;
    text-align: left;
    border-bottom: 1px solid #173a55;
  }
  .hero .benefits > div:last-child { border-bottom: 0; }
  .hero .benefits svg { width: 40px; height: 40px; flex: 0 0 40px; }
  .hero .benefits b { min-height: 0; font-size: .82rem; }
  .hero .benefits small { font-size: .72rem; }
  .hero .office-line { align-items: flex-start; margin-top: 18px; font-size: .78rem; line-height: 1.5; text-align: left; }
  .hero .office-line svg { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 1px; }

  .footer-points {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 24px;
    border: 1px solid #1e405a;
  }
  .footer-points span {
    min-height: 142px;
    padding: 20px 10px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
  }
  .footer-points span:nth-child(odd) { border-right: 1px solid #1e405a; }
  .footer-points span:nth-child(-n+2) { border-bottom: 1px solid #1e405a; }
  .footer-points svg { width: 34px; height: 34px; color: #19a1f5; }
  .footer-points b { font-size: .82rem; line-height: 1.3; }
  .footer-points small { font-size: .7rem; line-height: 1.35; }
  .legal-footer-disclaimer { margin-top: 20px !important; font-size: .68rem !important; }
  .legal-footer-nav { max-width: 430px; font-size: .67rem; line-height: 1.45; }
  .legal-footer-nav a { padding: 3px 8px; }
  .legal-document { padding: 21px; }
  .legal-document > h2 { font-size: 1.02rem; }
}

/* Kissimmee office CTAs: larger, equal and visually balanced. */
.location-copy .location-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 430px);
}
.location-copy .location-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 0 18px;
  font-size: .78rem;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}
.location-copy .location-actions .btn svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

@media (max-width: 520px) {
  .location-copy .location-actions {
    grid-template-columns: 1fr;
    gap: 11px;
    width: 100%;
  }
  .location-copy .location-actions .btn {
    min-height: 56px;
    font-size: .8rem;
  }
}
