/* GC Termite Control — v2026 real estate termite solutions page */

/* ---------- PAGE BASICS ---------- */
.real_estate_page {
  overflow: clip;
  color: var(--ink-2);
  background: var(--bone);
}

.real_estate_page .real_estate_inner {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad-2);
}

.real_estate_page .real_estate_sec_intro {
  max-width: 790px;
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: var(--ink-2);
}

.real_estate_page a:not(.btn):not(.real_estate_resource_grid a):not(.real_estate_related_grid a):not(.real_estate_solutions_grid a) {
  text-decoration-color: rgba(134, 100, 36, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.real_estate_page a:not(.btn):not(.real_estate_resource_grid a):not(.real_estate_related_grid a):not(.real_estate_solutions_grid a):hover {
  color: var(--clay-d);
  text-decoration-color: currentColor;
}

.real_estate_page a:focus-visible,
.real_estate_page summary:focus-visible {
  outline: 3px solid rgba(169, 130, 46, 0.55);
  outline-offset: 4px;
  border-radius: var(--radius);
}

/* ---------- HERO ---------- */
.real_estate_page .page-hero {
  position: relative;
  min-height: 540px;
  padding: 96px 0 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  color: var(--bone);
}

.real_estate_page .page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.real_estate_page .page-hero-bg picture,
.real_estate_page .page-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
}

.real_estate_page .page-hero-bg img {
  object-fit: cover;
  object-position: center 45%;
}

.real_estate_page .page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(26, 25, 16, 0.96) 5%, rgba(48, 51, 32, 0.88) 51%, rgba(50, 39, 18, 0.66)),
    linear-gradient(to top, rgba(28, 25, 14, 0.55), transparent 58%);
}

.real_estate_page .page-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 var(--pad-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.real_estate_page .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.67);
}

.real_estate_page .breadcrumb a {
  color: rgba(244, 239, 230, 0.88);
  text-decoration: none;
}

.real_estate_page .breadcrumb a:hover {
  color: var(--bone);
}

.real_estate_page .page-hero-h1 {
  max-width: 960px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.real_estate_page .page-hero-sub {
  max-width: 790px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(244, 239, 230, 0.88);
  text-wrap: pretty;
}

.real_estate_hero_actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
}

.real_estate_page .page-hero .btn {
  gap: 8px;
}

.real_estate_page .page-hero .btn-primary {
  background: var(--clay);
}

.real_estate_page .page-hero .btn-primary:hover {
  background: var(--clay-d);
}

.real_estate_page .btn-secondary {
  color: var(--bone);
  background: rgba(244, 239, 230, 0.08);
  border-color: rgba(244, 239, 230, 0.42);
}

.real_estate_page .btn-secondary:hover {
  background: rgba(244, 239, 230, 0.17);
  border-color: rgba(244, 239, 230, 0.75);
}

/* ---------- INTRODUCTION + SHARED SIDEBAR ---------- */
.real_estate_page .page-intro {
  padding: var(--pad-4) 0;
  background: var(--bone);
}

.real_estate_page .page-intro-grid {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 58px;
  align-items: start;
}

.real_estate_page .page-intro-inner {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.real_estate_page .page-intro-inner .sec-kicker {
  margin-bottom: 0;
}

.real_estate_page .page-intro-inner h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: balance;
}

.real_estate_page .page-intro-inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.real_estate_page .page-intro-inner p a {
  color: var(--clay-d);
  font-weight: 600;
}

.real_estate_fee_strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.real_estate_fee_strip>div {
  min-width: 0;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-right: 1px solid var(--rule);
}

.real_estate_fee_strip>div:last-child {
  border-right: 0;
}

.real_estate_fee_strip span {
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.real_estate_fee_strip strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--ink);
}

.real_estate_page .page-cta-line {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  background: var(--sage);
  border-radius: var(--radius-lg);
}

.real_estate_page .page-cta-line p {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--bone);
}

.real_estate_page .page-cta-line .tel {
  color: #f3d99c;
  font-weight: 600;
  text-decoration: none;
}

.real_estate_page .sched-aside {
  position: sticky;
  top: 24px;
}

.real_estate_page .sched-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.real_estate_page .sched-h {
  margin: 0;
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
}

