.elementor-2735 .elementor-element.elementor-element-6422bcc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for wd_text_block, class: .elementor-element-3a41f8e *//* ===============================
   LEGAL SECTION – GLOBAL
================================ */

.legal-section {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

/* Title */
.legal-section h1 {
  color: #854779;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Subtitle */
.legal-section .subtitle {
  color: #555;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 1.6;
}

/* ===============================
   GRID
================================ */

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===============================
   CARD
================================ */

.legal-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 26px;
  border: 1px solid #f1e6ee;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.legal-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Icon */
.legal-card .icon {
  font-size: 42px;
  margin-bottom: 18px;
}

/* Card Title */
.legal-card h3 {
  color: #854779;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Card Text */
.legal-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* ===============================
   BUTTON – FIXED & CLEAN
================================ */

.legal-card .btn {
  display: inline-block;
  min-width: 140px;
  text-align: center;

  background: #854779;
  color: #fff;

  padding: 13px 22px;
  border-radius: 25px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  text-decoration: none;
  white-space: nowrap;

  box-shadow: 0 6px 16px rgba(133, 71, 121, 0.3);
  transition: all 0.25s ease;
}

/* Hover */
.legal-card .btn:hover {
  background: #6f3b63;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(133, 71, 121, 0.4);
}

/* Click */
.legal-card .btn:active {
  transform: scale(0.96);
}

/* Mobile */
@media (max-width: 768px) {
  .legal-card .btn {
    width: auto;
    padding: 12px 24px;
    font-size: 14px;
  }
}/* End custom CSS */