/* =====================================================================
   INÍCIO - PÁGINA SISTEMA PARA IMOBILIÁRIAS
===================================================================== */

.realestate-page {
  background: #ffffff;
}

.realestate-page section {
  scroll-margin-top: 110px;
}

/* =====================================================================
   INÍCIO - BREADCRUMB IMOBILIÁRIAS
===================================================================== */

.realestate-breadcrumb {
  padding: 24px 0 0;
  background: #ffffff;
}

.realestate-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.realestate-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #cbd5e1;
}

.realestate-breadcrumb a:hover {
  color: #2563eb;
}

/* =====================================================================
   FIM - BREADCRUMB IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - HERO IMOBILIÁRIAS
===================================================================== */

.realestate-hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 88px 0 130px;
  background:
    radial-gradient(circle at 12% 18%, rgba(37,99,235,.14), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(124,58,237,.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.realestate-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.realestate-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.realestate-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  border: 1px solid rgba(37,99,235,.15);
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.realestate-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.realestate-hero__content h1 {
  max-width: 720px;
  margin: 0;
  color: #020617;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .94;
  letter-spacing: -.072em;
  font-weight: 950;
}

.realestate-hero__content h1 strong {
  display: block;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.realestate-hero__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #64748b;
  font-size: 19px;
  line-height: 1.75;
}

.realestate-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.realestate-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.realestate-hero__visual {
  position: relative;
  min-height: 640px;
}

.realestate-dashboard {
  position: absolute;
  right: 0;
  top: 30px;
  width: min(650px, 100%);
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.30), transparent 34%),
    linear-gradient(145deg, #07111f, #111827);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 42px 110px rgba(15,23,42,.28);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.realestate-dashboard__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.realestate-dashboard__top span,
.realestate-dashboard__top strong {
  display: block;
}

.realestate-dashboard__top span {
  color: #93c5fd;
  font-size: 10px;
  font-weight: 850;
}

.realestate-dashboard__top strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
}

.realestate-dashboard__top b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 10px;
}

.realestate-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.realestate-dashboard__metrics article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.realestate-dashboard__metrics small,
.realestate-dashboard__metrics strong,
.realestate-dashboard__metrics span {
  display: block;
}

.realestate-dashboard__metrics small {
  color: #94a3b8;
  font-size: 10px;
}

.realestate-dashboard__metrics strong {
  margin: 7px 0;
  color: #ffffff;
  font-size: 25px;
}

.realestate-dashboard__metrics span {
  color: #93c5fd;
  font-size: 9px;
  font-weight: 800;
}

.realestate-pipeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.realestate-pipeline > div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
}

.realestate-pipeline > div > span {
  display: block;
  margin-bottom: 10px;
  color: #cbd5e1;
  font-size: 10px;
  font-weight: 900;
}

.realestate-pipeline article {
  padding: 12px;
  margin-top: 8px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}

.realestate-pipeline strong,
.realestate-pipeline small {
  display: block;
}

.realestate-pipeline strong {
  color: #ffffff;
  font-size: 11px;
}

.realestate-pipeline small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
}

.realestate-property-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  overflow: hidden;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 30px 90px rgba(15,23,42,.18);
  transform: rotate(-3deg);
}

.realestate-property-card__image {
  height: 160px;
  display: flex;
  align-items: flex-start;
  padding: 14px;
  background:
    linear-gradient(rgba(15,23,42,.08), rgba(15,23,42,.26)),
    linear-gradient(135deg, #dbeafe, #c4b5fd);
}

.realestate-property-card__image span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #2563eb;
  font-size: 9px;
  font-weight: 900;
}

.realestate-property-card__content {
  padding: 16px;
}

.realestate-property-card__content small,
.realestate-property-card__content strong,
.realestate-property-card__content span {
  display: block;
}

.realestate-property-card__content small {
  color: #64748b;
  font-size: 9px;
}

.realestate-property-card__content strong {
  margin: 6px 0;
  color: #0f172a;
  font-size: 12px;
}

