:root {
  --bg: #ffffff;
  --text: #141925;
  --muted: #5e6677;
  --line: #e8e5df;
  --accent: #ff4b3e;
  --dark: #10151f;
}

/* Base reset keeps spacing and sizing consistent across browsers. */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  width: 100%;
}

/* Top utility bar matches the slim contact strip from the design. */
.topbar {
  height: 54px;
  position: relative;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 18px;
  gap: 24px;
  background: #fff;
}

.topbar__group {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
}

.topbar__group--right {
  margin-left: auto;
  gap: 26px;
}

.topbar__group--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  line-height: 1;
  color: #252932;
  white-space: nowrap;
}

.topbar__group--left .topbar__item {
  color: #000;
}

.topbar__item--highlight {
  color: #f27a2d;
  font-size: 18px;
  font-weight: 700;
}

.topbar__item svg {
  width: 21px;
  height: 21px;
  fill: var(--accent);
  flex: 0 0 auto;
}

.topbar__item--highlight svg {
  fill: #f27a2d;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: 5px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #0d1017;
  line-height: 1;
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 28px;
  border: 0;
  background: transparent;
  color: #252932;
  border-left: 1px solid #d8d7d2;
  cursor: pointer;
}

.language-switch__flag {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%),
    linear-gradient(transparent 42%, #fff 42%, #fff 58%, transparent 58%),
    linear-gradient(90deg, transparent 46%, #d72538 46%, #d72538 54%, transparent 54%),
    linear-gradient(transparent 46%, #d72538 46%, #d72538 54%, transparent 54%),
    linear-gradient(35deg, transparent 44%, #fff 44%, #fff 56%, transparent 56%),
    linear-gradient(-35deg, transparent 44%, #fff 44%, #fff 56%, transparent 56%),
    linear-gradient(35deg, transparent 47%, #d72538 47%, #d72538 53%, transparent 53%),
    linear-gradient(-35deg, transparent 47%, #d72538 47%, #d72538 53%, transparent 53%),
    #244a9d;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.language-switch svg {
  width: 14px;
  height: 14px;
}

/* Header layout centers navigation while preserving logo and menu spacing. */
.header {
  min-height: 124px;
  display: grid;
  grid-template-columns: 300px 1fr 64px;
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 10px 24px;
  column-gap: 20px;
  background: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand--image {
  gap: 0;
  width: 100%;
  justify-content: center;
  align-self: center;
}

.brand__mark {
  display: inline-flex;
  width: 68px;
  height: 50px;
  flex: 0 0 auto;
}

.brand__mark svg {
  width: 100%;
  height: 100%;
}

.brand__logo {
  display: block;
  width: 280px;
  max-width: 100%;
  max-height: 104px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__text strong {
  font-size: 34px;
  letter-spacing: -1.2px;
  font-weight: 800;
}

.brand__text small {
  margin-top: 3px;
  font-size: 13px;
  color: #252932;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-left: 0;
  justify-self: start;
  margin-left: 54px;
  align-self: center;
  flex-wrap: wrap;
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #374151;
  text-align: center;
}

.nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav__dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #374151;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.nav a span {
  font-size: 12px;
  margin-top: 3px;
}

.nav__dropdown-toggle span:last-child {
  font-size: 12px;
  margin-top: 3px;
}

.nav__submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 240px;
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 2px solid #48b5f5;
  box-shadow: 0 22px 48px rgba(17, 23, 33, 0.14);
  overflow: hidden;
  z-index: 20;
}

.nav__submenu--compact {
  min-width: 220px;
}

.nav__submenu--locations {
  min-width: min(360px, calc(100vw - 32px));
  max-width: min(420px, calc(100vw - 32px));
}

.nav__submenu--locations a {
  white-space: normal;
  overflow-wrap: anywhere;
}

.nav__item--open .nav__submenu {
  display: flex;
}

.nav__submenu a {
  justify-content: space-between;
  width: 100%;
  padding: 18px 16px;
  border-bottom: 1px solid #e8ebef;
  color: #172032;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
}

.nav__submenu a:last-child {
  border-bottom: 0;
}

.nav__submenu a span {
  font-size: 18px;
  margin-top: 0;
}

.header__cta {
  min-width: 222px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  margin-right: -8px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #62c9f5 0%, #46b4ec 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  font-family: inherit;
  border: 0;
  box-shadow: 0 14px 26px rgba(70, 180, 236, 0.26);
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
}

.header__cta:hover {
  background: linear-gradient(180deg, #58c2f0 0%, #3eace4 100%);
}

body.lead-modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(9, 14, 24, 0.62);
  backdrop-filter: blur(8px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.lead-modal--open {
  display: flex;
}

.lead-modal__dialog {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100dvh - 48px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(82, 194, 240, 0.28) 0%, rgba(82, 194, 240, 0) 36%),
    linear-gradient(180deg, #0e2537 0%, #142f45 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.32);
  color: #fff;
  overflow-y: auto;
}

.lead-modal__content {
  padding: 32px 28px 28px;
}

.lead-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lead-modal__title {
  margin: 0;
  padding-right: 48px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.lead-modal__text {
  margin: 14px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.lead-modal__form {
  margin-top: 22px;
}

.lead-modal__submit {
  width: 100%;
}

.menu-toggle {
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid #bfc2c5;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  justify-self: center;
  align-self: center;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  border-radius: 10px;
  background: #1d2129;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* Hero block controls the artwork, overlay, messaging, and action buttons. */
.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #1b2231;
}

.hero__art,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__art {
  background-image: url("assets/backgroubd images.jpg");
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
  filter: brightness(1.18) saturate(1.06) contrast(1.01);
}

.hero__overlay {
  background: transparent;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1520px;
  margin: 0 auto;
  padding: 108px 24px 60px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 520px);
  gap: 44px;
  align-items: start;
}

.hero__copy {
  max-width: 760px;
  padding-top: 10px;
  padding: 20px 24px 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 159, 63, 0.18) 0%, rgba(255, 159, 63, 0) 32%),
    linear-gradient(90deg, rgba(12, 18, 29, 0.44) 0%, rgba(12, 18, 29, 0.26) 58%, rgba(12, 18, 29, 0.02) 100%);
  border: 1px solid rgba(255, 191, 120, 0.14);
  box-shadow: 0 24px 50px rgba(12, 16, 24, 0.2);
  backdrop-filter: blur(4px);
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 189, 118, 0.55);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 170, 88, 0.2) 0%, rgba(255, 138, 54, 0.12) 100%);
  backdrop-filter: blur(8px);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 231, 198, 0.18), 0 10px 24px rgba(255, 123, 47, 0.14);
}

.hero__title {
  margin: 28px 0 0;
  max-width: 820px;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34), 0 0 26px rgba(255, 151, 76, 0.16);
}

.hero__title-accent {
  color: #ff9f3f;
}

.hero__subtitle {
  margin: 24px 0 0;
  max-width: 720px;
  padding-left: 16px;
  border-left: 4px solid rgba(255, 166, 80, 0.88);
  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.42;
  letter-spacing: -0.2px;
  color: rgba(255, 247, 236, 0.98);
  font-weight: 400;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.hero__subtitle-accent {
  color: #ffb15f;
  font-weight: 700;
}

.hero__trust {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  padding: 12px 16px 12px 12px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(255, 145, 54, 0.2) 0%, rgba(255, 145, 54, 0.08) 100%);
  border: 1px solid rgba(255, 182, 117, 0.2);
  color: rgba(255, 248, 238, 0.95);
  font-size: 15px;
  line-height: 1.5;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.hero__trust-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff9f3f 0%, #ff7b2f 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 123, 47, 0.24);
  flex: 0 0 auto;
}

.hero__trust-icon svg {
  width: 20px;
  height: 20px;
}

.hero__form-card {
  padding: 28px 28px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 48px rgba(9, 14, 24, 0.24);
  backdrop-filter: blur(18px);
}

.hero__form-title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -1px;
  font-weight: 700;
}

.hero__form-text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
}

.hero__form {
  margin-top: 22px;
}

.hero__field {
  display: block;
}

.hero__field + .hero__field {
  margin-top: 16px;
}

.hero__field span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.hero__phone-row {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 10px;
}

.hero__phone-row select,
.hero__phone-row input,
.hero__field > input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #181d26;
  font-size: 17px;
  padding: 0 18px;
}

.hero__phone-row select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #505866 50%),
    linear-gradient(135deg, #505866 50%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  background-position:
    calc(100% - 18px) 24px,
    calc(100% - 12px) 24px,
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}

.hero__phone-row input::placeholder,
.hero__field > input::placeholder {
  color: #6b7280;
}

.hero__consent {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
}

.hero__consent input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.hero__submit {
  margin-top: 22px;
  min-width: 132px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.hero__submit[disabled] {
  opacity: 0.72;
  cursor: progress;
}

.hero__form-status {
  display: none;
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.hero__form-status--visible {
  display: block;
}

.hero__form-status--success {
  color: #f0fdf4;
  background: rgba(22, 163, 74, 0.2);
  border: 1px solid rgba(187, 247, 208, 0.35);
}

.hero__form-status--error {
  color: #fff1f2;
  background: rgba(220, 38, 38, 0.2);
  border: 1px solid rgba(254, 202, 202, 0.35);
}

/* About block recreates the white content section shown below the hero area. */
.about {
  padding: 68px 64px 34px;
  background: #fff;
}

.about__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 46px;
  padding: 0 22px;
  border: 1px solid #ddd9d3;
  border-radius: 999px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about__layout {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1.14fr) minmax(320px, 600px);
  gap: 52px;
  align-items: center;
}

.about__content {
  max-width: 780px;
}

.about__title {
  margin: 24px 0 0;
  max-width: 24ch;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.08;
  letter-spacing: -1.35px;
  font-weight: 700;
  color: #181b22;
  text-wrap: balance;
}

.about__text {
  margin: 26px 0 0;
  color: #46505f;
  font-size: 17px;
  line-height: 1.8;
  max-width: 58ch;
}

.about__text--lead {
  padding-left: 18px;
  border-left: 4px solid rgba(255, 75, 62, 0.78);
  color: #2e3643;
}

.about__text a {
  color: #56b8ff;
}

.about__text strong,
.about__closing {
  color: #181b22;
}

.about__closing {
  margin: 28px 0 0;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 600;
}

.about__actions {
  margin-top: 34px;
}

.about__cta {
  min-width: 188px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5f4f 0%, #ff4b3e 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(255, 75, 62, 0.2);
}

.about__media {
  position: relative;
  min-height: 520px;
}

.about__photo {
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 24px 48px rgba(18, 16, 14, 0.12);
}

.about__photo--top {
  inset: 0 0 214px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(17, 23, 33, 0.08) 100%),
    url("assets/house-isolated-field.jpg") center 62%/cover no-repeat;
}

.about__photo--bottom {
  right: 0;
  bottom: 0;
  width: 88%;
  min-height: 286px;
  border: 8px solid #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(17, 23, 33, 0.08) 100%),
    url("assets/female-business-suit-holding-toy-model-house-keys-opt.jpg") center/cover no-repeat;
}

/* Floating tools mirror the right-side controls visible across the design. */
.floating-tools {
  position: fixed;
  right: 0;
  top: 225px;
  z-index: 8;
  pointer-events: none;
}

.floating-tools__palette,
.floating-tools__top {
  pointer-events: auto;
}

.floating-tools__palette {
  width: 51px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
}

.floating-tools__palette svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.floating-tools__top {
  position: fixed;
  right: 31px;
  bottom: 36px;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: #fff;
  color: var(--accent);
  cursor: pointer;
}

.floating-tools__top svg {
  width: 28px;
  height: 28px;
}

/* Featured projects uses a warmer background to give the next section more depth. */
.projects {
  padding: 78px 20px 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 111, 76, 0.08), transparent 20%),
    linear-gradient(180deg, #f7f2ed 0%, #f4efea 100%);
}

.projects__header {
  max-width: 1840px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.projects__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 236px;
  height: 54px;
  padding: 0 28px;
  border: 1px solid #ddd5cf;
  border-radius: 999px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}

.projects__title {
  margin: 34px 0 0;
  color: #1a1d23;
  font-size: clamp(38px, 3.4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.7px;
  font-weight: 700;
}

.projects__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 62px;
}

.projects__cta,
.projects__cta-arrow {
  background: var(--accent);
  color: #fff;
}

.projects__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.projects__cta-arrow {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.projects__cta-arrow svg {
  width: 22px;
  height: 22px;
}

.projects__grid {
  max-width: 1840px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(360px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.project-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  background: #fff;
  border-radius: 28px;
  padding: 28px 24px;
  box-shadow: 0 14px 34px rgba(31, 27, 22, 0.04);
}

.project-card__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 4px;
}

.project-card__body h3 {
  margin: 0;
  color: #0e1320;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -1px;
  font-weight: 600;
}

.project-card__body p {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #495162;
  font-size: 15px;
  line-height: 1.5;
}

.project-card__meta-icon {
  display: inline-flex;
  color: var(--accent);
}

.project-card__meta-icon svg {
  width: 18px;
  height: 18px;
}

.project-card__arrow {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  flex: 0 0 auto;
}

.project-card__arrow svg {
  width: 22px;
  height: 22px;
}

.project-card--small .project-card__body {
  display: block;
}

.project-card--small .project-card__body h3 {
  font-size: 23px;
}

/* Additional property cards continue the showcase in a tighter 3-column row. */
.properties {
  padding: 40px 20px 56px;
  background: #fff;
}

.properties__intro {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.properties__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff2ef;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.properties__title {
  margin: 18px 0 0;
  color: #1a1f29;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.6px;
}

.properties__subtitle {
  margin: 14px 0 0;
  color: #404857;
  font-size: 18px;
  line-height: 1.45;
}

.properties__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.property-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

.property-card__image {
  width: 100%;
  min-height: 285px;
  border-radius: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.property-card__body {
  padding: 20px 10px 0;
}

.property-card__body h3 {
  margin: 0;
  color: #111722;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.8px;
  font-weight: 700;
}

.property-card__body p {
  margin: 12px 0 0;
  color: #36404d;
  font-size: 16px;
  line-height: 1.55;
}

/* Why choose us returns to a split layout with a shaped image and supporting CTA. */
.choose-us {
  padding: 34px 20px 58px;
  background: linear-gradient(180deg, #fff 0%, #f7f4ef 100%);
}

.choose-us__layout {
  max-width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 660px) minmax(320px, 1fr);
  gap: 64px;
  align-items: center;
}

.choose-us__media {
  position: relative;
  min-height: 620px;
}

.choose-us__photo {
  position: absolute;
  border-radius: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 22px 52px rgba(22, 18, 14, 0.1);
}

.choose-us__photo--primary {
  inset: 0 42px 188px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(14, 20, 32, 0.08) 100%),
    url("assets/real-estate-sector-opt.jpg") center/cover no-repeat;
}

.choose-us__photo--secondary {
  right: 0;
  bottom: 0;
  width: 82%;
  min-height: 340px;
  border: 10px solid #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(14, 20, 32, 0.12) 100%),
    url("assets/img5.jpeg") 40% center/cover no-repeat;
}

.choose-us__content {
  padding: 0;
}

.choose-us__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #171b22;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.choose-us__eyebrow svg {
  width: 22px;
  height: 22px;
  color: var(--accent);
}

.choose-us__title {
  margin: 24px 0 0;
  color: #171b22;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.8px;
  font-weight: 700;
  max-width: 18ch;
}

.choose-us__lead {
  margin: 22px 0 0;
  max-width: 54ch;
  padding-left: 18px;
  border-left: 4px solid rgba(255, 75, 62, 0.8);
  color: #313846;
  font-size: 17px;
  line-height: 1.72;
}

.choose-us__lead strong {
  color: #171b22;
}

.choose-us__list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.choose-us__list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 16px;
  align-items: flex-start;
  color: #1d2430;
  font-size: 16px;
  line-height: 1.62;
  padding: 14px 16px 14px 0;
  border-bottom: 1px solid rgba(226, 220, 212, 0.85);
}

.choose-us__list li strong {
  color: #171b22;
}

.choose-us__check {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  transform: translateY(1px);
}

.choose-us__check svg {
  width: 16px;
  height: 16px;
}

.choose-us__note {
  margin: 28px 0 0;
  color: #242b37;
  font-size: 18px;
  line-height: 1.65;
  max-width: 48ch;
}

.choose-us__note strong {
  color: #171b22;
}

.choose-us__button {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 34px;
  border: 2px solid #222934;
  border-radius: 999px;
  color: #171b22;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.choose-us__button:hover {
  background: #171b22;
  border-color: #171b22;
  color: #fff;
}

