.contact-info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  text-align: center;
}
.contact-info-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 16px;
}
.contact-info-card h4 { font-size: 16px; margin-bottom: 6px; }
.contact-info-card p { color: var(--muted); font-size: 14px; margin-bottom: 0; }

.team-card {
  background: var(--bg-soft);
  border-radius: 16px;
  padding: 26px;
  text-align: center;
  height: 100%;
}
.team-card .avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.team-card h4 { margin-bottom: 4px; font-size: 17px; }
.team-card span.role { color: var(--accent-dark); font-weight: 600; font-size: 13px; font-family: var(--font-head); display: block; margin-bottom: 10px; }
.team-card a.phone { font-size: 14px; }

.map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15,107,76,.12);
}

.bank-details {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  border: 1px dashed var(--accent);
}
.bank-details .row > div { margin-bottom: 14px; }
.bank-details .label { font-size: 12.5px; text-transform: uppercase; letter-spacing: .5px; color: var(--muted); font-family: var(--font-head); font-weight: 600; }
.bank-details .value { font-size: 16px; font-weight: 700; color: var(--primary-dark); }
