.elementor-7254 .elementor-element.elementor-element-2d9953e{width:var( --container-widget-width, 99.701% );max-width:99.701%;--container-widget-width:99.701%;--container-widget-flex-grow:0;}@media(max-width:767px){.elementor-7254 .elementor-element.elementor-element-2d9953e{width:var( --container-widget-width, 406.016px );max-width:406.016px;--container-widget-width:406.016px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-b8d4645 */.tools-hero {
  padding: 90px 20px 40px;
  text-align: center;
}

.tools-hero .container {
  max-width: 860px;
  margin: 0 auto;
}

.tools-hero .eyebrow {
  margin-bottom: 14px;

  color: #006b5b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tools-hero h1 {
  margin: 0 0 18px;

  color: #221814;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
}

.tools-hero .subtitle {
  margin: 0 auto;

  max-width: 760px;

  color: #7f726d;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 768px) {

  .tools-hero {
    padding: 70px 20px 30px;
  }

  .tools-hero .eyebrow {
    font-size: 15px;
  }

  .tools-hero h1 {
    font-size: 42px;
  }

  .tools-hero .subtitle {
    font-size: 20px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d9953e */.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;

  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.tool-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;

  padding: 28px;

  background: #f7f4f2;
  border: 1px solid #e5ddd8;
  border-radius: 24px;

  text-decoration: none !important;

  transition: all 0.2s ease;
}

.tool-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.tool-icon {
  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  background: #f3e7df;
  border-radius: 18px;

  font-size: 32px;
}

.tool-content h2 {
  margin: 2px 0 10px;

  color: #221814 !important;

  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.tool-content p {
  margin: 0;

  color: #8b7c75 !important;

  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

/* terceiro card centralizado */
.tool-card:last-child {
  grid-column: 1 / -1;
  max-width: 580px;
  justify-self: center;
}

@media (max-width: 980px) {

  .tools-grid {
    grid-template-columns: 1fr;
  }

  .tool-card:last-child {
    grid-column: auto;
    max-width: 100%;
  }

}

@media (max-width: 768px) {

  .tool-card {
    padding: 22px 18px;
    gap: 16px;
    border-radius: 20px;
  }

  .tool-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 26px;
  }

  .tool-content h2 {
    font-size: 20px;
  }

  .tool-content p {
    font-size: 15px;
    line-height: 1.5;
  }

}/* End custom CSS */