/* Card CTA – Megameniu Soluții */
.sg-solutions-cta-col {
  align-self: stretch;
  box-sizing: border-box;
  padding: 22px 24px !important;
  background: #F7F5F2;
  border-left: 2px solid #C9A56A;
}

.sg-solutions-cta-col .sg-solutions-card {
  width: 100%;
  height: 100%;
}

.sg-solutions-cta-col .sg-solutions-card__content {
  width: 100%;
}

.sg-solutions-cta-col .sg-solutions-card__eyebrow {
  display: block;
  margin-bottom: 7px;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A9854F;
}

.sg-solutions-cta-col .sg-solutions-card h3 {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
  color: #0F0F10;
}

.sg-solutions-cta-col .sg-solutions-card p {
  margin: 0 0 18px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #55514D;
}

.sg-solutions-cta-col .sg-solutions-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #0F0F10;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.sg-solutions-cta-col .sg-solutions-card__link:hover {
  gap: 12px;
  color: #C9A56A;
}

@media (max-width: 767px) {
  .sg-solutions-cta-col {
    padding: 18px !important;
    border-left: 0;
    border-top: 2px solid #C9A56A;
  }

  .sg-solutions-cta-col .sg-solutions-card h3 {
    font-size: 21px;
    line-height: 1.25;
  }
}