.elementor-33 .elementor-element.elementor-element-320b01e{--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;}.elementor-33 .elementor-element.elementor-element-fb4d4dc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e0feb21 *//* =========================================================
   CoteIA Trust Cards — CSS Isolado
   Evita conflitos com Header, Footer, Elementor e Divi
========================================================= */

.coteia-trust-wrapper {
  width: 100%;
  position: relative;
}

.coteia-trust-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.coteia-trust-section {
  width: 100%;
  padding: 24px 0;
}

/* GRID */

.coteia-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .coteia-trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

/* CARD */

.coteia-trust-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 28px;
  overflow: hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.coteia-trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* LINHA SUPERIOR */

.coteia-trust-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--grad-end)
  );
}

/* HEADER */

.coteia-trust-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

/* ÍCONE */

.coteia-trust-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    135deg,
    var(--icon-start),
    var(--icon-end)
  );

  color: #ffffff;
}

.coteia-trust-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* TÍTULO */

.coteia-trust-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e293b;
}

/* DESCRIÇÃO */

.coteia-trust-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}

/* NOTA */

.coteia-trust-note {
  text-align: center;
  margin-top: 24px;
  font-size: 12px;
  color: #94a3b8;
}

/* TABLET */

@media (min-width: 768px) and (max-width: 1023px) {

  .coteia-trust-header {
    flex-direction: column;
    text-align: center;
  }

  .coteia-trust-title,
  .coteia-trust-description {
    text-align: center;
  }
}

/* MOBILE */

@media (max-width: 767px) {

  .coteia-trust-card {
    padding: 24px;
  }

  .coteia-trust-title {
    font-size: 18px;
  }

  .coteia-trust-description {
    font-size: 15px;
  }
}/* End custom CSS */