.pvmap-site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  overflow: visible;
  background: linear-gradient(135deg, #061b32 0%, #0b2a45 100%);
  border-bottom: 1px solid rgba(109, 199, 255, 0.18);
  box-shadow: 0 6px 24px rgba(0, 18, 40, 0.14);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.pvmap-header-inner {
  width: min(1240px, 100%);
  min-height: 82px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.pvmap-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
}

.pvmap-brand .custom-logo-link {
  display: flex;
}

.pvmap-brand img,
.pvmap-footer-brand img {
  display: block;
  width: 190px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.pvmap-brand-text {
  color: #fff !important;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}

.pvmap-desktop-nav {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
}

.pvmap-desktop-link,
.pvmap-nav-parent,
.pvmap-header-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #dcebf6 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.2s ease;
}

.pvmap-desktop-link,
.pvmap-nav-parent {
  font-size: 15px;
}

.pvmap-desktop-link:hover,
.pvmap-desktop-link:focus-visible,
.pvmap-nav-parent:hover,
.pvmap-nav-parent:focus-visible,
.pvmap-header-actions a:hover,
.pvmap-header-actions a:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09);
  outline: none;
}

.pvmap-nav-dropdown {
  position: relative;
}

.pvmap-nav-parent {
  gap: 7px;
}

.pvmap-nav-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #7cd3ff;
  transition: transform 0.2s ease;
}

.pvmap-nav-chevron svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pvmap-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 680px;
  max-width: calc(100vw - 32px);
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.pvmap-nav-dropdown:hover .pvmap-submenu,
.pvmap-nav-dropdown:focus-within .pvmap-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.pvmap-nav-dropdown:last-child .pvmap-submenu {
  right: 0;
  left: auto;
  transform: translate(0, -4px);
}

.pvmap-nav-dropdown:last-child:hover .pvmap-submenu,
.pvmap-nav-dropdown:last-child:focus-within .pvmap-submenu {
  transform: translate(0, 0);
}

.pvmap-nav-dropdown:hover .pvmap-nav-chevron,
.pvmap-nav-dropdown:focus-within .pvmap-nav-chevron {
  transform: rotate(180deg);
}

.pvmap-submenu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 8px;
  padding: 12px;
  background: #fff;
  border: 1px solid #d9e6ee;
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(1, 23, 43, 0.24);
}

.pvmap-submenu-link {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 12px 10px;
  font-size: 15px;
  line-height: 1.3;
  color: #102b40 !important;
  text-decoration: none !important;
  border: 1px solid transparent;
  border-radius: 11px;
  transition: 0.18s ease;
}

.pvmap-submenu-link:hover,
.pvmap-submenu-link:focus-visible {
  background: #f2f8fb;
  border-color: #b9dce9;
  transform: translateY(-1px);
  outline: none;
}

.pvmap-submenu-overview,
.pvmap-mobile-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 8px 10px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.pvmap-submenu-overview {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: #102b40;
  border-bottom: 1px solid #e1ebf0;
}

.pvmap-submenu-overview a,
.pvmap-mobile-overview a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  color: #17647a !important;
  font-size: 12.5px;
  font-weight: 650;
  text-decoration: none !important;
  white-space: nowrap;
}

.pvmap-submenu-overview a:hover,
.pvmap-mobile-overview a:hover {
  text-decoration: underline !important;
}

.pvmap-site-header a:focus-visible,
.pvmap-site-header summary:focus-visible {
  outline: 2px solid #2899b7;
  outline-offset: 3px;
}

.pvmap-submenu-guide {
  grid-column: 1 / -1;
  min-height: 60px;
  margin-top: 6px;
  border-top-color: #e1ebf0;
  border-radius: 0 0 8px 8px;
}

.pvmap-submenu-guide .pvmap-nav-copy {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 16px;
}

.pvmap-nav-label {
  display: block;
  font-weight: 760;
}

.pvmap-nav-copy {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.pvmap-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: #071e36;
  background: #eaf5f7;
  border: 1px solid #d8edf0;
  border-radius: 10px;
}

.pvmap-nav-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pvmap-nav-description {
  display: block;
  color: #557082;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal;
}

.pvmap-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pvmap-account-nav {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-left: 5px;
}

.pvmap-account-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 7px;
  border-radius: 8px;
  color: #dcebf6 !important;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.2s ease;
}

.pvmap-account-link:hover,
.pvmap-account-link:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09);
  outline: none;
}

