/**
 * Hero gyorslinkek (BEM) — főoldal perf mód: medicare-merged.css nélkül.
 * Forrás: medicare-merged.css .hero-quick blokk.
 */
.hero-quick {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: clamp(10px, 2vh, 32px);
  z-index: 2;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}
.hero-quick__link {
  position: relative;
  z-index: 0;
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  padding: 12px 10px 12px 12px;
  min-height: 52px;
  box-sizing: border-box;
  color: #0f1f1c;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Poppins', system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  border: none;
  border-radius: 0;
  border-right: 1px solid rgba(38, 72, 66, 0.14);
  margin: 0;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.hero-quick__label {
  grid-column: 1;
  min-width: 0;
  text-align: left;
  line-height: 1.28;
}
.hero-quick__link:hover {
  z-index: 1;
}
/* Összefüggő sáv: csak a külső sarkok lekerekítve */
.hero-quick__link:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hero-quick__link:last-child {
  border-right: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hero-quick__link--online {
  background: #2EC4B6;
  color: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.25),
    0 2px 12px rgba(20, 110, 100, 0.35);
}
.hero-quick__link--online:hover {
  background: #26b0a3;
  color: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 3px 14px rgba(15, 90, 82, 0.4);
}
.hero-quick__link--emergency {
  background: #e8f6f1;
}
.hero-quick__link--emergency:hover {
  background: #dceee8;
}
.hero-quick__link--corp {
  background: #eceff4;
  box-shadow: inset 0 0 0 1px rgba(90, 105, 125, 0.22);
}
.hero-quick__link--corp:hover {
  background: #e2e7ef;
  box-shadow: inset 0 0 0 1px rgba(75, 90, 110, 0.3);
}
.hero-quick__link--prices {
  background: #dff4ec;
}
.hero-quick__link--prices:hover {
  background: #d2ebe2;
}
.hero-quick__link:focus-visible {
  outline: 2px solid #2a7d72;
  outline-offset: 2px;
  z-index: 2;
}
.hero-quick__icon {
  grid-column: 2;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 13px;
  color: #143d38;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(40, 110, 95, 0.11));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}
.hero-quick__link--online .hero-quick__icon {
  color: #0f766e;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 4px rgba(0, 0, 0, 0.12);
}
