.wall-hero {
  min-height: 540px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.92) 0%, rgba(10, 11, 9, 0.68) 42%, rgba(10, 11, 9, 0.18) 100%),
    url("../images/home-moledo-ai/aplicacao-muro-residencial.jpg") center / cover no-repeat;
}

.wall-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  align-items: center;
  padding: 88px 0 44px;
}

.wall-hero h1 {
  max-width: 560px;
  margin: 0 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1.03;
}

.wall-hero h1 span {
  display: block;
  color: #d9b76a;
}

.wall-lead {
  max-width: 560px;
  margin-bottom: 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.24;
}

.wall-text {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}

.wall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.wall-hero-card {
  padding: 28px;
  border: 1px solid rgba(217, 183, 106, 0.42);
  border-radius: 8px;
  background: rgba(18, 19, 15, 0.82);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.wall-hero-card i {
  color: #65a854;
  font-size: 34px;
}

.wall-hero-card h2 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 19px;
}

.wall-hero-card p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.wall-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.wall-benefit {
  min-height: 178px;
  padding: 26px 18px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(42, 36, 25, 0.06);
}

.wall-benefit i {
  margin-bottom: 14px;
  color: #b28a3d;
  font-size: 32px;
}

.wall-benefit h3 {
  margin: 0 0 10px;
  color: #302a23;
  font-size: 16px;
}

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

.wall-inspiration {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

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

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

.wall-style-card div {
  padding: 14px 14px 18px;
}

.wall-style-card h3 {
  margin: 0 0 8px;
  color: #302a23;
  font-size: 15px;
}

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

.wall-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fbf8f1;
}

.wall-feature-strip li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 108px;
  padding: 20px;
  border-right: 1px solid var(--color-line);
}

.wall-feature-strip li:last-child {
  border-right: 0;
}

.wall-feature-strip i {
  color: #6d5c39;
  font-size: 34px;
}

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

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

.install-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 30px;
  align-items: stretch;
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
}

.install-step {
  min-height: 168px;
  padding: 22px 14px;
  border-right: 1px solid var(--color-line);
  text-align: center;
}

.install-step:last-child {
  border-right: 0;
}

.install-step b {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #b28a3d;
  color: #fff;
}

.install-step strong {
  display: block;
  margin-bottom: 8px;
  color: #302a23;
  font-size: 13px;
}

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

.help-box {
  padding: 28px;
  border-radius: 8px;
  background: #1d281b;
  color: #fff;
  text-align: center;
}

.help-box h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.help-box p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.wall-tools {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

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

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

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  overflow: hidden;
  border-radius: 8px;
  background: #1a1b16;
}

.before-after figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.before-after img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}

.before-after figure:hover img {
  transform: scale(1.03);
}

.before-after figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 4px;
  background: rgba(12, 13, 10, 0.76);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.formula-box {
  margin-top: 12px;
  padding: 18px;
  border-radius: 8px;
  background: #f5efe2;
  color: #302a23;
  font-weight: 800;
}

.style-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.style-tabs span {
  padding: 7px 12px;
  border-radius: 4px;
  background: #f0eadf;
  color: #302a23;
  font-size: 12px;
  font-weight: 800;
}

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

.wall-material-band {
  color: #fff;
  background: #182017;
}

.wall-material-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
  align-items: center;
}

.wall-material-layout h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.12;
}

.wall-material-layout h2 span {
  color: #d9b76a;
}

.wall-material-band .material-card h3,
.wall-material-band .material-card p {
  color: #fff;
}

.wall-faq {
  background: #fffdf8;
}

.wall-closing {
  padding: 58px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 14, 11, 0.94), rgba(12, 14, 11, 0.78)),
    url("../images/home-moledo-ai/textura-pedra-moledo-close.jpg") center / cover no-repeat;
}

.wall-closing-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: center;
}

.wall-closing h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.1;
}

.wall-closing h2 span {
  color: #d9b76a;
}

.wall-closing p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
}

.wall-closing-panel {
  display: grid;
  gap: 18px;
}

.wall-closing-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wall-closing-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 12px;
  border: 1px solid rgba(217, 183, 106, 0.2);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.wall-closing-benefits i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #d9b76a;
  background: rgba(217, 183, 106, 0.12);
  font-size: 15px;
}

.wall-quote-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.52fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(217, 183, 106, 0.38);
  border-radius: 8px;
  background: rgba(11, 14, 10, 0.7);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.wall-quote-box div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 6px 14px;
  align-items: start;
}

.wall-quote-box i {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #55a84b;
  background: rgba(85, 168, 75, 0.13);
  font-size: 24px;
}

.wall-quote-box strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.14;
}

.wall-quote-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.wall-quote-box .btn {
  width: 100%;
  justify-content: center;
}

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

  .install-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .install-step:nth-child(3n) {
    border-right: 0;
  }

  .install-step:nth-child(n + 4) {
    border-top: 1px solid var(--color-line);
  }
}

@media (max-width: 900px) {
  .wall-hero-content,
  .install-layout,
  .wall-tools,
  .wall-material-layout,
  .wall-closing-layout {
    grid-template-columns: 1fr;
  }

  .wall-hero h1 {
    font-size: 42px;
  }

  .wall-feature-strip {
    grid-template-columns: 1fr 1fr;
  }

  .wall-feature-strip li:nth-child(2n) {
    border-right: 0;
  }

  .wall-feature-strip li:nth-child(n + 3) {
    border-top: 1px solid var(--color-line);
  }

  .wall-closing-benefits,
  .wall-quote-box {
    grid-template-columns: 1fr 1fr;
  }

  .wall-quote-box .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .wall-hero {
    min-height: 640px;
  }

  .wall-hero-content {
    padding: 58px 0 44px;
  }

  .wall-hero h1 {
    font-size: 34px;
  }

  .wall-lead {
    font-size: 21px;
  }

  .wall-benefit-grid,
  .wall-inspiration,
  .wall-feature-strip,
  .install-steps,
  .wall-closing-benefits,
  .wall-quote-box {
    grid-template-columns: 1fr;
  }

  .wall-quote-box div {
    grid-template-columns: 1fr;
  }

  .wall-quote-box i {
    grid-row: auto;
  }

  .wall-quote-box .btn {
    grid-column: auto;
  }

  .wall-feature-strip li,
  .install-step,
  .wall-feature-strip li:nth-child(2n),
  .install-step:nth-child(3n) {
    border-right: 0;
  }

  .wall-feature-strip li + li,
  .install-step + .install-step {
    border-top: 1px solid var(--color-line);
  }
}