.pvmap-account-link.pvmap-account-link--portal {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #f6a91f;
  background: linear-gradient(135deg, #ffc34d 0%, #f6a91f 100%);
  box-shadow: 0 8px 20px rgba(246, 169, 31, 0.24);
  color: #0a2035 !important;
  font-size: 15px;
  font-weight: 850;
}

.pvmap-account-link.pvmap-account-link--portal:hover,
.pvmap-account-link.pvmap-account-link--portal:focus-visible {
  border-color: #ffd06b;
  background: linear-gradient(135deg, #ffd06b 0%, #ffb52c 100%);
  box-shadow: 0 10px 24px rgba(246, 169, 31, 0.34);
  color: #071e36 !important;
  transform: translateY(-1px);
}

.pvmap-account-logout {
  color: #a9c4d6 !important;
}

.pvmap-header-actions a {
  border: 1px solid rgba(124, 211, 255, 0.55);
  padding: 10px 14px;
}

.pvmap-header-actions .pvmap-menu-button--primary {
  background: #e69a19;
  border-color: #e69a19;
  color: #0a2035 !important;
}

/* Keep the public navigation and company actions typographically consistent. */
.pvmap-site-header--guest .pvmap-account-nav {
  padding-left: 17px;
}

.pvmap-site-header--guest .pvmap-account-link,
.pvmap-site-header--guest .pvmap-header-actions a {
  min-height: 42px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.pvmap-site-header--guest .pvmap-account-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pvmap-site-header--guest .pvmap-mobile-account-link {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1220px) {
  .pvmap-site-header--guest .pvmap-desktop-nav,
  .pvmap-site-header--guest .pvmap-account-nav,
  .pvmap-site-header--guest .pvmap-header-actions {
    display: none;
  }

  .pvmap-site-header--guest .pvmap-mobile-menu {
    display: block;
  }
}

.pvmap-global-search,
.pvmap-global-search * {
  box-sizing: border-box;
}

.pvmap-global-search {
  position: relative;
  z-index: 9997;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, #0a3553 0%, #0b5269 58%, #0a6878 100%);
  box-shadow: 0 8px 22px rgba(5, 31, 50, 0.13);
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.pvmap-global-search__inner {
  display: grid;
  grid-template-columns: minmax(190px, 220px) minmax(420px, 680px) auto;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, 100%);
  min-height: 60px;
  margin: 0 auto;
  padding: 7px 20px;
}

.pvmap-global-search__lead {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
  white-space: nowrap;
}

.pvmap-global-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #f6a91f;
}

.pvmap-global-search__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pvmap-global-search__form {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-width: 0;
  margin: 0;
}

.pvmap-global-search__form input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #cbd9e2;
  border-radius: 10px;
  outline: none;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(7, 30, 54, 0.05);
  color: #102438;
  font: inherit;
  font-size: 15px;
  line-height: 1.3;
  appearance: none;
}

.pvmap-global-search__form input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}

.pvmap-global-search__form input[type="search"]::placeholder {
  color: #6d7f8c;
  opacity: 1;
}

.pvmap-global-search__form input[type="search"]:focus {
  border-color: #f6a91f;
  box-shadow: 0 0 0 3px rgba(246, 169, 31, 0.27);
}

.pvmap-global-search__form button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 9px 16px;
  border: 1px solid #f6a91f;
  border-radius: 10px;
  background: #f6a91f;
  box-shadow: 0 4px 10px rgba(7, 30, 54, 0.13);
  color: #071e36;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.18s ease, transform 0.18s ease;
}

.pvmap-global-search__form button:hover,
.pvmap-global-search__form button:focus-visible {
  background: #ffb52f;
  transform: translateY(-1px);
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

.pvmap-global-search__regions {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

.pvmap-global-search__regions:hover,
.pvmap-global-search__regions:focus-visible {
  border-color: rgba(246, 169, 31, 0.75);
  background: rgba(246, 169, 31, 0.11);
  color: #ffd184 !important;
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
  text-decoration: none !important;
}

.pvmap-global-search__feedback {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: #fff4df;
  color: #513a13;
}

.pvmap-global-search__feedback-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 9px 20px 10px;
  font-size: 13px;
  line-height: 1.4;
}

.pvmap-global-search__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pvmap-global-search__choices a {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #071e36;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.pvmap-mobile-menu {
  display: none;
  margin-left: auto;
}

.pvmap-mobile-menu > summary {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  cursor: pointer;
  list-style: none;
}

.pvmap-mobile-menu > summary::-webkit-details-marker,
.pvmap-mobile-group > summary::-webkit-details-marker {
  display: none;
}

.pvmap-mobile-menu > summary > span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.pvmap-mobile-menu > nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  padding: 14px 20px 20px;
  background: #0b2a45;
  box-shadow: 0 16px 28px rgba(0, 18, 40, 0.24);
}

.pvmap-mobile-link {
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.pvmap-mobile-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  list-style: none;
}

.pvmap-mobile-group > summary .pvmap-nav-chevron {
  color: #7cd3ff;
  transition: transform 0.2s ease;
}

.pvmap-mobile-group[open] > summary .pvmap-nav-chevron {
  transform: rotate(180deg);
}

.pvmap-mobile-submenu {
  display: grid;
  gap: 5px;
  padding: 8px 0 12px 14px;
}

.pvmap-mobile-child {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #eff9ff !important;
  text-decoration: none !important;
  border-left: 2px solid rgba(124, 211, 255, 0.35);
}

.pvmap-mobile-overview {
  color: #eff9ff;
  border-bottom: 1px solid rgba(124, 211, 255, 0.2);
}

.pvmap-mobile-overview a {
  color: #a7e4f1 !important;
}

.pvmap-mobile-guide {
  margin-top: 6px;
  border-top: 1px solid rgba(124, 211, 255, 0.2);
}

.pvmap-mobile-menu .pvmap-nav-icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 9px;
  box-shadow: none;
}

.pvmap-mobile-menu .pvmap-nav-icon svg {
  width: 20px;
  height: 20px;
}

.pvmap-mobile-menu .pvmap-nav-description {
  color: #a9c4d6;
  font-size: 12px;
}

.pvmap-mobile-menu a.pvmap-menu-button {
  margin-top: 9px;
  padding: 12px;
  border: 1px solid rgba(124, 211, 255, 0.55);
  border-radius: 9px;
  color: #fff !important;
}

.pvmap-mobile-menu a.pvmap-menu-button--primary {
  background: #e69a19;
  border-color: #e69a19;
  color: #0a2035 !important;
}

