:root {
  --orange: #ff6500;
  --orange-dark: #e65300;
  --text: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #f8fafc;
  --blue: #1677ff;
  --green: #14a45d;
}

@media (max-width: 760px) {
  .property-module-page {
    background: #fff;
  }

  .property-module-page .site-shell {
    padding: 0 14px 104px;
  }

  .property-module-page .site-footer {
    display: none;
  }

  .property-module-page .mobile-module-top {
    display: block;
    padding-top: 16px;
  }

  .property-module-page .module-mobile-bar {
    height: 54px;
    display: grid;
    grid-template-columns: 30px 1fr 132px;
    align-items: center;
    gap: 8px;
  }

  .property-module-page .module-back {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #111827;
    font-size: 32px;
    line-height: 1;
  }

  .property-module-page .module-mobile-bar .brand-logo {
    justify-self: center;
    gap: 8px;
    min-width: 0;
  }

  .property-module-page .module-mobile-bar .logo-mark {
    width: 154px;
    height: 46px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .property-module-page .module-mobile-bar .logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .property-module-page .module-mobile-bar .brand-logo div {
    display: none;
  }

  .property-module-page .module-mobile-icons {
    justify-self: end;
    display: grid;
    grid-template-columns: repeat(3, 34px);
    gap: 7px;
    align-items: center;
  }

  .property-module-page .module-mobile-icons span {
    width: 34px;
    height: 34px;
    position: relative;
    display: grid;
    place-items: center;
    color: #111827;
    background: transparent;
  }

  .property-module-page .heart-shape::before {
    width: 19px;
    height: 17px;
    border-width: 2.2px;
  }

  .property-module-page .bell-shape i {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ff6500;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
  }

  .property-module-page .module-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 20px 0 14px;
  }

  .property-module-page .module-title-row h1 {
    margin: 0;
    color: #111827;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
  }

  .property-module-page .module-title-row p {
    margin: 6px 0 0;
    color: #7a8494;
    font-size: 16px;
    line-height: 1.25;
  }

  .property-module-page .module-title-row > a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fffaf6;
    color: #ff6500;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
  }

  .property-module-page .module-title-row > a::before {
    content: "";
    width: 18px;
    height: 15px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 2px;
    box-shadow: 0 -7px 0 -5px currentColor;
  }

  .property-module-page .module-search {
    height: 58px;
    margin: 0 0 18px;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    border: 1px solid #edf1f7;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
  }

  .property-module-page .module-search input {
    color: #111827;
    font-size: 15px;
  }

  .property-module-page .module-search b {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-left: 13px;
    border-left: 1px solid #edf1f7;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
  }

  .property-module-page .module-search b::before {
    content: "";
    width: 13px;
    height: 18px;
    border: 2px solid #6b7280;
    border-radius: 9px 9px 10px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  }

  .property-module-page .module-filter-chips {
    display: flex;
    gap: 10px;
    margin: 0 -14px 18px 0;
    padding: 0 14px 0 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .property-module-page .module-filter-chips::-webkit-scrollbar {
    display: none;
  }

  .property-module-page .module-filter-chips a {
    min-height: 44px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 0 19px;
    border-radius: 999px;
    background: #f7f8fa;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  }

  .property-module-page .module-filter-chips a.active {
    background: #fff1e8;
    color: #ff6500;
  }

  .property-module-page .module-category-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px;
    padding: 14px 10px;
    overflow: hidden;
    border: 1px solid #edf1f7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  }

  .property-module-page .module-category-strip .category-tile {
    min-width: 0;
    min-height: 76px;
    flex: none;
    display: grid;
    justify-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .property-module-page .module-category-strip .category-tile:nth-child(n+7) {
    display: none;
  }

  .property-module-page .module-category-strip .category-tile span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent, #ff6500) 14%, #fff);
    color: var(--accent, #ff6500);
  }

  .property-module-page .module-category-strip .category-tile svg {
    width: 25px;
    height: 25px;
  }

  .property-module-page .module-category-strip .category-tile strong {
    width: 100%;
    color: #111827;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .property-module-page .mobile-module-hero {
    min-height: 220px;
    margin: 0 0 16px;
    border: 0;
    border-radius: 17px;
    background: #fff2e8;
    box-shadow: 0 12px 32px rgba(15,23,42,.1);
  }

  .property-module-page .mobile-module-hero img {
    width: 64%;
    height: 100%;
    object-fit: cover;
  }

  .property-module-page .mobile-module-hero::after {
    background: linear-gradient(105deg, #fff3eb 0 44%, rgba(255,243,235,.74) 58%, rgba(255,255,255,0) 100%);
  }

  .property-module-page .mobile-module-hero > div {
    width: 52%;
    padding: 24px 18px;
  }

  .property-module-page .mobile-module-hero h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .property-module-page .mobile-module-hero p {
    margin: 8px 0 17px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
  }

  .property-module-page .mobile-module-hero ul {
    gap: 9px;
  }

  .property-module-page .mobile-module-hero li {
    position: relative;
    width: 48px;
    padding-top: 31px;
    font-size: 10px;
    line-height: 1.05;
  }

  .property-module-page .mobile-module-hero li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 26px;
    height: 26px;
    border: 2px solid #ff6500;
    border-radius: 50%;
    background: #fff;
  }

  .property-module-page .mobile-module-hero a {
    right: 0;
    bottom: 0;
    padding: 12px 17px;
    border-radius: 20px 0 17px 0;
    font-size: 13px;
  }

  .property-module-page .mobile-module-hero .dots {
    left: 48%;
    bottom: 12px;
    display: flex;
    gap: 8px;
  }

  .property-module-page .mobile-module-hero .dots i {
    width: 10px;
    height: 10px;
    background: #fff;
  }

  .property-module-page .mobile-module-hero .dots i:first-child {
    background: #ff6500;
  }

  .property-module-page .property-action-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
  }

  .property-module-page .property-action-strip a {
    min-height: 72px;
    grid-template-columns: 34px 1fr;
    padding: 10px;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ef, #fff);
    box-shadow: 0 10px 22px rgba(15,23,42,.06);
  }

  .property-module-page .property-action-strip a:nth-child(2) {
    background: linear-gradient(135deg, #eef7ff, #fff);
  }

  .property-module-page .property-action-strip a:nth-child(3) {
    background: linear-gradient(135deg, #effdf4, #fff);
  }

  .property-module-page .property-action-strip b {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    color: #ff6500;
  }

  .property-module-page .property-action-strip strong {
    align-self: end;
    font-size: 12px;
  }

  .property-module-page .property-action-strip small {
    font-size: 9.5px;
  }

  .property-module-page .module-featured-head {
    display: flex;
    align-items: center;
    margin: 0 0 11px;
  }

  .property-module-page .module-featured-head h2 {
    position: relative;
    padding-bottom: 7px;
    font-size: 20px;
  }

  .property-module-page .module-featured-head h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #ff6500;
  }

  .property-module-page .module-featured-head a {
    color: #ff6500;
    font-size: 13px;
    font-weight: 800;
  }

  .property-module-page .listing-layout {
    display: block;
  }

  .property-module-page .filter-card {
    display: none;
  }

  .property-module-page .listing-grid-page {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin: 0 -14px 20px 0;
    padding: 0 14px 10px 0;
    scrollbar-width: none;
  }

  .property-module-page .listing-grid-page::-webkit-scrollbar {
    display: none;
  }

  .property-module-page .listing-grid-page .listing-card {
    min-width: 210px;
    flex: 0 0 210px;
    overflow: hidden;
    border: 1px solid #edf1f7;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15,23,42,.1);
  }

  .property-module-page .listing-card-media {
    height: 135px;
    border-radius: 0;
  }

  .property-module-page .listing-card-media span {
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 10px;
  }

  .property-module-page .listing-card-media button {
    width: 34px;
    height: 34px;
    top: 8px;
    right: 8px;
    box-shadow: 0 8px 16px rgba(15,23,42,.16);
  }

  .property-module-page .listing-card-body {
    padding: 10px 11px 0;
  }

  .property-module-page .listing-card h3 {
    min-height: 34px;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.2;
  }

  .property-module-page .listing-card strong {
    margin: 0 0 6px;
    color: #ff6500;
    font-size: 17px;
  }

  .property-module-page .listing-card p {
    margin: 0 0 8px;
    color: #697386;
    font-size: 12px;
    line-height: 1.25;
  }

  .property-module-page .listing-card-facts {
    display: flex;
    gap: 6px;
    padding: 0 0 9px;
  }

  .property-module-page .listing-card-facts em {
    padding: 0;
    color: #697386;
    background: transparent;
    font-size: 10px;
  }

  .property-module-page .listing-card-facts em small {
    display: none;
  }

  .property-module-page .listing-card-facts em b {
    font-size: inherit;
    font-weight: inherit;
  }

  .property-module-page .module-why-property {
    display: block;
    min-height: 142px;
    margin: 4px 0 8px;
    padding: 17px 16px;
    border-radius: 17px;
    background:
      linear-gradient(100deg, rgba(255, 247, 237, .96) 0 68%, rgba(255,255,255,.15) 100%),
      url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=600&q=80") right center / 40% 100% no-repeat;
    box-shadow: 0 14px 32px rgba(15,23,42,.08);
  }

  .property-module-page .module-why-property h2 {
    width: 64%;
    margin: 0 0 14px;
    font-size: 16px;
  }

  .property-module-page .module-why-property div {
    width: 64%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .property-module-page .module-why-property span {
    font-size: 9.5px;
  }

  .property-module-page .module-why-property svg {
    width: 31px;
    height: 31px;
    color: #16a34a;
  }

  .property-module-page .mobile-bottom {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 88px !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    align-items: start !important;
    padding: 12px 20px 8px !important;
    border: 0 !important;
    border-radius: 30px 30px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -10px 34px rgba(15,23,42,.14) !important;
  }

  .property-module-page .mobile-bottom a:not(.post) {
    min-height: 58px !important;
    display: grid !important;
    justify-items: center !important;
    gap: 5px !important;
    background: transparent !important;
    color: #697386 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .property-module-page .mobile-bottom a:not(.post).active {
    color: #ff6500 !important;
  }

  .property-module-page .mobile-bottom a:not(.post) b {
    width: 32px !important;
    height: 32px !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
  }

  .property-module-page .mobile-bottom a span {
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .property-module-page .mobile-bottom .post {
    position: relative !important;
    width: 64px !important;
    height: 64px !important;
    margin: -34px auto 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ff7a18, #ff4f00) !important;
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    box-shadow: 0 12px 26px rgba(255,101,0,.34) !important;
  }

  .property-module-page .mobile-bottom .post span {
    position: absolute !important;
    left: 50% !important;
    top: 66px !important;
    transform: translateX(-50%) !important;
    min-width: 96px !important;
    color: #ff6500 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 420px) {
  .property-module-page .site-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .property-module-page .module-mobile-bar {
    grid-template-columns: 26px 1fr 116px;
  }

  .property-module-page .module-mobile-bar .logo-mark {
    width: 132px;
    height: 40px;
  }

  .property-module-page .module-mobile-icons {
    grid-template-columns: repeat(3, 30px);
    gap: 6px;
  }

  .property-module-page .module-mobile-icons span {
    width: 30px;
    height: 30px;
  }

  .property-module-page .module-title-row h1 {
    font-size: 27px;
  }

  .property-module-page .module-title-row > a {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .property-module-page .module-category-strip {
    gap: 4px;
    padding: 12px 7px;
  }

  .property-module-page .module-category-strip .category-tile span {
    width: 42px;
    height: 42px;
  }

  .property-module-page .module-category-strip .category-tile strong {
    font-size: 10px;
  }

  .property-module-page .mobile-module-hero {
    min-height: 200px;
  }

  .property-module-page .mobile-module-hero > div {
    padding: 21px 15px;
  }

  .property-module-page .mobile-module-hero h2 {
    font-size: 22px;
  }

  .property-module-page .mobile-module-hero p {
    font-size: 16px;
  }

  .property-module-page .property-action-strip {
    gap: 7px;
  }

  .property-module-page .property-action-strip a {
    min-height: 66px;
    grid-template-columns: 30px 1fr;
    padding: 8px;
  }

  .property-module-page .property-action-strip b {
    width: 30px;
    height: 30px;
  }

  .property-module-page .property-action-strip strong {
    font-size: 11px;
  }

  .property-module-page .property-action-strip small {
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  .public-home-page {
    padding-bottom: 84px !important;
  }

  .public-home-page .mobile-market-home {
    padding: 14px 12px 0 !important;
  }

  .mobile-market-top {
    min-height: 46px !important;
    gap: 12px !important;
  }

  .mobile-market-logo {
    width: 150px !important;
    height: 46px !important;
  }

  .mobile-market-logo img {
    max-height: 46px !important;
  }

  .mobile-market-logo span {
    width: 42px !important;
    height: 36px !important;
    border-radius: 11px !important;
    font-size: 17px !important;
  }
  .mobile-market-logo span[hidden] {
    display: none !important;
  }

  .mobile-market-icons {
    gap: 11px !important;
  }

  .mobile-market-icons a {
    width: 28px !important;
    height: 32px !important;
  }

  .mobile-market-icons svg {
    width: 22px !important;
    height: 22px !important;
  }

  .mobile-market-avatar span {
    width: 36px !important;
    height: 36px !important;
  }
  .mobile-market-avatar .guest-login-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  .mobile-market-avatar img {
    width: 36px !important;
    height: 36px !important;
  }

  .mobile-market-avatar small {
    font-size: 9.5px !important;
  }

  .mobile-market-search {
    height: 48px !important;
    grid-template-columns: 28px minmax(0, 1fr) auto !important;
    margin-top: 8px !important;
    padding: 0 11px 0 13px !important;
    border-radius: 22px !important;
  }

  .mobile-market-search svg {
    width: 19px !important;
    height: 19px !important;
  }

  .mobile-market-search input,
  .mobile-market-search b {
    font-size: 14px !important;
  }

  .mobile-market-search b {
    min-height: 30px !important;
    padding-left: 10px !important;
  }

  .mobile-market-hero {
    min-height: 190px !important;
    grid-template-columns: 47% 53% !important;
    margin-top: 12px !important;
    border-radius: 16px !important;
  }

  .mobile-market-hero > div {
    padding: 22px 0 18px 18px !important;
  }

  .mobile-market-hero h1 {
    margin-bottom: 9px !important;
    font-size: 24px !important;
    line-height: 1.04 !important;
  }

  .mobile-market-hero h1 span {
    font-size: 31px !important;
    line-height: .98 !important;
  }

  .mobile-market-hero p {
    margin-bottom: 18px !important;
    font-size: 16px !important;
  }

  .mobile-market-hero a {
    min-width: 96px !important;
    min-height: 34px !important;
    font-size: 13px !important;
  }

  .mobile-market-hero em {
    bottom: 14px !important;
  }

  .mobile-market-cats {
    gap: 12px 6px !important;
    margin-top: 12px !important;
    padding: 14px 6px 12px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.07) !important;
  }

  .mobile-market-cats a {
    gap: 5px !important;
  }

  .mobile-market-cats span {
    width: 45px !important;
    height: 45px !important;
  }

  .mobile-market-cats svg {
    width: 24px !important;
    height: 24px !important;
  }

  .mobile-market-cats b {
    font-size: 12px !important;
  }

  .mobile-market-actions {
    gap: 8px !important;
    margin-top: 12px !important;
  }

  .mobile-market-actions a {
    min-height: 92px !important;
    gap: 5px !important;
    padding: 10px !important;
    border-radius: 12px !important;
  }

  .mobile-market-actions b {
    width: 32px !important;
    height: 32px !important;
    font-size: 24px !important;
  }

  .mobile-market-actions svg {
    width: 20px !important;
    height: 20px !important;
  }

  .mobile-market-actions strong {
    font-size: 12px !important;
  }

  .mobile-market-actions small {
    font-size: 10px !important;
  }

  .mobile-market-section {
    margin-top: 16px !important;
  }

  .mobile-market-head h2 {
    font-size: 18px !important;
  }

  .mobile-market-card {
    min-width: 184px !important;
    flex-basis: 184px !important;
  }

  .mobile-market-card div {
    height: 116px !important;
  }

  .mobile-market-card h3 {
    font-size: 13px !important;
  }

  .mobile-market-card strong {
    font-size: 15px !important;
  }

  .mobile-market-near a {
    min-width: 102px !important;
    min-height: 78px !important;
    flex-basis: 102px !important;
  }

  .mobile-market-near span {
    width: 38px !important;
    height: 38px !important;
  }

  .mobile-market-near svg {
    width: 22px !important;
    height: 22px !important;
  }

  .mobile-market-refer {
    min-height: 98px !important;
    margin: 14px 0 10px !important;
    padding: 14px 138px 14px 16px !important;
    background:
      url("https://images.unsplash.com/photo-1607863680198-23d4b2565df0?auto=format&fit=crop&w=260&q=80") right center / 126px 100% no-repeat,
      linear-gradient(135deg, #fff2c8, #fff7df) !important;
  }

  .mobile-market-refer h2 {
    font-size: 16px !important;
  }

  .mobile-market-refer p {
    font-size: 12px !important;
  }

.public-home-page .mobile-bottom {
    height: 78px !important;
    padding: 10px 16px 7px !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 48px !important;
  }

  .public-home-page .mobile-bottom a:not(.post) b {
    width: 28px !important;
    height: 28px !important;
  }

  .public-home-page .mobile-bottom .post {
    width: 56px !important;
    height: 56px !important;
    margin: -30px auto 0 !important;
    font-size: 38px !important;
  }

  .public-home-page .mobile-bottom .post span {
    top: 56px !important;
  }
}

.home-banner-slider {
  margin: 14px 0 18px;
}

.home-banner-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-banner-track::-webkit-scrollbar {
  display: none;
}

.home-banner-card {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(255, 101, 0, 0.16);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  scroll-snap-align: start;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.home-banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.34), rgba(255, 101, 0, 0.08));
}

.home-banner-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 4s ease;
}

.home-banner-card:hover img {
  transform: scale(1.04);
}

.home-banner-card span,
.home-banner-card h2,
.home-banner-card p {
  position: relative;
  z-index: 1;
  margin-left: 18px;
}

.home-banner-card span {
  display: inline-flex;
  margin-top: 24px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 101, 0, 0.92);
  font-size: 11px;
  font-weight: 800;
}

.home-banner-card h2 {
  max-width: 340px;
  margin-top: 14px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
}

.home-banner-card p {
  max-width: 360px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

@media (max-width: 760px) {
  .mobile-home-banner-slider {
    width: calc(100% + 28px);
    margin: 10px -14px 14px;
  }

  .mobile-home-banner-slider .home-banner-track {
    grid-auto-columns: 100%;
    gap: 0;
  }

  .mobile-home-banner-slider .home-banner-card {
    min-height: 140px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .mobile-home-banner-slider .home-banner-card span,
  .mobile-home-banner-slider .home-banner-card h2,
  .mobile-home-banner-slider .home-banner-card p {
    margin-left: 14px;
  }

  .mobile-home-banner-slider .home-banner-card span {
    margin-top: 18px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .mobile-home-banner-slider .home-banner-card h2 {
    max-width: 210px;
    font-size: 20px;
  }

  .mobile-home-banner-slider .home-banner-card p {
    max-width: 230px;
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .mobile-market-hero {
    min-height: 146px !important;
    grid-template-columns: 45% 55% !important;
    border-radius: 17px !important;
    background:
      radial-gradient(circle at 28% 35%, rgba(255,255,255,.82), transparent 34%),
      linear-gradient(135deg, #fff6ee, #fff) !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.09) !important;
  }

  .mobile-market-hero > div {
    padding: 15px 0 12px 16px !important;
  }

  .mobile-market-hero h1 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    line-height: 1.05 !important;
  }

  .mobile-market-hero h1 span {
    font-size: 25px !important;
  }

  .mobile-market-hero p {
    margin-bottom: 12px !important;
    font-size: 13px !important;
  }

  .mobile-market-hero a {
    min-width: 78px !important;
    min-height: 28px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
  }

  .mobile-market-hero em {
    bottom: 10px !important;
    gap: 6px !important;
  }

  .mobile-market-hero em i {
    width: 8px !important;
    height: 8px !important;
  }

  .mobile-market-cats {
    gap: 9px 4px !important;
    margin-top: 10px !important;
    padding: 11px 5px 10px !important;
    border-radius: 16px !important;
  }

  .mobile-market-cats span {
    width: 38px !important;
    height: 38px !important;
  }

  .mobile-market-cats svg {
    width: 21px !important;
    height: 21px !important;
  }

  .mobile-market-cats b {
    font-size: 10.5px !important;
    line-height: 1.08 !important;
  }
}

* { box-sizing: border-box; }
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--text);
  background: #f6f7f9;
  font-family: Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, select, input { font: inherit; }
button { cursor: pointer; border: 0; }

/* Vehicle detail page */
.vehicle-detail-page {
  background: #f4f7fb;
  color: #0f172a;
}

@media (max-width: 760px) {
  .mobile-menu-btn {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    gap: 3px !important;
    border-radius: 8px !important;
  }

  .mobile-menu-btn span {
    width: 17px !important;
    height: 2px !important;
  }

  .mobile-drawer-panel {
    width: min(76vw, 286px) !important;
    padding: 14px !important;
    background:
      linear-gradient(180deg, rgba(255, 247, 237, .9), rgba(255,255,255,.96) 118px),
      #fff !important;
  }

  .mobile-drawer-head {
    margin-bottom: 10px !important;
  }

  .mobile-drawer-head div {
    min-width: 0 !important;
  }

  .mobile-drawer-head strong {
    display: block !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .mobile-drawer-head small {
    display: block !important;
    margin-top: 3px !important;
    color: #f97316 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-head button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    font-size: 18px !important;
  }

  .mobile-drawer-login {
    min-height: 50px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    margin-bottom: 12px !important;
    padding: 8px 10px !important;
    border: 1px solid #fed7aa !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(249, 115, 22, .12) !important;
  }

  .mobile-drawer-login span {
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #ff6500 !important;
    color: #fff !important;
    font-weight: 900 !important;
  }

  .mobile-drawer-login b {
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile-drawer-panel nav {
    gap: 6px !important;
  }

  .mobile-drawer-panel nav a {
    min-height: 38px !important;
    justify-content: space-between !important;
    padding: 0 9px 0 11px !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .86) !important;
    font-size: 13px !important;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .04) !important;
  }

  .mobile-drawer-panel nav span {
    color: #172033 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-panel nav em {
    min-width: 42px !important;
    padding: 3px 7px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .mobile-drawer-panel nav em.blue { background: #e0f2fe !important; color: #0369a1 !important; }
  .mobile-drawer-panel nav em.orange { background: #ffedd5 !important; color: #c2410c !important; }
  .mobile-drawer-panel nav em.purple { background: #f3e8ff !important; color: #7e22ce !important; }
  .mobile-drawer-panel nav em.green { background: #dcfce7 !important; color: #15803d !important; }
  .mobile-drawer-panel nav em.gray { background: #f1f5f9 !important; color: #475569 !important; }
  .mobile-drawer-panel nav em.red { background: #fee2e2 !important; color: #b91c1c !important; }
}

@media (max-width: 760px) {
  .mobile-top,
  .public-home-page .mobile-top,
  .public-module-page .mobile-top,
  .store-module-page .mobile-top,
  .mobile-bottom,
  .public-home-page .mobile-bottom,
  .public-module-page .mobile-bottom,
  .store-module-page .mobile-bottom {
    display: block !important;
  }

  .mobile-bottom,
  .public-home-page .mobile-bottom,
  .public-module-page .mobile-bottom,
  .store-module-page .mobile-bottom {
    display: grid !important;
  }

  .property-detail-page .mobile-top,
  .vehicle-detail-page .mobile-top,
  .store-detail-page .mobile-top,
  .property-detail-page .mobile-bottom,
  .vehicle-detail-page .mobile-bottom,
  .store-detail-page .mobile-bottom {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .mobile-top,
  .public-home-page .mobile-top,
  .public-module-page .mobile-top,
  .property-detail-page .mobile-top,
  .vehicle-detail-page .mobile-top {
    display: block !important;
  }

  .public-home-page .mobile-market-top,
  .public-home-page .mobile-property-top,
  .module-mobile-bar {
    display: none !important;
  }

  .mobile-module-top {
    display: block !important;
  }

  .mobile-module-top .module-search {
    display: none !important;
  }

  .mobile-bottom,
  .public-home-page .mobile-bottom,
  .public-module-page .mobile-bottom,
  .property-detail-page .mobile-bottom,
  .vehicle-detail-page .mobile-bottom {
    display: grid !important;
  }
}

@media (max-width: 760px) {
  .mobile-menu-btn {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    gap: 3px !important;
    border-radius: 8px !important;
  }

  .mobile-menu-btn span {
    width: 17px !important;
    height: 2px !important;
  }

  .mobile-drawer-panel {
    width: min(76vw, 286px) !important;
    padding: 14px !important;
    background:
      linear-gradient(180deg, rgba(255, 247, 237, .9), rgba(255,255,255,.96) 118px),
      #fff !important;
  }

  .mobile-drawer-head {
    margin-bottom: 10px !important;
  }

  .mobile-drawer-head div {
    min-width: 0 !important;
  }

  .mobile-drawer-head strong {
    display: block !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .mobile-drawer-head small {
    display: block !important;
    margin-top: 3px !important;
    color: #f97316 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-head button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    font-size: 18px !important;
  }

  .mobile-drawer-login {
    min-height: 50px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    margin-bottom: 12px !important;
    padding: 8px 10px !important;
    border: 1px solid #fed7aa !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(249, 115, 22, .12) !important;
  }

  .mobile-drawer-login span {
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #ff6500 !important;
    color: #fff !important;
    font-weight: 900 !important;
  }

  .mobile-drawer-login b {
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile-drawer-panel nav {
    gap: 6px !important;
  }

  .mobile-drawer-panel nav a {
    min-height: 38px !important;
    justify-content: space-between !important;
    padding: 0 9px 0 11px !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .86) !important;
    font-size: 13px !important;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .04) !important;
  }

  .mobile-drawer-panel nav span {
    color: #172033 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-panel nav em {
    min-width: 42px !important;
    padding: 3px 7px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .mobile-drawer-panel nav em.blue { background: #e0f2fe !important; color: #0369a1 !important; }
  .mobile-drawer-panel nav em.orange { background: #ffedd5 !important; color: #c2410c !important; }
  .mobile-drawer-panel nav em.purple { background: #f3e8ff !important; color: #7e22ce !important; }
  .mobile-drawer-panel nav em.green { background: #dcfce7 !important; color: #15803d !important; }
  .mobile-drawer-panel nav em.gray { background: #f1f5f9 !important; color: #475569 !important; }
  .mobile-drawer-panel nav em.red { background: #fee2e2 !important; color: #b91c1c !important; }
}

@media (max-width: 760px) {
  body.mobile-menu-open,
  body.mobile-search-open {
    overflow: hidden;
  }

  .mobile-bar {
    gap: 10px !important;
    justify-content: flex-start !important;
  }

  .mobile-bar .brand-logo,
  .mobile-market-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-market-top {
    min-height: 58px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .mobile-menu-btn,
  .mobile-top-search-btn {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #111827;
  }

  .mobile-menu-btn {
    gap: 4px;
  }

  .mobile-menu-btn span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-top-search-btn svg {
    width: 21px;
    height: 21px;
    stroke-width: 2.2;
  }

  .mobile-search,
  .mobile-market-search {
    display: none !important;
  }

  .mobile-post-btn,
  .mobile-market-post-btn {
    min-width: 82px !important;
    min-height: 34px !important;
    font-size: 11.5px !important;
    padding: 0 8px !important;
  }

  .mobile-side-drawer,
  .mobile-search-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
  }

  .mobile-drawer-backdrop,
  .mobile-search-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(15, 23, 42, .45);
  }

  .mobile-drawer-panel {
    position: relative;
    width: min(82vw, 320px);
    height: 100%;
    padding: 18px;
    background: #fff;
    box-shadow: 18px 0 40px rgba(15, 23, 42, .22);
  }

  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .mobile-drawer-head strong {
    color: #1497e7;
    font-size: 20px;
  }

  .mobile-drawer-head button,
  .mobile-search-card > button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f3f4f6;
    color: #111827;
    font-size: 22px;
    line-height: 1;
  }

  .mobile-drawer-panel nav {
    display: grid;
    gap: 8px;
  }

  .mobile-drawer-panel nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    background: #f8fafc;
    color: #111827;
    font-weight: 700;
  }

  .mobile-search-card {
    position: relative;
    margin: 78px 14px 0;
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .2);
  }

  .mobile-search-card > button {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .mobile-search-card label {
    display: block;
    margin-bottom: 14px;
    color: #111827;
    font-weight: 800;
  }

  .mobile-search-card div {
    min-height: 48px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 0 8px 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
  }

  .mobile-search-card svg {
    width: 20px;
    height: 20px;
    color: #64748b;
  }

  .mobile-search-card input {
    min-width: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
  }

  .mobile-search-card div button {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    background: #ff6500;
    color: #fff;
    font-weight: 800;
  }

  .mobile-bottom,
  .public-home-page .mobile-bottom {
    height: 72px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 7px 8px 6px !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .mobile-bottom a,
  .mobile-bottom a:not(.post),
  .public-home-page .mobile-bottom a,
  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 54px !important;
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    gap: 4px !important;
    color: #667085 !important;
  }

  .mobile-bottom a.active,
  .public-home-page .mobile-bottom a.active {
    color: #ff6500 !important;
  }

  .mobile-bottom a b,
  .mobile-bottom a:not(.post) b,
  .public-home-page .mobile-bottom a b,
  .public-home-page .mobile-bottom a:not(.post) b {
    width: 24px !important;
    height: 24px !important;
    display: grid !important;
    place-items: center !important;
    color: inherit !important;
  }

  .mobile-bottom a b::before,
  .mobile-bottom a b::after,
  .public-home-page .mobile-bottom a b::before,
  .public-home-page .mobile-bottom a b::after {
    content: none !important;
    display: none !important;
  }

  .mobile-bottom svg,
  .public-home-page .mobile-bottom svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.15 !important;
  }

  .mobile-bottom span,
  .public-home-page .mobile-bottom a span {
    color: inherit !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }
}

@media (max-width: 760px) {
  .mobile-top,
  .public-home-page .mobile-top,
  .public-module-page .mobile-top,
  .store-module-page .mobile-top {
    display: block !important;
  }

  .mobile-bottom,
  .public-home-page .mobile-bottom,
  .public-module-page .mobile-bottom,
  .store-module-page .mobile-bottom {
    display: grid !important;
  }

  .property-detail-page .mobile-top,
  .vehicle-detail-page .mobile-top,
  .store-detail-page .mobile-top,
  .property-detail-page .mobile-bottom,
  .vehicle-detail-page .mobile-bottom,
  .store-detail-page .mobile-bottom {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .mobile-menu-btn {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    gap: 3px !important;
    border-radius: 8px !important;
  }

  .mobile-menu-btn span {
    width: 17px !important;
    height: 2px !important;
  }

  .mobile-drawer-panel {
    width: min(76vw, 286px) !important;
    padding: 14px !important;
    background:
      linear-gradient(180deg, rgba(255, 247, 237, .9), rgba(255,255,255,.96) 118px),
      #fff !important;
  }

  .mobile-drawer-head {
    margin-bottom: 10px !important;
  }

  .mobile-drawer-head div {
    min-width: 0 !important;
  }

  .mobile-drawer-head strong {
    display: block !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .mobile-drawer-head small {
    display: block !important;
    margin-top: 3px !important;
    color: #f97316 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-head button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    font-size: 18px !important;
  }

  .mobile-drawer-login {
    min-height: 50px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    margin-bottom: 12px !important;
    padding: 8px 10px !important;
    border: 1px solid #fed7aa !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(249, 115, 22, .12) !important;
  }

  .mobile-drawer-login span {
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #ff6500 !important;
    color: #fff !important;
    font-weight: 900 !important;
  }

  .mobile-drawer-login b {
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile-drawer-panel nav {
    gap: 6px !important;
  }

  .mobile-drawer-panel nav a {
    min-height: 38px !important;
    justify-content: space-between !important;
    padding: 0 9px 0 11px !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .86) !important;
    font-size: 13px !important;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .04) !important;
  }

  .mobile-drawer-panel nav span {
    color: #172033 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-panel nav em {
    min-width: 42px !important;
    padding: 3px 7px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .mobile-drawer-panel nav em.blue { background: #e0f2fe !important; color: #0369a1 !important; }
  .mobile-drawer-panel nav em.orange { background: #ffedd5 !important; color: #c2410c !important; }
  .mobile-drawer-panel nav em.purple { background: #f3e8ff !important; color: #7e22ce !important; }
  .mobile-drawer-panel nav em.green { background: #dcfce7 !important; color: #15803d !important; }
  .mobile-drawer-panel nav em.gray { background: #f1f5f9 !important; color: #475569 !important; }
  .mobile-drawer-panel nav em.red { background: #fee2e2 !important; color: #b91c1c !important; }
}

.front-post-page {
  background: #f4f7fb;
  color: #0f172a;
}

.front-post-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 92px;
  display: grid;
  gap: 14px;
}

.front-post-hero,
.front-post-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e4ebf5;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.front-post-hero {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 62%, #fff3e8 100%);
}

.front-post-hero span {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff0e5;
  color: #e25700;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.front-post-hero h1,
.front-post-head h2 {
  margin: 0;
  letter-spacing: 0;
}

.front-post-hero h1 {
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.02;
}

.front-post-hero p {
  max-width: 620px;
  margin: 8px 0 0;
  color: #53627a;
  font-size: 15px;
}

.front-post-hero a,
.front-post-actions button {
  border: 0;
  border-radius: 12px;
  background: #ff6500;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.front-post-hero a {
  padding: 12px 16px;
}

.front-post-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
}

.front-post-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.front-post-steps span {
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.front-post-steps span.active {
  border-color: #1f6feb;
  background: #eaf2ff;
  color: #0f4fc8;
}

.front-post-step {
  display: none;
}

.front-post-card [hidden] {
  display: none !important;
}

.front-post-step.active {
  display: grid;
  gap: 12px;
}

.front-post-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.front-post-head h2 {
  font-size: 20px;
}

.front-post-head small {
  color: #64748b;
  font-weight: 800;
}

.front-type-grid,
.front-category-grid,
.front-form-grid,
.front-fieldset {
  display: grid;
  gap: 10px;
}

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

.front-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.front-type-grid label,
.front-category-grid label {
  position: relative;
}

.front-type-grid input,
.front-category-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.front-type-grid span,
.front-category-grid span {
  min-height: 50px;
  display: grid;
  gap: 3px;
  align-content: center;
  padding: 10px 12px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #fff;
  color: #172036;
  font-weight: 900;
  font-size: 13px;
  cursor: pointer;
}

.front-type-grid small {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.front-type-grid input:checked + span,
.front-category-grid input:checked + span {
  border-color: #1f6feb;
  background: #edf5ff;
  box-shadow: inset 0 0 0 1px #1f6feb;
  color: #0f4fc8;
}

.front-category-box {
  display: grid;
  gap: 8px;
}

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

.front-fieldset {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 12px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e7edf6;
}

.front-form-grid label,
.front-fieldset label {
  display: grid;
  gap: 6px;
  color: #29364d;
  font-size: 13px;
  font-weight: 900;
}

.front-form-grid input,
.front-form-grid select,
.front-form-grid textarea,
.front-fieldset input,
.front-fieldset select,
.front-fieldset textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-weight: 700;
  padding: 10px 12px;
  outline: none;
}

.front-form-grid textarea {
  resize: vertical;
}

.front-form-grid input:focus,
.front-form-grid select:focus,
.front-form-grid textarea:focus,
.front-fieldset input:focus,
.front-fieldset select:focus {
  border-color: #1f6feb;
  box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.12);
}

.span-2 {
  grid-column: 1 / -1;
}

.front-inline {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 8px;
}

.front-upload {
  min-height: 132px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 18px;
  border: 1px dashed #9fb4d1;
  border-radius: 16px;
  background: #fbfdff;
  text-align: center;
  cursor: pointer;
}

.front-upload input {
  max-width: 240px;
}

.front-upload b {
  font-size: 18px;
}

.front-upload span {
  color: #64748b;
  font-weight: 800;
}

.front-post-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 4px;
}

.front-post-actions button {
  min-width: 118px;
  min-height: 46px;
  padding: 0 18px;
  cursor: pointer;
}

.front-post-actions button.light {
  border: 1px solid #dbe5f1;
  background: #fff;
  color: #172036;
}

.front-post-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .front-post-shell {
    width: min(100% - 20px, 520px);
    margin-top: 10px;
  }

  .front-post-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .front-post-hero h1 {
    font-size: 28px;
  }

  .front-post-card {
    padding: 12px;
    border-radius: 16px;
  }

  .front-post-steps {
    grid-template-columns: repeat(4, minmax(86px, 1fr));
    overflow-x: auto;
    scrollbar-width: none;
  }

  .front-post-steps::-webkit-scrollbar {
    display: none;
  }

  .front-post-steps span {
    min-height: 34px;
    font-size: 11px;
  }

  .front-type-grid,
  .front-category-grid,
  .front-form-grid,
  .front-fieldset {
    grid-template-columns: 1fr;
  }

  .front-post-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .front-inline {
    grid-template-columns: 1fr;
  }

  .front-post-actions {
    position: sticky;
    bottom: 74px;
    z-index: 8;
    padding: 10px;
    border: 1px solid #e4ebf5;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  }

  .front-post-actions button {
    flex: 1;
    min-width: 0;
  }
}

/* Premium detail refresh: property + related listings */
.detail-related-section {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.detail-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.detail-related-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
}

.detail-related-head a {
  color: #0b63ce;
  font-weight: 900;
}

.detail-related-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.detail-related-row .listing-card {
  min-width: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #1087ff, #33d6ff 48%, #ff6a3d) border-box;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
}

.detail-related-row .listing-card > a {
  display: grid;
  grid-template-rows: 150px minmax(0, auto);
  height: 100%;
  background: #fff;
}

.detail-related-row .listing-card-media,
.detail-related-row .listing-card > a > div:first-child {
  height: 150px;
  border-radius: 0;
  overflow: hidden;
}

.detail-related-row .listing-card-media img,
.detail-related-row .listing-card > a > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-related-row .listing-card-media span {
  top: 10px;
  left: 10px;
  padding: 6px 8px;
  border-radius: 0;
  background: #ff5a3d;
  font-size: 10px;
}

.detail-related-row .listing-card-media button {
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
}

.detail-related-row .listing-card-body,
.detail-related-row .listing-card > a > div:last-child {
  padding: 11px 12px 12px;
}

.detail-related-row .listing-card h3 {
  min-height: 34px;
  margin: 0 0 3px;
  color: #071326;
  font-size: 14px;
  line-height: 1.18;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail-related-row .listing-card strong {
  color: #ff5a00;
  font-size: 18px;
  line-height: 1.1;
}

.detail-related-row .listing-card p {
  margin: 7px 0 0;
  color: #526174;
  font-size: 12px;
  line-height: 1.25;
}

.detail-related-row .listing-card-facts {
  display: none;
}

.detail-related-row .vehicle-showcase-card .vehicle-card-actions em {
  width: 100%;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: #ff5a3d;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.detail-related-row .vehicle-showcase-card .vehicle-save-line {
  margin: 2px 0 8px;
  color: #10a981;
  font-size: 12px;
  font-weight: 800;
}

.detail-related-row .vehicle-showcase-card .vehicle-save-line s {
  margin-right: 5px;
  color: #64748b;
}

.detail-related-row .vehicle-showcase-card .vehicle-meta-line {
  margin: 0 0 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-detail-page {
  background: linear-gradient(180deg, #f6f8fb 0, #eef3f8 100%);
}

.property-detail-page .property-detail-shell {
  width: min(1280px, calc(100% - 40px));
  margin: 24px auto 84px;
}

.property-detail-page .property-detail-hero,
.property-detail-page .property-detail-grid {
  gap: 18px;
}

.property-detail-page .property-detail-gallery,
.property-detail-page .property-detail-summary,
.property-detail-page .property-info-card {
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.property-detail-page .property-detail-gallery {
  overflow: hidden;
  position: relative;
}

.property-detail-page .mobile-statusbar,
.property-detail-page .mobile-photo-controls,
.property-detail-page .photo-index {
  display: none !important;
}

.property-detail-image-button {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.property-detail-page .property-main-photo {
  height: 500px;
  object-fit: cover;
}

.property-detail-page .property-thumb-row {
  padding: 10px;
  gap: 8px;
}

.property-detail-page .property-thumb-row button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

.property-detail-page .property-thumb-row button.active {
  border-color: #ff5a3d;
}

.property-detail-page .property-thumb-row button img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
}

.property-detail-page .property-detail-summary {
  padding: 20px;
}

.property-detail-page .property-badges span {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.property-detail-page .property-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.property-detail-page .property-title-row h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.property-detail-page .property-price-wrap {
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7f2, #f8fbff);
}

.property-detail-page .property-price {
  color: #ff5a00;
  font-size: 31px;
}

.property-detail-page .property-location {
  color: #526174;
  font-weight: 700;
}

.property-detail-page .property-fact-strip,
.property-detail-page .property-id-strip {
  gap: 8px;
}

.property-detail-page .property-fact-strip div,
.property-detail-page .property-id-strip div,
.property-detail-page .attribute-grid div {
  border: 1px solid #e4ecf5;
  border-radius: 11px;
  background: #f8fafc;
}

.property-detail-page .property-contact-actions a,
.property-detail-page .property-contact-actions button {
  border-radius: 10px;
}

.property-detail-page .public-card-head h2 {
  font-size: 22px;
}

.property-detail-page .attribute-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 900px) {
  .property-detail-page .site-header,
  .property-detail-page .nav-strip,
  .property-detail-page .mobile-top,
  .property-detail-page .site-footer {
    display: none;
  }

  .property-detail-page .property-detail-shell {
    width: 100%;
    margin: 0 0 86px;
    padding: 0 12px;
  }

  .property-detail-page .property-detail-hero,
  .property-detail-page .property-detail-grid {
    display: block;
  }

  .property-detail-page .property-detail-gallery,
  .property-detail-page .property-detail-summary,
  .property-detail-page .property-info-card {
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
  }

  .property-detail-page .property-main-photo {
    height: 280px;
    border-radius: 12px;
  }

  .property-detail-page .property-thumb-row {
    display: none;
  }

  .property-detail-page .property-detail-summary {
    padding: 14px;
  }

  .property-detail-page .property-title-row h1 {
    font-size: 22px;
  }

  .property-detail-page .property-price {
    font-size: 25px;
  }

  .property-detail-page .property-fact-strip,
  .property-detail-page .property-id-strip,
  .property-detail-page .attribute-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .property-detail-page .property-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-detail-page .property-info-card {
    padding: 14px 12px;
  }

  .detail-related-section {
    margin: 12px 0 0;
    padding: 12px;
    border-radius: 12px;
  }

  .detail-related-head h2 {
    font-size: 20px;
  }

  .detail-related-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .detail-related-row::-webkit-scrollbar {
    display: none;
  }

  .detail-related-row .listing-card {
    flex: 0 0 64%;
  }

  .vehicle-related-section .detail-related-row .listing-card {
    flex-basis: 60%;
  }

  .detail-related-row .listing-card > a {
    grid-template-rows: 126px minmax(0, auto);
  }

  .detail-related-row .listing-card-media,
  .detail-related-row .listing-card > a > div:first-child {
    height: 126px;
  }

  .detail-related-row .listing-card-body,
  .detail-related-row .listing-card > a > div:last-child {
    padding: 9px 10px 10px;
  }

  .detail-related-row .listing-card h3 {
    min-height: 31px;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .detail-related-row .listing-card strong {
    font-size: 16px;
  }

  .detail-related-row .listing-card p {
    font-size: 11px;
  }
}

/* Property category grouped listing rows */
.property-module-page .property-category-sections {
  display: grid;
  gap: 22px;
}

.property-module-page .property-category-section {
  min-width: 0;
}

.property-module-page .property-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.property-module-page .property-category-head h3,
.property-module-page .property-category-head p {
  margin: 0;
}

.property-module-page .property-category-head h3 {
  color: #0f172a;
  font-size: 24px;
}

.property-module-page .property-category-head p {
  color: #64748b;
  font-size: 13px;
}

.property-module-page .property-category-head a {
  color: #0b63ce;
  font-weight: 900;
}

.property-module-page .property-category-grid,
.property-module-page .listing-grid-page.property-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.property-module-page .property-category-full-grid,
.property-module-page .listing-grid-page.property-category-full-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.property-category-backbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #dbe6f2;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.property-category-backbar a {
  min-width: 92px;
  min-height: 38px;
  display: grid;
  place-items: center;
  background: #111827;
  color: #fff;
  font-weight: 900;
}

.property-category-backbar h2,
.property-category-backbar p {
  margin: 0;
}

.property-category-backbar h2 {
  font-size: 24px;
}

.property-category-backbar p {
  color: #64748b;
  font-size: 13px;
}

.property-module-page .property-inline-banner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dbe6f2;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .88), rgba(15, 23, 42, .42)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=85") center/cover;
  color: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .10);
}

.property-module-page .property-inline-banner span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 9px;
  background: rgba(255,255,255,.16);
  font-size: 11px;
  font-weight: 900;
}

.property-module-page .property-inline-banner h3 {
  max-width: 640px;
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.property-module-page .property-inline-banner p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
}

.property-module-page .property-inline-banner a {
  min-width: 150px;
  min-height: 44px;
  display: grid;
  place-items: center;
  background: #ff5a3d;
  color: #fff;
  font-weight: 900;
}

@media (max-width: 900px) {
  .property-module-page .property-category-sections {
    gap: 16px;
  }

  .property-module-page .property-category-head {
    margin-bottom: 8px;
  }

  .property-module-page .property-category-head h3 {
    font-size: 18px;
  }

  .property-module-page .property-category-head p,
  .property-module-page .property-category-head a {
    font-size: 12px;
  }

  .property-module-page .property-category-grid,
  .property-module-page .listing-grid-page.property-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .property-category-backbar {
    margin-bottom: 10px;
    padding: 10px;
  }

  .property-category-backbar a {
    min-width: 72px;
    min-height: 34px;
    font-size: 12px;
  }

  .property-category-backbar h2 {
    font-size: 18px;
  }

  .property-module-page .property-inline-banner {
    min-height: 120px;
    display: grid;
    padding: 16px;
  }

  .property-module-page .property-inline-banner h3 {
    font-size: 19px;
  }

  .property-module-page .property-inline-banner p {
    font-size: 12px;
  }

  .property-module-page .property-inline-banner a {
    width: max-content;
    min-width: 124px;
    min-height: 36px;
    font-size: 12px;
  }
}

/* Clean property module mobile header */
@media (max-width: 900px) {
  .property-module-page .module-back {
    position: relative;
    z-index: 2;
  }

  .property-module-page .module-search,
  .property-module-page .module-filter-chips,
  .property-module-page .mobile-module-hero,
  .property-module-page .property-action-strip {
    display: none !important;
  }

  .property-module-page .mobile-module-top {
    padding-bottom: 8px !important;
  }

  .property-module-page .module-title-row {
    margin-top: 8px !important;
  }

  .property-module-page .property-filter-toolbar {
    margin-top: 8px !important;
  }

  .property-module-page .property-card-cta {
    display: none !important;
  }
}

.vehicle-detail-shell {
  width: min(1320px, calc(100% - 40px));
  margin: 24px auto 80px;
}

.vehicle-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  gap: 22px;
  align-items: start;
}

.vehicle-detail-gallery,
.vehicle-detail-summary,
.vehicle-detail-card {
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.vehicle-detail-gallery {
  position: relative;
  overflow: hidden;
}

.vehicle-detail-image-button {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.vehicle-detail-main-img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  background: #f1f5f9;
}

.vehicle-detail-main-img::selection {
  background: transparent;
}

.vehicle-detail-topbar {
  position: absolute;
  inset: 18px 18px auto 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.vehicle-mobile-appbar {
  display: none;
}

.vehicle-used-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 8px;
  background: #15b95f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.vehicle-detail-topbar a,
.vehicle-detail-topbar button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(255,255,255,.92);
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .22);
  pointer-events: auto;
}

.vehicle-detail-topbar form {
  margin: 0;
}

.vehicle-detail-topbar svg {
  width: 21px;
  height: 21px;
  color: #ff4f37;
}

.vehicle-photo-pill {
  position: absolute;
  left: 18px;
  bottom: 108px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .76);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.vehicle-thumb-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: #fff;
}

.vehicle-thumb-strip a {
  height: 76px;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #eef2f7;
}

.vehicle-thumb-strip a.active {
  border-color: #ff5a3d;
}

.vehicle-thumb-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vehicle-detail-summary {
  position: sticky;
  top: 16px;
  padding: 0;
  overflow: hidden;
}

.vehicle-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.vehicle-detail-badges span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff3ed;
  color: #f05a28;
  font-size: 12px;
  font-weight: 900;
}

.vehicle-detail-badges span:first-child {
  background: #ecfdf3;
  color: #159447;
}

.vehicle-title-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 22px 22px 14px;
}

.vehicle-detail-summary h1 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.vehicle-detail-meta {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
}

.vehicle-detail-location {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  color: #526174;
  font-size: 14px;
}

.vehicle-detail-location svg {
  width: 17px;
  height: 17px;
  color: #ff5a3d;
}

.vehicle-price-card {
  min-width: 188px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: right;
}

.vehicle-price-card small,
.vehicle-price-card span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.vehicle-price-card strong {
  display: block;
  margin: 5px 0 4px;
  color: #ff5a00;
  font-size: 32px;
  line-height: 1;
}

.vehicle-price-card em {
  display: block;
  margin: 5px 0 2px;
  color: #10a981;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.vehicle-price-card em s {
  margin-right: 6px;
  color: #64748b;
  font-weight: 700;
}

.vehicle-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 22px 16px;
}

.vehicle-trust-pills span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0b63ce;
  font-size: 13px;
  font-weight: 800;
}

.vehicle-trust-pills span:nth-child(2) {
  background: #eafaf0;
  color: #159447;
}

.vehicle-trust-pills span:nth-child(3) {
  background: #fff7ed;
  color: #f05a28;
}

.vehicle-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0 22px 16px;
}

.vehicle-fact-grid div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 2px 9px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e4ecf5;
  border-radius: 12px;
  background: #f8fafc;
}

.vehicle-fact-grid i {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #101827;
  color: #fff;
}

.vehicle-fact-grid svg {
  width: 18px;
  height: 18px;
}

.vehicle-fact-grid b {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-fact-grid small {
  color: #64748b;
  font-size: 12px;
}

.vehicle-seller-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0 16px 16px;
  padding: 16px;
  border: 1px solid #e4ecf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.vehicle-seller-card > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.vehicle-seller-card > a {
  min-width: 112px;
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #b9d2ff;
  border-radius: 9px;
  color: #0b63ce;
  font-weight: 800;
}

.vehicle-seller-card small,
.vehicle-seller-card p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
}

.vehicle-seller-card strong {
  display: block;
  margin: 2px 0;
  font-size: 17px;
}

.vehicle-detail-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #e6edf5;
  margin-top: 2px;
}

.vehicle-detail-actions a {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid #dbe6f2;
  background: #fff;
  color: #ff5a00;
  font-weight: 900;
  text-align: center;
}

.vehicle-detail-actions a:first-child {
  border-color: #21bf62;
  color: #12a452;
}

.vehicle-detail-actions a.primary {
  border-color: #ff5a3d;
  background: #ff5a3d;
  color: #fff;
}

.vehicle-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 22px;
  margin-top: 22px;
}

.vehicle-detail-card {
  padding: 18px;
}

.vehicle-detail-card:first-child {
  grid-column: 1 / -1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.98)),
    radial-gradient(circle at top right, rgba(255, 90, 61, .08), transparent 32%);
}

.vehicle-all-spec-card {
  grid-column: 1 / -1;
}

.vehicle-section-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 12px;
}

.vehicle-section-head h2 {
  margin: 0;
  font-size: 22px;
}

.vehicle-section-head span {
  color: #64748b;
  font-size: 12px;
}

.vehicle-spec-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.vehicle-full-spec-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e6edf5;
  color: #111827;
  font-weight: 900;
}

.vehicle-full-spec-link b {
  font-size: 28px;
  line-height: 1;
}

.vehicle-spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #e4ecf5;
  border-radius: 12px;
}

.vehicle-spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-right: 1px solid #e4ecf5;
  border-bottom: 1px solid #e4ecf5;
  background: #fff;
}

.vehicle-spec-list span {
  color: #64748b;
  font-size: 13px;
}

.vehicle-spec-list strong {
  text-align: right;
  font-size: 13px;
}

.vehicle-spec-grid div {
  min-height: 82px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 2px 9px;
  align-content: center;
  padding: 10px;
  border: 1px solid #e4ecf5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .035);
}

.vehicle-spec-grid i {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff4ee;
  color: #ff5a3d;
}

.vehicle-spec-grid svg {
  width: 15px;
  height: 15px;
}

.vehicle-spec-grid span {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.vehicle-spec-grid strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.18;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vehicle-description {
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
}

.vehicle-description p {
  margin: 0 0 10px;
}

.vehicle-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.vehicle-feature-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0f4c91;
  font-size: 13px;
  font-weight: 800;
}

.vehicle-location-card {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e6edf5;
}

.vehicle-location-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.vehicle-location-card div {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 24px;
  gap: 3px 12px;
  align-items: center;
  padding: 16px;
  border-radius: 13px;
  background: linear-gradient(135deg, #fff7f2, #f8fbff);
}

.vehicle-location-card i {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #ff5a00;
}

.vehicle-location-card svg {
  width: 22px;
  height: 22px;
}

.vehicle-location-card strong,
.vehicle-location-card span {
  display: block;
}

.vehicle-location-card span {
  color: #64748b;
  font-size: 13px;
}

.vehicle-location-card b {
  grid-row: span 2;
  color: #111827;
  font-size: 28px;
}

.vehicle-feature-pills svg {
  width: 14px;
  height: 14px;
}

.vehicle-enquiry-card .enquiry-form {
  display: grid;
  gap: 10px;
}

.vehicle-enquiry-card .enquiry-form input,
.vehicle-enquiry-card .enquiry-form textarea {
  width: 100%;
  border: 1px solid #dbe6f2;
  border-radius: 10px;
  background: #f8fafc;
}

.vehicle-enquiry-card .enquiry-form button {
  border-radius: 10px;
  background: #111827;
}

.mobile-vehicle-actions {
  display: none;
}

.vehicle-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  align-items: center;
  background: rgba(2, 6, 23, .96);
  padding: 64px 0 28px;
}

.vehicle-gallery-modal[hidden] {
  display: none;
}

.vehicle-gallery-close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.vehicle-gallery-stage {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(100vw, 1100px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 calc((100vw - min(100vw, 1100px)) / 2);
  scrollbar-width: none;
}

.vehicle-gallery-stage::-webkit-scrollbar {
  display: none;
}

.vehicle-gallery-stage figure {
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
  scroll-snap-align: center;
}

.vehicle-gallery-stage img {
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  border-radius: 14px;
}

.vehicle-gallery-stage figcaption {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
}

.detail-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  align-items: center;
  background: rgba(2, 6, 23, .96);
  padding: 64px 0 28px;
}

.detail-gallery-modal[hidden] {
  display: none;
}

.detail-gallery-close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.detail-gallery-stage {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(100vw, 1100px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 calc((100vw - min(100vw, 1100px)) / 2);
  scrollbar-width: none;
}

.detail-gallery-stage::-webkit-scrollbar {
  display: none;
}

.detail-gallery-stage figure {
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
  scroll-snap-align: center;
}

.detail-gallery-stage img {
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  border-radius: 14px;
}

.detail-gallery-stage figcaption {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
}

@media (max-width: 900px) {
  .vehicle-detail-page .site-header,
  .vehicle-detail-page .nav-strip,
  .vehicle-detail-page .mobile-top,
  .vehicle-detail-page .site-footer {
    display: none;
  }

  .vehicle-detail-shell {
    width: 100%;
    margin: 0 0 84px;
    padding: 0 14px;
  }

  .vehicle-mobile-appbar {
    height: 88px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    background: #f7f9fc;
  }

  .vehicle-mobile-appbar > a {
    font-size: 38px;
    line-height: 1;
  }

  .vehicle-mobile-appbar strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0b83c8;
    font-size: 22px;
  }

  .vehicle-mobile-appbar strong span {
    width: 44px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a18, #ffd447);
    color: #fff;
    font-size: 14px;
  }

  .vehicle-mobile-appbar div {
    display: flex;
    gap: 8px;
  }

  .vehicle-mobile-appbar button {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: transparent;
    color: #111827;
  }

  .vehicle-mobile-appbar svg {
    width: 22px;
    height: 22px;
  }

  .vehicle-detail-hero,
  .vehicle-detail-content {
    display: block;
  }

  .vehicle-detail-gallery,
  .vehicle-detail-summary,
  .vehicle-detail-card {
    border: 1px solid #e4ecf5;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
  }

  .vehicle-detail-main-img {
    height: 278px;
    border-radius: 12px;
  }

  .vehicle-detail-topbar {
    display: none;
  }

  .vehicle-detail-topbar a,
  .vehicle-detail-topbar button {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .vehicle-photo-pill {
    right: 16px;
    left: auto;
    bottom: 14px;
    padding: 8px 12px;
  }

  .vehicle-used-badge {
    top: 16px;
    left: 16px;
  }

  .vehicle-thumb-strip {
    display: none;
  }

  .vehicle-thumb-strip::-webkit-scrollbar {
    display: none;
  }

  .vehicle-thumb-strip a {
    min-width: 78px;
    height: 58px;
  }

  .vehicle-detail-summary {
    position: static;
    margin-top: 10px;
    padding: 0;
  }

  .vehicle-title-price-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 16px 12px 8px;
  }

  .vehicle-detail-summary h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .vehicle-detail-meta {
    font-size: 13px;
  }

  .vehicle-price-card {
    min-width: 118px;
  }

  .vehicle-price-card strong {
    font-size: 22px;
    white-space: nowrap;
  }

  .vehicle-price-card small {
    display: none;
  }

  .vehicle-price-card em {
    font-size: 11px;
    white-space: nowrap;
  }

  .vehicle-trust-pills {
    padding: 0 12px 12px;
    gap: 8px;
  }

  .vehicle-trust-pills span {
    padding: 7px 10px;
    font-size: 12px;
  }

  .vehicle-fact-grid {
    display: none;
  }

  .vehicle-fact-grid div {
    padding: 10px;
  }

  .vehicle-detail-actions {
    display: none;
  }

  .vehicle-detail-card {
    margin-top: 10px;
    padding: 14px 12px;
  }

  .vehicle-section-head {
    display: block;
  }

  .vehicle-section-head h2 {
    font-size: 20px;
  }

  .vehicle-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .vehicle-spec-grid div {
    min-height: 54px;
    padding: 6px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .vehicle-spec-grid strong {
    font-size: 13px;
  }

  .vehicle-seller-card {
    grid-template-columns: 44px minmax(0, 1fr) 102px;
    margin: 0 10px 10px;
    padding: 12px;
  }

  .vehicle-seller-card > span {
    width: 44px;
    height: 44px;
  }

  .vehicle-seller-card > a {
    min-width: 0;
    min-height: 36px;
    font-size: 12px;
  }

  .vehicle-detail-actions {
    display: none;
  }

  .vehicle-spec-list {
    grid-template-columns: 1fr;
  }

  .vehicle-spec-list div {
    border-right: 0;
  }

  .vehicle-location-card div {
    padding: 12px;
  }

  .mobile-vehicle-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #e5edf6;
    background: rgba(255,255,255,.96);
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -12px 30px rgba(15, 23, 42, .12);
  }

  .mobile-vehicle-actions a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    border: 1px solid #22c55e;
    background: #fff;
    color: #16a34a;
    font-weight: 900;
  }

  .mobile-vehicle-actions .call {
    background: #ff5a3d;
    border-color: #ff5a3d;
    color: #fff;
  }

  .mobile-vehicle-actions .enquiry {
    border-color: #ff5a3d;
    color: #ff5a3d;
  }

  .vehicle-gallery-modal {
    padding: 60px 0 24px;
  }

  .vehicle-gallery-close {
    top: 14px;
    right: 14px;
  }

  .vehicle-gallery-stage {
    grid-auto-columns: 100vw;
    gap: 10px;
    padding: 0;
  }

  .vehicle-gallery-stage img {
    max-height: calc(100vh - 130px);
    border-radius: 0;
  }

  .detail-gallery-modal {
    padding: 60px 0 24px;
  }

  .detail-gallery-close {
    top: 14px;
    right: 14px;
  }

  .detail-gallery-stage {
    grid-auto-columns: 100vw;
    gap: 10px;
    padding: 0;
  }

  .detail-gallery-stage img {
    max-height: calc(100vh - 130px);
    border-radius: 0;
  }
}

.site-header {
  height: 78px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 0 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 58px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50% 42% 50% 42%;
  background: linear-gradient(135deg, #ff6500, #ffd23f);
  color: #fff;
  font-weight: 900;
  box-shadow: inset 0 -8px 0 rgba(255, 255, 255, 0.18);
}
.logo-mark img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
  display: block;
  background: #fff;
}
.brand-logo:has(.logo-mark img) .logo-mark {
  width: 118px;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}
.brand-logo strong {
  display: block;
  color: #1497e7;
  font-size: 24px;
  line-height: 0.95;
}
.brand-logo small {
  display: block;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.desktop-search {
  height: 46px;
  display: grid;
  grid-template-columns: 180px 1fr 92px;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}
.desktop-search > * {
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0 14px;
  background: #fff;
}
.desktop-search label {
  display: flex;
  align-items: center;
  color: #374151;
  font-size: 13px;
}
.desktop-search button {
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-actions a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 3px;
  font-size: 18px;
}
.header-icon-action {
  width: 54px;
  min-height: 44px;
  place-items: center;
  color: var(--text);
}

.header-icon-action svg {
  width: 21px;
  height: 21px;
  color: #0f172a;
  stroke-width: 2.2;
}

.header-actions span {
  font-size: 12px;
}
.header-actions i,
.mobile-icons i {
  position: absolute;
  top: 0;
  right: 9px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-style: normal;
}
.profile-mini {
  grid-template-columns: auto 1fr;
  justify-items: start !important;
  font-size: 13px !important;
}
.profile-mini img,
.profile-fallback {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-fallback,
.mobile-user-mini span {
  display: grid;
  place-items: center;
  background: #fff3e8;
  color: var(--orange);
  font-weight: 900;
}

.mobile-user-mini {
  min-width: 44px;
  display: grid;
  justify-items: center;
  gap: 2px;
}

.mobile-user-mini img,
.mobile-user-mini span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.mobile-user-mini small {
  max-width: 54px;
  overflow: hidden;
  color: #111827;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-mini small { color: var(--muted); }
.post-btn {
  position: relative;
  min-width: 96px;
  min-height: 38px;
  border-radius: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #dc2626;
  color: #fff;
  font-weight: 700;
  font-size: 13px !important;
  padding: 0 12px;
}

.post-btn::before {
  content: "FREE";
  position: absolute;
  top: -10px;
  right: -8px;
  padding: 2px 9px;
  border-radius: 5px;
  background: #ffd400;
  color: #111827;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.nav-strip {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.property-quick-icon {
  min-height: 34px;
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: var(--orange);
  font-weight: 700;
}
.property-quick-icon svg {
  width: 17px;
  height: 17px;
}
.property-quick-icon b {
  font-size: 13px;
}
.nav-strip .active {
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
  align-self: stretch;
  display: flex;
  align-items: center;
}
.nav-strip strong { margin-left: auto; font-weight: 600; }

.nav-helpline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #071326;
  white-space: nowrap;
}

.nav-helpline svg,
.site-footer svg {
  width: 17px;
  height: 17px;
  color: var(--orange);
  stroke-width: 2.2;
}

.nav-helpline span {
  color: var(--muted);
  font-weight: 700;
}

.site-shell {
  max-width: 1800px;
  margin: 0 auto;
  padding: 18px 28px 0;
}
.home-grid {
  display: grid;
  grid-template-columns: 1fr 455px;
  gap: 18px;
  align-items: stretch;
}
.home-top-main {
  min-width: 0;
}
.hero-card {
  min-height: 285px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff4ec;
}
.hero-card img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  height: 100%;
  object-fit: cover;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #fff3eb 0 46%, rgba(255, 243, 235, 0.38) 58%, rgba(255,255,255,0) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: 58%;
  padding: 28px 42px;
}
.hero-copy h1 {
  max-width: 410px;
  margin: 0;
  font-size: 42px;
  line-height: 1.04;
}
.hero-copy h1 span { color: var(--orange); }
.hero-copy p {
  margin: 16px 0 18px;
  font-size: 20px;
  font-weight: 700;
}
.mobile-hero-cta {
  display: none;
}
.hero-copy form {
  height: 44px;
  max-width: 630px;
  display: grid;
  grid-template-columns: 130px 1fr 100px 90px;
  overflow: hidden;
  border: 1px solid #e9d8ce;
  border-radius: 7px;
  background: #fff;
}
.hero-copy form > * {
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0 14px;
  background: #fff;
}
.hero-copy form label {
  display: flex;
  align-items: center;
  color: #374151;
}
.hero-copy form button {
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}
.trust-row {
  display: flex;
  gap: 30px;
  margin-top: 28px;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
}
.trust-row span::before {
  content: "♢";
  color: var(--orange);
  margin-right: 8px;
}
.slide {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.16);
}
.slide.left { left: 12px; }
.slide.right { right: 12px; }
.dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 16px;
  display: flex;
  gap: 10px;
}
.dots i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.dots i:first-child { background: var(--orange); }

.category-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15,23,42,.04);
}
.category-tile {
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
}
.category-tile span,
.near-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 13%, white);
  color: var(--accent);
  font-size: 26px;
  font-weight: 900;
}
.category-tile svg,
.near-grid svg {
  width: 56%;
  height: 56%;
  display: block;
}
.category-tile strong { font-size: 14px; }
.category-tile small { color: var(--muted); font-size: 12px; }