.real_estate_page .sched-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 600;
  color: var(--clay-d);
  text-decoration: none;
}

.real_estate_page .sched-d {
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-3);
}

.real_estate_page .sched-form {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.real_estate_page .sched-form input[type="text"],
.real_estate_page .sched-form textarea {
  width: 100%;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  background: var(--bone);
  border: 1px solid var(--rule-2);
  border-radius: var(--radius);
}

.real_estate_page .sched-form textarea {
  min-height: 92px;
  resize: vertical;
}

.real_estate_page .sched-form input:focus,
.real_estate_page .sched-form textarea:focus {
  outline: 2px solid rgba(169, 130, 46, 0.4);
  outline-offset: 1px;
  border-color: var(--clay);
}

.real_estate_page .sched-form .btn {
  width: 100%;
}

/* ---------- AUDIENCES ---------- */
.real_estate_audience_section {
  padding: var(--pad-4) 0;
  background: var(--bone-2);
}

.real_estate_audience_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.real_estate_audience_grid article {
  min-width: 0;
  padding: 26px;
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.real_estate_icon_badge {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  color: var(--sage-d);
  background: var(--bone-2);
  border-radius: 50%;
}

.real_estate_icon_badge svg {
  width: 25px;
  height: 25px;
}

.real_estate_audience_grid h3,
.real_estate_workflow h3,
.real_estate_report_grid h3,
.real_estate_preparation_grid h3,
.real_estate_solutions_grid h3,
.real_estate_coordination_cards h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
}

.real_estate_audience_grid h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.real_estate_audience_grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.66;
}

/* ---------- TRANSACTION WORKFLOW ---------- */
.real_estate_workflow_section {
  padding: var(--pad-4) 0;
  color: var(--bone);
  background: var(--sage);
}

.real_estate_workflow_heading {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: end;
}

.real_estate_workflow_section .sec-kicker,
.real_estate_workflow_section .sec-h2 {
  color: var(--bone);
}

.real_estate_workflow_heading>p {
  margin: 0;
  font-size: 15px;
  line-height: 1.74;
  color: rgba(244, 239, 230, 0.82);
}

.real_estate_workflow {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.real_estate_workflow li {
  min-width: 0;
  padding: 24px 21px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
  background: rgba(244, 239, 230, 0.09);
  border: 1px solid rgba(244, 239, 230, 0.2);
  border-radius: var(--radius-lg);
}

.real_estate_workflow li>span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--sage-d);
  background: #f1d691;
  border-radius: 50%;
}

.real_estate_workflow h3 {
  margin: 7px 0 8px;
  font-size: 19px;
  color: var(--bone);
}

.real_estate_workflow p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: rgba(244, 239, 230, 0.76);
}

/* ---------- REPORT GUIDE ---------- */
.real_estate_report_section {
  padding: var(--pad-4) 0;
  background: var(--bone);
}

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

.real_estate_report_grid article {
  min-width: 0;
  padding: 29px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--sage);
  border-radius: var(--radius-lg);
}

.real_estate_report_grid article>span {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clay-d);
}

.real_estate_report_grid h3 {
  margin-bottom: 11px;
  font-size: 24px;
}

.real_estate_report_grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
}

.real_estate_legal_note {
  margin-top: 24px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  color: var(--bone);
  background: var(--sage-d);
  border-radius: var(--radius-lg);
}

.real_estate_legal_note strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.real_estate_legal_note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.66;
  color: rgba(244, 239, 230, 0.78);
}

.real_estate_legal_note>a {
  padding: 11px 14px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #f3d99c;
}

/* ---------- PREPARATION ---------- */
.real_estate_preparation_section {
  padding: var(--pad-4) 0;
  background: var(--bone-2);
}

.real_estate_preparation_grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}

.real_estate_preparation_grid li {
  min-width: 0;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.real_estate_preparation_grid li>span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--bone);
  background: var(--sage);
  border-radius: 50%;
}

.real_estate_preparation_grid h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.real_estate_preparation_grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
}

/* ---------- FINDINGS TO SOLUTIONS ---------- */
.real_estate_solutions_section {
  padding: var(--pad-4) 0;
  background: var(--bone);
}

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

.real_estate_solutions_grid a {
  min-width: 0;
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
  color: var(--ink-2);
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  transition: transform 0.16s, background 0.16s, border-color 0.16s;
}