.pvmap-mobile-account {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pvmap-mobile-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid rgba(124, 211, 255, 0.55);
  border-radius: 9px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.pvmap-mobile-account-link:only-child {
  grid-column: 1 / -1;
}

.pvmap-mobile-account-link.pvmap-account-link--portal {
  min-height: 49px;
  border-color: #f6a91f;
  background: linear-gradient(135deg, #ffc34d 0%, #f6a91f 100%);
  box-shadow: 0 8px 20px rgba(246, 169, 31, 0.22);
  color: #0a2035 !important;
  font-size: 14px;
  font-weight: 850;
}

.pvmap-mobile-account-link.pvmap-account-link--portal:hover,
.pvmap-mobile-account-link.pvmap-account-link--portal:focus-visible {
  border-color: #ffd06b;
  background: linear-gradient(135deg, #ffd06b 0%, #ffb52c 100%);
  color: #071e36 !important;
}

.pvmap-mobile-account .pvmap-account-logout {
  border-color: rgba(255, 255, 255, 0.22);
}

.pvmap-site-footer {
  background: #061b32;
  color: #d8e6f1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.pvmap-footer-grid {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 54px 24px 38px;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 42px;
}

.pvmap-footer-brand p {
  max-width: 360px;
  margin: 18px 0 0;
  color: #aac0d2;
  line-height: 1.65;
}

.pvmap-site-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}

.pvmap-site-footer nav {
  display: grid;
  gap: 9px;
}

.pvmap-site-footer nav a {
  color: #c9dbe9 !important;
  text-decoration: none !important;
  font-size: 14px;
}

.pvmap-site-footer nav a:hover {
  color: #fff !important;
}

.pvmap-footer-bottom {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8fa8bb;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .pvmap-desktop-nav,
  .pvmap-account-nav,
  .pvmap-header-actions {
    display: none;
  }

  .pvmap-mobile-menu {
    display: block;
  }

  .pvmap-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .pvmap-global-search__inner {
    grid-template-columns: minmax(180px, 210px) minmax(360px, 1fr) auto;
  }
}

@media (max-width: 820px) {
  .pvmap-global-search__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pvmap-global-search__lead {
    min-width: 0;
    font-size: 13px;
  }

  .pvmap-global-search__form {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .pvmap-global-search__regions {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 720px) {
  .pvmap-header-inner {
    min-height: 70px;
    padding: 0 16px;
  }

  .pvmap-brand img {
    width: 165px;
  }

  .pvmap-footer-grid {
    grid-template-columns: 1fr;
    padding: 42px 20px 30px;
    gap: 28px;
  }

  .pvmap-footer-bottom {
    padding: 18px 20px;
    flex-direction: column;
  }

  .pvmap-global-search__inner,
  .pvmap-global-search__feedback-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 520px) {
  .pvmap-global-search__inner {
    grid-template-columns: 1fr;
  }

  .pvmap-global-search__lead,
  .pvmap-global-search__form,
  .pvmap-global-search__regions {
    grid-column: 1;
  }

  .pvmap-global-search__lead {
    grid-row: 1;
  }

  .pvmap-global-search__form {
    grid-row: 2;
    grid-template-columns: 1fr;
  }

  .pvmap-global-search__regions {
    grid-row: 3;
    justify-self: start;
    min-height: 38px;
    padding: 7px 10px;
  }

  .pvmap-global-search__form button {
    width: 100%;
  }
}

/* Informative customer pages. Scoped to their wrapper so other templates stay untouched. */
.pvmap-customer-page {
  --pvmap-ink: #08243e;
  --pvmap-ink-soft: #3f6077;
  --pvmap-navy: #061f38;
  --pvmap-teal: #087f94;
  --pvmap-cyan: #22b5c7;
  --pvmap-sky: #eaf8fb;
  --pvmap-line: #d5e6ed;
  --pvmap-orange: #f6a313;
  --pvmap-white: #fff;
  color: var(--pvmap-ink);
}

:is(.page-id-682, .page-id-289, .page-id-288, .page-id-290, .page-id-683, .page-id-684, .page-id-291, .page-id-292, .page-id-685, .page-id-294, .page-id-686, .page-id-687, .page-id-688) .entry-title {
  max-width: 900px;
  margin-bottom: 24px;
  color: #08243e;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 780;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.page-id-294 h1.entry-title,
.page-id-294 .entry-title {
  display: none !important;
}

.pvmap-customer-page *,
.pvmap-customer-page *::before,
.pvmap-customer-page *::after {
  box-sizing: border-box;
}

.pvmap-customer-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
  gap: 36px;
  align-items: center;
  margin: 0 0 28px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 26px;
  background: linear-gradient(135deg, #061f38 0%, #093b52 60%, #0b6876 100%);
  box-shadow: 0 24px 55px rgba(4, 37, 61, 0.18);
  color: #fff;
}

.pvmap-customer-hero::after {
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(122, 224, 236, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(122, 224, 236, 0.06), 0 0 0 100px rgba(122, 224, 236, 0.035);
  content: "";
}

.pvmap-customer-hero > * {
  position: relative;
  z-index: 1;
}

.pvmap-customer-kicker,
.pvmap-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0a8398;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pvmap-customer-hero .pvmap-customer-kicker {
  color: #8ee9f1;
}

.pvmap-customer-hero h2 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.pvmap-customer-hero p {
  max-width: 760px;
  margin: 0;
  color: #d8eaf2;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.65;
}

.pvmap-customer-hero-panel {
  display: grid;
  gap: 11px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
}

.pvmap-customer-hero-panel strong {
  color: #fff;
  font-size: 15px;
}

.pvmap-customer-hero-panel span {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #e7f5f8;
  font-size: 14px;
  line-height: 1.45;
}

.pvmap-customer-hero-panel span::before {
  flex: 0 0 auto;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #f6a313;
  color: #09233b;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.pvmap-customer-subnav {
  display: flex;
  gap: 8px;
  margin: 0 0 54px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid var(--pvmap-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 43, 67, 0.07);
  scrollbar-width: thin;
}

.pvmap-customer-subnav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 10px;
  color: #173d57 !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none !important;
  white-space: nowrap;
}

.pvmap-customer-subnav a:hover,
.pvmap-customer-subnav a:focus-visible,
.pvmap-customer-subnav a[aria-current="page"] {
  background: #e7f6fa;
  color: #036f83 !important;
  outline: none;
}

.pvmap-customer-section {
  margin: 0 0 clamp(54px, 7vw, 82px);
}

.pvmap-customer-section > h2 {
  max-width: 850px;
  margin: 0 0 15px;
  color: var(--pvmap-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.pvmap-section-intro {
  max-width: 860px;
  margin: 0 0 28px;
  color: var(--pvmap-ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.pvmap-customer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pvmap-customer-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pvmap-customer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 25px;
  border: 1px solid var(--pvmap-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 42, 65, 0.07);
}

a.pvmap-customer-card {
  color: inherit !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

a.pvmap-customer-card:hover,
a.pvmap-customer-card:focus-visible {
  border-color: #7ccbd7;
  box-shadow: 0 18px 38px rgba(5, 59, 82, 0.13);
  transform: translateY(-3px);
  outline: none;
}

.pvmap-customer-card--accent {
  border-top: 4px solid var(--pvmap-cyan);
}

.pvmap-customer-card--soft {
  background: linear-gradient(145deg, #f7fcfd 0%, #eef8fa 100%);
}

.pvmap-card-number {
  display: grid;
  width: 43px;
  height: 43px;
  margin: 0 0 18px;
  place-items: center;
  border-radius: 13px;
  background: #073a59;
  color: #8ceaf2;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.pvmap-customer-card h3 {
  margin: 0 0 10px;
  color: var(--pvmap-ink);
  font-size: 20px;
  line-height: 1.25;
}

.pvmap-customer-card p {
  margin: 0;
  color: var(--pvmap-ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.pvmap-customer-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.pvmap-customer-card li {
  position: relative;
  margin: 8px 0;
  padding-left: 22px;
  color: #365970;
  font-size: 14px;
  line-height: 1.5;
}

.pvmap-customer-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #08a0af;
  content: "✓";
  font-weight: 900;
}

.pvmap-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  color: #00768a;
  font-size: 14px;
  font-weight: 800;
}

.pvmap-card-action {
  margin-top: auto;
  padding-top: 18px;
}

.pvmap-card-action .pvmap-card-link {
  margin-top: 0;
  padding-top: 0;
  color: #00768a !important;
  text-decoration: none !important;
}

.pvmap-card-link::after {
  content: "→";
  transition: transform 0.18s ease;
}

.pvmap-customer-card:hover .pvmap-card-link::after {
  transform: translateX(4px);
}

.pvmap-customer-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pvmap-check-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid #d8e8ee;
  border-radius: 14px;
  background: #fbfdfe;
}

.pvmap-check-item::before {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #dff6f8;
  color: #06798c;
  content: "✓";
  font-weight: 900;
}

.pvmap-check-item strong {
  display: block;
  margin-bottom: 3px;
  color: #0b2b43;
  font-size: 15px;
}

.pvmap-check-item span {
  color: #4b687b;
  font-size: 13.5px;
  line-height: 1.5;
}

.pvmap-customer-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 26px 0;
  padding: 24px;
  border: 1px solid #9edbe3;
  border-left: 5px solid #0aa0af;
  border-radius: 16px;
  background: #eaf9fb;
}

.pvmap-customer-note--warning {
  border-color: #f3cf80;
  border-left-color: #f0a117;
  background: #fff8e9;
}

.pvmap-note-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: #0b8193;
  color: #fff;
  font-weight: 900;
}

.pvmap-customer-note--warning .pvmap-note-mark {
  background: #e79508;
  color: #102b40;
}

.pvmap-customer-note strong {
  display: block;
  margin-bottom: 5px;
  color: #092943;
}

.pvmap-customer-note p {
  margin: 0;
  color: #385c72;
  line-height: 1.65;
}

.pvmap-customer-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--pvmap-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 42, 65, 0.06);
}

.pvmap-customer-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.pvmap-customer-table th,
.pvmap-customer-table td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #e3edf1;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.pvmap-customer-table th {
  background: #092b45;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.pvmap-customer-table td {
  color: #3d5e73;
  font-size: 14px;
}

.pvmap-customer-table tr:last-child td {
  border-bottom: 0;
}

.pvmap-customer-faq {
  display: grid;
  gap: 12px;
}

.pvmap-customer-faq details {
  border: 1px solid var(--pvmap-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 42, 65, 0.05);
}

.pvmap-customer-faq summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  color: #0a2b44;
  cursor: pointer;
  font-size: 16px;
  font-weight: 760;
  list-style: none;
}

.pvmap-customer-faq summary::-webkit-details-marker {
  display: none;
}

.pvmap-customer-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #068297;
  content: "+";
  font-size: 24px;
  transform: translateY(-50%);
}

.pvmap-customer-faq details[open] summary::after {
  content: "−";
}

.pvmap-customer-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #49687c;
  line-height: 1.65;
}

.pvmap-customer-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 20px 0 0;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 24px;
  background: linear-gradient(130deg, #07314e 0%, #075f70 100%);
  color: #fff;
}

.pvmap-customer-cta h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.03em;
}

