.elementor-3235 .elementor-element.elementor-element-f055385{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3235 .elementor-element.elementor-element-ef68dab{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6a142e4 */:root {
  --brand: #2f7f7c;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --bg: #f5f7fa;
}

.lot-container {
  max-width: 860px;
  margin: auto;
  padding: 20px;
  font-family: -apple-system, sans-serif;
  color: var(--text);
}

.lot-hero {
  text-align: center;
  margin-bottom: 40px;
}

.lot-hero h1 {
  font-size: 34px;
  font-weight: 600;
}

.lot-subtitle {
  color: var(--muted);
  font-size: 18px;
}

.lot-cta {
  margin-top: 25px;
}

/* BOTTONI */
.lot-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.lot-btn-primary {
  background: var(--brand);
  color: #fff;
}

.lot-btn-primary:hover {
  background: #276b68;
}

/* PROOF */
.lot-proof {
  background: #f0f6f5;
  padding: 12px;
  text-align: center;
  border-radius: 10px;
  margin: 20px 0;
}

/* BOX */
.lot-box {
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.lot-highlight {
  border-left: 4px solid var(--brand);
}

.lot-warning {
  border-left: 4px solid #dc3545;
}

.lot-soft {
  background: var(--bg);
}

.lot-best {
  color: #198754;
  font-weight: 600;
}

/* TOUR */
.lot-tour {
  text-align: center;
  padding: 40px 20px;
  background: var(--bg);
  border-radius: 14px;
}

.lot-steps span {
  display: inline-block;
  margin: 6px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
}

.lot-urgency {
  color: #dc3545;
  font-weight: 600;
}

.lot-link {
  display: block;
  margin-top: 10px;
  color: var(--brand);
}

/* FLOAT */
.lot-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--brand);
  color: #fff;
  padding: 16px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .lot-hero h1 {
    font-size: 26px;
  }
}/* End custom CSS */