.psd-section,
.psd-section * { box-sizing: border-box; }

.psd-section {
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 34px 0;
}

/* Por padrão, o fundo pertence ao container do Elementor. Esta regra também
   neutraliza cores antigas salvas por versões anteriores do widget. */
.psd-section.psd-background-disabled,
.psd-section.psd-background-disabled .psd-inner,
.psd-section.psd-background-disabled .psd-layout,
.psd-section.psd-background-disabled .psd-content,
.psd-section.psd-background-disabled .psd-content-inner {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.psd-section.psd-background-enabled {
  background-image: none;
}

.psd-inner {
  width: calc(100% - 40px);
  max-width: 1030px;
  margin: 0 auto;
}

.psd-layout {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 26px;
}

.psd-image,
.psd-content { min-width: 0; }

.psd-image {
  position: relative;
  overflow: hidden;
  flex: 0 0 43%;
  height: 276px;
  min-height: 0;
  background: #111;
}

.psd-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.psd-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.psd-content {
  display: flex;
  align-items: center;
  flex: 1 1 57%;
  padding: 0;
  background: transparent;
}

.psd-content-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.psd-kicker { margin: 0 0 16px; text-transform: uppercase; }
.psd-title { margin: 0 0 12px; }
.psd-description { margin: 0 0 14px; }

.psd-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  margin-bottom: 12px;
}

.psd-card {
  display: block;
  min-width: 0;
  border: 1px solid;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.psd-card-inner { height: 100%; padding: 14px 15px 15px; }
.psd-card-title { margin: 0 0 5px; }
.psd-card-text { margin: 0; }
.psd-effect-lift:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.18); z-index: 2; }
.psd-effect-zoom:hover { transform: scale(1.02); z-index: 2; }
.psd-effect-glow:hover { box-shadow: 0 0 24px rgba(205,165,117,.24); z-index: 2; }
.psd-effect-border:hover { border-color: #cda575 !important; z-index: 2; }

.psd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 278px;
  padding: 13px 28px;
  border: 1px solid;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
  cursor: pointer;
}
.psd-button:hover { transform: translateY(-2px); }

.elementor-widget-pianissimo-servicos-destaque,
.elementor-widget-pianissimo-servicos-destaque > .elementor-widget-container {
  width: 100%;
  max-width: none;
}

@media (max-width: 1024px) {
  .psd-inner { width: 94%; }
  .psd-layout { gap: 24px; }
  .psd-image { flex-basis: 43%; height: 300px; }
}

@media (max-width: 767px) {
  .psd-section { padding: 38px 0 42px; }
  .psd-inner { width: calc(100% - 40px); }
  .psd-layout { flex-direction: column; gap: 24px; }
  .psd-image,
  .psd-content { flex-basis: auto !important; width: 100%; }
  .psd-image { height: 245px; }
  .psd-cards { grid-template-columns: 1fr; gap: 10px; }
  .psd-button { width: 100%; min-width: 0 !important; }
}