.quick-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.qa {
  min-height: 110px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: center;
  gap: 4px 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.qa b {
  grid-row: span 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}
.qa b svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.4;
}
.qa small { color: var(--muted); }
.qa button {
  width: fit-content;
  margin-top: 7px;
  padding: 9px 18px;
  border-radius: 5px;
  background: #fff;
  color: var(--orange);
  font-weight: 800;
}
.purple { background: #f5efff; } .purple b { background: #6d28d9; }
.orange { background: #fff4ec; } .orange b { background: var(--orange); }
.blue { background: #edf6ff; } .blue b { background: #1687f3; }
.green { background: #edfdf4; } .green b { background: #16a34a; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 10px;
}
.section-head h2 { margin: 0; font-size: 20px; }
.section-head a { color: #1269cc; font-weight: 700; }
.listing-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.listing-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.listing-card > div {
  position: relative;
  height: 126px;
}
.listing-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-card span {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 5px 7px;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.listing-card button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}
.listing-card h3 {
  margin: 12px 12px 4px;
  font-size: 15px;
}
.listing-card strong {
  display: block;
  margin: 0 12px;
  color: var(--orange);
  font-size: 17px;
}
.listing-card p {
  margin: 6px 12px 12px;
  color: var(--muted);
  font-size: 12px;
}
.near-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.near-grid a {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.near-grid span {
  width: 45px;
  height: 45px;
  font-size: 20px;
}
.near-grid strong { font-size: 13px; }

.side-panel {
  min-width: 0;
  display: grid;
  align-content: stretch;
}
.side-card,
.refer-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.side-card {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 14px;
}
.side-card .section-head { margin: 0 0 12px; }
.side-listing {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr 24px;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}
.side-listing img {
  width: 96px;
  height: 74px;
  border-radius: 6px;
  object-fit: cover;
}
.side-listing h3 { margin: 0 0 5px; font-size: 14px; line-height: 1.2; }
.side-listing p,
.side-listing small { color: var(--muted); font-size: 12px; }
.side-listing strong {
  display: block;
  margin: 4px 0;
  color: var(--orange);
}
.side-listing button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #fee2d5;
  border-radius: 50%;
  background: #fff7ed;
  color: var(--orange);
}

.side-listing button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}
.refer-card {
  min-height: 215px;
  display: grid;
  grid-template-columns: 1fr 190px;
  overflow: hidden;
  background: #ffe6ae;
}
.refer-card div { padding: 32px 24px; }
.refer-card h2 { margin: 0 0 10px; }
.refer-card p { margin: 0 0 18px; color: #6b4c00; }
.refer-card button {
  padding: 12px 24px;
  border-radius: 6px;
  background: #f5a400;
  color: #fff;
  font-weight: 900;
}
.refer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-desktop-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 455px;
  gap: 18px;
  align-items: stretch;
}

.home-desktop-actions .quick-actions {
  height: 100%;
  margin-top: 0;
}

.home-desktop-actions .qa,
.home-desktop-actions .refer-card {
  min-height: 132px;
}

.home-desktop-actions .refer-card {
  grid-template-columns: 1fr 150px;
}

.home-desktop-actions .refer-card div {
  padding: 20px;
}

.home-desktop-actions .refer-card h2 {
  font-size: 20px;
  line-height: 1.15;
}

.home-desktop-actions .refer-card p {
  margin-bottom: 12px;
  font-size: 13px;
}

.home-desktop-actions .refer-card button {
  padding: 10px 18px;
}

.laptop-view-card {
  background:
    linear-gradient(135deg, rgba(245,239,255,.96), rgba(255,255,255,.9)),
    radial-gradient(circle at 92% 16%, rgba(109,40,217,.18), transparent 34%);
}

.home-full-sections {
  width: 100%;
}

@media (min-width: 761px) {
  .home-grid,
  .home-desktop-actions {
    grid-template-columns: minmax(0, 1fr) clamp(380px, 30vw, 455px);
  }

  .home-grid {
    align-items: stretch;
  }

  .home-grid .side-panel,
  .home-grid .side-card {
    height: 100%;
  }

  .side-card {
    display: flex;
    flex-direction: column;
    padding: 18px 18px 14px;
    border-color: #dfe7f1;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
  }

  .side-card .section-head {
    flex: 0 0 auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6edf5;
  }

  .side-card .section-head h2 {
    font-size: clamp(21px, 1.45vw, 28px);
  }

  .side-listing {
    flex: 1 1 0;
    min-height: 0;
    grid-template-columns: clamp(84px, 6.2vw, 98px) minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 8px 0;
  }

  .side-listing:first-of-type {
    border-top: 0;
  }

  .side-listing img {
    width: clamp(84px, 6.2vw, 98px);
    height: clamp(60px, 4.7vw, 72px);
    border-radius: 10px;
  }

  .side-listing h3 {
    margin: 0 0 3px;
    font-size: clamp(12px, .82vw, 14px);
    line-height: 1.18;
  }

  .side-listing p,
  .side-listing small {
    font-size: 12px;
    line-height: 1.2;
  }

  .side-listing strong {
    margin: 4px 0 3px;
    font-size: clamp(15px, 1vw, 19px);
    line-height: 1.05;
  }

  .side-listing button {
    width: 34px;
    height: 34px;
    border-color: #fed7aa;
    background: #fff7ed;
  }

  .home-full-sections .listing-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .home-full-sections .laptop-showcase-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .home-full-sections .home-listing-card {
    min-height: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 0;
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(135deg, #0ea5e9, #2563eb, #7dd3fc) border-box;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .075);
  }

  .home-full-sections .home-listing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, .12);
  }

  .home-full-sections .home-listing-card > a {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .home-full-sections .home-listing-card .listing-card-media {
    height: clamp(168px, 10.8vw, 210px);
    min-height: 0;
    border-radius: 0;
  }

  .home-full-sections .home-listing-card .listing-card-media span {
    top: 9px;
    left: 9px;
    padding: 5px 8px;
    font-size: 10px;
  }

  .home-full-sections .home-listing-card .listing-card-media button {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
  }

  .home-full-sections .home-listing-card .listing-card-body {
    padding: 10px 12px 12px;
  }

  .home-full-sections .home-listing-card .listing-card-body h3 {
    min-height: 32px;
    margin-bottom: 5px;
    font-size: clamp(13px, .82vw, 15px);
    line-height: 1.2;
  }

  .home-full-sections .home-listing-card .listing-card-body > strong {
    margin-bottom: 5px;
    padding: 0;
    color: #ff5a00;
    font-size: clamp(16px, .98vw, 18px);
    line-height: 1.1;
  }

  .home-full-sections .home-listing-card .listing-card-body p {
    min-height: 18px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.32;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .home-full-sections .home-listing-card .listing-card-facts {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eef3f8;
    overflow: hidden;
  }

  .home-full-sections .home-listing-card .listing-card-facts em {
    max-width: 92px;
    min-height: 24px;
    padding: 0 8px;
    border-color: #e5edf6;
    background: #f8fafc;
    color: #334155;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-full-sections .laptop-showcase-card .listing-card-body {
    padding: 10px 12px 12px;
  }

  .home-full-sections .laptop-showcase-card .laptop-price-type {
    width: fit-content;
    display: inline-flex;
    margin: 0 0 3px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #fff7ed;
    color: #f97316;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .home-full-sections .laptop-showcase-card .laptop-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
  }

  .home-full-sections .laptop-showcase-card .laptop-price-row strong {
    min-width: 0;
    margin: 0;
    color: #ff5a00;
    font-size: clamp(16px, .98vw, 18px);
    line-height: 1.1;
    white-space: nowrap;
  }

  .home-full-sections .laptop-showcase-card .laptop-price-row em {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .home-full-sections .vehicle-showcase-row {
    gap: 18px;
  }

  .home-full-sections .vehicle-showcase-card {
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 0;
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(135deg, #0ea5e9, #2563eb, #7dd3fc) border-box;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  }

  .home-full-sections .vehicle-showcase-card > a {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .home-full-sections .vehicle-showcase-card .listing-card-media {
    height: clamp(184px, 12.4vw, 230px);
    border-radius: 0;
    background: #f1f3ef;
  }

  .home-full-sections .vehicle-showcase-card .listing-card-media::after {
    height: 30%;
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .08));
  }

  .home-full-sections .vehicle-showcase-card .listing-card-media button {
    display: none;
  }

  .home-full-sections .vehicle-showcase-card .listing-card-body {
    flex: 1;
    padding: 16px 18px 18px;
  }

  .home-full-sections .vehicle-showcase-card .listing-card-body h3 {
    min-height: 34px;
    margin: 0 0 7px;
    color: #111827;
    font-size: clamp(16px, 1.08vw, 21px);
    font-weight: 900;
    line-height: 1.18;
  }

  .home-full-sections .vehicle-showcase-card .vehicle-meta-line {
    min-height: 16px;
    margin: 0 0 10px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.25;
    -webkit-line-clamp: 1;
  }

  .home-full-sections .vehicle-showcase-card .listing-card-body > strong {
    margin: 0 0 5px;
    color: #111827;
    font-size: clamp(21px, 1.35vw, 27px);
    font-weight: 950;
    line-height: 1;
  }

  .home-full-sections .vehicle-showcase-card .vehicle-save-line {
    min-height: 17px;
    margin: 0 0 8px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.2;
  }

  .home-full-sections .vehicle-showcase-card .vehicle-save-line span {
    margin-left: 4px;
    color: #10b981;
    font-weight: 800;
  }

  .home-full-sections .vehicle-showcase-card .listing-card-body > p:not(.vehicle-meta-line):not(.vehicle-save-line) {
    min-height: 28px;
    margin: 0;
    padding-top: 8px;
    border-top: 1px dashed #d8dee8;
    color: #334155;
    font-size: 12px;
    line-height: 1.3;
    -webkit-line-clamp: 1;
  }

  .home-full-sections .vehicle-showcase-card .vehicle-card-actions {
    margin-top: 12px;
  }

  .home-full-sections .vehicle-showcase-card .vehicle-card-actions em {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
  }

  .home-full-sections .vehicle-showcase-card .vehicle-card-actions em {
    background: #ff5a3d;
    color: #fff;
    font-size: 15px;
  }
}

.site-footer {
  max-width: 1800px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr;
  gap: 45px;
  padding: 34px 58px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.site-footer strong { color: #1497e7; font-size: 20px; font-style: italic; }
.site-footer strong span { color: var(--orange); }
.site-footer p,
.site-footer a { display: block; color: var(--muted); font-size: 13px; margin: 7px 0; }
.site-footer button {
  display: block;
  margin: 8px 0;
  padding: 9px 14px;
  border-radius: 6px;
  background: #111;
  color: #fff;
}
.mobile-top,
.mobile-bottom,
.mobile-refer,
.mobile-module-top,
.mobile-module-hero,
.property-action-strip,
.module-featured-head { display: none; }

.listing-page-head,
.static-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed, #fff);
}
.listing-page-head h1,
.static-page h1 {
  margin: 4px 0;
  font-size: 34px;
}
.listing-page-head p,
.static-page p {
  margin: 0;
  color: var(--muted);
}
.module-category-strip {
  margin-bottom: 18px;
}
.listing-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
}
.filter-card {
  position: sticky;
  top: 16px;
  align-self: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.filter-card h3 {
  margin: 0 0 14px;
}
.filter-card form {
  display: grid;
  gap: 12px;
}
.filter-card label {
  display: grid;
  gap: 6px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}
.filter-card input,
.filter-card select,
.enquiry-form input,
.enquiry-form textarea {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 12px;
  background: #fff;
}
.filter-card button,
.enquiry-form button {
  min-height: 42px;
  border-radius: 7px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}
.filter-card a {
  color: var(--orange);
  font-weight: 800;
  text-align: center;
}
.listing-grid-page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.property-module-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 101, 0, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.property-module-page .site-shell {
  max-width: 1420px;
}

.property-desktop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 14px;
  margin-bottom: 14px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(112deg, rgba(255, 247, 237, 0.96) 0 42%, rgba(255, 255, 255, 0.6) 66%, rgba(255, 255, 255, 0.08) 100%),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1400&q=86") right center / 48% 100% no-repeat;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.property-desktop-hero span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #fed7aa;
}

.property-desktop-hero h2 {
  max-width: 620px;
  margin: 0;
  color: #101827;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: 0;
}

.property-desktop-hero p {
  max-width: 560px;
  margin: 10px 0 14px;
  color: #53627a;
  font-size: 13px;
  line-height: 1.45;
}

.property-desktop-hero form {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 8px;
  padding: 6px;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.07);
}

.property-desktop-hero input {
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  padding: 0 12px;
  background: #f8fafc;
  outline: 0;
}

.property-desktop-hero button,
.property-results-head a {
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.property-desktop-hero aside {
  align-self: end;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px);
}

.property-desktop-hero aside strong {
  color: #111827;
  font-size: 32px;
  line-height: 1;
}

.property-desktop-hero aside small {
  color: #64748b;
  font-weight: 800;
}

.property-desktop-hero aside div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.property-desktop-hero aside b {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 10px;
}

.property-module-page .listing-page-head {
  display: none;
}

.property-module-page .module-category-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
}

.property-module-page .module-category-strip .category-tile {
  min-height: 86px;
  border-radius: 13px;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.property-module-page .listing-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.property-filter-card {
  top: 18px;
  padding: 13px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.property-filter-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid #edf2f7;
}

.property-filter-head span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff1e8;
  color: var(--orange);
}

.property-filter-head svg {
  width: 19px;
  height: 19px;
}

.property-filter-head h3,
.property-filter-head p,
.property-results-head h2,
.property-results-head p {
  margin: 0;
}

.property-filter-head p,
.property-results-head p {
  color: #64748b;
  font-size: 11px;
}

.filter-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.property-filter-card input,
.property-filter-card select {
  min-height: 38px;
  border-radius: 10px;
  background: #f8fafc;
}

.property-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.property-filter-pills a {
  flex: 1 1 auto;
  padding: 7px 9px;
  border-radius: 999px;
  background: #fff7ed;
  color: var(--orange);
  font-size: 11px;
}

.property-filter-help {
  margin-top: 11px;
  padding: 10px;
  border-radius: 13px;
  background: linear-gradient(135deg, #f0fdf4, #f8fafc);
}

.property-filter-help strong,
.property-filter-help small {
  display: block;
}

.property-filter-help small {
  margin-top: 4px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.property-results-panel {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
}

.property-results-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}

.property-results-head h2 {
  color: #111827;
  font-size: 20px;
}

.property-results-head a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  font-size: 12px;
}

.property-module-page .listing-grid-page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.property-module-page .listing-card {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.property-module-page .listing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.13);
}

.property-module-page .listing-card-media {
  height: 150px;
  border-radius: 14px 14px 0 0;
}

.property-module-page .listing-card-body {
  padding: 10px 11px 12px;
}

.property-module-page .listing-card h3,
.property-module-page .listing-card strong,
.property-module-page .listing-card p {
  margin-left: 0;
  margin-right: 0;
}

.property-module-page .listing-card h3 {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.25;
}

.property-module-page .listing-card strong {
  font-size: 17px;
}

.property-module-page .listing-card p {
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 11px;
}

@media (min-width: 761px) {
  .vehicle-module-page {
    background: #fff;
  }

  .vehicle-module-page .site-shell {
    max-width: 100%;
    padding: 0 0 28px;
  }

  .vehicle-module-page .listing-page-head {
    width: 100%;
    min-height: 230px;
    overflow: hidden;
    align-items: center;
    margin: 0 0 28px;
    padding: 42px max(54px, calc((100vw - 1660px) / 2 + 54px));
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(90deg, rgba(8, 13, 24, .94) 0 44%, rgba(8, 13, 24, .58) 68%, rgba(8, 13, 24, .18) 100%),
      url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1500&q=85") center right / cover no-repeat;
    color: #fff;
    box-shadow: none;
  }

  .vehicle-module-page .listing-page-head small {
    width: fit-content;
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #e0f2fe;
    font-size: 11px;
    font-weight: 900;
  }

  .vehicle-module-page .listing-page-head h1 {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-size: 46px;
    line-height: 1;
  }

  .vehicle-module-page .listing-page-head p {
    max-width: 520px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
  }

  .vehicle-module-page .listing-page-head .post-btn {
    align-self: end;
    border: 1px solid rgba(255,255,255,.24);
    background: #ff5a3d;
    color: #fff;
    box-shadow: 0 14px 30px rgba(255, 90, 61, .28);
  }

  .vehicle-module-page .module-category-strip {
    max-width: 1660px;
    margin: 0 auto 12px;
    padding: 0 54px;
    display: flex;
    gap: 13px;
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }

  .vehicle-module-page .module-category-strip::-webkit-scrollbar {
    display: none;
  }

  .vehicle-module-page .module-category-strip .category-tile {
    min-width: 92px;
    min-height: 46px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #e6edf5;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
  }

  .vehicle-module-page .module-category-strip .category-tile:first-child,
  .vehicle-module-page .module-category-strip .category-tile.active {
    background: #111827;
    border-color: #111827;
  }

  .vehicle-module-page .module-category-strip .category-tile small {
    display: none;
  }

  .vehicle-module-page .module-category-strip .category-tile span {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 28px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent, #ff6500) 14%, #fff);
    color: var(--accent, #ff6500);
  }

  .vehicle-module-page .module-category-strip .category-tile svg {
    width: 15px;
    height: 15px;
  }

  .vehicle-module-page .module-category-strip .category-tile strong {
    color: #111827;
    font-size: 14px;
    white-space: nowrap;
  }

  .vehicle-module-page .module-category-strip .category-tile:first-child strong {
    color: #fff;
  }

  .vehicle-module-page .module-category-strip .category-tile.active strong {
    color: #fff;
  }

  .vehicle-module-page .module-category-strip .category-tile:first-child span {
    background: rgba(255,255,255,.16);
    color: #fff;
  }

  .vehicle-module-page .module-category-strip .category-tile.active span {
    background: rgba(255,255,255,.16);
    color: #fff;
  }

  .vehicle-module-page .listing-layout {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 54px;
    display: block;
    align-items: start;
  }

  .vehicle-filter-toolbar {
    max-width: 1660px;
    margin: 0 auto 18px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .vehicle-filter-toolbar strong {
    display: block;
    color: #111827;
    font-size: 18px;
  }

  .vehicle-filter-toolbar small {
    color: #64748b;
    font-size: 12px;
  }

  .vehicle-filter-toolbar button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid #ffcab4;
    border-radius: 8px;
    background: #fff7f2;
    color: #ff5a3d;
    font-weight: 900;
  }

  .vehicle-filter-toolbar button svg {
    width: 17px;
    height: 17px;
  }

  .vehicle-module-page .filter-card {
    display: block;
  }

  .vehicle-module-page .filter-card h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 22px;
  }

  .vehicle-module-page .filter-card label {
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 900;
  }

  .vehicle-module-page .filter-card input,
  .vehicle-module-page .filter-card select {
    height: 44px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: #fff;
  }

  .vehicle-module-page .filter-card select option {
    color: #111827;
  }

  .vehicle-module-page .filter-card button {
    min-height: 46px;
    border-radius: 10px;
    background: #ff5a3d;
    box-shadow: 0 12px 24px rgba(255, 90, 61, .28);
  }

  .vehicle-module-page .filter-card a {
    color: #93c5fd;
    font-weight: 900;
  }

  .vehicle-module-page .vehicle-filter-card {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    width: min(390px, 92vw);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
    border: 1px solid #e5edf6;
    border-radius: 8px 0 0 8px;
    background: #ffffff;
    color: #111827;
    box-shadow: -24px 0 58px rgba(15, 23, 42, .18);
    transform: translateX(105%);
    transition: transform .2s ease;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
  }

  .vehicle-module-page .vehicle-filter-card::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .vehicle-module-page .vehicle-filter-card {
    scrollbar-width: none;
  }

  .vehicle-module-page .vehicle-filter-card.open {
    transform: translateX(0);
  }

  .vehicle-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1190;
    background: rgba(15, 23, 42, .28);
  }

  .vehicle-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 16px;
  }

  .vehicle-filter-head h3,
  .vehicle-filter-head p {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
  }

  .vehicle-filter-head p {
    color: #64748b;
    font-size: 12px;
  }

  .vehicle-filter-head button {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #111827;
    font-size: 22px;
  }

  .vehicle-module-page .vehicle-filter-card h3 {
    color: #111827;
    font-size: 25px;
  }

  .vehicle-module-page .vehicle-filter-card form {
    display: grid;
    gap: 13px;
    min-width: 0;
  }

  .vehicle-module-page .vehicle-filter-card label {
    color: #334155;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 400;
  }

  .vehicle-module-page .vehicle-filter-card input,
  .vehicle-module-page .vehicle-filter-card select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d7e2ef;
    border-radius: 7px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    color: #111827;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 18px rgba(15, 23, 42, .04);
  }

  .vehicle-module-page .vehicle-filter-card input:focus,
  .vehicle-module-page .vehicle-filter-card select:focus {
    outline: 0;
    border-color: #ff9b73;
    box-shadow: 0 0 0 3px rgba(255, 90, 61, .12), 0 8px 18px rgba(15, 23, 42, .06);
  }

  .vehicle-module-page .vehicle-filter-card form button {
    min-height: 44px;
    border-radius: 7px;
    background: #ff5a3d;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 0 12px 22px rgba(255, 90, 61, .18);
  }

  .vehicle-module-page .vehicle-filter-card .filter-inline {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .vehicle-module-page .vehicle-filter-card form > a {
    color: #0b63ce;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 400;
  }

  .vehicle-module-page .vehicle-filter-card .filter-inline {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .vehicle-module-page .listing-grid-page {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .vehicle-module-page .listing-grid-page .vehicle-showcase-card {
    min-width: 0;
    border: 1px solid #d8e0ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .09);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .vehicle-module-page .listing-grid-page .vehicle-showcase-card:hover {
    transform: translateY(-3px);
    border-color: #bfccdc;
    box-shadow: 0 26px 58px rgba(15, 23, 42, .14);
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-media {
    height: clamp(198px, 12vw, 238px);
    border-radius: 14px 14px 0 0;
    background: linear-gradient(180deg, #f4f6f2, #e9ece7);
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-media img {
    object-fit: cover;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body {
    padding: 14px 18px 18px;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body::before {
    content: none;
    display: none;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body h3 {
    min-height: 42px;
    margin: 0 0 9px;
    color: #0f172a;
    font-size: clamp(16px, 1vw, 19px);
    line-height: 1.18;
  }

  .vehicle-module-page .vehicle-showcase-card .vehicle-meta-line {
    min-height: 18px;
    margin: 0 0 10px;
    color: #52647a;
    font-size: 13px;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body > div > strong,
  .vehicle-module-page .vehicle-showcase-card .listing-card-body > strong {
    color: #0f172a;
    font-size: clamp(22px, 1.35vw, 27px);
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body > p:not(.vehicle-meta-line):not(.vehicle-save-line) {
    min-height: 30px;
    padding-top: 10px;
    border-top: 1px dashed #d6dde8;
    color: #334155;
  }

  .vehicle-module-page .vehicle-showcase-card .vehicle-card-actions {
    margin-top: 14px;
  }

  .vehicle-module-page .vehicle-showcase-card .vehicle-card-actions em {
    min-height: 46px;
    border-radius: 10px;
    background: #ff5a3d;
    font-size: 15px;
    box-shadow: 0 12px 24px rgba(255, 90, 61, .22);
  }

  @media (max-width: 1320px) {
    .vehicle-module-page .listing-grid-page {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 1100px) {
    .vehicle-module-page .listing-grid-page {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .property-desktop-hero,
  .property-results-head {
    display: none;
  }

  .property-results-panel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .property-module-page .listing-card {
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transform: none;
  }

  .property-module-page .listing-card-media {
    height: 132px;
    border-radius: 14px 14px 0 0;
  }

  .property-module-page .listing-card-body {
    padding: 11px;
  }
}
.empty-public {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 60px 20px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  background: #fff;
}
.detail-page {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 18px;
}
.detail-gallery,
.detail-summary,
.detail-content article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.detail-gallery {
  overflow: hidden;
}
.detail-gallery > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.detail-gallery > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
}
.detail-gallery > div img {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}
.detail-summary {
  align-self: start;
  padding: 24px;
}
.state-pill {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-weight: 900;
  font-size: 12px;
}
.detail-summary h1 {
  margin: 14px 0 8px;
  font-size: 30px;
}
.detail-summary p {
  color: var(--muted);
}
.detail-summary > strong {
  display: block;
  margin: 18px 0;
  color: var(--orange);
  font-size: 30px;
}
.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.detail-actions a,
.wishlist-save-form button {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.wishlist-save-form {
  grid-column: 1 / -1;
}

.wishlist-save-form button {
  width: 100%;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: var(--orange);
}
.owner-box {
  margin-top: 18px;
  padding: 16px;
  border-radius: 10px;
  background: #f8fafc;
}
.owner-box h3 {
  margin: 6px 0;
}
.detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}
.detail-content article {
  padding: 22px;
}
.detail-content article:first-child {
  grid-column: 1 / -1;
}
.attribute-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.attribute-grid div {
  padding: 12px;
  border-radius: 8px;
  background: #f8fafc;
  min-width: 0;
}
.attribute-grid span,
.owner-box small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.attribute-grid strong {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.25;
}
.enquiry-form {
  display: grid;
  gap: 10px;
}
.enquiry-form textarea {
  min-height: 90px;
  padding-top: 12px;
}
.static-page {
  display: block;
  padding: 38px;
}
.static-actions {
  max-width: 900px;
}

@media (max-width: 760px) {
  body {
    background: #fff;
    padding-bottom: 86px;
  }
  .site-header,
  .nav-strip,
  .side-panel,
  .site-footer { display: none; }
  .mobile-top { display: block; }
  .site-shell {
    width: 100%;
    padding: 0 13px;
    overflow: hidden;
  }
  .mobile-bar {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-bar .brand-logo { min-width: 0; }
  .mobile-bar .brand-logo strong { font-size: 26px; }
  .mobile-bar .brand-logo small { font-size: 11px; }
  .mobile-bar .logo-mark { width: 58px; height: 46px; }
  .mobile-post-btn {
    min-width: 88px;
    min-height: 34px;
    flex-shrink: 0;
    font-size: 12px !important;
    font-weight: 700;
    padding: 0 10px;
  }
  .mobile-post-btn::before {
    top: -9px;
    right: -6px;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 9px;
  }
  .mobile-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    flex-shrink: 0;
  }
  .mobile-icons span { position: relative; }
  .mobile-icons .circle-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--text);
    font-weight: 900;
    box-shadow: none;
  }
  .search-shape {
    position: relative;
  }
  .search-shape::before {
    content: "";
    width: 19px;
    height: 19px;
    border: 3px solid #111827;
    border-radius: 50%;
    display: block;
  }
  .search-shape::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 3px;
    right: 5px;
    bottom: 7px;
    border-radius: 99px;
    background: #111827;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .bell-shape::before {
    content: "";
    width: 21px;
    height: 24px;
    display: block;
    border: 3px solid #111827;
    border-bottom-width: 4px;
    border-radius: 14px 14px 9px 9px;
  }
  .bell-shape::after {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 5px;
    width: 7px;
    height: 4px;
    border-radius: 0 0 99px 99px;
    background: #111827;
  }
  .mobile-icons i {
    top: -4px;
    right: -3px;
  }
  .mobile-icons img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    object-fit: cover;
  }
  .mobile-search {
    height: 58px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    align-items: center;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 29px;
    color: var(--muted);
    box-shadow: 0 4px 18px rgba(15,23,42,.05);
  }
  .mobile-search span {
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 50%;
    background: transparent;
    color: #64748b;
  }
  .mobile-search .search-shape::before {
    width: 17px;
    height: 17px;
    border-color: #6b7280;
    border-width: 2px;
  }
  .mobile-search .search-shape::after {
    width: 9px;
    height: 2px;
    right: 5px;
    bottom: 7px;
    background: #6b7280;
  }
  .mobile-search input {
    border: 0;
    outline: 0;
    min-width: 0;
    font-size: 16px;
  }
  .mobile-search b {
    color: var(--text);
    font-size: 16px;
    white-space: nowrap;
  }
  .home-grid { display: block; }
  .listing-layout,
  .detail-page,
  .detail-content {
    display: block;
  }
  .listing-page-head,
  .static-page {
    display: block;
    padding: 18px;
  }
  .listing-page-head h1,
  .static-page h1 {
    font-size: 27px;
  }
  .filter-card {
    position: static;
    margin-bottom: 14px;
  }
  .listing-grid-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    margin-right: 0;
    padding-right: 0;
  }
  .listing-grid-page .listing-card {
    min-width: 0;
  }
  .detail-gallery > img {
    height: 330px;
  }
  .detail-summary,
  .detail-content article {
    margin-top: 14px;
  }
  .attribute-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    min-height: 248px;
    margin-top: 18px;
    border-radius: 13px;
  }
  .hero-card img {
    width: 100%;
    height: 100%;
    opacity: 0.88;
  }
  .hero-card::after {
    background:
      radial-gradient(circle at 52% 100%, rgba(255,101,0,.18), transparent 26%),
      linear-gradient(102deg, #fff3eb 0 46%, rgba(255, 243, 235, 0.55) 62%, rgba(255,255,255,0.02) 100%);
  }
  .hero-copy {
    width: 59%;
    padding: 26px 22px;
  }
  .hero-copy h1 {
    font-size: 27px;
    line-height: 1.1;
  }
  .hero-copy p {
    margin: 14px 0;
    font-size: 17px;
  }
  .hero-copy form,
  .trust-row,
  .slide { display: none; }
  .mobile-hero-cta {
    min-width: 124px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    border-radius: 7px;
    background: var(--orange);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
  }
  .dots { bottom: 14px; }
  .dots i { width: 11px; height: 11px; }
  .category-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -12px;
    padding: 14px 12px;
    border-radius: 14px;
    box-shadow: 0 5px 22px rgba(15,23,42,.08);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .category-grid::-webkit-scrollbar,
  .quick-actions::-webkit-scrollbar,
  .listing-row::-webkit-scrollbar {
    display: none;
  }
  .category-tile {
    min-width: 82px;
    min-height: 94px;
    flex: 0 0 82px;
    scroll-snap-align: start;
    background: #fff;
    border-color: #eef2f7;
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
  }
  .category-tile span {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .category-tile strong {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }
  .category-tile small { display: none; }
  .quick-actions {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -12px;
    padding-right: 12px;
    margin-top: 16px;
    scroll-snap-type: x mandatory;
  }
  .qa {
    min-width: 176px;
    flex: 0 0 176px;
    min-height: 118px;
    display: block;
    padding: 12px;
    border-radius: 9px;
    scroll-snap-align: start;
    box-shadow: 0 12px 26px rgba(15,23,42,.06);
  }
  .qa b {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
    font-size: 22px;
  }
  .qa strong {
    display: block;
    font-size: 14px;
    line-height: 1.12;
  }
  .qa small {
    display: block;
    margin-top: 7px;
    font-size: 12px;
  }
  .qa button { display: none; }
  .section-head h2 { font-size: 19px; }
  .section-head h2::before {
    content: "";
  }
  .listing-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -12px;
    padding: 2px 12px 14px 2px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .listing-row .listing-card {
    min-width: 218px;
    flex: 0 0 218px;
    scroll-snap-align: start;
  }
  .listing-card {
    min-width: 210px;
    border-radius: 12px;
  }
  .listing-card > div { height: 135px; }
  .near-grid {
    grid-template-columns: repeat(5, minmax(95px, 1fr));
    overflow-x: auto;
    margin-right: -12px;
    padding-right: 12px;
    scrollbar-width: thin;
  }
  .near-grid a { min-width: 95px; }
  .mobile-refer {
    display: block;
    min-height: auto;
    margin: 18px 0;
    border-radius: 12px;
  }
  .mobile-refer div { padding: 18px; }
  .mobile-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    padding: 7px 18px 10px;
    border-radius: 28px 28px 0 0;
    background: #fff;
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.13);
    z-index: 20;
  }
  .mobile-bottom a {
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 800;
  }
  .mobile-bottom a b {
    position: relative;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 0;
    background: transparent;
    color: currentColor;
  }
  .nav-home b::before {
    content: "";
    width: 20px;
    height: 16px;
    border: 3px solid currentColor;
    border-top: 0;
    border-radius: 3px;
    transform: translateY(5px);
  }
  .nav-home b::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 18px;
    height: 18px;
    border-left: 3px solid currentColor;
    border-top: 3px solid currentColor;
    transform: rotate(45deg);
  }
  .nav-search b::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid currentColor;
    border-radius: 50%;
  }
  .nav-search b::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 4px;
    width: 10px;
    height: 3px;
    border-radius: 99px;
    background: currentColor;
    transform: rotate(45deg);
  }
  .nav-chat b::before {
    content: "";
    width: 22px;
    height: 17px;
    border: 3px solid currentColor;
    border-radius: 50%;
  }
  .nav-chat b::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 2px;
    border-top: 7px solid currentColor;
    border-right: 7px solid transparent;
  }
  .nav-profile b::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid currentColor;
    border-radius: 50%;
    transform: translateY(-3px);
  }
  .nav-profile b::after {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 22px;
    height: 12px;
    border: 3px solid currentColor;
    border-radius: 14px 14px 4px 4px;
  }
  .mobile-bottom span { font-size: 12px; }
  .mobile-bottom .active { color: var(--orange); }
  .mobile-bottom .post {
    width: 58px;
    height: 58px;
    margin: -28px auto 0;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #ff7a18, #ff4e00);
    color: #fff;
    font-size: 42px;
    box-shadow: 0 7px 16px rgba(255,101,0,.35);
  }
}

.mobile-property-home {
  display: none;
}

.mobile-market-home {
  display: none;
}

@media (max-width: 760px) {
  .public-home-page {
    background: #fff !important;
    padding-bottom: 94px !important;
  }

  .public-home-page .mobile-top,
  .public-home-page .site-shell,
  .public-home-page .site-footer {
    display: none !important;
  }

  .public-home-page .mobile-property-home {
    display: block;
    padding: 18px 18px 0;
    background: #fff;
  }

  .mobile-property-top {
    display: grid;
    gap: 16px;
  }

  .mobile-appbar {
    min-height: 42px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .mobile-back {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #0f172a;
    font-size: 34px;
    line-height: 1;
  }

  .mobile-app-logo {
    justify-self: center;
    max-width: 172px;
    height: 44px;
    display: grid;
    place-items: center;
  }

  .mobile-app-logo img {
    max-width: 100%;
    max-height: 44px;
    object-fit: contain;
  }

  .mobile-app-logo span {
    width: 52px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff6500, #ffb000);
    color: #071326;
    font-weight: 900;
  }

  .mobile-app-icons {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .mobile-app-icons a {
    position: relative;
    width: 28px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #0f172a;
  }

  .mobile-app-icons svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.1;
  }

  .mobile-app-icons i {
    position: absolute;
    top: 0;
    right: -4px;
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ff6500;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
  }

  .mobile-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .mobile-title-row h1 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
  }

  .mobile-title-row p {
    margin: 0;
    color: #7b8494;
    font-size: 16px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .mobile-title-row > a {
    min-width: 156px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, #fff7ed);
    color: #ff6500;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(255,101,0,.08);
  }

  .mobile-title-row > a svg {
    width: 22px;
    height: 22px;
  }

  .mobile-property-search {
    height: 58px;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 0 12px 0 16px;
    border: 1px solid #e8edf5;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
  }

  .mobile-property-search svg {
    width: 22px;
    height: 22px;
    color: #7b8494;
  }

  .mobile-property-search input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: #111827;
    font-size: 15px;
  }

  .mobile-property-search b {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 12px;
    border-left: 1px solid #e8edf5;
    color: #111827;
    font-size: 14px;
  }

  .mobile-property-search b svg {
    width: 18px;
    height: 18px;
  }

  .property-chip-row,
  .mobile-tab-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin: 0 -18px;
    padding: 0 18px 2px;
    scrollbar-width: none;
  }

  .property-chip-row::-webkit-scrollbar,
  .mobile-tab-row::-webkit-scrollbar,
  .property-type-rail::-webkit-scrollbar,
  .mobile-property-cards::-webkit-scrollbar {
    display: none;
  }

  .property-chip-row a,
  .mobile-tab-row a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 0 20px;
    border-radius: 999px;
    background: #f7f8fa;
    color: #151b27;
    font-size: 14px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(226,232,240,.7);
  }

  .property-chip-row a.active,
  .mobile-tab-row a.active {
    background: #fff2e8;
    color: #ff6500;
    box-shadow: none;
  }

  .property-chip-row svg {
    width: 18px;
    height: 18px;
  }

  .property-type-rail {
    min-height: 108px;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin: 0;
    padding: 18px 16px 15px;
    border: 1px solid #edf1f7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,23,42,.07);
    scrollbar-width: none;
  }

  .property-type-rail a {
    min-width: 78px;
    display: grid;
    justify-items: center;
    gap: 8px;
    flex: 0 0 78px;
    color: #151b27;
    text-align: center;
  }

  .property-type-rail span {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent) 14%, white);
    color: var(--accent);
  }

  .property-type-rail svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
  }

  .property-type-rail b {
    font-size: 13px;
    line-height: 1.1;
  }

  .mobile-property-hero {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 54%;
    align-items: stretch;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff4e9, #fff);
    box-shadow: 0 16px 34px rgba(15,23,42,.1);
  }

  .mobile-property-hero > div {
    position: relative;
    z-index: 1;
    padding: 24px 0 18px 20px;
  }

  .mobile-property-hero h2 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.08;
  }

  .mobile-property-hero h2 span {
    color: #ff6500;
  }

  .mobile-property-hero p {
    margin: 0 0 26px;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
  }

  .mobile-property-hero > div > div {
    display: flex;
    gap: 15px;
  }

  .mobile-property-hero small {
    display: grid;
    justify-items: center;
    gap: 5px;
    color: #111827;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 800;
  }

  .mobile-property-hero small svg {
    width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 50%;
    background: #fff;
    color: #ff6500;
    filter: drop-shadow(0 6px 12px rgba(255,101,0,.18));
  }

  .mobile-property-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-property-hero > a {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 999px;
    background: #ff6500;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(255,101,0,.28);
  }

  .mobile-property-hero em {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 2;
    display: flex;
    gap: 7px;
    font-style: normal;
  }

  .mobile-property-hero em i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
  }

  .mobile-property-hero em i:first-child {
    background: #ff6500;
  }

  .mobile-home-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border: 1px solid #edf1f7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,23,42,.07);
  }

  .mobile-home-actions a {
    min-width: 0;
    min-height: 70px;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 4px 8px;
    align-content: center;
    padding: 10px;
    border-radius: 12px;
    background: #fff6ef;
    color: #111827;
  }

  .mobile-home-actions a:nth-child(2) { background: #eef7ff; }
  .mobile-home-actions a:nth-child(3) { background: #effdf4; }

  .mobile-home-actions span {
    grid-row: span 2;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #fff;
    color: #ff6500;
  }

  .mobile-home-actions a:nth-child(2) span { color: #1687f3; }
  .mobile-home-actions a:nth-child(3) span { color: #16a34a; }

  .mobile-home-actions svg {
    width: 24px;
    height: 24px;
  }

  .mobile-home-actions b {
    align-self: end;
    font-size: 13px;
    line-height: 1.05;
  }

  .mobile-home-actions small {
    color: #697386;
    font-size: 10px;
    line-height: 1.15;
  }

  .mobile-featured-block {
    padding-top: 22px;
  }

  .mobile-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .mobile-section-head h2 {
    position: relative;
    margin: 0;
    padding-bottom: 7px;
    color: #111827;
    font-size: 21px;
    line-height: 1;
  }

  .mobile-section-head h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #ff6500;
  }

  .mobile-section-head a {
    color: #ff6500;
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-property-cards {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin: 10px -14px 0;
    padding: 0 14px 16px;
    scrollbar-width: none;
  }

  .mobile-property-card {
    min-width: 218px;
    flex: 0 0 218px;
    overflow: hidden;
    border: 1px solid #edf1f7;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15,23,42,.1);
  }

  .mobile-property-card-media {
    position: relative;
    height: 142px;
    overflow: hidden;
  }

  .mobile-property-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .mobile-property-card-media span {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #ff6500;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
  }

  .mobile-property-card-media button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #334155;
    box-shadow: 0 8px 16px rgba(15,23,42,.16);
  }

  .mobile-property-card-media button svg {
    width: 18px;
    height: 18px;
  }

  .mobile-property-card-body {
    padding: 11px 12px 8px;
  }

  .mobile-property-card-body h3 {
    min-height: 34px;
    margin: 0 0 6px;
    color: #111827;
    font-size: 14px;
    line-height: 1.2;
  }

  .mobile-property-card-body p {
    margin: 0 0 8px;
    color: #697386;
    font-size: 12px;
  }

  .mobile-property-card-body strong {
    display: block;
    margin-bottom: 8px;
    color: #ff6500;
    font-size: 17px;
    line-height: 1.1;
  }

  .mobile-property-card-body div {
    display: flex;
    gap: 8px;
    overflow: hidden;
  }

  .mobile-property-card-body em {
    color: #697386;
    font-size: 11px;
    font-style: normal;
  }

  .mobile-property-card footer {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: linear-gradient(180deg, #fff, #fff8ed);
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
  }

  .mobile-property-card footer small {
    color: #697386;
    font-size: 12px;
    font-weight: 800;
  }

  .mobile-why-property {
    margin: 8px 0 14px;
    padding: 18px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff6ec, #fff);
    box-shadow: 0 12px 30px rgba(15,23,42,.08);
  }

  .mobile-why-property h2 {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.2;
  }

  .mobile-why-property div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-why-property span {
    display: grid;
    justify-items: center;
    gap: 6px;
    color: #111827;
    text-align: center;
    font-size: 10px;
    line-height: 1.15;
  }

  .mobile-why-property svg {
    width: 34px;
    height: 34px;
    padding: 8px;
    border-radius: 50%;
    background: #fff;
    color: #16a34a;
    box-shadow: 0 8px 18px rgba(15,23,42,.08);
  }

  .public-home-page .mobile-bottom {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 92px !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    align-items: start !important;
    padding: 13px 20px 8px !important;
    border: 0 !important;
    border-radius: 30px 30px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -10px 34px rgba(15,23,42,.14) !important;
  }

  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 58px !important;
    display: grid !important;
    justify-items: center !important;
    gap: 5px !important;
    background: transparent !important;
    color: #697386 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .public-home-page .mobile-bottom a:not(.post).active {
    color: #ff6500 !important;
  }

  .public-home-page .mobile-bottom a:not(.post) b {
    width: 32px !important;
    height: 32px !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
  }

  .public-home-page .mobile-bottom a span {
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .public-home-page .mobile-bottom .post {
    position: relative !important;
    width: 64px !important;
    height: 64px !important;
    margin: -34px auto 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ff7a18, #ff4f00) !important;
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    box-shadow: 0 12px 26px rgba(255,101,0,.34) !important;
  }

  .public-home-page .mobile-bottom .post span {
    position: absolute !important;
    left: 50% !important;
    top: 66px !important;
    transform: translateX(-50%) !important;
    min-width: 96px !important;
    color: #ff6500 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 420px) {
  .mobile-bar .brand-logo strong { font-size: 23px; }
  .mobile-bar .brand-logo small { font-size: 10px; }
  .mobile-bar .logo-mark { width: 50px; height: 40px; }
  .mobile-icons .circle-icon,
  .mobile-icons img {
    width: 34px;
    height: 34px;
  }
  .mobile-search input { font-size: 14px; }
  .hero-card { min-height: 224px; }
  .hero-copy { width: 62%; padding: 22px 16px; }
  .hero-copy h1 { font-size: 24px; }
  .hero-copy p { font-size: 15px; margin: 10px 0 12px; }
  .mobile-hero-cta { min-width: 112px; min-height: 38px; font-size: 14px; }
  .category-grid { grid-template-columns: repeat(5, 1fr); }
  .category-tile span { width: 46px; height: 46px; }
  .qa { min-height: 112px; padding: 10px; }
  .qa b { width: 32px; height: 32px; font-size: 20px; }
  .qa strong { font-size: 12px; }
  .qa small { font-size: 11px; }
  .listing-card { min-width: 190px; }
  .mobile-bottom {
    height: 74px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 761px) and (max-width: 1280px) {
  .site-header { grid-template-columns: 230px 1fr; }
  .header-actions { display: none; }
  .home-grid { grid-template-columns: 1fr; }
  .side-panel { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .site-shell { padding: 0 10px; }
  .mobile-bar { height: 68px; }
  .mobile-bar .brand-logo strong { font-size: 22px; }
  .mobile-bar .brand-logo small { font-size: 10px; }
  .mobile-bar .logo-mark { width: 46px; height: 36px; }
  .mobile-icons { gap: 8px; }
  .mobile-icons .circle-icon,
  .mobile-icons img {
    width: 34px;
    height: 34px;
  }
  .search-shape::before {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
  .search-shape::after {
    width: 9px;
    height: 2px;
    right: 6px;
    bottom: 8px;
  }
  .bell-shape::before {
    width: 18px;
    height: 21px;
    border-width: 2px;
    border-bottom-width: 3px;
  }
  .bell-shape::after {
    left: 15px;
    bottom: 6px;
    width: 6px;
    height: 3px;
  }
  .mobile-search {
    height: 46px;
    padding: 0 12px;
    border-radius: 24px;
  }
  .mobile-search input,
  .mobile-search b {
    font-size: 14px;
  }
  .listing-page-head,
  .static-page {
    padding: 14px;
  }
  .hero-card {
    min-height: 198px;
    margin-top: 14px;
    border-radius: 11px;
  }
  .hero-copy {
    width: 61%;
    padding: 18px 16px;
  }
  .hero-copy h1 { font-size: 23px; }
  .hero-copy p {
    margin: 9px 0 10px;
    font-size: 14px;
  }
  .mobile-hero-cta {
    min-width: 104px;
    min-height: 34px;
    font-size: 13px;
  }
  .dots { bottom: 12px; }
  .dots i {
    width: 9px;
    height: 9px;
  }
  .category-grid {
    margin-top: 14px;
    gap: 9px;
    padding: 12px 10px;
    border-radius: 12px;
  }
  .category-tile {
    min-width: 76px;
    min-height: 88px;
    flex-basis: 76px;
    padding: 9px 6px;
    border-radius: 13px;
  }
  .category-tile span {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .category-tile strong { font-size: 11px; }
  .quick-actions {
    gap: 8px;
    margin-top: 12px;
  }
  .qa {
    min-width: 148px;
    flex-basis: 148px;
    min-height: 94px;
    padding: 9px;
    border-radius: 8px;
  }
  .qa b {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .qa strong { font-size: 12px; }
  .qa small {
    margin-top: 5px;
    font-size: 10px;
  }
  .section-head {
    margin: 16px 0 10px;
  }
  .section-head h2 { font-size: 17px; }
  .section-head a { font-size: 12px; }
  .listing-row {
    gap: 10px;
    padding-bottom: 12px;
  }
  .listing-card {
    border-radius: 15px;
  }
  .listing-row .listing-card {
    min-width: 188px;
    flex-basis: 188px;
  }
  .listing-card-media { height: 116px; }
  .listing-card > div { height: 108px; }
  .listing-card h3 { font-size: 13px; }
  .listing-card strong { font-size: 15px; }
  .listing-card p { font-size: 11px; }
  .near-grid {
    grid-template-columns: repeat(5, minmax(82px, 1fr));
  }
  .near-grid a {
    min-width: 82px;
    min-height: 76px;
    padding: 9px;
  }
  .near-grid span {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
  .near-grid strong { font-size: 11px; }
  .mobile-refer {
    margin: 14px 0;
    border-radius: 10px;
  }
  .mobile-refer div { padding: 14px; }
  .mobile-refer h2 { font-size: 17px; }
  .mobile-refer p { font-size: 12px; }
  .mobile-bottom {
    height: 70px;
    padding: 6px 12px 8px;
    border-radius: 22px 22px 0 0;
  }
  .mobile-bottom a {
    gap: 3px;
    font-size: 12px;
  }
  .mobile-bottom a b {
    width: 23px;
    height: 23px;
  }
  .mobile-bottom span { font-size: 11px; }
  .mobile-bottom .post {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -24px auto 0;
    font-size: 36px;
  }
  .mobile-bottom .post span {
    position: absolute;
    left: 50%;
    top: 52px;
    transform: translateX(-50%);
    min-width: 86px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }

  .public-module-page .mobile-top {
    display: none;
  }
  .public-module-page .site-shell {
    padding-top: 0;
  }
  .mobile-module-top {
    display: block;
    padding-top: 10px;
  }
  .module-mobile-bar {
    height: 58px;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
  }
  .module-mobile-bar .brand-logo {
    justify-content: center;
    gap: 8px;
  }
  .module-mobile-bar .brand-logo strong {
    font-size: 22px;
  }
  .module-mobile-bar .brand-logo small {
    font-size: 10px;
  }
  .module-mobile-bar .logo-mark {
    width: 46px;
    height: 36px;
  }
  .module-back {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 34px;
    line-height: 1;
  }
  .module-mobile-icons {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .module-mobile-icons > span {
    position: relative;
    width: 26px;
    height: 28px;
    display: grid;
    place-items: center;
  }
  .module-mobile-icons i {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 15px;
    height: 15px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 9px;
    font-style: normal;
  }
  .heart-shape::before,
  .heart-shape::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    border: 2px solid #111827;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: #fff;
  }
  .heart-shape::before {
    left: 5px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }
  .heart-shape::after {
    right: 5px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
  .module-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 4px;
  }
  .module-title-row h1 {
    margin: 0;
    font-size: 25px;
    line-height: 1;
  }
  .module-title-row p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 14px;
  }
  .module-title-row a {
    min-width: 138px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    color: var(--orange);
    background: #fff7ed;
    font-size: 14px;
    font-weight: 800;
  }
  .module-search {
    margin-top: 18px;
  }
  .module-filter-chips {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin: 14px -10px 0 0;
    padding-right: 10px;
    scrollbar-width: none;
  }
  .module-filter-chips a {
    flex: 0 0 auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #f8fafc;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(15,23,42,.04);
  }
  .module-filter-chips a.active {
    background: #fff1e8;
    color: var(--orange);
  }
  .public-module-page .listing-page-head {
    display: none;
  }
  .public-module-page .module-category-strip {
    margin-top: 16px;
    margin-bottom: 14px;
    grid-template-columns: repeat(6, minmax(74px, 1fr));
    overflow-x: auto;
    padding: 13px 10px;
  }
  .public-module-page .module-category-strip .category-tile {
    min-width: 74px;
  }
  .mobile-module-hero {
    position: relative;
    min-height: 190px;
    display: block;
    overflow: hidden;
    margin: 14px 0;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff3eb;
  }
  .mobile-module-hero img {
    position: absolute;
    inset: 0 0 0 auto;
    width: 67%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-module-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, #fff3eb 0 48%, rgba(255, 243, 235, .52) 67%, rgba(255,255,255,0) 100%);
  }
  .mobile-module-hero > div {
    position: relative;
    z-index: 1;
    width: 55%;
    padding: 22px 18px;
  }
  .mobile-module-hero h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.12;
  }
  .mobile-module-hero h2 span {
    color: var(--orange);
  }
  .mobile-module-hero p {
    margin: 9px 0 14px;
    font-size: 15px;
    font-weight: 800;
  }
  .mobile-module-hero ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-module-hero li {
    width: 54px;
    color: #111827;
    font-size: 10px;
    font-weight: 700;
  }
  .mobile-module-hero a {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 14px;
    border-radius: 18px 0 12px 0;
    background: var(--orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
  }
  .mobile-module-hero .dots {
    left: 47%;
    bottom: 11px;
  }
  .property-action-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 18px;
  }
  .property-action-strip a {
    min-height: 68px;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 2px 8px;
    align-content: center;
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
  }
  .property-action-strip b {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #fff1e8;
    color: var(--orange);
  }
  .property-action-strip strong {
    font-size: 12px;
    line-height: 1.1;
  }
  .property-action-strip small {
    color: var(--muted);
    font-size: 10px;
  }
  .module-featured-head {
    display: flex;
  }
  .public-module-page .filter-card {
    display: none;
  }
  .public-module-page .listing-layout {
    display: block;
  }
  .public-module-page .listing-grid-page {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -10px;
    padding-right: 10px;
  }
  .public-module-page .listing-grid-page .listing-card {
    min-width: 174px;
  }
}

@media (max-width: 420px) {
  .mobile-bar .brand-logo strong { font-size: 21px; }
  .mobile-bar .logo-mark { width: 44px; height: 34px; }
  .hero-card { min-height: 190px; }
  .hero-copy {
    width: 63%;
    padding: 17px 14px;
  }
  .hero-copy h1 { font-size: 21px; }
  .category-tile span {
    width: 39px;
    height: 39px;
  }
  .qa {
    min-height: 88px;
    padding: 8px;
  }
  .qa small { display: none; }
  .listing-card { min-width: 166px; }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 98px;
  }
  .mobile-bottom {
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 86px;
    align-items: start;
    padding: 13px 8px 8px;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -9px 30px rgba(15, 23, 42, 0.16);
  }
  .mobile-bottom a {
    min-width: 0;
    gap: 5px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1;
  }
  .mobile-bottom a b {
    width: 30px;
    height: 30px;
  }
  .mobile-bottom span {
    font-size: 12px;
    line-height: 1;
  }
  .mobile-bottom .active {
    color: var(--orange);
  }
  .mobile-bottom .post {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -34px auto 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #ff7a18 0%, #ff4f00 100%);
    color: #fff;
    font-size: 43px;
    font-weight: 300;
    line-height: 1;
    box-shadow:
      0 9px 18px rgba(255, 101, 0, 0.36),
      0 0 0 8px #fff;
  }
  .mobile-bottom .post span {
    position: absolute;
    left: 50%;
    top: 66px;
    transform: translateX(-50%);
    min-width: 94px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }
  .mobile-bottom .nav-home.active span {
    color: var(--orange);
  }
  .nav-home b::before {
    width: 21px;
    height: 16px;
    border-width: 2.8px;
  }
  .nav-home b::after {
    top: 4px;
    width: 19px;
    height: 19px;
    border-left-width: 2.8px;
    border-top-width: 2.8px;
  }
  .nav-search b::before {
    width: 20px;
    height: 20px;
    border-width: 2.8px;
  }
  .nav-search b::after {
    right: 1px;
    bottom: 4px;
    width: 11px;
    height: 2.8px;
  }
  .nav-chat b::before {
    width: 22px;
    height: 18px;
    border-width: 2.8px;
  }
  .nav-chat b::after {
    left: 5px;
    bottom: 1px;
  }
  .nav-profile b::before {
    width: 10px;
    height: 10px;
    border-width: 2.8px;
  }
  .nav-profile b::after {
    width: 22px;
    height: 12px;
    border-width: 2.8px;
  }
}

/* Public listing polish */
.listing-card > a {
  display: block;
  height: 100%;
}
.listing-card-media {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: #eef2f7;
}
.listing-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}
.listing-card:hover .listing-card-media img {
  transform: scale(1.035);
}
.listing-card-media span {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 54px);
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 101, 0, .94);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-card-media button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: #ef4444;
  font-size: 17px;
  line-height: 1;
}
.listing-card-body {
  padding: 12px;
}
.listing-card-body h3,
.listing-card h3 {
  min-height: 36px;
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-card-body > strong,
.listing-card strong {
  display: block;
  margin: 0 0 6px;
  color: var(--orange);
  font-size: 18px;
}
.listing-card-body p,
.listing-card p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}
.listing-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.listing-card-facts em {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.category-grid {
  gap: 10px;
  border-color: #e2e8f0;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 14px 36px rgba(15,23,42,.08);
}

.category-tile {
  min-height: 104px;
  padding: 10px 8px;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.category-tile:hover {
  transform: translateY(-2px);
  border-color: #e2e8f0;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
}

.category-tile span,
.near-grid span {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 18%, white), 0 10px 24px color-mix(in srgb, var(--accent) 15%, transparent);
}

.category-tile span img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
}

.category-tile span i {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-style: normal;
}

.category-tile span i[hidden],
.category-tile span .category-fallback-icon[hidden] {
  display: none !important;
}

.category-tile span i svg {
  width: 24px;
  height: 24px;
}

.listing-card {
  border-color: #dbe5f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.listing-card:hover {
  transform: translateY(-3px);
  border-color: #cbd8ea;
  box-shadow: 0 20px 44px rgba(15,23,42,.12);
}

.listing-card-media {
  height: 162px;
  border-radius: 18px 18px 0 0;
}

.listing-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(2,6,23,.18));
  pointer-events: none;
}

.listing-card-media span {
  z-index: 1;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(255,101,0,.92);
  box-shadow: 0 8px 18px rgba(255,101,0,.22);
}

.listing-card-media button {
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 22px rgba(15,23,42,.16);
}

.listing-card-media button svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.2;
}

.listing-card-body {
  padding: 13px 14px 14px;
}

.listing-card-body > strong,
.listing-card strong {
  width: fit-content;
  padding: 4px 0;
  font-size: 17px;
  line-height: 1.1;
}

.listing-card-facts em {
  min-height: 26px;
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}

.side-card {
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(15,23,42,.08);
}

.side-listing {
  grid-template-columns: 92px minmax(0, 1fr) 34px;
  align-items: center;
  padding: 8px 0;
}

.side-listing img {
  width: 92px;
  height: 66px;
  border-radius: 10px;
}

.side-listing h3 {
  display: -webkit-box;
  margin-bottom: 3px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.18;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.site-footer {
  max-width: none;
  width: 100%;
  min-height: 44px;
  margin: 26px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 28px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.site-footer a,
.site-footer span {
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  font-weight: 800;
}
.site-footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b63ce;
}

.coming-soon-modal[hidden] {
  display: none;
}
.coming-soon-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}
.coming-soon-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .48);
  backdrop-filter: blur(8px);
}
.coming-soon-card {
  position: relative;
  z-index: 1;
  width: min(360px, calc(100vw - 28px));
  padding: 20px 20px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 101, 0, .08), transparent 30%),
    linear-gradient(180deg, #fff, #fffaf6);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
  text-align: center;
  animation: comingSoonPop .22s ease-out;
  overflow: hidden;
}
.coming-soon-card::before {
  content: "";
  position: absolute;
  inset: -45% auto auto 50%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 101, 0, .08);
  transform: translateX(-50%);
  animation: comingSoonGlow 2.6s ease-in-out infinite;
}
.coming-soon-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f8fafc;
  color: #475569;
  font-size: 18px;
}
.coming-soon-orbit {
  position: relative;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
}
.coming-soon-orbit::before,
.coming-soon-orbit::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 101, 0, .18);
  border-radius: 22px;
  animation: comingSoonSpin 5s linear infinite;
}
.coming-soon-orbit::after {
  inset: 9px;
  animation-duration: 3.4s;
  animation-direction: reverse;
}
.coming-soon-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 16px;
  background: #fff7ed;
  color: var(--orange);
  box-shadow: 0 10px 24px rgba(255, 101, 0, .16);
}
.coming-soon-icon svg {
  width: 26px;
  height: 26px;
}
.coming-soon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff1e7;
  color: #f05b00;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.coming-soon-card h2 {
  margin: 8px 0 6px;
  font-size: 22px;
  line-height: 1.1;
}
.coming-soon-card p {
  max-width: 300px;
  margin: 0 auto;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}
