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

.features-hero-content {
  padding: 86px 0 42px;
}

.features-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.features-breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
}

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

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

.features-lead {
  max-width: 500px;
  margin-bottom: 16px;
  color: #efcd75;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.22;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 40px;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.hero-proof i {
  color: #d9b76a;
  font-size: 20px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: 70px;
  align-items: center;
}

.detail-copy h2,
.lighting-copy h2,
.dark-compare-copy h2,
.closing-copy h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: #302a23;
  font-size: 38px;
  line-height: 1.08;
}

.detail-copy h2::after,
.dark-compare-copy h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 14px;
  background: var(--color-amber);
}

.detail-copy p,
.color-card p,
.dark-compare-copy p,
.closing-copy p {
  color: #4f493f;
  font-size: 16px;
}

.detail-copy p + p {
  margin-top: 15px;
}

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

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

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

.feature-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(42, 36, 25, 0.07);
}

.feature-card-body {
  min-height: 158px;
  padding: 18px 16px 14px;
}

.feature-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #302a23;
  font-size: 16px;
  line-height: 1.12;
}

.feature-card h3 i {
  color: #b28a3d;
}

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

.feature-card img {
  width: 100%;
  margin-top: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lighting-band {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 10, 8, 0.96), rgba(18, 19, 15, 0.92)),
    url("../images/home-moledo-ai/cta-orcamento-pedra-moledo.jpg") center / cover no-repeat;
}

.lighting-layout {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 44px;
  align-items: center;
}

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

.lighting-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.lighting-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.lighting-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 183, 106, 0.36);
  border-radius: 8px;
}

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

.lighting-card span {
  position: absolute;
  left: 14px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(18, 19, 15, 0.7);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}

.lighting-card i {
  color: #efcd75;
}

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

.color-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

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

.color-card p {
  font-size: 13px;
}

.dark-compare {
  color: #fff;
  background: #11130f;
}

.dark-compare-layout {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 54px;
  align-items: center;
}

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

.dark-compare-copy p {
  color: #d9b76a;
}

.dark-table-wrap {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.dark-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.dark-table th,
.dark-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
}

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

.dark-table th {
  background: #c6a04f;
  color: #fff;
}

.dark-table th:first-child {
  background: rgba(255, 255, 255, 0.08);
}

.dark-table th:last-child {
  background: rgba(255, 255, 255, 0.16);
}

.dark-table td:first-child {
  color: #fff;
  font-weight: 800;
}

.dark-table i.fa-check {
  color: #d9b76a;
}

.dark-table i.fa-times {
  color: rgba(255, 255, 255, 0.72);
}

.closing-band {
  padding: 54px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(14, 16, 13, 0.94), rgba(14, 16, 13, 0.76)),
    url("../images/home-moledo-ai/textura-pedra-moledo-close.jpg") center / cover no-repeat;
}

.closing-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.15fr);
  gap: 32px;
  align-items: center;
}

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

.closing-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.84);
}

.closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.58fr);
  gap: 18px;
  align-items: stretch;
}

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

.closing-benefits li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(217, 183, 106, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  backdrop-filter: blur(2px);
}

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

.closing-action {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(217, 183, 106, 0.28);
  border-radius: 8px;
  background: rgba(10, 17, 9, 0.64);
}

.closing-action strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.12;
}

.closing-action .btn {
  width: 100%;
  justify-content: center;
}

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

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

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

  .detail-layout,
  .lighting-layout,
  .dark-compare-layout,
  .closing-layout {
    grid-template-columns: 1fr;
  }

  .lighting-gallery {
    grid-template-columns: 1fr;
  }

  .closing-panel,
  .closing-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .closing-action {
    grid-column: 1 / -1;
  }
}

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

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

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

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

  .hero-proof {
    gap: 16px;
  }

  .feature-card-grid,
  .application-cards,
  .color-grid,
  .closing-panel,
  .closing-benefits {
    grid-template-columns: 1fr;
  }

  .closing-action {
    grid-column: auto;
  }
}
