/* Energieaudit — expert profile section */

.ee-audit-expert {
  background: linear-gradient(135deg, #f2f4f6 0%, #ffffff 55%, #e8f4f4 100%);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 4rem 0;
}

.ee-audit-expert__inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 24px;
}

.ee-audit-expert__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.ee-audit-expert__eyebrow {
  color: #006a68;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.75rem;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.ee-audit-expert__title {
  color: #191c1e;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.ee-audit-expert__card {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 106, 104, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

@media (min-width: 768px) {
  .ee-audit-expert__card {
    flex-direction: row;
    gap: 2.5rem;
    padding: 2.5rem 3rem;
  }
}

.ee-audit-expert__photo-wrap {
  flex-shrink: 0;
  margin: 0 auto;
  width: 7rem;
}

@media (min-width: 768px) {
  .ee-audit-expert__photo-wrap {
    margin: 0;
  }
}

.ee-page-content .ee-audit-expert .ee-audit-expert__photo {
  border: 3px solid #b8e4e3;
  border-radius: 0.875rem;
  box-shadow: 0 4px 16px rgba(0, 106, 104, 0.12);
  display: block;
  height: auto;
  max-width: 7rem;
  object-fit: cover;
  width: 7rem;
}

.ee-audit-expert__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .ee-audit-expert__body {
    text-align: left;
  }
}

.ee-audit-expert__name {
  color: #191c1e;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ee-audit-expert__role {
  color: #006a68;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
}

.ee-audit-expert__credentials {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.ee-audit-expert__credentials li {
  align-items: flex-start;
  color: #5c5f61;
  display: flex;
  font-size: 0.9375rem;
  gap: 0.625rem;
  line-height: 1.5;
}

.ee-audit-expert__credentials li::before {
  color: #006a68;
  content: "✓";
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.ee-page-content .ee-audit-expert .ee-audit-expert__badge {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  max-width: 11rem;
  width: 11rem;
}

@media (min-width: 768px) {
  .ee-page-content .ee-audit-expert .ee-audit-expert__badge {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.75rem;
  }
}

.ee-audit-expert__cta {
  align-self: center;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .ee-audit-expert__cta {
    align-self: flex-start;
  }
}
