/* Start custom CSS for html, class: .elementor-element-33babb2 */.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: 44px 0;
}

.trovalo-install-hero {
  background: linear-gradient(135deg, #edf8f1 0%, #ffffff 50%, #eef7fb 100%);
  border-bottom: 1px solid #d7e0ea;
}

.trovalo-install-grid,
.trovalo-two-col,
.trovalo-final-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: center;
}

.trovalo-page-label {
  font-size: 12px;
  font-weight: 800;
  color: #2fa35a;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.trovalo-install-page h1 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 14px;
  color: #082f57;
}

.trovalo-install-page h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #082f57;
}

.trovalo-lead,
.trovalo-install-page p,
.trovalo-install-page li {
  font-size: 16px;
  line-height: 1.55;
  color: #526171;
}

.trovalo-lead {
  font-size: 18px;
  margin: 0;
}

.trovalo-photo-panel {
  min-height: 260px;
  border: 2px dashed #b8c8d8;
  border-radius: 8px;
  background: #ffffff;
  color: #526171;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(8, 47, 87, 0.08);
}

.trovalo-photo-panel strong {
  color: #082f57;
}

.trovalo-photo-panel.small {
  min-height: 220px;
}

.trovalo-steps {
  padding-top: 38px;
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trovalo-steps article {
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
}

.trovalo-steps span {
  width: 34px;
  height: 34px;
  background: #0d5ea8;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  margin-bottom: 12px;
}

.trovalo-warning-band {
  background: #082f57;
}

.trovalo-warning-band h2 {
  color: #ffffff;
}

.trovalo-warning-band li {
  color: #e6eef7;
  margin-bottom: 8px;
}

.trovalo-note-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
}

.trovalo-note-box p {
  color: #526171;
}

.trovalo-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 11px 16px;
  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-final-panel {
  padding-top: 42px;
  padding-bottom: 42px;
}

@media (max-width: 900px) {
  .trovalo-install-grid,
  .trovalo-two-col,
  .trovalo-final-panel,
  .trovalo-steps {
    grid-template-columns: 1fr;
  }

  .trovalo-install-page h1 {
    font-size: 32px;
  }
}/* End custom CSS */