.what-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.86) 0%, rgba(10, 11, 9, 0.64) 42%, rgba(10, 11, 9, 0.2) 100%),
    url("../images/home-moledo-ai/hero-pedra-moledo-jardim.jpg") center / cover no-repeat;
}

.what-hero-content {
  padding: 82px 0 74px;
}

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

.what-hero-lead {
  max-width: 520px;
  margin-bottom: 18px;
  color: #efcd75;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22;
}

.what-hero-text {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.breadcrumb-bar {
  border-bottom: 1px solid var(--color-line);
  background: #fbfaf7;
}

.breadcrumb {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #746d61;
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb a {
  color: #3c372f;
}

.what-intro {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
}

.what-copy h2,
.compare-copy h2,
.choice-copy h2,
.what-cta-copy h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: #302a23;
  font-size: 34px;
  line-height: 1.13;
}

.what-copy h2::after,
.compare-copy h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 13px;
  background: var(--color-amber);
}

.what-copy p,
.compare-copy p,
.choice-copy p,
.what-cta-copy p {
  color: #4f493f;
  font-size: 16px;
}

.what-copy p + p {
  margin-top: 16px;
}

.what-photo {
  overflow: hidden;
  border-radius: 7px;
  box-shadow: var(--shadow-card);
}

.what-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.natural-features {
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  background: #fbfaf6;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.feature-item i {
  margin-bottom: 14px;
  color: #75643e;
  font-size: 36px;
}

.feature-item h3 {
  margin: 0 0 7px;
  color: #2f2a22;
  font-size: 15px;
}

.feature-item p {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
}

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

.application-card {
  min-height: 235px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 7px;
  background: #1c1a16;
  color: #fff;
}

.application-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.3s ease;
}

.application-card:hover img,
.application-card:focus-within img {
  transform: scale(1.04);
}

.application-card h3 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 54px 12px 18px;
  background: linear-gradient(0deg, rgba(7, 8, 6, 0.86), rgba(7, 8, 6, 0));
  text-align: center;
  font-size: 17px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.stone-outline-btn {
  border-color: #9a8a69;
  color: #302a23;
  background: transparent;
}

.stone-outline-btn:hover,
.stone-outline-btn:focus {
  background: #302a23;
  color: #fff;
}

.choice-band {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 7, 5, 0.92), rgba(14, 15, 12, 0.86)),
    url("../images/home-moledo-ai/aplicacao-jardim-paisagismo.jpg") center / cover no-repeat;
}

.choice-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 68px;
  align-items: center;
}

.choice-kicker {
  margin-bottom: 10px;
  color: #d8bd68;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.choice-copy h2,
.choice-copy p {
  color: #fff;
}

.choice-copy p {
  color: rgba(255, 255, 255, 0.84);
}

.choice-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 34px;
}

.choice-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: start;
}

.choice-list i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d5b75a;
  border-radius: 50%;
  color: #d5b75a;
  font-size: 12px;
}

.choice-list strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.choice-list span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.compare-layout {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 52px;
  align-items: center;
}

.compare-table-wrap {
  overflow: auto;
  border: 1px solid #d6d0c3;
  border-radius: 7px;
  background: #fff;
}

.compare-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 14px;
}

.compare-table th,
.compare-table td {
  padding: 13px 16px;
  border-bottom: 1px solid #ebe5da;
  text-align: left;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table th {
  background: #3f6f3b;
  color: #fff;
  font-weight: 800;
}

.compare-table th:first-child {
  background: #ddd8cd;
  color: #302a23;
}

.compare-table th:last-child {
  background: #55524d;
}

.compare-table td:first-child {
  font-weight: 800;
  color: #302a23;
}

.compare-table i.fa-check {
  color: #3f7c36;
}

.compare-table i.fa-times {
  color: #5f5b55;
}

.what-faq {
  background: #faf7f0;
}

.what-faq .faq-grid {
  margin-top: 6px;
}

.what-cta {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13, 14, 11, 0.8), rgba(13, 14, 11, 0.7)),
    url("../images/home-moledo-ai/textura-pedra-moledo-close.jpg") center / cover no-repeat;
}

.what-cta-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.what-cta-copy h2 {
  max-width: 560px;
  color: #fff;
  font-size: 42px;
}

.what-cta-copy h2 span {
  color: #efcd75;
}

.what-cta-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
}

.what-cta-panel {
  padding: 30px;
  border: 1px solid rgba(239, 205, 117, 0.58);
  border-radius: 8px;
  background: rgba(17, 18, 15, 0.76);
  text-align: center;
}

.what-cta-panel i {
  color: #70ad58;
  font-size: 34px;
}

.what-cta-panel h3 {
  margin: 12px 0 6px;
  color: #fff;
  font-size: 21px;
}

.what-cta-panel p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

@media (max-width: 1080px) {
  .feature-row,
  .application-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .what-hero h1 {
    font-size: 42px;
  }

  .what-intro,
  .choice-layout,
  .compare-layout,
  .what-cta-layout {
    grid-template-columns: 1fr;
  }

  .choice-list {
    grid-template-columns: 1fr;
  }
}

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

  .what-hero-content {
    padding: 58px 0 50px;
  }

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

  .what-hero-lead {
    font-size: 20px;
  }

  .feature-row,
  .application-cards {
    grid-template-columns: 1fr 1fr;
  }

  .application-card {
    min-height: 190px;
  }

  .what-cta-copy h2 {
    font-size: 31px;
  }
}

@media (max-width: 440px) {
  .feature-row,
  .application-cards {
    grid-template-columns: 1fr;
  }
}