.choose-us__button svg {
  width: 20px;
  height: 20px;
}

/* Desktop-to-laptop transition keeps the nav readable without changing the design. */
@media (max-width: 1250px) {
  .header {
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "brand cta cta"
      "nav nav nav";
    height: auto;
    padding: 24px 20px;
    row-gap: 24px;
  }

  .brand {
    grid-area: brand;
  }

  .nav {
    grid-area: nav;
    padding-left: 0;
    justify-content: flex-start;
    gap: 28px;
    overflow-x: auto;
  }

  .header__cta {
    grid-area: cta;
    min-width: 202px;
    height: 48px;
    margin-right: 0;
    padding: 0 22px;
    font-size: 16px;
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 140px;
  }

  .about__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about__content {
    max-width: none;
  }

  .about__media {
    min-height: 560px;
  }

  .projects__header {
    flex-direction: column;
  }

  .projects__actions {
    padding-top: 0;
  }

  .projects__grid {
    grid-template-columns: 1fr;
  }

  .properties__intro {
    margin-bottom: 36px;
  }

  .properties__subtitle {
    font-size: 18px;
  }

  .properties__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .choose-us__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .choose-us__media {
    min-height: 600px;
  }

  .choose-us__content {
    padding-right: 0;
  }
}

/* Tablet layout switches navigation into a dropdown controlled by the menu button. */
@media (max-width: 900px) {
  .topbar {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px;
    gap: 10px;
  }

  .topbar__group,
  .topbar__group--right {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .topbar__group--center {
    position: static;
    left: auto;
    transform: none;
    justify-content: center;
  }

  .topbar__item {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }

  .topbar__group--left .topbar__item span {
    overflow-wrap: anywhere;
  }

  .topbar__item--highlight {
    font-size: 16px;
    white-space: normal;
  }

  .topbar__group--center .topbar__item--highlight {
    width: auto;
    max-width: 100%;
    gap: 8px;
    white-space: nowrap;
    font-size: clamp(12px, 3.2vw, 15px);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

  .header {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "cta cta"
      "nav nav";
    padding: 18px 16px 20px;
    row-gap: 14px;
    column-gap: 12px;
  }

  .brand__logo {
    width: 176px;
  }

  .menu-toggle {
    display: inline-flex;
    grid-area: toggle;
    justify-self: end;
  }

  .nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e4e8ee;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(20, 26, 38, 0.08);
    grid-area: nav;
    margin-left: 0;
    justify-self: stretch;
  }

  body.menu-open .nav {
    display: flex;
  }

  .header__cta {
    width: 100%;
    min-width: 176px;
    height: 44px;
    grid-area: cta;
    justify-self: stretch;
    padding: 0 20px;
    font-size: 15px;
    margin-right: 0;
  }

  .nav__item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav__dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid #e4e8ee;
    border-radius: 14px;
    background: #fff;
    font-size: 16px;
    text-align: left;
  }

  .nav > a {
    width: 100%;
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 16px;
    border: 1px solid #e4e8ee;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }

  .nav__submenu {
    position: static;
    top: auto;
    left: auto;
    min-width: 100%;
    margin-top: 10px;
    border: 1px solid #dfe5eb;
    border-top: 2px solid #48b5f5;
    border-radius: 16px;
    box-shadow: none;
    transform: none;
  }

  .nav__submenu a {
    padding: 14px 16px;
    font-size: 15px;
    white-space: normal;
    line-height: 1.4;
  }

  .hero {
    min-height: 720px;
  }

  .hero__content {
    padding-top: 128px;
  }

  .hero__badge {
    min-width: 196px;
    height: 46px;
    font-size: 13px;
  }

  .hero__title {
    font-size: clamp(42px, 9vw, 62px);
    letter-spacing: -1.8px;
  }

  .hero__subtitle {
    margin-top: 18px;
    font-size: clamp(18px, 4vw, 24px);
  }

  .hero__trust {
    margin-top: 18px;
    font-size: 14px;
  }

  .hero__trust-icon {
    width: 36px;
    height: 36px;
  }

  .hero__form-card {
    padding: 24px 22px 24px;
    border-radius: 24px;
  }

  .hero__form-title {
    font-size: 26px;
  }

  .hero__field span {
    font-size: 15px;
  }

  .hero__phone-row {
    grid-template-columns: 90px 1fr;
  }

  .hero__phone-row select,
  .hero__phone-row input,
  .hero__field > input {
    height: 52px;
    font-size: 15px;
  }

  .about {
    padding-top: 58px;
  }

  .about__title {
    margin-top: 28px;
  }

  .about__text {
    font-size: 17px;
  }

  .about__media {
    min-height: 500px;
  }

  .about__photo--top {
    inset: 0 0 180px 24px;
  }

  .about__photo--bottom {
    min-height: 280px;
  }

  .projects {
    padding-top: 72px;
  }

  .projects__badge {
    min-width: 210px;
    height: 50px;
    font-size: 15px;
  }

  .projects__title {
    margin-top: 26px;
    font-size: clamp(34px, 5.5vw, 46px);
    letter-spacing: -1.2px;
  }

  .projects__grid {
    margin-top: 38px;
    gap: 18px;
  }

  .properties__title {
    margin-top: 20px;
    font-size: clamp(32px, 6vw, 46px);
    letter-spacing: -1.3px;
  }

  .project-card__body h3 {
    font-size: 24px;
  }

  .property-card__image {
    min-height: 290px;
  }

  .property-card__body h3 {
    font-size: 24px;
  }

  .property-card__body p {
    font-size: 17px;
  }

  .choose-us {
    padding-top: 18px;
  }

  .choose-us__eyebrow {
    font-size: 14px;
  }

  .choose-us__title {
    margin-top: 18px;
    font-size: clamp(34px, 5.2vw, 48px);
    letter-spacing: -1.3px;
  }

  .choose-us__media {
    min-height: 520px;
  }

  .choose-us__photo--primary {
    inset: 0 32px 164px 0;
  }

  .choose-us__photo--secondary {
    min-height: 300px;
  }

  .choose-us__list li,
  .choose-us__note {
    font-size: 16px;
  }
}

/* Small-phone tweaks keep text and controls readable within narrow screens. */
@media (max-width: 620px) {
  .topbar {
    padding: 10px 14px 12px;
  }

  .topbar__item {
    font-size: 14px;
  }

  .topbar__item svg {
    width: 18px;
    height: 18px;
  }

  .social-links {
    gap: 12px;
  }

  .brand__text strong {
    font-size: 32px;
  }

  .brand__text small {
    font-size: 13px;
  }

  .hero {
    min-height: 660px;
  }

  .hero__content {
    padding: 48px 16px 44px;
  }

  .hero__badge {
    min-width: 164px;
    height: 40px;
    padding: 0 16px;
    font-size: 11px;
  }

  .hero__title {
    margin-top: 18px;
    font-size: 34px;
    letter-spacing: -1.2px;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 1.45;
  }

  .hero__trust {
    margin-top: 16px;
    font-size: 13px;
    gap: 10px;
  }

  .hero__trust-icon {
    width: 32px;
    height: 32px;
  }

  .hero__form-card {
    padding: 20px 16px 20px;
    border-radius: 20px;
  }

  .hero__form-title {
    font-size: 22px;
  }

  .hero__form-text {
    font-size: 14px;
  }

  .hero__phone-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero__field span {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .hero__phone-row select,
  .hero__phone-row input,
  .hero__field > input {
    height: 48px;
    border-radius: 14px;
    font-size: 15px;
    padding: 0 14px;
  }

  .hero__consent {
    font-size: 13px;
    gap: 10px;
  }

  .hero__submit {
    width: 100%;
    min-width: 0;
    height: 48px;
    border-radius: 14px;
    font-size: 14px;
  }

  .hero__palette {
    top: 124px;
  }

  .about {
    padding: 48px 28px 24px;
  }

  .about__badge {
    min-width: 156px;
    height: 46px;
    font-size: 15px;
  }

  .about__title {
    font-size: 34px;
    letter-spacing: -1.1px;
  }

  .about__layout {
    gap: 28px;
  }

  .about__text,
  .about__closing {
    font-size: 15px;
  }

  .about__actions {
    margin-top: 24px;
  }

  .about__cta {
    min-width: 184px;
    height: 54px;
    font-size: 15px;
  }

  .about__media {
    min-height: 360px;
  }

  .about__photo {
    border-radius: 24px;
  }

  .about__photo--top {
    inset: 0 0 112px 14px;
  }

  .about__photo--bottom {
    width: 92%;
    min-height: 196px;
    border-width: 6px;
  }

  .feature-card__content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .floating-tools__top {
    right: 18px;
    bottom: 20px;
    width: 56px;
    height: 56px;
  }

  .projects {
    padding: 56px 16px 24px;
  }

  .projects__badge {
    min-width: 176px;
    height: 44px;
    padding: 0 24px;
    font-size: 13px;
  }

  .projects__title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .projects__actions {
    width: 100%;
  }

  .projects__cta {
    height: 52px;
    padding: 0 22px;
    font-size: 15px;
  }

  .projects__cta-arrow {
    width: 52px;
    height: 52px;
  }

  .projects__grid {
    margin-top: 28px;
  }

  .project-card {
    min-height: 190px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .project-card__body {
    padding-top: 0;
  }

  .project-card__body h3,
  .project-card--small .project-card__body h3 {
    font-size: 22px;
  }

  .project-card__body p {
    font-size: 15px;
  }

  .project-card__arrow {
    width: 62px;
    height: 62px;
  }

  .properties {
    padding: 28px 16px 36px;
  }

  .property-card {
    padding: 0;
  }

  .property-card__image {
    min-height: 230px;
    border-radius: 18px;
  }

  .property-card__body {
    padding: 18px 6px 0;
  }

  .property-card__body h3 {
    font-size: 22px;
  }

  .property-card__body p {
    font-size: 15px;
  }

  .properties__title {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .properties__subtitle {
    margin-top: 14px;
    font-size: 16px;
  }

  .choose-us {
    padding: 14px 16px 24px;
  }

  .choose-us__media {
    min-height: 360px;
  }

  .choose-us__photo {
    border-radius: 22px;
  }

  .choose-us__photo--primary {
    inset: 0 18px 112px 0;
  }

  .choose-us__photo--secondary {
    width: 88%;
    min-height: 200px;
    border-width: 6px;
  }

  .choose-us__eyebrow {
    font-size: 13px;
  }

  .choose-us__title {
    margin-top: 16px;
    font-size: 28px;
    letter-spacing: -0.9px;
  }

  .choose-us__list {
    margin-top: 24px;
    gap: 18px;
  }

  .choose-us__list li {
    grid-template-columns: 26px 1fr;
    gap: 12px;
    font-size: 15px;
  }

  .choose-us__check {
    width: 26px;
    height: 26px;
  }

  .choose-us__note {
    margin-top: 22px;
    font-size: 15px;
  }

  .choose-us__button {
    margin-top: 28px;
    min-height: 54px;
    width: auto;
    padding: 0 20px;
    gap: 10px;
    font-size: 14px;
  }

  .testimonials {
    padding: 28px 16px 36px;
  }
}

/* Testimonials section combines stat counters with vertically looping review cards. */
.testimonials {
  padding: 34px 20px 54px;
  background: #fff;
}

.testimonials__stats {
  max-width: 1840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.stat-card {
  min-height: 214px;
}

.stat-card__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #dbd8d4;
  margin-bottom: 54px;
}

.stat-card strong {
  display: block;
  color: #16191f;
  font-size: clamp(68px, 5.4vw, 96px);
  line-height: 0.95;
  letter-spacing: -3px;
  font-weight: 700;
}

.stat-card p {
  margin: 18px 0 0;
  color: #10141d;
  font-size: 18px;
  line-height: 1.3;
}

.stat-card--center {
  padding-top: 100px;
}

.testimonials__intro {
  max-width: 1840px;
  margin: 70px auto 0;
  text-align: center;
}

.testimonials__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.testimonials__badge::before,
.testimonials__badge::after {
  content: "";
  width: 26px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
}

.testimonials__title {
  margin: 18px 0 0;
  color: #161b22;
  font-size: clamp(40px, 3.6vw, 54px);
  line-height: 1.12;
  letter-spacing: -1.9px;
  font-weight: 700;
}

.testimonials__layout {
  max-width: 1840px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 2fr);
  gap: 24px;
  align-items: start;
}

.reviews-summary {
  padding: 58px 30px 30px;
  border-radius: 24px;
  background: #f4efea;
  min-height: 710px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reviews-summary__score {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  color: #15191f;
}

.reviews-summary__score span {
  font-size: 80px;
  line-height: 0.9;
  letter-spacing: -3px;
  font-weight: 700;
}

.reviews-summary__score em {
  color: var(--accent);
  font-style: normal;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
}

.reviews-summary__stars {
  margin-top: 34px;
  display: flex;
  gap: 10px;
  color: #f9b23a;
  font-size: 22px;
}

.reviews-summary h3 {
  margin: 18px 0 0;
  color: #12161f;
  font-size: 26px;
  line-height: 1.42;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.reviews-summary__button {
  margin-top: 38px;
  min-width: 224px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #afa8a2;
  border-radius: 16px;
  color: #20252d;
  font-size: 16px;
  font-weight: 500;
}

.reviews-summary__brand {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0f1a2b;
  font-size: 28px;
  font-weight: 700;
}

.reviews-summary__brand-google {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.reviews-summary__brand-google svg {
  width: 100%;
  height: 100%;
  display: block;
}

.reviews-summary__avatars {
  margin-top: 18px;
  display: flex;
  align-items: center;
}

.reviews-summary__avatar,
.testimonial-card__avatar {
  display: inline-flex;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews-summary__avatar {
  width: 50px;
  height: 50px;
  margin-left: -8px;
  border: 3px solid #fff;
}

.reviews-summary__avatar:first-child {
  margin-left: 0;
}

.reviews-summary__more {
  width: 62px;
  height: 62px;
  margin-left: -8px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  border: 3px solid #fff;
}

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

.testimonial-marquee__column {
  position: relative;
  overflow: hidden;
  height: 710px;
}

.testimonial-marquee__track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: testimonial-scroll 18s linear infinite;
  will-change: transform;
}

.testimonial-marquee__column--delayed .testimonial-marquee__track {
  animation-duration: 20s;
  animation-delay: -8s;
}

.testimonial-card {
  min-height: 262px;
  padding: 28px 28px 24px;
  border-radius: 24px;
  background: #f4efea;
  box-shadow: 0 12px 26px rgba(28, 23, 18, 0.03);
}

.testimonial-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial-card__quote {
  color: #e2dfe0;
  font-size: 92px;
  line-height: 0.68;
  font-weight: 700;
}

.testimonial-card__logo img {
  width: 72px;
  height: auto;
  opacity: 0.78;
}

.testimonial-card p {
  margin: 10px 0 0;
  color: #181c24;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.2px;
}

.testimonial-card__footer {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.testimonial-card__footer h3 {
  margin: 0;
  color: #171b22;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.testimonial-card__footer small {
  margin-top: 10px;
  display: block;
  color: #625d5b;
  font-size: 16px;
}

.testimonial-card__person {
  position: relative;
  flex: 0 0 auto;
}

.testimonial-card__avatar {
  width: 84px;
  height: 84px;
  border: 7px solid #fff;
}

.testimonial-card__rating {
  position: absolute;
  right: -6px;
  bottom: 4px;
  min-width: 48px;
  height: 48px;
  padding: 0 8px;
  border-radius: 50px;
  background: #17191e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
}

.testimonial-card__rating b {
  font-weight: 700;
}

.testimonial-card__rating::before {
  content: "★";
  color: #f3b236;
  font-size: 16px;
}

@keyframes testimonial-scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-50% - 12px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-marquee__track {
    animation: none;
  }
}

@media (max-width: 1250px) {
  .testimonials__stats,
  .testimonials__layout,
  .testimonial-marquee {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .stat-card--center {
    min-height: auto;
    padding-top: 0;
  }

  .testimonials__stats {
    gap: 10px;
  }

  .stat-card__line {
    margin-bottom: 26px;
  }

  .reviews-summary {
    min-height: auto;
  }

  .testimonial-marquee__column {
    height: 620px;
  }
}

@media (max-width: 900px) {
  .testimonials {
    padding-top: 24px;
  }

  .testimonials__intro {
    margin-top: 48px;
  }

  .testimonials__title {
    font-size: clamp(36px, 7vw, 48px);
    letter-spacing: -1.2px;
  }

  .reviews-summary {
    padding: 44px 24px 28px;
  }

  .reviews-summary__score span {
    font-size: 72px;
  }

  .reviews-summary__score em {
    font-size: 58px;
  }

  .reviews-summary h3 {
    font-size: 24px;
  }

  .testimonial-card {
    min-height: 260px;
    padding: 28px 24px 24px;
  }

  .testimonial-card p {
    font-size: 17px;
    line-height: 1.75;
  }

  .testimonial-card__footer h3 {
    font-size: 24px;
  }

    .testimonial-card__footer small {
      font-size: 16px;
    }
  }

/* Values section presents the next content block with a heading-led asymmetric grid. */
.values {
  padding: 20px 20px 56px;
  background: linear-gradient(180deg, #f7f4ef 0%, #f5f2ee 100%);
}

.values__grid {
  max-width: 1410px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 440px));
  gap: 26px;
  justify-content: center;
  align-items: stretch;
}

.values__intro {
  grid-column: 1 / -1;
  max-width: 1220px;
  margin: 0 auto 12px;
  padding: 0;
  text-align: center;
}

.values__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}

.values__badge::after {
  content: "";
  width: 28px;
  height: 3px;
  background: currentColor;
  box-shadow: -12px 0 0 currentColor;
}

.values__title {
  margin: 18px 0 0;
  color: #171b22;
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 700;
}

.values__lead {
  margin: 22px 0 0;
  color: #2f3440;
  font-size: 18px;
  line-height: 1.75;
}

.values__highlight {
  color: #54b7ff;
}

.value-card {
  position: relative;
  min-height: 278px;
  padding: 24px 34px 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 23, 18, 0.04);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 120, 76, 0.08) 45%, transparent 72%);
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.value-card__head {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  align-items: center;
}

.value-card__icon {
  width: 84px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff4b3e;
  color: #111;
  box-shadow: 0 16px 28px rgba(255, 75, 62, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.value-card__icon svg {
  width: 40px;
  height: 40px;
}

.value-card h3 {
  margin: 0;
  color: #141920;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.value-card p {
  margin: 18px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e3ddd7;
  color: #5a5d63;
  font-size: 16px;
  line-height: 1.7;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(28, 23, 18, 0.16), 0 10px 24px rgba(255, 75, 62, 0.08);
}

.value-card:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.value-card:hover .value-card__icon {
  transform: scale(1.06) rotate(-4deg);
  box-shadow: 0 20px 34px rgba(255, 75, 62, 0.28);
}

@media (max-width: 1250px) {
  .values__grid {
    grid-template-columns: repeat(2, minmax(0, 440px));
    justify-content: center;
  }

  .values__intro {
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .values {
    padding-top: 10px;
  }

  .values__title {
    font-size: clamp(34px, 6vw, 48px);
    letter-spacing: -1.2px;
  }

  .values__lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .value-card {
    min-height: 250px;
    padding: 22px 24px 20px;
  }

  .value-card__head {
    grid-template-columns: 78px 1fr;
    gap: 16px;
  }

  .value-card__icon {
    width: 72px;
    height: 72px;
  }

  .value-card__icon svg {
    width: 34px;
    height: 34px;
  }

  .value-card h3 {
    font-size: 22px;
  }

  .value-card p {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 620px) {
  .values {
    padding: 8px 16px 34px;
  }

  .values__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .values__badge {
    font-size: 14px;
  }

  .values__title {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .values__lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .value-card {
    min-height: auto;
    padding: 18px 18px 16px;
    border-radius: 20px;
  }

  .value-card::before {
    display: none;
  }

  .value-card__head {
    grid-template-columns: 64px 1fr;
  }

  .value-card__icon {
    width: 60px;
    height: 60px;
  }

  .value-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .value-card h3 {
    font-size: 20px;
  }

  .value-card p {
    margin-top: 14px;
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.65;
  }
}

/* Contact showcase closes the visible flow with a bold property image and enquiry form. */
.selling-benefits {
  padding: 24px 20px 60px;
  background: linear-gradient(180deg, #f7f4ef 0%, #f2eee8 100%);
}

.selling-benefits__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 54px 42px 50px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 75, 62, 0.07), transparent 26%),
    linear-gradient(180deg, #fffdfb 0%, #f7f3ee 100%);
  border: 1px solid rgba(228, 221, 213, 0.95);
  box-shadow: 0 20px 46px rgba(28, 23, 18, 0.06);
}

.selling-benefits__intro {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.selling-benefits__title {
  margin: 0;
  color: #171b22;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 700;
}

.selling-benefits__lead {
  margin: 24px auto 0;
  max-width: 1040px;
  color: #3e4654;
  font-size: 15px;
  line-height: 1.68;
}

.selling-benefits__lead strong,
.selling-benefits__panel-subtitle,
.selling-benefits__item p strong {
  color: #171b22;
}

.selling-benefits__comparison {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.selling-benefits__panel {
  min-height: 100%;
  padding: 24px 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(228, 221, 213, 0.95);
  background:
    linear-gradient(180deg, rgba(255, 244, 240, 0.6) 0%, rgba(255, 255, 255, 0.98) 36%, #ffffff 100%);
  box-shadow: 0 14px 30px rgba(24, 20, 16, 0.05);
  color: #171b22;
}

.selling-benefits__panel-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}

.selling-benefits__panel--positive .selling-benefits__panel-icon {
  background: linear-gradient(180deg, #ff5d4d 0%, #ff4b3e 100%);
  box-shadow: 0 14px 28px rgba(255, 75, 62, 0.18);
}

.selling-benefits__panel--negative .selling-benefits__panel-icon {
  background: #242930;
  box-shadow: 0 14px 28px rgba(20, 25, 37, 0.12);
}

.selling-benefits__panel-icon svg {
  width: 38px;
  height: 38px;
}

.selling-benefits__panel-title {
  margin: 18px 0 0;
  color: #171b22;
  font-size: clamp(24px, 1.7vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-weight: 700;
}

.selling-benefits__panel-subtitle {
  margin: 18px 0 0;
  color: #171b22;
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.3;
  font-weight: 700;
}

.selling-benefits__panel-note {
  margin: 18px 0 0;
  color: #4e5562;
  font-size: 15px;
  line-height: 1.65;
}

.selling-benefits__rows {
  margin-top: 28px;
}

.selling-benefits__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.selling-benefits__item {
  min-height: 100%;
  padding: 20px 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(231, 224, 217, 0.95);
}

.selling-benefits__item h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #171b22;
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.selling-benefits__item-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.selling-benefits__item--positive .selling-benefits__item-icon {
  color: var(--accent);
}

.selling-benefits__item--negative .selling-benefits__item-icon {
  color: #ff4b3e;
}

.selling-benefits__item--negative .selling-benefits__item-icon svg path:last-child {
  stroke: #111;
}

.selling-benefits__item-icon svg {
  width: 26px;
  height: 26px;
}

.selling-benefits__item p {
  margin: 14px 0 0 38px;
  color: #4c5463;
  font-size: 14px;
  line-height: 1.62;
}

.selling-benefits__actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.selling-benefits__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5d4d 0%, #ff4b3e 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(255, 75, 62, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.selling-benefits__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(255, 75, 62, 0.25);
}

.sell-idea {
  padding: 16px 20px 52px;
  background: linear-gradient(180deg, #f7f4ef 0%, #ffffff 100%);
}

.sell-idea__layout {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 0.82fr);
  gap: 44px;
  align-items: center;
}

.sell-idea__content {
  max-width: 590px;
}

.sell-idea__title {
  margin: 0;
  color: #171b22;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.1;
  letter-spacing: -1.15px;
  font-weight: 700;
}

.sell-idea__lead {
  margin: 22px 0 0;
  color: #2f3745;
  font-size: 15px;
  line-height: 1.65;
}

.sell-idea__points {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.sell-idea__point {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}

.sell-idea__point-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-top: 2px;
}

.sell-idea__point-icon svg {
  width: 28px;
  height: 28px;
}

.sell-idea__point p {
  margin: 0;
  color: #232a36;
  font-size: 15px;
  line-height: 1.62;
}

.sell-idea__point strong {
  color: #171b22;
}

.sell-idea__media {
  position: relative;
  min-height: 560px;
}

.sell-idea__photo {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #ece8e1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 18px 38px rgba(25, 20, 16, 0.07);
}

.sell-idea__photo--top {
  top: 0;
  min-height: 280px;
  background-image: url("assets/real-estate-sector-1-opt.jpg");
}

.sell-idea__photo--bottom {
  right: 0;
  left: 16px;
  bottom: 0;
  min-height: 294px;
  border: 8px solid #fffaf5;
  background-image: url("assets/img4.jpeg");
  background-position: center 72%;
}

.quicker-sale {
  padding: 10px 20px 58px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f4ef 100%);
}

.quicker-sale__inner {
  max-width: 1220px;
  margin: 0 auto;
}

.quicker-sale__intro {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.quicker-sale__title {
  margin: 0;
  color: #171b22;
  font-size: clamp(30px, 2.85vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.quicker-sale__lead {
  margin: 22px auto 0;
  color: #373f4d;
  font-size: 15px;
  line-height: 1.66;
}

.quicker-sale__lead strong,
.quicker-sale__subhead strong,
.quicker-sale__card p strong {
  color: #171b22;
}

.quicker-sale__subhead {
  margin: 28px 0 0;
  color: #171b22;
  font-size: clamp(22px, 1.7vw, 32px);
  line-height: 1.24;
  letter-spacing: -0.75px;
  font-weight: 700;
}

.quicker-sale__grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 380px));
  gap: 28px 20px;
  justify-content: center;
  align-items: stretch;
}

.quicker-sale__card {
  position: relative;
  min-height: 254px;
  height: 100%;
  padding: 22px 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(229, 222, 214, 0.96);
  background:
    radial-gradient(circle at top right, rgba(255, 75, 62, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 247, 244, 0.88) 0%, #ffffff 32%, #ffffff 100%);
  box-shadow: 0 16px 34px rgba(26, 21, 17, 0.05);
}

.quicker-sale__card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, var(--accent) 0%, #ff9587 100%);
}

.quicker-sale__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #ff5d4d 0%, #ff4b3e 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(255, 75, 62, 0.18);
}

.quicker-sale__icon svg {
  width: 30px;
  height: 30px;
}

.quicker-sale__card h3 {
  margin: 16px 0 0;
  color: #171b22;
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.55px;
  font-weight: 700;
}

.quicker-sale__card p {
  margin: 12px 0 0;
  color: #434c5a;
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 1250px) {
  .quicker-sale__grid {
    grid-template-columns: repeat(2, minmax(0, 520px));
  }
}

@media (max-width: 900px) {
  .selling-benefits {
    padding: 20px 20px 48px;
  }

  .selling-benefits__inner {
    padding: 42px 24px 38px;
    border-radius: 28px;
  }

  .selling-benefits__title {
    font-size: clamp(28px, 5.1vw, 40px);
    letter-spacing: -1px;
  }

  .selling-benefits__lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .selling-benefits__comparison,
  .selling-benefits__row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .selling-benefits__comparison {
    margin-top: 36px;
  }

  .selling-benefits__panel-title {
    margin-top: 16px;
    font-size: 28px;
  }

  .selling-benefits__panel-subtitle {
    margin-top: 14px;
    font-size: 22px;
  }

  .selling-benefits__panel-note,
  .selling-benefits__item p {
    font-size: 14px;
    line-height: 1.6;
  }

  .selling-benefits__row {
    padding: 22px 0;
  }

  .selling-benefits__item h3 {
    font-size: 20px;
  }

  .selling-benefits__item p {
    margin-left: 36px;
  }

  .selling-benefits__actions {
    margin-top: 18px;
  }

  .sell-idea {
    padding: 18px 20px 48px;
  }

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

  .sell-idea__content {
    max-width: none;
  }

  .sell-idea__title {
    font-size: clamp(28px, 5.1vw, 40px);
    letter-spacing: -1.1px;
  }

  .sell-idea__lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .sell-idea__point p {
    font-size: 14px;
    line-height: 1.6;
  }

  .sell-idea__media {
    min-height: 500px;
  }

  .sell-idea__photo--top {
    min-height: 248px;
  }

  .sell-idea__photo--bottom {
    min-height: 264px;
    left: 12px;
    border-width: 7px;
  }

  .quicker-sale {
    padding: 12px 20px 48px;
  }

  .quicker-sale__title {
    font-size: clamp(28px, 4.8vw, 38px);
    letter-spacing: -1px;
  }

  .quicker-sale__lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .quicker-sale__subhead {
    margin-top: 24px;
    font-size: clamp(20px, 3.8vw, 26px);
  }

  .quicker-sale__grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .quicker-sale__card {
    min-height: auto;
    padding: 22px 22px 24px;
  }

  .quicker-sale__card h3 {
    font-size: 22px;
  }

  .quicker-sale__card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 620px) {
  .selling-benefits {
    padding: 16px 16px 36px;
  }

  .selling-benefits__inner {
    padding: 34px 16px 30px;
    border-radius: 24px;
  }

  .selling-benefits__title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .selling-benefits__lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .selling-benefits__comparison {
    margin-top: 28px;
    gap: 18px;
  }

  .selling-benefits__panel-icon {
    width: 56px;
    height: 56px;
  }

  .selling-benefits__panel-icon svg {
    width: 32px;
    height: 32px;
  }

  .selling-benefits__panel-title {
    margin-top: 14px;
    font-size: 22px;
  }

  .selling-benefits__panel-subtitle {
    margin-top: 12px;
    font-size: 18px;
  }

  .selling-benefits__panel-note {
    margin-top: 14px;
    font-size: 14px;
  }

  .selling-benefits__row {
    gap: 18px;
    padding: 18px 0;
  }

  .selling-benefits__item h3 {
    gap: 10px;
    font-size: 18px;
  }

  .selling-benefits__item-icon,
  .selling-benefits__item-icon svg {
    width: 24px;
    height: 24px;
  }

  .selling-benefits__item p {
    margin-top: 12px;
    margin-left: 34px;
    font-size: 13px;
    line-height: 1.65;
  }

  .selling-benefits__cta {
    min-height: 52px;
    width: 100%;
    padding: 0 22px;
    font-size: 15px;
    text-align: center;
  }

  .sell-idea {
    padding: 16px 16px 36px;
  }

  .sell-idea__title {
    font-size: 24px;
    letter-spacing: -1px;
  }

  .sell-idea__lead {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.6;
  }

  .sell-idea__points {
    margin-top: 22px;
    gap: 16px;
  }

  .sell-idea__point {
    grid-template-columns: 24px 1fr;
    gap: 10px;
  }

  .sell-idea__point-icon,
  .sell-idea__point-icon svg {
    width: 24px;
    height: 24px;
  }

  .sell-idea__point p {
    font-size: 13px;
    line-height: 1.58;
  }

  .sell-idea__media {
    min-height: 374px;
  }

  .sell-idea__photo {
    border-radius: 20px;
  }

  .sell-idea__photo--top {
    min-height: 180px;
  }

  .sell-idea__photo--bottom {
    left: 10px;
    min-height: 192px;
    border-width: 5px;
  }

  .quicker-sale {
    padding: 10px 16px 38px;
  }

  .quicker-sale__title {
    font-size: 24px;
    letter-spacing: -0.95px;
  }

  .quicker-sale__lead {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.58;
  }

  .quicker-sale__subhead {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.32;
  }

  .quicker-sale__grid {
    margin-top: 28px;
    gap: 16px;
  }

  .quicker-sale__card {
    padding: 20px 18px 22px;
    border-radius: 24px;
  }

  .quicker-sale__card::before {
    border-radius: 24px 24px 0 0;
  }

  .quicker-sale__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .quicker-sale__icon svg {
    width: 26px;
    height: 26px;
  }

  .quicker-sale__card h3 {
    margin-top: 16px;
    font-size: 20px;
  }

  .quicker-sale__card p {
    font-size: 13px;
    line-height: 1.58;
  }
}

.contact-showcase {
  padding: 8px 20px 56px;
  background: #f5f2ee;
}

.contact-showcase__media {
  max-width: 1840px;
  margin: 0 auto;
  position: relative;
}

.contact-showcase__image {
  position: relative;
  min-height: 820px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 8, 14, 0.18) 0%, rgba(4, 8, 14, 0) 52%),
    url("assets/real-estate-sector-opt.jpg") center/cover no-repeat;
}

.contact-showcase__map {
  display: none;
}

.contact-showcase__map-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.contact-showcase__map-ring::before,
.contact-showcase__map-ring::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-showcase__map-ring::after {
  inset: 58px;
  border-color: rgba(255, 255, 255, 0.15);
}

.contact-showcase__map-card {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.16);
}

.contact-showcase__map-card svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-showcase__ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
}

.contact-showcase__ticker-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  min-width: max-content;
  height: 100%;
  color: #171b22;
  white-space: nowrap;
  will-change: transform;
  animation: ticker-move 24s linear infinite;
}

.contact-showcase__ticker-group {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  min-width: max-content;
  height: 100%;
  padding: 0 32px 10px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.6px;
}

.contact-showcase__ticker-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c2128;
}

.contact-showcase__ticker-icon svg {
  width: 34px;
  height: 34px;
}

.contact-showcase__form-card {
  position: absolute;
  right: 20px;
  top: 44px;
  width: min(880px, calc(100% - 86px));
  padding: 30px 28px 22px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(19, 16, 14, 0.08);
}

.contact-showcase__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #ddd7d1;
  border-radius: 999px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.contact-showcase__title {
  margin: 18px 0 0;
  color: #171b22;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.06;
  letter-spacing: -1px;
  font-weight: 700;
}

.contact-showcase__form {
  margin-top: 18px;
}

.contact-showcase__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.contact-showcase__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-showcase__field span {
  color: #171b22;
  font-size: 14px;
  font-weight: 500;
}

.contact-showcase__field input,
.contact-showcase__field textarea {
  width: 100%;
  border: 1px solid #d6dce3;
  border-radius: 14px;
  background: #fff;
  color: #20252d;
  font: inherit;
}

.contact-showcase__field input {
  height: 46px;
  padding: 0 16px;
  font-size: 14px;
}

.contact-showcase__field textarea {
  min-height: 100px;
  padding: 12px 16px;
  font-size: 14px;
  resize: vertical;
}

.contact-showcase__field input::placeholder,
.contact-showcase__field textarea::placeholder {
  color: #706c73;
}

.contact-showcase__field--full {
  margin-top: 10px;
}

.contact-showcase__input-wrap {
  position: relative;
}

.contact-showcase__input-wrap input {
  padding-right: 48px;
}

.contact-showcase__input-wrap svg {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #11151c;
}

.contact-showcase__submit {
  margin-top: 14px;
  margin-left: auto;
  min-width: 132px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes ticker-move {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-showcase__ticker-track {
    animation: none;
  }
}

@media (max-width: 1250px) {
  .contact-showcase__image {
    min-height: 1020px;
  }

  .contact-showcase__form-card {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: -132px 20px 0;
  }

  .contact-showcase__map {
    top: 500px;
  }
}

@media (max-width: 900px) {
  .contact-showcase {
    padding-top: 4px;
  }

  .contact-showcase__image {
    min-height: 630px;
  }

  .contact-showcase__map {
    left: 20px;
    top: 372px;
    width: 118px;
    height: 118px;
  }

  .contact-showcase__map-card {
    width: 76px;
    height: 76px;
  }

  .contact-showcase__ticker {
    height: 78px;
  }

  .contact-showcase__ticker-track {
    animation-duration: 22s;
  }

  .contact-showcase__ticker-group {
    gap: 26px;
    padding: 0 26px 8px;
    font-size: 24px;
  }

  .contact-showcase__ticker-icon {
    width: 42px;
    height: 42px;
  }

  .contact-showcase__ticker-icon svg {
    width: 30px;
    height: 30px;
  }

  .contact-showcase__form-card {
    margin: -96px 14px 0;
    padding: 36px 22px 28px;
    border-radius: 24px;
  }

  .contact-showcase__badge {
    min-width: 152px;
    height: 42px;
    font-size: 14px;
  }

  .contact-showcase__title {
    margin-top: 28px;
    font-size: clamp(27px, 4.8vw, 34px);
    letter-spacing: -1.3px;
  }

  .contact-showcase__form {
    margin-top: 24px;
  }

  .contact-showcase__field-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-showcase__field span {
    font-size: 16px;
  }

  .contact-showcase__field input {
    height: 54px;
    font-size: 15px;
  }

  .contact-showcase__field textarea {
    min-height: 144px;
    font-size: 15px;
  }

  .lead-modal {
    padding: 16px;
  }

  .lead-modal__content {
    padding: 24px 18px 20px;
  }

  .lead-modal__title {
    font-size: 28px;
  }
}

@media (max-width: 620px) {
  .contact-showcase {
    padding: 0 16px 40px;
  }

  .contact-showcase__image {
    min-height: 398px;
    border-radius: 24px;
  }

  .contact-showcase__map {
    left: 12px;
    top: 232px;
    width: 80px;
    height: 80px;
  }

  .contact-showcase__map-card {
    width: 54px;
    height: 54px;
    border-width: 4px;
  }

  .contact-showcase__ticker {
    height: 68px;
  }

  .contact-showcase__ticker-track {
    animation-duration: 20s;
  }

  .contact-showcase__ticker-group {
    gap: 20px;
    padding: 0 22px 6px;
    font-size: 18px;
  }

  .contact-showcase__ticker-icon {
    width: 34px;
    height: 34px;
  }

  .contact-showcase__ticker-icon svg {
    width: 24px;
    height: 24px;
  }

  .contact-showcase__form-card {
    margin: -72px 8px 0;
    padding: 24px 16px 22px;
    border-radius: 20px;
  }

  .contact-showcase__badge {
    min-width: 130px;
    height: 36px;
    font-size: 12px;
  }

  .contact-showcase__title {
    font-size: 21px;
    letter-spacing: -0.6px;
  }

  .contact-showcase__field span {
    font-size: 14px;
  }

  .contact-showcase__field input {
    height: 48px;
    padding: 0 16px;
    font-size: 15px;
  }

  .contact-showcase__field textarea {
    min-height: 122px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .contact-showcase__input-wrap svg {
    right: 16px;
    width: 18px;
    height: 18px;
  }

  .contact-showcase__submit {
    width: 100%;
    min-width: 0;
    height: 48px;
    font-size: 14px;
  }
}

.contact-body {
  background:
    radial-gradient(circle at top left, rgba(255, 111, 79, 0.14) 0%, rgba(255, 111, 79, 0) 24%),
    radial-gradient(circle at top right, rgba(82, 194, 240, 0.18) 0%, rgba(82, 194, 240, 0) 24%),
    linear-gradient(180deg, #f3f7fb 0%, #fffaf7 42%, #f7fbff 100%);
}

.contact-page {
  padding-bottom: 76px;
}

.contact-page .contact-showcase__form-card {
  width: min(600px, calc(100% - 88px));
}

.contact-showcase__intro {
  position: absolute;
  left: clamp(24px, 4vw, 48px);
  top: clamp(30px, 8vw, 86px);
  max-width: min(520px, calc(100% - 420px));
  padding: 0;
  color: #fff;
  z-index: 2;
}

.contact-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.contact-showcase__headline {
  margin: 20px 0 0;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: 0.98;
  letter-spacing: -2px;
  color: #fff;
}

.contact-showcase__summary {
  margin: 22px 0 0;
  max-width: 500px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.contact-showcase__highlights {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 560px;
}

.contact-showcase__highlights span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  backdrop-filter: blur(8px);
}

.contact-showcase__copy {
  margin: 10px 0 0;
  max-width: 680px;
  color: #58616d;
  font-size: 13px;
  line-height: 1.6;
}

.contact-showcase__note {
  margin: 10px 0 0;
  color: #5a6470;
  font-size: 13px;
  line-height: 1.6;
}

.contact-showcase__note a {
  color: var(--accent);
  font-weight: 700;
}

.contact-showcase .hero__form-status {
  margin-top: 14px;
  font-weight: 600;
}

.contact-showcase p.hero__form-status--success {
  color: #14532d !important;
  -webkit-text-fill-color: #14532d;
  background: #d1fae5;
  border: 1px solid #6ee7b7;
  opacity: 1;
}

.contact-showcase p.hero__form-status--error {
  color: #7f1d1d !important;
  -webkit-text-fill-color: #7f1d1d;
  background: #fee2e2;
  border: 1px solid #fca5a5;
  opacity: 1;
}

.contact-section__header {
  max-width: 1360px;
  margin: 0 auto 28px;
  padding: 0 24px;
}

.contact-section__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(247, 99, 73, 0.08);
  border: 1px solid rgba(247, 99, 73, 0.14);
  color: #e3543d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.contact-section__eyebrow--light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.contact-section__title {
  margin: 16px 0 0;
  max-width: 760px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.06;
  letter-spacing: -1.4px;
  color: #101828;
}

.contact-section__text {
  margin: 16px 0 0;
  max-width: 760px;
  color: #475467;
  font-size: 16px;
  line-height: 1.8;
}

.contact-direct,
.contact-journey,
.contact-locations,
.contact-callout {
  padding: 0 24px;
}

.contact-direct,
.contact-journey,
.contact-locations {
  margin-top: 30px;
}

.contact-direct__grid,
.contact-locations__grid {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.contact-direct__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-direct__card {
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: 0 18px 34px rgba(14, 23, 38, 0.06);
}

.contact-direct__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff1eb 0%, #ffe4dc 100%);
  color: #f76349;
}

.contact-direct__icon svg {
  width: 24px;
  height: 24px;
}

.contact-direct__card h3 {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.14;
  color: #101828;
}

.contact-direct__card p {
  margin: 14px 0 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.75;
}

.contact-direct__card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 700;
}

.contact-journey__layout {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.contact-journey__media,
.contact-journey__content,
.contact-callout__inner {
  border-radius: 32px;
  overflow: hidden;
}

.contact-journey__media {
  position: relative;
  min-height: 640px;
  background:
    linear-gradient(180deg, rgba(12, 30, 43, 0.12) 0%, rgba(12, 30, 43, 0.5) 100%),
    url("assets/female-business-suit-holding-toy-model-house-keys-opt.jpg") center/cover no-repeat;
  box-shadow: 0 24px 48px rgba(10, 25, 39, 0.12);
}

.contact-journey__media-badge {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(11, 26, 40, 0.78);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-journey__content {
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: 0 18px 34px rgba(14, 23, 38, 0.06);
}

.contact-journey__content .contact-section__title,
.contact-journey__content .contact-section__text {
  max-width: none;
}

.contact-journey__steps {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.contact-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f5fb 100%);
}

.contact-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: 56px;
  border-radius: 18px;
  background: linear-gradient(180deg, #62c9f5 0%, #46b4ec 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.contact-step h3 {
  margin: 2px 0 0;
  color: #101828;
  font-size: 22px;
  line-height: 1.12;
}

.contact-step p {
  margin: 10px 0 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.75;
}

.contact-locations__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-locations__card {
  display: block;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
  border: 1px solid rgba(247, 99, 73, 0.14);
  box-shadow: 0 16px 30px rgba(247, 99, 73, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-locations__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 34px rgba(247, 99, 73, 0.12);
}

.contact-locations__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(247, 99, 73, 0.08);
  color: #e3543d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.contact-locations__card h3 {
  margin: 18px 0 0;
  font-size: 24px;
  line-height: 1.15;
  color: #101828;
}

.contact-locations__card p {
  margin: 12px 0 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.75;
}

.contact-callout {
  margin-top: 32px;
}

.contact-callout__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 42px 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #102636 0%, #13344b 54%, #1a5971 100%);
  box-shadow: 0 28px 54px rgba(10, 25, 39, 0.14);
  text-align: center;
}

.contact-callout__inner h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -1.4px;
}

.contact-callout__inner p {
  margin: 16px auto 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
}

.contact-callout__inner a {
  color: #fff;
  font-weight: 700;
}

.contact-callout__actions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-callout__button {
  min-width: 170px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.contact-callout__button--primary {
  background: linear-gradient(180deg, #ff7c61 0%, #f35d43 100%);
  border-color: transparent;
}

@media (max-width: 1250px) {
  .contact-showcase__intro {
    position: absolute;
    left: 24px;
    right: 24px;
    max-width: 640px;
    padding: 22px 22px 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(9, 18, 29, 0.56) 0%, rgba(9, 18, 29, 0.28) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 34px rgba(6, 11, 18, 0.16);
    backdrop-filter: blur(10px);
  }

  .contact-showcase__summary {
    max-width: none;
    font-size: 16px;
    line-height: 1.68;
  }

  .contact-showcase__highlights {
    gap: 10px;
    max-width: 520px;
  }

  .contact-showcase__highlights span {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .contact-showcase__map {
    display: none;
  }
}

@media (max-width: 1024px) {
  .contact-showcase {
    padding: 0 20px 24px;
  }

  .contact-showcase__image {
    min-height: 720px;
    border-radius: 30px;
  }

  .contact-showcase__intro {
    max-width: min(100%, 560px);
    padding: 18px 18px 16px;
  }

  .contact-page .contact-showcase__form-card {
    width: auto;
    max-width: none;
  }

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

  .contact-journey__layout {
    grid-template-columns: 1fr;
  }

  .contact-journey__media {
    min-height: 460px;
  }
}

@media (max-width: 900px) {
  .contact-showcase {
    padding: 0 16px 22px;
  }

  .contact-showcase__media {
    overflow: hidden;
    border-radius: 26px;
  }

  .contact-showcase__image {
    min-height: auto;
    padding: 22px 18px 88px;
    border-radius: 26px;
    background-position: center;
  }

  .contact-showcase__intro {
    position: relative;
    inset: auto;
    max-width: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .contact-showcase__headline {
    margin-top: 14px;
    font-size: clamp(30px, 8vw, 42px);
    letter-spacing: -1.2px;
    line-height: 1.04;
  }

  .contact-showcase__summary {
    margin-top: 14px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.68;
  }

  .contact-showcase__map {
    display: none;
  }

  .contact-showcase__ticker {
    left: 14px;
    right: 14px;
    bottom: 14px;
    height: 64px;
    border-radius: 999px;
  }

  .contact-showcase__ticker-track {
    align-items: center;
    animation-duration: 18s;
  }

  .contact-showcase__ticker-group {
    align-items: center;
    gap: 18px;
    padding: 0 18px;
    font-size: 18px;
  }

  .contact-showcase__ticker-icon {
    width: 34px;
    height: 34px;
  }

  .contact-showcase__ticker-icon svg {
    width: 24px;
    height: 24px;
  }

  .contact-showcase__highlights {
    margin-top: 18px;
    gap: 8px;
  }

  .contact-showcase__highlights span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .contact-showcase__form-card {
    margin: -48px 10px 0;
    padding: 22px 16px 18px;
    border-radius: 22px;
  }

  .contact-showcase__badge {
    min-width: 136px;
    height: 36px;
    font-size: 12px;
  }

  .contact-showcase__title {
    margin-top: 14px;
    font-size: clamp(24px, 6vw, 30px);
    letter-spacing: -0.8px;
  }

  .contact-showcase__copy {
    margin-top: 8px;
    font-size: 13px;
  }

  .contact-showcase__form {
    margin-top: 16px;
  }

  .contact-showcase__field-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-showcase__field span {
    font-size: 14px;
  }

  .contact-showcase__field input {
    height: 48px;
    font-size: 14px;
  }

  .contact-showcase__field textarea {
    min-height: 108px;
    font-size: 14px;
  }

  .contact-showcase__submit {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .contact-showcase__note {
    text-align: center;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .contact-page {
    padding-bottom: 58px;
  }

  .contact-direct,
  .contact-journey,
  .contact-locations,
  .contact-callout {
    padding: 0 16px;
  }

  .contact-section__header {
    padding: 0;
    margin-bottom: 22px;
  }

  .contact-section__eyebrow,
  .contact-showcase__eyebrow {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .contact-section__title {
    font-size: 28px;
    line-height: 1.12;
  }

  .contact-section__text {
    font-size: 15px;
  }

  .contact-direct__grid,
  .contact-locations__grid {
    grid-template-columns: 1fr;
  }

  .contact-direct__card,
  .contact-journey__content,
  .contact-locations__card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .contact-direct__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .contact-direct__card h3,
  .contact-locations__card h3 {
    font-size: 22px;
  }

  .contact-direct__card a {
    overflow-wrap: anywhere;
  }

  .contact-step {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .contact-step__number {
    width: 60px;
    min-height: 50px;
    font-size: 16px;
  }

  .contact-step h3 {
    font-size: 20px;
  }

  .contact-journey__media {
    min-height: 360px;
    border-radius: 24px;
  }

  .contact-journey__media-badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    font-size: 14px;
  }

  .contact-callout__inner {
    padding: 32px 20px;
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  .contact-showcase {
    padding: 0 12px 18px;
  }

  .contact-showcase__media {
    border-radius: 22px;
  }

  .contact-showcase__image {
    padding: 18px 14px 18px;
    border-radius: 22px;
  }

  .contact-showcase__eyebrow {
    min-height: 34px;
    padding: 0 12px;
  }

  .contact-showcase__headline {
    font-size: clamp(28px, 10vw, 38px);
    line-height: 1.04;
  }

  .contact-showcase__summary {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.65;
  }

  .contact-showcase__highlights {
    margin-top: 18px;
  }

  .contact-showcase__highlights span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .contact-showcase__ticker {
    display: none;
  }

  .contact-showcase__form-card {
    margin: -18px 0 0;
    padding: 18px 14px 16px;
    border-radius: 20px;
  }

  .contact-showcase__title {
    font-size: 22px;
  }

  .contact-showcase__field input {
    height: 46px;
    padding: 0 14px;
  }

  .contact-showcase__field textarea {
    min-height: 96px;
    padding: 12px 14px;
  }

  .contact-showcase .hero__form-status {
    padding: 10px 12px;
    font-size: 13px;
  }

  .contact-showcase__copy,
  .contact-showcase__note {
    font-size: 13px;
  }

  .contact-direct__card p,
  .contact-journey__content .contact-section__text,
  .contact-step p,
  .contact-locations__card p,
  .contact-callout__inner p {
    font-size: 14px;
  }

  .contact-callout__actions {
    flex-direction: column;
  }

  .contact-callout__button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .contact-page {
    padding-bottom: 44px;
  }

  .contact-direct,
  .contact-journey,
  .contact-locations,
  .contact-callout {
    padding: 0 12px;
  }

  .contact-section__title {
    font-size: 24px;
    letter-spacing: -0.8px;
  }

  .contact-section__text,
  .contact-direct__card p,
  .contact-step p,
  .contact-locations__card p,
  .contact-callout__inner p {
    font-size: 13px;
    line-height: 1.65;
  }

  .contact-direct__card,
  .contact-journey__content,
  .contact-locations__card {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .contact-direct__card h3,
  .contact-locations__card h3,
  .contact-step h3 {
    font-size: 19px;
  }

  .contact-step {
    padding: 16px 14px;
  }

  .contact-step__number {
    width: 54px;
    min-height: 44px;
    border-radius: 14px;
    font-size: 14px;
  }

  .contact-journey__media {
    min-height: 280px;
    border-radius: 20px;
  }

  .contact-journey__media-badge,
  .contact-callout__inner {
    border-radius: 20px;
  }

  .contact-callout__inner {
    padding: 26px 16px;
  }
}

/* Insights section adds the final editorial-style card row beneath the contact area. */
.insights {
  padding: 58px 20px 54px;
  background: #fff;
}

.insights__header {
  max-width: 1840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.insights__intro {
  max-width: 920px;
  text-align: center;
}

.insights__title {
  margin: 0;
  color: #171b22;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 700;
}

.insights__subtitle {
  margin: 10px 0 0;
  color: #5a6272;
  font-size: 18px;
  line-height: 1.6;
}

.insights__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 0;
}

.insights__cta,
.insights__cta-arrow {
  background: var(--accent);
  color: #fff;
}

.insights__cta {
  min-width: 188px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.insights__cta-arrow {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.insights__cta-arrow svg {
  width: 22px;
  height: 22px;
}

.insights__grid {
  max-width: 1360px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 420px));
  gap: 18px;
  justify-content: center;
}

.insights__grid--single {
  grid-template-columns: minmax(0, 520px);
}

.insight-card {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8f3ee 0%, #f2ede8 100%);
  padding: 12px 12px 16px;
  border: 1px solid rgba(227, 220, 210, 0.9);
  box-shadow: 0 18px 36px rgba(27, 22, 18, 0.05);
  overflow: hidden;
}

.insight-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, #ff9f93 100%);
}

.insight-card__image {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.insight-card__image--icon {
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, #fff8f5 0%, #f7efe8 100%);
  color: var(--accent);
  border: 1px solid rgba(231, 220, 210, 0.9);
}

.insight-card__image--icon svg {
  width: 58px;
  height: 58px;
}

.insight-card__body {
  padding-top: 10px;
}

.insight-card__tag {
  display: inline-flex;
  align-items: center;
  min-width: 132px;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #d9d1c9;
  border-radius: 999px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-card h3 {
  margin: 8px 0 0;
  color: #11161f;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: -0.7px;
  font-weight: 700;
}

.insight-card p {
  margin: 8px 0 0;
  color: #4f5867;
  font-size: 14px;
  line-height: 1.7;
}

.insight-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.insight-card--link:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 220, 210, 1);
  box-shadow: 0 22px 46px rgba(27, 22, 18, 0.08);
}

.insight-card--link:focus-visible {
  outline: 3px solid rgba(255, 123, 47, 0.55);
  outline-offset: 4px;
}

.insight-card__readmore {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #11161f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.insight-card__readmore::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

.insight-card__meta {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(17, 22, 31, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.15px;
}

.insight-card__meta time {
  color: rgba(17, 22, 31, 0.76);
}

.insights--blog .insights__subtitle {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
}

.insights--blog .insight-card::before {
  display: none;
}

.insights--blog .insight-card__meta {
  margin-top: 4px;
}

.hero__form-card--compact .hero__form-title {
  font-size: 22px;
}

.hero__form-card--compact .hero__form-text {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 18px;
}

.hero__form-card--compact .hero__phone-row select,
.hero__form-card--compact .hero__phone-row input,
.hero__form-card--compact .hero__field > input {
  height: 48px;
  border-radius: 14px;
}

.hero__form-card--compact .hero__submit {
  height: 50px;
  border-radius: 16px;
}

.hero--blog .hero__form-card--compact {
  padding: 28px 30px;
  border-radius: 22px;
}

/* Blog pages */
.blog-body {
  background: #f7f8fb;
}

.hero--blog {
  min-height: 430px;
  background: #0d1420;
}

.hero--blog .hero__art {
  display: block;
  background-image: url("assets/side-view-woman-working-as-real-estate-agent-opt.jpg");
  background-size: cover;
  background-position: center;
  filter: none;
  transform: none;
}

.hero--blog .hero__overlay {
  display: block;
  background:
    linear-gradient(90deg, rgba(21, 18, 43, 0.34) 0%, rgba(15, 27, 45, 0.26) 46%, rgba(8, 15, 27, 0.38) 100%),
    linear-gradient(180deg, rgba(9, 14, 25, 0.12) 0%, rgba(9, 14, 25, 0.34) 100%);
}

.hero--blog .hero__content {
  max-width: 1260px;
  padding: 58px 24px 62px;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.hero--blog .hero__copy {
  max-width: 1120px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero--blog .hero__badge {
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #69d8ff;
  font-size: 13px;
  letter-spacing: 0.45em;
}

.hero--blog .hero__title {
  margin: 26px auto 0;
  max-width: 760px;
  font-size: clamp(62px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: none;
}

.blog-hero-breadcrumb {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 700;
}

.blog-hero-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.blog-hero-breadcrumb span[aria-hidden="true"] {
  color: #69d8ff;
}

.hero--blog .hero__subtitle {
  max-width: 820px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.86);
  padding-left: 0;
  border-left: 0;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.7;
}

.blog-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.blog-hero-action {
  min-width: 190px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.blog-hero-action--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #25a9ff 0%, #5f6dff 100%);
  box-shadow: 0 16px 36px rgba(37, 169, 255, 0.22);
}

.blog-hero-action--secondary {
  background: rgba(255, 255, 255, 0.08);
}

.hero--blog-post {
  min-height: auto;
  background: linear-gradient(135deg, #166ce7 0%, #0aa6f4 100%);
}

.hero--blog-post .hero__art,
.hero--blog-post .hero__overlay {
  display: none;
}

.hero--blog-post .hero__content {
  max-width: 1440px;
  padding: 52px 24px 58px;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.9fr);
  gap: 46px;
  align-items: center;
}

.hero--blog-post .hero__copy {
  max-width: 820px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero--blog-post .hero__badge {
  min-width: 0;
  height: auto;
  padding: 8px 14px;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.15);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hero--blog-post .hero__title {
  margin-top: 22px;
  max-width: 760px;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.08;
  letter-spacing: -1px;
  text-shadow: none;
}

.hero--blog-post .hero__subtitle {
  max-width: 700px;
  margin-top: 18px;
  padding-left: 0;
  border-left: 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.blog-post__hero-media {
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 56px rgba(2, 25, 74, 0.24);
}

.blog-post__hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.blog-meta__link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blog-post {
  padding: 46px 20px 88px;
  background: #f7f8fb;
}

.blog-post__inner {
  width: min(100%, 1220px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.blog-post__cover {
  display: none;
}

.blog-post__content {
  margin-top: 0;
  background: #fff;
  border-radius: 18px;
  padding: 34px 56px 44px;
  border: 1px solid rgba(219, 226, 238, 0.9);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  position: relative;
}

.blog-post__lede {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.72;
  color: #1f2937;
}

.blog-post__content h2 {
  margin: 24px 0 10px;
  color: #11161f;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.18;
  letter-spacing: 0;
}

.blog-post__content h3 {
  margin: 20px 0 8px;
  color: #171b22;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  font-weight: 800;
}

.blog-post__content p {
  margin: 0 0 12px;
  color: #2f3a4a;
  font-size: 18px;
  line-height: 1.86;
}

.blog-post__content a:not(.blog-callout__cta) {
  color: #1d64c9;
  font-weight: 800;
  text-decoration: none;
}

.blog-post__content a:not(.blog-callout__cta):hover {
  color: #0f3e78;
}

.blog-post__content ul,
.blog-post__content ol {
  margin: 0 0 12px;
  padding-left: 20px;
  color: #434c5b;
  font-size: 16px;
  line-height: 1.85;
}

.blog-post__content li + li {
  margin-top: 4px;
}

.blog-inline-media {
  margin: 28px 0 30px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(219, 226, 238, 0.9);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.1);
  background: #f8fafc;
}

.blog-inline-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 12px 0 18px;
}

.blog-step {
  display: block;
  padding: 0;
  border-left: 0;
  background: transparent;
  border-radius: 0;
}

.blog-step__num {
  display: none;
}

.blog-step h3 {
  margin-top: 0;
}

.blog-step p {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.65;
}

.blog-callout {
  margin: 24px 0;
  padding: 20px 20px 22px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(255, 154, 121, 0.22) 0%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, #11161f 0%, #0f1420 100%);
  color: #fff;
  box-shadow: 0 20px 60px rgba(15, 20, 32, 0.22);
}

.blog-callout h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.7px;
}

.blog-callout p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.blog-callout__cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 123, 47, 0.28);
}

.blog-faq {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.blog-faq__item {
  border-radius: 18px;
  border: 1px solid rgba(217, 209, 201, 0.9);
  background: #fff;
  padding: 0;
}

.blog-faq__item summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 800;
  color: #171b22;
  list-style: none;
}

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

.blog-faq__item summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-weight: 900;
}

.blog-faq__item[open] summary::after {
  content: "–";
}

.blog-faq__item p {
  margin: 0;
  padding: 0 18px 16px;
  color: #434c5b;
  font-size: 15px;
  line-height: 1.75;
}

/* Blog Section Styles */
.blog-section {
  margin: 0 0 24px;
  padding: 0;
  border-bottom: 0;
  scroll-margin-top: 80px;
}

.blog-section:first-of-type {
  border-top: 0;
}

.blog-section--intro {
  border-top: 0;
  border-bottom: 0;
  margin: 0 0 24px;
  padding: 0;
}

.blog-section--cta {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}

.blog-section--cta h2 {
  color: #11161f;
  font-size: 28px;
}

.blog-section--cta p {
  color: #313a48;
  font-size: 16px;
  line-height: 1.8;
}

/* Benefits Grid */
.blog-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  margin: 14px 0 18px;
}

.blog-benefit {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  transition: all 0.3s ease;
}

.blog-benefit:hover {
  box-shadow: none;
  transform: none;
  border-color: var(--accent);
}

.blog-benefit h3 {
  margin: 0 0 8px;
  color: #11161f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.blog-benefit p {
  margin: 0;
  color: #434c5b;
  font-size: 15px;
  line-height: 1.7;
}

.blog-point-list {
  margin: 12px 0 18px;
  padding-left: 22px;
  display: grid;
  gap: 8px;
  color: #2f3a4a;
  font-size: 17px;
  line-height: 1.75;
}

.blog-point-list li {
  margin: 0;
  padding-left: 2px;
}

.blog-point-list li::marker {
  color: var(--accent);
}

.blog-point-list strong {
  color: #11161f;
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero--blog .hero__content {
    grid-template-columns: 1fr;
    padding: 62px 18px 44px;
    gap: 24px;
  }

  .hero--blog .hero__copy {
    padding: 0;
  }

  .hero--blog .hero__title {
    font-size: 74px;
  }

  .hero--blog .hero__subtitle {
    max-width: 680px;
  }

  .blog-hero-actions {
    margin-top: 28px;
  }

  .hero--blog-post .hero__content {
    grid-template-columns: 1fr;
    padding: 38px 18px 42px;
    gap: 26px;
  }

  .hero--blog-post .hero__title {
    font-size: 36px;
  }

  .hero--blog-post .hero__subtitle {
    font-size: 17px;
  }

  .blog-post__hero-media {
    border-radius: 14px;
  }

  .blog-benefits {
    grid-template-columns: 1fr;
  }

  .blog-section {
    margin: 0 0 22px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }

  .blog-section--cta {
    padding: 0;
  }

  .blog-post__content {
    margin-top: 0;
    padding: 30px 24px 34px;
  }

  .blog-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero--blog .hero__content {
    padding: 48px 14px 36px;
  }

  .hero--blog .hero__copy {
    padding: 0;
  }

  .hero--blog .hero__title {
    margin-top: 24px;
    font-size: 58px;
  }

  .hero--blog .hero__subtitle {
    font-size: 16px;
    line-height: 1.62;
    margin-top: 22px;
  }

  .blog-hero-breadcrumb {
    margin-top: 22px;
    font-size: 15px;
  }

  .blog-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .blog-hero-action {
    width: 100%;
    min-width: 0;
    height: 52px;
  }

  .blog-post {
    padding: 28px 12px 64px;
  }

  .blog-post__inner {
    padding: 0;
  }

  .blog-post__content {
    padding: 22px 18px 28px;
    border-radius: 14px;
  }

  .blog-post__lede,
  .blog-post__content p {
    font-size: 16px;
    line-height: 1.78;
  }

  .blog-post__content h2 {
    font-size: 26px;
    line-height: 1.22;
  }

  .blog-section {
    margin: 0 0 20px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }
  .blog-section--intro {
    margin: 0 0 20px;
    padding: 0;
  }
  .blog-benefit,
  .blog-step,
  .blog-faq__item {
    border-radius: 14px; /* Smaller border-radius for small phones */
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.offer-cta {
  padding: 18px 20px 72px;
  background: linear-gradient(180deg, #fff 0%, #f7f4ef 100%);
}

.offer-cta__layout {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: center;
}

.offer-cta__media {
  min-height: 560px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(15, 20, 32, 0.08) 0%, rgba(15, 20, 32, 0.02) 100%),
    url("assets/clouds-sunlight-phone-door-modern-opt.jpg") center/cover no-repeat;
  box-shadow: 0 22px 46px rgba(24, 19, 16, 0.08);
}

.offer-cta__content {
  max-width: 610px;
}

.offer-cta__title {
  margin: 0;
  color: #171b22;
  font-size: clamp(30px, 2.95vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.15px;
  font-weight: 700;
}

.offer-cta__text {
  margin: 18px 0 0;
  color: #343d4b;
  font-size: 15px;
  line-height: 1.68;
}

.offer-cta__text strong {
  color: #171b22;
}

.offer-cta__subhead {
  margin: 28px 0 0;
  color: #171b22;
  font-size: clamp(24px, 1.85vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.7px;
  font-weight: 700;
}

.offer-cta__form {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.offer-cta__field input {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: 1px solid #d8ddd6;
  border-radius: 16px;
  background: #fff;
  color: #1e2430;
  font: inherit;
  font-size: 16px;
  box-shadow: 0 12px 24px rgba(26, 21, 17, 0.03);
}

.offer-cta__field input::placeholder {
  color: #97a0b1;
}

.offer-cta__button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5d4d 0%, #ff4b3e 100%);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(255, 75, 62, 0.18);
}

.offer-cta__button[disabled] {
  opacity: 0.72;
  cursor: progress;
}

.offer-cta__form-status {
  color: #112031;
  background: rgba(19, 37, 56, 0.08);
  border: 1px solid rgba(19, 37, 56, 0.12);
}

.offer-cta__form-status.hero__form-status--success {
  color: #0f5132;
  background: rgba(25, 135, 84, 0.12);
  border-color: rgba(25, 135, 84, 0.2);
}

.offer-cta__form-status.hero__form-status--error {
  color: #842029;
  background: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.2);
}

.offer-cta__call-wrap {
  max-width: 1360px;
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
}

.offer-cta__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border: 2px solid #222831;
  border-radius: 999px;
  color: #171b22;
  background: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1250px) {
  .insights__actions {
    align-self: center;
  }

  .insights__grid {
    grid-template-columns: 1fr;
  }

  .insight-card__image {
    min-height: 310px;
  }

  .insight-card__image--icon {
    min-height: 180px;
  }

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

  .offer-cta__content {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .insights {
    padding-top: 68px;
  }

  .insights__title {
    font-size: clamp(30px, 5.2vw, 40px);
    letter-spacing: -1.2px;
  }

  .insights__subtitle {
    font-size: 16px;
  }

  .insights__cta {
    min-width: 170px;
    height: 56px;
    font-size: 15px;
  }

  .insights__cta-arrow {
    width: 56px;
    height: 56px;
  }

  .insights__grid {
    margin-top: 30px;
    gap: 18px;
  }

  .insight-card {
    padding: 16px 16px 20px;
  }

  .insight-card__image {
    min-height: 260px;
    border-radius: 20px;
  }

  .insight-card__image--icon {
    min-height: 128px;
  }

  .insight-card__body {
    padding-top: 18px;
  }

  .insight-card__tag {
    min-width: 120px;
    height: 42px;
    font-size: 14px;
  }

  .insight-card h3 {
    font-size: 18px;
  }

  .insight-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .offer-cta {
    padding: 16px 20px 54px;
  }

  .offer-cta__media {
    min-height: 420px;
    border-radius: 24px;
  }

  .offer-cta__title {
    font-size: clamp(28px, 5vw, 38px);
    letter-spacing: -1.1px;
  }

  .offer-cta__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .offer-cta__subhead {
    margin-top: 28px;
    font-size: clamp(22px, 4vw, 28px);
  }

  .offer-cta__field input {
    height: 52px;
    font-size: 15px;
  }

  .offer-cta__button {
    min-height: 50px;
    font-size: 15px;
  }

  .offer-cta__call {
    min-height: 52px;
    padding: 0 24px;
    font-size: 15px;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .insights {
    padding: 54px 16px 42px;
  }

  .insights__title {
    font-size: 24px;
    letter-spacing: -1px;
  }

  .insights__subtitle {
    font-size: 15px;
  }

  .insights__actions {
    width: 100%;
  }

  .insights__cta {
    min-width: 160px;
    height: 52px;
    font-size: 15px;
  }

  .insights__cta-arrow {
    width: 52px;
    height: 52px;
  }

  .insight-card {
    border-radius: 22px;
    padding: 16px 16px 20px;
  }

  .insight-card__image {
    min-height: 190px;
    border-radius: 18px;
  }

  .insight-card__image--icon {
    min-height: 136px;
  }

  .insight-card__image--icon svg {
    width: 58px;
    height: 58px;
  }

  .insight-card__tag {
    min-width: 128px;
    height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }

  .insight-card h3 {
    margin-top: 16px;
    font-size: 18px;
  }

  .insight-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .offer-cta {
    padding: 14px 16px 42px;
  }

  .offer-cta__layout {
    gap: 24px;
  }

  .offer-cta__media {
    min-height: 240px;
    border-radius: 20px;
  }

  .offer-cta__title {
    font-size: 22px;
    letter-spacing: -0.95px;
  }

  .offer-cta__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.58;
  }

  .offer-cta__subhead {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.24;
  }

  .offer-cta__form {
    margin-top: 20px;
    gap: 14px;
  }

  .offer-cta__field input {
    height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 14px;
  }

  .offer-cta__button {
    min-height: 46px;
    font-size: 14px;
  }

  .offer-cta__call-wrap {
    margin-top: 24px;
  }

  .offer-cta__call {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
  }
}

.privacy-policy {
  padding: 10px 20px 60px;
  background: linear-gradient(180deg, #f7f4ef 0%, #efe9e1 100%);
}

.privacy-policy__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 42px 38px 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 75, 62, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 246, 0.98) 0%, #ffffff 100%);
  border: 1px solid rgba(228, 221, 213, 0.94);
  box-shadow: 0 22px 48px rgba(24, 19, 16, 0.07);
}

.privacy-policy__intro {
  max-width: 980px;
}

.privacy-policy__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff2ef;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-policy__title {
  margin: 20px 0 0;
  color: #171b22;
  font-size: clamp(30px, 2.8vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  font-weight: 700;
}

.privacy-policy__lead {
  margin: 18px 0 0;
  color: #444d5c;
  font-size: 16px;
  line-height: 1.72;
}

.privacy-policy__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.privacy-policy__card {
  min-height: 100%;
  padding: 24px 22px 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 247, 244, 0.9) 0%, #ffffff 100%);
  border: 1px solid rgba(231, 223, 215, 0.96);
  box-shadow: 0 14px 30px rgba(26, 21, 17, 0.05);
}

.privacy-policy__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #ff5d4d 0%, #ff4b3e 100%);
  color: #fff;
  box-shadow: 0 14px 24px rgba(255, 75, 62, 0.18);
}

.privacy-policy__icon svg {
  width: 26px;
  height: 26px;
}

.privacy-policy__card h3 {
  margin: 18px 0 0;
  color: #151a22;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.65px;
  font-weight: 700;
}

.privacy-policy__card p {
  margin: 12px 0 0;
  color: #4b5463;
  font-size: 14px;
  line-height: 1.7;
}

.privacy-policy__note {
  margin: 28px 0 0;
  padding: 18px 22px;
  border-radius: 20px;
  background: #171b22;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1250px) {
  .privacy-policy__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .privacy-policy {
    padding: 8px 20px 48px;
  }

  .privacy-policy__inner {
    padding: 34px 24px 30px;
    border-radius: 28px;
  }

  .privacy-policy__title {
    font-size: clamp(28px, 4.9vw, 38px);
    letter-spacing: -1px;
  }

  .privacy-policy__lead {
    font-size: 15px;
    line-height: 1.68;
  }
}

@media (max-width: 620px) {
  .privacy-policy {
    padding: 8px 16px 38px;
  }

  .privacy-policy__inner {
    padding: 28px 16px 24px;
    border-radius: 24px;
  }

  .privacy-policy__badge {
    min-width: 138px;
    height: 38px;
    font-size: 12px;
  }

  .privacy-policy__title {
    font-size: 24px;
    letter-spacing: -0.9px;
  }

  .privacy-policy__lead {
    font-size: 14px;
    line-height: 1.62;
  }

  .privacy-policy__grid {
    margin-top: 24px;
    gap: 16px;
  }

  .privacy-policy__card {
    padding: 20px 16px 18px;
    border-radius: 20px;
  }

  .privacy-policy__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .privacy-policy__icon svg {
    width: 22px;
    height: 22px;
  }

  .privacy-policy__card h3 {
    margin-top: 16px;
    font-size: 19px;
  }

  .privacy-policy__card p,
  .privacy-policy__note {
    font-size: 13px;
    line-height: 1.58;
  }

  .privacy-policy__note {
    margin-top: 22px;
    padding: 16px 14px;
    border-radius: 18px;
  }
}

/* Footer uses a strong hero panel plus a layered white information card. */
.site-footer {
  position: relative;
  padding: 18px 20px 0;
  background:
    linear-gradient(180deg, #6c7a91 0%, #2c3139 44%, #161a1f 100%);
}

.site-footer__hero {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  min-height: 580px;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(13, 18, 24, 0.18) 0%, rgba(13, 18, 24, 0.28) 100%),
    url("assets/real-estate-sector-opt.jpg") center/cover no-repeat;
}

.site-footer__hero-title {
  margin: 0;
  padding-top: 58px;
  text-align: center;
  color: #fff;
  font-size: clamp(62px, 5.9vw, 104px);
  line-height: 0.92;
  letter-spacing: -3px;
  font-weight: 700;
}

.site-footer__hero-badge {
  position: absolute;
  left: 50%;
  top: 236px;
  transform: translateX(-50%);
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  backdrop-filter: blur(2px);
}

.site-footer__panel {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 44px 34px 0;
  border-radius: 30px 30px 0 0;
  background: #fff;
  box-shadow: 0 26px 62px rgba(12, 12, 14, 0.16);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
  justify-items: center;
}

.site-footer__about,
.site-footer__links,
.site-footer__location,
.site-footer__call {
  width: 100%;
  max-width: 300px;
}

.site-footer__about h3,
.site-footer__links h3,
.site-footer__location h3 {
  margin: 0;
  color: #181b22;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.site-footer__call {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__call-link {
  width: 100%;
  min-height: 148px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff9f6 0%, #fff 100%);
  box-shadow: 0 18px 38px rgba(12, 12, 14, 0.06);
}

.site-footer__call-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff6857 0%, #ff4b3e 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 75, 62, 0.18);
}

.site-footer__call-icon svg {
  width: 24px;
  height: 24px;
  transform: translateX(1px);
}

.site-footer__call-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__call-label {
  color: #4a515f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.site-footer__call-copy strong {
  color: #181b22;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.site-footer__about p {
  margin: 22px 0 0;
  max-width: 300px;
  color: #373b45;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

.site-footer__brand-logo {
  display: block;
  width: 168px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.site-footer__contact-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.site-footer__contact-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  max-width: 300px;
  margin: 0 auto;
  color: #232833;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
}

.site-footer__contact-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  color: #222;
}

.site-footer__contact-icon svg {
  width: 18px;
  height: 18px;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.site-footer__links--locations {
  align-items: flex-start;
}

.site-footer__links a {
  position: relative;
  width: fit-content;
  padding-left: 36px;
  color: #2a2f38;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}

.site-footer__links--locations a {
  white-space: normal;
}

.site-footer__links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 10px;
  border: 2px solid var(--accent);
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
}

.site-footer__links a::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
  transform: rotate(45deg);
}

.site-footer__address {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.site-footer__address p {
  margin: 0;
  color: #2f3440;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.site-footer__divider {
  margin-top: 40px;
  height: 1px;
  background: #dedad5;
}

.site-footer__gallery-row {
  padding: 24px 0 18px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 2fr;
  gap: 22px;
  align-items: center;
}

.site-footer__brand .brand__text strong {
  font-size: 28px;
}

.site-footer__brand .brand__text small {
  font-size: 13px;
}

.site-footer__gallery-copy span {
  color: var(--accent);
  font-size: 15px;
}

.site-footer__gallery-copy h3 {
  margin: 10px 0 0;
  color: #181b22;
  font-size: 21px;
  font-weight: 600;
}

.site-footer__gallery {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.site-footer__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer__rule {
  height: 30px;
  background:
    repeating-linear-gradient(
      to right,
      transparent 0 14px,
      rgba(156, 165, 175, 0.28) 14px 16px,
      transparent 16px 26px,
      rgba(156, 165, 175, 0.16) 26px 27px
    );
}

.site-footer__bottom {
  padding: 18px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
  color: #181c24;
  font-size: 15px;
  font-weight: 500;
}

.site-footer__bottom p span {
  color: var(--accent);
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #161a21;
  font-size: 14px;
}

.site-footer__socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d8dc;
  border-radius: 50%;
  color: #11161d;
  font-size: 16px;
  font-weight: 700;
}

.site-footer__credit {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.site-footer__credit-link {
  color: #2f80ed;
  text-decoration: none;
}

.site-footer__credit-link:hover {
  color: #1d64c9;
}

@media (max-width: 1250px) {
  .site-footer__panel {
    padding: 40px 28px 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .site-footer {
    padding: 18px 16px 0;
  }

  .site-footer__panel {
    padding: 34px 20px 0;
    border-radius: 28px 28px 0 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 620px) {
  .site-footer {
    padding: 18px 12px 0;
  }

  .site-footer__call-link {
    gap: 14px;
    padding: 18px 16px;
  }

  .site-footer__call-icon {
    width: 52px;
    height: 52px;
  }

  .site-footer__call-label {
    font-size: 13px;
  }

  .site-footer__call-copy strong {
    font-size: 20px;
    letter-spacing: -0.3px;
  }

  .site-footer__hero {
    min-height: 320px;
    border-radius: 20px 20px 0 0;
  }

  .site-footer__hero-badge {
    top: 154px;
    width: 108px;
    height: 108px;
    font-size: 11px;
  }

  .site-footer__panel {
    padding: 30px 16px 0;
    border-radius: 22px 22px 0 0;
  }

  .site-footer__about h3,
  .site-footer__links h3,
  .site-footer__location h3 {
    font-size: 20px;
  }

  .site-footer__about p,
  .site-footer__contact-item,
  .site-footer__links a {
    font-size: 15px;
  }

  .site-footer__bottom {
    align-items: center;
  }

  .site-footer__socials {
    flex-wrap: wrap;
  }
}

/* Final mobile-only overrides harden stacking and prevent long-content overflow. */
@media (max-width: 620px) {
  .site-shell {
    overflow: hidden;
  }

  .header {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "cta cta"
      "nav nav";
    padding: 16px 14px 18px;
    row-gap: 12px;
  }

  .brand--image {
    justify-content: flex-start;
  }

  .brand__logo {
    width: min(164px, 52vw);
  }

  .header__cta {
    min-width: 0;
    justify-self: stretch;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    gap: 6px;
    border-radius: 12px;
  }

  .menu-toggle span {
    width: 22px;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .nav {
    padding: 14px;
    border-radius: 18px;
  }

  .nav > a,
  .nav__dropdown-toggle {
    min-height: 44px;
    padding: 0 14px;
    font-size: 15px;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 48px 16px 40px;
  }

  .hero__copy {
    padding: 18px 16px 20px;
  }

  .hero__title {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero__subtitle {
    padding-left: 12px;
  }

  .hero__trust {
    align-items: flex-start;
  }

  .properties {
    padding: 34px 16px 42px;
  }

  .properties__title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .properties__subtitle {
    font-size: 15px;
  }

  .property-card__image {
    min-height: 220px;
  }

  .property-card__body {
    padding: 16px 6px 0;
  }

  .property-card__body h3 {
    font-size: 20px;
  }

  .property-card__body p {
    font-size: 14px;
  }

  .testimonials {
    padding: 28px 16px 40px;
  }

  .testimonials__stats {
    gap: 18px;
  }

  .stat-card__line {
    margin-bottom: 18px;
  }

  .stat-card strong {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .stat-card p {
    margin-top: 12px;
    font-size: 15px;
  }

  .testimonials__intro {
    margin-top: 34px;
  }

  .testimonials__badge {
    gap: 8px;
    font-size: 15px;
  }

  .testimonials__badge::before,
  .testimonials__badge::after {
    width: 18px;
  }

  .testimonials__title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .reviews-summary {
    padding: 30px 18px 22px;
    border-radius: 20px;
  }

  .reviews-summary__button {
    width: 100%;
    min-width: 0;
  }

  .reviews-summary__brand {
    gap: 10px;
    font-size: 22px;
  }

  .reviews-summary__avatars {
    display: none;
  }

  .reviews-summary__avatar {
    width: 42px;
    height: 42px;
  }

  .reviews-summary__more {
    width: 52px;
    height: 52px;
    font-size: 14px;
  }

  .testimonial-marquee {
    gap: 16px;
  }

  .testimonial-marquee__column {
    height: auto;
    overflow: visible;
  }

  .testimonial-marquee__track {
    animation: none;
  }

  .testimonial-card {
    min-height: auto;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .testimonial-card__quote {
    font-size: 68px;
  }

  .testimonial-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .testimonial-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .testimonial-card__footer h3 {
    font-size: 20px;
  }

  .testimonial-card__footer small {
    margin-top: 6px;
    font-size: 14px;
  }

  .testimonial-card__avatar {
    width: 62px;
    height: 62px;
    border-width: 5px;
  }

  .about {
    padding: 42px 16px 24px;
  }

  .about__title {
    font-size: 28px;
  }

  .about__text--lead {
    padding-left: 12px;
  }

  .about__media {
    min-height: 340px;
  }

  .about__photo--top {
    inset: 0 0 96px 0;
  }

  .about__photo--bottom {
    width: 88%;
  }

  .choose-us {
    padding: 30px 16px 40px;
  }

  .choose-us__media {
    min-height: 420px;
  }

  .choose-us__photo {
    border-radius: 24px;
  }

  .choose-us__photo--primary {
    inset: 0 18px 132px 0;
  }

  .choose-us__photo--secondary {
    width: 84%;
    min-height: 230px;
    border-width: 6px;
  }

  .choose-us__title {
    font-size: 28px;
    max-width: none;
  }

  .choose-us__lead {
    margin-top: 18px;
    padding-left: 12px;
    font-size: 15px;
  }

  .choose-us__list {
    gap: 14px;
  }

  .choose-us__list li {
    grid-template-columns: 24px 1fr;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
  }

  .choose-us__check {
    width: 24px;
    height: 24px;
  }

  .choose-us__note {
    font-size: 15px;
  }

  .choose-us__button {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    text-align: center;
  }

  .selling-benefits__panel,
  .selling-benefits__item,
  .quicker-sale__card {
    border-radius: 20px;
  }

  .selling-benefits__cta,
  .offer-cta__call {
    white-space: normal;
    line-height: 1.35;
  }

  .sell-idea__media {
    min-height: 340px;
  }

  .quicker-sale__card {
    padding: 18px 16px 20px;
  }

  .insights__header {
    gap: 20px;
  }

  .insights__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .insights__cta {
    width: 100%;
    min-width: 0;
  }

  .offer-cta__call {
    text-align: center;
  }

  .site-footer {
    padding: 18px 10px 0;
  }

  .site-footer__panel {
    padding: 26px 14px 0;
  }

  .site-footer__grid {
    justify-items: stretch;
  }

  .site-footer__about,
  .site-footer__links,
  .site-footer__call {
    max-width: none;
  }

  .site-footer__links,
  .site-footer__links--locations {
    align-items: center;
    gap: 12px;
  }

  .site-footer__links a {
    width: 100%;
    max-width: 320px;
    white-space: normal;
    text-align: left;
    padding-left: 28px;
  }

  .site-footer__call-link {
    flex-direction: column;
    text-align: center;
  }

  .site-footer__call-copy {
    align-items: center;
  }

  .site-footer__call-copy strong {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .site-footer__bottom {
    gap: 14px;
  }

  .floating-tools__top {
    right: 16px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 420px) {
  .topbar__item {
    font-size: 13px;
  }

  .topbar__item--highlight {
    font-size: 14px;
  }

  .topbar__group--center .topbar__item--highlight {
    font-size: 12px;
  }

  .hero__title,
  .properties__title,
  .testimonials__title,
  .about__title,
  .choose-us__title {
    font-size: 26px;
  }

  .reviews-summary__score span {
    font-size: 60px;
  }

  .reviews-summary__score em {
    font-size: 48px;
  }

  .selling-benefits__cta,
  .offer-cta__call,
  .header__cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer__call-copy strong {
    font-size: 18px;
  }
}

/* Location pages provide Mississippi market-specific landing content with the same lead flow. */
.location-body {
  background:
    radial-gradient(circle at top left, rgba(82, 194, 240, 0.16) 0%, rgba(82, 194, 240, 0) 22%),
    linear-gradient(180deg, #eef4fb 0%, #ffffff 44%, #eef3f7 100%);
}

.location-page {
  max-width: 1520px;
  margin: 0 auto;
  padding: 18px 20px 72px;
}

.location-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 600px);
  gap: 38px;
  align-items: start;
  padding: 36px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(9, 23, 35, 0.7) 0%, rgba(15, 53, 80, 0.58) 54%, rgba(32, 111, 134, 0.46) 100%),
    url("assets/city-sunset-opt.jpg") center 42%/cover;
  box-shadow: 0 28px 56px rgba(10, 25, 39, 0.14);
  overflow: hidden;
}

.location-hero__copy {
  max-width: 820px;
  color: #fff;
}

.location-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-section__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(247, 99, 73, 0.08);
  border: 1px solid rgba(247, 99, 73, 0.14);
  color: #e3543d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-hero__title {
  margin: 18px 0 0;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -1.8px;
  color: #fff;
  overflow-wrap: anywhere;
}

.location-hero__summary {
  margin: 22px 0 0;
  max-width: 660px;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.location-hero__chips {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-hero__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(7, 17, 28, 0.16);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.location-hero__form-card {
  margin-left: auto;
  width: 100%;
  max-width: 600px;
  justify-self: end;
}

.location-overview,
.location-benefits,
.location-steps,
.location-compare,
.location-terms,
.location-story,
.location-faq,
.location-situations,
.location-checklist,
.location-showcase,
.location-nearby,
.location-callout {
  margin-top: 28px;
}

.location-overview {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: 0 18px 34px rgba(14, 23, 38, 0.06);
}

.location-overview__featured,
.location-overview__copy,
.location-overview__trust,
.location-overview__stats,
.location-benefits,
.location-nearby,
.location-callout__inner {
  border-radius: 30px;
  border: 1px solid rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

.location-overview__featured {
  padding: 22px 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff7f2 100%);
  margin-bottom: 26px;
}

.location-overview__featured-label {
  margin: 0;
  color: #425066;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.location-overview__featured-logos {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.location-overview__featured-logos span {
  flex: 1 1 170px;
  max-width: 220px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(247, 99, 73, 0.16);
  color: #1f2b55;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-overview__layout {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(280px, 360px);
  gap: 20px;
  align-items: stretch;
}

.location-overview__trust {
  padding: 24px 20px;
  background: linear-gradient(180deg, #fffaf6 0%, #f8fbff 100%);
}

.location-overview__trust-badge {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.location-overview__trust-score {
  color: #f76349;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.location-overview__trust-stars {
  margin-top: 10px;
  display: inline-flex;
  gap: 4px;
  color: #f7a726;
  font-size: 18px;
}

.location-overview__trust-badge p {
  margin: 16px 0 0;
  color: #425066;
  font-size: 15px;
  line-height: 1.7;
}

.location-overview__copy {
  padding: 34px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-section__title {
  margin: 16px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  color: #101828;
  overflow-wrap: anywhere;
}

.location-section__text {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.78;
  color: #475467;
  text-wrap: pretty;
}

.location-overview__stats {
  padding: 26px;
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.location-overview__stat {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
}

.location-overview__stat-icon {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  margin-top: 6px;
  background: linear-gradient(180deg, #52c2f0 0%, #3dace4 100%);
  box-shadow: 0 0 0 4px rgba(82, 194, 240, 0.18);
}

.location-overview__stat-copy h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #132949;
  font-weight: 700;
}

.location-overview__stat-copy p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #475467;
}

.location-benefits,
.location-nearby {
  padding: 34px;
}

.location-section__header {
  margin-bottom: 24px;
}

.location-section__header--center {
  text-align: center;
}

.location-section__header--center .location-section__title,
.location-section__header--center .location-section__text {
  margin-left: auto;
  margin-right: auto;
}

.location-section__header .location-section__title {
  max-width: 740px;
}

.location-benefits__grid,
.location-nearby__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.location-benefits__card,
.location-nearby__card {
  border-radius: 24px;
  padding: 24px;
}

.location-benefits__card {
  background: linear-gradient(180deg, #f8fbff 0%, #f1f6fb 100%);
  border: 1px solid rgba(16, 24, 40, 0.06);
}

.location-benefits__card h3,
.location-nearby__card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  color: #101828;
}

.location-benefits__card p,
.location-nearby__card p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: #475467;
}

.location-nearby__card {
  display: block;
  text-decoration: none;
  background: #fff7f2;
  border: 1px solid rgba(255, 122, 82, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location-nearby__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(255, 122, 82, 0.12);
}

.location-nearby__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #f76349;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-callout__inner {
  padding: 32px 34px;
  text-align: center;
}

.location-callout__lead {
  margin: 0 auto;
  max-width: 48ch;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #101828;
  text-wrap: balance;
}

.location-callout__inner h2 {
  margin: 0;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  color: #101828;
  letter-spacing: -1px;
  text-wrap: balance;
}

.location-callout__inner p {
  margin: 16px auto 0;
  max-width: 900px;
  font-size: 17px;
  line-height: 1.8;
  color: #475467;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.location-callout__inner a {
  color: #f76349;
  text-decoration: none;
  font-weight: 700;
}

.location-section__eyebrow--inverse {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.location-steps,
.location-compare,
.location-terms,
.location-faq,
.location-checklist,
.location-showcase {
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: 0 18px 34px rgba(14, 23, 38, 0.06);
}

.location-steps__grid,
.location-terms__grid,
.location-checklist__grid {
  display: grid;
  gap: 18px;
}

.location-steps__grid,
.location-terms__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-step-card {
  padding: 26px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  border: 1px solid rgba(72, 181, 245, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}

.location-step-card__icon,
.location-term-card__icon,
.location-checklist__icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(82, 194, 240, 0.14) 0%, rgba(247, 99, 73, 0.08) 100%);
  color: #20324f;
}

.location-step-card__icon svg,
.location-term-card__icon svg,
.location-checklist__icon svg {
  width: 34px;
  height: 34px;
}

.location-step-card__number {
  display: block;
  margin-top: 18px;
  color: #f76349;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-step-card h3,
.location-term-card h3,
.location-checklist__item h3,
.location-showcase__copy h3 {
  margin: 14px 0 0;
  font-size: 26px;
  line-height: 1.16;
  color: #101828;
  letter-spacing: -0.8px;
}

.location-step-card p,
.location-term-card p,
.location-checklist__item p,
.location-showcase__copy p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.76;
  color: #475467;
}

.location-step-card h3 {
  max-width: 18ch;
  text-wrap: balance;
}

.location-step-card p {
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}

.location-compare__table {
  margin-top: 10px;
  padding-bottom: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.location-compare__row {
  min-width: 820px;
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(220px, 1fr) minmax(220px, 1fr);
}

.location-compare__row:not(:last-child) {
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.location-compare__row--head .location-compare__heading,
.location-compare__label,
.location-compare__cell {
  padding: 22px 24px;
}

.location-compare__heading {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  color: #101828;
}

.location-compare__heading--accent,
.location-compare__cell--positive {
  background: linear-gradient(180deg, #79c6e8 0%, #69b7dd 100%);
}

.location-compare__heading--accent {
  color: #0f2138;
}

.location-compare__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #101828;
}

.location-compare__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.42;
  color: #0f2138;
}

.location-compare__cell--negative {
  color: #172b4d;
}

.location-compare__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 900;
}

.location-compare__cell--negative .location-compare__icon {
  background: rgba(247, 99, 73, 0.12);
  color: #d92d20;
}

.location-term-card {
  padding: 22px 28px 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1.5px solid rgba(247, 99, 73, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.location-term-card h3 {
  max-width: 20ch;
  text-wrap: balance;
}

.location-term-card p {
  max-width: 42ch;
  line-height: 1.64;
  margin-left: auto;
  margin-right: auto;
}

.location-terms__grid {
  gap: 14px;
}

.location-situations {
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(82, 194, 240, 0.15) 0%, rgba(82, 194, 240, 0) 24%),
    linear-gradient(135deg, #1d274f 0%, #202b57 56%, #192343 100%);
  box-shadow: 0 28px 50px rgba(17, 27, 52, 0.18);
}

.location-situations__intro .location-section__title,
.location-situations__intro .location-section__text {
  color: #fff;
}

.location-situations__intro .location-section__text {
  color: rgba(255, 255, 255, 0.82);
}

.location-situations__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.location-situation-card {
  position: relative;
  min-height: 250px;
  padding: 24px 22px 28px;
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(4, 13, 28, 0.14);
}

.location-situation-card::after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -94px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(31, 43, 85, 0.12);
}

.location-situation-card__count {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 1;
  color: #1f2b55;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.location-situation-card__icon {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #74c6ec;
}

.location-situation-card__icon svg {
  width: 40px;
  height: 40px;
}

.location-situation-card h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.18;
  color: #182341;
}

.location-situation-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  max-width: 18ch;
  font-size: 15px;
  line-height: 1.66;
  color: #344054;
}

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

.location-checklist__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(16, 24, 40, 0.06);
}

.location-checklist__item h3 {
  margin-top: 4px;
  font-size: 22px;
}

.location-checklist__item p {
  margin-top: 8px;
}

.location-story__layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  padding: 30px 32px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  border: 1px solid rgba(16, 24, 40, 0.07);
  box-shadow: 0 20px 38px rgba(14, 23, 38, 0.07);
}

.location-story__media {
  position: relative;
  min-height: 500px;
}

.location-story__content {
  min-width: 0;
  max-width: 920px;
  justify-self: start;
}

.location-story__content .location-section__eyebrow {
  background: #fff7f2;
  border-color: rgba(247, 99, 73, 0.18);
  color: #f76349;
}

.location-story__content .location-section__title {
  max-width: 28ch;
  margin-top: 16px;
  font-size: clamp(30px, 2.8vw, 46px);
  line-height: 1.06;
  letter-spacing: -1.4px;
  color: #172033;
  text-wrap: balance;
}

.location-story__content .location-section__text {
  max-width: 72ch;
  margin-top: 16px;
  line-height: 1.68;
}

.location-story__photo {
  position: absolute;
  border-radius: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-story__photo--primary {
  inset: 0 74px 78px 0;
  border-radius: 34px;
  background-image: url("assets/house-isolated-field.jpg");
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
}

.location-story__photo--secondary {
  right: 0;
  bottom: 0;
  width: 70%;
  min-height: 230px;
  border: 8px solid #fff;
  border-radius: 28px;
  background-image: url("assets/wooded-park-middle-city.jpg");
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

.location-story__lead {
  margin: 18px 0 0;
  max-width: 28ch;
  color: #0f3e78;
  font-size: clamp(22px, 1.95vw, 34px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.7px;
  text-wrap: balance;
}

.location-story__quote {
  margin-top: 22px;
  padding: 20px 22px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #edf5ff 0%, #f8fbff 100%);
  border: 1px solid rgba(82, 194, 240, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.location-story__quote-mark {
  display: block;
  color: #1f2b55;
  font-size: 64px;
  line-height: 0.8;
  font-weight: 800;
}

.location-story__quote p {
  margin: 4px 0 0;
  max-width: 68ch;
  color: #1f2b55;
  font-size: 17px;
  line-height: 1.68;
  text-wrap: pretty;
}

.location-faq__grid {
  max-width: 1320px;
  margin: 0 auto;
  column-count: 2;
  column-gap: 16px;
}

.location-faq-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
  break-inside: avoid;
  border-radius: 26px;
  border: 1px solid rgba(247, 99, 73, 0.16);
  background: linear-gradient(180deg, #fff8f4 0%, #f8fbff 100%);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.location-faq-card summary {
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 16px;
  align-items: center;
  padding: 24px 24px 18px;
  cursor: pointer;
  color: #20324f;
  font-size: 20px;
  line-height: 1.36;
  font-weight: 600;
  letter-spacing: -0.45px;
}

.location-faq-card summary::-webkit-details-marker {
  display: none;
}

.location-faq-card summary:focus,
.location-faq-card summary:focus-visible {
  outline: none;
}

.location-faq-card:focus-within {
  border-color: rgba(247, 99, 73, 0.28);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05), 0 0 0 3px rgba(247, 99, 73, 0.08);
}

.location-faq-card__icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(82, 194, 240, 0.18) 0%, rgba(247, 99, 73, 0.12) 100%);
}

.location-faq-card__icon::before,
.location-faq-card__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #1f2b55;
  transform: translate(-50%, -50%);
}

.location-faq-card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.location-faq-card[open] .location-faq-card__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.location-faq-card p {
  margin: 0;
  padding: 0 24px 24px;
  color: #475467;
  font-size: 15px;
  line-height: 1.75;
}

.location-showcase__media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.location-showcase__panel {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-showcase__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 25, 39, 0.08) 0%, rgba(10, 25, 39, 0.34) 100%);
}

.location-showcase__panel--before {
  background-image: url("assets/real-estate-sector-opt.jpg");
}

.location-showcase__panel--after {
  background-image: url("assets/clouds-sunlight-phone-door-modern-opt.jpg");
}

.location-showcase__label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #132949;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-showcase__stamp {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
  max-width: calc(100% - 40px);
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2b55;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
}

.location-showcase__copy {
  max-width: 1400px;
  margin: 28px auto 0;
  text-align: center;
}

.location-showcase__copy h3 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 2.7vw, 46px);
  line-height: 1.12;
  white-space: normal;
  text-wrap: balance;
}

.location-showcase__copy p {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.76;
  white-space: normal;
  text-wrap: pretty;
}

@media (max-width: 1180px) {
  .location-page {
    padding: 26px 18px 64px;
  }

  .location-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 28px;
    background-position: center 40%;
  }

  .location-hero__copy,
  .location-hero__summary {
    max-width: none;
  }

  .location-hero__form-card {
    margin-left: 0;
    justify-self: stretch;
    max-width: min(100%, 760px);
  }

  .location-overview {
    padding: 30px 26px;
  }

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

  .location-overview__copy {
    order: -1;
    grid-column: 1 / -1;
    padding: 30px 28px;
  }

  .location-steps__grid,
  .location-terms__grid,
  .location-situations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-checklist__grid {
    grid-template-columns: 1fr;
  }

  .location-story__layout {
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .location-page {
    padding: 24px 18px 60px;
  }

  .location-hero {
    padding: 28px 22px;
  }

  .location-hero__form-card {
    max-width: none;
  }

  .location-overview {
    padding: 28px 24px;
  }

  .location-overview__layout {
    grid-template-columns: 1fr;
  }

  .location-overview__trust {
    padding: 22px;
  }

  .location-benefits__grid,
  .location-nearby__grid,
  .location-steps__grid,
  .location-terms__grid,
  .location-situations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-checklist__grid,
  .location-story__layout {
    grid-template-columns: 1fr;
  }

  .location-story__media {
    min-height: 390px;
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .location-faq__grid {
    column-count: 1;
  }
}

@media (max-width: 720px) {
  .location-page {
    padding: 28px 16px 56px;
  }

  .location-hero,
  .location-overview,
  .location-overview__copy,
  .location-overview__trust,
  .location-benefits,
  .location-steps,
  .location-compare,
  .location-terms,
  .location-faq,
  .location-story__layout,
  .location-situations,
  .location-checklist,
  .location-showcase,
  .location-nearby,
  .location-callout__inner {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .location-overview__stats {
    padding: 18px;
    border-radius: 24px;
  }

  .location-overview__featured {
    padding: 18px 16px;
    border-radius: 24px;
    margin-bottom: 20px;
  }

  .location-overview__featured-logos {
    gap: 10px;
  }

  .location-overview__featured-logos span {
    flex: 1 1 calc(50% - 10px);
    max-width: none;
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .location-overview__layout {
    margin-top: 18px;
    gap: 16px;
  }

  .location-hero__badge,
  .location-section__eyebrow {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .location-hero__title {
    letter-spacing: -1.1px;
  }

  .location-hero {
    gap: 22px;
    background-position: center;
  }

  .location-benefits__grid,
  .location-nearby__grid,
  .location-steps__grid,
  .location-terms__grid,
  .location-situations__grid,
  .location-checklist__grid {
    grid-template-columns: 1fr;
  }

  .location-hero__summary,
  .location-section__text {
    font-size: 15px;
  }

  .location-overview__trust-score {
    font-size: 46px;
  }

  .location-overview__trust-badge p {
    font-size: 14px;
  }

  .location-step-card,
  .location-term-card,
  .location-checklist__item {
    padding: 20px 18px;
  }

  .location-step-card h3,
  .location-term-card h3,
  .location-checklist__item h3,
  .location-showcase__copy h3 {
    font-size: 22px;
  }

  .location-faq-card summary {
    padding: 20px 20px 14px;
    font-size: 19px;
  }

  .location-faq-card p {
    padding: 0 20px 20px;
  }

  .location-compare__row {
    min-width: 680px;
  }

  .location-compare__row--head .location-compare__heading,
  .location-compare__label,
  .location-compare__cell {
    padding: 18px 16px;
  }

  .location-compare__cell {
    font-size: 16px;
  }

  .location-situation-card {
    min-height: 220px;
    padding: 22px 18px 24px;
  }

  .location-checklist__item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .location-story__media {
    min-height: 330px;
  }

  .location-story__photo--primary {
    inset: 0 52px 62px 0;
  }

  .location-story__photo--secondary {
    width: 64%;
    min-height: 168px;
    border-width: 6px;
  }

  .location-story__lead {
    max-width: none;
    font-size: 22px;
  }

  .location-showcase__media {
    grid-template-columns: 1fr;
  }

  .location-showcase__panel {
    min-height: 240px;
  }

  .location-showcase__stamp {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
  }

  .location-callout__inner h2 {
    font-size: 26px;
  }
}

@media (max-width: 560px) {
  .lead-modal {
    align-items: flex-start;
    padding: max(10px, env(safe-area-inset-top)) 10px 14px;
  }

  .lead-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
    border-radius: 22px;
  }

  .lead-modal__content {
    padding: 20px 14px 16px;
  }

  .lead-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .lead-modal__title {
    padding-right: 38px;
    font-size: 24px;
  }

  .lead-modal__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .location-page {
    padding: 22px 12px 46px;
  }

  .location-hero,
  .location-overview,
  .location-overview__copy,
  .location-overview__trust,
  .location-benefits,
  .location-steps,
  .location-compare,
  .location-terms,
  .location-faq,
  .location-story__layout,
  .location-situations,
  .location-checklist,
  .location-showcase,
  .location-nearby,
  .location-callout__inner {
    padding: 20px 14px;
    border-radius: 22px;
  }

  .location-hero {
    gap: 20px;
  }

  .location-overview__featured {
    padding: 16px 14px;
    border-radius: 22px;
    margin-bottom: 18px;
  }

  .location-overview__featured-label {
    font-size: 14px;
  }

  .location-overview__featured-logos span {
    width: calc(50% - 6px);
    min-width: 0;
    text-align: center;
  }

  .location-overview__layout {
    margin-top: 16px;
    gap: 14px;
  }

  .location-hero__title {
    font-size: clamp(30px, 9.6vw, 38px);
  }

  .location-hero__chips {
    gap: 8px;
  }

  .location-hero__chips span {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }

  .location-section__title {
    font-size: 26px;
    line-height: 1.14;
  }

  .location-overview__trust-score {
    font-size: 40px;
  }

  .location-overview__trust-stars {
    font-size: 16px;
  }

  .location-step-card__icon,
  .location-term-card__icon,
  .location-checklist__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .location-step-card__icon svg,
  .location-term-card__icon svg,
  .location-checklist__icon svg {
    width: 28px;
    height: 28px;
  }

  .location-step-card__number {
    margin-top: 14px;
    font-size: 11px;
  }

  .location-step-card h3,
  .location-term-card h3,
  .location-checklist__item h3,
  .location-showcase__copy h3 {
    font-size: 20px;
    line-height: 1.18;
  }

  .location-faq-card {
    border-radius: 22px;
  }

  .location-faq-card summary {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 18px 16px 12px;
    font-size: 17px;
    line-height: 1.34;
  }

  .location-faq-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .location-faq-card p {
    padding: 0 16px 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .location-overview__stat {
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .location-overview__stat-icon {
    width: 12px;
    height: 12px;
    margin-top: 5px;
  }

  .location-overview__stat-copy p,
  .location-benefits__card p,
  .location-nearby__card p,
  .location-callout__inner p {
    font-size: 14px;
    line-height: 1.65;
  }

  .location-overview__stat-copy h3 {
    font-size: 14px;
    line-height: 1.5;
  }

  .location-step-card p,
  .location-term-card p,
  .location-checklist__item p,
  .location-situation-card p,
  .location-showcase__copy p {
    font-size: 14px;
    line-height: 1.65;
  }

  .location-callout__lead {
    font-size: 20px;
    line-height: 1.34;
  }

  .location-benefits__card,
  .location-nearby__card {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .location-benefits__card h3,
  .location-nearby__card h3 {
    font-size: 20px;
  }

  .location-compare__row {
    min-width: 600px;
  }

  .location-compare__label {
    font-size: 17px;
  }

  .location-compare__cell {
    font-size: 14px;
  }

  .location-situations__grid {
    gap: 14px;
  }

  .location-situation-card {
    min-height: 0;
  }

  .location-situation-card h3 {
    font-size: 18px;
  }

  .location-situation-card__count {
    font-size: 18px;
  }

  .location-checklist__item {
    grid-template-columns: 1fr;
  }

  .location-story__media {
    min-height: 270px;
  }

  .location-story__photo--primary {
    inset: 0 34px 52px 0;
  }

  .location-story__photo--secondary {
    width: 62%;
    min-height: 132px;
  }

  .location-story__lead,
  .location-story__quote p {
    font-size: 20px;
  }

  .location-story__quote {
    padding: 18px 16px;
  }

  .location-showcase__panel {
    min-height: 190px;
  }

  .location-showcase__label {
    top: 12px;
    left: 12px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .location-showcase__stamp {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .location-page {
    padding: 18px 10px 38px;
  }

  .location-hero,
  .location-overview,
  .location-overview__copy,
  .location-overview__trust,
  .location-benefits,
  .location-steps,
  .location-compare,
  .location-terms,
  .location-faq,
  .location-story__layout,
  .location-situations,
  .location-checklist,
  .location-showcase,
  .location-nearby,
  .location-callout__inner {
    padding: 16px 12px;
    border-radius: 20px;
  }

  .location-hero__title,
  .location-section__title,
  .location-showcase__copy h3 {
    font-size: 23px;
  }

  .location-step-card,
  .location-term-card,
  .location-checklist__item,
  .location-situation-card {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .location-faq-card summary {
    padding: 16px 14px 10px;
    font-size: 16px;
  }

  .location-faq-card p {
    padding: 0 14px 16px;
  }

  .location-overview__featured {
    padding: 14px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .location-overview__featured-logos {
    gap: 8px;
  }

  .location-overview__featured-logos span {
    width: 100%;
  }

  .location-step-card h3,
  .location-term-card h3,
  .location-checklist__item h3,
  .location-situation-card h3 {
    font-size: 18px;
  }

  .location-hero__chips span {
    min-height: 38px;
    font-size: 12px;
  }

  .location-story__media {
    min-height: 220px;
  }
}

/* Responsive hardening keeps laptop and mid-size desktop layouts from colliding. */
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1280px) and (min-width: 901px) {
  .topbar {
    height: auto;
    justify-content: center;
    padding: 12px 18px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .topbar__group {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .topbar__group--left,
  .topbar__group--right {
    flex: 1 1 260px;
  }

  .topbar__group--center {
    position: static;
    left: auto;
    transform: none;
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .topbar__item {
    font-size: 15px;
  }

  .topbar__item--highlight {
    font-size: 16px;
  }

  .header {
    grid-template-columns: minmax(220px, 1fr) auto;
    grid-template-areas:
      "brand cta"
      "nav nav";
    padding: 20px 18px 22px;
    row-gap: 18px;
    column-gap: 16px;
  }

  .brand {
    grid-area: brand;
  }

  .brand__logo {
    width: clamp(210px, 22vw, 260px);
  }

  .nav {
    grid-area: nav;
    margin-left: 0;
    justify-self: stretch;
    justify-content: center;
    gap: 18px 20px;
    overflow: visible;
  }

  .nav a,
  .nav__dropdown-toggle {
    font-size: 16px;
  }

  .header__cta {
    grid-area: cta;
    justify-self: end;
    min-width: 190px;
    max-width: 100%;
    margin-right: 0;
    padding: 0 18px;
    font-size: 15px;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .topbar__group--left,
  .topbar__group--right,
  .topbar__group--center {
    width: 100%;
  }

  .topbar__item {
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.4;
  }

  .header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "cta"
      "nav";
    justify-items: center;
  }

  .brand--image {
    justify-content: center;
  }

  .nav {
    width: 100%;
    gap: 14px 18px;
  }

  .header__cta {
    width: min(100%, 320px);
    justify-self: center;
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero__copy,
  .hero__form-card,
  .location-hero__copy,
  .location-hero__form-card {
    max-width: none;
  }
}

/* Shared responsive guardrails for every static page. */
html {
  -webkit-text-size-adjust: 100%;
}

body,
.site-shell {
  max-width: 100%;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

.hero__content,
.hero__copy,
.hero__form-card,
.properties__grid,
.projects__grid,
.testimonials__layout,
.values__grid,
.contact-showcase__form-card,
.contact-direct__grid,
.contact-journey__layout,
.contact-locations__grid,
.insights__grid,
.offer-cta__layout,
.privacy-policy__grid,
.site-footer__grid,
.location-hero,
.location-hero__copy,
.location-hero__form-card,
.location-overview__layout,
.location-benefits__grid,
.location-steps__grid,
.location-terms__grid,
.location-situations__grid,
.location-checklist__grid,
.location-story__layout,
.location-nearby__grid,
.blog-post__inner,
.blog-post__content,
.blog-steps,
.blog-benefits {
  min-width: 0;
}

.hero__title,
.hero__subtitle,
.contact-showcase__headline,
.contact-showcase__summary,
.contact-section__title,
.insights__title,
.offer-cta__title,
.privacy-policy__title,
.site-footer__hero-title,
.location-hero__title,
.location-section__title,
.blog-post__content h1,
.blog-post__content h2,
.blog-post__content h3,
.blog-post__content p,
.blog-callout,
.topbar__item,
.header__cta,
.contact-callout__button,
.offer-cta__call {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .header {
    position: relative;
    z-index: 20;
  }

  .nav {
    max-height: calc(100dvh - 220px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav__submenu,
  .nav__submenu--locations {
    min-width: 0;
    max-width: 100%;
  }

  .topbar__group--center .topbar__item--highlight {
    white-space: normal;
  }

  .hero__content,
  .hero__copy,
  .hero__form-card,
  .contact-showcase__form-card,
  .offer-cta__content,
  .location-hero__form-card {
    width: 100%;
  }

  .hero__form-card,
  .contact-showcase__form-card,
  .location-hero__form-card {
    justify-self: stretch;
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .topbar__item {
    gap: 8px;
  }

  .topbar__item,
  .topbar__item--highlight {
    line-height: 1.35;
    white-space: normal;
  }

  .social-links {
    justify-content: center;
  }

  .header {
    width: 100%;
  }

  .nav {
    align-items: stretch;
    gap: 10px;
  }

  .nav > a,
  .nav__dropdown-toggle,
  .nav__submenu a {
    min-width: 0;
    white-space: normal;
  }

  .hero__content,
  .contact-showcase,
  .contact-direct,
  .contact-journey,
  .contact-locations,
  .contact-callout,
  .insights,
  .offer-cta,
  .privacy-policy,
  .location-page,
  .blog-post {
    width: 100%;
  }

  .hero__copy,
  .hero__form-card,
  .property-card,
  .project-card,
  .contact-direct__card,
  .contact-journey__content,
  .contact-locations__card,
  .insight-card,
  .privacy-policy__inner,
  .privacy-policy__card,
  .location-hero,
  .location-overview,
  .location-benefits,
  .location-steps,
  .location-compare,
  .location-terms,
  .location-faq,
  .location-story__layout,
  .location-situations,
  .location-checklist,
  .location-showcase,
  .location-nearby,
  .location-callout__inner,
  .blog-post__content {
    max-width: 100%;
  }

  .hero__badge,
  .projects__badge,
  .about__badge,
  .choose-us__button,
  .insights__cta,
  .insight-card__tag,
  .privacy-policy__badge,
  .location-hero__badge,
  .location-section__eyebrow,
  .contact-section__eyebrow,
  .contact-showcase__eyebrow {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .hero__phone-row,
  .contact-showcase__field-grid,
  .offer-cta__form,
  .location-checklist__item,
  .blog-steps,
  .blog-benefits {
    grid-template-columns: 1fr;
  }

  .hero__submit,
  .contact-showcase__submit,
  .offer-cta__button,
  .blog-callout__cta {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .location-compare__table {
    overflow-x: visible;
  }

  .location-compare__row {
    min-width: 0;
    grid-template-columns: 1fr;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 18px;
    overflow: hidden;
  }

  .location-compare__row + .location-compare__row {
    margin-top: 12px;
  }

  .location-compare__row--head {
    display: none;
  }

  .location-compare__label,
  .location-compare__cell {
    justify-content: flex-start;
    text-align: left;
    padding: 14px 16px;
  }

  .location-compare__cell {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
  }

  .location-compare__cell--positive::before {
    content: "PCL Home Offer: ";
    margin-right: 6px;
    font-weight: 800;
  }

  .location-compare__cell--negative::before {
    content: "Traditional Listing: ";
    margin-right: 6px;
    font-weight: 800;
  }
}

@media (max-width: 420px) {
  .hero__title,
  .contact-showcase__headline,
  .location-hero__title {
    line-height: 1.12;
  }

  .hero__content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header__cta,
  .contact-callout__button,
  .offer-cta__call {
    min-height: 44px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.25;
  }
}