.real_estate_solutions_grid a:hover {
  transform: translateY(-3px);
  background: var(--bone-3);
  border-color: var(--rule-2);
}

.real_estate_solution_mark {
  width: 34px;
  height: 5px;
  margin-bottom: 22px;
  background: var(--clay);
  border-radius: 999px;
}

.real_estate_solutions_grid h3 {
  margin-bottom: 11px;
  font-size: 21px;
}

.real_estate_solutions_grid p {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.65;
}

.real_estate_solutions_grid strong {
  margin-top: auto;
  font-size: 12px;
  color: var(--clay-d);
}

/* ---------- TRANSACTION COORDINATION ---------- */
.real_estate_coordination_section {
  padding: var(--pad-4) 0;
  color: var(--bone);
  background: var(--sage);
}

.real_estate_coordination_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.real_estate_coordination_copy .sec-kicker,
.real_estate_coordination_copy h2 {
  color: var(--bone);
}

.real_estate_coordination_copy h2 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

.real_estate_coordination_copy p {
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.74;
  color: rgba(244, 239, 230, 0.82);
}

.real_estate_coordination_copy p:last-child {
  margin-bottom: 0;
}

.real_estate_coordination_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.real_estate_coordination_cards article {
  min-width: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  background: rgba(244, 239, 230, 0.09);
  border: 1px solid rgba(244, 239, 230, 0.2);
  border-radius: var(--radius-lg);
}

.real_estate_coordination_cards article>span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--sage-d);
  background: #f1d691;
  border-radius: 50%;
}

.real_estate_coordination_cards h3 {
  margin: 5px 0 7px;
  font-size: 18px;
  color: var(--bone);
}

.real_estate_coordination_cards p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(244, 239, 230, 0.75);
}

/* ---------- FAQ ---------- */
.real_estate_faq_section {
  padding: var(--pad-4) 0;
  background: var(--bone-2);
}

.real_estate_faq_layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: 64px;
  align-items: start;
}

.real_estate_faq_intro {
  position: sticky;
  top: 24px;
}

.real_estate_faq_intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.real_estate_faq_list {
  display: grid;
  gap: 10px;
}

.real_estate_faq_list details {
  background: var(--bone);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
}

.real_estate_faq_list summary {
  position: relative;
  padding: 20px 52px 20px 22px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.real_estate_faq_list summary::-webkit-details-marker {
  display: none;
}

.real_estate_faq_list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--sans);
  font-size: 24px;
  color: var(--clay-d);
}

.real_estate_faq_list details[open] summary::after {
  content: "−";
}

.real_estate_faq_list details[open] summary {
  border-bottom: 1px solid var(--rule);
}

.real_estate_faq_list details p {
  margin: 0;
  padding: 18px 22px 22px;
  font-size: 14px;
  line-height: 1.72;
}

/* ---------- RESOURCES + RELATED ---------- */
.real_estate_resources_section,
.real_estate_related_section {
  padding: var(--pad-4) 0;
}

.real_estate_resources_section {
  background: var(--sage-d);
}

.real_estate_resources_section .sec-kicker,
.real_estate_resources_section .sec-h2 {
  color: var(--bone);
}

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

.real_estate_resource_grid a {
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--bone);
  background: rgba(244, 239, 230, 0.08);
  border: 1px solid rgba(244, 239, 230, 0.2);
  border-radius: var(--radius-lg);
  transition: transform 0.16s, background 0.16s, border-color 0.16s;
}

.real_estate_resource_grid a:hover {
  transform: translateY(-3px);
  background: rgba(244, 239, 230, 0.13);
  border-color: rgba(244, 239, 230, 0.4);
}

.real_estate_resource_grid span {
  margin-bottom: 28px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1d691;
}

.real_estate_resource_grid strong {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.25;
}

.real_estate_resource_grid small {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(244, 239, 230, 0.7);
}

.real_estate_related_section {
  background: var(--bone);
}

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

.real_estate_related_grid a {
  min-width: 0;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--serif);
  font-size: 17px;
  color: var(--ink);
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}

.real_estate_related_grid a:hover {
  transform: translateX(3px);
  background: var(--bone-3);
  border-color: var(--rule-2);
}

