/* Kontakt — wyłącznie .page-kontakt / .section-kontakt-page */

.page-kontakt .kontakt-card,
.section-kontakt-page .kontakt-card {
  padding: clamp(1.25rem, 2.5vw, 1.65rem) clamp(1.2rem, 2.5vw, 1.5rem);
}

.page-kontakt .kontakt-content__intro,
.section-kontakt-page .kontakt-content__intro {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(230, 238, 250, 0.9);
}

.page-kontakt .kontakt-content__subhead,
.section-kontakt-page .kontakt-content__subhead {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(230, 238, 250, 0.88);
}

.page-kontakt .kontakt-list,
.section-kontakt-page .kontakt-list {
  margin: 0;
  padding: 0;
}

.page-kontakt .kontakt-list__item,
.section-kontakt-page .kontakt-list__item {
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page-kontakt .kontakt-list__item:first-child,
.section-kontakt-page .kontakt-list__item:first-child {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.page-kontakt .kontakt-list__item:last-child,
.section-kontakt-page .kontakt-list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.page-kontakt .kontakt-list__term,
.section-kontakt-page .kontakt-list__term {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.3rem;
  font-weight: inherit;
}

.page-kontakt .kontakt-list__icon,
.section-kontakt-page .kontakt-list__icon {
  display: flex;
  flex-shrink: 0;
  color: var(--gold-bright);
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.9;
}

.page-kontakt .kontakt-list__icon .bi,
.section-kontakt-page .kontakt-list__icon .bi {
  display: block;
}

.page-kontakt .kontakt-list__label,
.section-kontakt-page .kontakt-list__label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(212, 175, 55, 0.92);
  line-height: 1.3;
}

.page-kontakt .kontakt-list__detail,
.section-kontakt-page .kontakt-list__detail {
  margin: 0 0 0 1.45rem;
}

.page-kontakt .kontakt-list__value,
.section-kontakt-page .kontakt-list__value {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(230, 238, 250, 0.88);
}

.page-kontakt .kontakt-list__value--link,
.section-kontakt-page .kontakt-list__value--link {
  color: rgba(230, 238, 250, 0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-kontakt .kontakt-list__value--link:hover,
.section-kontakt-page .kontakt-list__value--link:hover {
  color: var(--gold-bright);
  border-color: var(--gold-bright);
}