.coming-soon-card p b {
  color: #0f172a;
}
.coming-soon-card ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.coming-soon-card li {
  padding: 5px 9px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: rgba(255, 247, 237, .72);
  color: #7c2d12;
  font-size: 11px;
  font-weight: 800;
}
.coming-soon-card a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(255, 101, 0, .22);
}
@keyframes comingSoonPop {
  from { opacity: 0; transform: translateY(8px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes comingSoonSpin {
  to { transform: rotate(1turn); }
}
@keyframes comingSoonGlow {
  0%, 100% { transform: translateX(-50%) scale(.96); opacity: .75; }
  50% { transform: translateX(-50%) scale(1.08); opacity: 1; }
}
@media (max-width: 560px) {
  .coming-soon-modal {
    padding: 14px;
  }
  .coming-soon-card {
    width: min(330px, calc(100vw - 28px));
    padding: 18px 16px 16px;
    border-radius: 17px;
  }
  .coming-soon-orbit {
    width: 62px;
    height: 62px;
    margin-bottom: 8px;
  }
  .coming-soon-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }
  .coming-soon-card h2 {
    font-size: 20px;
  }
  .coming-soon-card p {
    font-size: 13px;
  }
}
.modal-open {
  overflow: hidden;
}

.property-detail-shell {
  max-width: 1500px;
}
.property-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 430px;
  gap: 16px;
}
.property-detail-gallery,
.property-detail-summary,
.property-info-card {
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.property-detail-gallery {
  position: relative;
  overflow: hidden;
  align-self: start;
}
.mobile-photo-controls,
.mobile-statusbar,
.photo-count,
.photo-index,
.mobile-property-actions {
  display: none;
}
.property-main-photo {
  width: 100%;
  height: 470px;
  display: block;
  object-fit: cover;
  background: #eef2f7;
}
.property-thumb-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #e5edf5;
  background: #fff;
}
.property-thumb-row a {
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  background: #f1f5f9;
}
.property-thumb-row a.active {
  border-color: var(--orange);
}
.property-thumb-row img {
  width: 100%;
  height: 78px;
  display: block;
  object-fit: cover;
}
.property-detail-summary {
  align-self: start;
  padding: 22px;
  overflow: hidden;
}
.property-title-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
}
.property-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.property-badges span {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 11px;
  font-weight: 900;
}
.property-badges span:nth-child(2) {
  background: #fff7ed;
  color: var(--orange);
}
.property-detail-summary h1 {
  margin: 14px 0 7px;
  max-width: 100%;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  word-break: normal;
}
.property-location {
  margin: 0;
  color: #64748b;
  line-height: 1.45;
}
.property-price {
  display: block;
  margin: 0;
  color: var(--orange);
  font-size: 30px;
  line-height: 1.05;
  text-align: left;
  white-space: normal;
}
.property-price-wrap {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #fed7aa;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 101, 0, .09), rgba(255, 255, 255, .92)),
    #fff7ed;
}
.property-price-wrap small {
  display: block;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.property-fact-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0 14px;
}
.property-fact-strip div {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 2px 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e5edf5;
  border-radius: 10px;
  background: #f8fafc;
}
.property-fact-strip small {
  grid-column: 2;
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}
.property-fact-strip b {
  grid-column: 2;
  display: block;
  margin-top: 0;
  color: #0f172a;
  overflow-wrap: anywhere;
  line-height: 1.15;
}
.property-fact-strip i {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #eef6ff;
  color: #0b63ce;
}
.property-fact-strip i,
.property-id-strip i,
.amenity-list i,
.nearby-list i {
  font-style: normal;
}
.property-fact-strip svg,
.property-id-strip svg,
.amenity-list svg,
.nearby-list svg {
  width: 58%;
  height: 58%;
}
.property-id-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 16px;
  border: 1px solid #e5edf5;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fbff, #fff);
}
.property-id-strip div {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 2px 8px;
  align-items: center;
  padding: 12px 10px;
}
.property-id-strip div + div {
  border-left: 1px solid #e5edf5;
}
.property-id-strip small {
  grid-column: 2;
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}
.property-id-strip b {
  grid-column: 2;
  display: block;
  margin-top: 0;
  color: #0f172a;
  font-size: 13px;
}
.property-id-strip i {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff7ed;
  color: var(--orange);
}
.property-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
.property-contact-actions a,
.property-contact-actions button {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #fed7aa;
  border-radius: 9px;
  background: #fff7ed;
  color: var(--orange);
  font-weight: 900;
}
.property-contact-actions .primary,
.property-contact-actions a:first-child {
  background: var(--orange);
  color: #fff;
}
.property-contact-actions .wishlist-save-form {
  grid-column: auto;
}
.property-contact-actions .wishlist-save-form button {
  width: 100%;
}
.property-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: 14px;
  margin-top: 16px;
  align-items: start;
}
.property-about-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 14px;
  margin-top: 16px;
  align-items: start;
}
.property-enquiry-side {
  display: grid;
  gap: 14px;
}
.side-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.side-highlight-grid div {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 2px 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e5edf5;
  border-radius: 10px;
  background: #f8fafc;
}
.side-highlight-grid i {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff7ed;
  color: var(--orange);
}
.side-highlight-grid svg {
  width: 17px;
  height: 17px;
}
.side-highlight-grid span {
  color: #64748b;
  font-size: 11px;
}
.side-highlight-grid strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.15;
}
.html-about-box {
  min-height: 250px;
  max-height: 420px;
  overflow: auto;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fbfdff;
}
.desktop-owner-card {
  display: block;
}
.public-owner-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
}
.owner-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1e8;
  color: var(--orange);
  font-size: 22px;
  font-weight: 800;
}
.public-owner-card h3,
.public-owner-card p {
  margin: 0;
}
.public-owner-card p,
.public-owner-card small {
  color: #64748b;
}
.property-description-card,
.enquiry-card {
  grid-column: 1 / -1;
}
.property-info-card {
  align-self: start;
  padding: 16px;
}
.public-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.public-card-head h2 {
  margin: 0;
  font-size: 19px;
}
.public-card-head span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}
.rich-description {
  color: #334155;
  line-height: 1.65;
}
.rich-description p:first-child {
  margin-top: 0;
}
.public-attribute-grid .wide {
  grid-column: 1 / -1;
}
.mini-section-title {
  margin: 16px 0 8px;
  color: #475569;
  font-size: 13px;
}
.public-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.public-chip-grid span,
.amenity-list span {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e5edf5;
  border-radius: 9px;
  background: #f8fafc;
}
.public-chip-grid b,
.public-chip-grid small {
  display: block;
}
.public-chip-grid b {
  color: #0f172a;
  font-size: 13px;
  font-weight: 500;
}
.public-chip-grid small {
  margin-top: 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}
.amenity-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
}
.amenity-list span {
  min-height: 42px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  color: #334155;
  font-size: 12px;
  font-weight: 500;
}
.amenity-list i,
.nearby-list i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef6ff;
  color: #0b63ce;
}
.public-location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 14px;
}
.public-location-box iframe,
.map-placeholder {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 10px;
  background: #edf7f5;
}
.map-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  color: #0f766e;
  text-align: center;
}
.map-placeholder small {
  max-width: 250px;
  color: #64748b;
}
.public-location-box p {
  margin: 10px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}
.nearby-list {
  padding: 14px;
  border: 1px solid #e5edf5;
  border-radius: 10px;
  background: #f8fafc;
}
.nearby-list h3 {
  margin: 0 0 10px;
  font-size: 16px;
}
.nearby-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  border-top: 1px solid #e5edf5;
  color: #334155;
  font-size: 13px;
}
.nearby-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nearby-list div:first-of-type {
  border-top: 0;
}
.nearby-list b {
  color: #64748b;
  white-space: nowrap;
  font-weight: 500;
}
.nearby-list button {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  border: 1px solid #fdba74;
  border-radius: 10px;
  background: #fff;
  color: var(--orange);
  font-weight: 900;
}
.map-link,
.public-resource-list a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.public-resource-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.public-resource-list a {
  margin-top: 0;
}
.mobile-owner-card {
  display: none;
}

