/* Start custom CSS for html, class: .elementor-element-d079e3e */.trovalo-home-hero,
.trovalo-page-section,
.trovalo-home-band,
.trovalo-color-band,
.trovalo-photo-band {
  padding: 42px 20px !important;
}

.trovalo-home-hero {
  background: linear-gradient(135deg, #e8f3fb 0%, #ffffff 60%, #eaf7ef 100%);
}

.trovalo-page-inner {
  max-width: 1080px !important;
  margin: 0 auto !important;
}

.home-hero-grid,
.trovalo-page-inner.two-col {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
}

.trovalo-page-inner.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trovalo-page-label {
  display: inline-block;
  color: #082f57;
  background: #f4b51d;
  font-size: 12px !important;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 4px;
  margin: 0 0 10px;
}

.trovalo-eyebrow {
  color: #2fa35a;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px !important;
}

.trovalo-home-copy h1 {
  color: #082f57;
  font-size: 38px !important;
  line-height: 1.1 !important;
  margin: 0 0 14px !important;
}

.trovalo-page-section h2,
.trovalo-color-band h2,
.trovalo-photo-band h2 {
  color: #082f57;
  font-size: 25px !important;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
}

.trovalo-home-copy p,
.trovalo-page-section p,
.trovalo-color-band p,
.trovalo-photo-band p,
.trovalo-small-panel p {
  color: #526171;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
}

.trovalo-home-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.trovalo-image-placeholder {
  min-height: 220px;
  border-radius: 8px;
  border: 2px dashed #b7c6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #082f57;
  font-weight: 700;
  padding: 20px;
}

.trovalo-image-placeholder.hero-image {
  min-height: 300px;
  background: #dcecf8;
}

.trovalo-image-placeholder.green-soft {
  background: #eaf7ef;
}

.trovalo-image-placeholder.gold-soft {
  background: #fff3cf;
}

.trovalo-home-band {
  background: #082f57;
}

.trovalo-home-stat {
  border-radius: 8px;
  padding: 18px !important;
  background: #ffffff;
}

.trovalo-home-stat h3,
.trovalo-small-panel h3 {
  color: #082f57;
  font-size: 18px !important;
  margin: 0 0 8px !important;
}

.trovalo-home-stat.blue {
  border-top: 5px solid #0d5ea8;
}

.trovalo-home-stat.green {
  border-top: 5px solid #2fa35a;
}

.trovalo-home-stat.gold {
  border-top: 5px solid #f4b51d;
}

.trovalo-page-section {
  background: #ffffff;
}

.trovalo-page-section.alt {
  background: #f4f8fb;
}

.trovalo-color-band.blue {
  background: #e8f3fb;
  border-top: 1px solid #cbddeb;
  border-bottom: 1px solid #cbddeb;
}

.trovalo-mini-list {
  display: grid;
  gap: 8px;
}

.trovalo-mini-list p {
  background: #ffffff;
  border-left: 5px solid #2fa35a;
  padding: 10px 14px !important;
  border-radius: 6px;
  font-weight: 700;
}

.trovalo-small-panel {
  background: #ffffff;
  border: 1px solid #d7e0ea;
  border-top: 5px solid #0d5ea8;
  border-radius: 8px;
  padding: 18px !important;
}

.trovalo-photo-band {
  background:
    linear-gradient(rgba(8, 47, 87, 0.82), rgba(8, 47, 87, 0.82)),
    url("https://via.placeholder.com/1600x700?text=Background+Image+Placeholder");
  background-size: cover;
  background-position: center;
}

.trovalo-photo-band-content {
  max-width: 620px;
}

.trovalo-photo-band h2,
.trovalo-photo-band p {
  color: #ffffff !important;
}

.trovalo-btn-primary,
.trovalo-btn-secondary {
  display: inline-block;
  padding: 10px 18px !important;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 700;
  text-decoration: none;
}

.trovalo-btn-primary {
  background: #0d5ea8;
  color: #ffffff;
}

.trovalo-btn-secondary {
  background: #ffffff;
  color: #082f57;
  border: 1px solid #d7e0ea;
}

@media (max-width: 800px) {
  .home-hero-grid,
  .trovalo-page-inner.two-col,
  .trovalo-page-inner.three-col {
    grid-template-columns: 1fr;
  }

  .trovalo-home-copy h1 {
    font-size: 30px !important;
  }

  .trovalo-image-placeholder.hero-image {
    min-height: 220px;
  }
}/* End custom CSS */