.quote-hero {
  min-height: 540px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 7, 4, 0.96) 0%, rgba(9, 11, 7, 0.78) 43%, rgba(9, 11, 7, 0.18) 100%),
    url("../images/home-moledo-ai/cta-orcamento-pedra-moledo.jpg") center / cover no-repeat;
}

.quote-hero-content {
  padding: 78px 0 42px;
}

.quote-hero h1 {
  max-width: 680px;
  margin: 0 0 14px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1.04;
}

.quote-lead {
  max-width: 560px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

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

.quote-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 980px;
  margin-top: 34px;
}

.quote-proof li {
  display: grid;
  grid-template-columns: 36px minmax(0, 118px);
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.quote-proof i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 209, 132, 0.42);
  border-radius: 50%;
  color: #d9b76a;
  font-size: 16px;
}

.quote-application-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}

.quote-application-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(42, 36, 25, 0.05);
}

.quote-application-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
}

.quote-application-grid span {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 0 8px 13px;
  color: #302a23;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.quote-application-grid i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -21px;
  border: 1px solid #d9c69d;
  border-radius: 50%;
  background: #fffdf8;
  color: #526b37;
  font-size: 18px;
}

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

.quote-info-grid article,
.quote-help-card,
.quote-process-card,
.quote-include-layout > article,
.quote-delivery-card,
.quote-form,
.quote-form-upload,
.quote-whatsapp-card {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(42, 36, 25, 0.06);
}

.quote-info-grid article {
  padding: 18px;
}

.quote-info-grid article:nth-child(6) {
  grid-column: span 2;
}

.quote-info-grid article:nth-child(7) {
  grid-column: span 2;
}

.quote-info-grid h3 {
  margin: 0 0 6px;
  color: #302a23;
  font-size: 14px;
  font-weight: 900;
}

.quote-info-grid p {
  margin-bottom: 14px;
  color: #50483f;
  font-size: 12px;
}

.quote-info-grid label {
  display: block;
  margin: 8px 0;
  color: #302a23;
  font-size: 12px;
}

.quote-info-grid input[type="text"],
.quote-info-grid select,
.quote-info-grid textarea,
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 11px 12px;
  border: 1px solid #ded2bf;
  border-radius: 5px;
  background: #fffdf8;
  color: #302a23;
  font: inherit;
}

.quote-info-grid textarea,
.quote-form textarea {
  min-height: 116px;
  resize: vertical;
}

.quote-tip {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #f8f1e4;
}

.quote-tip i {
  color: #9a7335;
  font-size: 22px;
}

.quote-tip span {
  grid-column: 2;
  color: #50483f;
  font-size: 11px;
}

.area-input {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
}

.area-input span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded2bf;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  background: #f8f1e4;
  color: #302a23;
  font-weight: 900;
}

.quote-upload div,
.quote-form-upload div {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #a99a81;
  border-radius: 8px;
  background: #fffdf8;
  text-align: center;
}

.quote-upload i,
.quote-form-upload i {
  color: #315b2d;
  font-size: 42px;
}

.quote-upload strong,
.quote-form-upload strong {
  padding: 10px 18px;
  border-radius: 5px;
  background: #315b2d;
  color: #fff;
  text-transform: uppercase;
}

.quote-upload span,
.quote-form-upload span {
  color: #6f6a5f;
  font-size: 11px;
}

.quote-help-layout,
.quote-include-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.quote-help-card {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  overflow: hidden;
  color: #fff;
  background: #142714;
}

.quote-help-card div {
  padding: 28px;
  background: linear-gradient(135deg, #132713, #345f2e);
}

.quote-help-card h2,
.quote-process-card h2,
.quote-delivery-card h2,
.quote-form h2,
.quote-form-upload h2,
.quote-whatsapp-card h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.14;
}

.quote-help-card p,
.quote-help-card li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}

.quote-help-card ul {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.quote-help-card li::before {
  content: "\f00c";
  margin-right: 8px;
  color: #efd184;
  font-family: FontAwesome;
}

.quote-help-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.quote-process-card {
  padding: 28px;
  text-align: center;
}

.quote-process-card p {
  margin-bottom: 24px;
  color: #50483f;
  font-size: 13px;
}

.quote-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.quote-steps span {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #50483f;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.22;
}

.quote-steps b {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #315b2d;
  color: #fff;
}

.quote-steps i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4efe6;
  color: #7b6a3e;
  font-size: 22px;
}

.quote-include-layout {
  grid-template-columns: 1.45fr 0.75fr;
}

.quote-include-layout > article,
.quote-delivery-card {
  padding: 28px;
}

.quote-include-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.quote-include-grid span {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #50483f;
  font-size: 11.5px;
  font-weight: 800;
  text-align: center;
}

.quote-include-grid i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4efe6;
  color: #7b6a3e;
  font-size: 24px;
}

.quote-delivery-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(225, 238, 220, 0.82)),
    url("../images/home-moledo-ai/aplicacao-jardim-paisagismo.jpg") right bottom / 50% auto no-repeat;
}

.quote-delivery-card p {
  max-width: 320px;
  margin-bottom: 18px;
  color: #50483f;
  font-size: 13px;
}

.quote-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.52fr) minmax(300px, 0.68fr);
  gap: 18px;
  align-items: stretch;
}

.quote-form,
.quote-form-upload,
.quote-whatsapp-card {
  padding: 28px;
}

.quote-form p,
.quote-form-upload p,
.quote-whatsapp-card p {
  margin-bottom: 18px;
  color: #50483f;
  font-size: 13px;
}

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

.quote-form label {
  display: grid;
  gap: 6px;
  color: #302a23;
  font-size: 12px;
  font-weight: 800;
}

.quote-form label.full {
  grid-column: span 3;
}

.quote-form button {
  width: 100%;
  margin-top: 16px;
  border: 0;
}

.quote-whatsapp-card {
  display: grid;
  align-content: center;
  color: #fff;
  background: linear-gradient(135deg, #132713, #345f2e);
  text-align: center;
}

.quote-whatsapp-card h2,
.quote-whatsapp-card p,
.quote-whatsapp-card li {
  color: #fff;
}

.quote-whatsapp-card > i {
  margin: 10px auto 18px;
  color: #fff;
  font-size: 64px;
}

.quote-whatsapp-card ul {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  text-align: left;
}

.quote-whatsapp-card li::before {
  content: "\f00c";
  margin-right: 8px;
  color: #a8d48b;
  font-family: FontAwesome;
}

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

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

  .quote-info-grid article:nth-child(6),
  .quote-info-grid article:nth-child(7) {
    grid-column: span 1;
  }

  .quote-help-layout,
  .quote-include-layout,
  .quote-form-layout {
    grid-template-columns: 1fr;
  }
}

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

  .quote-application-grid,
  .quote-info-grid,
  .quote-help-card,
  .quote-steps,
  .quote-include-grid,
  .quote-form-grid {
    grid-template-columns: 1fr;
  }

  .quote-form label.full {
    grid-column: auto;
  }
}