@media (min-width: 761px) {
  .mobile-property-actions,
  .mobile-statusbar,
  .mobile-photo-controls,
  .photo-count,
  .photo-index {
    display: none !important;
  }
  .property-detail-page {
    padding-bottom: 0;
  }
  .property-main-photo {
    height: 430px;
  }
  .property-thumb-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 10px;
  }
  .property-thumb-row a {
    aspect-ratio: 16 / 9;
  }
  .property-thumb-row img {
    height: 100%;
  }
  .property-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .property-contact-actions a,
  .property-contact-actions button {
    min-height: 42px;
    border-radius: 10px;
  }
  .property-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
  }
  .property-info-card {
    min-width: 0;
  }
  .property-about-row .property-description-card,
  .property-about-row .enquiry-card {
    display: block;
  }
  .property-info-card .public-card-head {
    margin-bottom: 10px;
  }
  .public-attribute-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .property-detail-grid .property-description-card,
  .property-detail-grid .mobile-owner-card {
    display: none;
  }
  .public-card-head h2 {
    font-size: 18px;
  }
  .public-card-head span {
    max-width: 260px;
  }
  .attribute-grid {
    gap: 8px;
  }
  .attribute-grid div {
    padding: 10px 11px;
  }
  .public-attribute-grid .wide {
    grid-column: 1 / -1;
  }
  .public-chip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .public-chip-grid span {
    padding: 9px;
  }
  .amenity-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .public-location-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
  }
  .public-location-box iframe,
  .map-placeholder {
    height: 205px;
  }
  .enquiry-card .enquiry-form {
    grid-template-columns: 1fr;
  }
  .enquiry-card .enquiry-form textarea,
  .enquiry-card .enquiry-form button {
    grid-column: 1 / -1;
  }
  .desktop-enquiry-card {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .property-detail-page strong,
  .property-detail-page b,
  .property-detail-page small,
  .property-detail-page span,
  .property-detail-page p,
  .property-detail-page a,
  .property-detail-page button,
  .property-detail-page input,
  .property-detail-page textarea {
    font-weight: 400;
  }
  .property-detail-page h1,
  .property-detail-page h2,
  .property-detail-page h3,
  .property-detail-page .property-price {
    font-weight: 800;
  }
}

