.competence-page > h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.competence-banner {
  background: linear-gradient(135deg, #1a3a5c 0%, #2d5f8f 100%);
  color: #fff;
  border-radius: 10px;
  padding: 1.2rem 1.25rem 1.15rem;
  margin: 0 0 1.4rem;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.14);
}

.competence-banner h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1em;
  color: #fff;
}

.competence-banner p {
  margin: 0;
  line-height: 1.55;
}

.competence-lead {
  margin: 0 0 1.2rem;
  color: #3c3c3c;
  line-height: 1.55;
  max-width: 55em;
}

.competence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
  margin: 0 0 1.8rem;
}

@media (max-width: 640px) {
  .competence-grid {
    grid-template-columns: 1fr;
  }
}

.competence-card {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.competence-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05em;
  color: #1a3a5c;
}

.competence-card p {
  margin: 0 0 0.55rem;
  line-height: 1.5;
  color: #444;
}

.competence-card ul {
  margin: 0.4rem 0 0;
  padding-left: 1.15em;
  color: #555;
  line-height: 1.45;
}

.competence-note {
  margin: 1.2rem 0 0.6rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid #5a8fc7;
  background: #f5f8fc;
  color: #384b5f;
  line-height: 1.55;
}