.pvmap-customer-cta p {
  max-width: 720px;
  margin: 0;
  color: #d4eaf0;
  line-height: 1.6;
}

.pvmap-customer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pvmap-customer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: var(--pvmap-orange);
  color: #09233b !important;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none !important;
  white-space: nowrap;
}

.pvmap-customer-button--secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #fff !important;
}

.pvmap-customer-button:hover,
.pvmap-customer-button:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
  outline: 3px solid rgba(119, 224, 235, 0.35);
	outline-offset: 2px;
}

.pvmap-home section[aria-label="Vorteile der Anbietersuche"] > div > span[aria-hidden="true"] {
	place-items: center;
	line-height: 1 !important;
	text-align: center;
}

.pvmap-home section[aria-label="Vorteile der Anbietersuche"] > div > span[aria-hidden="true"] + br {
	display: none;
}

@media (max-width: 980px) {
  .pvmap-customer-hero,
  .pvmap-customer-cta {
    grid-template-columns: 1fr;
  }

  .pvmap-customer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pvmap-customer-hero {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .pvmap-customer-subnav {
    margin-bottom: 42px;
  }

  .pvmap-customer-grid,
  .pvmap-customer-grid--two,
  .pvmap-customer-checklist {
    grid-template-columns: 1fr;
  }

  .pvmap-customer-card {
    padding: 22px;
  }

  .pvmap-customer-note {
    grid-template-columns: 1fr;
  }

  .pvmap-customer-actions {
    width: 100%;
  }

  .pvmap-customer-button {
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvmap-site-header *,
  .pvmap-site-header *::before,
  .pvmap-site-header *::after,
  .pvmap-customer-page *,
  .pvmap-customer-page *::before,
  .pvmap-customer-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Public mobile hardening across all PVMap page types. */
@media (max-width: 720px) {
  .site-content img,
  .site-content video,
  .site-content iframe,
  .entry-content img,
  .entry-content video,
  .entry-content iframe {
    max-width: 100%;
    height: auto;
  }

  .entry-content,
  .pvmap-home,
  .pvmap-directory,
  .pvmap-customer-page {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .pvmap-mobile-menu > nav {
    max-height: calc(100dvh - 70px);
    padding-bottom: max(20px, env(safe-area-inset-bottom));
    overscroll-behavior: contain;
  }

  .pvmap-global-search__form input[type="search"] {
    font-size: 16px;
  }

  .pvmap-home section[aria-label="Einstieg"] {
    margin-top: -20px !important;
    padding: 26px 20px !important;
    border-radius: 19px !important;
  }

  .pvmap-home section[aria-label="Einstieg"] h1 {
    font-size: clamp(30px, 9vw, 40px) !important;
    overflow-wrap: anywhere;
  }

  .pvmap-home section[aria-label="Einstieg"] [role="img"] {
    min-width: 0 !important;
    min-height: 240px !important;
  }

  .pvmap-home section[aria-label="Einstieg"] a,
  .pvmap-home section[aria-labelledby="pvmap-business-title"] a {
    width: 100%;
    min-width: 0 !important;
    text-align: center;
  }

  .pvmap-home section {
    margin-bottom: 48px !important;
  }

  .pvmap-directory h1,
  .pvmap-directory h2,
  .pvmap-directory h3,
  .pvmap-customer-page h2,
  .pvmap-customer-page h3 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .pvmap-customer-subnav {
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
  }

  .pvmap-customer-subnav a {
    min-height: 44px;
    scroll-snap-align: start;
  }
}

@media (max-width: 520px) {
  :is(.page-id-682, .page-id-289, .page-id-288, .page-id-290, .page-id-683, .page-id-684, .page-id-291, .page-id-292, .page-id-685, .page-id-294, .page-id-686, .page-id-687, .page-id-688) .entry-title {
    font-size: 32px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .pvmap-home [style*="grid-template-columns"],
  .pvmap-directory [style*="grid-template-columns"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pvmap-home section[aria-label="Einstieg"] {
    margin-top: -12px !important;
    padding: 23px 16px !important;
  }

  .pvmap-home section[aria-label="Einstieg"] [role="img"] {
    min-height: 215px !important;
    border-radius: 14px !important;
  }

  .pvmap-directory > section:first-child {
    padding: 26px 18px !important;
    border-radius: 18px !important;
  }

  .pvmap-directory > section:first-child a {
    width: 100%;
    min-width: 0 !important;
    text-align: center;
  }

  .pvmap-customer-hero {
    padding: 25px 18px;
    border-radius: 17px;
  }

  .pvmap-customer-hero h2 {
    font-size: 30px;
  }

  .pvmap-customer-section {
    margin-bottom: 44px;
  }

  .pvmap-customer-section > h2 {
    font-size: 28px;
  }

  .pvmap-customer-card,
  .pvmap-check-item,
  .pvmap-customer-note {
    padding: 18px;
  }

  .pvmap-customer-cta {
    padding: 25px 19px;
    border-radius: 18px;
    text-align: left;
  }

  .pvmap-customer-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pvmap-customer-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* PV-Anbieter finden: compact directory landing page (page 287). */
.page-id-287 .site-main > article,
.page-id-287 .entry-content {
  overflow: visible;
}

.page-id-287 .entry-header {
  display: none !important;
  width: min(1200px, calc(100% - 40px));
  margin: 30px auto 10px;
  padding: 0;
}

.page-id-287 .entry-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(11, 151, 164, 0.2);
  border-radius: 999px;
  background: #edf8f8;
  color: #0b5160;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-id-287 .entry-title::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f9b52f;
  content: "";
}

.page-id-287 .entry-content {
  margin-top: 0;
}

.page-id-287 .pvmap-directory {
  --pvmap-directory-navy: #082f43;
  --pvmap-directory-teal: #087f90;
  --pvmap-directory-cyan: #38d5d1;
  --pvmap-directory-yellow: #f9b52f;
  --pvmap-directory-ink: #092f43;
  --pvmap-directory-muted: #4d6572;
  --pvmap-directory-line: #dce7eb;
  --pvmap-directory-surface: #f5f9fa;
  width: min(1200px, calc(100% - 40px)) !important;
  margin: 0 auto 72px !important;
  color: var(--pvmap-directory-ink);
}

.page-id-287 .pvmap-directory > section {
  margin-bottom: 26px !important;
}

.page-id-287 .pvmap-directory > section:first-child {
  position: relative;
  isolation: isolate;
  min-height: 0 !important;
  padding: clamp(42px, 6vw, 72px) clamp(30px, 7vw, 84px) !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 88% 16%, rgba(56, 213, 209, 0.2), transparent 28%),
    linear-gradient(120deg, #062c40 0%, #08485d 62%, #087f90 100%) !important;
  box-shadow: 0 22px 55px rgba(8, 47, 67, 0.14);
}

.page-id-287 .pvmap-directory > section:first-child::after {
  position: absolute;
  z-index: -1;
  right: -78px;
  bottom: -138px;
  width: 390px;
  height: 390px;
  border: 56px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  content: "";
}

.page-id-287 .pvmap-directory > section:first-child > div {
  width: min(760px, 100%) !important;
  margin: 0 !important;
}

.page-id-287 .pvmap-directory > section:first-child p:first-child {
  margin: 0 0 15px !important;
  color: #79ebe7 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
}

.page-id-287 .pvmap-directory > section:first-child h2 {
  max-width: 720px;
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: clamp(38px, 5vw, 61px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.page-id-287 .pvmap-directory > section:first-child h2 + p {
  max-width: 690px;
  margin: 0 0 25px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(17px, 1.8vw, 20px) !important;
  line-height: 1.6 !important;
}

.page-id-287 .pvmap-directory > section:first-child a {
  min-height: 48px;
  padding: 13px 19px !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.page-id-287 .pvmap-directory > section:first-child a:first-of-type {
  background: var(--pvmap-directory-yellow) !important;
  color: #082f43 !important;
}

.page-id-287 .pvmap-directory > section:first-child a:last-of-type {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.page-id-287 .pvmap-directory > section:first-child a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(2) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: -1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--pvmap-directory-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(8, 47, 67, 0.07);
}

.page-id-287 .pvmap-directory > section:nth-of-type(2) > div {
  min-height: 106px;
  margin: 0 !important;
  padding: 22px 20px !important;
  border: 0 !important;
  border-right: 1px solid var(--pvmap-directory-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(2) > div:last-child {
  border-right: 0 !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(2) strong {
  color: var(--pvmap-directory-ink) !important;
  font-size: 15px !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(2) p {
  margin: 6px 0 0 !important;
  color: var(--pvmap-directory-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.page-id-287 #regionen {
  padding: clamp(34px, 5vw, 58px) !important;
  border: 1px solid var(--pvmap-directory-line) !important;
  border-radius: 24px !important;
  background: var(--pvmap-directory-surface) !important;
  box-shadow: none !important;
}

.page-id-287 #regionen > div:first-child {
  max-width: 730px;
  margin: 0 0 27px !important;
  text-align: left !important;
}

.page-id-287 #regionen > div:first-child > p:first-child {
  margin: 0 0 9px !important;
  color: var(--pvmap-directory-teal) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
}

.page-id-287 #regionen h2 {
  margin: 0 0 10px !important;
  color: var(--pvmap-directory-ink) !important;
  font-size: clamp(30px, 4vw, 43px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

.page-id-287 #regionen > div:first-child > p:last-child {
  margin: 0 !important;
  color: var(--pvmap-directory-muted) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

.page-id-287 #regionen > div:nth-of-type(2) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

/* wpautop splits the inline linked cards into extra paragraphs; the links remain
   complete targets, so their visual status and action are rebuilt consistently. */
.page-id-287 #regionen > div:nth-of-type(2) > p {
  display: none !important;
}

.page-id-287 #regionen > div:nth-of-type(2) > a {
  position: relative;
  display: flex !important;
  min-height: 208px !important;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 !important;
  padding: 25px !important;
  overflow: hidden;
  border: 1px solid #d7e4e8 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--pvmap-directory-ink) !important;
  box-shadow: 0 8px 22px rgba(8, 47, 67, 0.045) !important;
  text-decoration: none !important;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.page-id-287 #regionen > div:nth-of-type(2) > a:hover {
  z-index: 1;
  transform: translateY(-3px);
  border-color: rgba(8, 127, 144, 0.5) !important;
  box-shadow: 0 16px 32px rgba(8, 47, 67, 0.1) !important;
}

.page-id-287 #regionen > div:nth-of-type(2) > a > br,
.page-id-287 #regionen > div:nth-of-type(2) > a > p,
.page-id-287 #regionen > div:nth-of-type(2) > a > span {
  display: none !important;
}

.page-id-287 #regionen > div:nth-of-type(2) > a::before {
  display: inline-flex;
  align-items: center;
  margin-bottom: 19px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e7f8f5;
  color: #087d6f;
  content: "✓ Verfügbar";
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-id-287 #regionen > div:nth-of-type(2) > a::after {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #e4edef;
  color: var(--pvmap-directory-teal);
  content: "Region ansehen  →";
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.page-id-287 #regionen > div:nth-of-type(2) > a h3 {
  margin: 0 0 9px !important;
  color: var(--pvmap-directory-ink) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.page-id-287 #regionen > div:nth-of-type(2) > a h3 + p {
  display: block !important;
  margin: 0 0 20px !important;
  color: var(--pvmap-directory-muted) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.page-id-287 #regionen > div:nth-of-type(2) > div:last-child {
  grid-column: 1 / -1 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 22px 25px !important;
  border: 1px dashed #a8c1c9 !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.64) !important;
  box-shadow: none !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(4) {
  padding: clamp(34px, 5vw, 55px) !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: var(--pvmap-directory-navy) !important;
  color: #fff !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(4) h2 {
  margin-bottom: 28px !important;
  color: #fff !important;
  font-size: clamp(29px, 3.6vw, 40px) !important;
  letter-spacing: -0.03em !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(4) > div:last-child {
  gap: 12px !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(4) p {
  color: #d4e6ee !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(4) article {
  padding: 22px !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  box-shadow: none !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(4) article h3,
.page-id-287 .pvmap-directory > section:nth-of-type(4) article strong {
  color: #fff !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(5) {
  gap: 14px !important;
  padding: 0 !important;
  background: transparent !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(5) > article,
.page-id-287 .pvmap-directory > section:nth-of-type(5) > div {
  padding: 29px !important;
  border: 1px solid var(--pvmap-directory-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(8, 47, 67, 0.04) !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(5) h2,
.page-id-287 .pvmap-directory > section:nth-of-type(5) h3 {
  margin-top: 0 !important;
  color: var(--pvmap-directory-ink) !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(6) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 30px !important;
  padding: clamp(30px, 5vw, 48px) !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: linear-gradient(115deg, #087f90, #0b6274) !important;
  box-shadow: 0 16px 38px rgba(8, 99, 116, 0.16) !important;
  text-align: left !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(6) h2 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: clamp(27px, 3vw, 37px) !important;
  letter-spacing: -0.03em !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(6) p {
  max-width: 700px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.page-id-287 .pvmap-directory > section:nth-of-type(6) a {
  min-width: 190px;
  margin: 0 !important;
  padding: 14px 20px !important;
  border-radius: 11px !important;
  background: var(--pvmap-directory-yellow) !important;
  color: var(--pvmap-directory-ink) !important;
  font-weight: 800 !important;
  text-align: center;
  box-shadow: none !important;
}

.page-id-287 .pvmap-directory > aside {
  margin: 15px 0 0 !important;
  padding: 15px 18px !important;
  border: 1px solid #dce7eb !important;
  border-radius: 13px !important;
  background: #f8fafb !important;
  color: #60727b !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

@media (max-width: 860px) {
  .page-id-287 .pvmap-directory > section:nth-of-type(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(2) > div {
    border-right: 1px solid var(--pvmap-directory-line) !important;
    border-bottom: 1px solid var(--pvmap-directory-line) !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(2) > div:nth-child(2n) {
    border-right: 0 !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(2) > div:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(6) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(6) a {
    width: fit-content;
  }
}

@media (max-width: 620px) {
  .page-id-287 .entry-header,
  .page-id-287 .pvmap-directory {
    width: min(100% - 28px, 1200px) !important;
  }

  .page-id-287 .entry-header {
    margin-top: 20px;
  }

  .page-id-287 .entry-title {
    font-size: 11px;
  }

  .page-id-287 .pvmap-directory {
    margin-bottom: 48px !important;
  }

  .page-id-287 .pvmap-directory > section {
    margin-bottom: 18px !important;
  }

  .page-id-287 .pvmap-directory > section:first-child {
    padding: 32px 21px !important;
    border-radius: 20px !important;
  }

  .page-id-287 .pvmap-directory > section:first-child h2 {
    font-size: clamp(28px, 7.5vw, 40px) !important;
  }

  .page-id-287 .pvmap-directory h2,
  .page-id-287 .pvmap-directory h3 {
    hyphens: none;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-id-287 .pvmap-directory > section:first-child h2 + p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(2) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(2) > div,
  .page-id-287 .pvmap-directory > section:nth-of-type(2) > div:nth-child(2n) {
    min-height: 0;
    padding: 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--pvmap-directory-line) !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(2) > div:last-child {
    border-bottom: 0 !important;
  }

  .page-id-287 #regionen,
  .page-id-287 .pvmap-directory > section:nth-of-type(4) {
    padding: 28px 20px !important;
    border-radius: 20px !important;
  }

  .page-id-287 #regionen > div:nth-of-type(2) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .page-id-287 #regionen > div:nth-of-type(2) > a {
    min-height: 192px !important;
    padding: 21px !important;
  }

  .page-id-287 #regionen > div:nth-of-type(2) > div:last-child {
    grid-column: auto !important;
    padding: 20px !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(5) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(5) > article,
  .page-id-287 .pvmap-directory > section:nth-of-type(5) > div {
    padding: 22px !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(6) {
    padding: 27px 21px !important;
    border-radius: 19px !important;
  }

  .page-id-287 .pvmap-directory > section:nth-of-type(6) a {
    width: 100%;
    min-width: 0;
  }

  .page-id-287 .pvmap-directory > aside {
    padding: 14px 15px !important;
  }
}

/* 1.0.243: bring existing information and service pages into the homepage design. */
.pvmap-customer-page {
  --pvmap-ink: #102b3e;
  --pvmap-ink-soft: #506778;
  --pvmap-line: #cbdde5;
  --pvmap-orange: #eca329;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.pvmap-customer-page :is(h2, h3) { font-family: inherit; }
.pvmap-customer-page :is(section, article, aside, nav, .pvmap-customer-table-wrap) { min-width: 0; }
/* WordPress inserts empty paragraphs after inline labels; they must not occupy grid cells. */
.pvmap-customer-page p:empty { display: none; }
.pvmap-customer-hero {
  gap: 28px;
  margin-bottom: 24px;
  padding: clamp(26px, 3.2vw, 38px);
  border-radius: 22px;
  background: #09283e;
  box-shadow: none;
}
.pvmap-customer-hero::after { display: none; }
.pvmap-customer-hero h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -.025em;
}
.pvmap-customer-hero p { font-size: 17px; line-height: 1.65; }
.pvmap-customer-hero-panel { border-radius: 16px; backdrop-filter: none; }
.pvmap-customer-hero-panel :is(strong, span) { font-size: 15px; line-height: 1.5; }
.pvmap-customer-subnav {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 44px;
  padding: 8px;
  overflow: visible;
  border-radius: 14px;
  background: #f4f9fb;
  box-shadow: none;
}
.pvmap-customer-subnav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
}
.pvmap-customer-section { margin-bottom: 52px; }
.pvmap-customer-section > h2 {
  max-width: 960px;
  font-size: clamp(25px, 2.65vw, 36px);
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: -.025em;
}
.pvmap-customer-card {
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 5px 16px rgba(16, 43, 62, .035);
}
.pvmap-customer-card--accent { border-top: 3px solid #087e91; }
.pvmap-customer-card--soft { background: #eff7fa; }
.pvmap-customer-card p { font-size: 16px; }
.pvmap-customer-card li { font-size: 15px; }
.pvmap-card-number { width: 40px; height: 40px; border-radius: 11px; background: #e7f3f6; color: #096c84; }
.pvmap-card-action .pvmap-card-link { min-height: 44px; padding: 8px 0; font-size: 15px; }
.pvmap-check-item { background: #f3f8fa; }
.pvmap-check-item strong { font-size: 16px; }
.pvmap-check-item span { font-size: 15px; line-height: 1.6; }
.pvmap-customer-table-wrap { max-width: 100%; overscroll-behavior-inline: contain; box-shadow: none; }
.pvmap-customer-table th { font-size: 14px; }
.pvmap-customer-table td { font-size: 15px; }
.pvmap-customer-faq details { box-shadow: none; }
.pvmap-customer-faq details[open] { border-color: #93bdca; background: #f6fafb; }
.pvmap-customer-cta {
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding: clamp(26px, 3.2vw, 38px);
  border-radius: 22px;
  background: #09283e;
}
.pvmap-customer-cta h2 { font-size: clamp(25px, 2.65vw, 36px); line-height: 1.22; }
.pvmap-customer-button { max-width: 100%; font-size: 16px; line-height: 1.4; white-space: normal; }
.pvmap-customer-page :is(a, summary):focus-visible { outline: 3px solid #087e91; outline-offset: 3px; }
.pvmap-customer-hero a:focus-visible,
.pvmap-customer-cta a:focus-visible { outline-color: #eca329; }

/* These existing classes previously had no stylesheet at all. */
:is(.page-id-295, .page-id-296, .page-id-297, .page-id-298, .page-id-637) :is(.entry-header, .entry-content) {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
:is(.pvmap-page-lead, .pvmap-page-section, .pvmap-page-card) {
  box-sizing: border-box;
  min-width: 0;
  color: #506778;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.pvmap-page-lead {
  margin: 0 0 24px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid #cbdde5;
  border-left: 4px solid #eca329;
  border-radius: 18px;
  background: #eff7fa;
  color: #102b3e;
  font-size: 18px;
}
.pvmap-page-section {
  margin: 0 0 24px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid #cbdde5;
  border-radius: 18px;
  background: #fff;
}
.pvmap-page-section h2 {
  margin: 0 0 16px;
  color: #102b3e;
  font-family: inherit;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.pvmap-page-section h3 { margin: 22px 0 10px; color: #102b3e; font-family: inherit; font-size: 20px; line-height: 1.35; }
.pvmap-page-section p { margin: 0 0 16px; }
.pvmap-page-section > :last-child,
.pvmap-page-card > :last-child { margin-bottom: 0; }
.pvmap-page-section ul { margin: 12px 0 18px; padding-left: 24px; }
.pvmap-page-section li { margin-bottom: 8px; }
.pvmap-page-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pvmap-page-card { padding: 22px; border: 1px solid #d9e7ed; border-radius: 14px; background: #f3f8fa; }
.pvmap-page-card h3 { margin-top: 0; }
.pvmap-page-section a { color: #096c84; text-underline-offset: 3px; }
.pvmap-page-section .pvmap-page-action { display: inline-flex; margin: 0 10px 12px 0; }
.pvmap-page-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid #bad2dd;
  border-radius: 10px;
  background: #edf6f8;
  color: #102b3e;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}
.pvmap-page-action a:hover { border-color: #087e91; background: #e2f0f4; }
.pvmap-page-section a:focus-visible { outline: 3px solid #087e91; outline-offset: 3px; }

/* Keep the existing error page and return-to-top control visually consistent. */
.error404 .error-404 { padding: clamp(26px, 5vw, 52px); border: 1px solid #cbdde5; border-radius: 22px; background: #fff; }
.error404 .page-title { color: #102b3e; font-size: clamp(28px, 3vw, 38px); font-weight: 750; line-height: 1.2; }
.error404 .page-sub-title { color: #506778; font-size: 18px; line-height: 1.6; }
.error404 .ast-404-search .search-form { max-width: 100%; }
.error404 .ast-404-search .search-form > label { position: relative; display: block; margin: 0; }
.error404 .ast-404-search .search-form input.search-field {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 12px 56px 12px 15px;
  border: 1px solid #bad2dd;
  border-radius: 10px;
  font-size: 16px;
}
.error404 .ast-404-search .search-form button.ast-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0 10px 10px 0;
  background: transparent;
  color: #096c84;
}
.error404 .ast-404-search .search-form button.ast-search-submit i { display: flex; }
/* Astra renders both submit controls; keep its labelled icon button visible. */
.error404 .ast-404-search .search-form > input.search-submit { display: none; }
.error404 .ast-404-search .search-form :is(input.search-field, button.ast-search-submit):focus-visible { outline: 3px solid #087e91; outline-offset: 2px; }
#ast-scroll-top { width: 44px; height: 44px; line-height: 44px; border: 1px solid #87b3c2; border-radius: 11px; background: #09283e; color: #fff; }
#ast-scroll-top:hover { background: #096c84; }
#ast-scroll-top:focus-visible { outline: 3px solid #eca329; outline-offset: 3px; }
.pvmap-site-footer a:focus-visible { outline: 2px solid #eca329; outline-offset: 4px; border-radius: 3px; }

@media (max-width: 640px) {
  .pvmap-customer-hero { padding: 26px 20px; border-radius: 18px; }
  .pvmap-customer-subnav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 36px; }
  .pvmap-customer-subnav a { min-width: 0; padding: 10px; overflow-wrap: anywhere; }
  .pvmap-customer-section { margin-bottom: 40px; }
  .pvmap-customer-card { padding: 22px; }
  .pvmap-customer-cta { padding: 26px 20px; border-radius: 18px; }
  .pvmap-page-cards { grid-template-columns: minmax(0, 1fr); }
  .pvmap-page-lead { font-size: 17px; }
  .pvmap-page-card { padding: 18px; }
}
@media (max-width: 520px) {
  .single-pvmap_provider #ast-scroll-top { bottom: calc(98px + env(safe-area-inset-bottom)); }
}
