/* Bloco final compartilhado: Responsável Técnico + Formulário + fusão com rodapé */

.exec-dossier {
  position: relative;
  padding: 90px 0 160px;
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 164, 93, 0.1), transparent 35%),
    #060606;
  border: none;
  box-shadow: none;
}

.exec-dossier::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, transparent 0%, #050505 100%);
}

.exec-dossier > * {
  position: relative;
  z-index: 1;
}

.exec-dossier-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.exec-kicker {
  display: inline-block;
  color: #c8a45d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.exec-dossier-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  color: #fff;
}

.exec-role {
  margin: 0 0 14px;
  color: #e8e8e8;
  font-size: 18px;
  font-weight: 600;
}

.exec-creds {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.exec-creds li {
  color: #e8c889;
  font-weight: 700;
  font-size: 15px;
}

.exec-method {
  margin-bottom: 22px;
}

.exec-method-badge {
  display: inline-block;
  margin-bottom: 8px;
  color: #e8c889;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.exec-method p {
  margin: 0 0 8px;
  color: #d8d8d8;
  line-height: 1.65;
  font-size: 15px;
}

.exec-method small {
  display: block;
  margin: 0 0 14px;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.5;
}

.exec-method strong {
  color: #e8c889;
}

.exec-panel-link {
  display: inline-flex;
  margin: 4px 0 2px;
  color: #e8c889;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 200, 137, 0.45);
}

.exec-panel-link:hover {
  color: #f3d9a0;
}

.exec-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.exec-badges span,
.exec-badges a,
.exec-badges a.exec-badge-link,
.exec-badges a.painel-demo-link {
  padding: 8px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(200, 164, 93, 0.28) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.exec-dossier-btn {
  display: inline-flex;
}

.exec-footnote {
  margin: 12px 0 0;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 1.55;
  max-width: 420px;
}

.exec-dossier-photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(200, 164, 93, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.exec-dossier-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.contact-overlap {
  position: relative;
  z-index: 8;
  padding: 0;
  margin: -90px 0 -120px;
  background: transparent !important;
}

.contact-square {
  position: relative;
  z-index: 9;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: stretch;
  padding: clamp(32px, 4vw, 48px);
  border-radius: 8px;
  background: #121212;
  border: 1px solid rgba(200, 164, 93, 0.28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.contact-square-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-square-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}

.contact-square-copy p {
  margin: 0;
  color: #cfcfcf;
  font-size: 18px;
  line-height: 1.6;
  max-width: 360px;
}

.contact-square-form {
  display: grid;
  gap: 14px;
}

.contact-square-form label {
  display: grid;
  gap: 6px;
}

.contact-square-form label span {
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 600;
}

.contact-square-form input,
.contact-square-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0c0c0c;
  color: #f2f2f2;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.contact-square-form input:focus,
.contact-square-form textarea:focus {
  border-color: rgba(200, 164, 93, 0.65);
}

.contact-square-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-square-submit {
  width: 100%;
  margin-top: 4px;
  border-radius: 4px;
}

.contact-square-note {
  margin: 0;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.45;
}

footer.footer-premium,
footer.footer-institutional {
  position: relative;
  z-index: 1;
  border-top: none !important;
  padding-top: 150px !important;
}

/* Rodapé institucional (mesmo de avaliacoes-imobiliarias) */
.footer-institutional {
  padding: 80px 0 40px;
  background: #050505;
  border-top: 1px solid rgba(200, 164, 93, 0.18);
}

.footer-institutional .footer-mega {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-brand-card {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.footer-brand-card img.footer-seal {
  width: min(150px, 55vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.footer-brand-card h3 {
  margin: 0;
  font-size: 22px;
  color: #fff;
}

.footer-brand-card p {
  margin: 0;
  color: #c8c8c8;
  font-size: 14px;
  line-height: 1.6;
}

.footer-creds {
  color: #e8c889 !important;
  font-weight: 700;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.footer-icon-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(200, 164, 93, 0.4);
  background: rgba(20, 20, 20, 0.9);
  color: #e8c889;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.footer-icon-btn svg,
.footer-icon-btn i {
  width: 20px;
  height: 20px;
}

.footer-icon-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 164, 93, 0.85);
  background: rgba(200, 164, 93, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.footer-institutional h4 {
  margin: 0 0 14px;
  color: #e8c889;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-institutional ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-institutional ul a {
  color: #d4d4d4;
  text-decoration: none;
  font-size: 14px;
}

.footer-institutional ul a:hover {
  color: #e8c889;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #8f8f8f;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .footer-institutional .footer-mega {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .exec-dossier-card,
  .contact-square {
    grid-template-columns: 1fr;
  }

  .exec-dossier-photo,
  .exec-dossier-photo img {
    min-height: 320px;
  }

  .contact-overlap {
    margin: -60px 0 -80px;
  }

  footer.footer-premium,
  footer.footer-institutional {
    padding-top: 120px !important;
  }

  .footer-institutional .footer-mega {
    grid-template-columns: 1fr;
  }
}
