.ttm-services-grid {
  margin-bottom: -30px;
}

.ttm-services-grid .col-md-6 {
  margin-bottom: 30px;
}

/* Karty usług z opisem (np. /oferta) */
.ttm-service-card {
  background: #fff;
  border: 1px solid #ebeef0;
  border-radius: 6px;
  padding: 32px 30px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.ttm-service-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}

.ttm-service-card .ttm-icon {
  margin-bottom: 18px;
}

.ttm-service-card-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

.ttm-service-card-desc {
  color: #767a7f;
  margin-bottom: 0;
}

.ttm-service-card-price {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #e4e6e8;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.ttm-service-card-price .price-value {
  font-size: 19px;
  font-weight: 700;
}

.ttm-service-card-price .price-note {
  font-size: 13px;
  color: #9a9ea3;
}

/* Skrócone karty cennika (teaser) na stronach miast i hubie */
.ttm-price-teaser {
  background: #fff;
  border: 1px solid #ebeef0;
  border-radius: 6px;
  padding: 36px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.ttm-price-teaser:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}

.ttm-price-teaser .ttm-icon {
  margin: 0 auto 18px;
}

.ttm-price-teaser-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.ttm-price-teaser-value {
  font-size: 20px;
  font-weight: 700;
  color: #2d4a8a;
}

/* Opinie klientów (Google) */
.ttm-review-card {
  background: #fff;
  border: 1px solid #ebeef0;
  border-radius: 6px;
  padding: 32px 30px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.ttm-review-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}

.ttm-review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #2d4a8a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ttm-review-quote {
  font-style: italic;
  color: #4a4f57;
  line-height: 1.7;
  margin-bottom: 18px;
}

.ttm-review-name {
  margin-bottom: 2px;
  font-weight: 700;
}

.ttm-review-source {
  font-size: 13px;
  color: #9a9ea3;
}

.ttm-review-teaser {
  background: #fff;
  border: 1px solid #ebeef0;
  border-radius: 6px;
  padding: 34px 30px;
  text-align: center;
}

.ttm-review-teaser .ttm-review-avatar {
  margin-left: auto;
  margin-right: auto;
}

/* Baner CTA (np. dół strony /oferta) */
.ttm-cta-banner {
  padding: 60px 0;
}

.ttm-cta-banner-content h3 {
  color: #fff;
  margin-bottom: 8px;
}

.ttm-cta-banner-content p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

.ttm-cta-banner-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.ttm-cta-banner-actions .ttm-btn {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ttm-cta-banner-actions .ttm-btn i {
  position: static;
  transform: none;
}

@media (min-width: 992px) {
  .ttm-cta-banner-actions {
    align-items: flex-end;
    margin-top: 0;
  }
}

/* Lista gmin (chips) - zwarty, czytelny układ też na mobile */
.ttm-gminy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ttm-gminy-list li {
  margin: 0;
  padding: 6px;
}

.ttm-gmina-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid #ebeef0;
  border-radius: 30px;
  padding: 14px 28px;
  font-weight: 600;
  color: #263045;
}

@media (max-width: 767px) {
  .ttm-service-card {
    padding: 26px 22px;
  }

  .ttm-price-teaser {
    padding: 30px 18px;
  }

  .ttm-review-card,
  .ttm-review-teaser {
    padding: 26px 22px;
  }

  .ttm-cta-banner {
    padding: 45px 0;
    text-align: center;
  }
}
