/* Start custom CSS for html, class: .elementor-element-67bc44e */.trovalo-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #071d36;
  background: #ffffff;
}

.trovalo-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

.trovalo-band {
  padding: 46px 0;
}

.trovalo-features-hero {
  background: linear-gradient(135deg, #eef7fb 0%, #ffffff 48%, #edf8f1 100%);
  border-bottom: 1px solid #d7e0ea;
}

.trovalo-two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.trovalo-page-label {
  font-size: 12px;
  font-weight: 800;
  color: #2fa35a;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.trovalo-features-page h1 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #082f57;
}

.trovalo-features-page h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #082f57;
}

.trovalo-lead {
  font-size: 19px;
  line-height: 1.55;
  color: #526171;
  margin: 0 0 22px;
}

.trovalo-features-page p {
  font-size: 16px;
  line-height: 1.55;
  color: #526171;
}

.trovalo-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.trovalo-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.trovalo-btn-primary {
  background: #0d5ea8;
  color: #ffffff;
}

.trovalo-btn-light {
  background: #ffffff;
  color: #082f57;
  border: 1px solid #d7e0ea;
}

.trovalo-image-card {
  background: #ffffff;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 14px 34px rgba(8, 47, 87, 0.12);
}

.trovalo-photo-placeholder {
  min-height: 260px;
  border: 2px dashed #b8c8d8;
  border-radius: 6px;
  background: #f4f8fb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #526171;
  text-align: center;
  padding: 24px;
}

.trovalo-photo-placeholder strong {
  color: #082f57;
  font-size: 15px;
  margin-bottom: 8px;
}

.trovalo-feature-grid {
  padding-top: 42px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trovalo-feature-grid article {
  border: 1px solid #d7e0ea;
  border-top: 5px solid #2fa35a;
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
}

.trovalo-feature-grid article:nth-child(2),
.trovalo-feature-grid article:nth-child(5) {
  border-top-color: #0d5ea8;
}

.trovalo-feature-grid article:nth-child(3),
.trovalo-feature-grid article:nth-child(6) {
  border-top-color: #f4b51d;
}

.trovalo-feature-strip {
  background: #082f57;
}

.trovalo-feature-strip h2 {
  color: #ffffff;
}

.trovalo-feature-strip p,
.trovalo-feature-strip li {
  color: #e6eef7;
}

.trovalo-tall-photo {
  min-height: 320px;
  background: #ffffff;
}

.trovalo-check-list {
  margin: 18px 0 0;
  padding-left: 20px;
}

.trovalo-check-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

.trovalo-callout {
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 26px;
  background: #f4f8fb;
  border-left: 6px solid #f4b51d;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}

.trovalo-callout h2 {
  margin-bottom: 6px;
}

.trovalo-callout p {
  margin: 0;
}

@media (max-width: 900px) {
  .trovalo-two-col,
  .trovalo-feature-grid {
    grid-template-columns: 1fr;
  }

  .trovalo-features-page h1 {
    font-size: 32px;
  }

  .trovalo-callout {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */