/* Ajustes mínimos del sistema modular; el diseño principal sigue en style-starter.css. */
.iw-country-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 36px 0;
}
.iw-country-hero::before {
  content: "";
  background: rgba(6,14,21,.55);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.iw-example-notice {
  margin-top: 20px;
  padding: 12px 16px;
  border: 1px solid #e0b400;
  background: #fff8d8;
  border-radius: 4px;
}
.form-status { margin: 15px 0; padding: 12px 15px; border-radius: 4px; }
.form-status-ok { background: #e8f5e9; color: #1b5e20; }
.form-status-error { background: #ffebee; color: #b71c1c; }
.iw-honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; opacity:0 !important; }