@media (max-width: 1100px) {
  .listing-grid-page {
    grid-template-columns: repeat(3, 1fr);
  }
  .property-detail-hero,
  .property-detail-grid {
    grid-template-columns: 1fr;
  }
  .property-title-row {
    grid-template-columns: 1fr;
  }
  .property-price {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .property-detail-page {
    background: #f7f8fb;
  }
  .property-detail-page .mobile-top,
  .property-detail-page .site-footer {
    display: none;
  }
  .site-footer {
    min-height: 42px;
    display: flex;
    padding: 0 14px 116px;
  }
  .property-detail-shell {
    padding: 0;
    background: #f7f8fb;
  }
  .property-detail-hero {
    display: block;
    gap: 10px;
  }
  .property-detail-gallery {
    border: 0;
    border-radius: 0 0 26px 26px;
    box-shadow: none;
  }
  .mobile-photo-controls {
    position: absolute;
    z-index: 3;
    top: 68px;
    left: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
  }
  .mobile-photo-controls a,
  .mobile-photo-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    color: #111827;
    font-size: 25px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(15,23,42,.14);
    pointer-events: auto;
  }
  .mobile-photo-controls div {
    display: flex;
    gap: 10px;
  }
  .mobile-statusbar {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-shadow: 0 2px 8px rgba(0,0,0,.36);
  }
  .photo-count,
  .photo-index {
    position: absolute;
    z-index: 3;
    bottom: 18px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    background: rgba(17,24,39,.58);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
  }
  .photo-count {
    left: 18px;
  }
  .photo-index {
    right: 18px;
  }
  .property-main-photo {
    height: 390px;
    border-radius: 0 0 26px 26px;
  }
  .property-thumb-row {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 8px 10px;
    border-top: 0;
    background: #fff;
    scrollbar-width: none;
  }
  .property-thumb-row a {
    flex: 0 0 62px;
    border-radius: 8px;
  }
  .property-thumb-row img {
    height: 52px;
  }
  .property-about-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
  }
  .property-enquiry-side {
    width: calc(100% - 20px);
    margin: 0 auto;
    gap: 8px;
  }
  .side-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desktop-owner-card {
    display: none;
  }
  .desktop-enquiry-card {
    display: block;
  }
  .html-about-box {
    min-height: 120px;
    max-height: 220px;
    padding: 10px;
  }
  .property-detail-summary {
    position: relative;
    z-index: 4;
    width: calc(100% - 22px);
    margin: -28px auto 9px;
    padding: 14px 15px 13px;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(15,23,42,.12);
  }
  .property-info-card {
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(15,23,42,.06);
  }
  .property-info-card {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .property-title-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .property-detail-summary h1 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .property-price {
    margin-top: 10px;
    font-size: 21px;
    text-align: left;
  }
  .property-price-wrap small {
    margin-top: 8px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
  }
  .property-location {
    font-size: 14px;
  }
  .property-fact-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 13px -2px 12px;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
  }
  .property-fact-strip div {
    min-width: 0;
    padding: 6px 3px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
  }
  .property-fact-strip div + div {
    border-left: 1px solid #eef2f7;
  }
  .property-fact-strip b {
    max-width: 100%;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.08;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .property-fact-strip small {
    font-size: 8px;
    line-height: 1.2;
  }
  .property-fact-strip i {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    margin: 0 auto 3px;
    border-radius: 7px;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
  }
  .property-id-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
  }
  .property-id-strip div {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 1px 8px;
    align-items: center;
    padding: 9px 8px;
  }
  .property-id-strip div + div {
    border-left: 1px solid #e5edf5;
    border-top: 0;
  }
  .property-id-strip b {
    grid-column: 2;
    margin-top: 0;
    font-size: 11px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }
  .property-id-strip small {
    grid-column: 2;
    font-size: 9px;
  }
  .property-id-strip i {
    grid-row: span 2;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eef6ff;
    color: #0b63ce;
  }
  .property-contact-actions {
    display: none;
  }
  .property-detail-grid {
    gap: 8px;
    margin-top: 8px;
  }
  .public-card-head {
    display: block;
  }
  .public-card-head h2 {
    font-size: 16px;
  }
  .public-card-head span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }
  .detail-content article:first-child,
  .property-description-card,
  .enquiry-card {
    grid-column: auto;
  }
  .public-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mini-section-title,
  .public-chip-grid {
    display: none !important;
  }
  .amenity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .amenity-list span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
    border: 0;
    border-radius: 999px;
    background: #f8fafc;
    position: relative;
  }
  .amenity-list span::before {
    display: none;
  }
  .amenity-list i {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #eef7ff;
    color: #0b63ce;
    font-size: 16px;
    font-weight: 900;
  }
  .amenity-list span:nth-child(2n) i { background: #ecfdf5; color: #15936a; }
  .amenity-list span:nth-child(3n) i { background: #fff7ed; color: #f97316; }
  .amenity-list span:nth-child(4n) i { background: #f5f3ff; color: #6d28d9; }
  }
  .public-location-layout {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .public-location-box iframe,
  .map-placeholder {
    height: 180px;
  }
  .public-location-box p {
    margin: 9px 0 0;
    font-size: 13px;
  }
  .nearby-list {
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .nearby-list h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .nearby-list div {
    padding: 6px 0;
    border-top: 0;
    font-size: 13px;
  }
  .nearby-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .nearby-list i {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 7px;
    background: #f1f5f9;
    color: #334155;
    font-size: 11px;
    font-weight: 900;
  }
  .nearby-list button {
    min-height: 38px;
    margin-top: 9px;
    border-radius: 9px;
    font-size: 12px;
  }
  .map-link {
    float: right;
    min-height: 0;
    margin-top: 4px;
    padding: 0;
    background: transparent;
    color: #0b63ce;
    font-size: 12px;
  }
  .owner-box {
    display: none;
  }
  .mobile-owner-card {
    display: block;
  }
  .mobile-owner-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }
  .owner-avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff1e8;
    color: var(--orange);
    font-size: 22px;
    font-weight: 900;
  }
  .mobile-owner-row h3 {
    margin: 0 0 5px;
    font-size: 15px;
  }
  .mobile-owner-row h3 small {
    display: inline-flex;
    margin-left: 4px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #16a34a;
    font-size: 10px;
  }
  .mobile-owner-row p,
  .mobile-owner-row em,
  .mobile-owner-row aside {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    font-style: normal;
  }
  .mobile-owner-row aside {
    text-align: right;
  }
  .mobile-owner-row aside b {
    display: block;
    margin-top: 8px;
    color: #111827;
  }
  .mobile-property-actions {
    position: fixed;
    z-index: 35;
    left: 14px;
    right: 14px;
    bottom: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 9px;
    padding: 8px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    box-shadow: 0 -10px 30px rgba(15,23,42,.16);
  }
  .mobile-property-actions a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #fed7aa;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff, #fff7ed);
    color: var(--orange);
    font-size: 13px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  }
  .mobile-property-actions i {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 101, 0, .1);
    font-style: normal;
    font-size: 12px;
  }
  .mobile-property-actions a.enquiry {
    border-color: #0b63ce;
    background: linear-gradient(180deg, #1d7bef, #0b63ce);
    color: #fff;
  }
  .mobile-property-actions a.enquiry i {
    background: rgba(255,255,255,.18);
  }
  .mobile-property-actions a.call {
    border-color: #16a34a;
    background: linear-gradient(180deg, #22c55e, #159947);
    color: #fff;
  }
  .mobile-property-actions a.call i {
    background: rgba(255,255,255,.18);
  }
  body:has(.mobile-property-actions) .mobile-bottom {
    display: none;
  }
  .listing-grid-page {
    grid-template-columns: 1fr;
  }
  .listing-grid-page .listing-card,
  .public-module-page .listing-grid-page .listing-card {
    min-width: 0;
  }
  .listing-card > a {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    min-height: 126px;
  }
  .listing-card-media {
    height: 100%;
    min-height: 126px;
  }
  .listing-card-body {
    padding: 10px;
  }
  .listing-card-body h3,
  .listing-card h3 {
    min-height: auto;
    font-size: 14px;
  }
  .listing-card-body > strong,
  .listing-card strong {
    font-size: 15px;
  }
  .listing-card-facts {
    gap: 4px;
  }
  .listing-card-facts em {
    min-height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }
  .public-module-page .listing-grid-page {
    display: grid;
    overflow: visible;
    margin-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  body {
    background: #f5f7fb;
    padding-bottom: 86px !important;
  }

  .site-shell {
    padding: 0 8px !important;
  }

  .hero-card {
    min-height: 188px !important;
    margin-top: 8px !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 32px rgba(15,23,42,.1);
  }

  .hero-copy {
    width: 64% !important;
    padding: 16px 14px !important;
  }

  .hero-copy h1 {
    font-size: 22px !important;
    line-height: 1.06 !important;
  }

  .hero-copy p {
    margin: 8px 0 10px !important;
    font-size: 14px !important;
  }

  .mobile-hero-cta {
    min-width: 112px !important;
    min-height: 38px !important;
    border-radius: 11px !important;
    box-shadow: 0 10px 20px rgba(255,101,0,.22);
  }

  .category-grid {
    margin-top: 12px !important;
    padding: 11px 10px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 16px 34px rgba(15,23,42,.09) !important;
  }

  .category-tile {
    min-width: 78px !important;
    flex-basis: 78px !important;
    min-height: 86px !important;
    padding: 8px 6px !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff, #f9fbff) !important;
  }

  .category-tile span {
    width: 42px !important;
    height: 42px !important;
  }

  .category-tile strong {
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .quick-actions {
    gap: 9px !important;
    margin-top: 12px !important;
  }

  .qa {
    min-width: 150px !important;
    flex-basis: 150px !important;
    min-height: 98px !important;
    padding: 11px !important;
    border-radius: 15px !important;
    box-shadow: 0 12px 28px rgba(15,23,42,.08) !important;
  }

  .qa b {
    width: 34px !important;
    height: 34px !important;
    font-size: 22px !important;
  }

  .qa strong {
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  .section-head {
    margin: 18px 2px 10px !important;
  }

  .section-head h2 {
    font-size: 18px !important;
  }

  .home-grid .listing-row {
    gap: 10px !important;
    margin-right: -8px !important;
    padding: 2px 8px 12px 2px !important;
  }

  .home-grid .listing-row .listing-card > a {
    display: block !important;
    min-height: 0 !important;
    grid-template-columns: none !important;
  }

  .home-grid .listing-row .listing-card {
    min-width: 202px !important;
    flex: 0 0 202px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 16px 36px rgba(15,23,42,.12) !important;
  }

  .home-grid .listing-row .listing-card-media {
    height: 132px !important;
    min-height: 132px !important;
    border-radius: 20px 20px 0 0 !important;
  }

  .home-grid .listing-row .listing-card-body {
    padding: 11px 12px 13px !important;
    min-height: 132px !important;
  }

  .home-grid .listing-row .listing-card-body h3 {
    min-height: 0 !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    -webkit-line-clamp: 2 !important;
  }

  .home-grid .listing-row .listing-card-body > strong {
    margin-bottom: 6px !important;
    color: #ff5a00 !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
  }

  .home-grid .listing-row .listing-card-body p {
    font-size: 11px !important;
    line-height: 1.25 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-grid .listing-row .listing-card-facts {
    flex-wrap: nowrap !important;
    gap: 5px !important;
    overflow: hidden !important;
    margin-top: 9px !important;
  }

  .home-grid .listing-row .listing-card-facts em {
    max-width: 74px;
    min-height: 22px !important;
    padding: 0 7px !important;
    font-size: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-bottom {
    left: 10px !important;
    right: 10px !important;
    bottom: 8px !important;
    height: 66px !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    align-items: center !important;
    padding: 7px 9px !important;
    border: 1px solid rgba(226,232,240,.85) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.92) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 12px 36px rgba(15,23,42,.18) !important;
  }

  .mobile-bottom a {
    min-width: 0 !important;
    gap: 3px !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .mobile-bottom a b {
    width: 24px !important;
    height: 24px !important;
  }

  .mobile-bottom span {
    font-size: 10px !important;
    line-height: 1 !important;
  }

  .mobile-bottom .active {
    color: var(--orange) !important;
  }

  .mobile-bottom .post {
    width: 58px !important;
    height: 58px !important;
    margin: -22px auto 0 !important;
    border-radius: 22px !important;
    font-size: 38px !important;
    box-shadow: 0 14px 28px rgba(255,101,0,.34), 0 0 0 6px #fff !important;
  }

  .mobile-bottom .post span {
    top: 45px !important;
    min-width: 70px !important;
    color: #475569 !important;
    font-size: 10px !important;
  }
}

@media (max-width: 760px) {
  .site-shell .home-grid .listing-row .home-listing-card {
    width: 196px !important;
    min-width: 196px !important;
    max-width: 196px !important;
    flex: 0 0 196px !important;
  }

  .site-shell .home-grid .listing-row .home-listing-card > a {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    min-height: 0 !important;
  }

  .site-shell .home-grid .listing-row .home-listing-card .listing-card-media {
    width: 100% !important;
    height: 126px !important;
    min-height: 126px !important;
  }

  .site-shell .home-grid .listing-row .home-listing-card .listing-card-body {
    width: 100% !important;
    min-height: 0 !important;
    padding: 10px 12px 11px !important;
  }

  .site-shell .home-grid .listing-row .home-listing-card .listing-card-body h3 {
    margin-bottom: 5px !important;
    font-size: 13px !important;
  }

  .site-shell .home-grid .listing-row .home-listing-card .listing-card-body > strong {
    margin-bottom: 5px !important;
    font-size: 15px !important;
  }

  .site-shell .home-grid .listing-row .home-listing-card .listing-card-body p {
    margin-bottom: 0 !important;
    font-size: 11px !important;
  }

  .site-shell .home-grid .listing-row .home-listing-card .listing-card-facts {
    margin-top: 8px !important;
  }
}

@media (max-width: 760px) {
  .mobile-bottom {
    left: 12px !important;
    right: 12px !important;
    bottom: 10px !important;
    height: 64px !important;
    padding: 7px 8px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
      radial-gradient(circle at 50% 0, rgba(255,101,0,.13), transparent 42%) !important;
    backdrop-filter: blur(20px) saturate(150%) !important;
    box-shadow:
      0 18px 45px rgba(15,23,42,.18),
      inset 0 1px 0 rgba(255,255,255,.9) !important;
  }

  .mobile-bottom a:not(.post) {
    min-height: 48px !important;
    display: grid !important;
    place-items: center !important;
    gap: 2px !important;
    border-radius: 17px !important;
    color: #64748b !important;
    font-size: 10px !important;
    transition: background .18s ease, color .18s ease, transform .18s ease;
  }

  .mobile-bottom a:not(.post) b {
    width: 25px !important;
    height: 25px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    box-shadow: inset 0 0 0 1px #e8eef7 !important;
  }

  .mobile-bottom a:not(.post).active {
    background: #fff7ed !important;
    color: var(--orange) !important;
  }

  .mobile-bottom a:not(.post).active b {
    background: linear-gradient(180deg, #fff0e4, #fff) !important;
    color: var(--orange) !important;
    box-shadow: inset 0 0 0 1px #fed7aa, 0 8px 16px rgba(255,101,0,.14) !important;
  }

  .mobile-bottom span {
    font-size: 9.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .mobile-bottom .post {
    width: 56px !important;
    height: 56px !important;
    margin: -24px auto 0 !important;
    border: 5px solid rgba(255,255,255,.96) !important;
    border-radius: 20px !important;
    background:
      radial-gradient(circle at 35% 20%, rgba(255,255,255,.36), transparent 28%),
      linear-gradient(145deg, #ff8a1d, #ff4f00) !important;
    color: #fff !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    box-shadow:
      0 16px 28px rgba(255,101,0,.34),
      0 4px 12px rgba(15,23,42,.12) !important;
  }

  .mobile-bottom .post span {
    top: 42px !important;
    min-width: 64px !important;
    color: #ff6500 !important;
    font-size: 9.5px !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 82px !important;
  }

  .near-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 9px !important;
    overflow-x: auto !important;
    margin: 0 -8px !important;
    padding: 0 8px 6px !important;
    scrollbar-width: none !important;
  }

  .near-grid::-webkit-scrollbar {
    display: none !important;
  }

  .near-grid a {
    min-width: 86px !important;
    min-height: 76px !important;
    flex: 0 0 86px !important;
    gap: 5px !important;
    padding: 10px 8px !important;
    border-color: #e8eef7 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff, #f8fbff) !important;
    box-shadow: 0 10px 22px rgba(15,23,42,.06) !important;
  }

  .near-grid span {
    width: 38px !important;
    height: 38px !important;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 16%, white) !important;
  }

  .near-grid strong {
    font-size: 11px !important;
    line-height: 1.12 !important;
  }

  .mobile-refer.refer-card {
    min-height: 0 !important;
    margin: 14px 0 10px !important;
    border: 1px solid #fed7aa !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 100% 0, rgba(255,255,255,.55), transparent 34%),
      linear-gradient(135deg, #fff3d2, #ffe4a8) !important;
    box-shadow: 0 14px 30px rgba(180,83,9,.12) !important;
  }

  .mobile-refer.refer-card div {
    padding: 16px !important;
  }

  .mobile-refer.refer-card h2 {
    margin-bottom: 6px !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
  }

  .mobile-refer.refer-card p {
    margin-bottom: 12px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .mobile-refer.refer-card button {
    min-height: 40px !important;
    padding: 0 20px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ffae00, #ff7a00) !important;
    box-shadow: 0 10px 20px rgba(255,122,0,.22) !important;
    font-size: 15px !important;
  }

  .site-footer {
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin: 8px 0 76px !important;
    padding: 0 12px !important;
    border-top: 1px solid #e8eef7 !important;
    background: transparent !important;
  }

  .site-footer a,
  .site-footer span {
    font-size: 11px !important;
  }

  .site-footer svg {
    width: 15px !important;
    height: 15px !important;
  }

  .mobile-bottom {
    left: 14px !important;
    right: 14px !important;
    bottom: 10px !important;
    height: 62px !important;
    padding: 6px 8px !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 14px 38px rgba(15,23,42,.18) !important;
  }

  .mobile-bottom a:not(.post) {
    min-height: 46px !important;
    border-radius: 15px !important;
    background: transparent !important;
  }

  .mobile-bottom a:not(.post) b {
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #344256 !important;
  }

  .mobile-bottom a:not(.post).active {
    background: #fff7ed !important;
  }

  .mobile-bottom a:not(.post).active b {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--orange) !important;
  }

  .mobile-bottom .post {
    width: 54px !important;
    height: 54px !important;
    margin: -22px auto 0 !important;
    border-radius: 18px !important;
    font-size: 32px !important;
  }
}

@media (max-width: 760px) {
  .public-home-page {
    background: #fff !important;
    padding-bottom: 100px !important;
  }

  .public-home-page .mobile-top,
  .public-home-page .site-shell,
  .public-home-page .site-footer {
    display: none !important;
  }

  .public-home-page .mobile-market-home {
    display: block;
    padding: 18px 14px 0;
  }

  .mobile-market-top {
    min-height: 58px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
  }

  .mobile-market-logo {
    width: 190px;
    height: 58px;
    display: grid;
    align-items: center;
  }

  .mobile-market-logo img {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
  }

  .mobile-market-logo span {
    width: 56px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff6500, #ffb000);
    color: #071326;
    font-weight: 900;
  }
  .mobile-market-logo span[hidden] {
    display: none !important;
  }

  .mobile-market-post-btn {
    min-width: 88px;
    min-height: 34px;
    flex-shrink: 0;
    font-size: 12px !important;
    font-weight: 700;
    padding: 0 10px;
  }

  .mobile-market-post-btn::before {
    top: -9px;
    right: -6px;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 9px;
  }

  .mobile-market-icons {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .mobile-market-icons a {
    position: relative;
    width: 32px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #0f172a;
  }

  .mobile-market-icons svg {
    width: 25px;
    height: 25px;
    stroke-width: 2.15;
  }

  .mobile-market-icons i {
    position: absolute;
    top: 1px;
    right: -4px;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ff6500;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
  }

  .mobile-market-avatar {
    min-width: 42px;
    display: grid !important;
    justify-items: center;
    gap: 2px;
  }

  .mobile-market-avatar img,
  .mobile-market-avatar span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 2px solid #ff6500;
    border-radius: 50%;
    background: #fff3e8;
    color: #ff6500;
    font-weight: 900;
    object-fit: cover;
  }
  .mobile-market-avatar .guest-login-icon svg {
    width: 19px;
    height: 19px;
  }

  .mobile-market-avatar small {
    max-width: 58px;
    overflow: hidden;
    color: #111827;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-market-search {
    height: 58px;
    display: grid;
    grid-template-columns: auto 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    margin-top: 6px;
    padding: 0 13px 0 16px;
    border: 1px solid #e8edf5;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
  }

  .mobile-market-search span,
  .mobile-market-search b {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7b8494;
  }

  .mobile-market-search svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
  }

  .mobile-market-search input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: #111827;
    font-size: 16px;
  }

  .mobile-market-search b {
    min-height: 36px;
    padding-left: 14px;
    border-left: 1px solid #e8edf5;
    color: #111827;
    font-size: 16px;
  }

  .mobile-market-hero {
    position: relative;
    min-height: 248px;
    display: grid;
    grid-template-columns: 48% 52%;
    overflow: hidden;
    margin-top: 18px;
    border-radius: 19px;
    background: linear-gradient(135deg, #fff2e7, #fff);
    box-shadow: 0 14px 34px rgba(15,23,42,.1);
  }

  .mobile-market-hero > div {
    position: relative;
    z-index: 1;
    padding: 24px 0 22px 20px;
  }

  .mobile-market-hero h1 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 27px;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .mobile-market-hero h1 span {
    display: block;
    color: #ff6500;
    font-size: 36px;
    line-height: .96;
  }

  .mobile-market-hero p {
    margin: 0 0 22px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
  }

  .mobile-market-hero a {
    min-width: 124px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #ff6500;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(255,101,0,.24);
  }

  .mobile-market-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-market-hero em {
    position: absolute;
    left: 50%;
    bottom: 16px;
    display: flex;
    gap: 8px;
    font-style: normal;
  }

  .mobile-market-hero em i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
  }

  .mobile-market-hero em i:first-child {
    background: #ff6500;
  }

  .mobile-market-cats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 8px;
    margin-top: 18px;
    padding: 18px 8px 16px;
    border: 1px solid #edf1f7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15,23,42,.08);
  }

  .mobile-market-cats a {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 7px;
    color: #111827;
    text-align: center;
  }

  .mobile-market-cats span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent) 13%, white);
    color: var(--accent);
  }

  .mobile-market-cats svg {
    width: 29px;
    height: 29px;
    stroke-width: 2;
  }

  .mobile-market-cats b {
    font-size: 13px;
    line-height: 1.08;
  }

  .mobile-market-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .mobile-market-actions a {
    min-height: 120px;
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 12px;
    border-radius: 13px;
    color: #111827;
    box-shadow: 0 12px 26px rgba(15,23,42,.07);
  }

  .mobile-market-actions .purple { background: #f5efff; }
  .mobile-market-actions .orange { background: #fff3e8; }
  .mobile-market-actions .blue { background: #eef7ff; }
  .mobile-market-actions .green { background: #effdf4; }

  .mobile-market-actions b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 1;
  }

  .mobile-market-actions .purple b { background: #6d28d9; }
  .mobile-market-actions .orange b { background: #ff6500; }
  .mobile-market-actions .blue b { background: #1687f3; }
  .mobile-market-actions .green b { background: #16a34a; }

  .mobile-market-actions svg {
    width: 24px;
    height: 24px;
  }

  .mobile-market-actions strong {
    font-size: 14px;
    line-height: 1.12;
  }

  .mobile-market-actions small {
    color: #697386;
    font-size: 12px;
    line-height: 1.2;
  }

  .mobile-market-section {
    margin-top: 20px;
  }

  .mobile-market-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .mobile-market-head h2 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #111827;
    font-size: 20px;
    line-height: 1;
  }

  .mobile-market-head .flame-mark {
    font-size: 18px;
    line-height: 1;
  }

  .mobile-market-head a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0b63ce;
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-market-head a::after {
    content: "›";
    font-size: 22px;
    line-height: .7;
  }

  .mobile-market-listings,
  .mobile-market-near {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    margin: 0 -14px;
    padding: 0 14px 4px;
    scrollbar-width: none;
  }

  .mobile-market-listings::-webkit-scrollbar,
  .mobile-market-near::-webkit-scrollbar {
    display: none;
  }

  .mobile-market-card {
    min-width: 206px;
    flex: 0 0 206px;
    overflow: hidden;
    border: 1px solid #edf1f7;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15,23,42,.09);
  }

  .mobile-market-card div {
    position: relative;
    height: 132px;
  }

  .mobile-market-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .mobile-market-card div span {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #ff6500;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
  }

  .mobile-market-card button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #334155;
    box-shadow: 0 8px 16px rgba(15,23,42,.16);
  }

  .mobile-market-card button svg {
    width: 17px;
    height: 17px;
  }

  .mobile-market-card h3 {
    min-height: 34px;
    margin: 10px 10px 5px;
    color: #111827;
    font-size: 14px;
    line-height: 1.18;
  }

  .mobile-market-card strong {
    display: block;
    margin: 0 10px 6px;
    color: #ff6500;
    font-size: 17px;
    line-height: 1.1;
  }

  .mobile-market-card p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 10px 11px;
    color: #697386;
    font-size: 12px;
  }

  .mobile-market-card p svg {
    width: 14px;
    height: 14px;
  }

  .mobile-market-near a {
    min-width: 122px;
    min-height: 92px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 8px;
    flex: 0 0 122px;
    border: 1px solid #edf1f7;
    border-radius: 12px;
    background: #fff;
    color: #111827;
    box-shadow: 0 10px 22px rgba(15,23,42,.06);
  }

  .mobile-market-near span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent) 13%, white);
    color: var(--accent);
  }

  .mobile-market-near svg {
    width: 26px;
    height: 26px;
  }

  .mobile-market-near b {
    font-size: 13px;
  }

  .mobile-market-refer {
    min-height: 118px;
    display: grid;
    align-items: center;
    margin: 18px 0 14px;
    padding: 16px 190px 16px 18px;
    border-radius: 16px;
    background:
      url("https://images.unsplash.com/photo-1607863680198-23d4b2565df0?auto=format&fit=crop&w=260&q=80") right center / 170px 100% no-repeat,
      linear-gradient(135deg, #fff2c8, #fff7df);
    box-shadow: 0 12px 26px rgba(180,83,9,.12);
  }

  .mobile-market-refer h2 {
    margin: 0 0 5px;
    color: #111827;
    font-size: 18px;
    line-height: 1.15;
  }

  .mobile-market-refer p {
    margin: 0 0 10px;
    color: #6b4c00;
    font-size: 13px;
  }

  .mobile-market-refer a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0 15px;
    border-radius: 8px;
    background: #f5a400;
    color: #9a5a00;
    font-size: 13px;
    font-weight: 900;
  }

  .public-home-page .mobile-bottom {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 88px !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    align-items: start !important;
    padding: 12px 18px 8px !important;
    border: 0 !important;
    border-radius: 30px 30px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -10px 34px rgba(15,23,42,.14) !important;
  }

  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 56px !important;
    display: grid !important;
    justify-items: center !important;
    gap: 5px !important;
    background: transparent !important;
    color: #697386 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .public-home-page .mobile-bottom a:not(.post).active {
    color: #ff6500 !important;
  }

  .public-home-page .mobile-bottom a:not(.post) b {
    width: 31px !important;
    height: 31px !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
  }

  .public-home-page .mobile-bottom a span {
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .public-home-page .mobile-bottom .post {
    position: relative !important;
    width: 62px !important;
    height: 62px !important;
    margin: -32px auto 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ff7a18, #ff4f00) !important;
    color: #fff !important;
    font-size: 43px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    box-shadow: 0 12px 26px rgba(255,101,0,.34) !important;
  }

  .public-home-page .mobile-bottom .post span {
    position: absolute !important;
    left: 50% !important;
    top: 64px !important;
    transform: translateX(-50%) !important;
    min-width: 96px !important;
    color: #ff6500 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .mobile-market-hero {
    min-height: 144px !important;
    grid-template-columns: 46% 54% !important;
    margin-top: 12px !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 18% 18%, rgba(255,255,255,.9), transparent 30%),
      linear-gradient(135deg, #fff3e8, #fffaf6) !important;
    box-shadow: 0 12px 26px rgba(15,23,42,.08) !important;
  }

  .mobile-market-hero > div {
    padding: 14px 0 12px 15px !important;
  }

  .mobile-market-hero h1 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    line-height: 1.04 !important;
  }

  .mobile-market-hero h1 span {
    font-size: 25px !important;
    line-height: .94 !important;
  }

  .mobile-market-hero p {
    margin-bottom: 11px !important;
    font-size: 13px !important;
  }

  .mobile-market-hero a {
    min-width: 78px !important;
    min-height: 28px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    box-shadow: 0 8px 18px rgba(255,101,0,.22) !important;
  }

  .mobile-market-hero img {
    filter: saturate(1.04) contrast(1.02) !important;
  }

  .mobile-market-hero em {
    bottom: 8px !important;
    gap: 6px !important;
  }

  .mobile-market-hero em i {
    width: 8px !important;
    height: 8px !important;
  }

  .mobile-market-cats {
    gap: 8px 3px !important;
    margin-top: 10px !important;
    padding: 10px 4px 9px !important;
    border-radius: 16px !important;
  }

  .mobile-market-cats a {
    gap: 5px !important;
  }

  .mobile-market-cats span {
    width: 36px !important;
    height: 36px !important;
  }

  .mobile-market-cats svg {
    width: 20px !important;
    height: 20px !important;
  }

  .mobile-market-cats b {
    font-size: 10px !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 760px) {
  .mobile-bottom,
  .public-home-page .mobile-bottom {
    left: 12px !important;
    right: 12px !important;
    bottom: 10px !important;
    height: 72px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: end !important;
    padding: 9px 10px 8px !important;
    border: 1px solid rgba(226,232,240,.92) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.98) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 14px 34px rgba(15,23,42,.14) !important;
  }

  .mobile-bottom a:not(.post),
  .public-home-page .mobile-bottom a:not(.post) {
    min-width: 0 !important;
    min-height: 48px !important;
    display: grid !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 3px !important;
    border-radius: 14px !important;
    background: transparent !important;
    color: #687386 !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
  }

  .mobile-bottom a:not(.post) b,
  .public-home-page .mobile-bottom a:not(.post) b {
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
  }

  .mobile-bottom a:not(.post).active,
  .public-home-page .mobile-bottom a:not(.post).active {
    background: transparent !important;
    color: #ff6500 !important;
  }

  .mobile-bottom a:not(.post).active b,
  .public-home-page .mobile-bottom a:not(.post).active b {
    background: transparent !important;
    color: #ff6500 !important;
    box-shadow: none !important;
  }

  .mobile-bottom span,
  .public-home-page .mobile-bottom a span {
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  .mobile-bottom .post,
  .public-home-page .mobile-bottom .post {
    position: relative !important;
    width: 58px !important;
    height: 58px !important;
    margin: -23px auto 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ff7a18, #ff5608) !important;
    color: #fff !important;
    font-size: 38px !important;
    font-weight: 300 !important;
    line-height: .9 !important;
    box-shadow: 0 14px 26px rgba(255,101,0,.28) !important;
  }

  .mobile-bottom .post span,
  .public-home-page .mobile-bottom .post span {
    position: absolute !important;
    left: 50% !important;
    top: 58px !important;
    transform: translateX(-50%) !important;
    min-width: 52px !important;
    color: #ff6500 !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }
}

@media (max-width: 760px) {
  .mobile-market-refer {
    min-height: 92px !important;
    margin: 14px 0 10px !important;
    padding: 13px 138px 13px 15px !important;
    border: 1px solid #fee7b6 !important;
    border-radius: 15px !important;
    background:
      url("https://images.unsplash.com/photo-1607863680198-23d4b2565df0?auto=format&fit=crop&w=220&q=80") right 8px center / 112px 78px no-repeat,
      linear-gradient(135deg, #fff1bf, #fff9e7) !important;
    box-shadow: 0 10px 24px rgba(245,158,11,.14) !important;
  }

  .mobile-market-refer h2 {
    margin-bottom: 4px !important;
    font-size: 16px !important;
    line-height: 1.12 !important;
  }

  .mobile-market-refer p {
    margin-bottom: 9px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .mobile-market-refer a {
    min-height: 30px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #ffb21a, #f59e0b) !important;
    color: #fff !important;
    font-size: 12px !important;
    box-shadow: 0 8px 18px rgba(245,158,11,.2) !important;
  }

  .mobile-bottom,
  .public-home-page .mobile-bottom {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 86px !important;
    align-items: start !important;
    padding: 11px 18px 8px !important;
    border: 0 !important;
    border-radius: 30px 30px 0 0 !important;
    background: #fff !important;
    backdrop-filter: none !important;
    box-shadow: 0 -9px 30px rgba(15,23,42,.12) !important;
  }

  .mobile-bottom a:not(.post),
  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 59px !important;
    gap: 4px !important;
    color: #687386 !important;
  }

  .mobile-bottom a:not(.post) b,
  .public-home-page .mobile-bottom a:not(.post) b {
    width: 32px !important;
    height: 32px !important;
  }

  .mobile-bottom span,
  .public-home-page .mobile-bottom a span {
    font-size: 10.5px !important;
    font-weight: 700 !important;
  }

  .mobile-bottom a:not(.post).active,
  .public-home-page .mobile-bottom a:not(.post).active,
  .mobile-bottom a:not(.post).active b,
  .public-home-page .mobile-bottom a:not(.post).active b {
    color: #ff6500 !important;
  }

  .mobile-bottom .post,
  .public-home-page .mobile-bottom .post {
    width: 60px !important;
    height: 60px !important;
    margin: -34px auto 0 !important;
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ff7620, #ff5b0a) !important;
    font-size: 40px !important;
    box-shadow: 0 12px 24px rgba(255,101,0,.3) !important;
  }

  .mobile-bottom .post span,
  .public-home-page .mobile-bottom .post span {
    top: 60px !important;
    min-width: 88px !important;
    color: #ff6500 !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 760px) {
  .mobile-bottom,
  .public-home-page .mobile-bottom {
    height: 78px !important;
    padding: 9px 18px 7px !important;
    border-radius: 27px 27px 0 0 !important;
    box-shadow: 0 -8px 24px rgba(15,23,42,.11) !important;
  }

  .mobile-bottom a:not(.post),
  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 52px !important;
    gap: 2px !important;
    color: #667085 !important;
  }

  .mobile-bottom a:not(.post) b,
  .public-home-page .mobile-bottom a:not(.post) b {
    position: relative !important;
    width: 28px !important;
    height: 28px !important;
  }

  .mobile-bottom a:not(.post) b::before,
  .mobile-bottom a:not(.post) b::after {
    box-sizing: border-box !important;
  }

  .nav-home b::before {
    width: 17px !important;
    height: 14px !important;
    border: 2.3px solid currentColor !important;
    border-top: 0 !important;
    border-radius: 2px !important;
    transform: translateY(7px) !important;
  }

  .nav-home b::after {
    top: 5px !important;
    width: 16px !important;
    height: 16px !important;
    border-left: 2.3px solid currentColor !important;
    border-top: 2.3px solid currentColor !important;
  }

  .nav-search b::before {
    width: 17px !important;
    height: 17px !important;
    border: 2.3px solid currentColor !important;
  }

  .nav-search b::after {
    right: 4px !important;
    bottom: 5px !important;
    width: 8px !important;
    height: 2.3px !important;
  }

  .nav-chat b::before {
    position: absolute !important;
    top: 5px !important;
    width: 20px !important;
    height: 15px !important;
    border: 2.3px solid currentColor !important;
    border-radius: 13px !important;
  }

  .nav-chat b::after {
    left: 8px !important;
    bottom: 4px !important;
    width: 7px !important;
    height: 7px !important;
    border: 0 !important;
    border-left: 2.3px solid currentColor !important;
    border-bottom: 2.3px solid currentColor !important;
    background: transparent !important;
    transform: rotate(-32deg) !important;
  }

  .nav-profile b::before {
    position: absolute !important;
    top: 3px !important;
    width: 9px !important;
    height: 9px !important;
    border: 2.3px solid currentColor !important;
    transform: none !important;
  }

  .nav-profile b::after {
    bottom: 3px !important;
    width: 20px !important;
    height: 11px !important;
    border: 2.3px solid currentColor !important;
    border-radius: 14px 14px 6px 6px !important;
  }

  .mobile-bottom span,
  .public-home-page .mobile-bottom a span {
    font-size: 10px !important;
    line-height: 1 !important;
  }

  .mobile-bottom .post,
  .public-home-page .mobile-bottom .post {
    width: 54px !important;
    height: 54px !important;
    margin: -30px auto 0 !important;
    border-width: 5px !important;
    font-size: 36px !important;
    box-shadow: 0 10px 20px rgba(255,101,0,.28) !important;
  }

  .mobile-bottom .post span,
  .public-home-page .mobile-bottom .post span {
    top: 55px !important;
    min-width: 84px !important;
    font-size: 10px !important;
  }

  .nav-property b::before {
    content: "";
    width: 18px !important;
    height: 15px !important;
    border: 2.3px solid currentColor !important;
    border-top: 0 !important;
    border-radius: 2px !important;
    transform: translateY(7px) !important;
  }

  .nav-property b::after {
    content: "";
    position: absolute;
    top: 5px !important;
    width: 16px !important;
    height: 16px !important;
    border-left: 2.3px solid currentColor !important;
    border-top: 2.3px solid currentColor !important;
    transform: rotate(45deg);
  }
}

@media (max-width: 760px) {
  .mobile-bottom,
  .public-home-page .mobile-bottom {
    height: 72px !important;
    padding: 8px 17px 6px !important;
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 -7px 22px rgba(15, 23, 42, .1) !important;
  }

  .mobile-bottom a:not(.post),
  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 48px !important;
    gap: 1px !important;
    color: #667085 !important;
  }

  .mobile-bottom a:not(.post) b,
  .public-home-page .mobile-bottom a:not(.post) b {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
  }

  .mobile-bottom a:not(.post) b::before,
  .mobile-bottom a:not(.post) b::after,
  .public-home-page .mobile-bottom a:not(.post) b::before,
  .public-home-page .mobile-bottom a:not(.post) b::after {
    box-sizing: border-box !important;
  }

  .mobile-bottom span,
  .public-home-page .mobile-bottom a span {
    font-size: 9.5px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
  }

  .mobile-bottom a:not(.post).active,
  .public-home-page .mobile-bottom a:not(.post).active,
  .mobile-bottom a:not(.post).active b,
  .public-home-page .mobile-bottom a:not(.post).active b {
    color: #ff6500 !important;
  }

  .mobile-bottom .post,
  .public-home-page .mobile-bottom .post {
    width: 50px !important;
    height: 50px !important;
    margin: -27px auto 0 !important;
    border-width: 5px !important;
    font-size: 32px !important;
    line-height: 42px !important;
    box-shadow: 0 9px 18px rgba(255, 101, 0, .26) !important;
  }

  .mobile-bottom .post span,
  .public-home-page .mobile-bottom .post span {
    top: 51px !important;
    min-width: 82px !important;
    font-size: 9.5px !important;
  }

  .nav-home b::before,
  .public-home-page .nav-home b::before {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 10px !important;
    width: 14px !important;
    height: 10px !important;
    border: 2px solid currentColor !important;
    border-top: 0 !important;
    border-radius: 2px !important;
    background: transparent !important;
    transform: none !important;
  }

  .nav-home b::after,
  .public-home-page .nav-home b::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 5px !important;
    width: 14px !important;
    height: 14px !important;
    border: 0 !important;
    border-left: 2px solid currentColor !important;
    border-top: 2px solid currentColor !important;
    background: transparent !important;
    transform: rotate(45deg) !important;
  }

  .nav-property b::before,
  .public-home-page .nav-property b::before {
    content: "" !important;
    position: absolute !important;
    inset: 4px 5px 3px !important;
    width: auto !important;
    height: auto !important;
    border: 2px solid currentColor !important;
    border-top: 2px solid currentColor !important;
    border-radius: 4px !important;
    background: transparent !important;
    transform: none !important;
  }

  .nav-property b::after,
  .public-home-page .nav-property b::after {
    content: "" !important;
    position: absolute !important;
    top: 8px !important;
    left: 9px !important;
    width: 2px !important;
    height: 2px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: currentColor !important;
    box-shadow: 5px 0 0 currentColor, 0 5px 0 currentColor, 5px 5px 0 currentColor !important;
    transform: none !important;
  }

  .nav-chat b::before,
  .public-home-page .nav-chat b::before {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 5px !important;
    width: 18px !important;
    height: 14px !important;
    border: 2px solid currentColor !important;
    border-radius: 12px !important;
    background: transparent !important;
    transform: none !important;
  }

  .nav-chat b::after,
  .public-home-page .nav-chat b::after {
    content: "" !important;
    position: absolute !important;
    left: 7px !important;
    bottom: 4px !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-left: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    background: transparent !important;
    transform: rotate(-32deg) !important;
  }

  .nav-profile b::before,
  .public-home-page .nav-profile b::before {
    content: "" !important;
    position: absolute !important;
    left: 8px !important;
    top: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border: 2px solid currentColor !important;
    border-radius: 50% !important;
    background: transparent !important;
    transform: none !important;
  }

  .nav-profile b::after,
  .public-home-page .nav-profile b::after {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    bottom: 3px !important;
    width: 18px !important;
    height: 10px !important;
    border: 2px solid currentColor !important;
    border-radius: 13px 13px 6px 6px !important;
    background: transparent !important;
    transform: none !important;
  }
}

@media (min-width: 761px) {
  .property-module-page .module-category-strip {
    height: auto;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 14px;
  }

  .property-module-page .module-category-strip .category-tile {
    min-width: 0;
    min-height: 70px;
    padding: 7px 5px;
    overflow: hidden;
    border-radius: 12px;
  }

  .property-module-page .module-category-strip .category-tile:nth-child(n+9) {
    display: none;
  }

  .property-module-page .module-category-strip .category-tile span {
    width: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 0;
  }

  .property-module-page .module-category-strip .category-tile span img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    color: transparent;
    font-size: 0;
    background: transparent;
  }

  .property-module-page .module-category-strip .category-tile span i {
    width: 100%;
    height: 100%;
  }

  .property-module-page .module-category-strip .category-tile span svg,
  .property-module-page .module-category-strip .category-tile span i svg {
    width: 19px;
    height: 19px;
  }

  .property-module-page .module-category-strip .category-tile strong {
    max-width: 100%;
    color: #111827;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .property-module-page .module-category-strip .category-tile small {
    display: none;
  }

  .property-module-page .listing-layout {
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 10px;
  }

  .property-module-page .listing-grid-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .property-module-page .listing-grid-page .listing-card {
    min-width: 0;
  }

  .property-module-page .listing-card a {
    min-height: 0;
    display: block;
  }

  .property-module-page .listing-card-media {
    height: 154px;
    min-height: 154px;
    border-radius: 16px 16px 0 0;
  }

  .property-module-page .listing-card-media img {
    height: 100%;
  }

  .property-module-page .listing-card-body {
    min-width: 0;
    padding: 11px 12px 12px;
  }

  .property-module-page .listing-card h3 {
    min-height: 33px;
    margin: 0 0 7px;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.25;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .property-module-page .listing-card strong {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 8px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #fff4ec;
    color: #ff6500;
    font-size: 16px;
    line-height: 1.15;
  }

  .property-module-page .listing-card p {
    margin: 0 0 9px;
    font-size: 11px;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .property-module-page .listing-card-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 0;
  }

  .property-module-page .listing-card-facts em {
    min-width: 0;
    display: grid;
    gap: 2px;
    padding: 7px 6px;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    font-style: normal;
  }

  .property-module-page .listing-card-facts em small {
    color: #64748b;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
  }

  .property-module-page .listing-card-facts em b {
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .property-module-page {
    background: #fff;
  }

  .property-module-page .site-shell {
    padding: 0 14px 106px;
  }

  .property-module-page .site-header,
  .property-module-page .nav-strip,
  .property-module-page .site-footer,
  .property-module-page .property-desktop-hero,
  .property-module-page .listing-page-head,
  .property-module-page .property-results-head,
  .property-module-page .filter-card {
    display: none !important;
  }

  .property-module-page .mobile-module-top {
    display: block !important;
    padding-top: 18px;
  }

  .property-module-page .module-mobile-bar {
    height: 52px;
    display: grid;
    grid-template-columns: 30px 1fr 122px;
    align-items: center;
    gap: 8px;
  }

  .property-module-page .module-mobile-bar .brand-logo {
    justify-self: center;
  }

  .property-module-page .module-mobile-bar .logo-mark {
    width: 150px !important;
    height: 44px !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .property-module-page .module-mobile-bar .brand-logo div {
    display: none;
  }

  .property-module-page .module-mobile-icons {
    justify-self: end;
    display: grid;
    grid-template-columns: repeat(3, 32px);
    gap: 7px;
  }

  .property-module-page .module-title-row {
    margin: 18px 0 13px;
  }

  .property-module-page .module-title-row h1 {
    font-size: 30px;
  }

  .property-module-page .module-title-row p {
    font-size: 16px;
  }

  .property-module-page .module-title-row > a {
    min-height: 45px;
    padding: 0 14px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fffaf6;
    color: #ff6500;
    font-size: 14px;
    font-weight: 900;
  }

  .property-module-page .module-search {
    height: 56px;
    margin-bottom: 18px;
    border-radius: 999px;
  }

  .property-module-page .module-filter-chips {
    margin-bottom: 18px;
  }

  .property-module-page .module-filter-chips a {
    min-height: 43px;
    font-size: 14px;
  }

  .property-module-page .module-category-strip {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 0 18px !important;
    padding: 13px 8px !important;
    overflow: hidden !important;
    border: 1px solid #edf1f7 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08) !important;
  }

  .property-module-page .module-category-strip .category-tile {
    min-width: 0 !important;
    min-height: 74px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .property-module-page .module-category-strip .category-tile:nth-child(n+7) {
    display: none !important;
  }

  .property-module-page .module-category-strip .category-tile span {
    width: 46px !important;
    height: 46px !important;
    overflow: hidden !important;
    font-size: 0 !important;
  }

  .property-module-page .module-category-strip .category-tile span img {
    object-fit: contain !important;
    color: transparent !important;
    font-size: 0 !important;
  }

  .property-module-page .module-category-strip .category-tile strong {
    font-size: 10px !important;
    line-height: 1.12 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .property-module-page .mobile-module-hero {
    min-height: 210px !important;
    margin-bottom: 16px !important;
    border-radius: 17px !important;
  }

  .property-module-page .property-action-strip {
    margin-bottom: 22px !important;
  }

  .property-module-page .listing-layout {
    display: block !important;
  }

  .property-module-page .property-results-panel {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .property-module-page .listing-grid-page {
    display: flex !important;
    gap: 13px !important;
    overflow-x: auto !important;
    margin: 0 -14px 18px 0 !important;
    padding: 0 14px 10px 0 !important;
  }

  .property-module-page .listing-grid-page .listing-card {
    min-width: 212px !important;
    flex: 0 0 212px !important;
  }

  .property-module-page .listing-card a {
    display: block !important;
  }

  .property-module-page .listing-card-media {
    height: 136px !important;
    min-height: 136px !important;
    border-radius: 15px 15px 0 0 !important;
  }

  .property-module-page .listing-card-body {
    padding: 10px 11px 0 !important;
  }

  .property-module-page .listing-card h3 {
    min-height: 34px !important;
    font-size: 14px !important;
  }

  .property-module-page .listing-card strong {
    font-size: 17px !important;
  }
}

/* Vehicle module premium listing cards */
.vehicle-module-page .vehicle-showcase-card {
  overflow: hidden;
}

.vehicle-module-page .vehicle-showcase-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.vehicle-module-page .vehicle-showcase-card .listing-card-media {
  position: relative;
  overflow: hidden;
}

.vehicle-module-page .vehicle-showcase-card .listing-card-media button {
  width: 40px;
  height: 40px;
  top: 16px;
  right: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
}

.vehicle-module-page .vehicle-showcase-card .listing-card-media button svg {
  width: 20px;
  height: 20px;
  color: #111827;
}

.vehicle-module-page .vehicle-showcase-card .vehicle-meta-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vehicle-module-page .vehicle-showcase-card .vehicle-save-line {
  margin: -3px 0 11px;
  color: #10a981;
  font-size: 12px;
  font-weight: 800;
}

.vehicle-module-page .vehicle-showcase-card .vehicle-save-line s {
  margin-right: 5px;
  color: #475569;
  font-weight: 700;
}

.vehicle-module-page .vehicle-showcase-card .vehicle-card-actions em {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

@media (min-width: 761px) {
  .vehicle-module-page .listing-grid-page .vehicle-showcase-card {
    min-height: 0;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .vehicle-module-page .vehicle-showcase-card .vehicle-card-actions {
    margin-top: 14px;
  }
}

@media (max-width: 760px) {
  .vehicle-module-page {
    background: #f4f6f9;
    overflow-x: hidden;
    width: 100%;
  }

  .vehicle-module-page .site-shell {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 12px 96px !important;
  }

  .vehicle-module-page .mobile-module-top {
    margin: 0 -12px 10px;
    padding: 10px 12px 0;
    overflow: hidden;
    background: #f4f6f9;
  }

  .vehicle-module-page .module-mobile-bar {
    height: 54px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
  }

  .vehicle-module-page .module-back {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    font-size: 28px;
  }

  .vehicle-module-page .module-mobile-bar .brand-logo {
    min-width: 0;
    gap: 7px;
  }

  .vehicle-module-page .module-mobile-bar .logo-mark {
    width: 46px;
    height: 38px;
    flex: 0 0 46px;
  }

  .vehicle-module-page .module-mobile-bar .brand-logo strong {
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
  }

  .vehicle-module-page .module-mobile-bar .brand-logo small {
    font-size: 11px;
    white-space: nowrap;
  }

  .vehicle-module-page .module-mobile-icons {
    gap: 6px;
  }

  .vehicle-module-page .module-mobile-icons > span {
    width: 28px;
    height: 28px;
  }

  .vehicle-module-page .module-title-row {
    align-items: center;
    gap: 10px;
    margin: 8px 0 10px;
  }

  .vehicle-module-page .module-title-row h1 {
    margin: 0;
    font-size: 28px;
    line-height: 1;
  }

  .vehicle-module-page .module-title-row p {
    margin-top: 6px;
    font-size: 14px;
  }

  .vehicle-module-page .module-title-row a {
    min-width: 120px;
    min-height: 44px;
    border-radius: 999px;
    font-size: 14px;
  }

  .vehicle-module-page .mobile-module-top .module-search,
  .vehicle-module-page .mobile-module-top .module-filter-chips {
    display: none;
  }

  .vehicle-module-page .listing-page-head {
    width: calc(100% + 20px);
    min-height: 176px;
    margin: 0 -10px 12px;
    padding: 26px 16px;
    border: 0;
    border-radius: 0 0 18px 18px;
    background:
      linear-gradient(90deg, rgba(9, 14, 25, .94), rgba(9, 14, 25, .45)),
      url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=900&q=80") center / cover no-repeat;
    color: #fff;
  }

  .vehicle-module-page .listing-page-head h1,
  .vehicle-module-page .listing-page-head p,
  .vehicle-module-page .listing-page-head small {
    color: #fff;
  }

  .vehicle-module-page .listing-page-head .post-btn {
    background: #ff5a3d;
    color: #fff;
  }

  .vehicle-module-page .module-category-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }

  .vehicle-module-page .module-category-strip::-webkit-scrollbar {
    display: none;
  }

  .vehicle-module-page .module-category-strip .category-tile {
    width: 68px;
    min-width: 68px;
    flex: 0 0 68px;
    min-height: 74px;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .vehicle-module-page .module-category-strip .category-tile:first-child,
  .vehicle-module-page .module-category-strip .category-tile.active {
    background: transparent;
    border-color: transparent;
  }

  .vehicle-module-page .module-category-strip .category-tile small {
    display: none;
  }

  .vehicle-module-page .module-category-strip .category-tile span {
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 52px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: var(--accent, #ff6500);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
  }

  .vehicle-module-page .module-category-strip .category-tile svg {
    width: 22px;
    height: 22px;
  }

  .vehicle-module-page .module-category-strip .category-tile strong {
    color: #111827;
    max-width: 68px;
    font-size: 10px;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .vehicle-module-page .module-category-strip .category-tile:first-child strong,
  .vehicle-module-page .module-category-strip .category-tile.active strong {
    color: #111827;
  }

  .vehicle-module-page .module-category-strip .category-tile:first-child span,
  .vehicle-module-page .module-category-strip .category-tile.active span {
    border-color: #ffb191;
    background: #fff7f2;
    color: #ff5a3d;
  }

  .vehicle-module-page .module-category-strip .category-tile:first-child span svg,
  .vehicle-module-page .module-category-strip .category-tile.active span svg {
    color: #ff5a3d;
  }

  .vehicle-filter-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
  }

  .vehicle-filter-toolbar strong {
    display: block;
    color: #111827;
    font-size: 14px;
  }

  .vehicle-filter-toolbar small {
    display: block;
    color: #64748b;
    font-size: 10px;
  }

  .vehicle-filter-toolbar button {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border: 1px solid #ffcab4;
    border-radius: 8px;
    background: #fff7f2;
    color: #ff5a3d;
    font-size: 12px;
    font-weight: 900;
  }

  .vehicle-filter-toolbar button svg {
    width: 15px;
    height: 15px;
  }

  .vehicle-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1190;
    background: rgba(15, 23, 42, .48);
  }

  .vehicle-module-page .vehicle-filter-card {
    position: fixed;
    top: 0;
    right: 12px;
    left: 12px;
    z-index: 1200;
    width: auto;
    max-width: none;
    height: 100dvh;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px 14px 24px;
    box-sizing: border-box;
    border: 0;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
    color: #111827;
    box-shadow: -24px 0 52px rgba(15, 23, 42, .18);
    transform: translateX(105%);
    transition: transform .2s ease;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
  }

  .vehicle-module-page .vehicle-filter-card * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .vehicle-module-page .vehicle-filter-card form {
    min-width: 0;
    overflow-x: hidden;
  }

  .vehicle-module-page .vehicle-filter-card .filter-inline {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .vehicle-module-page .vehicle-filter-card.open {
    transform: translateX(0);
  }

  .vehicle-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 14px;
  }

  .vehicle-filter-head h3,
  .vehicle-filter-head p {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
  }

  .vehicle-filter-head p {
    color: #94a3b8;
    font-size: 11px;
  }

  .vehicle-filter-head button {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #111827;
    font-size: 20px;
  }

  .vehicle-module-page .vehicle-filter-card label {
    color: #334155;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 400;
  }

  .vehicle-module-page .vehicle-filter-card input,
  .vehicle-module-page .vehicle-filter-card select {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d7e2ef;
    border-radius: 7px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    color: #111827;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 400;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 18px rgba(15, 23, 42, .04);
  }

  .vehicle-module-page .vehicle-filter-card select option {
    color: #111827;
  }

  .vehicle-module-page .vehicle-filter-card form button {
    min-height: 42px;
    border-radius: 7px;
    background: #ff5a3d;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 400;
  }

  .vehicle-module-page .listing-layout {
    display: block;
  }

  .vehicle-module-page .listing-grid-page,
  .vehicle-module-page.public-module-page .listing-grid-page {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .vehicle-module-page .listing-grid-page .vehicle-showcase-card,
  .vehicle-module-page.public-module-page .listing-grid-page .vehicle-showcase-card {
    min-width: 0;
    border: 1px solid #dce3ec;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .075);
  }

  .vehicle-module-page .vehicle-showcase-card > a,
  .vehicle-module-page .listing-card > a {
    display: flex;
    min-height: 0;
    grid-template-columns: none;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-media {
    height: 102px;
    min-height: 102px;
    border-radius: 11px 11px 0 0;
    background: #eef1ee;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body {
    padding: 0 8px 9px;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body::before {
    content: none;
    display: none;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body h3,
  .vehicle-module-page .vehicle-showcase-card h3 {
    min-height: 0;
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 12px;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .vehicle-module-page .vehicle-showcase-card .vehicle-meta-line {
    margin: 0 0 6px;
    color: #52647a;
    font-size: 10px;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body > div > strong,
  .vehicle-module-page .vehicle-showcase-card .listing-card-body > strong,
  .vehicle-module-page .vehicle-showcase-card strong {
    color: #0f172a;
    font-size: 12px;
    line-height: 1.1;
  }

  .vehicle-module-page .vehicle-showcase-card .listing-card-body > p:not(.vehicle-meta-line):not(.vehicle-save-line) {
    min-height: 0;
    margin: 7px 0 0;
    padding-top: 7px;
    border-top: 1px dashed #d7dde6;
    color: #334155;
    font-size: 10px;
  }

  .vehicle-module-page .vehicle-showcase-card .vehicle-card-actions {
    margin-top: 8px;
  }

  .vehicle-module-page .vehicle-showcase-card .vehicle-card-actions em {
    min-height: 32px;
    border-radius: 6px;
    background: #ff5a3d;
    font-size: 11px;
    box-shadow: 0 12px 22px rgba(255, 90, 61, .20);
  }
}

/* Final related-card override: image top, details below */
.detail-related-section .detail-related-row > .listing-card,
.detail-related-section .detail-related-row > .listing-card.vehicle-showcase-card {
  overflow: hidden !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #1687ff, #22d3ee 48%, #ff663d) border-box !important;
}

.detail-related-section .detail-related-row > .listing-card > a,
.detail-related-section .detail-related-row > .listing-card.vehicle-showcase-card > a {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
}

.detail-related-section .detail-related-row > .listing-card .listing-card-media {
  order: 1 !important;
  width: 100% !important;
  height: 150px !important;
  min-height: 150px !important;
  border-radius: 0 !important;
}

.detail-related-section .detail-related-row > .listing-card .listing-card-body {
  order: 2 !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  padding: 11px 12px 12px !important;
}

.detail-related-section .detail-related-row > .listing-card h3 {
  margin-bottom: 3px !important;
}

.detail-related-section .detail-related-row > .listing-card .listing-card-body::before {
  display: none !important;
}

.detail-related-section .detail-related-row > .listing-card .listing-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  .detail-related-section .detail-related-row > .listing-card .listing-card-media {
    height: 126px !important;
    min-height: 126px !important;
  }

  .detail-related-section .detail-related-row > .listing-card h3 {
    margin-bottom: 2px !important;
  }
}

/* Category view-all mobile should wrap, not horizontal scroll */
@media (max-width: 900px) {
  .property-category-page .property-category-full-grid,
  .property-category-page .listing-grid-page.property-category-full-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .property-category-page .property-category-full-grid .listing-card,
  .property-category-page .listing-grid-page.property-category-full-grid .listing-card {
    min-width: 0 !important;
    width: 100% !important;
    flex: initial !important;
  }
}

/* Hide property filters when showing property listing/category pages */
.property-module-page .property-filter-toolbar,
.property-module-page .property-filter-backdrop,
.property-module-page .property-filter-card,
.property-category-page .filter-card {
  display: none !important;
}

.property-category-page .listing-layout {
  display: block !important;
}

/* Store module premium catalog */
.store-module-page {
  background: linear-gradient(180deg, #f7f9fc 0, #eef3f8 100%);
}

.store-module-page .listing-page-head {
  display: none;
}

.store-desktop-hero {
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: center;
  margin-bottom: 16px;
  padding: 28px;
  border: 1px solid #dbe6f2;
  background:
    linear-gradient(90deg, rgba(12, 20, 35, .92), rgba(12, 20, 35, .48)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=85") center/cover;
  color: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.store-desktop-hero span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  background: rgba(255,255,255,.14);
  font-size: 12px;
  font-weight: 900;
}

.store-desktop-hero h2 {
  max-width: 760px;
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
}

.store-desktop-hero p {
  max-width: 580px;
  color: rgba(255,255,255,.78);
}

.store-desktop-hero form {
  max-width: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.94);
}

.store-desktop-hero input {
  min-height: 48px;
  padding: 0 16px;
  border: 0;
}

.store-desktop-hero button {
  background: #ff5a3d;
  color: #fff;
  font-weight: 900;
}

.store-desktop-hero aside {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.store-desktop-hero aside strong {
  display: block;
  font-size: 48px;
}

.store-desktop-hero aside small,
.store-desktop-hero aside b {
  color: rgba(255,255,255,.82);
}

.store-desktop-hero aside div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.store-desktop-hero aside b {
  padding: 7px 9px;
  background: rgba(255,255,255,.14);
  font-size: 12px;
}

.store-module-page .module-category-strip {
  padding: 14px;
  border: 1px solid #dbe6f2;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.store-module-page .module-category-strip .category-tile {
  border: 1px solid #e2eaf4;
  border-radius: 0;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.store-filter-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 14px 0;
  padding: 13px 16px;
  border: 1px solid #dbe6f2;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.store-filter-toolbar strong,
.store-filter-toolbar small {
  display: block;
}

.store-filter-toolbar small {
  color: #64748b;
  font-size: 12px;
}

.store-filter-toolbar button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  background: #111827;
  color: #fff;
  font-weight: 900;
}

.store-filter-toolbar svg {
  width: 17px;
  height: 17px;
  color: #fff;
}

.store-module-page .listing-layout {
  display: block;
}

.store-module-page .store-filter-card {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  width: min(390px, calc(100vw - 24px));
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  padding: 14px;
  border: 0;
  border-left: 1px solid #dbe6f2;
  border-radius: 0;
  background: #fff;
  box-shadow: -24px 0 52px rgba(15, 23, 42, .18);
  transform: translateX(105%);
  transition: transform .2s ease;
}

.store-module-page .store-filter-card::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.store-module-page .store-filter-card.open {
  transform: translateX(0);
}

.store-filter-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}

.store-filter-head h3,
.store-filter-head p {
  margin: 0;
}

.store-filter-head p {
  color: #64748b;
  font-size: 12px;
}

.store-filter-head button {
  width: 34px;
  height: 34px;
  background: #f1f5f9;
  color: #111827;
  font-size: 22px;
}

.store-filter-card form {
  display: grid;
  gap: 9px;
}

.store-filter-card label {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.store-filter-card input,
.store-filter-card select {
  width: 100%;
  min-height: 36px;
  margin-top: 4px;
  padding: 0 10px;
  border: 1px solid #d7e2ef;
  border-radius: 0;
  background: linear-gradient(180deg, #fff, #f8fafc);
  font-size: 13px;
}

.store-filter-card button {
  min-height: 42px;
  background: #ff5a3d;
  color: #fff;
  font-weight: 900;
}

.store-filter-card form > a {
  color: #0b63ce;
  text-align: center;
  font-weight: 900;
}

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

.store-module-page .listing-card {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #1687ff, #22d3ee 48%, #ff663d) border-box;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
}

.store-module-page .listing-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.store-module-page .listing-card-media {
  height: 170px;
  border-radius: 0;
}

.store-module-page .listing-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-module-page .listing-card-media span {
  border-radius: 0;
  background: #111827;
  font-size: 10px;
}

.store-module-page .listing-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 11px;
}

.store-module-page .listing-card h3 {
  min-height: 34px;
  margin: 0;
  color: #071326;
  font-size: 15px;
  line-height: 1.16;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.store-module-page .listing-card strong {
  color: #ff5a00;
  font-size: 20px;
  line-height: 1.05;
}

.store-price-type {
  width: max-content;
  max-width: 100%;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff4ed;
  color: #ff5a00;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.store-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.store-price-row em {
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  background: #071326;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.store-module-page .listing-card-body > p {
  margin: 0;
  color: #526174;
  font-size: 12px;
}

.store-card-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.store-card-facts em {
  min-width: 0;
  padding: 7px;
  border: 1px solid #e4ecf5;
  border-radius: 0;
  background: #f8fafc;
}

.store-card-facts small {
  display: block;
  color: #64748b;
  font-size: 9px;
  font-style: normal;
}

.store-card-facts b {
  display: block;
  color: #0f172a;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-card-cta {
  min-height: 34px;
  display: grid;
  place-items: center;
  margin-top: auto;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.store-results-panel,
.store-category-sections {
  display: grid;
  gap: 22px;
}

.store-category-section {
  display: grid;
  gap: 10px;
}

.store-category-head,
.store-category-backbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.store-category-head h3,
.store-category-head p,
.store-category-backbar h2,
.store-category-backbar p {
  margin: 0;
}

.store-category-head h3 {
  color: #071326;
  font-size: 25px;
  line-height: 1.1;
}

.store-category-head p,
.store-category-backbar p {
  color: #64748b;
  font-size: 13px;
}

.store-category-head a,
.store-category-backbar a {
  color: #0b63ce;
  font-weight: 900;
}

.store-category-backbar {
  padding: 16px 18px;
  border: 1px solid #dbe6f2;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.store-category-backbar a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  background: #111827;
  color: #fff;
}

.store-category-page .filter-card {
  display: none;
}

.store-category-page .listing-layout {
  display: block;
}

.store-module-page .listing-grid-page.store-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.store-module-page .store-category-grid .listing-card {
  box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}

.store-module-page .store-category-grid .listing-card-media {
  height: 145px;
}

.store-module-page .store-category-grid .listing-card-body {
  min-height: 144px;
  gap: 6px;
  padding: 10px;
}

.store-module-page .store-category-grid .listing-card h3 {
  min-height: 34px;
  font-size: 13.5px;
}

.store-module-page .store-category-grid .listing-card strong {
  font-size: 17px;
}

.store-module-page .store-category-grid .store-card-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-module-page .store-category-grid .store-card-facts em {
  padding: 5px 6px;
}

.store-module-page .store-category-grid .store-card-cta {
  align-self: end;
  min-height: 32px;
  width: 110px;
  margin-left: auto;
  background: #071326;
}

.store-module-page .store-category-grid .store-price-row em {
  min-height: 32px;
  padding: 0 8px;
  font-size: 11px;
}

.store-detail-page {
  background: #f3f7fb;
}

.store-detail-page .site-footer {
  margin-top: 0;
}

.store-detail-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 24px auto 96px;
}

.store-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 410px;
  gap: 20px;
  align-items: stretch;
}

.store-detail-gallery,
.store-detail-summary,
.store-detail-card {
  border: 1px solid #dbe6f2;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.store-detail-gallery {
  position: relative;
  overflow: hidden;
}

.store-detail-image-button {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  background: #f8fafc;
}

.store-detail-main-img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.store-detail-badge,
.store-photo-pill {
  position: absolute;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  background: #ff5a00;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-detail-badge {
  top: 18px;
}

.store-photo-pill {
  bottom: 18px;
  background: #111827;
}

.store-thumb-row {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 8px;
}

.store-thumb-row button {
  width: 62px;
  height: 48px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.72);
  background: #fff;
}

.store-thumb-row button.active {
  border-color: #ff5a00;
}

.store-thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-detail-summary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.store-detail-back {
  width: max-content;
  color: #0b63ce;
  font-weight: 900;
}

.store-detail-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: start;
}

.store-detail-title-row h1 {
  margin: 8px 0 6px;
  color: #071326;
  font-size: 32px;
  line-height: 1.12;
}

.store-detail-title-row p {
  margin: 0;
  color: #526174;
}

.store-detail-title-row button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #e4ecf5;
  background: #fff;
}

.store-detail-title-row svg {
  width: 22px;
  height: 22px;
  color: #ff3f45;
}

.store-detail-badges,
.store-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-detail-badges span,
.store-trust-pills span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  background: #fff4ed;
  color: #ff5a00;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-trust-pills span {
  background: #eef8ff;
  color: #0b63ce;
  text-transform: none;
}

.store-price-box {
  padding: 16px;
  border: 1px solid #e4ecf5;
  background: linear-gradient(135deg, #fff7ed, #fff);
}

.store-price-box small,
.store-price-box em {
  display: block;
  color: #64748b;
  font-style: normal;
}

.store-price-box strong {
  display: block;
  margin: 4px 0;
  color: #ff5a00;
  font-size: 34px;
  line-height: 1;
}

.store-detail-spec-strip,
.store-spec-grid {
  display: grid;
  gap: 10px;
}

.store-detail-spec-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-detail-spec-strip div,
.store-spec-grid div {
  min-width: 0;
  padding: 12px;
  border: 1px solid #e4ecf5;
  background: #f8fafc;
}

.store-detail-spec-strip i,
.store-spec-grid i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  background: #fff4ed;
  color: #ff5a00;
}

.store-detail-spec-strip svg,
.store-spec-grid svg {
  width: 18px;
  height: 18px;
}

.store-detail-spec-strip small,
.store-spec-grid span {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
}

.store-detail-spec-strip b,
.store-spec-grid strong {
  display: block;
  overflow: hidden;
  color: #071326;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-seller-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e4ecf5;
}

.store-seller-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #111827;
  color: #fff;
  font-weight: 900;
}

.store-seller-card small,
.store-seller-card p {
  margin: 0;
  color: #64748b;
}

.store-seller-card strong {
  display: block;
  color: #071326;
}

.store-detail-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}

.store-detail-actions a,
.mobile-store-actions a {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #ff5a3d;
  color: #ff5a3d;
  font-weight: 900;
}

.store-detail-actions a:first-child,
.mobile-store-actions .call {
  background: #ff5a3d;
  color: #fff;
}

.store-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-top: 20px;
}

.store-detail-card {
  padding: 18px;
}

.store-enquiry-card {
  grid-row: span 2;
}

.store-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.store-section-head h2,
.store-section-head span {
  margin: 0;
}

.store-section-head h2 {
  color: #071326;
  font-size: 24px;
}

.store-section-head span {
  color: #64748b;
  font-size: 13px;
}

.store-spec-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-related-section .detail-related-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.store-detail-page .store-related-section .listing-card {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #1687ff, #22d3ee 48%, #ff663d) border-box;
}

.store-detail-page .store-related-section .listing-card-media {
  height: 145px;
  border-radius: 0;
}

.store-detail-page .store-related-section .listing-card-body {
  gap: 7px;
  padding: 10px 11px 12px;
}

.store-detail-page .store-related-section .listing-card h3 {
  min-height: 34px;
  font-size: 13.5px;
}

.store-detail-page .store-related-section .listing-card-body > p {
  display: none;
}

.store-detail-page .store-related-section .store-price-type {
  padding: 4px 8px;
  font-size: 10px;
}

.store-detail-page .store-related-section .store-price-row {
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: start;
}

.store-detail-page .store-related-section .store-price-row strong {
  font-size: 19px;
  line-height: 1.1;
}

.store-detail-page .store-related-section .store-price-row s {
  display: inline-block;
  margin-left: 6px;
  color: #4b5563;
  font-size: 14px;
}

.store-detail-page .store-related-section .store-price-row small {
  display: inline-block;
  width: max-content;
  color: #071326;
  font-size: 12px;
  line-height: 1.1;
}

.store-detail-page .store-related-section .store-price-row em {
  width: 100%;
  min-height: 38px;
  margin-top: 4px;
}

.mobile-store-actions {
  display: none;
}

@media (max-width: 900px) {
  .store-module-page .site-header,
  .store-module-page .nav-strip,
  .store-module-page .site-footer,
  .store-module-page .store-desktop-hero {
    display: none;
  }

  .store-module-page .site-shell {
    padding: 0 12px 86px;
  }

  .store-module-page .module-search,
  .store-module-page .module-filter-chips {
    display: none;
  }

  .store-module-page .module-category-strip {
    margin-top: 10px;
    padding: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .store-module-page .module-category-strip::-webkit-scrollbar {
    display: none;
  }

  .store-filter-toolbar {
    margin: 10px 0;
    padding: 10px 12px;
  }

  .store-module-page .store-filter-card {
    right: 12px;
    left: 12px;
    width: auto;
    border-left: 0;
  }

  .store-module-page .listing-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .store-module-page .listing-grid-page.store-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .store-category-head {
    padding: 0 2px;
  }

  .store-category-head h3 {
    font-size: 20px;
  }

  .store-category-backbar {
    margin-top: 12px;
    padding: 12px;
  }

  .store-category-backbar a {
    min-height: 36px;
    padding: 0 12px;
  }

  .store-module-page .listing-card-media {
    height: 122px;
  }

  .store-module-page .listing-card-body {
    gap: 5px;
    padding: 9px;
  }

  .store-module-page .listing-card h3 {
    min-height: 31px;
    font-size: 13px;
  }

  .store-module-page .listing-card strong {
    font-size: 16px;
  }

  .store-card-facts {
    gap: 5px;
  }

  .store-card-facts em {
    padding: 6px;
  }

  .store-card-facts small {
    font-size: 9px;
  }

  .store-card-facts b {
    font-size: 10px;
  }

  .store-card-cta {
    min-height: 30px;
    font-size: 11px;
  }

  .store-detail-page .site-header,
  .store-detail-page .nav-strip,
  .store-detail-page .site-footer {
    display: none;
  }

  .store-detail-shell {
    width: auto;
    margin: 0;
    padding: 12px 12px 100px;
  }

  .store-detail-hero,
  .store-detail-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .store-detail-gallery,
  .store-detail-summary,
  .store-detail-card {
    border-radius: 0;
  }

  .store-detail-image-button,
  .store-detail-main-img {
    min-height: 280px;
    height: 280px;
  }

  .store-thumb-row {
    right: 10px;
    bottom: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 50px;
    max-width: 190px;
    overflow-x: auto;
  }

  .store-detail-summary {
    padding: 14px;
  }

  .store-detail-title-row h1 {
    font-size: 24px;
  }

  .store-price-box strong {
    font-size: 28px;
  }

  .store-detail-spec-strip,
  .store-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-detail-actions {
    display: none;
  }

  .store-section-head {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .store-section-head h2 {
    font-size: 21px;
  }

  .mobile-store-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border-top: 1px solid #e4ecf5;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -18px 38px rgba(15,23,42,.12);
  }

  .mobile-store-actions a {
    min-height: 48px;
  }
}

/* Property filter drawer */
.store-detail-page {
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, .12), transparent 30%),
    linear-gradient(180deg, #eef6fb 0%, #f8fafc 52%, #eef3f8 100%);
}

.store-detail-shell {
  width: min(1180px, calc(100% - 36px));
  margin-top: 18px;
}

.store-detail-hero {
  grid-template-columns: minmax(0, 1.04fr) 430px;
  gap: 18px;
}

.store-detail-gallery,
.store-detail-summary,
.store-detail-card {
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, .12);
}

.store-detail-gallery {
  background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.store-detail-image-button {
  min-height: 560px;
  padding: 26px;
}

.store-detail-main-img {
  min-height: 508px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(15, 23, 42, .15));
}

.store-detail-badge,
.store-photo-pill {
  border-radius: 5px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
}

.store-photo-pill {
  left: auto;
  right: 18px;
  bottom: auto;
  top: 18px;
  background: #071326;
}

.store-thumb-row {
  right: 18px;
  bottom: 18px;
  grid-auto-flow: column;
  max-width: calc(100% - 36px);
  overflow-x: auto;
  padding: 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
}

.store-thumb-row button {
  width: 70px;
  height: 56px;
  border-radius: 6px;
  border-color: transparent;
}

.store-thumb-row button.active {
  border-color: #ff5a00;
  box-shadow: 0 0 0 2px rgba(255, 90, 0, .15);
}

.store-detail-summary {
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.store-detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eff6ff;
}

.store-detail-title-row h1 {
  font-size: clamp(26px, 2.8vw, 38px);
  letter-spacing: 0;
}

.store-location-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: #475569;
  font-weight: 800;
}

.store-location-line svg {
  width: 16px;
  height: 16px;
  color: #0b63ce;
}

.store-price-box {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 90, 0, .22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 90, 0, .11), transparent 42%),
    #fff;
}

.store-price-box small {
  color: #0f172a;
  font-weight: 900;
}

.store-price-box strong {
  color: #ff5a00;
}

.store-price-box em {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.store-price-box em b {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.store-price-box > span {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff4ed;
  color: #ff5a00;
  font-size: 11px;
  font-weight: 900;
}

.store-detail-spec-strip {
  display: none;
}

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

.store-spec-grid div {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .12);
}

.store-spec-grid i {
  border-radius: 8px;
}

.store-spec-grid strong {
  white-space: normal;
}

.store-feature-list {
  margin-top: 14px;
  padding: 10px 11px;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 90, 0, .08), transparent 36%),
    #fbfdff;
  font-family: "Times New Roman", Times, serif;
}

.store-feature-list strong {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #071326;
  font-size: 17px;
  font-weight: 400;
}

.store-feature-list strong::before {
  content: "";
  width: 6px;
  height: 18px;
  display: inline-block;
  border-radius: 999px;
  background: #ff5a00;
}

.store-feature-list ul {
  display: grid;
  gap: 6px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.store-feature-list li {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border: 1px solid #e7eef7;
  border-radius: 6px;
  background: #fff;
  color: #26364b;
  font-size: 15px;
  font-weight: 400;
}

.store-feature-list li span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.store-video-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 6px;
  background: #071326;
  color: #fff;
  font-weight: 900;
}

@media (max-width: 900px) {
  .store-detail-shell {
    width: auto;
    padding: 10px 10px 92px;
  }

  .store-detail-gallery,
  .store-detail-summary,
  .store-detail-card {
    border-radius: 8px;
  }

  .store-detail-image-button {
    min-height: 318px;
    height: 318px;
    padding: 16px;
  }

  .store-detail-main-img {
    min-height: 286px;
    height: 286px;
  }

  .store-photo-pill {
    right: 12px;
    top: 12px;
  }

  .store-detail-badge {
    left: 12px;
    top: 12px;
  }

  .store-thumb-row {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .store-thumb-row button {
    width: 58px;
    height: 46px;
  }

  .store-detail-title-row {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .store-detail-title-row h1 {
    font-size: 23px;
  }

  .store-price-box strong {
    font-size: 30px;
  }

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

/* Store detail clean premium layout */
.store-detail-page .store-detail-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 18px auto 80px;
}

.store-detail-page .store-detail-hero {
  grid-template-columns: minmax(0, 56%) minmax(360px, 1fr);
  gap: 16px;
  align-items: start;
}

.store-detail-page .store-detail-gallery,
.store-detail-page .store-detail-summary,
.store-detail-page .store-detail-card {
  border-radius: 6px;
  border: 1px solid #e3e9f2;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.store-detail-page .store-detail-gallery {
  padding: 14px;
}

.store-detail-page .store-detail-image-button {
  height: 420px;
  min-height: 420px;
  padding: 18px;
  border: 1px solid #edf2f7;
  border-radius: 6px;
  background: #f8fafc;
}

.store-detail-page .store-detail-main-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  filter: none;
}

.store-detail-page .store-detail-badge,
.store-detail-page .store-photo-pill {
  top: 24px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 11px;
  box-shadow: none;
}

.store-detail-page .store-detail-badge {
  left: 24px;
}

.store-detail-page .store-photo-pill {
  right: 24px;
  background: #071326;
}

.store-detail-page .store-thumb-row {
  position: static;
  display: flex;
  gap: 8px;
  max-width: none;
  margin-top: 10px;
  padding: 0;
  overflow-x: auto;
  background: transparent;
  box-shadow: none;
}

.store-detail-page .store-thumb-row button {
  flex: 0 0 76px;
  width: 76px;
  height: 58px;
  border: 1px solid #dbe6f2;
  border-radius: 5px;
}

.store-detail-page .store-thumb-row button.active {
  border-color: #ff5a00;
  box-shadow: 0 0 0 2px rgba(255, 90, 0, .12);
}

.store-detail-page .store-detail-summary {
  gap: 12px;
  padding: 18px;
}

.store-detail-page .store-summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.store-detail-page .store-detail-back {
  min-height: 30px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #0b63ce;
  font-size: 13px;
}

.store-detail-page .store-detail-title-row {
  display: block;
}

.store-detail-page .store-detail-title-row h1 {
  margin: 8px 0 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
  color: #071326;
  font-size: 30px;
  line-height: 1.14;
  font-weight: 900;
}

.store-detail-page .store-detail-title-row p {
  font-size: 14px;
  line-height: 1.45;
}

.store-detail-page .store-wishlist-action button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #ffd3d3;
  border-radius: 999px;
  background: #fff5f5;
  color: #ef4444;
  font-size: 12px;
  font-weight: 900;
}

.store-detail-page .store-wishlist-action svg {
  width: 17px;
  height: 17px;
}

.store-detail-page .store-location-line {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}

.store-detail-page .store-price-box {
  padding: 14px;
  border-radius: 6px;
  background: #fff7ed;
}

.store-detail-page .store-price-box strong {
  margin: 5px 0;
  font-size: 32px;
}

.store-detail-page .store-trust-pills {
  gap: 8px;
  padding: 10px;
  border: 1px solid #e3e9f2;
  border-radius: 6px;
  background: #f8fafc;
}

.store-detail-page .store-trust-pills span,
.store-detail-page .store-detail-badges span {
  min-height: 24px;
  border-radius: 999px;
  font-size: 10px;
}

.store-detail-page .store-seller-card {
  border-radius: 6px;
}

.store-detail-page .store-detail-actions a {
  min-height: 42px;
  border-radius: 4px;
}

.store-detail-page .store-detail-actions {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.store-detail-page .store-detail-actions:empty {
  display: none;
}

.store-detail-page .store-detail-content {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
  margin-top: 16px;
}

.store-detail-page .store-detail-card {
  padding: 16px;
}

.store-detail-page .store-section-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}

.store-detail-page .store-section-head h2 {
  font-size: 21px;
}

.store-detail-page .store-spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.store-detail-page .store-spec-grid div {
  min-height: 92px;
  padding: 11px;
  border-radius: 6px;
  background: #f8fafc;
  box-shadow: none;
}

.store-detail-page .store-spec-grid i {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.store-detail-page .store-spec-grid span {
  margin-bottom: 3px;
}

.store-detail-page .store-spec-grid strong {
  font-size: 13px;
  line-height: 1.25;
}

.store-detail-page .store-spec-table-wrap {
  overflow: hidden;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.store-detail-page .store-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-family: "Times New Roman", Times, serif;
}

.store-detail-page .store-spec-table tr:nth-child(even) {
  background: #fbfdff;
}

.store-detail-page .store-spec-table th,
.store-detail-page .store-spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf2f7;
  text-align: left;
  vertical-align: middle;
}

.store-detail-page .store-spec-table tr:last-child th,
.store-detail-page .store-spec-table tr:last-child td {
  border-bottom: 0;
}

.store-detail-page .store-spec-table th {
  width: 32%;
  border-right: 1px solid #edf2f7;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%);
  color: #334155;
  font-size: 15px;
  font-weight: 400;
}

.store-detail-page .store-spec-table th i {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  border-radius: 5px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #ff5a00;
  vertical-align: middle;
}

.store-detail-page .store-spec-table th svg {
  width: 15px;
  height: 15px;
}

.store-detail-page .store-spec-table th span {
  vertical-align: middle;
}

.store-detail-page .store-spec-table td {
  color: #0f172a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.store-detail-page .store-bool-value {
  min-width: 48px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 999px;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 400;
}

.store-detail-page .store-bool-value.yes {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.store-detail-page .store-bool-value.no {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #991b1b;
}

@media (max-width: 900px) {
  .store-detail-page {
    background: #f4f7fb;
  }

  .store-detail-page .site-footer {
    display: none !important;
    margin: 0 !important;
  }

  .store-detail-page .store-detail-shell {
    width: auto;
    margin: 0;
    padding: 10px 10px 70px;
  }

  .store-detail-page .store-detail-hero,
  .store-detail-page .store-detail-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .store-detail-page .store-detail-gallery {
    margin: -10px -10px 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  .store-detail-page .store-detail-image-button {
    height: 250px;
    min-height: 250px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
  }

  .store-detail-page .store-detail-main-img {
    object-fit: contain;
  }

  .store-detail-page .store-detail-badge,
  .store-detail-page .store-photo-pill {
    top: 16px;
    min-height: 24px;
    font-size: 10px;
  }

  .store-detail-page .store-detail-badge {
    left: 16px;
  }

  .store-detail-page .store-photo-pill {
    right: 16px;
  }

  .store-detail-page .store-thumb-row {
    margin: 0;
    padding: 8px 10px 10px;
    border-bottom: 1px solid #e8eef6;
  }

  .store-detail-page .store-thumb-row button {
    flex-basis: 58px;
    width: 58px;
    height: 45px;
  }

  .store-detail-page .store-detail-summary {
    padding: 13px;
  }

  .store-detail-page .store-detail-title-row h1 {
    padding-bottom: 8px;
    font-size: 21px;
  }

  .store-detail-page .store-detail-title-row p {
    font-size: 12px;
  }

  .store-detail-page .store-wishlist-action button {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .store-detail-page .store-wishlist-action span {
    display: none;
  }

  .store-detail-page .store-price-box strong {
    font-size: 26px;
  }

  .store-detail-page .store-detail-badges span,
  .store-detail-page .store-trust-pills span {
    min-height: 22px;
    padding: 0 8px;
  }

  .store-detail-page .store-trust-pills {
    padding: 8px;
  }

  .store-detail-page .store-seller-card {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 11px;
  }

  .store-detail-page .store-seller-card > span {
    width: 40px;
    height: 40px;
  }

  .store-detail-page .store-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .store-detail-page .store-spec-grid div {
    min-height: 84px;
    padding: 9px;
  }

  .store-detail-page .store-section-head {
    margin-bottom: 10px;
  }

  .store-detail-page .store-section-head h2 {
    font-size: 18px;
  }

  .store-detail-page .store-section-head span {
    font-size: 12px;
  }

  .store-detail-page .store-related-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .store-detail-page .mobile-store-actions {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)) !important;
    padding: 10px !important;
  }

  .store-detail-page .store-spec-table th,
  .store-detail-page .store-spec-table td {
    display: table-cell;
    width: auto;
    padding: 10px 11px;
  }

  .store-detail-page .store-spec-table th {
    width: 42%;
    border-right: 1px solid #edf2f7;
    font-size: 13px;
  }

  .store-detail-page .store-spec-table td {
    width: 58%;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word;
  }

  .store-detail-page .store-spec-table th i {
    display: none;
  }

  .store-feature-list {
    padding: 9px 10px;
  }

  .store-feature-list strong {
    font-size: 16px;
  }

  .store-feature-list ul {
    gap: 5px;
  }

  .store-feature-list li {
    min-height: 27px;
    padding: 5px 8px;
    font-size: 14px;
  }
}

/* Vehicle detail premium refresh */
.vehicle-detail-page {
  background: linear-gradient(180deg, #eef5fb 0%, #f8fafc 54%, #eef3f8 100%);
}

.vehicle-detail-page .vehicle-detail-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 18px auto 78px;
}

.vehicle-detail-page .vehicle-detail-hero {
  grid-template-columns: minmax(0, 56%) minmax(360px, 1fr);
  gap: 16px;
}

.vehicle-detail-page .vehicle-detail-gallery,
.vehicle-detail-page .vehicle-detail-summary,
.vehicle-detail-page .vehicle-detail-card {
  border: 1px solid #e3e9f2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.vehicle-detail-page .vehicle-detail-gallery {
  padding: 14px;
}

.vehicle-detail-page .vehicle-detail-image-button {
  height: 420px;
  min-height: 420px;
  padding: 12px;
  border: 1px solid #edf2f7;
  border-radius: 6px;
  background: #f8fafc;
}

.vehicle-detail-page .vehicle-detail-main-img {
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: transparent;
}

.vehicle-detail-page .vehicle-used-badge,
.vehicle-detail-page .vehicle-photo-pill {
  border-radius: 4px;
  box-shadow: none;
}

.vehicle-detail-page .vehicle-photo-pill {
  left: auto;
  right: 24px;
  bottom: auto;
  top: 24px;
}

.vehicle-detail-page .vehicle-thumb-strip {
  display: flex;
  gap: 8px;
  padding: 10px 0 0;
  overflow-x: auto;
}

.vehicle-detail-page .vehicle-thumb-strip button {
  flex: 0 0 76px;
  width: 76px;
  height: 58px;
  overflow: hidden;
  border: 1px solid #dbe6f2;
  border-radius: 5px;
  background: #eef2f7;
}

.vehicle-detail-page .vehicle-thumb-strip button.active {
  border-color: #ff5a00;
  box-shadow: 0 0 0 2px rgba(255, 90, 0, .12);
}

.vehicle-detail-page .vehicle-detail-summary {
  position: static;
}

.vehicle-detail-page .vehicle-title-price-row {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px;
}

.vehicle-detail-page .vehicle-detail-summary h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
  font-size: 30px;
}

.vehicle-detail-page .vehicle-price-card {
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 90, 0, .22);
  border-radius: 6px;
  background: #fff7ed;
  text-align: left;
}

.vehicle-detail-page .vehicle-price-card strong {
  font-size: 32px;
}

.vehicle-detail-page .vehicle-trust-pills {
  padding: 0 18px 12px;
}

.vehicle-detail-page .vehicle-fact-grid {
  padding: 0 18px 14px;
}

.vehicle-detail-page .vehicle-seller-card {
  margin: 0 18px 18px;
  border-radius: 6px;
  box-shadow: none;
}

.vehicle-detail-page .vehicle-detail-actions {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.vehicle-detail-page .vehicle-detail-actions:empty {
  display: none;
}

.vehicle-detail-page .vehicle-detail-content {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
  margin-top: 16px;
}

.vehicle-detail-page .vehicle-detail-card:first-child {
  background: #fff;
}

.vehicle-detail-page .vehicle-section-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}

.vehicle-spec-table-wrap {
  overflow: hidden;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.vehicle-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-family: "Times New Roman", Times, serif;
}

.vehicle-spec-table tr:nth-child(even) {
  background: #fbfdff;
}

.vehicle-spec-table th,
.vehicle-spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf2f7;
  text-align: left;
  vertical-align: middle;
}

.vehicle-spec-table tr:last-child th,
.vehicle-spec-table tr:last-child td {
  border-bottom: 0;
}

.vehicle-spec-table th {
  width: 32%;
  border-right: 1px solid #edf2f7;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%);
  color: #334155;
  font-size: 15px;
  font-weight: 400;
}

.vehicle-spec-table th i {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  border: 1px solid #fed7aa;
  border-radius: 5px;
  background: #fff7ed;
  color: #ff5a00;
  vertical-align: middle;
}

.vehicle-spec-table th svg {
  width: 15px;
  height: 15px;
}

.vehicle-spec-table td {
  color: #0f172a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.vehicle-bool-value {
  min-width: 48px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 999px;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 400;
}

.vehicle-bool-value.yes {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.vehicle-bool-value.no {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #991b1b;
}

@media (max-width: 900px) {
  .vehicle-detail-page .site-footer {
    display: none !important;
    margin: 0 !important;
  }

  .vehicle-detail-page .vehicle-detail-shell {
    width: auto;
    margin: 0;
    padding: 10px 10px 74px;
  }

  .vehicle-detail-page .vehicle-detail-hero,
  .vehicle-detail-page .vehicle-detail-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vehicle-detail-page .vehicle-detail-gallery {
    margin: -10px -10px 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .vehicle-detail-page .vehicle-detail-image-button {
    height: 250px;
    min-height: 250px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .vehicle-detail-page .vehicle-thumb-strip {
    padding: 8px 10px 10px;
    border-bottom: 1px solid #e8eef6;
  }

  .vehicle-detail-page .vehicle-thumb-strip button {
    flex-basis: 58px;
    width: 58px;
    height: 45px;
  }

  .vehicle-detail-page .vehicle-title-price-row {
    padding: 13px;
  }

  .vehicle-detail-page .vehicle-detail-summary h1 {
    font-size: 21px;
  }

  .vehicle-detail-page .vehicle-price-card strong {
    font-size: 26px;
  }

  .vehicle-detail-page .vehicle-detail-actions {
    display: none;
  }

  .vehicle-detail-page .mobile-vehicle-actions {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)) !important;
    padding: 10px !important;
  }

  .vehicle-spec-table th,
  .vehicle-spec-table td {
    padding: 10px 11px;
  }

  .vehicle-spec-table th {
    width: 42%;
    font-size: 13px;
  }

  .vehicle-spec-table td {
    width: 58%;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word;
  }

  .vehicle-spec-table th i {
    display: none;
  }
}

.property-filter-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 14px 0;
  padding: 13px 16px;
  border: 1px solid #dbe6f2;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.property-filter-toolbar strong,
.property-filter-toolbar small {
  display: block;
}

.property-filter-toolbar small {
  color: #64748b;
  font-size: 12px;
}

.property-filter-toolbar button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  background: #111827;
  color: #fff;
  font-weight: 900;
}

.property-filter-toolbar svg {
  width: 17px;
  height: 17px;
  color: #fff;
}

.property-module-page .listing-layout {
  display: block !important;
}

.property-module-page .property-results-panel {
  width: 100%;
}

.property-module-page .property-filter-card {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  z-index: 1200;
  width: min(390px, calc(100vw - 24px)) !important;
  height: 100dvh;
  display: block !important;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  padding: 14px !important;
  border: 0 !important;
  border-left: 1px solid #dbe6f2 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: -24px 0 52px rgba(15, 23, 42, .18) !important;
  transform: translateX(105%);
  transition: transform .2s ease;
}

.property-module-page .property-filter-card::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.property-module-page .property-filter-card.open {
  transform: translateX(0);
}

.property-filter-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1190;
  background: rgba(15, 23, 42, .42);
}

.property-module-page .property-filter-head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 34px;
  gap: 9px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.property-module-page .property-filter-head button {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: #f1f5f9;
  color: #111827;
  font-size: 22px;
}

.property-module-page .property-filter-card form {
  display: grid;
  gap: 8px;
}

.property-module-page .property-filter-card label {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.property-module-page .property-filter-card input,
.property-module-page .property-filter-card select {
  width: 100%;
  min-height: 34px;
  margin-top: 4px;
  padding: 0 10px;
  border: 1px solid #d7e2ef;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #fff, #f8fafc);
  font-size: 13px;
}

.property-module-page .property-filter-card .filter-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.property-module-page .property-filter-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.property-module-page .property-filter-pills a {
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 0;
  background: #fff7ed;
  color: #ff5a00;
  font-size: 11px;
  font-weight: 900;
}

.property-module-page .property-filter-card form > button {
  min-height: 42px;
  border-radius: 0 !important;
  background: #ff5a3d;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.property-module-page .property-filter-card form > a {
  color: #0b63ce;
  text-align: center;
  font-weight: 900;
}

.property-module-page .property-filter-help {
  display: none;
}

@media (max-width: 900px) {
  .property-module-page .property-filter-toolbar {
    margin: 10px 0;
    padding: 10px 12px;
  }

  .property-module-page .property-filter-toolbar button {
    min-height: 36px;
  }

  .property-module-page .property-filter-card {
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    border-left: 0 !important;
    padding: 13px !important;
  }
}

/* Premium property listing page */
.property-module-page.public-module-page {
  background: linear-gradient(180deg, #f7f9fc 0, #eef3f8 100%);
}

.property-module-page .property-desktop-hero {
  min-height: 250px;
  overflow: hidden;
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(12, 20, 35, .90), rgba(12, 20, 35, .55)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1600&q=85") center/cover;
  color: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.property-module-page .property-desktop-hero h2 {
  max-width: 720px;
  font-size: 42px;
  line-height: 1.08;
}

.property-module-page .property-desktop-hero p {
  max-width: 580px;
  color: rgba(255,255,255,.78);
}

.property-module-page .property-desktop-hero form {
  max-width: 720px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 0;
  background: rgba(255,255,255,.94);
}

.property-module-page .property-desktop-hero form input {
  color: #111827;
}

.property-module-page .property-desktop-hero aside {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.property-module-page .module-category-strip {
  padding: 16px;
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.property-module-page .module-category-strip .category-tile {
  border: 1px solid #e2eaf4;
  border-radius: 0;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.property-module-page .module-category-strip .category-tile span {
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.property-module-page .listing-layout {
  align-items: start;
  gap: 18px;
}

.property-module-page .property-filter-card {
  position: sticky;
  top: 16px;
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
}

.property-module-page .property-filter-card input,
.property-module-page .property-filter-card select {
  border-radius: 0;
  border-color: #d9e5f2;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.property-module-page .property-filter-card button {
  border-radius: 0;
  background: #ff5a3d;
}

.property-module-page .property-results-panel {
  min-width: 0;
  padding: 16px;
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.property-module-page .property-results-head {
  margin-bottom: 14px;
}

.property-module-page .property-results-head h2 {
  margin: 0;
  font-size: 24px;
}

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

.property-module-page .listing-grid-page .listing-card {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #1687ff, #22d3ee 48%, #ff663d) border-box;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
}

.property-module-page .listing-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-module-page .listing-card-media {
  height: 182px;
  border-radius: 0;
}

.property-module-page .listing-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-module-page .listing-card-media span {
  border-radius: 0;
  background: #ff5a3d;
  font-size: 10px;
}

.property-module-page .listing-card-media button {
  width: 36px;
  height: 36px;
}

.property-module-page .listing-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
}

.property-module-page .listing-card h3 {
  min-height: 34px;
  margin: 0 0 1px;
  color: #071326;
  font-size: 16px;
  line-height: 1.18;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.property-module-page .property-card-meta {
  display: none !important;
  margin: 0;
  color: #526174;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-module-page .listing-card strong {
  color: #ff5a00;
  font-size: 21px;
  line-height: 1.05;
}

.property-module-page .listing-card-body > p:not(.property-card-meta) {
  display: none !important;
  margin: 0;
  color: #526174;
  font-size: 12px;
}

.property-module-page .property-card-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 2px;
}

.property-module-page .property-card-facts em {
  min-width: 0;
  padding: 8px;
  border: 1px solid #e4ecf5;
  border-radius: 0;
  background: #f8fafc;
}

.property-module-page .property-card-facts small {
  display: block;
  color: #64748b;
  font-size: 10px;
  font-style: normal;
}

.property-module-page .property-card-facts b {
  display: block;
  color: #0f172a;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-module-page .property-card-cta {
  min-height: 36px;
  display: grid;
  place-items: center;
  margin-top: auto;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .property-module-page .property-desktop-hero,
  .property-module-page .property-filter-card,
  .property-module-page .property-results-head {
    display: none;
  }

  .property-module-page .site-shell {
    padding: 0 12px 86px;
  }

  .property-module-page .module-category-strip {
    margin-top: 10px;
    padding: 10px;
    overflow-x: auto;
    border-radius: 12px;
    scrollbar-width: none;
  }

  .property-module-page .module-category-strip::-webkit-scrollbar {
    display: none;
  }

  .property-module-page .property-results-panel {
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .property-module-page .listing-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

.property-module-page .listing-card-media {
    height: 118px;
    border-radius: 0 !important;
  }

  .property-module-page .listing-card-media img {
    border-radius: 0 !important;
  }

  .property-module-page .listing-card-body {
    gap: 3px;
    padding: 9px;
  }

  .property-module-page .listing-card h3 {
    min-height: 30px;
    margin-bottom: 1px;
    font-size: 13px;
  }

  .property-module-page .property-card-meta,
  .property-module-page .listing-card-body > p:not(.property-card-meta) {
    font-size: 10px;
  }

  .property-module-page .listing-card strong {
    font-size: 16px;
  }

  .property-module-page .property-card-facts {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .property-module-page .property-card-facts em {
    padding: 6px;
  }

  .property-module-page .property-card-facts small {
    font-size: 9px;
  }

  .property-module-page .property-card-facts b {
    font-size: 10px;
  }

  .property-module-page .property-card-cta {
    min-height: 30px;
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  body.mobile-menu-open,
  body.mobile-search-open {
    overflow: hidden;
  }

  .mobile-bar {
    gap: 10px !important;
    justify-content: flex-start !important;
  }

  .mobile-bar .brand-logo,
  .mobile-market-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-market-top {
    min-height: 58px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .mobile-menu-btn,
  .mobile-top-search-btn {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #111827 !important;
  }

  .mobile-menu-btn {
    gap: 3px !important;
  }

  .mobile-menu-btn span {
    width: 17px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  .mobile-top-search-btn svg {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 2.2 !important;
  }

  .mobile-search,
  .mobile-market-search {
    display: none !important;
  }

  .mobile-post-btn,
  .mobile-market-post-btn {
    min-width: 82px !important;
    min-height: 34px !important;
    font-size: 11.5px !important;
    padding: 0 8px !important;
  }

  .mobile-side-drawer,
  .mobile-search-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000 !important;
  }

  .mobile-drawer-backdrop,
  .mobile-search-backdrop {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    background: rgba(15, 23, 42, .45) !important;
  }

  .mobile-drawer-panel {
    position: relative !important;
    width: min(76vw, 286px) !important;
    height: 100% !important;
    padding: 14px !important;
    background: linear-gradient(180deg, rgba(255, 247, 237, .9), rgba(255,255,255,.96) 118px), #fff !important;
    box-shadow: 18px 0 40px rgba(15, 23, 42, .22) !important;
  }

  .mobile-drawer-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
  }

  .mobile-drawer-head strong {
    color: #1497e7 !important;
    font-size: 18px !important;
  }

  .mobile-drawer-head button,
  .mobile-search-card > button {
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #f3f4f6 !important;
    color: #111827 !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .mobile-drawer-panel nav {
    display: grid !important;
    gap: 6px !important;
  }

  .mobile-drawer-panel nav a {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 9px 0 11px !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    color: #111827 !important;
    font-weight: 700 !important;
  }

  .mobile-search-card {
    position: relative !important;
    margin: 78px 14px 0 !important;
    padding: 14px !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .2) !important;
  }

  .mobile-search-card > button {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
  }

  .mobile-search-card label {
    display: block !important;
    margin-bottom: 14px !important;
    color: #111827 !important;
    font-weight: 800 !important;
  }

  .mobile-search-card div {
    min-height: 48px !important;
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 8px 0 12px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
  }

  .mobile-search-card svg {
    width: 20px !important;
    height: 20px !important;
    color: #64748b !important;
  }

  .mobile-search-card input {
    min-width: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    font-size: 14px !important;
  }

  .mobile-search-card div button {
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    background: #ff6500 !important;
    color: #fff !important;
    font-weight: 800 !important;
  }

  .mobile-bottom,
  .public-home-page .mobile-bottom {
    height: 72px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 7px 8px 6px !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .mobile-bottom a,
  .mobile-bottom a:not(.post),
  .public-home-page .mobile-bottom a,
  .public-home-page .mobile-bottom a:not(.post) {
    min-height: 54px !important;
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    gap: 4px !important;
    color: #667085 !important;
  }

  .mobile-bottom a.active,
  .public-home-page .mobile-bottom a.active {
    color: #ff6500 !important;
  }

  .mobile-bottom a b,
  .mobile-bottom a:not(.post) b,
  .public-home-page .mobile-bottom a b,
  .public-home-page .mobile-bottom a:not(.post) b {
    width: 24px !important;
    height: 24px !important;
    display: grid !important;
    place-items: center !important;
    color: inherit !important;
  }

  .mobile-bottom a b::before,
  .mobile-bottom a b::after,
  .public-home-page .mobile-bottom a b::before,
  .public-home-page .mobile-bottom a b::after {
    content: none !important;
    display: none !important;
  }

  .mobile-bottom svg,
  .public-home-page .mobile-bottom svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.15 !important;
  }

  .mobile-bottom span,
  .public-home-page .mobile-bottom a span {
    color: inherit !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }
}





@media (max-width: 760px) {
  .mobile-top,
  .public-home-page .mobile-top,
  .public-module-page .mobile-top,
  .store-module-page .mobile-top {
    display: block !important;
  }

  .mobile-bottom,
  .public-home-page .mobile-bottom,
  .public-module-page .mobile-bottom,
  .store-module-page .mobile-bottom {
    display: grid !important;
  }

  .property-detail-page .mobile-top,
  .vehicle-detail-page .mobile-top,
  .store-detail-page .mobile-top,
  .property-detail-page .mobile-bottom,
  .vehicle-detail-page .mobile-bottom,
  .store-detail-page .mobile-bottom {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .store-module-page .mobile-module-top {
    display: block !important;
    margin: 0 -12px 8px !important;
    padding: 0 12px !important;
    background: #fff !important;
  }

  .store-module-page .module-title-row,
  .store-module-page .module-mobile-bar,
  .store-module-page .module-search {
    display: none !important;
  }

  .store-module-page .module-filter-chips {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 8px 0 10px !important;
    scrollbar-width: none !important;
  }

  .store-module-page .module-filter-chips::-webkit-scrollbar {
    display: none !important;
  }

  .store-module-page .module-filter-chips a {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 13px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .store-module-page .module-filter-chips a.active {
    border-color: #ff6500 !important;
    background: #fff3e8 !important;
    color: #ff6500 !important;
  }
}
@media (max-width: 760px) {
  .mobile-post-btn,
  .mobile-market-post-btn {
    margin-right: 8px !important;
  }

  .store-module-page .mobile-module-top,
  .store-module-page .module-filter-chips {
    display: none !important;
  }

  .store-module-page .store-filter-backdrop,
  .store-module-page .vehicle-filter-backdrop {
    z-index: 1290 !important;
    background: rgba(15, 23, 42, .34) !important;
  }

  .store-module-page .store-filter-card {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1300 !important;
    display: block !important;
    width: min(390px, calc(100vw - 26px)) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    padding: 16px !important;
    background: #fff !important;
    transform: translateX(105%) !important;
    transition: transform .2s ease !important;
  }

  .store-module-page .store-filter-card.open {
    transform: translateX(0) !important;
  }
}
@media (max-width: 760px) {
  .store-module-page .module-category-strip {
    display: none !important;
  }

  .store-module-page .listing-card > a {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .store-module-page .listing-card-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 8px 9px 9px !important;
  }

  .store-module-page .listing-card h3 {
    min-height: 34px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.12 !important;
  }

  .store-module-page .store-price-type {
    width: max-content !important;
    padding: 3px 7px !important;
    font-size: 9px !important;
  }

  .store-module-page .store-price-row {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 5px !important;
    margin-top: 1px !important;
  }

  .store-module-page .store-price-row strong {
    color: #ff5a00 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .store-module-page .store-price-row s {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .store-module-page .store-price-row small {
    justify-self: start !important;
    padding: 2px 5px !important;
    border-radius: 999px !important;
    background: #dcfce7 !important;
    color: #15803d !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .store-module-page .store-price-row em {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-height: 31px !important;
    margin-top: 3px !important;
    padding: 0 8px !important;
    background: #071326 !important;
    font-size: 11px !important;
  }

  .store-module-page .listing-card-body > p {
    margin-top: 0 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .store-module-page .store-card-facts {
    display: none !important;
  }
}
.store-mobile-banner {
  display: none;
}

@media (max-width: 760px) {
  .store-module-page .store-mobile-banner {
    min-height: 118px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 8px -12px 12px !important;
    padding: 16px 14px !important;
    overflow: hidden !important;
    background:
      linear-gradient(90deg, rgba(7, 19, 38, .92), rgba(7, 19, 38, .66)),
      url("https://images.unsplash.com/photo-1496181133206-80ce9b88a853?auto=format&fit=crop&w=900&q=80") center / cover no-repeat !important;
    color: #fff !important;
  }

  .store-module-page .store-mobile-banner span {
    display: inline-flex !important;
    margin-bottom: 7px !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #ff6500 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
  }

  .store-module-page .store-mobile-banner h2 {
    max-width: 230px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.05 !important;
  }

  .store-module-page .store-mobile-banner p {
    max-width: 230px !important;
    margin: 6px 0 0 !important;
    color: rgba(255, 255, 255, .86) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .store-module-page .store-mobile-banner a {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #071326 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .store-module-page .listing-card-body > p {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .store-module-page .site-footer {
    display: none !important;
  }

  .store-module-page .site-shell {
    padding-bottom: 78px !important;
  }

  .store-module-page .store-results-panel,
  .store-module-page .store-category-sections,
  .store-module-page .store-category-section,
  .store-module-page .listing-layout,
  .store-module-page .listing-grid-page,
  .store-module-page .listing-grid-page.store-category-grid {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .store-module-page .store-category-section:last-child {
    margin-bottom: 0 !important;
  }

  .store-module-page .listing-grid-page.store-category-grid {
    gap: 10px 16px !important;
  }
}
.property-mobile-banner {
  display: none;
}

@media (max-width: 760px) {
  .property-module-page .site-footer {
    display: none !important;
  }

  .property-module-page .site-shell {
    padding: 0 12px 78px !important;
  }

  .property-module-page .mobile-module-top,
  .property-module-page .module-filter-chips,
  .property-module-page .mobile-module-hero,
  .property-module-page .property-action-strip {
    display: none !important;
  }

  .property-module-page .property-mobile-banner {
    min-height: 118px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 8px -12px 12px !important;
    padding: 16px 14px !important;
    overflow: hidden !important;
    background:
      linear-gradient(90deg, rgba(10, 36, 26, .94), rgba(10, 36, 26, .62)),
      url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80") center / cover no-repeat !important;
    color: #fff !important;
  }

  .property-module-page .property-mobile-banner span {
    display: inline-flex !important;
    margin-bottom: 7px !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #ff6500 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
  }

  .property-module-page .property-mobile-banner h2 {
    max-width: 230px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.05 !important;
  }

  .property-module-page .property-mobile-banner p {
    max-width: 230px !important;
    margin: 6px 0 0 !important;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .property-module-page .property-mobile-banner a {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #071326 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .property-module-page .property-filter-toolbar {
    margin: 0 0 12px !important;
    padding: 10px 12px !important;
  }

  .property-module-page .property-filter-backdrop,
  .property-module-page .vehicle-filter-backdrop {
    z-index: 1290 !important;
    background: rgba(15, 23, 42, .34) !important;
  }

  .property-module-page .property-filter-card {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1300 !important;
    display: block !important;
    width: min(390px, calc(100vw - 26px)) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    padding: 16px !important;
    background: #fff !important;
    transform: translateX(105%) !important;
    transition: transform .2s ease !important;
  }

  .property-module-page .property-filter-card.open {
    transform: translateX(0) !important;
  }

  .property-module-page .property-results-panel,
  .property-module-page .property-category-sections,
  .property-module-page .property-category-section,
  .property-module-page .listing-layout,
  .property-module-page .listing-grid-page,
  .property-module-page .listing-grid-page.property-category-grid {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .property-module-page .listing-grid-page.property-category-grid,
  .property-module-page .listing-grid-page {
    gap: 10px 16px !important;
  }

  .property-module-page .listing-card > a {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .property-module-page .listing-card-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 8px 9px 9px !important;
  }

  .property-module-page .listing-card h3 {
    min-height: 34px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.12 !important;
  }

  .property-module-page .property-price-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 5px !important;
    margin-top: auto !important;
  }

  .property-module-page .property-price-row strong {
    color: #ff5a00 !important;
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .property-module-page .property-price-row em {
    width: 100% !important;
    min-height: 31px !important;
    display: grid !important;
    place-items: center !important;
    margin-top: 3px !important;
    padding: 0 8px !important;
    background: #071326 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  .property-module-page .property-card-facts {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .property-module-page .module-featured-head {
    display: none !important;
  }

  .property-module-page .property-subcategory-strip {
    display: flex !important;
    gap: 8px !important;
    margin: -4px -12px 10px !important;
    padding: 0 12px 10px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .property-module-page .property-subcategory-strip::-webkit-scrollbar {
    display: none !important;
  }

  .property-module-page .property-subcategory-strip a {
    flex: 0 0 auto !important;
    min-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .property-module-page .property-subcategory-strip a.active {
    border-color: #ff6500 !important;
    background: #fff3e8 !important;
    color: #ff6500 !important;
  }

  .property-module-page .property-category-head {
    align-items: end !important;
    margin: 4px 0 9px !important;
    padding: 0 0 8px !important;
    border-bottom: 1px solid #dbe6f2 !important;
  }

  .property-module-page .property-category-head h3 {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    font-size: 20px !important;
    line-height: 1.05 !important;
  }

  .property-module-page .property-category-head p {
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  .property-module-page .property-category-head a {
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .property-module-page .property-price-row {
    margin-top: 2px !important;
  }

  .property-module-page .property-card-location {
    margin: 2px 0 0 !important;
    padding-top: 6px !important;
    border-top: 1px dashed #d5dee9 !important;
    color: #526174 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .property-module-page .property-price-row em {
    margin-top: 5px !important;
  }
}
@media (max-width: 760px) {
  .property-module-page .mobile-selected-category-back {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 10px !important;
    padding: 0 0 8px !important;
    border-bottom: 1px solid #dbe6f2 !important;
  }

  .property-module-page .mobile-selected-category-back a {
    width: 30px !important;
    height: 30px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #071326 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08) !important;
  }

  .property-module-page .mobile-selected-category-back h2 {
    margin: 0 !important;
    color: #071326 !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .property-module-page .mobile-selected-category-back p {
    margin: 2px 0 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
  }

  .property-module-page:has(.mobile-selected-property-grid) .property-mobile-banner,
  .property-module-page:has(.mobile-selected-property-grid) .property-filter-toolbar,
  .property-module-page:has(.mobile-selected-property-grid) .property-results-head,
  .property-module-page:has(.mobile-selected-property-grid) .module-category-strip,
  .property-module-page:has(.mobile-selected-property-grid) .property-subcategory-strip {
    display: none !important;
  }

  .property-module-page .mobile-selected-property-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 16px !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .property-module-page .mobile-selected-property-grid .listing-card {
    min-width: 0 !important;
  }
}
@media (max-width: 760px) {
  .property-module-page .module-category-strip {
    display: flex !important;
    gap: 10px !important;
    overflow-x: auto !important;
    grid-template-columns: none !important;
    margin: 0 -12px 10px !important;
    padding: 10px 12px !important;
    scrollbar-width: none !important;
  }

  .property-module-page .module-category-strip::-webkit-scrollbar {
    display: none !important;
  }

  .property-module-page .module-category-strip .category-tile {
    flex: 0 0 88px !important;
    min-height: 98px !important;
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    gap: 7px !important;
    padding: 9px 6px !important;
    border-radius: 16px !important;
  }

  .property-module-page .module-category-strip .category-tile span {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
  }

  .property-module-page .module-category-strip .category-tile span img,
  .property-module-page .module-category-strip .category-tile span svg,
  .property-module-page .module-category-strip .category-tile span i svg {
    width: 38px !important;
    height: 38px !important;
  }

  .property-module-page .module-category-strip .category-tile strong {
    max-width: 76px !important;
    font-size: 11px !important;
    line-height: 1.05 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .property-module-page .module-category-strip .category-tile small {
    display: none !important;
  }

  .property-module-page .property-subcategory-strip {
    margin: 0 -12px 10px !important;
    padding: 0 12px 10px !important;
  }

  .property-module-page:has(.mobile-selected-property-grid) .module-category-strip,
  .property-module-page:has(.mobile-selected-property-grid) .property-subcategory-strip {
    display: flex !important;
  }

  .property-module-page:has(.mobile-selected-property-grid) .property-filter-toolbar,
  .property-module-page:has(.mobile-selected-property-grid) .property-results-head {
    display: none !important;
  }

  .property-module-page .mobile-selected-category-back {
    min-height: 58px !important;
    margin: 4px 0 10px !important;
    padding: 8px 10px !important;
    border: 1px solid #e5edf6 !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #fff, #f8fbff) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08) !important;
  }

  .property-module-page .mobile-selected-category-back a {
    background: #071326 !important;
    color: #fff !important;
    box-shadow: none !important;
  }
}
