/* Start custom CSS for html, class: .elementor-element-4ad313f */.trovalo-features-hero {
  padding: 90px 30px 70px;
  background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 58%, #e8f3ec 100%);
  font-family: Arial, sans-serif;
}

.trovalo-features-hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.trovalo-features-hero-text h1 {
  margin: 0 0 18px;
  color: #082f57;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800;
}

.trovalo-features-hero-text p {
  color: #526171;
  font-size: 20px;
  line-height: 1.6;
  max-width: 760px;
}

.trovalo-features-hero-actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.trovalo-features-hero-photo {
  background: #ffffff;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 16px 36px rgba(8, 47, 87, 0.10);
}

.trovalo-features-hero-photo img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

@media (max-width: 850px) {
  .trovalo-features-hero-layout {
    grid-template-columns: 1fr;
  }

  .trovalo-features-hero-text h1 {
    font-size: 38px;
  }

  .trovalo-features-hero-text p {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ad99a2 */.trovalo-what-section {
  background: #f4f8fb;
  padding: 80px 20px;
}

.trovalo-section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.trovalo-section-heading.center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 44px;
}

.trovalo-section-heading h2 {
  color: #082f57;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.trovalo-section-heading p {
  color: #526171;
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
}

.trovalo-eyebrow {
  color: #2fa35a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.trovalo-what-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.trovalo-what-item {
  background: #ffffff;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  padding: 28px;
  min-height: 190px;
}

.trovalo-what-item h3 {
  color: #082f57;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.trovalo-what-item p {
  color: #526171;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1024px) {
  .trovalo-what-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .trovalo-what-section {
    padding: 56px 18px;
  }

  .trovalo-section-heading h2 {
    font-size: 32px;
  }

  .trovalo-section-heading p {
    font-size: 17px;
  }

  .trovalo-what-grid {
    grid-template-columns: 1fr;
  }

  .trovalo-what-item {
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e13b17a */.trovalo-feature-detail-section {
  background: #ffffff;
  padding: 82px 20px;
}

.trovalo-feature-detail-section.alt {
  background: #f4f8fb;
}

.trovalo-section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.trovalo-feature-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.trovalo-feature-detail-layout.reverse .trovalo-feature-detail-photo {
  order: 2;
}

.trovalo-feature-detail-layout.reverse .trovalo-feature-detail-text {
  order: 1;
}

.trovalo-feature-detail-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 1px solid #d7e0ea;
}

.trovalo-feature-detail-text h2 {
  color: #082f57;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.trovalo-feature-detail-text p {
  color: #526171;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.trovalo-feature-list {
  color: #071d36;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 28px;
  padding-left: 22px;
}

.trovalo-feature-list li {
  margin-bottom: 8px;
}

.trovalo-btn-primary {
  display: inline-block;
  background: #0d5ea8;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.trovalo-btn-primary:hover {
  background: #082f57;
  color: #ffffff;
}

@media (max-width: 850px) {
  .trovalo-feature-detail-layout,
  .trovalo-feature-detail-layout.reverse {
    grid-template-columns: 1fr;
  }

  .trovalo-feature-detail-layout.reverse .trovalo-feature-detail-photo,
  .trovalo-feature-detail-layout.reverse .trovalo-feature-detail-text {
    order: initial;
  }

  .trovalo-feature-detail-text h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9cea511 */.trovalo-final-cta-section {
  background: #082f57;
  padding: 80px 20px;
}

.trovalo-section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.trovalo-final-cta-box {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.trovalo-final-cta-box .trovalo-eyebrow {
  color: #f4b51d;
}

.trovalo-final-cta-box h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.trovalo-final-cta-box p {
  color: #dbe8f5;
  font-size: 19px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.trovalo-final-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.trovalo-btn-primary,
.trovalo-btn-secondary {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.trovalo-btn-primary {
  background: #0d5ea8;
  color: #ffffff;
}

.trovalo-btn-primary:hover {
  background: #2fa35a;
  color: #ffffff;
}

.trovalo-btn-secondary {
  background: #ffffff;
  color: #082f57;
  border: 1px solid #d7e0ea;
}

.trovalo-btn-secondary:hover {
  background: #f4b51d;
  color: #082f57;
}

@media (max-width: 640px) {
  .trovalo-final-cta-section {
    padding: 58px 18px;
  }

  .trovalo-final-cta-box h2 {
    font-size: 32px;
  }

  .trovalo-final-cta-box p {
    font-size: 17px;
  }

  .trovalo-final-cta-actions {
    flex-direction: column;
  }

  .trovalo-btn-primary,
  .trovalo-btn-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */