/* HartaMediu 1.5.9 */

/* Header unic pentru homepage, pagini teritoriale si platforma de cont. */
.hm-v159-header {
  position: relative !important;
  top: auto !important;
  z-index: 1200;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.hm-v159-header .hm-v155-brand,
.hm-v159-header .hm-v155-nav,
.hm-v159-header .hm-v155-tools {
  min-width: 0;
}
.hm-v159-header .hm-v155-tools {
  width: auto !important;
  flex-wrap: nowrap !important;
}
.hm-v159-header .hm-v155-tool {
  box-sizing: border-box;
  white-space: nowrap;
}
.hm-v159-header .hm-v155-tool > span:not(.hm-v155-badge) {
  min-width: 0;
  width: auto;
  height: auto;
  padding: 0;
  color: inherit;
  border-radius: 0;
  background: transparent;
  font-size: inherit;
}
.hm-v159-header .hm158-menu-toggle {
  flex: 0 0 44px;
  margin: 0;
}
.hm157-page .hm-v159-header {
  margin: 0;
}
.hm157-page .hm157-main {
  min-height: calc(100vh - 64px);
}

/* Diferenta clara dintre acces public si abonament. */
.hm-v159-access-section {
  background: linear-gradient(180deg, #f7faf8 0%, #eef7f3 100%);
}
.hm-v159-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}
.hm-v159-access-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid #cbdcd6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(12,56,47,.07);
}
.hm-v159-access-card.is-paid {
  border-color: #8fc8b5;
  background: linear-gradient(145deg, #ffffff 0%, #eaf7f2 100%);
}
.hm-v159-access-card .plan-label {
  align-self: flex-start;
  display: inline-flex;
  padding: 6px 10px;
  color: #0b4a3e;
  border-radius: 999px;
  background: #dff3ec;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
}
.hm-v159-access-card h3 {
  margin: 15px 0 12px;
  color: #10201d;
  font-size: 22px;
  line-height: 1.2;
}
.hm-v159-access-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding-left: 20px;
  color: #53635f;
  line-height: 1.5;
}
.hm-v159-access-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 0 17px;
  color: #0b4a3e;
  border: 1px solid #8fb8ab;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}
.hm-v159-access-link.is-primary {
  color: #fff;
  border-color: #0b4a3e;
  background: #0b4a3e;
}
.hm-v159-paid-report-note {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 18px 20px;
  color: #173e36;
  border-left: 4px solid #137565;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(12,56,47,.05);
}
.hm-v159-paid-report-note span {
  color: #60706b;
  line-height: 1.5;
}

/* Informatii calculate fata de limita UAT. */
.hm-v159-uat-intro {
  max-width: 900px;
  margin: -5px 0 22px;
  color: #5d6d68;
  line-height: 1.6;
}
.hm-v159-context-block {
  margin-bottom: 22px;
}
.hm-v159-context-block > h3 {
  margin: 0 0 12px;
  font-size: 17px;
}
.hm-v159-uat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.hm-v159-uat-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #cbdcd6;
  border-radius: 20px;
  background: #fff;
}
.hm-v159-uat-card-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e9e5;
}
.hm-v159-uat-card-head > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #0b4a3e;
  border-radius: 14px;
  background: #dff3ec;
  font-size: 20px;
  font-weight: 850;
}
.hm-v159-uat-card-head h3 {
  margin: 2px 0 6px;
  color: #0b4a3e;
  font-size: 20px;
}
.hm-v159-uat-card-head p {
  margin: 0;
  color: #65746f;
  line-height: 1.5;
}
.hm-v159-uat-group {
  margin-top: 18px;
}
.hm-v159-uat-group h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 10px;
  color: #173e36;
  font-size: 14px;
}
.hm-v159-uat-group h4 > span {
  min-width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: #dff3ec;
  color: #0b4a3e;
  font-size: 11px;
}
.hm-v159-uat-group h4 small {
  color: #77847f;
  font-size: 11px;
  font-weight: 650;
}
.hm-v159-uat-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hm-v159-uat-list li {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid #e1eae6;
  border-radius: 13px;
  background: #f8fbfa;
}
.hm-v159-uat-list strong,
.hm-v159-uat-list span {
  display: block;
  overflow-wrap: anywhere;
}
.hm-v159-uat-list strong {
  color: #172824;
  font-size: 14px;
}
.hm-v159-uat-list span {
  margin-top: 4px;
  color: #667570;
  font-size: 12px;
  line-height: 1.45;
}
.hm-v159-uat-empty {
  margin: 0;
  padding: 12px 13px;
  color: #6b7874;
  border-radius: 12px;
  background: #f5f8f7;
  font-size: 13px;
}
.hm-v159-uat-scope {
  margin: 17px 0 0;
  padding: 12px 13px;
  color: #667570;
  border-radius: 12px;
  background: #f1f6f4;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .hm-v159-header .hm-v155-nav {
    display: none !important;
  }
  .hm-v159-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}

@media (max-width: 820px) {
  .hm-v159-header {
    min-height: 64px !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 8px 12px !important;
  }
  .hm-v159-header .hm-v155-brand {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    overflow: hidden;
  }
  .hm-v159-header .brand-mark {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }
  .hm-v159-header .brand-word {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px !important;
  }
  .hm-v159-header .hm-v155-tools {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 6px !important;
    width: auto !important;
  }
  .hm-v159-header .hm-v155-tool,
  .hm-v159-header .hm158-menu-toggle {
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 12px !important;
  }
  .hm-v159-header .hm-v155-tool {
    font-size: 0 !important;
  }
  .hm-v159-header .hm-v155-tool > span:not(.hm-v155-badge) {
    display: none !important;
  }
  .hm-v159-header .hm-v155-tool svg {
    width: 22px;
    height: 22px;
  }
  .hm-v159-header .hm158-menu-toggle {
    order: 100;
    display: inline-flex !important;
    flex-direction: column;
  }
  .hm-v159-access-grid,
  .hm-v159-uat-grid {
    grid-template-columns: 1fr;
  }
  .hm-v159-access-card,
  .hm-v159-uat-card {
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .hm-v159-header {
    gap: 6px !important;
    padding-inline: 9px !important;
  }
  .hm-v159-header .brand-mark {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  .hm-v159-header .brand-word {
    font-size: 18px !important;
  }
  .hm-v159-header .hm-v159-project-link {
    display: none !important;
  }
  .hm-v159-header .hm-v155-tool,
  .hm-v159-header .hm158-menu-toggle {
    flex-basis: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }
  .hm-v159-uat-card-head {
    grid-template-columns: 40px minmax(0, 1fr);
  }
  .hm-v159-uat-card-head > span {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 390px) {
  .hm-v159-header .brand-word {
    font-size: 16px !important;
  }
  .hm-v159-header .hm-v159-map-link {
    display: none !important;
  }
}
/* HM-FOOTER-OGAUS-WHITE-R2 */
footer .hm-v155-ogaus,
footer .hm-v155-ogaus:hover,
footer .hm-v155-ogaus:focus-visible,
.hm157-footer-grid > div:nth-child(2) a.hm158-ogaus-link,
.hm157-footer-grid > div:nth-child(2) a.hm158-ogaus-link:hover,
.hm157-footer-grid > div:nth-child(2) a.hm158-ogaus-link:focus-visible,
.hm158-footer-grid > div:nth-child(2) a.hm158-ogaus-link,
.hm158-footer-grid > div:nth-child(2) a.hm158-ogaus-link:hover,
.hm158-footer-grid > div:nth-child(2) a.hm158-ogaus-link:focus-visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  transform: none !important;
}
footer .hm-v155-ogaus img,
footer .hm158-ogaus-link img,
.hm157-footer-grid .hm158-ogaus-link img,
.hm158-footer-grid .hm158-ogaus-link img {
  display: block !important;
  width: 190px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}