.real_estate_related_grid svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--clay-d);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- FINAL CTA ---------- */
.real_estate_page .real_estate_mid_cta {
  min-height: 430px;
  padding: 72px 0;
  display: grid;
  place-items: center;
  text-align: left;
}

.real_estate_page .real_estate_mid_cta .mid-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(27, 26, 17, 0.97) 6%, rgba(54, 56, 35, 0.9) 58%, rgba(62, 44, 17, 0.76));
}

.real_estate_page .real_estate_mid_cta .mid-cta-inner {
  width: 100%;
  max-width: var(--maxw);
  padding: 0 var(--pad-2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 52px;
}

.real_estate_mid_cta .sec-kicker {
  color: rgba(244, 239, 230, 0.75);
}

.real_estate_mid_cta h2 {
  max-width: 730px;
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--bone);
  text-wrap: balance;
}

.real_estate_mid_cta p {
  max-width: 730px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(244, 239, 230, 0.82);
}

.real_estate_cta_actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .real_estate_page .page-intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .real_estate_page .sched-aside,
  .real_estate_faq_intro {
    position: static;
  }

  .real_estate_page .sched-card {
    max-width: 680px;
    margin: 0 auto;
  }

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

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

  .real_estate_coordination_grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .real_estate_faq_layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .real_estate_faq_intro {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .real_estate_page .page-hero {
    min-height: 500px;
    padding: 78px 0 64px;
  }

  .real_estate_fee_strip,
  .real_estate_workflow_heading,
  .real_estate_report_grid,
  .real_estate_preparation_grid,
  .real_estate_resource_grid {
    grid-template-columns: 1fr;
  }

  .real_estate_fee_strip>div {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .real_estate_fee_strip>div:last-child {
    border-bottom: 0;
  }

  .real_estate_workflow_heading {
    gap: 20px;
  }

  .real_estate_legal_note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .real_estate_legal_note>a {
    padding-left: 0;
    white-space: normal;
  }

  .real_estate_page .real_estate_mid_cta .mid-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .real_estate_cta_actions {
    width: min(100%, 420px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {

  .real_estate_page .real_estate_inner,
  .real_estate_page .page-intro-grid,
  .real_estate_page .page-hero-inner,
  .real_estate_page .real_estate_mid_cta .mid-cta-inner {
    padding-inline: 20px;
  }

  .real_estate_page .page-hero {
    min-height: 480px;
    padding: 64px 0 54px;
  }

  .real_estate_page .page-hero-bg img {
    object-position: 58% center;
  }

  .real_estate_page .breadcrumb {
    font-size: 9px;
    gap: 6px;
  }

  .real_estate_page .page-hero-h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .real_estate_page .page-hero-sub {
    font-size: 15px;
  }

  .real_estate_hero_actions,
  .real_estate_hero_actions .btn,
  .real_estate_page .page-cta-line .tel,
  .real_estate_cta_actions .btn {
    width: 100%;
  }

  .real_estate_page .page-intro,
  .real_estate_audience_section,
  .real_estate_workflow_section,
  .real_estate_report_section,
  .real_estate_preparation_section,
  .real_estate_solutions_section,
  .real_estate_coordination_section,
  .real_estate_faq_section,
  .real_estate_resources_section,
  .real_estate_related_section {
    padding: 58px 0;
  }

  .real_estate_page .page-cta-line {
    text-align: center;
  }

  .real_estate_audience_grid,
  .real_estate_workflow,
  .real_estate_solutions_grid,
  .real_estate_coordination_cards,
  .real_estate_related_grid {
    grid-template-columns: 1fr;
  }

  .real_estate_workflow li,
  .real_estate_coordination_cards article {
    padding: 20px;
  }

  .real_estate_report_grid article,
  .real_estate_legal_note {
    padding: 24px 21px;
  }

  .real_estate_preparation_grid li {
    padding: 20px;
  }

  .real_estate_resource_grid a {
    min-height: 170px;
  }

  .real_estate_page .g-recaptcha {
    width: 250px;
    margin-bottom: -14px;
    transform: scale(0.82);
    transform-origin: left top;
  }

  .real_estate_page .real_estate_mid_cta {
    min-height: 490px;
    padding: 62px 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .real_estate_page *,
  .real_estate_page *::before,
  .real_estate_page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}