.realestate-property-card__content span {
  color: #2563eb;
  font-size: 15px;
  font-weight: 900;
}

.realestate-floating-card {
  position: absolute;
  z-index: 4;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 22px 60px rgba(15,23,42,.18);
  backdrop-filter: blur(16px);
}

.realestate-floating-card span,
.realestate-floating-card strong {
  display: block;
}

.realestate-floating-card span {
  margin-bottom: 5px;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
}

.realestate-floating-card strong {
  color: #0f172a;
  font-size: 13px;
}

.realestate-floating-card--lead {
  left: 170px;
  top: 0;
}

.realestate-floating-card--visit {
  right: 0;
  bottom: 0;
}

.realestate-floating-card--visit strong {
  color: #16a34a;
}

/* =====================================================================
   FIM - HERO IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - PROBLEMAS IMOBILIÁRIAS
===================================================================== */

.realestate-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.realestate-problems__grid article {
  min-height: 250px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.realestate-problems__grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.24);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
}

.realestate-problems__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(239,68,68,.09);
  color: #dc2626;
  font-weight: 900;
}

.realestate-problems__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.035em;
}

.realestate-problems__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.realestate-problem--dark {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.25), transparent 38%),
    linear-gradient(145deg, #07111f, #111827) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.realestate-problem--dark > span {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
}

.realestate-problem--dark h3 {
  color: #ffffff;
}

.realestate-problem--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - PROBLEMAS IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - CRM IMOBILIÁRIAS
===================================================================== */

.realestate-crm {
  padding: 120px 0;
}

.realestate-crm__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.realestate-check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 32px;
}

.realestate-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  color: #334155;
  font-size: 14px;
}

.realestate-check-list span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.realestate-lead-profile {
  padding: 28px;
  border-radius: 34px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 34px 100px rgba(15,23,42,.13);
}

.realestate-lead-profile__top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.realestate-lead-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
}

.realestate-lead-profile__top > div:nth-child(2) {
  flex: 1;
}

.realestate-lead-profile__top small,
.realestate-lead-profile__top strong,
.realestate-lead-profile__top span {
  display: block;
}

.realestate-lead-profile__top small {
  color: #94a3b8;
  font-size: 10px;
}

.realestate-lead-profile__top strong {
  margin: 3px 0;
  color: #0f172a;
  font-size: 20px;
}

.realestate-lead-profile__top span {
  color: #64748b;
  font-size: 12px;
}

.realestate-lead-profile__top b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(239,68,68,.09);
  color: #dc2626;
  font-size: 10px;
}

.realestate-lead-profile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0;
}

.realestate-lead-profile__tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(37,99,235,.08);
  color: #2563eb;
  font-size: 10px;
  font-weight: 850;
}

.realestate-lead-profile__timeline {
  display: grid;
  gap: 14px;
}

.realestate-lead-profile__timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 15px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.06);
}

.realestate-lead-profile__timeline article > span {
  color: #2563eb;
  font-size: 10px;
  font-weight: 900;
}

.realestate-lead-profile__timeline strong {
  display: block;
  margin-bottom: 5px;
  color: #0f172a;
  font-size: 13px;
}

.realestate-lead-profile__timeline p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
}

.realestate-lead-profile__footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37,99,235,.09), rgba(124,58,237,.09));
  border: 1px solid rgba(37,99,235,.12);
}

.realestate-lead-profile__footer small,
.realestate-lead-profile__footer strong {
  display: block;
}

.realestate-lead-profile__footer small {
  color: #64748b;
  font-size: 10px;
}

.realestate-lead-profile__footer strong {
  margin-top: 4px;
  color: #0f172a;
  font-size: 13px;
}

.realestate-lead-profile__footer > span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
}

/* =====================================================================
   FIM - CRM IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - RECURSOS IMOBILIÁRIAS
===================================================================== */

.realestate-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.realestate-feature {
  min-height: 285px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.realestate-feature:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}

