/*
 * SEOFreelance foundation CSS: industries.
 * Reserved for industry hub and industry service pages. Not enqueued in Phase 3.
 */

.sf-industry-real-estate {
  --sf-industry-navy: #082849;
  --sf-industry-navy-2: #0e355f;
  --sf-industry-blue: #0b5ee8;
  --sf-industry-ink: #061f3f;
  --sf-industry-muted: #526b8e;
  --sf-industry-soft: #eef5ff;
  --sf-industry-line: #cfe0f6;
  --sf-industry-gold: #f6ad3d;
  --sf-industry-green: #2bb673;
  color: var(--sf-industry-ink);
}

/* Modern real-estate search expertise band */
.sf-industry-real-estate-modern .sf-section-compact:has(.sf-modern-trust-strip) {
  padding: clamp(24px, 4vw, 44px) 0;
}

.sf-industry-real-estate-modern .sf-modern-trust-strip,
.sf-industry-real-estate-modern .sf-modern-trust-strip > .wp-block-group__inner-container {
  align-items: center;
  background: linear-gradient(135deg, #f4f9ff 0%, #eef8f6 100%);
  border: 1px solid rgba(11, 94, 232, .14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 40, 73, .08);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  padding: 24px 26px;
}

.sf-industry-real-estate-modern .sf-modern-trust-copy {
  min-width: 0;
}

.sf-industry-real-estate-modern .sf-modern-trust-copy .sf-modern-trust-kicker {
  color: #0b5ee8;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
}

.sf-industry-real-estate-modern .sf-modern-trust-copy p {
  color: #061f3f;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
  max-width: 520px;
}

.sf-industry-real-estate-modern .sf-modern-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.sf-industry-real-estate-modern .sf-modern-trust-pills span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(6, 31, 63, .1);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(7, 40, 73, .06);
  color: #24486f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  padding: 10px 12px;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .sf-industry-real-estate-modern .sf-section-compact:has(.sf-modern-trust-strip) {
    padding: 18px 0 24px;
  }

  .sf-industry-real-estate-modern .sf-modern-trust-strip,
  .sf-industry-real-estate-modern .sf-modern-trust-strip > .wp-block-group__inner-container {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
    padding: 19px 17px;
  }

  .sf-industry-real-estate-modern .sf-modern-trust-copy p {
    font-size: 20px;
    line-height: 1.22;
  }

  .sf-industry-real-estate-modern .sf-modern-trust-pills {
    gap: 7px;
    justify-content: flex-start;
  }

  .sf-industry-real-estate-modern .sf-modern-trust-pills span {
    font-size: 12px;
    padding: 9px 10px;
  }
}

.sf-industry-real-estate .sf-section {
  padding: 86px 24px;
}

.sf-industry-real-estate .sf-section-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.sf-industry-real-estate .wp-block-group__inner-container {
  width: 100%;
}

.sf-industry-real-estate .sf-section-inner > .wp-block-group__inner-container {
  max-width: 1220px;
  margin: 0 auto;
}

.sf-industry-real-estate .sf-section-white {
  background: #fff;
}

