.sales-landing-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sales-landing-bg,
.sales-contact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-landing-bg {
  object-position: center 32%;
  transform: scale(1.03);
  filter: blur(1.8px);
}

.sales-landing-overlay,
.sales-contact-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 18, 30, 0.42), rgba(7, 18, 30, 0.42));
}

.sales-hero-shell,
.sales-contact-grid {
  position: relative;
  z-index: 1;
}

.sales-hero-shell {
  color: #f6f8fb;
  max-width: 1200px;
  font-family: "SF Pro Display", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.sales-hero-centered {
  width: 100%;
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
}

.sales-hero-kicker,
.section-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sales-hero-kicker {
  display: none;
}

.section-chip {
  display: none;
}

.section-chip-light {
  background: rgba(255, 255, 255, 0.14);
  color: #eff7fb;
}

.sales-hero-shell h1,
.sales-lead-copy h2,
.sales-story-copy h2,
.sales-results h2,
.sales-faq-intro h2,
.sales-contact-copy h2 {
  font-family: "SF Pro Display", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.sales-hero-shell h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 4.4vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.sales-hero-title {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  animation: salesHeroTitleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
  will-change: opacity, transform;
}

.sales-hero-title.typewriter-active,
.sales-lead-copy h2.typewriter-active,
.sales-story-copy h2.typewriter-active,
.sales-results h2.typewriter-active,
.sales-faq-intro h2.typewriter-active,
.sales-contact-copy h2.typewriter-active {
  position: relative;
}

.sales-hero-title.typewriter-active::after,
.sales-lead-copy h2.typewriter-active::after,
.sales-story-copy h2.typewriter-active::after,
.sales-results h2.typewriter-active::after,
.sales-faq-intro h2.typewriter-active::after,
.sales-contact-copy h2.typewriter-active::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.92em;
  margin-left: 0.08em;
  vertical-align: -0.08em;
  background: currentColor;
  animation: typewriterCaret 0.85s step-end infinite;
}

.typewriter-done::after {
  content: none !important;
}

.hero-ring-word,
.sales-underline-word {
  position: relative;
  display: inline-block;
}

.hero-ring-word {
  padding: 0 0.08em;
}

.hero-ring-word svg,
.sales-underline-word svg {
  position: absolute;
  pointer-events: none;
  overflow: visible;
}

.hero-ring-word svg {
  left: -16%;
  top: 62%;
  width: 132%;
  height: 1.12em;
  transform: translateY(-50%);
}

.hero-ring-word path,
.sales-underline-word path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.hero-ring-word path {
  stroke: #3f7ea0;
  stroke-width: 9px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: hero-ring-draw 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.sales-underline-word {
  padding-bottom: 0.14em;
}

.sales-underline-word svg {
  left: -0.02em;
  bottom: -0.08em;
  width: calc(100% + 0.08em);
  height: 0.36em;
}

.sales-underline-word path {
  stroke: #5fa4d8;
  stroke-width: 4.5;
  animation: salesUnderlineDraw 1s 0.45s forwards;
}

.sales-underline-word-light path {
  stroke: rgba(201, 232, 255, 0.95);
}

.sales-hero-shell p {
  margin: 0;
  max-width: 640px;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  line-height: 1.35;
  color: #ffffff;
}

.sales-lead-grid,
.sales-story-grid,
.sales-faq-layout,
.sales-contact-grid {
  display: grid;
  gap: 28px;
}

.sales-lead-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.sales-lead-copy,
.sales-faq-intro,
.sales-contact-copy {
  max-width: 680px;
  font-family: "SF Pro Text", "Segoe UI", sans-serif;
}

.sales-lead-copy h2,
.sales-story-copy h2,
.sales-faq-intro h2,
.sales-contact-copy h2,
.sales-results h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  line-height: 0.98;
}

.sales-lead-copy p,
.sales-story-copy p,
.sales-faq-intro p,
.sales-contact-copy p {
  font-size: 1rem;
  line-height: 1.65;
  color: #3c515f;
}

.sales-lead-points {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sales-lead-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #243a4a;
}

.sales-lead-points li::before {
  content: none;
}

.sales-lead-form {
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(8, 18, 28, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.sales-lead-form h2 {
  margin: 0 0 10px;
  font-family: "SF Pro Display", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

.sales-lead-submit,
.sales-contact-submit {
  margin-top: 16px;
  width: 100%;
}

.sales-story-block {
  background: linear-gradient(160deg, #ffffff, #f3f7fa);
}

.sales-story-block.alt {
  background: linear-gradient(160deg, #d6e4ee, #c5d7e4);
}

.sales-story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.sales-story-media {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  min-height: 360px;
  box-shadow: 0 18px 30px rgba(18, 33, 46, 0.18);
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}

.sales-story-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.sales-story-copy {
  padding: 18px 0;
  font-family: "SF Pro Text", "Segoe UI", sans-serif;
}

.sales-catalog-section {
  background: linear-gradient(160deg, #eef4f7, #dbe7ee);
}

.sales-results-head h2 {
  margin: 8px 0 6px;
}

.sales-sort {
  min-width: 230px;
}

.sale-empty {
  border: 1px dashed #b8c9d5;
  border-radius: 18px;
  padding: 24px;
  color: #516672;
  text-align: center;
  background: #f6fafc;
}

.sales-faq-section {
  background: #2d5162;
}

.sales-faq-layout {
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: start;
}

.sales-faq-intro h2,
.sales-faq-intro p {
  color: #f1f6fa;
}

.sales-faq-list {
  display: grid;
  gap: 10px;
}

.sales-faq-item {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6e1d8;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sales-faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  text-align: left;
  font: inherit;
  font-family: "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
}

.sales-faq-trigger strong {
  font-size: 1.3rem;
  color: #2d5162;
}

.sales-faq-panel {
  padding: 0 24px 22px;
  color: #4e6472;
  font-family: "SF Pro Text", "Segoe UI", sans-serif;
}

.sales-contact-section {
  position: relative;
  overflow: hidden;
}

.sales-contact-grid {
  grid-template-columns: 1fr minmax(340px, 470px);
  align-items: center;
  min-height: 560px;
}

.sales-contact-copy {
  color: #f7fbfd;
}

.sales-contact-copy p {
  color: rgba(247, 251, 253, 0.92);
}

.sales-btn-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.sales-btn-light:hover {
  border-color: #fff;
  color: #fff;
}

.sales-contact-form {
  background: rgba(8, 12, 17, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px 28px 26px;
  backdrop-filter: blur(6px);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.sales-contact-form .field label,
.sales-contact-form .field.check label {
  color: rgba(255, 255, 255, 0.9);
}

.sales-contact-form input:not([type="checkbox"]),
.sales-contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0;
  color: #ffffff;
  padding: 8px 0 10px;
  min-height: 44px;
}

.sales-contact-form input:not([type="checkbox"])::placeholder,
.sales-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.sales-contact-form textarea {
  min-height: 120px;
}

.sales-contact-form input:not([type="checkbox"]):focus,
.sales-contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #ffffff;
}

.sales-contact-form .field {
  margin-bottom: 8px;
}

.sales-contact-form .field.check {
  margin-top: 4px;
}

.sales-contact-form .field.check input {
  accent-color: #ffffff;
}

.sales-contact-form .field.check a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.sales-contact-submit {
  margin-top: 8px;
  width: auto;
  min-width: 230px;
  border-radius: 999px;
  background: #ffffff;
  color: #173042;
  box-shadow: none;
  padding-inline: 28px;
}

.sales-contact-submit:hover {
  background: #f3f7fa;
  color: #173042;
}

.sales-contact-form .form-grid {
  gap: 18px 18px;
}

.sales-story-media:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(18, 33, 46, 0.16);
}

.sales-story-media:hover img {
  transform: scale(1.05);
}

.sales-lead-form:hover,
.sales-contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 68px rgba(8, 18, 28, 0.2);
}

.sales-faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(9, 20, 30, 0.14);
  border-color: #c7dce9;
}

.property-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.property-card:hover {
  transform: translateY(-4px);
}

.sales-catalog-section .property-card {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  border-radius: 18px;
  border: 1px solid #dbe4ea;
  box-shadow: 0 10px 24px rgba(19, 36, 49, 0.08);
  overflow: hidden;
}

.sales-catalog-section .property-media {
  position: relative;
  min-height: 220px;
  max-height: none;
}

.sales-catalog-section .property-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sales-catalog-section .media-prev,
.sales-catalog-section .media-next,
.sales-catalog-section .fav-btn {
  position: absolute;
  top: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(17, 29, 39, 0.42);
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.sales-catalog-section .media-prev {
  left: 12px;
}

.sales-catalog-section .media-next {
  left: 56px;
}

.sales-catalog-section .fav-btn {
  right: 12px;
}

.sales-catalog-section .media-prev::before,
.sales-catalog-section .media-next::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-color: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sales-catalog-section .media-prev {
  font-size: 0;
}

.sales-catalog-section .media-next {
  font-size: 0;
}

.sales-catalog-section .media-prev::before {
  transform: rotate(180deg);
}

.sales-catalog-section .fav-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

.sales-catalog-section .property-info {
  padding: 18px 18px 16px;
  min-height: 220px;
}

.sales-catalog-section .property-main h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.08;
}

.sales-catalog-section .meta-line {
  margin-bottom: 10px;
}

.sales-catalog-section .property-confirm {
  margin: 0 0 10px;
  color: #8a9a48;
  font-weight: 600;
  font-size: 0.95rem;
}

.sales-catalog-section .feature-line {
  gap: 6px;
  margin-bottom: 10px;
}

.sales-catalog-section .feature-chip {
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  color: #2f4858;
  font-weight: 600;
}

.sales-catalog-section .feature-chip + .feature-chip::before {
  content: "|";
  color: #9aaab5;
  margin: 0 8px 0 4px;
}

.sales-catalog-section .desc {
  color: #324a59;
  font-size: 0.95rem;
  line-height: 1.45;
}

.sales-catalog-section .property-bottom {
  margin-top: auto;
  padding-top: 0;
  border-top: 1px solid #dbe5ec;
  display: grid;
  grid-template-columns: 1fr 240px;
  align-items: stretch;
}

.sales-catalog-section .card-amenities {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
}

.sales-catalog-section .card-amenity-icon {
  position: relative;
  width: 100%;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sales-catalog-section .card-amenity-icon img,
.sales-catalog-section .card-amenity-icon svg {
  width: 27px;
  height: 27px;
  object-fit: contain;
  display: block;
}

.sales-catalog-section .card-amenity-icon:hover svg,
.sales-catalog-section .card-amenity-icon:hover img {
  transform: scale(1.08);
  transition: transform 0.15s ease;
}

.sales-catalog-section .score-row {
  display: none;
}

.sales-catalog-section .price {
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  color: #1e2f3a;
  text-align: right;
}

.sales-catalog-section .price small {
  display: block;
  font-size: 12px;
  color: #557286;
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
}

.sales-catalog-section .property-side {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  border-left: 1px solid #dbe5ec;
  padding: 10px 14px;
  justify-content: center;
}

.sales-catalog-section .detail-btn {
  width: 100%;
  justify-content: center;
  min-height: 44px;
}

.sales-catalog-section .cards-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.sale-detail-shell {
  --container: 1320px;
  padding-top: 22px;
}

.sale-detail-shell .property-full-layout {
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  padding-top: 0;
}

.sale-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.sale-detail-gallery-block {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sale-property-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 280px;
  gap: 8px;
  max-width: 100%;
  border-radius: 22px;
  overflow: hidden;
}

.sale-property-gallery {
  border-radius: 22px;
  overflow: hidden;
}

.sale-property-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.sale-property-gallery .hero-main {
  grid-row: 1 / span 2;
}

.sale-property-gallery.gallery-rich {
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-rows: 190px;
}

.sale-property-gallery.gallery-many {
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  grid-auto-rows: 170px;
}

.sale-contact-card .book-price span {
  opacity: 0.9;
  font-size: 0.95rem;
}

.sale-detail-shell .sale-contact-card {
  position: sticky;
  top: 118px;
  margin-top: 22px;
  justify-self: end;
  width: 100%;
  max-width: 420px;
  align-self: start;
  z-index: 20;
}

.sale-contact-card form,
.sale-contact-card .sale-contact-form-wrap {
  display: grid;
  gap: 14px;
}

.sale-contact-card .sale-contact-form-wrap {
  padding: 20px 18px 22px;
}

.sale-contact-card .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sale-contact-card .field.full {
  grid-column: 1 / -1;
}

.sale-contact-card .field.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sale-contact-card .field.check input {
  margin-top: 3px;
}

.sale-contact-card .field.check label {
  margin: 0;
}

.sale-contact-card input:not([type="checkbox"]),
.sale-contact-card textarea {
  width: 100%;
  min-height: 52px;
}

.sale-contact-card textarea {
  min-height: 130px;
  resize: vertical;
}

.sale-contact-card .btn {
  width: 100%;
  justify-content: center;
  min-height: 52px;
  border-radius: 12px;
}

.sale-contact-card .sale-contact-submit-btn {
  margin-top: 6px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.sale-contact-note {
  margin: 0;
  color: #4f6778;
  line-height: 1.55;
}

.field-help {
  display: block;
  margin-top: 8px;
  color: #6a7d8b;
  font-size: 0.9rem;
  line-height: 1.45;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  transition:
    opacity 0.46s ease-out,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal="left"] {
  transform: translate3d(0, 28px, 0) scale(0.985);
}

[data-reveal="right"] {
  transform: translate3d(0, 28px, 0) scale(0.985);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

@keyframes salesHeroTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes typewriterCaret {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes salesRingDraw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes hero-ring-draw {
  0% {
    stroke-dashoffset: 1500;
    opacity: 0.3;
  }
  18% {
    opacity: 1;
  }
  58% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -1500;
    opacity: 0.35;
  }
}

@keyframes salesUnderlineDraw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1080px) {
  .sales-lead-grid,
  .sales-faq-layout,
  .sales-contact-grid {
    grid-template-columns: 1fr;
  }

  .sales-catalog-section .property-card {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  }

  .sale-detail-shell .property-full-layout {
    grid-template-columns: 1fr;
  }

  .sale-detail-shell .sale-contact-card {
    position: static;
    top: auto;
    margin-top: 22px;
  }

  .sale-property-gallery,
  .sale-property-gallery.gallery-rich,
  .sale-property-gallery.gallery-many {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .sale-property-gallery .hero-main {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
}

@media (max-width: 900px) {
  .sales-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sales-hero-shell,
  .sales-lead-copy,
  .sales-story-copy,
  .sales-results,
  .sales-faq-intro,
  .sales-faq-list,
  .sales-contact-copy {
    padding-inline: 8px;
  }

  .sales-landing-hero {
    min-height: 240px;
  }

  .sales-hero-shell h1 {
    line-height: 1.02;
  }

  .sales-lead-form,
  .sales-contact-form {
    padding: 20px 18px;
  }

  .sales-story-media,
  .sales-story-media img {
    min-height: 260px;
  }

  .sales-contact-grid {
    min-height: auto;
  }

  .sales-faq-trigger {
    padding: 20px 18px;
  }

  .sales-faq-panel {
    padding: 0 18px 20px;
  }

  .sales-catalog-section .cards-wrap {
    grid-template-columns: 1fr;
  }

  .sales-catalog-section .property-card {
    grid-template-columns: 1fr;
  }

  .sales-catalog-section .property-bottom {
    grid-template-columns: 1fr;
  }

  .sales-catalog-section .card-amenities {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sales-catalog-section .property-side {
    padding-left: 0;
    padding-top: 12px;
    border-left: 0;
    border-top: 1px solid #dbe5ec;
  }

  .sale-contact-card .form-grid {
    grid-template-columns: 1fr;
  }

  .sale-property-gallery,
  .sale-property-gallery.gallery-rich,
  .sale-property-gallery.gallery-many {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .sales-hero-shell,
  .sales-lead-copy,
  .sales-story-copy,
  .sales-results,
  .sales-faq-intro,
  .sales-faq-list,
  .sales-contact-copy {
    padding-inline: 10px;
  }

  .sales-lead-grid,
  .sales-story-grid,
  .sales-faq-layout,
  .sales-contact-grid,
  .listing-layout {
    gap: 20px;
  }

  .sales-lead-form,
  .sales-contact-form,
  .filters,
  .results {
    margin-inline: 6px;
  }

  .sales-hero-shell p,
  .sales-lead-copy p,
  .sales-story-copy p,
  .sales-faq-intro p,
  .sales-contact-copy p {
    line-height: 1.55;
  }

  .sale-detail-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ring-word path,
  .sales-underline-word path,
  [data-reveal],
  .sales-story-media,
  .sales-story-media img,
  .sales-lead-form,
  .sales-contact-form,
  .sales-faq-item,
  .property-card {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.sales-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.sale-share-toast {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 1200;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(18, 35, 48, 0.96);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(7, 18, 30, 0.24);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sale-share-toast.show {
  opacity: 1;
  transform: translateY(0);
}

body.sale-detail-mode [data-sale-listing] {
  display: none !important;
}

body.sale-detail-mode #salePropertyDetailSection[hidden] {
  display: none !important;
}
