.im-hydro-intro {
  margin: 0 0 18px;
  color: #4f544d;
  font-size: 15px;
  line-height: 1.65;
}

.im-hydro-intro p {
  margin: 0;
}

.im-hydro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 28px;
  align-items: center;
  margin: 20px 0 24px;
  padding: 24px 26px;
  border: 1px solid #dce6d4;
  border-left: 5px solid #7cb342;
  border-radius: 14px;
  background: linear-gradient(120deg, #eaf5df 0%, #f8f8f4 74%);
  color: #1d1d1b;
  box-shadow: 0 8px 24px rgba(29, 29, 27, 0.06);
}

.im-hydro-panel__eyebrow {
  margin: 0 0 7px;
  color: #e30613;
  font: 800 12px/1.3 Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.im-hydro-panel h2 {
  margin: 0;
  color: #1d1d1b;
  font: 800 clamp(23px, 2.2vw, 30px)/1.12 Montserrat, Arial, sans-serif;
  letter-spacing: -0.025em;
}

.im-hydro-panel__copy > p:not(.im-hydro-panel__eyebrow) {
  max-width: 760px;
  margin: 12px 0 0;
  color: #4f544d;
  font: 500 14px/1.6 Montserrat, Arial, sans-serif;
}

.im-hydro-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  font: 700 12px/1.4 Montserrat, Arial, sans-serif;
}

.im-hydro-panel li {
  position: relative;
  padding-left: 18px;
}

.im-hydro-panel li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #7cb342;
  font-weight: 900;
}

.im-hydro-panel__actions {
  display: grid;
  gap: 10px;
}

.im-hydro-panel__btn {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid #1d1d1b;
  border-radius: 10px;
  font: 800 13px/1.25 Montserrat, Arial, sans-serif;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.im-hydro-panel__btn--primary {
  border-color: #e30613;
  background: #e30613;
  color: #fff !important;
}

.im-hydro-panel__btn--primary:hover,
.im-hydro-panel__btn--primary:focus {
  border-color: #b9040d;
  background: #b9040d;
}

.im-hydro-panel__btn--secondary {
  background: #fff;
  color: #1d1d1b !important;
}

.im-hydro-panel__btn--secondary:hover,
.im-hydro-panel__btn--secondary:focus {
  background: #1d1d1b;
  color: #fff !important;
}

.im-hydro-panel__actions small {
  color: #666a63;
  font: 500 11px/1.45 Montserrat, Arial, sans-serif;
  text-align: center;
}

@media (max-width: 780px) {
  .im-hydro-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 21px 18px;
  }

  .im-hydro-panel h2 {
    font-size: 24px;
  }
}
