/* Homepage: group customer sectors separately from website and advertising topics. */
body #Branchen .pc-audience-intro {
  max-width: 760px;
  margin-top: 18px;
  color: #52667e;
  font-size: 16px;
  line-height: 1.7;
}
body #Branchen .pc-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}
body #Branchen .pc-audience-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 24px;
  border: 1px solid #dbe3ed;
  border-radius: 14px;
  background: #f7f9fc;
}
body #Branchen .pc-audience-card:first-child {
  background: #fff7ef;
  border-color: #e4c6ac;
}
/* Keep the existing local-seo anchor without its old mobile section padding. */
body #Branchen #local-seo.pc-audience-card { padding: 24px !important; }
body #Branchen .pc-audience-card h3 {
  font-size: 21px;
  line-height: 1.35;
}
body #Branchen .pc-audience-card p {
  color: #52667e;
  font-size: 16px;
  line-height: 1.7;
}
body #Branchen .pc-audience-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  list-style: none;
  padding: 0;
  margin: auto 0 0;
}
body #Branchen .pc-audience-links li {
  margin: 0;
  padding: 0;
}
body #Branchen .pc-audience-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 0;
  color: #004080;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body #Branchen .pc-audience-options {
  border-top: 1px solid #dbe3ed;
  margin-top: 28px;
  padding-top: 22px;
}
body #Branchen .pc-audience-options h3 {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 6px;
}
body #Branchen .pc-audience-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}
body #Branchen .pc-audience-contact p {
  font-size: 16px;
  line-height: 1.7;
  color: #52667e;
}
body #Branchen .pc-audience-contact strong {
  color: #173657;
  font-weight: 600;
}
body #Branchen .pc-audience-contact .pc-button {
  flex-shrink: 0;
}
@media (max-width: 700px) {
  body #Branchen .pc-audience-grid { grid-template-columns: 1fr; gap: 16px; }
  body #Branchen .pc-audience-card { padding: 20px; }
  body #Branchen #local-seo.pc-audience-card { padding: 20px !important; }
  body #Branchen .pc-audience-card h3 { font-size: 20px; }
  body #Branchen .pc-audience-contact { align-items: flex-start; flex-direction: column; gap: 14px; }
}
