.gdw-block-section {
  position: relative;
}

.gdw-block-image {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.gdw-hero-card .gdw-block-image {
  margin-bottom: 18px;
  min-height: 220px;
  max-height: 280px;
}

.gdw-service-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gdw-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}

.gdw-process-header {
  max-width: 760px;
  margin-bottom: 26px;
}

.gdw-process-intro,
.gdw-process-closing {
  color: var(--muted, #5e5a56);
}

.gdw-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.gdw-step-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(20, 28, 24, 0.12);
  padding: 22px;
}

.gdw-step-card h3 {
  margin-bottom: 10px;
}

.gdw-step-card p {
  margin: 0;
  color: var(--muted, #5e5a56);
}

.gdw-testimonial-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: center;
}

.gdw-testimonial-media .gdw-block-image {
  min-height: 260px;
  max-height: 360px;
}

.gdw-testimonial-card {
  margin: 0;
}

.gdw-contact-image {
  margin-top: 18px;
  max-height: 260px;
}

@media (max-width: 900px) {
  .gdw-steps-grid,
  .gdw-testimonial-shell {
    grid-template-columns: 1fr;
  }
}
