.garden-hero {
  min-height: 540px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 10, 5, 0.9) 0%, rgba(9, 16, 8, 0.68) 43%, rgba(9, 16, 8, 0.18) 100%),
    url("../images/home-moledo-ai/aplicacao-jardim-paisagismo.jpg") center / cover no-repeat;
}

.garden-hero .wall-hero h1 span,
.garden-hero h1 span {
  color: #74a85a;
}

.garden-hero .model-proof i,
.garden-accent,
.garden-card i,
.garden-step-number,
.garden-benefit i {
  color: #74a85a;
}

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

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

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

.garden-card i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -22px 0 10px 18px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: #f4ecd9;
  font-size: 22px;
}

.garden-card div {
  padding: 0 18px 20px;
}

.garden-card h3 {
  margin: 0 0 8px;
  color: #302a23;
  font-size: 16px;
}

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

.elements-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 0.82fr;
  overflow: hidden;
  border: 1px solid #d8c7a5;
  border-radius: 8px;
  background: #fff;
}

.element-card {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--color-line);
}

.element-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #302a23;
  font-size: 22px;
}

.element-card h3 i {
  color: #74a85a;
}

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

.element-card img {
  width: 100%;
  margin-top: 18px;
  aspect-ratio: 4 / 2;
  object-fit: cover;
}

.element-result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #172116;
  color: #fff;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.25;
}

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

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

.scenario-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 68px;
  width: 24px;
  height: 2px;
  background: #678652;
}

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

.scenario-step img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.scenario-step h3 {
  margin: 16px 0 7px;
  color: #302a23;
  font-size: 15px;
}

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

.garden-dashboard {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.95fr;
  gap: 22px;
}

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

.garden-panel h3 {
  margin: 0 0 18px;
  color: #302a23;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.14;
}

.garden-material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.garden-material-grid .material-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.garden-material-grid .material-card img {
  width: 74px;
  height: 74px;
  border: 3px solid #f4efe5;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(42, 36, 25, 0.12);
}

.garden-material-grid .material-card h3 {
  max-width: 9ch;
  margin: 0;
  color: #302a23;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.garden-style-list {
  display: grid;
  gap: 14px;
}

.garden-style-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
}

.garden-style-list i {
  color: #4f843d;
  font-size: 25px;
}

.garden-style-list strong {
  display: block;
  color: #302a23;
}

.garden-style-list span {
  color: var(--color-muted);
  font-size: 12px;
}

.garden-lighting {
  margin-top: 24px;
  padding: 20px;
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(16, 25, 15, 0.98), rgba(24, 38, 21, 0.94));
  color: #fff;
  text-align: center;
}

.garden-lighting h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 22px;
}

.garden-lighting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.garden-lighting-grid img {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 4 / 2.7;
  object-fit: cover;
}

.garden-lighting p {
  max-width: 42ch;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.45;
}

.garden-benefits {
  display: grid;
  gap: 14px;
}

.garden-benefit {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.garden-benefit span {
  color: var(--color-muted);
  font-size: 13px;
}

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

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

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

.garden-care-strip i {
  margin-bottom: 12px;
  color: #4f843d;
  font-size: 27px;
}

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

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

.garden-cta-card {
  padding: 28px;
  border-radius: 8px;
  background: #172116;
  color: #fff;
  text-align: center;
}

.garden-cta-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}

.garden-cta-card p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.garden-closing {
  color: #fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(116, 168, 90, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(11, 18, 10, 0.95), rgba(11, 18, 10, 0.76)),
    url("../images/home-moledo-ai/aplicacao-jardim-paisagismo.jpg") center / cover no-repeat;
}

.garden-closing .wall-closing-benefits li {
  background: rgba(18, 31, 17, 0.62);
}

.garden-closing .wall-closing-benefits i {
  color: #7fbd62;
  background: rgba(127, 189, 98, 0.14);
}

.garden-closing .wall-quote-box {
  border-color: rgba(127, 189, 98, 0.35);
  background: linear-gradient(135deg, rgba(11, 18, 10, 0.82), rgba(20, 40, 19, 0.72));
}

.garden-closing .wall-quote-box strong {
  font-size: 25px;
}

.garden-closing .wall-quote-box .btn {
  min-height: 52px;
  background: #4f8d38;
  box-shadow: 0 12px 22px rgba(79, 141, 56, 0.24);
}

.garden-closing .wall-quote-box .btn:hover,
.garden-closing .wall-quote-box .btn:focus {
  background: #5aa444;
}

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

  .elements-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .element-result {
    grid-column: 1 / -1;
  }

  .garden-dashboard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .garden-use-grid,
  .elements-panel,
  .scenario-flow,
  .garden-care-strip {
    grid-template-columns: 1fr;
  }

  .garden-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .element-card,
  .garden-care-strip li,
  .garden-care-strip li:last-child {
    border-right: 0;
  }

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

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