.elementor-33457 .elementor-element.elementor-element-874f7b5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f513599 */<style>
.cliff-wrap {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1f1f1f;
  line-height: 1.7;
}

/* Titluri */
.cliff-wrap h2,
.cliff-wrap h3 {
  color: #1a1a1a;
  margin-top: 0;
}

.cliff-wrap h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.cliff-wrap h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

/* Intro */
.cliff-intro {
  margin-bottom: 2rem;
}

.cliff-tagline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #474747;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.cliff-line {
  width: 60px;
  height: 3px;
  background: #474747;
  border-radius: 999px;
  margin: 0.7rem 0 1.5rem;
}

.cliff-intro p {
  margin-bottom: 0.8rem;
  color: #444;
}

/* listă */
.cliff-list {
  margin: 0 0 1.5rem 1.2rem;
  padding: 0;
}

.cliff-list li {
  margin-bottom: 0.35rem;
}

/* boxuri gri */
.cliff-section {
  margin-bottom: 2rem;
  padding: 1.5rem 1.3rem;
  border-radius: 12px;
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
}

.cliff-section p {
  margin-bottom: 0.6rem;
  color: #444;
}

/* tabel */
.cliff-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.8rem;
  font-size: 0.92rem;
}

.cliff-table th,
.cliff-table td {
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

.cliff-table th {
  font-weight: 600;
  background: #f0f0f0;
}

/* badge-uri */
.cliff-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.8rem;
}

.cliff-badge {
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  padding: 0.3rem 0.85rem;
  font-size: 0.82rem;
  color: #555;
}

/* garanție */
.cliff-guarantee {
  background: #474747;
  color: #ffffff;
  border-radius: 14px;
  padding: 1.6rem 1.4rem;
  margin-bottom: 2rem;
}

.cliff-guarantee h3 {
  color: #ffffff;
}

.cliff-guarantee p {
  color: #f3f3f3;
  margin-bottom: 0.6rem;
}

.cliff-guarantee small {
  font-size: 0.85rem;
  color: #d4d4d4;
  opacity: 0.9;
}

/* butoane */
.cliff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.cliff-btn {
  display: inline-block;
  padding: 0.75rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.25s ease;
}

.cliff-btn-primary {
  background: #474747;
  color: #ffffff;
}

.cliff-btn-primary:hover {
  background: #2f2f2f;
}

.cliff-btn-outline {
  border: 1px solid #474747;
  color: #474747;
  background: transparent;
}

.cliff-btn-outline:hover {
  background: #474747;
  color: #ffffff;
}

/* responsive */
@media (max-width: 768px) {
  .cliff-wrap h2 {
    font-size: 1.5rem;
  }
}
</style>/* End custom CSS */