.zl-plan .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  font-family: var(--zl-font-display);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  background-color: var(--zl-orange);
  border-color: var(--zl-orange);
  border-radius: 0.2rem;
}

.zl-plan .btn-primary:hover {
  color: #000;
  background-color: #ff9141;
  border-color: #ff8a35;
}

.zl-plan {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(11, 47, 111, 0.14);
  border-radius: 0.15rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) {
  .zl-plan:hover {
    border-color: rgba(11, 47, 111, 0.28);
    box-shadow: var(--zl-shadow-soft);
  }
}

.zl-plan__name {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(11, 47, 111, 0.75);
}

.zl-plan__price {
  margin: 0;
  font-family: var(--zl-font-display);
  font-size: clamp(1.75rem, 2.5vw, 2.15rem);
  font-weight: 700;
  color: var(--zl-navy);
  line-height: 1.1;
}

.zl-plan__price span {
  font-size: 0.55em;
  font-weight: 500;
  color: rgba(21, 23, 25, 0.78);
}

.zl-plan__tax {
  margin: 0.25rem 0 0.85rem;
  font-size: 0.75rem;
  color: rgba(21, 23, 25, 0.65);
}

.zl-plan hr {
  margin: 0 0 0.85rem;
  border-color: rgba(11, 47, 111, 0.12);
  opacity: 1;
}

.zl-plan .btn {
  width: 100%;
  margin-top: auto;
}

.zl-plan .bs-icon-primary-light {
  color: var(--zl-orange);
  background: rgba(255, 125, 31, 0.12);
}

.zl-coverage {
  max-width: var(--zl-max);
  margin: 0 auto;
}

#coverage-map {
  height: min(55vh, 420px);
  min-height: 280px;
  max-height: 420px;
  box-shadow: var(--zl-shadow-soft);
  border-radius: 0.15rem;
}

@media (min-width: 768px) {
  #coverage-map {
    height: 800px;
    min-height: 400px;
    max-height: 800px;
  }
}

.zl-bbl-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  margin-top: 1.25rem;
  padding: 0.5rem 0.35rem !important;
  font-size: 12px;
  line-height: 1.3;
  color: var(--bs-secondary) !important;
  text-decoration: underline;
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.zl-bbl-trigger span {
  color: rgb(33, 37, 41);
  background-color: #fff;
}

.zl-bbl-label {
  width: 100%;
  max-width: min(310px, 100%);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.zl-bbl-label a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.zl-coverage__areas {
  column-count: 1;
  column-gap: 2rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(11, 47, 111, 0.12);
}

@media (min-width: 576px) {
  .zl-coverage__areas {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .zl-coverage__areas {
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .zl-coverage__areas {
    column-count: 4;
  }
}

.zl-coverage__areas li {
  break-inside: avoid;
  margin: 0;
  border-bottom: 1px solid rgba(11, 47, 111, 0.12);
}

.zl-coverage__areas a,
.zl-coverage__areas span {
  display: block;
  padding: 0.55rem 0.15rem;
  font-family: var(--zl-font-display);
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--zl-navy);
  text-decoration: none;
  transition: color 0.2s ease;
}

.zl-coverage__areas a {
  text-decoration: underline;
  text-decoration-color: rgba(11, 47, 111, 0.2);
  text-underline-offset: 0.2em;
}

.zl-coverage__areas a:hover,
.zl-coverage__areas a:focus-visible {
  color: var(--zl-navy);
  text-decoration-color: var(--zl-orange);
}

@media (prefers-reduced-motion: reduce) {
  .zl-plan {
    transition: none;
  }
}