.realestate-feature > span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.realestate-feature h3 {
  margin-bottom: 13px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.realestate-feature p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.realestate-feature--featured {
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 28px 80px rgba(37,99,235,.12);
}

.realestate-feature--dark {
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.35), transparent 38%),
    linear-gradient(145deg, #07111f, #111827);
  border-color: rgba(255,255,255,.08);
}

.realestate-feature--dark > span {
  background: rgba(255,255,255,.11);
  color: #bfdbfe;
}

.realestate-feature--dark h3 {
  color: #ffffff;
}

.realestate-feature--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - RECURSOS IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - JORNADA IMOBILIÁRIAS
===================================================================== */

.realestate-journey {
  padding: 120px 0;
}

.realestate-journey__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.28), transparent 34%),
    linear-gradient(145deg, #07111f, #111827);
  box-shadow: 0 38px 110px rgba(15,23,42,.22);
}

.realestate-journey__flow article {
  min-height: 170px;
  display: grid;
  align-content: center;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.realestate-journey__flow article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
}

.realestate-journey__flow strong,
.realestate-journey__flow small {
  display: block;
}

.realestate-journey__flow strong {
  color: #ffffff;
  font-size: 14px;
}

.realestate-journey__flow small {
  margin-top: 7px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.5;
}

.realestate-journey__line {
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  box-shadow: 0 0 18px rgba(37,99,235,.55);
}

/* =====================================================================
   FIM - JORNADA IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - CASOS DE USO IMOBILIÁRIAS
===================================================================== */

.realestate-usecases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.realestate-usecases__grid article {
  min-height: 250px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
}

.realestate-usecases__grid span {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.realestate-usecases__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.04em;
}

.realestate-usecases__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

/* =====================================================================
   FIM - CASOS DE USO IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - COMPARATIVO IMOBILIÁRIAS
===================================================================== */

.realestate-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.realestate-comparison__card {
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 24px 75px rgba(15,23,42,.08);
}

.realestate-comparison__card > span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.realestate-comparison__card h3 {
  margin-bottom: 22px;
  color: #0f172a;
  font-size: 28px;
  letter-spacing: -.04em;
}

.realestate-comparison__card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.realestate-comparison__card li {
  position: relative;
  padding-left: 30px;
  color: #475569;
  font-size: 15px;
  font-weight: 750;
}

.realestate-comparison__card li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.realestate-comparison__card--bad {
  background: #ffffff;
}

.realestate-comparison__card--bad > span {
  background: rgba(239,68,68,.09);
  color: #dc2626;
}

.realestate-comparison__card--bad li::before {
  content: "×";
  background: #ef4444;
}

.realestate-comparison__card--good {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.26), transparent 36%),
    linear-gradient(145deg, #07111f, #111827);
  border-color: rgba(255,255,255,.08);
}

.realestate-comparison__card--good > span {
  background: rgba(34,197,94,.12);
  color: #86efac;
}

.realestate-comparison__card--good h3 {
  color: #ffffff;
}

.realestate-comparison__card--good li {
  color: rgba(226,232,240,.82);
}

.realestate-comparison__card--good li::before {
  content: "✓";
  background: #22c55e;
}

/* =====================================================================
   FIM - COMPARATIVO IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - RESULTADOS IMOBILIÁRIAS
===================================================================== */

.realestate-results {
  background:
    radial-gradient(circle at 20% 20%, rgba(37,99,235,.18), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,.18), transparent 36%),
    linear-gradient(145deg, #07111f, #111827 60%, #1e1b4b);
}

.realestate-results .section__eyebrow {
  color: #93c5fd;
}

.realestate-results .section__title {
  color: #ffffff;
}

.realestate-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.realestate-results__grid article {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}

.realestate-results__grid strong {
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #60a5fa, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.06em;
}

.realestate-results__grid span {
  color: rgba(226,232,240,.78);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 750;
}

.realestate-results__note {
  margin: 24px auto 0;
  text-align: center;
  color: rgba(226,232,240,.52);
  font-size: 12px;
}

