.water-hero {
  min-height: 540px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 12, 8, 0.92) 0%, rgba(8, 24, 15, 0.7) 43%, rgba(8, 24, 15, 0.16) 100%),
    url("../images/home-moledo-ai/aplicacao-cascata-fonte.jpg") center / cover no-repeat;
}

.water-hero .wall-hero h1 span,
.water-hero h1 span,
.water-card i,
.water-benefit i,
.water-step-number,
.water-accent {
  color: #77b96a;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.experience-card {
  overflow: hidden;
  border-radius: 8px;
  background: #111912;
  color: #fff;
  box-shadow: 0 14px 30px rgba(14, 26, 18, 0.18);
}

.experience-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.experience-card div {
  padding: 18px;
}

.experience-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid rgba(119, 185, 106, 0.5);
  border-radius: 50%;
  color: #77b96a;
  font-size: 21px;
}

.experience-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.experience-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.water-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.water-card {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(42, 36, 25, 0.06);
}

.water-card img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.water-card div {
  padding: 16px;
}

.water-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: #302a23;
  font-size: 15px;
}

.water-card p {
  color: var(--color-muted);
  font-size: 12px;
}

.water-ideal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid #d8c7a5;
  border-radius: 8px;
  background: #fbf8f1;
}

.water-ideal-strip li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 22px;
  border-right: 1px solid var(--color-line);
}

.water-ideal-strip li:last-child {
  border-right: 0;
}

.water-ideal-strip i {
  color: #5d9b48;
  font-size: 28px;
}

.water-ideal-strip strong {
  display: block;
  margin-bottom: 5px;
  color: #302a23;
}

.water-ideal-strip span {
  color: var(--color-muted);
  font-size: 12px;
}

.water-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
}

.water-step {
  position: relative;
  text-align: center;
}

.water-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 54px;
  width: 18px;
  height: 2px;
  background: #6ea15d;
}

.water-step-number {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #142314;
  color: #fff;
  font-weight: 800;
}

.water-step img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.water-step h3 {
  margin: 14px 0 7px;
  color: #302a23;
  font-size: 14px;
}

.water-step p {
  color: var(--color-muted);
  font-size: 11px;
}

.water-duo-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
}

.water-dark-panel {
  padding: 28px;
  border-radius: 8px;
  background: #121a13;
  color: #fff;
}

.water-dark-panel h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.stone-state-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.stone-state img {
  width: 100%;
  margin: 12px 0;
  border-radius: 8px;
  aspect-ratio: 4 / 2.4;
  object-fit: cover;
}

.stone-state h3 {
  margin: 0 0 8px;
  color: #fff;
}

.stone-state p,
.water-dark-panel p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.lighting-list {
  display: grid;
  gap: 15px;
  margin-top: 18px;
}

.lighting-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
}

.lighting-list i {
  color: #8ec878;
  font-size: 25px;
}

.lighting-list strong {
  display: block;
  color: #fff;
}

.water-info-box .lighting-list strong {
  color: #302a23;
}

.water-info-box .lighting-list span {
  color: var(--color-muted);
}

.water-care-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fbf8f1;
}

.water-care-strip li {
  padding: 22px;
  border-right: 1px solid var(--color-line);
}

.water-care-strip li:last-child {
  border-right: 0;
}

.water-care-strip i {
  margin-bottom: 12px;
  color: #5d9b48;
  font-size: 26px;
}

.water-care-strip strong {
  display: block;
  margin-bottom: 7px;
  color: #302a23;
}

.water-care-strip span {
  color: var(--color-muted);
  font-size: 12px;
}

.water-bottom-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.05fr 1fr;
  gap: 24px;
}

.water-info-box {
  padding: 26px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
}

.water-info-box h3 {
  margin: 0 0 14px;
  color: #302a23;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.12;
}

.water-info-box p {
  color: var(--color-muted);
}

.calc-formula {
  margin: 18px 0;
  padding: 16px;
  border-radius: 6px;
  background: #eadbbd;
  color: #2d251c;
  font-weight: 800;
  text-align: center;
}

.water-info-box img {
  width: 100%;
  margin-top: 16px;
  border-radius: 8px;
  aspect-ratio: 4 / 2.2;
  object-fit: cover;
}

.water-closing {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 14, 9, 0.94), rgba(7, 18, 11, 0.78)),
    url("../images/home-moledo-ai/aplicacao-cascata-fonte.jpg") center / cover no-repeat;
}

@media (max-width: 1120px) {
  .experience-grid,
  .water-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .water-flow,
  .water-care-strip,
  .water-ideal-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .water-duo-layout,
  .water-bottom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .experience-grid,
  .water-use-grid,
  .water-flow,
  .water-care-strip,
  .water-ideal-strip,
  .stone-state-grid {
    grid-template-columns: 1fr;
  }

  .water-step:not(:last-child)::after {
    display: none;
  }

  .water-care-strip li,
  .water-ideal-strip li {
    border-right: 0;
  }

  .water-care-strip li + li,
  .water-ideal-strip li + li {
    border-top: 1px solid var(--color-line);
  }
}
