.trust-price-icon {
  align-items: center;
  background: #e8f6f9;
  border-radius: 50%;
  color: #0d5b83;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.15rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.service-knowledge-section {
  background: #fff;
}

.service-knowledge-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-knowledge-grid article {
  background: #f3f6f8;
  border: 1px solid #dbe3e9;
  border-radius: 20px;
  min-height: 255px;
  padding: 28px;
}

.service-knowledge-grid article > span {
  color: #cc4d14;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.service-knowledge-grid h3 {
  font-size: 1.08rem;
  margin: 42px 0 12px;
}

.service-knowledge-grid p {
  color: #5e6977;
  font-size: 0.82rem;
  margin: 0;
}

.service-knowledge-link {
  margin: 28px 0 0;
  text-align: center;
}

.rtk-experience-section {
  background: #fff;
}

.rtk-experience-layout {
  align-items: start;
  display: grid;
  gap: clamp(42px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.rtk-experience-layout > div > p:not(.section-lead) {
  color: #5e6977;
}

.rtk-experience-layout ol {
  border-top: 1px solid #dbe3e9;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rtk-experience-layout li {
  border-bottom: 1px solid #dbe3e9;
  display: grid;
  gap: 18px;
  grid-template-columns: 64px 1fr;
  padding: 22px 0;
}

.rtk-experience-layout li > span {
  color: #cc4d14;
  font-size: 0.75rem;
  font-weight: 900;
}

.rtk-experience-layout li strong {
  display: block;
  font-size: 0.95rem;
}

.rtk-experience-layout li p {
  color: #5e6977;
  font-size: 0.78rem;
  margin: 5px 0 0;
}

.rtk-region-hubs {
  background: #fff;
}

.rtk-region-hub-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rtk-region-hub-grid > a {
  background: linear-gradient(145deg, #071a2e, #0c3555);
  border: 1px solid rgba(37, 183, 211, 0.2);
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 265px;
  padding: 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rtk-region-hub-grid > a:hover {
  box-shadow: 0 18px 45px rgba(7, 26, 46, 0.18);
  transform: translateY(-3px);
}

.rtk-region-hub-grid span {
  color: #67d5e9;
  font-size: 0.68rem;
  font-weight: 850;
}

.rtk-region-hub-grid h3 {
  font-size: 1.2rem;
  margin: 46px 0 10px;
}

.rtk-region-hub-grid p {
  color: #a9bfcb;
  font-size: 0.78rem;
}

.rtk-region-hub-grid strong {
  color: #fff;
  font-size: 0.75rem;
  margin-top: auto;
}

#region-rhein-lahn,
#region-limburg-weilburg,
#region-rheingau-taunus,
#region-westerwald {
  scroll-margin-top: 120px;
}

@media (max-width: 900px) {
  .service-knowledge-grid,
  .rtk-region-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rtk-experience-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .service-knowledge-grid,
  .rtk-region-hub-grid {
    grid-template-columns: 1fr;
  }

  .service-knowledge-grid article,
  .rtk-region-hub-grid > a {
    min-height: 0;
  }

  .rtk-experience-layout li {
    grid-template-columns: 52px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rtk-region-hub-grid > a {
    transition: none;
  }
}