/* =====================================================================
   FIM - RESULTADOS IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - FAQ E CTA IMOBILIÁRIAS
===================================================================== */

.realestate-faq {
  background: #ffffff;
}

.realestate-final {
  padding: 120px 0 96px;
}

/* =====================================================================
   FIM - FAQ E CTA IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   INÍCIO - RESPONSIVO IMOBILIÁRIAS
===================================================================== */

@media (max-width: 1120px) {
  .realestate-hero__grid,
  .realestate-crm__grid {
    grid-template-columns: 1fr;
  }

  .realestate-hero__visual {
    min-height: 680px;
  }

  .realestate-problems__grid,
  .realestate-features__grid,
  .realestate-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .realestate-usecases__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .realestate-journey__flow {
    grid-template-columns: 1fr;
  }

  .realestate-journey__line {
    width: 2px;
    height: 32px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .realestate-breadcrumb {
    padding-top: 18px;
  }

  .realestate-hero {
    min-height: auto;
    padding: 58px 0 84px;
  }

  .realestate-hero__content h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .realestate-hero__content > p {
    font-size: 17px;
  }

  .realestate-hero__actions {
    flex-direction: column;
  }

  .realestate-hero__actions .btn {
    width: 100%;
  }

  .realestate-hero__proof {
    flex-direction: column;
    gap: 10px;
  }

  .realestate-hero__visual {
    min-height: 760px;
  }

  .realestate-dashboard {
    position: relative;
    inset: auto;
    transform: none;
  }

  .realestate-dashboard__metrics,
  .realestate-pipeline {
    grid-template-columns: 1fr;
  }

  .realestate-pipeline > div:nth-child(2),
  .realestate-pipeline > div:nth-child(3) {
    display: none;
  }

  .realestate-property-card {
    width: 210px;
    bottom: -20px;
  }

  .realestate-floating-card--lead {
    left: auto;
    right: 0;
    top: 330px;
  }

  .realestate-floating-card--visit {
    right: 0;
    bottom: -20px;
  }

  .realestate-problems__grid,
  .realestate-features__grid,
  .realestate-usecases__grid,
  .realestate-results__grid,
  .realestate-comparison__grid {
    grid-template-columns: 1fr;
  }

  .realestate-crm,
  .realestate-journey {
    padding: 82px 0;
  }

  .realestate-lead-profile__top {
    align-items: flex-start;
  }

  .realestate-lead-profile__top b {
    display: none;
  }

  .realestate-lead-profile__timeline article {
    grid-template-columns: 1fr;
  }

  .realestate-lead-profile__footer {
    flex-direction: column;
  }

  .realestate-problems__grid article,
  .realestate-feature,
  .realestate-usecases__grid article {
    min-height: auto;
  }
}

/* =====================================================================
   FIM - RESPONSIVO IMOBILIÁRIAS
===================================================================== */

/* =====================================================================
   FIM - PÁGINA SISTEMA PARA IMOBILIÁRIAS
===================================================================== */


/* ==========================================================
   FOTO REAL NO CARD DO IMÓVEL — HERO IMOBILIÁRIAS
========================================================== */

.realestate-property-card__image {
    position: relative;

    width: 100%;
    height: 185px;

    overflow: hidden;

    background: #d8d7f5;
}

/* Foto do apartamento */
.realestate-property-card__photo {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

/* Leve escurecimento para destacar o selo */
.realestate-property-card__image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(15, 23, 42, 0.06) 0%,
            rgba(15, 23, 42, 0) 55%,
            rgba(15, 23, 42, 0.12) 100%
        );

    pointer-events: none;
}

/* Selo “Imóvel destaque” */
.realestate-property-card__image > span {
    position: absolute;

    top: 16px;
    left: 16px;

    z-index: 2;

    padding: 8px 12px;

    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.9);

    color: #2563eb;

    font-size: 12px;
    font-weight: 800;
    line-height: 1;

    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Efeito premium */
.realestate-property-card:hover .realestate-property-card__photo {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.03);
}
