.models-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.92) 0%, rgba(10, 11, 9, 0.7) 44%, rgba(10, 11, 9, 0.22) 100%),
    url("../images/home-moledo-ai/cta-orcamento-pedra-moledo.jpg") center / cover no-repeat;
}

.models-hero-content {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: end;
  padding: 84px 0 42px;
}

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

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

.models-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;
}

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

.models-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);
}

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

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

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

.model-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px;
}

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

.model-proof i {
  color: #d9b76a;
  font-size: 22px;
}

.chooser-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 48px;
  align-items: center;
}

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

.chooser-image img {
  width: 100%;
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
}

.chooser-flow {
  text-align: center;
}

.chooser-kicker {
  margin-bottom: 8px;
  color: #b28a3d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.chooser-flow h2 {
  margin: 0 0 26px;
  color: #302a23;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.15;
}

.chooser-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.chooser-step {
  position: relative;
}

.chooser-step + .chooser-step::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  width: 18px;
  height: 1px;
  background: #cfbd9b;
}

.chooser-number {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid #c79e50;
  border-radius: 50%;
  color: #b28a3d;
  font-weight: 800;
}

.chooser-step strong {
  display: block;
  color: #302a23;
  font-size: 13px;
}

.chooser-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 14px 18px;
  border-radius: 6px;
  background: #f3ecdd;
  color: #302a23;
  text-align: left;
  font-size: 14px;
}

.chooser-note i {
  color: #b28a3d;
  font-size: 24px;
}

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

.model-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);
}

.model-card-body {
  padding: 20px 16px 14px;
}

.model-card h3 {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  margin: 0 0 14px;
  color: #302a23;
  font-size: 16px;
  line-height: 1.16;
}

.model-card h3 i {
  color: #b28a3d;
  font-size: 27px;
}

.model-card img {
  width: calc(100% - 32px);
  margin: 0 16px 14px;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.model-card p {
  min-height: 88px;
  color: var(--color-muted);
  font-size: 13px;
}

.model-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  min-height: 34px;
  border: 1px solid #bda16a;
  border-radius: 4px;
  color: #302a23;
  font-size: 12px;
  font-weight: 800;
}

.model-card a:hover,
.model-card a:focus {
  background: #302a23;
  color: #fff;
}

.compare-models-layout {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 44px;
  align-items: start;
}

.compare-models-copy {
  padding: 36px 28px;
  border-radius: 8px;
  background: #fbf8f1;
}

.compare-models-copy p {
  margin-bottom: 10px;
  color: #b28a3d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.compare-models-copy h2 {
  margin: 0;
  color: #302a23;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.12;
}

.model-table-wrap {
  overflow: auto;
  border: 1px solid #d8d0c0;
  border-radius: 8px;
  background: #fff;
}

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

.model-table th,
.model-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #ebe5da;
  text-align: left;
}

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

.model-table th {
  background: #312d27;
  color: #fff;
}

.model-table th:nth-child(2) {
  background: #c6a04f;
}

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

.rating {
  color: #b88a2f;
  letter-spacing: 2px;
}

.know-band {
  color: #fff;
  background: #192017;
}

.know-grid {
  display: grid;
  grid-template-columns: 0.62fr repeat(5, 1fr);
  gap: 0;
  border: 1px solid rgba(217, 183, 106, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.know-title {
  display: flex;
  align-items: center;
  padding: 26px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.know-item {
  padding: 24px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.know-item i {
  margin-bottom: 12px;
  color: #d9b76a;
  font-size: 26px;
}

.know-item strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.know-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.models-faq {
  background: #fffdf8;
}

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

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

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

  .know-title,
  .know-item {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 900px) {
  .models-hero-content,
  .chooser-layout,
  .compare-models-layout {
    grid-template-columns: 1fr;
  }

  .models-hero h1 {
    font-size: 44px;
  }

  .chooser-steps {
    grid-template-columns: 1fr;
  }

  .chooser-step + .chooser-step::before {
    display: none;
  }
}

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

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

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

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

  .chooser-note {
    align-items: stretch;
    flex-direction: column;
  }

  .models-grid,
  .know-grid {
    grid-template-columns: 1fr;
  }
}