.sf-industry-real-estate .sf-section-soft {
  background: linear-gradient(180deg, #f3f7ff 0%, #eef5ff 100%);
}

.sf-industry-real-estate .sf-section-dark {
  background: var(--sf-industry-navy);
  color: #fff;
}

.sf-industry-real-estate .sf-section-compact {
  padding-top: 34px;
  padding-bottom: 34px;
}

.sf-industry-real-estate .sf-section-compact + .sf-section-compact {
  padding-top: 10px;
}

.sf-industry-real-estate .sf-eyebrow,
.sf-industry-real-estate .sf-section-kicker,
.sf-industry-real-estate .sf-panel-kicker {
  color: var(--sf-industry-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-section-dark .sf-eyebrow,
.sf-industry-real-estate .sf-section-dark .sf-section-kicker,
.sf-industry-real-estate .sf-section-dark .sf-panel-kicker {
  color: var(--sf-industry-gold);
}

.sf-industry-real-estate h1,
.sf-industry-real-estate h2,
.sf-industry-real-estate h3 {
  color: inherit;
  letter-spacing: 0;
}

.sf-industry-real-estate h1 {
  max-width: 780px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: .98;
  margin: 0 0 24px;
}

.sf-industry-real-estate h2 {
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1.03;
  margin: 0 0 20px;
}

.sf-industry-real-estate h3 {
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.sf-industry-real-estate p {
  color: var(--sf-industry-muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.sf-industry-real-estate .sf-section-dark p,
.sf-industry-real-estate .sf-dark-card p {
  color: rgba(255, 255, 255, .78);
}

.sf-industry-real-estate a {
  color: var(--sf-industry-blue);
  text-decoration: none;
}

.sf-industry-real-estate .sf-section-dark a {
  color: #fff;
}

.sf-industry-real-estate .sf-hero {
  padding-top: 74px;
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 6% 10%, rgba(11, 94, 232, .12), transparent 28%),
    linear-gradient(90deg, #f4f8ff 0%, #fff 58%, #eef5ff 100%);
}

.sf-industry-real-estate .sf-hero-grid,
.sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-split,
.sf-industry-real-estate .sf-split > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  gap: 64px;
  align-items: center;
}

.sf-industry-real-estate .sf-hero-lede {
  max-width: 720px;
  color: #314d73;
  font-size: 24px;
  line-height: 1.45;
}

.sf-industry-real-estate .sf-hero-support {
  max-width: 720px;
}

.sf-industry-real-estate .sf-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.sf-industry-real-estate .sf-button .wp-block-button__link,
.sf-industry-real-estate a.sf-inline-button {
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(246, 173, 61, .22);
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 54px;
  padding: 16px 26px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.sf-industry-real-estate .sf-button-primary .wp-block-button__link,
.sf-industry-real-estate a.sf-inline-button-primary {
  background: var(--sf-industry-gold);
  color: #061f3f;
}

.sf-industry-real-estate .sf-button-secondary .wp-block-button__link,
.sf-industry-real-estate a.sf-inline-button-secondary {
  background: #fff;
  border: 1px solid #bcd2f0;
  box-shadow: none;
  color: var(--sf-industry-blue);
}

.sf-industry-real-estate .sf-button .wp-block-button__link:hover,
.sf-industry-real-estate a.sf-inline-button:hover {
  text-decoration: none;
  transform: translateY(-3px);
}

.sf-industry-real-estate .sf-button .wp-block-button__link:focus-visible,
.sf-industry-real-estate a.sf-inline-button:focus-visible {
  outline: 3px solid rgba(11, 94, 232, .26);
  outline-offset: 3px;
}

.sf-industry-real-estate .sf-lead-panel,
.sf-industry-real-estate .sf-dark-panel {
  background: linear-gradient(145deg, var(--sf-industry-navy), var(--sf-industry-navy-2));
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(8, 40, 73, .24);
  color: #fff;
  padding: 34px;
}

.sf-industry-real-estate .sf-lead-panel h2,
.sf-industry-real-estate .sf-lead-panel h3,
.sf-industry-real-estate .sf-dark-panel h2,
.sf-industry-real-estate .sf-dark-panel h3 {
  color: #fff;
}

.sf-industry-real-estate .sf-lead-panel h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.sf-industry-real-estate .sf-form-intro {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
}

.sf-industry-real-estate .sf-real-estate-cf7 .row {
  display: grid;
  gap: 12px;
  margin: 0;
}

.sf-industry-real-estate .sf-real-estate-cf7 p {
  line-height: 1;
  margin: 0;
}

.sf-industry-real-estate .sf-real-estate-cf7 br {
  display: none;
}

.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-form-control-wrap {
  display: block;
  line-height: 1;
  margin: 0;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12 {
  margin: 0;
  padding: 0;
  width: 100%;
}

.sf-industry-real-estate .sf-real-estate-cf7 input,
.sf-industry-real-estate .sf-real-estate-cf7 textarea,
.sf-industry-real-estate .sf-real-estate-cf7 select {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  margin: 0 !important;
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

.sf-industry-real-estate .sf-real-estate-cf7 textarea {
  min-height: 76px;
  resize: vertical;
}

.sf-industry-real-estate .sf-real-estate-cf7 input::placeholder,
.sf-industry-real-estate .sf-real-estate-cf7 textarea::placeholder {
  color: rgba(255, 255, 255, .68);
}

.sf-industry-real-estate .sf-real-estate-cf7 button,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"] {
  background: var(--sf-industry-gold);
  border: 0;
  border-radius: 999px;
  color: #061f3f;
  cursor: pointer;
  font-weight: 900;
  margin: 0 !important;
  min-height: 52px;
  padding: 14px 22px;
  text-transform: none;
  width: 100%;
}

.sf-industry-real-estate .sf-form-reassurance {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 700;
  margin-top: 14px;
}

.sf-industry-real-estate .sf-hero-grid,
.sf-industry-real-estate .sf-split,
.sf-industry-real-estate .sf-results-layout,
.sf-industry-real-estate .sf-final-form-grid,
.sf-industry-real-estate .sf-card-grid,
.sf-industry-real-estate .sf-three-grid,
.sf-industry-real-estate .sf-capability-grid,
.sf-industry-real-estate .sf-metric-grid,
.sf-industry-real-estate .sf-journey,
.sf-industry-real-estate .sf-model-equation,
.sf-industry-real-estate .sf-daaomi-line,
.sf-industry-real-estate .sf-lead-path,
.sf-industry-real-estate .sf-case-mini-metrics,
.sf-industry-real-estate .sf-faq-list,
.sf-industry-real-estate .sf-trust-strip,
.sf-industry-real-estate .sf-nav-pills {
  display: block;
}

.sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-split > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .85fr);
}

.sf-industry-real-estate .sf-results-layout > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.sf-industry-real-estate .sf-final-form-grid > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
}

.sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-metric-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-journey > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-case-mini-metrics > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-faq-list > .wp-block-group__inner-container {
  display: grid;
}

.sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container {
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container {
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container {
  gap: 22px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-metric-grid > .wp-block-group__inner-container {
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-journey > .wp-block-group__inner-container {
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container {
  gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container {
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-case-mini-metrics > .wp-block-group__inner-container {
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-faq-list > .wp-block-group__inner-container {
  gap: 12px;
}

.sf-industry-real-estate .sf-trust-strip > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-nav-pills > .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.sf-industry-real-estate .sf-results-proof {
  background:
    radial-gradient(circle at 84% 0%, rgba(246, 173, 61, .18), transparent 32%),
    linear-gradient(145deg, #071f3b, #0b3159);
  color: #fff;
}

.sf-industry-real-estate .sf-results-layout,
.sf-industry-real-estate .sf-results-layout > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
}

.sf-industry-real-estate .sf-results-layout h2,
.sf-industry-real-estate .sf-results-layout p {
  color: #fff;
}

.sf-industry-real-estate .sf-results-layout .sf-section-lede {
  color: rgba(255, 255, 255, .78);
}

.sf-industry-real-estate .sf-metric-grid,
.sf-industry-real-estate .sf-metric-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sf-industry-real-estate .sf-metric {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  padding: 24px;
}

.sf-industry-real-estate .sf-metric span {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-metric strong {
  color: #fff;
  display: block;
  font-size: clamp(32px, 4vw, 58px);
  line-height: .95;
}

.sf-industry-real-estate .sf-metric em {
  color: var(--sf-industry-gold);
  font-style: normal;
}

.sf-industry-real-estate .sf-trust-strip,
.sf-industry-real-estate .sf-trust-strip > .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.sf-industry-real-estate .sf-trust-strip p {
  flex-basis: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.sf-industry-real-estate .sf-trust-strip span,
.sf-industry-real-estate .sf-nav-pill a {
  background: #fff;
  border: 1px solid var(--sf-industry-line);
  border-radius: 999px;
  color: var(--sf-industry-ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 14px 18px;
  text-decoration: none;
}

.sf-industry-real-estate .sf-nav-pills,
.sf-industry-real-estate .sf-nav-pills > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.sf-industry-real-estate .sf-nav-pill {
  margin: 0;
}

.sf-industry-real-estate .sf-nav-pill a:hover {
  background: var(--sf-industry-blue);
  color: #fff;
}

.sf-industry-real-estate .sf-section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.sf-industry-real-estate .sf-section-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sf-industry-real-estate .sf-section-lede {
  color: var(--sf-industry-muted);
  font-size: 21px;
  line-height: 1.55;
}

.sf-industry-real-estate .sf-card-grid,
.sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-three-grid,
.sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-capability-grid,
.sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container {
  display: grid;
  gap: 22px;
}

.sf-industry-real-estate .sf-card-grid,
.sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-three-grid,
.sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-capability-grid,
.sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-card,
.sf-industry-real-estate .sf-step,
.sf-industry-real-estate .sf-audience-card,
.sf-industry-real-estate .sf-case-card,
.sf-industry-real-estate .sf-journey-step {
  background: #fff;
  border: 1px solid var(--sf-industry-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(8, 40, 73, .06);
  padding: 26px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sf-industry-real-estate .sf-card:hover,
.sf-industry-real-estate .sf-step:hover,
.sf-industry-real-estate .sf-audience-card:hover,
.sf-industry-real-estate .sf-case-card:hover {
  border-color: rgba(246, 173, 61, .75);
  box-shadow: 0 22px 48px rgba(8, 40, 73, .11);
  transform: translateY(-4px);
}

.sf-industry-real-estate .sf-icon-badge {
  align-items: center;
  background: #edf5ff;
  border-radius: 8px;
  color: var(--sf-industry-blue);
  display: inline-flex;
  font-size: 18px;
  height: 52px;
  justify-content: center;
  margin: 0 0 22px;
  width: 52px;
}

.sf-industry-real-estate .sf-card-action {
  color: var(--sf-industry-blue);
  font-size: 15px;
  font-weight: 900;
  margin-top: 20px;
}

.sf-industry-real-estate .sf-card-action a {
  color: inherit;
}

.sf-industry-real-estate .sf-dark-card,
.sf-industry-real-estate .sf-section-dark .sf-card,
.sf-industry-real-estate .sf-section-dark .sf-step {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: none;
  color: #fff;
}

.sf-industry-real-estate .sf-section-dark .sf-card h3,
.sf-industry-real-estate .sf-section-dark .sf-step h3 {
  color: #fff;
}

.sf-industry-real-estate .sf-card,
.sf-industry-real-estate .sf-step {
  min-width: 0;
}

.sf-industry-real-estate .sf-card h3,
.sf-industry-real-estate .sf-step h3 {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.sf-industry-real-estate .sf-journey,
.sf-industry-real-estate .sf-journey > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.sf-industry-real-estate .sf-journey-step {
  min-height: 170px;
}

.sf-industry-real-estate .sf-step-number {
  align-items: center;
  background: var(--sf-industry-gold);
  border-radius: 999px;
  color: #061f3f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  margin-bottom: 18px;
  width: 40px;
}

.sf-industry-real-estate .sf-model-equation,
.sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.sf-industry-real-estate .sf-model-equation,
.sf-industry-real-estate .sf-lead-path {
  margin-bottom: 28px;
}

.sf-industry-real-estate .sf-model-token {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 82px;
  padding: 16px;
  text-align: center;
}

.sf-industry-real-estate .sf-model-token:last-child {
  background: var(--sf-industry-gold);
  color: #061f3f;
}

.sf-industry-real-estate .sf-daaomi-line,
.sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.sf-industry-real-estate .sf-lead-path,
.sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.sf-industry-real-estate .sf-lead-path span {
  background: #edf5ff;
  border: 1px solid var(--sf-industry-line);
  border-radius: 999px;
  color: var(--sf-industry-ink);
  font-size: 13px;
  font-weight: 900;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-case-card {
  border-left: 5px solid var(--sf-industry-gold);
}

.sf-industry-real-estate .sf-case-mini-metrics,
.sf-industry-real-estate .sf-case-mini-metrics > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.sf-industry-real-estate .sf-case-mini-metrics div {
  background: #f5f9ff;
  border: 1px solid var(--sf-industry-line);
  border-radius: 8px;
  padding: 18px;
}

.sf-industry-real-estate .sf-case-mini-metrics span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-case-mini-metrics strong {
  display: block;
  font-size: 26px;
  margin-top: 6px;
}

.sf-industry-real-estate .sf-faq-list,
.sf-industry-real-estate .sf-faq-list > .wp-block-group__inner-container {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.sf-industry-real-estate .sf-faq-card {
  padding: 24px 28px;
}

.sf-industry-real-estate .sf-faq-card h3 {
  font-size: 20px;
}

.sf-industry-real-estate .sf-final-form-grid,
.sf-industry-real-estate .sf-final-form-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
  gap: 52px;
  align-items: center;
}

@media (max-width: 1100px) {
  .sf-industry-real-estate .sf-hero-grid,
  .sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-split,
  .sf-industry-real-estate .sf-split > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-results-layout,
  .sf-industry-real-estate .sf-results-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-final-form-grid,
  .sf-industry-real-estate .sf-final-form-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sf-industry-real-estate .sf-card-grid,
  .sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-capability-grid,
  .sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-industry-real-estate .sf-journey,
  .sf-industry-real-estate .sf-journey > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-model-equation,
  .sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-daaomi-line,
  .sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-lead-path,
  .sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate .sf-section {
    padding: 58px 18px;
  }

  .sf-industry-real-estate .sf-hero {
    padding-top: 48px;
  }

  .sf-industry-real-estate h1 {
    font-size: 42px;
  }

  .sf-industry-real-estate h2 {
    font-size: 34px;
  }

  .sf-industry-real-estate p,
  .sf-industry-real-estate .sf-section-lede {
    font-size: 17px;
  }

  .sf-industry-real-estate .sf-hero-lede {
    font-size: 20px;
  }

  .sf-industry-real-estate .sf-lead-panel,
  .sf-industry-real-estate .sf-dark-panel {
    padding: 24px;
  }

  .sf-industry-real-estate .sf-button-row,
  .sf-industry-real-estate .sf-button .wp-block-button__link {
    width: 100%;
  }

  .sf-industry-real-estate .sf-card-grid,
  .sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-three-grid,
  .sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-capability-grid,
  .sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-metric-grid,
  .sf-industry-real-estate .sf-metric-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-journey,
  .sf-industry-real-estate .sf-journey > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-model-equation,
  .sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-daaomi-line,
  .sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-lead-path,
  .sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-case-mini-metrics,
  .sf-industry-real-estate .sf-case-mini-metrics > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}

/* Final Gutenberg wrapper normalization for industry pages. */
.sf-industry-real-estate .sf-hero-grid,
.sf-industry-real-estate .sf-split,
.sf-industry-real-estate .sf-results-layout,
.sf-industry-real-estate .sf-final-form-grid,
.sf-industry-real-estate .sf-card-grid,
.sf-industry-real-estate .sf-three-grid,
.sf-industry-real-estate .sf-capability-grid,
.sf-industry-real-estate .sf-metric-grid,
.sf-industry-real-estate .sf-journey,
.sf-industry-real-estate .sf-model-equation,
.sf-industry-real-estate .sf-daaomi-line,
.sf-industry-real-estate .sf-lead-path,
.sf-industry-real-estate .sf-case-mini-metrics,
.sf-industry-real-estate .sf-faq-list,
.sf-industry-real-estate .sf-trust-strip,
.sf-industry-real-estate .sf-nav-pills {
  display: block;
}

.sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-split > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .85fr);
}

.sf-industry-real-estate .sf-results-layout > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.sf-industry-real-estate .sf-final-form-grid > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
}

.sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-metric-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-journey > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-case-mini-metrics > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-faq-list > .wp-block-group__inner-container {
  display: grid;
}

.sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container {
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-case-mini-metrics > .wp-block-group__inner-container {
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container {
  gap: 22px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-metric-grid > .wp-block-group__inner-container {
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-journey > .wp-block-group__inner-container {
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container {
  gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container {
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-faq-list > .wp-block-group__inner-container {
  gap: 12px;
}

.sf-industry-real-estate .sf-trust-strip > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-nav-pills > .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 1100px) {
  .sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-split > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-results-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-final-form-grid > .wp-block-group__inner-container {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-journey > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate .sf-card-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-three-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-capability-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-metric-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-journey > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-model-equation > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-daaomi-line > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-lead-path > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-case-mini-metrics > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}

/* Real Estate final commercial polish. */
.sf-industry-real-estate .sf-lead-panel {
  align-self: center;
}

.sf-industry-real-estate .sf-lead-panel .sf-panel-kicker {
  margin-bottom: 10px;
}

.sf-industry-real-estate .sf-lead-panel .sf-form-intro {
  margin-bottom: 18px;
}

.sf-industry-real-estate .sf-real-estate-cf7 .row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.sf-industry-real-estate .sf-real-estate-cf7 .row > :not(.col-md-12) {
  display: none !important;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12 {
  float: none !important;
  grid-column: auto;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="your-name"]) {
  grid-column: 1;
  grid-row: 1;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="business-name"]) {
  grid-column: 2;
  grid-row: 1;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="website-url"]) {
  grid-column: 1;
  grid-row: 2;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="your-email"]) {
  grid-column: 2;
  grid-row: 2;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="improvement-goal"]),
.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has(button),
.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has(input[type="submit"]) {
  grid-column: 1 / -1;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="improvement-goal"]) {
  grid-row: 3;
}

.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has(button),
.sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has(input[type="submit"]) {
  grid-row: 4;
}

.sf-industry-real-estate .sf-real-estate-cf7 input,
.sf-industry-real-estate .sf-real-estate-cf7 textarea,
.sf-industry-real-estate .sf-real-estate-cf7 select {
  min-height: 42px;
  padding: 10px 12px;
}

.sf-industry-real-estate .sf-real-estate-cf7 button,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"] {
  min-height: 46px;
  padding: 12px 20px;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.sf-industry-real-estate .sf-real-estate-cf7 button:hover,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"]:hover {
  background: #ffc04f;
  box-shadow: 0 18px 34px rgba(248, 172, 55, .24);
  transform: translateY(-2px);
}

.sf-industry-real-estate .sf-daaomi-signature .sf-section-head {
  max-width: 980px;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-section-head h2 {
  max-width: 920px;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-section-head p {
  max-width: 900px;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-daaomi-line,
.sf-industry-real-estate .sf-daaomi-signature .sf-daaomi-line > .wp-block-group__inner-container {
  position: relative;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-daaomi-line > .wp-block-group__inner-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-daaomi-signature .sf-daaomi-line > .wp-block-group__inner-container::before {
  background: linear-gradient(90deg, rgba(248, 172, 55, .18), rgba(11, 94, 232, .32), rgba(248, 172, 55, .18));
  content: "";
  height: 3px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 34px;
  z-index: 0;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-step {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(160deg, rgba(248, 172, 55, .78), rgba(188, 210, 240, .72)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(8, 40, 73, .08);
  min-height: 230px;
  position: relative;
  z-index: 1;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-step strong {
  box-shadow: 0 0 0 8px #fff;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-card-action {
  text-align: center;
}

.sf-industry-real-estate .sf-daaomi-signature .sf-card-action a {
  margin-left: 4px;
}

.sf-industry-real-estate .sf-split .sf-three-grid,
.sf-industry-real-estate .sf-split .sf-three-grid > .wp-block-group__inner-container {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.sf-industry-real-estate .sf-split .sf-three-grid .sf-card {
  min-height: 0;
  padding: 24px;
}

.sf-industry-real-estate .sf-split .sf-three-grid .sf-card > .wp-block-group__inner-container {
  align-items: flex-start;
  display: grid;
  gap: 4px 18px;
  grid-template-columns: 58px minmax(0, 1fr);
  width: 100%;
}

.sf-industry-real-estate .sf-split .sf-three-grid .sf-card .sf-icon,
.sf-industry-real-estate .sf-split .sf-three-grid .sf-card .sf-icon-badge {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.sf-industry-real-estate .sf-split .sf-three-grid .sf-card h3,
.sf-industry-real-estate .sf-split .sf-three-grid .sf-card p:not(.sf-icon-badge) {
  grid-column: 2;
  margin-top: 0;
}

.sf-industry-real-estate .sf-split .sf-three-grid .sf-card h3 {
  font-size: 23px;
  line-height: 1.12;
}

.sf-industry-real-estate .sf-split .sf-three-grid .sf-card p:not(.sf-icon-badge) {
  font-size: 17px;
  line-height: 1.55;
}

.sf-industry-real-estate .sf-case-flow {
  display: block;
}

.sf-industry-real-estate .sf-case-flow > .wp-block-group__inner-container {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-case-flow .sf-card {
  min-height: 100%;
}

.sf-industry-real-estate .sf-section-compact:has(.sf-trust-strip) {
  padding-bottom: 12px;
}

.sf-industry-real-estate .sf-section-compact:has(.sf-nav-pills) {
  padding-top: 0;
}

.sf-industry-real-estate .sf-trust-strip,
.sf-industry-real-estate .sf-trust-strip > .wp-block-group__inner-container {
  gap: 0;
}

.sf-industry-real-estate .sf-trust-strip p {
  color: var(--sf-industry-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.sf-industry-real-estate .sf-trust-strip span {
  display: none;
}

.sf-industry-real-estate .sf-real-estate-demand {
  --sf-real-estate-accent: #16a085;
  --sf-real-estate-accent-soft: rgba(22, 160, 133, .16);
}

.sf-industry-real-estate .sf-real-estate-demand .sf-section-head {
  max-width: 980px;
}

.sf-industry-real-estate .sf-real-estate-demand .sf-section-head h2 {
  max-width: 920px;
}

.sf-industry-real-estate .sf-real-estate-demand .sf-section-head p {
  color: rgba(255, 255, 255, .82);
  max-width: 840px;
}

.sf-industry-real-estate .sf-demand-layout,
.sf-industry-real-estate .sf-demand-layout > .wp-block-group__inner-container {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  margin-top: 34px;
}

.sf-industry-real-estate .sf-demand-panel {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .12);
  padding: 30px;
}

.sf-industry-real-estate .sf-demand-panel h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.12;
  margin: 10px 0 22px;
}

.sf-industry-real-estate .sf-demand-columns,
.sf-industry-real-estate .sf-demand-columns > .wp-block-group__inner-container {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-demand-column {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 18px;
}

.sf-industry-real-estate .sf-demand-column strong {
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-query-chip,
.sf-industry-real-estate .sf-ai-prompt-chip {
  align-items: center;
  background: var(--sf-real-estate-accent-soft);
  border: 1px solid rgba(22, 160, 133, .42);
  border-radius: 999px;
  color: #eafff9;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 7px 9px 0;
  padding: 9px 12px;
}

.sf-industry-real-estate .sf-ai-question-panel {
  background:
    radial-gradient(circle at top right, rgba(22, 160, 133, .24), transparent 34%),
    rgba(255, 255, 255, .08);
}

.sf-industry-real-estate .sf-ai-prompt-chip {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .2);
  border-radius: 8px;
  display: flex;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 12px 14px;
}

.sf-industry-real-estate .sf-search-bridge {
  margin-top: 22px;
}

.sf-industry-real-estate .sf-search-bridge,
.sf-industry-real-estate .sf-search-bridge > .wp-block-group__inner-container {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-bridge-row {
  background: #fff;
  border: 1px solid rgba(22, 160, 133, .32);
  border-radius: 8px;
  color: var(--sf-industry-ink);
  padding: 20px;
  position: relative;
}

.sf-industry-real-estate .sf-bridge-row::after {
  background: var(--sf-real-estate-accent);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: -2px;
}

.sf-industry-real-estate .sf-bridge-row span {
  color: var(--sf-real-estate-accent);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-bridge-row p {
  color: var(--sf-industry-muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.sf-industry-real-estate .sf-scenario-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-scenario-grid .sf-card {
  min-height: 100%;
}

@media (max-width: 1100px) {
  .sf-industry-real-estate .sf-demand-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-search-bridge > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-scenario-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-industry-real-estate .sf-demand-columns > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .sf-industry-real-estate .sf-daaomi-signature .sf-daaomi-line > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-case-flow > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate .sf-real-estate-cf7 .row,
  .sf-industry-real-estate .sf-demand-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-demand-columns > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-search-bridge > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-scenario-grid > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-case-flow > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .sf-industry-real-estate .sf-demand-panel {
    padding: 24px;
  }

  .sf-industry-real-estate .sf-demand-panel h3 {
    font-size: 24px;
  }

  .sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="your-name"]),
  .sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="business-name"]),
  .sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="website-url"]),
  .sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="your-email"]),
  .sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has([name="improvement-goal"]),
  .sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has(button),
  .sf-industry-real-estate .sf-real-estate-cf7 .col-md-12:has(input[type="submit"]) {
    grid-column: 1;
    grid-row: auto;
  }

  .sf-industry-real-estate .sf-daaomi-signature .sf-daaomi-line > .wp-block-group__inner-container::before {
    display: none;
  }

  .sf-industry-real-estate .sf-daaomi-signature .sf-step {
    min-height: 0;
  }

  .sf-industry-real-estate .sf-split .sf-three-grid .sf-card > .wp-block-group__inner-container {
    display: block;
  }

  .sf-industry-real-estate .sf-split .sf-three-grid .sf-card h3 {
    font-size: 24px;
  }
}

/* Final real-estate content polish: keep nested Gutenberg wrappers from squeezing custom demand cards. */
.sf-industry-real-estate .sf-real-estate-demand .sf-demand-layout {
  display: block;
  margin-top: 34px;
}

.sf-industry-real-estate .sf-real-estate-demand .sf-demand-layout > .wp-block-group__inner-container {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
}

.sf-industry-real-estate .sf-real-estate-demand .sf-demand-columns,
.sf-industry-real-estate .sf-real-estate-demand .sf-search-bridge {
  display: block;
}

.sf-industry-real-estate .sf-real-estate-demand .sf-demand-columns > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-real-estate-demand .sf-demand-columns:not(:has(> .wp-block-group__inner-container)) {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-real-estate-demand .sf-search-bridge > .wp-block-group__inner-container,
.sf-industry-real-estate .sf-real-estate-demand .sf-search-bridge:not(:has(> .wp-block-group__inner-container)) {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate .sf-real-estate-demand .sf-query-chip,
.sf-industry-real-estate .sf-real-estate-demand .sf-ai-prompt-chip {
  overflow-wrap: normal;
  text-wrap: balance;
  white-space: normal;
  word-break: normal;
}

@media (max-width: 1100px) {
  .sf-industry-real-estate .sf-real-estate-demand .sf-demand-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-real-estate-demand .sf-search-bridge > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-real-estate-demand .sf-search-bridge:not(:has(> .wp-block-group__inner-container)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-industry-real-estate .sf-real-estate-demand .sf-demand-columns > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-real-estate-demand .sf-demand-columns:not(:has(> .wp-block-group__inner-container)) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate .sf-real-estate-demand .sf-demand-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-real-estate-demand .sf-demand-columns > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-real-estate-demand .sf-demand-columns:not(:has(> .wp-block-group__inner-container)),
  .sf-industry-real-estate .sf-real-estate-demand .sf-search-bridge > .wp-block-group__inner-container,
  .sf-industry-real-estate .sf-real-estate-demand .sf-search-bridge:not(:has(> .wp-block-group__inner-container)) {
    grid-template-columns: 1fr;
  }
}

/* Real estate search-demand CTA treatment. */
.sf-industry-real-estate .sf-demand-cta {
  background:
    radial-gradient(circle at 7% 0%, rgba(22, 160, 133, .16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f3f8ff 48%, #eaf6f4 100%);
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate .sf-demand-cta .sf-section-inner > .wp-block-group__inner-container {
  max-width: 1240px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-hero {
  display: block;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-hero > .wp-block-group__inner-container {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-copy {
  background: #fff;
  border: 1px solid rgba(0, 92, 255, .16);
  border-left: 5px solid var(--sf-real-estate-accent);
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(8, 31, 57, .12);
  padding: clamp(30px, 4vw, 54px);
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-copy h2 {
  color: var(--sf-industry-ink);
  font-size: clamp(38px, 4.2vw, 68px);
  line-height: .98;
  margin: 0 0 22px;
  max-width: 820px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-copy p:not(.sf-section-kicker) {
  color: var(--sf-industry-muted);
  font-size: 19px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 780px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-copy .sf-button-row {
  margin-top: 30px;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel {
  background:
    radial-gradient(circle at top right, rgba(22, 160, 133, .36), transparent 34%),
    linear-gradient(145deg, #08264a 0%, #071f3d 100%);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 32px 80px rgba(8, 31, 57, .24);
  padding: clamp(28px, 3vw, 44px);
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel h3,
.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel .sf-panel-kicker {
  color: #fff;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-prompt-chip {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .25);
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  padding: 15px 16px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip span {
  background: rgba(255, 178, 57, .16);
  border: 1px solid rgba(255, 178, 57, .36);
  border-radius: 999px;
  color: #ffd89a;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .08em;
  padding: 9px 10px;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-layout {
  margin-top: 28px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-layout > .wp-block-group__inner-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-layout .sf-demand-panel {
  background: #fff;
  border-color: rgba(0, 92, 255, .16);
  box-shadow: 0 24px 60px rgba(8, 31, 57, .08);
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-layout .sf-demand-panel h3 {
  color: var(--sf-industry-ink);
  font-size: clamp(26px, 3vw, 42px);
  max-width: 760px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-column {
  background: linear-gradient(180deg, #f7fbff 0%, #eef7f5 100%);
  border-color: rgba(22, 160, 133, .22);
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-column strong {
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate .sf-demand-cta .sf-query-chip {
  background: #0e5f67;
  border-color: rgba(22, 160, 133, .34);
  box-shadow: 0 12px 28px rgba(14, 95, 103, .16);
  color: #fff;
}

.sf-industry-real-estate .sf-demand-cta .sf-bridge-row {
  box-shadow: 0 20px 44px rgba(8, 31, 57, .08);
}

@media (max-width: 1100px) {
  .sf-industry-real-estate .sf-demand-cta .sf-demand-hero > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy,
  .sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel {
    padding: 24px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip {
    grid-template-columns: 1fr;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy h2 {
    font-size: 34px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy p:not(.sf-section-kicker) {
    font-size: 16px;
  }
}

/* Real estate final rhythm polish: nav breathing room, compact hero copy, stronger demand CTA. */
.sf-industry-real-estate .sf-section-compact:has(.sf-nav-pills) {
  padding-top: 34px;
  padding-bottom: 36px;
}

@media (min-width: 1025px) {
  .sf-industry-real-estate .sf-hero {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container {
    align-items: center;
    gap: 52px;
    grid-template-columns: minmax(0, .98fr) minmax(420px, .78fr);
  }

  .sf-industry-real-estate .sf-hero-copy h1 {
    font-size: clamp(48px, 4.35vw, 70px);
    line-height: 1;
    max-width: 720px;
    margin-bottom: 20px;
  }

  .sf-industry-real-estate .sf-hero-lede {
    font-size: 21px;
    line-height: 1.46;
    margin-bottom: 18px;
    max-width: 680px;
  }

  .sf-industry-real-estate .sf-hero-support {
    font-size: 17px;
    line-height: 1.58;
    max-width: 680px;
  }

  .sf-industry-real-estate .sf-hero-copy .sf-button-row {
    margin-top: 24px;
  }
}

@media (min-width: 1025px) {
  .sf-industry-real-estate .sf-demand-cta {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-hero > .wp-block-group__inner-container {
    gap: 30px;
    grid-template-columns: minmax(0, .92fr) minmax(460px, .88fr);
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy {
    padding: 42px 46px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy h2 {
    font-size: clamp(42px, 3.65vw, 58px);
    line-height: 1.02;
    max-width: 680px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy p:not(.sf-section-kicker) {
    font-size: 18px;
    line-height: 1.58;
    max-width: 680px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy .sf-button-row {
    margin-top: 24px;
  }
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel {
  background:
    radial-gradient(circle at 92% 8%, rgba(20, 184, 166, .35), transparent 30%),
    linear-gradient(145deg, #061f3f 0%, #082b55 58%, #063f49 100%);
  border: 1px solid rgba(255, 255, 255, .22);
  position: relative;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel::before {
  background: linear-gradient(90deg, #16a085, rgba(255, 178, 57, .92));
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 38px;
  position: absolute;
  right: 38px;
  top: 0;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel .sf-panel-kicker {
  color: #8af5e7;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel h3 {
  color: #fff;
  max-width: 620px;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-prompt-chip {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
  color: #061f3f;
  font-weight: 850;
  padding: 16px 18px 16px 46px;
  position: relative;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-prompt-chip::before {
  background: #16a085;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(22, 160, 133, .16);
  content: "";
  height: 9px;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 9px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip span {
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
  color: #061f3f;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip span:nth-child(2) {
  background: #16a085;
  border-color: #16a085;
  color: #fff;
}

@media (min-width: 1025px) {
  .sf-industry-real-estate .sf-hero-copy h1 {
    font-size: clamp(44px, 3.85vw, 62px);
    line-height: 1.02;
    max-width: 660px;
  }

  .sf-industry-real-estate .sf-hero-lede {
    font-size: 20px;
    max-width: 650px;
  }

  .sf-industry-real-estate .sf-hero-support {
    font-size: 16px;
    max-width: 650px;
  }
}

@media (min-width: 1025px) {
  .sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container {
    gap: 42px;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .72fr);
  }

  .sf-industry-real-estate .sf-hero-copy h1 {
    font-size: clamp(42px, 3.45vw, 56px);
    max-width: 780px;
  }

  .sf-industry-real-estate .sf-hero-lede,
  .sf-industry-real-estate .sf-hero-support {
    max-width: 760px;
  }

  .sf-industry-real-estate .sf-hero-lede {
    font-size: 19px;
  }
}

@media (min-width: 1025px) {
  .sf-industry-real-estate .sf-hero-grid,
  .sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container {
    gap: 38px;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .68fr);
  }

  .sf-industry-real-estate .sf-hero .sf-hero-copy h1,
  .sf-industry-real-estate .sf-hero h1 {
    font-size: clamp(38px, 2.75vw, 46px);
    line-height: 1.07;
    max-width: 820px;
  }

  .sf-industry-real-estate .sf-hero .sf-hero-lede {
    font-size: 18px;
    line-height: 1.5;
  }

  .sf-industry-real-estate .sf-hero .sf-hero-support {
    font-size: 15.5px;
    line-height: 1.55;
  }
}

/* Real Estate approval polish: balance the hero/form and make demand CTA rhythm clearer. */
.sf-industry-real-estate .sf-section-compact:has(.sf-nav-pills) {
  padding-top: 52px;
  padding-bottom: 44px;
}

@media (min-width: 1025px) {
  .sf-industry-real-estate .sf-hero {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .sf-industry-real-estate .sf-hero .sf-section-inner {
    max-width: 1280px;
  }

  .sf-industry-real-estate .sf-hero-grid > .wp-block-group__inner-container {
    align-items: center;
    gap: 46px;
    grid-template-columns: minmax(0, 1.15fr) minmax(410px, .72fr);
  }

  .sf-industry-real-estate .sf-hero .sf-hero-copy h1,
  .sf-industry-real-estate .sf-hero h1 {
    font-size: clamp(38px, 3vw, 50px);
    line-height: 1.04;
    margin-bottom: 18px;
    max-width: 780px;
  }

  .sf-industry-real-estate .sf-hero .sf-hero-lede {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 14px;
    max-width: 760px;
  }

  .sf-industry-real-estate .sf-hero .sf-hero-support {
    font-size: 15.5px;
    line-height: 1.52;
    max-width: 760px;
  }

  .sf-industry-real-estate .sf-hero .sf-lead-panel {
    padding: 28px 30px;
  }

  .sf-industry-real-estate .sf-hero .sf-lead-panel h2 {
    font-size: clamp(30px, 2.45vw, 38px);
    line-height: 1.06;
    margin-bottom: 16px;
  }

  .sf-industry-real-estate .sf-hero .sf-form-intro {
    font-size: 15px;
    line-height: 1.48;
    margin-bottom: 16px;
  }

  .sf-industry-real-estate .sf-hero .sf-form-reassurance {
    margin-top: 12px;
  }
}

@media (min-width: 1025px) {
  .sf-industry-real-estate .sf-demand-cta {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-hero > .wp-block-group__inner-container {
    align-items: stretch;
    gap: 34px;
    grid-template-columns: minmax(0, .9fr) minmax(460px, .86fr);
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy {
    padding: 34px 40px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy h2 {
    font-size: clamp(38px, 3.1vw, 50px);
    line-height: 1.04;
    max-width: 640px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy p:not(.sf-section-kicker) {
    font-size: 16.5px;
    line-height: 1.55;
    max-width: 640px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-demand-copy .sf-button-row {
    margin-top: 20px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel {
    padding: 40px 42px;
  }

  .sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel h3 {
    font-size: clamp(28px, 2.35vw, 38px);
    line-height: 1.08;
  }
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip {
  gap: 12px;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip span {
  background: rgba(255, 255, 255, .96);
  border-color: rgba(255, 255, 255, .82);
  color: #061f3f;
  letter-spacing: .08em;
}

.sf-industry-real-estate .sf-demand-cta .sf-demand-proof-strip span:nth-child(2) {
  background: linear-gradient(135deg, #16a085, #0e6a79);
  border-color: rgba(255, 255, 255, .34);
  color: #fff;
}

/* Real Estate form contrast fix: keep placeholders and submit hover readable on dark panels. */
.sf-industry-real-estate .sf-real-estate-cf7 input,
.sf-industry-real-estate .sf-real-estate-cf7 textarea,
.sf-industry-real-estate .sf-real-estate-cf7 select {
  color: #fff !important;
}

.sf-industry-real-estate .sf-real-estate-cf7 input::placeholder,
.sf-industry-real-estate .sf-real-estate-cf7 textarea::placeholder {
  color: rgba(255, 255, 255, .82) !important;
  opacity: 1 !important;
}

.sf-industry-real-estate .sf-real-estate-cf7 input::-webkit-input-placeholder,
.sf-industry-real-estate .sf-real-estate-cf7 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .82) !important;
  opacity: 1 !important;
}

.sf-industry-real-estate .sf-real-estate-cf7 input::-moz-placeholder,
.sf-industry-real-estate .sf-real-estate-cf7 textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .82) !important;
  opacity: 1 !important;
}

.sf-industry-real-estate .sf-real-estate-cf7 button,
.sf-industry-real-estate .sf-real-estate-cf7 button[type="submit"],
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"],
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit {
  background: #f6ad3d !important;
  border: 0 !important;
  color: #061f3f !important;
  position: relative;
  z-index: 1;
}

.sf-industry-real-estate .sf-real-estate-cf7 button::before,
.sf-industry-real-estate .sf-real-estate-cf7 button::after,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"]::before,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"]::after,
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit::before,
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit::after {
  content: none !important;
  display: none !important;
}

.sf-industry-real-estate .sf-real-estate-cf7 button:hover,
.sf-industry-real-estate .sf-real-estate-cf7 button:focus,
.sf-industry-real-estate .sf-real-estate-cf7 button:active,
.sf-industry-real-estate .sf-real-estate-cf7 button[type="submit"]:hover,
.sf-industry-real-estate .sf-real-estate-cf7 button[type="submit"]:focus,
.sf-industry-real-estate .sf-real-estate-cf7 button[type="submit"]:active,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"]:hover,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"]:focus,
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"]:active,
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit:hover,
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit:focus,
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit:active {
  background: #ffc04f !important;
  box-shadow: 0 18px 34px rgba(248, 172, 55, .28) !important;
  color: #061f3f !important;
  transform: translateY(-2px);
}

/* Real Estate benchmark lock: final micro-polish only. */
.sf-industry-real-estate .sf-hero .sf-button-secondary .wp-block-button__link {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(11, 94, 232, .72), rgba(22, 160, 133, .68)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 16px 34px rgba(8, 40, 73, .1);
  color: #075bd8;
}

.sf-industry-real-estate .sf-hero .sf-button-secondary .wp-block-button__link:hover,
.sf-industry-real-estate .sf-hero .sf-button-secondary .wp-block-button__link:focus {
  background: linear-gradient(135deg, #0b5ee8 0%, #16a085 100%);
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(11, 94, 232, .18);
  color: #fff;
}

.sf-industry-real-estate .wp-block-button__link,
.sf-industry-real-estate a.sf-inline-button {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
}

.sf-industry-real-estate .wp-block-button__link::after,
.sf-industry-real-estate a.sf-inline-button::after {
  align-items: center;
  border-radius: 999px;
  content: "›";
  display: inline-flex;
  font-size: 1.25em;
  font-weight: 900;
  height: 1em;
  justify-content: center;
  line-height: .8;
  transform: translateY(-1px);
  transition: transform .18s ease;
  width: .65em;
}

.sf-industry-real-estate .wp-block-button__link:hover::after,
.sf-industry-real-estate a.sf-inline-button:hover::after {
  transform: translate(3px, -1px);
}

.sf-industry-real-estate .sf-human-signal {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 850;
  gap: 10px;
  margin: 0 0 6px;
  padding: 10px 12px;
}

.sf-industry-real-estate .sf-human-signal::before {
  background: #f6ad3d;
  border-radius: 999px;
  content: "";
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
}

.sf-industry-real-estate .sf-human-signal-sub {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.sf-industry-real-estate .sf-form-next-steps {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 12px;
}

.sf-industry-real-estate .sf-form-next-steps p {
  align-items: center;
  color: rgba(255, 255, 255, .78);
  display: flex;
  font-size: 12.5px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.25;
  margin: 0;
}

.sf-industry-real-estate .sf-form-next-steps .sf-next-step-title {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 2px;
}

.sf-industry-real-estate .sf-form-next-steps p span {
  align-items: center;
  background: rgba(246, 173, 61, .16);
  border: 1px solid rgba(246, 173, 61, .42);
  border-radius: 999px;
  color: #f6ad3d;
  display: inline-flex;
  flex: 0 0 27px;
  font-size: 10px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
}

.sf-industry-real-estate .sf-hero-micro {
  color: #355a8c;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .01em;
  margin: 16px 0 0;
}

.sf-industry-real-estate .sf-hero-micro::before {
  background: #f6ad3d;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(246, 173, 61, .14);
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  vertical-align: 1px;
  width: 8px;
}

.sf-industry-real-estate .sf-hero-copy .sf-human-signal {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(246, 173, 61, .85), rgba(22, 160, 133, .72)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 36px rgba(8, 40, 73, .08);
  color: #061f3f;
  display: inline-flex;
  margin: 8px 0 6px;
  padding: 10px 14px;
}

.sf-industry-real-estate .sf-hero-copy .sf-human-signal-sub {
  color: #355a8c;
  margin-bottom: 18px;
}

.sf-industry-real-estate .sf-hero-copy .sf-form-next-steps {
  background: transparent;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  max-width: 760px;
  padding: 0;
}

.sf-industry-real-estate .sf-hero-copy .sf-form-next-steps .sf-next-step-title {
  color: #061f3f;
  flex: 0 0 100%;
  font-size: 14px;
  margin: 0 0 -2px;
}

.sf-industry-real-estate .sf-hero-copy .sf-form-next-steps p:not(.sf-next-step-title) {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(188, 210, 240, .8);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(8, 40, 73, .06);
  color: #355a8c;
  font-size: 12.5px;
  padding: 7px 12px 7px 8px;
}

.sf-industry-real-estate .sf-hero-copy .sf-form-next-steps p span {
  background: rgba(246, 173, 61, .18);
  border-color: rgba(246, 173, 61, .5);
  color: #8a5a05;
}

.sf-industry-real-estate .sf-real-estate-cf7 button,
.sf-industry-real-estate .sf-real-estate-cf7 button[type="submit"],
.sf-industry-real-estate .sf-real-estate-cf7 input[type="submit"],
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit {
  align-items: center;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(246, 173, 61, .22) !important;
  display: inline-flex !important;
  gap: 10px;
  justify-content: center;
}

.sf-industry-real-estate .sf-real-estate-cf7 button::after,
.sf-industry-real-estate .sf-real-estate-cf7 button[type="submit"]::after,
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit::after {
  content: "›" !important;
  display: inline-flex !important;
  font-size: 1.25em;
  font-weight: 900;
  line-height: .8;
  transform: translateY(-1px);
  transition: transform .18s ease;
}

.sf-industry-real-estate .sf-real-estate-cf7 button:hover::after,
.sf-industry-real-estate .sf-real-estate-cf7 button[type="submit"]:hover::after,
.sf-industry-real-estate .sf-real-estate-cf7 .wpcf7-submit:hover::after {
  transform: translate(3px, -1px);
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel {
  box-shadow:
    0 30px 70px rgba(6, 31, 63, .2),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  transform: translateZ(0);
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-question-panel h3 {
  text-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-panel-note {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.5;
  margin: -4px 0 18px;
  max-width: 560px;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-prompt-chip {
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(240, 249, 255, .9));
  border-color: rgba(255, 255, 255, .82);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, .16),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  transition: transform .18s ease, box-shadow .18s ease;
}

.sf-industry-real-estate .sf-demand-cta .sf-ai-prompt-chip:hover {
  box-shadow:
    0 22px 42px rgba(0, 0, 0, .2),
    inset 0 1px 0 rgba(255, 255, 255, .82);
  transform: translateY(-2px);
}

.sf-industry-real-estate .sf-demand-cta .sf-bridge-row {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78)),
    radial-gradient(circle at 92% 8%, rgba(22, 160, 133, .16), transparent 34%);
  border-color: rgba(22, 160, 133, .28);
  box-shadow:
    0 24px 48px rgba(8, 40, 73, .1),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  overflow: hidden;
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sf-industry-real-estate .sf-demand-cta .sf-bridge-row::before {
  background: linear-gradient(180deg, #16a085, #0b5ee8);
  border-radius: 999px;
  content: "";
  height: 46px;
  opacity: .9;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 4px;
}

.sf-industry-real-estate .sf-demand-cta .sf-bridge-row:hover {
  border-color: rgba(22, 160, 133, .48);
  box-shadow: 0 30px 58px rgba(8, 40, 73, .14);
  transform: translateY(-4px);
}

.sf-industry-real-estate #conversion .sf-lead-path > .wp-block-group__inner-container {
  align-items: stretch;
}

.sf-industry-real-estate #conversion .sf-lead-path span {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.15;
  min-height: 66px;
  padding: 14px 16px;
  text-align: center;
}

@media (max-width: 700px) {
  .sf-industry-real-estate .sf-human-signal,
  .sf-industry-real-estate .sf-form-next-steps {
    padding: 10px;
  }

  .sf-industry-real-estate .sf-form-next-steps p {
    align-items: flex-start;
  }
}

/* Real Estate Modern concept: scoped duplicate-page enhancements only. */
.sf-industry-real-estate-modern {
  --sf-modern-gray: #f1f2f4;
  --sf-modern-card: #f6f7f9;
  --sf-modern-shadow: 0 24px 58px rgba(8, 40, 73, .08);
}

.sf-industry-real-estate-modern .sf-results-proof {
  background:
    radial-gradient(circle at 8% 0%, rgba(11, 94, 232, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate-modern .sf-results-layout h2,
.sf-industry-real-estate-modern .sf-results-layout p {
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate-modern .sf-results-layout .sf-section-lede {
  color: var(--sf-industry-muted);
}

.sf-industry-real-estate-modern .sf-results-copy {
  max-width: 520px;
}

.sf-industry-real-estate-modern .sf-modern-results-header {
  margin: 0 auto 54px;
  max-width: 1120px;
  text-align: center;
}

.sf-industry-real-estate-modern .sf-modern-results-header p {
  color: #98a0aa;
  font-size: clamp(1.65rem, 4vw, 4.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.sf-industry-real-estate-modern .sf-modern-results-header p:first-child {
  color: #111;
}

.sf-industry-real-estate-modern .sf-modern-results-header strong {
  color: #050505;
}

.sf-industry-real-estate-modern .sf-modern-results-header span {
  background: linear-gradient(90deg, #d7fff4, #f9d4fb 48%, #cfb9ff);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6), 0 12px 30px rgba(122, 102, 255, .18);
  color: #061f3f;
  display: inline-flex;
  margin-left: .16em;
  padding: .04em .34em .09em;
}

.sf-industry-real-estate-modern .sf-modern-results-header span::after {
  content: "→";
  font-weight: 900;
  margin-left: .22em;
}

.sf-industry-real-estate-modern .sf-modern-results-header p:last-child {
  color: #9399a2;
  font-size: clamp(1.35rem, 2.9vw, 3rem);
  margin-top: 14px;
}

.sf-industry-real-estate-modern .sf-metric-grid,
.sf-industry-real-estate-modern .sf-metric-grid > .wp-block-group__inner-container {
  gap: 22px;
}

.sf-industry-real-estate-modern .sf-metric {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(246, 247, 249, .94)),
    var(--sf-modern-card);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: var(--sf-modern-shadow);
  color: var(--sf-industry-ink);
  min-height: 170px;
  padding: 28px;
  overflow: hidden;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sf-industry-real-estate-modern .sf-metric::before {
  content: none;
}

.sf-industry-real-estate-modern .sf-metric:nth-child(2)::before {
  background:
    linear-gradient(180deg, rgba(11, 94, 232, .28), rgba(22, 160, 133, .12)) 0 100% / 16px 42% no-repeat,
    linear-gradient(180deg, rgba(246, 173, 61, .32), rgba(246, 173, 61, .12)) 29px 100% / 16px 62% no-repeat,
    linear-gradient(180deg, rgba(11, 94, 232, .26), rgba(11, 94, 232, .1)) 58px 100% / 16px 78% no-repeat,
    linear-gradient(180deg, rgba(22, 160, 133, .24), rgba(22, 160, 133, .1)) 87px 100% / 16px 50% no-repeat,
    linear-gradient(180deg, rgba(246, 173, 61, .28), rgba(246, 173, 61, .1)) 116px 100% / 16px 70% no-repeat;
  bottom: 22px;
  content: "";
  height: 112px;
  opacity: .36;
  position: absolute;
  right: 28px;
  width: 150px;
  z-index: 0;
}

.sf-industry-real-estate-modern .sf-metric:nth-child(3)::before {
  background:
    radial-gradient(circle, rgba(22, 160, 133, .26) 0 5px, transparent 6px) 0 0 / 34px 34px,
    radial-gradient(circle, rgba(11, 94, 232, .16) 0 4px, transparent 5px) 17px 16px / 34px 34px;
  bottom: 28px;
  content: "";
  height: 112px;
  opacity: .45;
  position: absolute;
  right: 28px;
  width: 150px;
  z-index: 0;
}

.sf-industry-real-estate-modern .sf-metric:nth-child(4)::before {
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(246, 173, 61, .3) 42% 46%, transparent 46% 100%),
    linear-gradient(90deg, rgba(11, 94, 232, .16), rgba(22, 160, 133, .16));
  bottom: 34px;
  clip-path: polygon(0 68%, 18% 52%, 36% 60%, 56% 26%, 76% 38%, 100% 8%, 100% 100%, 0 100%);
  content: "";
  height: 116px;
  opacity: .35;
  position: absolute;
  right: 28px;
  width: 172px;
  z-index: 0;
}

.sf-industry-real-estate-modern .sf-metric::after {
  background: linear-gradient(90deg, rgba(11, 94, 232, .08), rgba(246, 173, 61, .18));
  border-radius: 999px;
  bottom: 28px;
  content: "";
  height: 2px;
  left: 28px;
  opacity: .8;
  position: absolute;
  right: 28px;
}

.sf-industry-real-estate-modern .sf-metric > * {
  position: relative;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-metric:hover {
  border-color: rgba(11, 94, 232, .18);
  box-shadow: 0 30px 74px rgba(8, 40, 73, .13);
  transform: translateY(-4px);
}

.sf-industry-real-estate-modern .sf-metric:first-child {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(150deg, #cbb9ff 0%, #8dbbff 20%, #fff 37%, #f6ad3d 76%, #f0a000 100%) border-box;
  border: 8px solid transparent;
  box-shadow: 0 30px 78px rgba(246, 173, 61, .18), 0 22px 54px rgba(8, 40, 73, .08);
  min-height: 400px;
  padding: 42px;
}

.sf-industry-real-estate-modern .sf-metric:first-child::before {
  background:
    linear-gradient(180deg, rgba(11, 94, 232, .2), rgba(22, 160, 133, .1)) 0 100% / 18px 38% no-repeat,
    linear-gradient(180deg, rgba(246, 173, 61, .3), rgba(246, 173, 61, .1)) 38px 100% / 18px 55% no-repeat,
    linear-gradient(180deg, rgba(11, 94, 232, .26), rgba(11, 94, 232, .12)) 76px 100% / 18px 68% no-repeat,
    linear-gradient(180deg, rgba(22, 160, 133, .2), rgba(22, 160, 133, .1)) 114px 100% / 18px 46% no-repeat,
    linear-gradient(180deg, rgba(246, 173, 61, .24), rgba(246, 173, 61, .1)) 152px 100% / 18px 58% no-repeat;
  bottom: 42px;
  content: "";
  height: 132px;
  opacity: .44;
  position: absolute;
  right: 42px;
  width: 190px;
  z-index: 0;
}

.sf-industry-real-estate-modern .sf-metric:first-child p::after {
  color: #050505;
  content: "Visibility improved through connected search, content and enquiry work.";
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
  margin-top: 118px;
  max-width: 330px;
}

.sf-industry-real-estate-modern .sf-metric span,
.sf-industry-real-estate-modern .sf-metric p {
  color: var(--sf-industry-muted);
}

.sf-industry-real-estate-modern .sf-metric strong {
  color: var(--sf-industry-ink);
}

@media (prefers-reduced-motion: no-preference) {
  .sf-industry-real-estate-modern .sf-metric strong {
    animation: sf-modern-number-pop .8s cubic-bezier(.2, .8, .2, 1) both;
    animation-timeline: view();
    animation-range: entry 0% cover 26%;
    transform-origin: left center;
  }
}

@keyframes sf-modern-number-pop {
  from {
    opacity: .2;
    transform: translateY(12px) scale(.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.sf-industry-real-estate-modern .sf-real-estate-demand {
  background:
    repeating-linear-gradient(90deg, rgba(8, 40, 73, .035) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(8, 40, 73, .025) 0 1px, transparent 1px 72px),
    radial-gradient(circle at 7% 10%, rgba(22, 160, 133, .13), transparent 25%),
    linear-gradient(180deg, #f5f8fb 0%, #fff 100%);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-copy {
  background: #fff;
  border: 1px solid var(--sf-industry-line);
  border-radius: 8px;
  box-shadow: var(--sf-modern-shadow);
  padding: 44px;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-copy h2 {
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-copy p:not(.sf-section-kicker) {
  color: var(--sf-industry-muted);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-ai-question-panel {
  background:
    linear-gradient(145deg, #071f3b, #07545d),
    radial-gradient(circle at top right, rgba(246, 173, 61, .24), transparent 32%);
  border: 0;
  box-shadow: 0 32px 78px rgba(8, 40, 73, .24);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-ai-prompt-chip {
  background: rgba(255, 255, 255, .92);
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout .sf-demand-panel {
  background: #fff;
  border: 1px solid var(--sf-industry-line);
  box-shadow: var(--sf-modern-shadow);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout .sf-demand-panel h3 {
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-column {
  background: var(--sf-modern-card);
  border-color: transparent;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-column strong {
  color: var(--sf-industry-ink);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-query-chip {
  background: #0b746f;
  border: 0;
  box-shadow: 0 16px 34px rgba(11, 116, 111, .12);
  color: #fff;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-bridge-row {
  background: var(--sf-modern-card);
  border: 0;
  box-shadow: none;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-tabs,
.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-tabs > .wp-block-group__inner-container {
  background:
    radial-gradient(circle at 8% 18%, rgba(32, 181, 168, .12), transparent 24%),
    radial-gradient(circle at 92% 5%, rgba(246, 173, 61, .12), transparent 22%),
    #eef1f4;
  border-radius: 8px;
  display: block;
  margin-top: 30px;
  padding: 32px;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-tabs > .wp-block-group__inner-container {
  margin: 0;
  padding: 0;
}

.sf-industry-real-estate-modern .sf-demand-tab-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 30px;
}

.sf-industry-real-estate-modern .sf-demand-tab-list button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #45566f;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  min-height: 52px;
  padding: 0 22px;
  transition: background-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

.sf-industry-real-estate-modern .sf-demand-tab-list button:hover {
  color: var(--sf-industry-ink);
  transform: translateY(-1px);
}

.sf-industry-real-estate-modern .sf-demand-tab-list button.is-active {
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 40, 73, .13);
  color: #050505;
}

.sf-industry-real-estate-modern .sf-demand-tab-list button[aria-selected="false"] {
  background: transparent !important;
  box-shadow: none !important;
  color: #45566f;
}

.sf-industry-real-estate-modern .sf-demand-tab-list button[aria-selected="true"] {
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(8, 40, 73, .13) !important;
  color: #050505;
}

.sf-industry-real-estate-modern .sf-demand-tab-panel {
  align-items: stretch;
  display: none;
  gap: 18px;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
}

.sf-industry-real-estate-modern .sf-demand-tab-panel.is-active {
  display: grid;
}

.sf-industry-real-estate-modern .sf-demand-tab-copy {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 40, 73, .08);
  padding: 28px;
}

.sf-industry-real-estate-modern .sf-demand-tab-copy span {
  align-items: center;
  background: #f7f9fb;
  border-radius: 999px;
  color: #061f3f;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  margin-bottom: 28px;
  width: 42px;
}

.sf-industry-real-estate-modern .sf-demand-tab-copy h3 {
  color: #050505;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.08;
  margin: 0 0 14px;
}

.sf-industry-real-estate-modern .sf-demand-tab-copy p {
  color: #66717f !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.sf-industry-real-estate-modern .sf-demand-tab-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate-modern .sf-demand-tab-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 40, 73, .08);
  min-height: 250px;
  overflow: hidden;
}

.sf-industry-real-estate-modern .sf-demand-card-visual {
  border-bottom: 1px solid rgba(8, 40, 73, .06);
  height: 132px;
  overflow: hidden;
  position: relative;
}

.sf-industry-real-estate-modern .sf-demand-card-visual span,
.sf-industry-real-estate-modern .sf-demand-card-visual b,
.sf-industry-real-estate-modern .sf-demand-card-visual i {
  display: block;
  position: absolute;
}

.sf-industry-real-estate-modern .sf-demand-card-visual::after {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .32), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sf-industry-real-estate-modern .sf-mini-searchbar,
.sf-industry-real-estate-modern .sf-mini-photo,
.sf-industry-real-estate-modern .sf-mini-answer::before,
.sf-industry-real-estate-modern .sf-mini-content::before,
.sf-industry-real-estate-modern .sf-mini-enquiry::before {
  background: rgba(255, 255, 255, .92);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(8, 40, 73, .12);
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-searchbar {
  height: 36px;
  left: 28px;
  top: 25px;
  width: calc(100% - 56px);
}

.sf-industry-real-estate-modern .sf-mini-searchbar::before {
  border: 3px solid #0b5ee8;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 10px;
}

.sf-industry-real-estate-modern .sf-mini-searchbar::after {
  background: #0b5ee8;
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 27px;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
  width: 9px;
}

.sf-industry-real-estate-modern .sf-mini-pin {
  background: #f6ad3d;
  border: 3px solid #fff;
  border-radius: 999px 999px 999px 0;
  box-shadow: 0 8px 22px rgba(8, 40, 73, .16);
  height: 22px;
  right: 42px;
  top: 70px;
  transform: rotate(-45deg);
  width: 22px;
}

.sf-industry-real-estate-modern .sf-mini-search .sf-mini-line {
  background: rgba(255, 255, 255, .86);
  border-radius: 999px;
  height: 10px;
  left: 34px;
  top: 80px;
  width: 44%;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-search .sf-mini-line:last-child {
  top: 98px;
  width: 60%;
}

.sf-industry-real-estate-modern .sf-mini-photo {
  height: 72px;
  left: 28px;
  top: 30px;
  width: 72px;
}

.sf-industry-real-estate-modern .sf-mini-photo::before {
  background:
    linear-gradient(135deg, transparent 44%, rgba(32, 181, 168, .75) 45% 63%, transparent 64%),
    linear-gradient(145deg, #fff2d4, #bfe8de);
  border-radius: 6px;
  content: "";
  inset: 10px;
  position: absolute;
}

.sf-industry-real-estate-modern .sf-mini-price {
  background: #061f3f;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  height: 24px;
  left: 116px;
  line-height: 24px;
  padding: 0 12px;
  top: 32px;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-mini-price::before {
  content: "$690k";
}

.sf-industry-real-estate-modern .sf-mini-listing .sf-mini-line {
  background: rgba(255, 255, 255, .78);
  border-radius: 999px;
  height: 10px;
  left: 116px;
  top: 70px;
  width: 38%;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-trend {
  border-bottom: 3px solid #20b5a8;
  border-right: 3px solid #20b5a8;
  height: 26px;
  right: 34px;
  top: 68px;
  transform: skewY(-24deg);
  width: 54px;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-mini-dashboard {
  align-items: end;
}

.sf-industry-real-estate-modern .sf-mini-dashboard::before,
.sf-industry-real-estate-modern .sf-mini-answer::before,
.sf-industry-real-estate-modern .sf-mini-content::before,
.sf-industry-real-estate-modern .sf-mini-enquiry::before {
  content: "";
  position: absolute;
}

.sf-industry-real-estate-modern .sf-mini-dashboard::before {
  background: rgba(255, 255, 255, .9);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 40, 73, .1);
  inset: 26px 30px 24px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-dashboard span {
  background: linear-gradient(180deg, rgba(11, 94, 232, .72), rgba(32, 181, 168, .54));
  border-radius: 999px 999px 0 0;
  bottom: 42px;
  height: 36px;
  left: 58px;
  width: 12px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-dashboard span:nth-child(2) {
  height: 52px;
  left: 86px;
}

.sf-industry-real-estate-modern .sf-mini-dashboard span:nth-child(3) {
  height: 42px;
  left: 114px;
}

.sf-industry-real-estate-modern .sf-mini-dashboard span:nth-child(4) {
  height: 60px;
  left: 142px;
}

.sf-industry-real-estate-modern .sf-mini-dashboard b {
  background:
    linear-gradient(90deg, rgba(8, 40, 73, .18) 0 42%, transparent 42% 100%),
    linear-gradient(90deg, rgba(32, 181, 168, .68), rgba(246, 173, 61, .6));
  border-radius: 999px;
  height: 7px;
  left: 58px;
  top: 43px;
  width: 104px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-prompts span {
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(8, 40, 73, .1);
  color: #061f3f;
  font-size: 11px;
  font-weight: 850;
  left: 28px;
  line-height: 1;
  max-width: calc(100% - 56px);
  overflow: hidden;
  padding: 12px 15px;
  text-overflow: ellipsis;
  top: 30px;
  white-space: nowrap;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-mini-prompts span:nth-child(2) {
  left: auto;
  right: 26px;
  top: 76px;
}

.sf-industry-real-estate-modern .sf-mini-prompts i {
  background: rgba(255, 255, 255, .95);
  border-radius: 999px;
  height: 34px;
  left: 50%;
  top: 49px;
  transform: translateX(-50%);
  width: 34px;
  z-index: 3;
}

.sf-industry-real-estate-modern .sf-mini-prompts i::before,
.sf-industry-real-estate-modern .sf-mini-prompts i::after {
  background: #20b5a8;
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 9px;
  position: absolute;
  top: 15px;
  width: 16px;
}

.sf-industry-real-estate-modern .sf-mini-prompts i::after {
  transform: rotate(90deg);
}

.sf-industry-real-estate-modern .sf-mini-answer::before,
.sf-industry-real-estate-modern .sf-mini-content::before,
.sf-industry-real-estate-modern .sf-mini-enquiry::before {
  height: 76px;
  left: 34px;
  top: 27px;
  width: calc(100% - 68px);
}

.sf-industry-real-estate-modern .sf-mini-answer span,
.sf-industry-real-estate-modern .sf-mini-content span {
  background: rgba(8, 40, 73, .16);
  border-radius: 999px;
  height: 8px;
  left: 54px;
  top: 50px;
  width: 44%;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-answer span:nth-child(2),
.sf-industry-real-estate-modern .sf-mini-content span:nth-child(2) {
  top: 66px;
  width: 60%;
}

.sf-industry-real-estate-modern .sf-mini-answer span:nth-child(3),
.sf-industry-real-estate-modern .sf-mini-content span:nth-child(3) {
  top: 84px;
  width: 36%;
}

.sf-industry-real-estate-modern .sf-mini-answer b,
.sf-industry-real-estate-modern .sf-mini-content b {
  background: #20b5a8;
  border-radius: 999px;
  height: 28px;
  right: 50px;
  top: 52px;
  width: 28px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-answer b::before,
.sf-industry-real-estate-modern .sf-mini-content b::before {
  color: #fff;
  content: "✓";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  left: 6px;
  line-height: 1;
  position: absolute;
  top: 4px;
}

.sf-industry-real-estate-modern .sf-mini-checks span {
  background: rgba(255, 255, 255, .93);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(8, 40, 73, .1);
  height: 24px;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-checks span:nth-child(2) {
  top: 62px;
}

.sf-industry-real-estate-modern .sf-mini-checks span:nth-child(3) {
  top: 92px;
}

.sf-industry-real-estate-modern .sf-mini-checks span::before {
  background: #20b5a8;
  border-radius: 999px;
  color: #fff;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  left: 7px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 18px;
}

.sf-industry-real-estate-modern .sf-mini-checks span::after {
  background: rgba(8, 40, 73, .18);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 34px;
  position: absolute;
  top: 9px;
  width: 58%;
}

.sf-industry-real-estate-modern .sf-mini-reviews span {
  background: #f6ad3d;
  clip-path: polygon(50% 0, 62% 34%, 98% 34%, 68% 55%, 80% 90%, 50% 68%, 20% 90%, 32% 55%, 2% 34%, 38% 34%);
  height: 22px;
  left: 38px;
  top: 45px;
  width: 22px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(2) {
  left: 66px;
}

.sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(3) {
  left: 94px;
}

.sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(4) {
  left: 122px;
}

.sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(5) {
  left: 150px;
  opacity: .45;
}

.sf-industry-real-estate-modern .sf-mini-reviews b {
  background: rgba(255, 255, 255, .9);
  border-radius: 999px;
  height: 10px;
  left: 42px;
  top: 86px;
  width: 60%;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-flow span {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(8, 40, 73, .1);
  color: #061f3f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  height: 44px;
  justify-content: center;
  left: 30px;
  top: 42px;
  width: 82px;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-mini-flow span:nth-child(3) {
  left: auto;
  right: 30px;
}

.sf-industry-real-estate-modern .sf-mini-flow i {
  background: #20b5a8;
  height: 3px;
  left: calc(50% - 22px);
  top: 63px;
  width: 44px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-flow i::after {
  border-right: 3px solid #20b5a8;
  border-top: 3px solid #20b5a8;
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: -4px;
  transform: rotate(45deg);
  width: 9px;
}

.sf-industry-real-estate-modern .sf-mini-enquiry span {
  background: rgba(8, 40, 73, .15);
  border-radius: 999px;
  height: 8px;
  left: 54px;
  top: 52px;
  width: 44%;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-mini-enquiry span:nth-child(2) {
  top: 70px;
  width: 62%;
}

.sf-industry-real-estate-modern .sf-mini-enquiry b {
  background: #061f3f;
  border-radius: 999px;
  bottom: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  left: 54px;
  line-height: 1;
  padding: 10px 14px;
}

.sf-industry-real-estate-modern .sf-demand-card-visual-a {
  background:
    radial-gradient(circle at 84% 22%, rgba(246, 173, 61, .26), transparent 35%),
    radial-gradient(circle at 14% 84%, rgba(32, 181, 168, .22), transparent 34%),
    linear-gradient(135deg, #dceaff 0%, #d9f0ee 54%, #f8dc9e 100%);
}

.sf-industry-real-estate-modern .sf-demand-card-visual-b {
  background:
    radial-gradient(circle at 78% 72%, rgba(246, 173, 61, .28), transparent 32%),
    radial-gradient(circle at 18% 22%, rgba(11, 94, 232, .16), transparent 34%),
    linear-gradient(135deg, #dfe8ff 0%, #edf6f5 52%, #f6dfaa 100%);
}

.sf-industry-real-estate-modern .sf-demand-card-visual-c {
  background:
    radial-gradient(circle at 82% 18%, rgba(11, 94, 232, .18), transparent 32%),
    radial-gradient(circle at 22% 78%, rgba(32, 181, 168, .22), transparent 34%),
    linear-gradient(135deg, #e6f6f4 0%, #e8eefb 54%, #f7dfa8 100%);
}

.sf-industry-real-estate-modern .sf-demand-tab-card h4 {
  color: #050505;
  font-size: 20px;
  line-height: 1.15;
  margin: 22px 22px 8px;
}

.sf-industry-real-estate-modern .sf-demand-tab-card p {
  color: #66717f !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  margin: 0 22px 24px !important;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual {
  display: block;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual > .wp-block-group__inner-container {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy h2 {
  font-size: clamp(2.75rem, 4.6vw, 5.45rem);
  max-width: 720px;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-lede {
  font-size: 20px !important;
  line-height: 1.5 !important;
  max-width: 640px !important;
}

.sf-industry-real-estate-modern .sf-demand-statline {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 28px 0 26px;
  max-width: 520px;
}

.sf-industry-real-estate-modern .sf-demand-statline strong {
  color: #050505;
  font-size: clamp(4.5rem, 8vw, 7rem);
  letter-spacing: 0;
  line-height: .85;
}

.sf-industry-real-estate-modern .sf-demand-statline span {
  border-left: 1px solid rgba(8, 40, 73, .14);
  color: #061f3f;
  display: block;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
  padding-left: 24px;
}

.sf-industry-real-estate-modern .sf-demand-statline em {
  color: #8d96a2;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 750;
  margin-top: 8px;
}

.sf-industry-real-estate-modern .sf-platform-label {
  color: #61708b !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 10px !important;
}

.sf-industry-real-estate-modern .sf-ai-platforms {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  max-width: 390px;
}

.sf-industry-real-estate-modern .sf-ai-platforms span {
  align-items: center;
  background: rgba(8, 40, 73, .045);
  border-radius: 8px;
  color: #061f3f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 9px;
  line-height: 1.1;
  min-height: 42px;
  padding: 7px 10px;
  width: 100%;
}

.sf-industry-real-estate-modern .sf-platform-icon {
  background: #fff;
  border-radius: 7px;
  color: #061f3f;
  display: inline-flex;
  flex: 0 0 26px;
  height: 26px;
  overflow: hidden;
  position: relative;
  width: 26px;
}

.sf-industry-real-estate-modern .sf-platform-knot::before,
.sf-industry-real-estate-modern .sf-platform-knot::after {
  border: 2px solid #061f3f;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.sf-industry-real-estate-modern .sf-platform-knot::after {
  transform: rotate(60deg);
}

.sf-industry-real-estate-modern .sf-platform-compass::before {
  background: #667686;
  clip-path: polygon(50% 4%, 88% 88%, 50% 70%, 12% 88%);
  content: "";
  height: 17px;
  left: 4.5px;
  position: absolute;
  top: 4.5px;
  width: 17px;
}

.sf-industry-real-estate-modern .sf-platform-diamond::before {
  background: linear-gradient(135deg, #0b5ee8, #20b5a8);
  content: "";
  height: 14px;
  left: 6px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 14px;
}

.sf-industry-real-estate-modern .sf-platform-burst::before {
  background: #f6ad3d;
  clip-path: polygon(50% 0, 59% 33%, 94% 17%, 72% 48%, 100% 65%, 64% 64%, 67% 100%, 50% 69%, 33% 100%, 36% 64%, 0 65%, 28% 48%, 6% 17%, 41% 33%);
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 18px;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-row {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  max-width: 390px;
  width: auto;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-row .wp-block-button {
  flex: 0 0 auto;
  width: auto;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-row .wp-block-button__link {
  border-radius: 8px;
  font-size: 15px;
  justify-content: center;
  line-height: 1.2;
  min-height: 50px;
  min-width: 0;
  padding: 14px 22px;
  white-space: nowrap;
  width: auto;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-primary .wp-block-button__link {
  min-width: 272px;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-secondary .wp-block-button__link {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--sf-industry-blue);
  min-height: 34px;
  padding: 4px 0;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-row .sf-modern-btn-icon {
  flex: 0 0 20px;
  height: 20px;
  margin-right: 2px;
  width: 20px;
}

.sf-industry-real-estate-modern .sf-demand-visual-panel {
  align-self: stretch;
  height: auto;
  min-height: 520px;
}

.sf-industry-real-estate-modern .sf-property-visual {
  background:
    radial-gradient(circle at 78% 16%, rgba(246, 173, 61, .2), transparent 24%),
    radial-gradient(circle at 16% 88%, rgba(32, 181, 168, .22), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0)),
    linear-gradient(140deg, #0a315c 0%, #0a5b67 100%);
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(8, 40, 73, .26);
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.sf-industry-real-estate-modern .sf-property-visual::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), transparent 32%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 56px);
  content: "";
  inset: 0;
  position: absolute;
}

.sf-industry-real-estate-modern .sf-property-visual::after {
  background:
    radial-gradient(circle, rgba(246, 173, 61, .78) 0 4px, transparent 5px),
    linear-gradient(180deg, rgba(246, 173, 61, .46), rgba(32, 181, 168, .18));
  border-radius: 999px;
  content: "";
  height: 150px;
  left: 50%;
  opacity: .45;
  position: absolute;
  top: 500px;
  width: 2px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-property-window {
  background:
    linear-gradient(180deg, rgba(6, 31, 63, .08), rgba(6, 31, 63, .34)),
    url("/wp-content/themes/venor/assets/images/real-estate-modern/real-estate-search-consultation-v1.png") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .22);
  height: 330px;
  left: 48px;
  position: absolute;
  right: 48px;
  top: 42px;
}

.sf-industry-real-estate-modern .sf-property-window::after {
  background:
    linear-gradient(180deg, rgba(7, 29, 50, 0) 18%, rgba(7, 29, 50, .5) 100%),
    linear-gradient(90deg, rgba(7, 29, 50, .18), transparent 48%, rgba(7, 29, 50, .22));
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-window-toolbar {
  align-items: center;
  display: flex;
  gap: 8px;
  left: 18px;
  position: absolute;
  top: 16px;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-window-toolbar span {
  background: rgba(255, 255, 255, .34);
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.sf-industry-real-estate-modern .sf-photo-caption {
  backdrop-filter: blur(14px);
  background: rgba(5, 18, 32, .62);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  bottom: 18px;
  color: #fff;
  left: 18px;
  padding: 14px 16px;
  position: absolute;
  width: min(310px, calc(100% - 36px));
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-photo-caption small {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.sf-industry-real-estate-modern .sf-photo-caption strong {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.sf-industry-real-estate-modern .sf-market-map {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 44px 44px;
  border-radius: 8px;
  bottom: 22px;
  left: 22px;
  overflow: hidden;
  position: absolute;
  top: 46px;
  width: 46%;
}

.sf-industry-real-estate-modern .sf-market-map::before {
  background: radial-gradient(circle, rgba(32, 181, 168, .55), transparent 66%);
  content: "";
  height: 220px;
  left: 20px;
  position: absolute;
  top: 38px;
  width: 220px;
}

.sf-industry-real-estate-modern .sf-map-route {
  border: 4px solid rgba(32, 181, 168, .64);
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 48% 52% 44% 56%;
  height: 158px;
  left: 52px;
  position: absolute;
  top: 64px;
  transform: rotate(-18deg);
  width: 196px;
}

.sf-industry-real-estate-modern .sf-map-pin {
  background: #f6ad3d;
  border: 3px solid rgba(255, 255, 255, .78);
  border-radius: 999px 999px 999px 0;
  box-shadow: 0 0 26px rgba(246, 173, 61, .55);
  height: 22px;
  position: absolute;
  transform: rotate(-45deg);
  width: 22px;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-map-pin-one {
  left: 70px;
  top: 98px;
}

.sf-industry-real-estate-modern .sf-map-pin-two {
  left: 194px;
  top: 158px;
}

.sf-industry-real-estate-modern .sf-map-pin-three {
  left: 132px;
  top: 232px;
}

.sf-industry-real-estate-modern .sf-listing-stack {
  display: grid;
  gap: 12px;
  position: absolute;
  right: 24px;
  top: 58px;
  width: 44%;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-listing-stack span {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .14);
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 74px 1fr;
  padding: 10px;
}

.sf-industry-real-estate-modern .sf-listing-stack b {
  background: linear-gradient(135deg, #d7e9f5, #f9d8a4);
  border-radius: 6px;
  display: block;
  grid-row: span 2;
  min-height: 48px;
}

.sf-industry-real-estate-modern .sf-listing-stack i {
  background: #c6d3df;
  border-radius: 999px;
  display: block;
  height: 8px;
}

.sf-industry-real-estate-modern .sf-listing-stack i:last-child {
  background: #20b5a8;
  width: 62%;
}

.sf-industry-real-estate-modern .sf-signal-card {
  backdrop-filter: blur(14px);
  background: rgba(5, 18, 32, .7);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  bottom: 22px;
  color: #fff;
  padding: 16px;
  position: absolute;
  right: 24px;
  width: 44%;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-signal-card small {
  color: rgba(255, 255, 255, .64);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sf-industry-real-estate-modern .sf-signal-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.sf-industry-real-estate-modern .sf-signal-card em {
  background: linear-gradient(90deg, #20b5a8, rgba(255, 255, 255, .18));
  border-radius: 999px;
  display: block;
  height: 6px;
  margin-top: 7px;
}

.sf-industry-real-estate-modern .sf-signal-card em:nth-of-type(2) {
  width: 72%;
}

.sf-industry-real-estate-modern .sf-signal-card em:nth-of-type(3) {
  width: 54%;
}

.sf-industry-real-estate-modern .sf-property-card {
  backdrop-filter: blur(14px);
  background: rgba(5, 18, 32, .58);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  bottom: 122px;
  color: #fff;
  left: 48px;
  padding: 16px 18px;
  position: absolute;
  width: 280px;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-property-card small {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sf-industry-real-estate-modern .sf-property-card strong {
  color: #fff;
  display: block;
  font-size: 18px;
}

.sf-industry-real-estate-modern .sf-floating-prompt {
  animation: sf-prompt-focus 7.2s cubic-bezier(.2, .8, .2, 1) infinite;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(5, 18, 32, .2);
  color: #061f3f;
  font-size: 14px;
  font-weight: 850;
  left: 70px;
  max-width: min(430px, calc(100% - 112px));
  opacity: .78;
  padding: 12px 16px;
  position: absolute;
  transform: translateY(0) scale(.985);
  z-index: 3;
}

.sf-industry-real-estate-modern .sf-prompt-one {
  animation-delay: 0s;
  left: 72px;
  top: 298px;
}

.sf-industry-real-estate-modern .sf-prompt-two {
  animation-delay: 1.2s;
  left: 118px;
  top: 350px;
}

.sf-industry-real-estate-modern .sf-prompt-three {
  animation-delay: 2.4s;
  left: 92px;
  top: 402px;
}

.sf-industry-real-estate-modern .sf-prompt-four {
  animation-delay: 3.6s;
  left: 182px;
  top: 454px;
}

.sf-industry-real-estate-modern .sf-ai-search-bar {
  align-items: center;
  background: rgba(5, 18, 32, .72);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  bottom: 34px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  color: rgba(255, 255, 255, .72);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  left: 48px;
  padding: 14px 14px 14px 24px;
  position: absolute;
  right: 48px;
  z-index: 4;
}

.sf-industry-real-estate-modern .sf-ai-search-bar b {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #061f3f;
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 25px;
  height: 46px;
  justify-content: center;
  line-height: 1;
}

@keyframes sf-prompt-focus {
  0%, 100% {
    opacity: .76;
    transform: translateY(0) scale(.985);
  }

  10%, 38% {
    opacity: 1;
    transform: translateY(-4px) scale(1.025);
  }

  54% {
    opacity: .82;
    transform: translateY(0) scale(.99);
  }
}

.sf-industry-real-estate-modern .sf-daaomi-signature {
  background:
    repeating-linear-gradient(135deg, rgba(11, 94, 232, .035) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.sf-industry-real-estate-modern .sf-daaomi-signature .sf-daaomi-line > .wp-block-group__inner-container::before {
  content: none;
}

.sf-industry-real-estate-modern .sf-daaomi-signature .sf-step {
  background: var(--sf-modern-gray);
  border: 0;
  box-shadow: none;
  min-height: 245px;
  padding: 34px;
}

.sf-industry-real-estate-modern .sf-daaomi-signature .sf-step strong,
.sf-industry-real-estate-modern .sf-daaomi-signature .sf-step-number {
  background: #fff;
  border-radius: 999px;
  box-shadow: none;
  color: var(--sf-industry-ink);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 26px;
  width: 44px;
}

.sf-industry-real-estate-modern #why .sf-three-grid .sf-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .36), rgba(255, 255, 255, 0)),
    var(--sf-modern-gray);
  border: 0;
  box-shadow: none;
  min-height: 220px;
}

.sf-industry-real-estate-modern #why {
  background:
    repeating-linear-gradient(90deg, rgba(11, 94, 232, .025) 0 1px, transparent 1px 86px),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.sf-industry-real-estate-modern #why .sf-three-grid .sf-card > .wp-block-group__inner-container {
  display: block;
}

.sf-industry-real-estate-modern #why .sf-icon-badge {
  background: #fff;
  color: var(--sf-industry-blue);
  font-size: 0;
  margin-bottom: 26px;
  position: relative;
}

.sf-industry-real-estate-modern #why .sf-icon-badge i {
  display: none;
}

.sf-industry-real-estate-modern #why .sf-icon-badge::before {
  content: "";
  color: var(--sf-industry-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 100%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  width: 100%;
}

.sf-industry-real-estate-modern #why .sf-card:nth-child(1) .sf-icon-badge::before {
  content: "01";
}

.sf-industry-real-estate-modern #why .sf-card:nth-child(2) .sf-icon-badge::before {
  content: "02";
}

.sf-industry-real-estate-modern #why .sf-card:nth-child(3) .sf-icon-badge::before {
  content: "03";
}

.sf-industry-real-estate-modern #why .sf-card p::before {
  content: none;
}

.sf-industry-real-estate-modern .wp-block-button__link,
.sf-industry-real-estate-modern .wpcf7-submit {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.sf-industry-real-estate-modern .wp-block-button__link::before,
.sf-industry-real-estate-modern a.sf-inline-button::before,
.sf-industry-real-estate-modern .wpcf7-submit::before {
  content: none !important;
  display: none !important;
}

.sf-industry-real-estate-modern .wp-block-button__link::after,
.sf-industry-real-estate-modern a.sf-inline-button::after,
.sf-industry-real-estate-modern .wpcf7-submit::after {
  content: none !important;
  display: none !important;
}

.sf-industry-real-estate-modern .sf-real-estate-cf7 button::after,
.sf-industry-real-estate-modern .sf-real-estate-cf7 button[type="submit"]::after,
.sf-industry-real-estate-modern .sf-real-estate-cf7 .wpcf7-submit::after {
  content: none !important;
  display: none !important;
}

.sf-industry-real-estate-modern .sf-real-estate-cf7 button::before,
.sf-industry-real-estate-modern .sf-real-estate-cf7 button[type="submit"]::before,
.sf-industry-real-estate-modern .sf-real-estate-cf7 .wpcf7-submit::before {
  content: none !important;
  display: none !important;
}

.sf-industry-real-estate-modern .sf-modern-btn-icon {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 2px;
  transition: transform .18s ease;
  width: 24px;
}

.sf-industry-real-estate-modern .wp-block-button__link:hover,
.sf-industry-real-estate-modern .wp-block-button__link:focus-visible,
.sf-industry-real-estate-modern .wpcf7-submit:hover,
.sf-industry-real-estate-modern .wpcf7-submit:focus-visible {
  transform: translateY(-2px);
}

.sf-industry-real-estate-modern .wp-block-button__link:hover::before,
.sf-industry-real-estate-modern .wp-block-button__link:focus-visible::before,
.sf-industry-real-estate-modern a.sf-inline-button:hover::before,
.sf-industry-real-estate-modern a.sf-inline-button:focus-visible::before,
.sf-industry-real-estate-modern .wpcf7-submit:hover::before,
.sf-industry-real-estate-modern .wpcf7-submit:focus-visible::before {
  transform: none;
}

.sf-industry-real-estate-modern .wp-block-button__link:hover .sf-modern-btn-icon,
.sf-industry-real-estate-modern .wp-block-button__link:focus-visible .sf-modern-btn-icon,
.sf-industry-real-estate-modern a.sf-inline-button:hover .sf-modern-btn-icon,
.sf-industry-real-estate-modern a.sf-inline-button:focus-visible .sf-modern-btn-icon,
.sf-industry-real-estate-modern .wpcf7-submit:hover .sf-modern-btn-icon,
.sf-industry-real-estate-modern .wpcf7-submit:focus-visible .sf-modern-btn-icon {
  transform: translateX(2px) rotate(8deg) scale(1.06);
}

.sf-industry-real-estate-modern .sf-button-primary .wp-block-button__link:hover,
.sf-industry-real-estate-modern .sf-button-primary .wp-block-button__link:focus-visible,
.sf-industry-real-estate-modern .wpcf7-submit:hover,
.sf-industry-real-estate-modern .wpcf7-submit:focus-visible {
  box-shadow: 0 18px 38px rgba(246, 173, 61, .24);
}

.sf-industry-real-estate-modern .sf-button-secondary .wp-block-button__link:hover,
.sf-industry-real-estate-modern .sf-button-secondary .wp-block-button__link:focus-visible {
  box-shadow: 0 18px 38px rgba(11, 94, 232, .12);
}

@media (prefers-reduced-motion: no-preference) {
  .sf-industry-real-estate-modern .sf-metric {
    animation: sf-modern-metric-rise .7s ease both;
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
  }
}

@keyframes sf-modern-metric-rise {
  from {
    opacity: .75;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
  Legacy removal for the first modern pass. Kept below with content:none above
  so only the duplicate concept receives corrected icon treatment.
*/
.sf-industry-real-estate-modern #why .sf-card p::before {
  background: #a8adb3;
  border-radius: 999px;
  color: #fff;
  content: none;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  margin-right: 10px;
  vertical-align: 2px;
  width: 24px;
}

@media (min-width: 1000px) {
  .sf-industry-real-estate-modern .sf-results-layout,
  .sf-industry-real-estate-modern .sf-results-layout > .wp-block-group__inner-container {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  }

  .sf-industry-real-estate-modern .sf-metric-grid > .wp-block-group__inner-container {
    grid-template-columns: minmax(280px, .95fr) minmax(0, 1fr);
    grid-template-rows: minmax(182px, auto) minmax(182px, auto) minmax(188px, auto);
  }

  .sf-industry-real-estate-modern .sf-metric:first-child {
    grid-row: 1 / span 2;
    min-height: 100%;
  }

  .sf-industry-real-estate-modern .sf-metric:nth-child(4) {
    align-items: center;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    min-height: 188px;
  }

  .sf-industry-real-estate-modern .sf-metric:nth-child(4)::before {
    bottom: 28px;
    height: 118px;
    right: 34px;
    width: 220px;
  }

  .sf-industry-real-estate-modern .sf-metric:nth-child(4)::after {
    left: 34px;
    right: 34px;
  }
}

@media (max-width: 1050px) {
  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-panel {
    grid-template-columns: 1fr;
  }

  .sf-industry-real-estate-modern .sf-demand-visual-panel,
  .sf-industry-real-estate-modern .sf-property-visual {
    min-height: 520px;
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate-modern .sf-modern-results-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .sf-industry-real-estate-modern .sf-modern-results-header span {
    margin-left: 0;
    margin-top: 8px;
  }

  .sf-industry-real-estate-modern .sf-metric:first-child {
    min-height: 360px;
    padding: 32px;
  }

  .sf-industry-real-estate-modern .sf-metric:first-child::before {
    bottom: 30px;
    right: 32px;
  }

  .sf-industry-real-estate-modern .sf-metric:first-child p::after {
    font-size: 1.18rem;
    margin-top: 120px;
    max-width: 240px;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-copy {
    box-sizing: border-box;
    padding: 28px;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout,
  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout .sf-demand-panel,
  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-columns,
  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-columns > .wp-block-group__inner-container,
  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-column {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-real-estate-demand .sf-demand-layout > .wp-block-group__inner-container,
  .sf-industry-real-estate-modern .sf-real-estate-demand .sf-demand-columns > .wp-block-group__inner-container,
  .sf-industry-real-estate-modern .sf-real-estate-demand .sf-demand-columns:not(:has(> .wp-block-group__inner-container)),
  .sf-industry-real-estate-modern .sf-real-estate-demand .sf-search-bridge > .wp-block-group__inner-container,
  .sf-industry-real-estate-modern .sf-real-estate-demand .sf-search-bridge:not(:has(> .wp-block-group__inner-container)) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout .sf-demand-panel {
    padding: 25px;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout .sf-demand-panel h3 {
    font-size: clamp(2.05rem, 9vw, 3rem);
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-query-chip {
    box-sizing: border-box;
    display: inline-flex;
    max-width: 100%;
    white-space: normal;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-tabs,
  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-tabs > .wp-block-group__inner-container {
    padding: 18px;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
    margin-left: -2px;
    padding: 2px 2px 10px;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-list button {
    font-size: 13px;
    min-height: 42px;
    padding: 0 13px;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-copy {
    padding: 22px;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-copy span {
    height: 36px;
    margin-bottom: 20px;
    width: 36px;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-cards {
    grid-template-columns: 1fr;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-card {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    min-height: 0;
  }

  .sf-industry-real-estate-modern .sf-demand-card-visual {
    align-self: stretch;
    border-bottom: 0;
    border-right: 1px solid rgba(8, 40, 73, .06);
    grid-row: 1 / span 2;
    height: auto;
    min-height: 116px;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-card h4 {
    align-self: end;
    font-size: 17px;
    margin: 18px 16px 6px;
  }

  .sf-industry-real-estate-modern .sf-demand-tab-card p {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 16px 18px !important;
  }

  .sf-industry-real-estate-modern .sf-mini-searchbar {
    height: 24px;
    left: 13px;
    top: 22px;
    width: calc(100% - 26px);
  }

  .sf-industry-real-estate-modern .sf-mini-searchbar::before {
    border-width: 2px;
    height: 7px;
    left: 10px;
    top: 7px;
    width: 7px;
  }

  .sf-industry-real-estate-modern .sf-mini-searchbar::after {
    height: 2px;
    left: 19px;
    top: 17px;
    width: 7px;
  }

  .sf-industry-real-estate-modern .sf-mini-search .sf-mini-line {
    height: 7px;
    left: 16px;
    top: 58px;
    width: 48%;
  }

  .sf-industry-real-estate-modern .sf-mini-search .sf-mini-line:last-child {
    top: 72px;
    width: 62%;
  }

  .sf-industry-real-estate-modern .sf-mini-pin {
    border-width: 2px;
    height: 18px;
    right: 15px;
    top: 67px;
    width: 18px;
  }

  .sf-industry-real-estate-modern .sf-mini-photo {
    height: 42px;
    left: 13px;
    top: 26px;
    width: 42px;
  }

  .sf-industry-real-estate-modern .sf-mini-photo::before {
    inset: 7px;
  }

  .sf-industry-real-estate-modern .sf-mini-price {
    font-size: 10px;
    height: 22px;
    left: 42px;
    padding: 0 8px;
    top: 22px;
  }

  .sf-industry-real-estate-modern .sf-mini-listing .sf-mini-line {
    height: 7px;
    left: 42px;
    top: 56px;
    width: 42px;
  }

  .sf-industry-real-estate-modern .sf-mini-trend {
    height: 22px;
    right: 16px;
    top: 70px;
    width: 38px;
  }

  .sf-industry-real-estate-modern .sf-mini-dashboard::before {
    inset: 22px 13px;
  }

  .sf-industry-real-estate-modern .sf-mini-dashboard span {
    bottom: 34px;
    left: 28px;
    width: 8px;
  }

  .sf-industry-real-estate-modern .sf-mini-dashboard span:nth-child(2) {
    left: 42px;
  }

  .sf-industry-real-estate-modern .sf-mini-dashboard span:nth-child(3) {
    left: 56px;
  }

  .sf-industry-real-estate-modern .sf-mini-dashboard span:nth-child(4) {
    left: 70px;
  }

  .sf-industry-real-estate-modern .sf-mini-dashboard b {
    left: 26px;
    top: 42px;
    width: 52px;
  }

  .sf-industry-real-estate-modern .sf-mini-prompts span {
    font-size: 9px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 9px 10px;
    top: 26px;
  }

  .sf-industry-real-estate-modern .sf-mini-prompts span:nth-child(2) {
    right: 9px;
    top: 70px;
  }

  .sf-industry-real-estate-modern .sf-mini-prompts i {
    height: 28px;
    top: 46px;
    width: 28px;
  }

  .sf-industry-real-estate-modern .sf-mini-prompts i::before,
  .sf-industry-real-estate-modern .sf-mini-prompts i::after {
    left: 7px;
    top: 13px;
    width: 14px;
  }

  .sf-industry-real-estate-modern .sf-mini-answer::before,
  .sf-industry-real-estate-modern .sf-mini-content::before,
  .sf-industry-real-estate-modern .sf-mini-enquiry::before {
    height: 62px;
    left: 14px;
    top: 27px;
    width: calc(100% - 28px);
  }

  .sf-industry-real-estate-modern .sf-mini-answer span,
  .sf-industry-real-estate-modern .sf-mini-content span,
  .sf-industry-real-estate-modern .sf-mini-enquiry span {
    height: 7px;
    left: 25px;
    top: 45px;
  }

  .sf-industry-real-estate-modern .sf-mini-answer span:nth-child(2),
  .sf-industry-real-estate-modern .sf-mini-content span:nth-child(2),
  .sf-industry-real-estate-modern .sf-mini-enquiry span:nth-child(2) {
    top: 59px;
  }

  .sf-industry-real-estate-modern .sf-mini-answer span:nth-child(3),
  .sf-industry-real-estate-modern .sf-mini-content span:nth-child(3) {
    top: 73px;
  }

  .sf-industry-real-estate-modern .sf-mini-answer b,
  .sf-industry-real-estate-modern .sf-mini-content b {
    height: 24px;
    right: 18px;
    top: 47px;
    width: 24px;
  }

  .sf-industry-real-estate-modern .sf-mini-answer b::before,
  .sf-industry-real-estate-modern .sf-mini-content b::before {
    font-size: 15px;
    left: 5px;
    top: 4px;
  }

  .sf-industry-real-estate-modern .sf-mini-checks span {
    height: 21px;
    left: 13px;
    top: 27px;
    width: calc(100% - 26px);
  }

  .sf-industry-real-estate-modern .sf-mini-checks span:nth-child(2) {
    top: 54px;
  }

  .sf-industry-real-estate-modern .sf-mini-checks span:nth-child(3) {
    top: 81px;
  }

  .sf-industry-real-estate-modern .sf-mini-checks span::before {
    font-size: 10px;
    height: 15px;
    left: 5px;
    line-height: 15px;
    top: 3px;
    width: 15px;
  }

  .sf-industry-real-estate-modern .sf-mini-checks span::after {
    height: 5px;
    left: 27px;
    top: 8px;
    width: 48%;
  }

  .sf-industry-real-estate-modern .sf-mini-reviews span {
    height: 17px;
    left: 13px;
    top: 42px;
    width: 17px;
  }

  .sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(2) {
    left: 31px;
  }

  .sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(3) {
    left: 49px;
  }

  .sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(4) {
    left: 67px;
  }

  .sf-industry-real-estate-modern .sf-mini-reviews span:nth-child(5) {
    left: 85px;
  }

  .sf-industry-real-estate-modern .sf-mini-reviews b {
    left: 15px;
    top: 75px;
    width: 70%;
  }

  .sf-industry-real-estate-modern .sf-mini-flow span {
    font-size: 10px;
    height: 34px;
    left: 9px;
    top: 42px;
    width: 38px;
  }

  .sf-industry-real-estate-modern .sf-mini-flow span:nth-child(3) {
    right: 9px;
  }

  .sf-industry-real-estate-modern .sf-mini-flow i {
    left: calc(50% - 12px);
    top: 58px;
    width: 24px;
  }

  .sf-industry-real-estate-modern .sf-mini-flow i::after {
    height: 7px;
    top: -3px;
    width: 7px;
  }

  .sf-industry-real-estate-modern .sf-mini-enquiry b {
    bottom: 34px;
    font-size: 10px;
    left: 24px;
    padding: 8px 10px;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .sf-industry-real-estate-modern .sf-demand-lede {
    font-size: 17px !important;
  }

  .sf-industry-real-estate-modern .sf-demand-statline {
    gap: 16px;
    margin: 22px 0;
  }

  .sf-industry-real-estate-modern .sf-demand-statline strong {
    font-size: 4.1rem;
  }

  .sf-industry-real-estate-modern .sf-demand-statline span {
    font-size: 16px;
    padding-left: 16px;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-row {
    max-width: 100%;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-row .wp-block-button {
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-row .wp-block-button__link {
    min-width: 0;
    min-height: 44px;
    width: 100%;
    white-space: normal;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-demand-hero-visual .sf-demand-copy .sf-button-secondary .wp-block-button__link {
    justify-content: flex-start;
    min-height: 34px;
    padding: 4px 0;
  }

  .sf-industry-real-estate-modern .sf-demand-visual-panel,
  .sf-industry-real-estate-modern .sf-property-visual {
    box-sizing: border-box;
    min-height: 640px;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-property-visual {
    background:
      radial-gradient(circle at 20% 22%, rgba(255, 255, 255, .12), transparent 24%),
      radial-gradient(circle at 82% 76%, rgba(246, 173, 61, .16), transparent 28%),
      linear-gradient(145deg, #0a315c 0%, #07545d 100%);
  }

  .sf-industry-real-estate-modern .sf-property-window {
    height: 206px;
    left: 18px;
    right: 18px;
    top: 22px;
  }

  .sf-industry-real-estate-modern .sf-property-card {
    bottom: 104px;
    left: 18px;
    padding: 13px 15px;
    width: min(252px, calc(100% - 36px));
  }

  .sf-industry-real-estate-modern .sf-property-card strong {
    font-size: 16px;
    line-height: 1.22;
  }

  .sf-industry-real-estate-modern .sf-floating-prompt {
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 10px 24px rgba(5, 18, 32, .16);
    font-size: 11px;
    left: 24px;
    max-width: calc(100% - 48px);
    padding: 9px 11px;
  }

  .sf-industry-real-estate-modern .sf-prompt-one {
    top: 254px;
  }

  .sf-industry-real-estate-modern .sf-prompt-two {
    left: 48px;
    top: 292px;
  }

  .sf-industry-real-estate-modern .sf-prompt-three {
    left: 24px;
    top: 330px;
  }

  .sf-industry-real-estate-modern .sf-prompt-four {
    left: 40px;
    top: 368px;
  }

  .sf-industry-real-estate-modern .sf-ai-search-bar {
    bottom: 22px;
    left: 18px;
    padding: 11px 11px 11px 16px;
    right: 18px;
  }

  .sf-industry-real-estate-modern .sf-ai-search-bar span {
    font-size: 13px;
  }

  .sf-industry-real-estate-modern .sf-ai-search-bar b {
    flex-basis: 38px;
    font-size: 21px;
    height: 38px;
  }

  .sf-industry-real-estate-modern .sf-daaomi-signature .sf-step {
    min-height: 0;
  }
}

/* Keep the modern trust band above the inherited compact-strip rules. */
.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-strip {
  gap: 24px;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-strip > .wp-block-group__inner-container {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  justify-content: stretch;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-copy p {
  color: #061f3f;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
  max-width: 520px;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-strip .sf-modern-trust-kicker,
.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-pills span {
  display: inline-flex;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-strip .sf-modern-trust-kicker {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 700px) {
  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-strip {
    gap: 18px;
  }

  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-strip > .wp-block-group__inner-container {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-copy p {
    font-size: 20px;
    line-height: 1.22;
  }

  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-trust-pills span {
    justify-content: center;
    white-space: normal;
  }
}

/* Modern real-estate growth CTA */
.sf-industry-real-estate-modern .sf-section-compact:has(.sf-modern-growth-cta) {
  padding: clamp(34px, 5vw, 68px) 24px;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta,
.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta > .wp-block-group__inner-container {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.55fr) minmax(380px, .9fr);
  max-width: 1220px;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-copy {
  align-items: flex-start;
  background: #f1f3f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: clamp(38px, 6vw, 76px);
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-kicker {
  color: #0b5ee8;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta h2 {
  color: #061f3f;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 750;
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta h2 em {
  color: #8995a3;
  font-style: normal;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-copy > p {
  color: #526b8e;
  font-size: 18px;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 620px;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-button {
  align-items: center;
  background: #061f3f;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  min-height: 52px;
  padding: 13px 20px;
  text-decoration: none;
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-button::after {
  content: "→";
  font-size: 21px;
  line-height: 1;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-button:hover,
.sf-industry-real-estate-modern .sf-modern-growth-cta-button:focus-visible {
  background: #0b5ee8;
  box-shadow: 0 12px 28px rgba(11, 94, 232, .22);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-button:visited,
.sf-industry-real-estate-modern .sf-modern-growth-cta-button:active {
  color: #fff;
  text-decoration: none;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-actions > span {
  color: #526b8e;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-media {
  border-radius: 8px;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-media::after {
  background: linear-gradient(180deg, transparent 50%, rgba(6, 31, 63, .2));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 56% center;
  position: absolute;
  width: 100%;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-metric {
  background: rgba(255, 255, 255, .96);
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 18px 42px rgba(6, 31, 63, .18);
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 44px);
  padding: 18px 22px;
  position: absolute;
  right: 22px;
  width: 230px;
  z-index: 1;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-metric strong {
  color: #061f3f;
  font-size: 52px;
  line-height: 1;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-metric span {
  color: #526b8e;
  display: block;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  margin-top: 7px;
}

/* WordPress wraps this group once; the outer shell must span the section. */
.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta {
  display: block;
  width: 100%;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(380px, .9fr);
  max-width: none;
  width: 100%;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta .sf-modern-growth-cta-kicker {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  padding: 0;
}

.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta-actions > span,
.sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta-metric span {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 900px) {
  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta,
  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta > .wp-block-group__inner-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta {
    display: block;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-copy {
    min-height: 0;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-media {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate-modern .sf-section-compact:has(.sf-modern-growth-cta) {
    padding: 24px 14px 34px;
  }

  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta,
  .sf-industry-real-estate.sf-industry-real-estate-modern .sf-modern-growth-cta > .wp-block-group__inner-container {
    gap: 12px;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-copy {
    padding: 30px 24px 32px;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-kicker {
    margin-bottom: 13px;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta h2 {
    font-size: 35px;
    line-height: 1.08;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-copy > p {
    font-size: 16px;
    margin-top: 17px;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 23px;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-button {
    justify-content: space-between;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-media {
    min-height: 340px;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-metric {
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 15px 18px;
    right: auto;
    width: auto;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-metric strong {
    font-size: 43px;
  }
}

/* Customer Search Intent comparison concept */
.sf-industry-real-estate-modern .sf-intent-v2 {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  margin-bottom: clamp(48px, 7vw, 88px);
  position: relative;
}

.sf-industry-real-estate-modern .sf-intent-v2::after {
  background: rgba(6, 31, 63, .12);
  bottom: clamp(-45px, -3.5vw, -28px);
  content: "CURRENT VERSION BELOW";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  color: #7890ac;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1;
  text-indent: 0;
  display: none;
}

.sf-industry-real-estate-modern .sf-intent-v2-copy {
  align-items: flex-start;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(11, 94, 232, .2);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(8, 40, 73, .07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4.3vw, 58px) clamp(24px, 3.5vw, 46px);
}

.sf-industry-real-estate-modern .sf-intent-v2-kicker {
  color: #0b5ee8;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.15px;
  margin: 0 0 20px;
}

.sf-industry-real-estate-modern .sf-intent-v2-kicker span {
  background: #061f3f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  letter-spacing: .8px;
  margin-right: 9px;
  padding: 7px 9px;
  white-space: nowrap;
}

.sf-industry-real-estate-modern .sf-intent-v2 h2 {
  color: #061f3f;
  font-size: 42px;
  font-weight: 760;
  line-height: 1.12;
  margin: 0;
  max-width: 680px;
}

.sf-industry-real-estate-modern .sf-intent-v2 h2 em {
  color: #8b98a7;
  display: block;
  font-style: normal;
}

.sf-industry-real-estate-modern .sf-intent-v2-lede {
  color: #526b8e;
  font-size: 18px;
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 570px;
}

.sf-industry-real-estate-modern .sf-intent-v2-discovery {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 28px;
}

.sf-industry-real-estate-modern .sf-intent-v2-discovery > strong {
  border-right: 1px solid rgba(6, 31, 63, .15);
  color: #061f3f;
  font-size: 66px;
  line-height: .85;
  padding-right: 20px;
}

.sf-industry-real-estate-modern .sf-intent-v2-discovery b {
  color: #061f3f;
  display: block;
  font-size: 17px;
  line-height: 1.2;
}

.sf-industry-real-estate-modern .sf-intent-v2-discovery p {
  color: #7b8ea5;
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0 0;
}

.sf-industry-real-estate-modern .sf-intent-v2-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  max-width: 390px;
  width: 100%;
}

.sf-industry-real-estate-modern .sf-intent-v2-channels > span {
  align-items: center;
  background: rgba(8, 40, 73, .045);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  color: #061f3f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 9px;
  line-height: 1.1;
  min-height: 42px;
  padding: 7px 10px;
  width: 100%;
}

.sf-industry-real-estate-modern .sf-intent-v2-channels .sf-platform-icon {
  border: 0;
  flex-basis: 26px;
  height: 26px;
  width: 26px;
}

.sf-industry-real-estate-modern .sf-intent-channel-icon {
  background: #eef5ff;
  border-radius: 999px;
  flex: 0 0 26px;
  height: 26px;
  overflow: hidden;
  position: relative;
  width: 26px;
}

.sf-industry-real-estate-modern .sf-intent-channel-search::before {
  border: 2px solid #0b5ee8;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.sf-industry-real-estate-modern .sf-intent-channel-search::after {
  background: #0b5ee8;
  content: "";
  height: 2px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 6px;
}

.sf-industry-real-estate-modern .sf-intent-channel-map::before {
  border: 2px solid #20a99d;
  border-radius: 50% 50% 50% 0;
  content: "";
  height: 9px;
  left: 8px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 9px;
}

.sf-industry-real-estate-modern .sf-intent-channel-social::before {
  color: #667686;
  content: "•—•";
  font-size: 18px;
  left: 3px;
  position: absolute;
  top: 1px;
  transform: rotate(-28deg);
}

.sf-industry-real-estate-modern .sf-intent-channel-ai::before {
  color: #f6ad3d;
  content: "✦";
  font-size: 19px;
  left: 5px;
  position: absolute;
  top: 1px;
}

.sf-industry-real-estate-modern .sf-intent-v2-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 28px;
}

.sf-industry-real-estate-modern .sf-intent-v2-primary {
  align-items: center;
  background: #f6ad3d;
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(246, 173, 61, .2);
  color: #061f3f;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  gap: 10px;
  min-height: 52px;
  padding: 13px 18px;
  text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}

.sf-industry-real-estate-modern .sf-intent-v2-primary:hover,
.sf-industry-real-estate-modern .sf-intent-v2-primary:focus-visible {
  box-shadow: 0 17px 35px rgba(246, 173, 61, .3);
  color: #061f3f;
  text-decoration: none;
  transform: translateY(-2px);
}

.sf-industry-real-estate-modern .sf-intent-v2-secondary {
  color: #0b5ee8;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.sf-industry-real-estate-modern .sf-intent-v2-secondary span {
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  transition: transform .25s ease;
}

.sf-industry-real-estate-modern .sf-intent-v2-secondary:hover,
.sf-industry-real-estate-modern .sf-intent-v2-secondary:focus-visible {
  color: #061f3f;
  text-decoration: none;
}

.sf-industry-real-estate-modern .sf-intent-v2-secondary:hover span {
  transform: translate(2px, -2px);
}

.sf-industry-real-estate-modern .sf-intent-v2-media {
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(8, 40, 73, .17);
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.sf-industry-real-estate-modern .sf-intent-v2-media::after {
  background: linear-gradient(180deg, transparent 46%, rgba(6, 31, 63, .45));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sf-industry-real-estate-modern .sf-intent-v2-media > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.sf-industry-real-estate-modern .sf-intent-v2-journey {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, .88);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  left: 22px;
  padding: 10px 13px;
  position: absolute;
  top: 22px;
  z-index: 2;
}

.sf-industry-real-estate-modern .sf-intent-v2-journey span {
  color: #526b8e;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .7px;
}

.sf-industry-real-estate-modern .sf-intent-v2-journey i {
  background: #f6ad3d;
  height: 1px;
  width: 16px;
}

.sf-industry-real-estate-modern .sf-intent-v2-proof {
  backdrop-filter: blur(14px);
  background: rgba(6, 31, 63, .82);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 7px;
  bottom: 116px;
  left: 22px;
  max-width: 255px;
  padding: 15px 17px;
  position: absolute;
  z-index: 2;
  display: none;
}

.sf-industry-real-estate-modern .sf-intent-v2-proof small,
.sf-industry-real-estate-modern .sf-intent-v2-proof strong {
  display: block;
}

.sf-industry-real-estate-modern .sf-intent-v2-proof small {
  color: rgba(255, 255, 255, .65);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .8px;
  margin-bottom: 6px;
}

.sf-industry-real-estate-modern .sf-intent-v2-proof strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt {
  grid-template-columns: minmax(0, 1fr);
  bottom: 94px;
  display: grid;
  gap: 9px;
  height: auto;
  left: 22px;
  padding-top: 0;
  position: absolute;
  transform: none;
  width: min(430px, calc(100% - 44px));
  z-index: 3;
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt::before {
  content: none;
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span {
  animation: sfIntentBubble 10s ease-in-out infinite;
  align-items: center;
  background: linear-gradient(115deg, rgba(255, 255, 255, .98) 0%, rgba(226, 242, 255, .96) 36%, rgba(239, 255, 251, .97) 65%, rgba(255, 255, 255, .98) 100%);
  background-position: 0% 50%;
  background-size: 220% 100%;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0 rgba(11, 94, 232, .08), 0 9px 24px rgba(6, 31, 63, .18), 0 0 0 1px rgba(11, 94, 232, .06);
  color: #061f3f;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  opacity: .9;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  transform: translateX(0);
  white-space: normal;
  width: max-content;
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span::after {
  animation: sfIntentShine 10s ease-in-out infinite;
  background: linear-gradient(100deg, transparent 25%, rgba(255, 255, 255, .88) 48%, transparent 72%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-125%);
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(1) {
  justify-self: start;
  max-width: 88%;
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(2) {
  animation-delay: -2s;
  justify-self: end;
  max-width: 92%;
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(3) {
  animation-delay: -4s;
  justify-self: start;
  margin-left: 22px;
  max-width: calc(100% - 22px);
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(4) {
  animation-delay: -6s;
  justify-self: end;
  max-width: 94%;
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(5) {
  animation-delay: -8s;
  justify-self: start;
  margin-left: 12px;
  max-width: calc(100% - 12px);
}

.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(2)::after { animation-delay: -2s; }
.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(3)::after { animation-delay: -4s; }
.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(4)::after { animation-delay: -6s; }
.sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(5)::after { animation-delay: -8s; }

@keyframes sfIntentBubble {
  0%, 9%, 29%, 100% { background-position: 0% 50%; box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(11, 94, 232, .08), 0 9px 24px rgba(6, 31, 63, .18), 0 0 0 1px rgba(11, 94, 232, .06); opacity: .88; transform: translate3d(0, 0, 0) scale(1); }
  14%, 23% { background-position: 100% 50%; box-shadow: inset 0 1px 0 #fff, 0 15px 34px rgba(11, 94, 232, .25), 0 0 22px rgba(32, 181, 168, .24); opacity: 1; transform: translate3d(5px, -3px, 0) scale(1.018); }
}

@keyframes sfIntentShine {
  0%, 10%, 28%, 100% { transform: translateX(-125%); }
  15%, 23% { transform: translateX(125%); }
}

.sf-industry-real-estate-modern .sf-intent-v2-search {
  align-items: center;
  backdrop-filter: blur(15px);
  background: rgba(6, 31, 63, .9);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  left: 22px;
  padding: 10px 11px 10px 18px;
  position: absolute;
  right: 22px;
  z-index: 3;
}

.sf-industry-real-estate-modern .sf-intent-v2-search span {
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

.sf-industry-real-estate-modern .sf-intent-v2-search b {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #061f3f;
  display: flex;
  flex: 0 0 40px;
  font-size: 21px;
  height: 40px;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .sf-industry-real-estate-modern .sf-intent-v2-prompt span {
    animation: none;
    opacity: .68;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-prompt span::after {
    animation: none;
    display: none;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-prompt span:first-child {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 980px) {
  .sf-industry-real-estate-modern .sf-intent-v2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .sf-industry-real-estate-modern .sf-intent-v2-copy {
    padding: clamp(28px, 5vw, 44px);
  }

  .sf-industry-real-estate-modern .sf-intent-v2-media {
    min-height: 540px;
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate-modern .sf-intent-v2 {
    gap: 14px;
    margin-bottom: 66px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2::after {
    bottom: -34px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-copy {
    padding: 24px 20px 26px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-kicker {
    align-items: center;
    display: flex;
    font-size: 9px;
    margin-bottom: 15px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-kicker span {
    padding: 6px 8px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2 h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-lede {
    font-size: 16px;
    margin-top: 18px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-discovery {
    gap: 15px;
    margin-top: 23px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-discovery > strong {
    font-size: 55px;
    padding-right: 15px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-discovery b {
    font-size: 15px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-channels > span {
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
    margin-top: 23px;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-primary {
    justify-content: center;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-secondary {
    align-self: center;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-media {
    min-height: 540px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-media > img {
    object-position: 57% center;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-journey {
    left: 14px;
    top: 14px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-proof {
    display: none;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-prompt {
    bottom: 91px;
    left: 14px;
    padding-top: 30px;
    width: calc(100% - 28px);
  }

  .sf-industry-real-estate-modern .sf-intent-v2-prompt span {
    font-size: 10px;
    min-height: 38px;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    width: max-content;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(3) {
    margin-left: 10px;
    max-width: calc(100% - 10px);
  }

  .sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(4) {
    max-width: 100%;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(5) {
    margin-left: 5px;
    max-width: calc(100% - 5px);
  }

  .sf-industry-real-estate-modern .sf-intent-v2-search {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .sf-industry-real-estate-modern .sf-intent-v2-search span {
    font-size: 11px;
  }
}

/* Modern concept system refinement */
.sf-industry-real-estate-modern {
  --sf-modern-border: rgba(11, 94, 232, .14);
  --sf-modern-shadow: 0 18px 44px rgba(8, 40, 73, .07);
  --sf-modern-radius: 8px;
}

.sf-industry-real-estate-modern .sf-section-head h2,
.sf-industry-real-estate-modern .sf-split h2 {
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
}

.sf-industry-real-estate-modern .sf-section {
  padding-bottom: 76px;
  padding-top: 76px;
}

.sf-industry-real-estate-modern .sf-section-head {
  margin-bottom: 34px;
}

.sf-industry-real-estate-modern .sf-card,
.sf-industry-real-estate-modern .sf-step,
.sf-industry-real-estate-modern .sf-audience-card,
.sf-industry-real-estate-modern .sf-case-card,
.sf-industry-real-estate-modern .sf-journey-step {
  border-color: var(--sf-modern-border);
  box-shadow: var(--sf-modern-shadow);
}

.sf-industry-real-estate-modern .sf-button .wp-block-button__link,
.sf-industry-real-estate-modern a.sf-inline-button {
  min-height: 50px;
  padding: 13px 20px;
}

.sf-industry-real-estate-modern .sf-button .sf-modern-btn-icon,
.sf-industry-real-estate-modern a.sf-inline-button .sf-modern-btn-icon {
  flex: 0 0 21px;
  height: 21px;
  width: 21px;
}

.sf-industry-real-estate-modern .sf-intent-v2-kicker span {
  display: none;
}

.sf-industry-real-estate-modern [id] {
  scroll-margin-top: 28px;
}

.sf-industry-real-estate-modern .sf-nav-pill a.is-active,
.sf-industry-real-estate-modern .sf-nav-pill a[aria-current="location"] {
  background: #061f3f;
  border-color: #061f3f;
  color: #fff;
}

/* Clean search-intent examples */
.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout,
.sf-industry-real-estate-modern .sf-demand-cta .sf-demand-layout > .wp-block-group__inner-container {
  display: block;
}

.sf-industry-real-estate-modern .sf-demand-cta .sf-search-examples-modern {
  background: #fff;
  border: 1px solid var(--sf-modern-border);
  box-shadow: var(--sf-modern-shadow);
  padding: 38px;
}

.sf-industry-real-estate-modern .sf-search-examples-head {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  margin-bottom: 28px;
}

.sf-industry-real-estate-modern .sf-search-examples-head .sf-panel-kicker {
  margin-bottom: 11px;
}

.sf-industry-real-estate-modern .sf-search-examples-head h3 {
  color: #061f3f;
  font-size: 31px;
  margin: 0;
}

.sf-industry-real-estate-modern .sf-search-examples-head > p {
  color: #607590;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.sf-industry-real-estate-modern .sf-search-example-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-industry-real-estate-modern .sf-search-example-card {
  background: #f6f8fa;
  border: 1px solid rgba(8, 40, 73, .08);
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
}

.sf-industry-real-estate-modern .sf-search-example-card header {
  align-items: center;
  border-bottom: 1px solid rgba(8, 40, 73, .08);
  display: flex;
  gap: 12px;
  padding: 18px;
}

.sf-industry-real-estate-modern .sf-search-example-card header > span {
  align-items: center;
  background: #eaf2ff;
  border-radius: 7px;
  color: #0b5ee8;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 11px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
}

.sf-industry-real-estate-modern .sf-search-example-card header strong,
.sf-industry-real-estate-modern .sf-search-example-card header small {
  display: block;
}

.sf-industry-real-estate-modern .sf-search-example-card header strong {
  color: #061f3f;
  font-size: 16px;
  line-height: 1.2;
}

.sf-industry-real-estate-modern .sf-search-example-card header small {
  color: #7b8da3;
  font-size: 11px;
  margin-top: 3px;
}

.sf-industry-real-estate-modern .sf-search-query-list {
  padding: 8px 18px 12px;
}

.sf-industry-real-estate-modern .sf-search-query-list > span {
  align-items: flex-start;
  border-bottom: 1px solid rgba(8, 40, 73, .08);
  color: #344f72;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  line-height: 1.35;
  padding: 11px 0;
}

.sf-industry-real-estate-modern .sf-search-query-list > span:last-child {
  border-bottom: 0;
}

.sf-industry-real-estate-modern .sf-search-query-list i {
  color: #0b5ee8;
  flex: 0 0 13px;
  font-size: 12px;
  margin-top: 3px;
}

.sf-industry-real-estate-modern .sf-search-examples-modern + .sf-demand-tabs {
  margin-top: 22px;
}

/* Keep the image CTA aligned with the page's section system. */
.sf-industry-real-estate-modern .sf-modern-growth-cta-copy {
  text-align: left;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta h2 {
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
  text-align: left;
  width: 100%;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-button {
  background: #f6ad3d;
  color: #061f3f;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-button:hover,
.sf-industry-real-estate-modern .sf-modern-growth-cta-button:focus-visible {
  background: #e99f2e;
  box-shadow: 0 12px 28px rgba(246, 173, 61, .24);
  color: #061f3f;
}

.sf-industry-real-estate-modern .sf-modern-growth-cta-button:visited,
.sf-industry-real-estate-modern .sf-modern-growth-cta-button:active {
  color: #061f3f;
}

/* Keep ordinary section surfaces consistent; reserve custom treatments for proof and conversion moments. */
.sf-industry-real-estate-modern .sf-section-soft:not(.sf-real-estate-demand):not(.sf-case-study-feature) {
  background: #f3f6fa;
}

.sf-industry-real-estate-modern .sf-section-white {
  background: #fff;
}

/* Featured detailed case study */
.sf-industry-real-estate-modern .sf-case-study-feature {
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    #061f3f;
  background-size: 72px 72px;
  color: #fff;
}

.sf-industry-real-estate-modern .sf-case-study-card {
  background: transparent;
  border: 0;
  border-left: 0;
  box-shadow: none;
  color: #fff;
  padding: 0;
}

.sf-industry-real-estate-modern .sf-case-study-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.sf-industry-real-estate-modern .sf-case-study-card .sf-section-kicker {
  color: #f6ad3d;
}

.sf-industry-real-estate-modern .sf-case-study-card > .wp-block-group__inner-container > h2,
.sf-industry-real-estate-modern .sf-case-study-card > h2 {
  color: #fff;
  font-size: clamp(36px, 3.2vw, 48px);
  line-height: 1.08;
  max-width: 950px;
}

.sf-industry-real-estate-modern .sf-case-study-card > .wp-block-group__inner-container > p:not(.sf-section-kicker),
.sf-industry-real-estate-modern .sf-case-study-card > p:not(.sf-section-kicker) {
  color: rgba(255, 255, 255, .75);
  max-width: 900px;
}

.sf-industry-real-estate-modern .sf-case-proof-bar {
  align-items: stretch;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
  margin: 34px 0 22px;
  padding: 22px;
}

.sf-industry-real-estate-modern .sf-case-stars {
  align-items: flex-start;
  border-right: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 22px 6px 4px;
}

.sf-industry-real-estate-modern .sf-case-stars > span {
  color: #f6ad3d;
  font-size: 24px;
  line-height: 1;
}

.sf-industry-real-estate-modern .sf-case-stars strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  margin-top: 13px;
}

.sf-industry-real-estate-modern .sf-case-stars small {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  margin-top: 5px;
}

.sf-industry-real-estate-modern .sf-case-proof-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate-modern .sf-case-proof-metrics > div {
  background: rgba(255, 255, 255, .07);
  border-radius: 7px;
  min-width: 0;
  padding: 17px 14px;
}

.sf-industry-real-estate-modern .sf-case-proof-metrics strong,
.sf-industry-real-estate-modern .sf-case-proof-metrics span {
  display: block;
}

.sf-industry-real-estate-modern .sf-case-proof-metrics strong {
  color: #fff;
  font-size: clamp(25px, 2.4vw, 35px);
  line-height: 1;
}

.sf-industry-real-estate-modern .sf-case-proof-metrics span {
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  margin-top: 8px;
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-case-flow {
  margin-top: 0;
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-case-flow .sf-card {
  background: rgba(255, 255, 255, .075);
  border-color: rgba(255, 255, 255, .15);
  box-shadow: none;
  color: #fff;
  padding: 22px;
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-case-flow .sf-card:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(246, 173, 61, .58);
  transform: translateY(-2px);
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-case-flow .sf-card h3 {
  color: #fff;
  font-size: 20px;
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-case-flow .sf-card p:not(.sf-icon-badge) {
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-icon-badge {
  background: rgba(246, 173, 61, .16);
  color: #f6ad3d;
  height: 44px;
  margin-bottom: 17px;
  width: 44px;
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-button-primary .wp-block-button__link {
  background: #f6ad3d;
  color: #061f3f;
}

.sf-industry-real-estate-modern .sf-case-study-feature .sf-button-primary .wp-block-button__link:hover,
.sf-industry-real-estate-modern .sf-case-study-feature .sf-button-primary .wp-block-button__link:focus-visible {
  background: #e99f2e;
  color: #061f3f;
}

/* Connected service tabs */
.sf-industry-real-estate-modern .sf-service-tabs-shell {
  background: #f2f4f6;
  padding: 76px 24px;
}

.sf-industry-real-estate-modern .sf-service-tabs-intro,
.sf-industry-real-estate-modern .sf-service-tab-list,
.sf-industry-real-estate-modern .sf-service-tab-panels {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}

.sf-industry-real-estate-modern .sf-service-tabs-intro {
  margin-bottom: 30px;
  max-width: 1220px;
}

.sf-industry-real-estate-modern .sf-service-tabs-intro h2 {
  color: #061f3f;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
  margin: 0 0 14px;
  max-width: 760px;
}

.sf-industry-real-estate-modern .sf-service-tabs-intro > p:last-child {
  font-size: 18px;
  margin: 0;
  max-width: 700px;
}

.sf-industry-real-estate-modern .sf-service-tab-list {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-width: thin;
}

.sf-industry-real-estate-modern .sf-service-tab-list button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #52637a;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  min-height: 50px;
  padding: 12px 20px;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}

.sf-industry-real-estate-modern .sf-service-tab-list button.is-active {
  background: #fff;
  box-shadow: 0 7px 20px rgba(8, 40, 73, .1);
  color: #061f3f;
}

.sf-industry-real-estate-modern .sf-service-tab-list button:focus-visible {
  outline: 3px solid rgba(11, 94, 232, .3);
  outline-offset: 2px;
}

.sf-industry-real-estate-modern .sf-service-tab-panels {
  background: #fff;
  border: 1px solid var(--sf-modern-border);
  border-radius: var(--sf-modern-radius);
  box-shadow: var(--sf-modern-shadow);
  overflow: hidden;
}

.sf-industry-real-estate-modern .sf-service-tab-panels > .sf-section,
.sf-industry-real-estate-modern .sf-service-tab-panels > #content.sf-section {
  background: #fff;
  padding: 46px 44px 48px;
}

.sf-industry-real-estate-modern .sf-service-tab-panels > .sf-section[hidden] {
  display: none;
}

/* The theme's global #content reset uses !important; contain the override to this tab. */
.sf-industry-real-estate-modern .sf-service-tab-panels > #content.sf-section {
  padding: 46px 44px 48px !important;
}
@media (max-width: 1100px) {
  .sf-industry-real-estate-modern .sf-service-tab-panels > #content.sf-section { padding: 38px 28px 40px !important; }
}
@media (max-width: 767px) {
  .sf-industry-real-estate-modern .sf-service-tab-panels > #content.sf-section { padding: 28px 18px 30px !important; }
}

.sf-industry-real-estate-modern .sf-service-tab-panels .sf-section-head {
  margin-bottom: 30px;
}

.sf-industry-real-estate-modern .sf-service-tab-panels .sf-section-head h2 {
  font-size: clamp(32px, 2.7vw, 42px);
  max-width: 850px;
}

/* Process and FAQ progressive disclosure */
.sf-industry-real-estate-modern .sf-process-disclosure,
.sf-industry-real-estate-modern .sf-faq-disclosure {
  background: #fff;
  border: 1px solid var(--sf-modern-border);
  border-radius: var(--sf-modern-radius);
  box-shadow: var(--sf-modern-shadow);
}

.sf-industry-real-estate-modern .sf-process-disclosure > summary,
.sf-industry-real-estate-modern .sf-faq-disclosure > summary {
  align-items: center;
  color: #061f3f;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.sf-industry-real-estate-modern .sf-process-disclosure > summary::-webkit-details-marker,
.sf-industry-real-estate-modern .sf-faq-disclosure > summary::-webkit-details-marker {
  display: none;
}

.sf-industry-real-estate-modern .sf-process-disclosure > summary {
  min-height: 86px;
  padding: 18px 24px;
}

.sf-industry-real-estate-modern .sf-process-disclosure > summary span,
.sf-industry-real-estate-modern .sf-process-disclosure > summary small {
  display: block;
}

.sf-industry-real-estate-modern .sf-process-disclosure > summary b {
  font-size: 18px;
}

.sf-industry-real-estate-modern .sf-process-disclosure > summary small {
  color: #657b98;
  font-size: 14px;
  margin-top: 4px;
}

.sf-industry-real-estate-modern .sf-process-disclosure summary i,
.sf-industry-real-estate-modern .sf-faq-disclosure summary i {
  border: 1px solid rgba(11, 94, 232, .2);
  border-radius: 50%;
  flex: 0 0 36px;
  height: 36px;
  margin-left: 18px;
  position: relative;
  width: 36px;
}

.sf-industry-real-estate-modern .sf-process-disclosure summary i::before,
.sf-industry-real-estate-modern .sf-process-disclosure summary i::after,
.sf-industry-real-estate-modern .sf-faq-disclosure summary i::before,
.sf-industry-real-estate-modern .sf-faq-disclosure summary i::after {
  background: #0b5ee8;
  content: "";
  height: 2px;
  left: 10px;
  position: absolute;
  top: 16px;
  transition: transform .2s ease;
  width: 14px;
}

.sf-industry-real-estate-modern .sf-process-disclosure summary i::after,
.sf-industry-real-estate-modern .sf-faq-disclosure summary i::after {
  transform: rotate(90deg);
}

.sf-industry-real-estate-modern .sf-process-disclosure[open] summary i::after,
.sf-industry-real-estate-modern .sf-faq-disclosure[open] summary i::after {
  transform: rotate(0);
}

.sf-industry-real-estate-modern .sf-process-disclosure-content {
  border-top: 1px solid var(--sf-modern-border);
  padding: 24px;
}

.sf-industry-real-estate-modern .sf-process-disclosure .sf-card-grid,
.sf-industry-real-estate-modern .sf-process-disclosure .sf-card-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sf-industry-real-estate-modern .sf-process-disclosure .sf-step {
  box-shadow: none;
  padding: 22px;
}

.sf-industry-real-estate-modern .sf-faq-list,
.sf-industry-real-estate-modern .sf-faq-list > .wp-block-group__inner-container {
  gap: 10px;
}

.sf-industry-real-estate-modern .sf-faq-disclosure > summary {
  font-size: 18px;
  font-weight: 800;
  min-height: 72px;
  padding: 16px 22px;
}

.sf-industry-real-estate-modern .sf-faq-answer {
  border-top: 1px solid var(--sf-modern-border);
  padding: 18px 70px 22px 22px;
}

.sf-industry-real-estate-modern .sf-faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .sf-industry-real-estate-modern .sf-case-proof-bar {
    grid-template-columns: minmax(0, 1fr);
  }

  .sf-industry-real-estate-modern .sf-case-stars {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    border-right: 0;
    padding: 4px 4px 20px;
  }

  .sf-industry-real-estate-modern .sf-case-proof-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-industry-real-estate-modern .sf-search-examples-head {
    align-items: start;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }

  .sf-industry-real-estate-modern .sf-search-example-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sf-industry-real-estate-modern .sf-section,
  .sf-industry-real-estate-modern .sf-service-tabs-shell {
    padding-bottom: 62px;
    padding-top: 62px;
  }

  .sf-industry-real-estate-modern .sf-service-tab-panels > .sf-section,
  .sf-industry-real-estate-modern .sf-service-tab-panels > #content.sf-section {
    padding: 38px 28px 40px;
  }

  .sf-industry-real-estate-modern .sf-process-disclosure .sf-card-grid,
  .sf-industry-real-estate-modern .sf-process-disclosure .sf-card-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sf-industry-real-estate-modern .sf-case-study-feature {
    background-size: 48px 48px;
  }

  .sf-industry-real-estate-modern .sf-case-study-card > .wp-block-group__inner-container > h2,
  .sf-industry-real-estate-modern .sf-case-study-card > h2 {
    font-size: 31px;
  }

  .sf-industry-real-estate-modern .sf-case-proof-bar {
    margin-top: 25px;
    padding: 16px;
  }

  .sf-industry-real-estate-modern .sf-case-stars > span {
    font-size: 22px;
  }

  .sf-industry-real-estate-modern .sf-case-proof-metrics > div {
    padding: 15px 12px;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-media {
    background-image: none;
    background-position: 72% center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sf-industry-real-estate-modern .sf-modern-growth-cta-media img {
    object-position: 72% center;
  }

  .sf-industry-real-estate-modern .sf-demand-cta .sf-search-examples-modern {
    padding: 24px 18px;
  }

  .sf-industry-real-estate-modern .sf-search-examples-head h3 {
    font-size: 27px;
  }

  .sf-industry-real-estate-modern .sf-search-examples-head > p {
    font-size: 15px;
  }

  .sf-industry-real-estate-modern .sf-section,
  .sf-industry-real-estate-modern .sf-service-tabs-shell {
    padding: 50px 18px;
  }

  .sf-industry-real-estate-modern .sf-section-head h2,
  .sf-industry-real-estate-modern .sf-split h2,
  .sf-industry-real-estate-modern .sf-service-tabs-intro h2 {
    font-size: 31px;
  }

  .sf-industry-real-estate-modern .sf-section-head {
    margin-bottom: 26px;
  }

  .sf-industry-real-estate-modern .sf-service-tab-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
    overflow: visible;
  }

  .sf-industry-real-estate-modern .sf-service-tab-list button {
    font-size: 14px;
    min-height: 46px;
    padding: 10px 15px;
    width: 100%;
  }

  .sf-industry-real-estate-modern .sf-service-tab-panels > .sf-section,
  .sf-industry-real-estate-modern .sf-service-tab-panels > #content.sf-section {
    padding: 28px 18px 30px;
  }

  .sf-industry-real-estate-modern .sf-service-tab-panels .sf-section-head h2 {
    font-size: 29px;
  }

  .sf-industry-real-estate-modern .sf-process-disclosure .sf-card-grid,
  .sf-industry-real-estate-modern .sf-process-disclosure .sf-card-grid > .wp-block-group__inner-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .sf-industry-real-estate-modern .sf-process-disclosure > summary {
    min-height: 78px;
    padding: 15px 16px;
  }

  .sf-industry-real-estate-modern .sf-process-disclosure-content {
    padding: 14px;
  }

  .sf-industry-real-estate-modern .sf-faq-disclosure > summary {
    font-size: 16px;
    line-height: 1.35;
    min-height: 68px;
    padding: 14px 15px;
  }

  .sf-industry-real-estate-modern .sf-process-disclosure summary i,
  .sf-industry-real-estate-modern .sf-faq-disclosure summary i {
    margin-left: 12px;
  }

  .sf-industry-real-estate-modern .sf-faq-answer {
    padding: 16px;
  }
}

/* Canonical industry template: compact credibility, labelled forms and joined bands. */
.sf-industry-real-estate-modern .sf-industry-breadcrumb {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  min-height: 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: #50627a;
  font-size: 13px;
  line-height: 1.5;
}
.sf-industry-real-estate-modern .sf-section.sf-section-continuation {
  background: transparent;
  border: 0;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #dce4ec;
  width: 100%;
}
.sf-industry-real-estate-modern .sf-section-continuation > .wp-block-group__inner-container,
.sf-industry-real-estate-modern .sf-section-continuation .sf-section-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.sf-industry-real-estate-modern .sf-expert-profile {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  border-top: 1px solid #dce4ec;
  padding-top: 28px;
  margin-top: 32px;
}
.sf-industry-real-estate-modern .sf-expert-profile img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
}
.sf-industry-real-estate-modern .sf-expert-profile h3 { font-size: 23px; margin: 4px 0 6px; }
.sf-industry-real-estate-modern .sf-expert-profile p { font-size: 15px; line-height: 1.6; margin: 0 0 6px; }
.sf-industry-real-estate-modern .sf-expert-profile .sf-section-kicker { font-size: 11px; }
.sf-industry-real-estate-modern .sf-expert-profile a { font-size: 14px; font-weight: 600; }
.sf-industry-real-estate-modern .sf-client-feedback { background: #fff; }
.sf-industry-real-estate-modern .sf-client-feedback .sf-section-inner {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: center;
}
.sf-industry-real-estate-modern .sf-feedback-heading h2 { font-size: 36px; line-height: 1.15; }
.sf-industry-real-estate-modern .sf-feedback-heading > p:last-child { max-width: 330px; font-size: 15px; }
.sf-industry-real-estate-modern .sf-feedback-quote {
  margin: 0;
  padding: 28px 32px;
  background: #f3f6fa;
  border-radius: 8px;
  border-left: 3px solid #f2b248;
}
.sf-industry-real-estate-modern .sf-quote-mark { color: #168b88; font: 64px/0.8 Georgia, serif; }
.sf-industry-real-estate-modern .sf-feedback-quote blockquote {
  margin: 12px 0 24px;
  padding: 0;
  background: none;
  border: 0;
}
.sf-industry-real-estate-modern .sf-feedback-quote blockquote::before,
.sf-industry-real-estate-modern .sf-feedback-quote blockquote::after { content: none; }
.sf-industry-real-estate-modern .sf-feedback-quote blockquote p { font-size: 21px !important; line-height: 1.6 !important; color: #092442 !important; font-weight: 500; }
.sf-industry-real-estate-modern .sf-feedback-quote figcaption { display: grid; gap: 5px; font-size: 14px; color: #50627a; }
.sf-industry-real-estate-modern .sf-feedback-quote figcaption strong { color: #092442; }
.sf-industry-real-estate-modern .sf-capabilities-disclosure { margin: 24px auto 0; max-width: 1220px; border-top: 1px solid #dce4ec; border-bottom: 1px solid #dce4ec; }
.sf-industry-real-estate-modern .sf-capabilities-disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #092442;
  background: #e9eff5;
  list-style: none;
  transition: background .2s ease;
}
.sf-industry-real-estate-modern .sf-capabilities-disclosure > summary::-webkit-details-marker { display: none; }
.sf-industry-real-estate-modern .sf-capabilities-disclosure > summary:hover { background: #dfe9f3; }
.sf-industry-real-estate-modern .sf-capabilities-disclosure > summary > span { min-width: 0; }
.sf-industry-real-estate-modern .sf-capabilities-disclosure > summary > i { flex: 0 0 20px; text-align: center; font-size: 16px; color: #0b5ee8; transition: transform .2s ease; }
.sf-industry-real-estate-modern .sf-capabilities-disclosure[open] > summary > i { transform: rotate(180deg); }
.sf-industry-real-estate-modern .sf-feedback-stars { display: flex; gap: 5px; color: #eda528; margin: 0 0 22px; }
.sf-industry-real-estate-modern .sf-feedback-stars .fa-star { font-size: 22px; line-height: 1; }
.sf-industry-real-estate-modern .sf-capabilities-disclosure .sf-section-continuation { margin-top: 0; border-top: 0; }
.sf-industry-real-estate-modern .sf-review-form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
.sf-industry-real-estate-modern #top .sf-lead-panel h2 { font-size: 26px; line-height: 1.25; }
.sf-industry-real-estate-modern #top .sf-panel-kicker { color: #f2b248; }
.sf-industry-real-estate-modern .sf-review-form > p { margin: 0; }
.sf-industry-real-estate-modern .sf-review-contact-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sf-industry-real-estate-modern .sf-review-field { min-width: 0; }
.sf-industry-real-estate-modern .sf-review-field p { margin: 0; }
.sf-industry-real-estate-modern .sf-review-field .wpcf7-form-control-wrap { display: block; }
.sf-industry-real-estate-modern .sf-review-form br { display: none; }
.sf-industry-real-estate-modern .sf-review-form label { display: block; font-size: 13px; line-height: 1.4; font-weight: 600; color: #fff; margin: 0 0 5px; }
.sf-industry-real-estate-modern .sf-review-form label span { color: #c8d7e8; font-size: 12px; font-weight: 400; }
.sf-industry-real-estate-modern .sf-review-form input:not([type=hidden]),
.sf-industry-real-estate-modern .sf-review-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  height: auto;
  padding: 9px 11px;
  margin: 0;
  border: 1px solid #c9d5e2;
  background: #f1f5f9;
  color: #092442;
  border-radius: 5px;
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
  box-shadow: none;
}
.sf-industry-real-estate-modern .sf-review-form textarea { min-height: 76px; resize: vertical; }
.sf-industry-real-estate-modern .sf-review-form input:focus,
.sf-industry-real-estate-modern .sf-review-form textarea:focus { background: #fff; border-color: #16a6a0; }
.sf-industry-real-estate-modern .sf-review-form input::placeholder { color: #627086; opacity: 1; }
.sf-industry-real-estate-modern .sf-review-form .sf-review-privacy,
.sf-industry-real-estate-modern .sf-review-form .sf-review-next { color: #dce6f0; font-size: 12px; line-height: 1.6; margin: 2px 0; }
.sf-industry-real-estate-modern .sf-review-form .sf-review-privacy a { color: #fff; text-decoration: underline; }
.sf-industry-real-estate-modern .sf-review-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f2b248;
  color: #092442;
  border: 1px solid #f2b248;
  border-radius: 6px;
  width: 100%;
  min-height: 48px;
  height: auto;
  padding: 12px 14px;
  margin: 2px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
  box-shadow: none;
}
.sf-industry-real-estate-modern .sf-review-form .wpcf7-submit:hover { background: #ffc66d; color: #092442; }
.sf-industry-real-estate-modern .sf-review-form .wpcf7-submit::before,
.sf-industry-real-estate-modern .sf-review-form .wpcf7-submit::after { content: none; }
.sf-industry-real-estate-modern .sf-review-form .wpcf7-not-valid-tip { color: #ffd1c9; font-size: 13px; margin: 4px 0 8px; }
.sf-industry-real-estate-modern .wpcf7 form .wpcf7-response-output { color: #fff; font-size: 14px; padding: 12px; margin: 16px 0 0; }
.sf-industry-real-estate-modern :is(a, button, summary, input, textarea):focus-visible { outline: 3px solid #16a6a0; outline-offset: 4px; }
.sf-industry-real-estate-modern .sf-modern-growth-cta-media img { display: block; max-height: none; opacity: 1; visibility: visible; }
.sf-industry-real-estate-modern .sf-modern-growth-cta-button:hover,
.sf-industry-real-estate-modern .wp-block-button__link:hover { text-decoration: none; }
@media (max-width: 767px) {
  .sf-industry-real-estate-modern .sf-review-contact-row { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .sf-industry-real-estate-modern .sf-client-feedback .sf-section-inner { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .sf-industry-real-estate-modern .sf-feedback-heading h2 { font-size: 30px; }
  .sf-industry-real-estate-modern .sf-feedback-quote { padding: 24px 20px; }
  .sf-industry-real-estate-modern .sf-feedback-quote blockquote p { font-size: 18px !important; }
  .sf-industry-real-estate-modern .sf-expert-profile { grid-template-columns: 64px minmax(0, 1fr); gap: 16px; }
  .sf-industry-real-estate-modern .sf-expert-profile img { width: 64px; height: 64px; }
  .sf-industry-real-estate-modern .sf-expert-profile h3 { font-size: 21px; }
  .sf-industry-real-estate-modern .sf-section.sf-section-continuation { padding: 24px 0 0; }
  .sf-industry-real-estate-modern .sf-modern-growth-cta-media { aspect-ratio: 4 / 3; min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .sf-industry-real-estate-modern *, .sf-industry-real-estate-modern *::before, .sf-industry-real-estate-modern *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

body.page-id-4265 .row.footer-top,
body.page-id-4265 .row.footer-div-parent { margin-left: 0; margin-right: 0; max-width: 100%; }
body.page-id-4265 .footer-top .container,
body.page-id-4265 .footer-div-parent .container { max-width: 100%; }
@media (max-width: 700px) {
  .sf-industry-real-estate-modern .sf-intent-v2-prompt span:nth-child(n) {
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.5;
    margin-left: 0;
    min-width: 0;
    min-height: 40px;
    width: fit-content;
    max-width: calc(100% - 8px);
  }
}
