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

/* Final property why-section guard: keeps SVG icons from expanding on desktop. */
.property-module-page .module-why-property {
  width: min(100%, 1200px);
  margin: 24px auto 32px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5edf7;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.property-module-page .module-why-property h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
}

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

.property-module-page .module-why-property span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 10px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.property-module-page .module-why-property svg {
  flex: 0 0 34px;
  width: 34px !important;
  height: 34px !important;
  max-width: 34px;
  max-height: 34px;
  padding: 7px;
  border-radius: 50%;
  background: #fff4ed;
  color: #ff6500;
}

@media (max-width: 767px) {
  .property-module-page .module-why-property {
    margin: 12px 12px 92px;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .property-module-page .module-why-property h2 {
    font-size: 17px;
  }

  .property-module-page .module-why-property > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

.public-enquiry-notice {
  width: min(1120px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  background: #f0fdf4;
  color: #166534;
  font-weight: 800;
}

.public-enquiry-notice.error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

@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: 0;
  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: 0;
  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: 0;
  background: #f8fafc;
}

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

.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: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
  }

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

  .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,
.vehicle-seller-card > button {
  min-width: 112px;
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #b9d2ff;
  border-radius: 9px;
  color: #0b63ce;
  font-weight: 800;
}

@media (min-width: 901px) {
  .desktop-site-footer {
    display: block !important;
  }

  .desktop-site-footer .desktop-footer-inner {
    display: grid !important;
  }

  .desktop-site-footer .desktop-footer-bottom {
    display: flex !important;
  }

  .desktop-site-footer > a,
  .desktop-site-footer > span {
    display: none !important;
  }
}

/* Compact premium post listing */
.front-post-page {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 92, 0, .06), transparent 26%),
    linear-gradient(180deg, #f7fafc, #eef3f8);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.front-post-shell {
  width: min(100% - 56px, 1180px);
  margin: 20px auto 58px;
  gap: 12px;
}

.front-post-hero {
  min-height: 110px;
  padding: 20px 28px;
  border-radius: 20px;
  border-color: #dce8f4;
  background:
    radial-gradient(circle at 94% 20%, rgba(255, 92, 0, .12), transparent 26%),
    linear-gradient(135deg, #fff, #fff8f3);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .07);
}

.front-post-hero span {
  margin-bottom: 8px;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: .02em;
  font-weight: 850;
}

.front-post-hero h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 650;
  letter-spacing: 0;
}

.front-post-hero p {
  max-width: 640px;
  margin-top: 8px;
  color: #53647c;
  font-size: 14px;
  line-height: 1.42;
}

.front-post-hero a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 750;
  box-shadow: 0 12px 24px rgba(255, 92, 0, .2);
}

.front-post-card {
  gap: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  border-color: #dce8f4;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .075);
}

.front-post-steps {
  gap: 8px;
  padding: 2px;
}

.front-post-steps span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 13px;
  background: #f8fbff;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.front-post-steps span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #edf3fa;
  color: #64748b;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}

.front-post-steps span.active {
  border-color: #b8d3ff;
  background: #f0f6ff;
  color: #0f4fc8;
  box-shadow: inset 0 0 0 1px rgba(31, 111, 235, .22);
}

.front-post-steps span.active i {
  background: #1f6feb;
  color: #fff;
}

.front-post-step.active {
  gap: 14px;
}

.front-post-head {
  align-items: center;
  padding-top: 2px;
}

.front-post-head h2 {
  color: #0f172a;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0;
}

.front-post-head small {
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
}

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

.front-type-grid span,
.front-category-grid span {
  min-height: 48px;
  padding: 10px 13px;
  border-color: #dbe7f4;
  border-radius: 13px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  color: #102033;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .035);
}

.front-category-grid span {
  min-height: 104px;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 12px 10px;
  text-align: center;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .96));
}

.front-category-grid span i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--cat-accent, #ff6500) 14%, #fff);
  color: var(--cat-accent, #ff6500);
  font-size: 22px;
  font-style: normal;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cat-accent, #ff6500) 18%, #fff);
}

.front-category-grid span b {
  display: -webkit-box;
  min-height: 34px;
  max-width: 100%;
  overflow: hidden;
  color: #172033;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.front-type-grid span b {
  font-weight: 700;
}

.front-type-grid small {
  color: #718096;
  font-size: 12px;
  font-weight: 500;
}

.front-type-grid input:checked + span,
.front-category-grid input:checked + span {
  border-color: var(--cat-accent, #ff8a3d);
  background: #fff7f1;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cat-accent, #ff6500) 34%, transparent), 0 12px 22px rgba(255, 92, 0, .08);
  color: var(--cat-accent, #d84c00);
}

.front-category-grid input:checked + span {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--cat-accent, #ff6500) 10%, #fff), #fff);
}

.front-category-grid input:checked + span i {
  background: var(--cat-accent, #ff6500);
  color: #fff;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--cat-accent, #ff6500) 24%, transparent);
}

.front-category-grid input:checked + span b {
  color: #0f172a;
}

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

.front-fieldset {
  padding: 12px;
  border-radius: 14px;
  background: #f8fbff;
}

.front-form-grid label,
.front-fieldset label {
  color: #344258;
  font-size: 12px;
  font-weight: 650;
}

.front-form-grid input,
.front-form-grid select,
.front-form-grid textarea,
.front-fieldset input,
.front-fieldset select,
.front-fieldset textarea {
  min-height: 40px;
  border-color: #dbe7f4;
  border-radius: 11px;
  color: #172033;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 11px;
}

.front-form-grid textarea {
  min-height: 84px;
}

.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: #ff7a1a;
  box-shadow: 0 0 0 3px rgba(255, 92, 0, .1);
}

.front-upload {
  min-height: 112px;
  border-color: #c7d7ea;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.front-upload b {
  color: #172033;
  font-size: 16px;
  font-weight: 700;
}

.front-upload span {
  font-size: 12px;
  font-weight: 500;
}

.front-post-actions {
  gap: 10px;
  padding-top: 2px;
}

.front-post-actions button {
  min-width: 112px;
  min-height: 42px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 700;
}

.front-post-actions button:not(.light) {
  box-shadow: 0 12px 24px rgba(255, 92, 0, .22);
}

@media (max-width: 760px) {
  .front-post-shell {
    width: min(100% - 20px, 560px);
    margin-bottom: 96px;
  }

  .front-post-hero {
    min-height: 0;
    padding: 18px;
  }

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

  .front-post-card {
    padding: 14px;
  }

  .front-post-steps span {
    min-width: 104px;
  }

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

/* Post listing type cards + subcategory select */
.front-type-grid span {
  min-height: 112px !important;
  place-items: center !important;
  align-content: center !important;
  gap: 8px !important;
  text-align: center !important;
}

.front-type-grid span i {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 17px !important;
  background: color-mix(in srgb, var(--cat-accent, #ff6500) 14%, #fff) !important;
  color: var(--cat-accent, #ff6500) !important;
  font-size: 24px !important;
  font-style: normal !important;
}

.front-type-grid input:checked + span i {
  background: var(--cat-accent, #ff6500) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--cat-accent, #ff6500) 22%, transparent) !important;
}

.front-category-box {
  gap: 12px !important;
}

.front-subcategory-box {
  display: grid;
  max-width: 420px;
}

.front-subcategory-box label {
  display: grid;
  gap: 7px;
  color: #344258;
  font-size: 12px;
  font-weight: 650;
}

.front-subcategory-box select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #dbe7f4;
  border-radius: 12px;
  background: #fff;
  color: #172033;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 12px;
}

.front-subcategory-box select:focus {
  outline: none;
  border-color: #ff7a1a;
  box-shadow: 0 0 0 3px rgba(255, 92, 0, .1);
}

@media (max-width: 760px) {
  .front-type-grid span {
    min-height: 98px !important;
  }
}

/* Post listing compact category grid */
.front-post-page .front-category-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.front-post-page .front-category-grid span {
  min-height: 86px !important;
  gap: 6px !important;
  padding: 9px 7px !important;
  border-radius: 14px !important;
  box-shadow: 0 7px 16px rgba(15, 23, 42, .035) !important;
}

.front-post-page .front-category-grid span i {
  width: 36px !important;
  height: 36px !important;
  border-radius: 13px !important;
  font-size: 18px !important;
}

.front-post-page .front-category-grid span b {
  min-height: 32px !important;
  font-size: 12px !important;
  line-height: 1.18 !important;
}

.front-post-page .front-subcategory-box {
  max-width: none;
}

.front-post-page .front-subcategory-box label {
  max-width: 420px;
}

@media (max-width: 1180px) {
  .front-post-page .front-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .front-post-page .front-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .front-post-page .front-category-grid span {
    min-height: 84px !important;
  }
}

@media (max-width: 900px) {
  .desktop-site-footer {
    display: none !important;
  }
}

/* Post listing mobile premium reset */
@media (max-width: 760px) {
  .front-post-page {
    overflow-x: hidden !important;
    background:
      radial-gradient(circle at top right, rgba(255, 101, 0, .12), transparent 34%),
      linear-gradient(180deg, #f6f9fd 0%, #edf3f9 100%) !important;
  }

  .front-post-page .site-header,
  .front-post-page .mobile-header {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  .front-post-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px 10px 92px !important;
    gap: 10px !important;
    box-sizing: border-box !important;
  }

  .front-post-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 239, 226, .92)) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .08) !important;
  }

  .front-post-hero span {
    width: max-content !important;
    max-width: 100% !important;
    padding: 6px 10px !important;
    font-size: 11px !important;
  }

  .front-post-hero h1 {
    margin: 8px 0 6px !important;
    font-size: 29px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .front-post-hero p {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .front-post-hero a {
    justify-self: start !important;
    min-height: 40px !important;
    padding: 10px 14px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
  }

  .front-post-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px !important;
    border-radius: 20px !important;
    gap: 14px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .09) !important;
  }

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

  .front-post-steps span {
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 6px 3px !important;
    border-radius: 14px !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .front-post-steps span i {
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    font-size: 12px !important;
  }

  .front-post-steps span::after {
    content: attr(data-mobile-label);
    display: block;
    margin-top: 4px;
    color: inherit;
    font-size: 10px;
    font-weight: 650;
  }

  .front-post-step.active {
    gap: 12px !important;
    min-width: 0 !important;
  }

  .front-post-head {
    display: grid !important;
    gap: 4px !important;
    align-items: start !important;
  }

  .front-post-head h2 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.12 !important;
  }

  .front-post-head small {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .front-type-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .front-type-grid span {
    min-height: 78px !important;
    grid-template-columns: 42px 1fr !important;
    place-items: center start !important;
    align-content: center !important;
    gap: 10px !important;
    padding: 11px 12px !important;
    text-align: left !important;
    border-radius: 16px !important;
  }

  .front-type-grid span i {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    font-size: 20px !important;
    grid-row: span 2 !important;
  }

  .front-type-grid span b,
  .front-type-grid span small {
    min-width: 0 !important;
  }

  .front-post-page .front-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .front-post-page .front-category-grid label,
  .front-type-grid label {
    min-width: 0 !important;
  }

  .front-post-page .front-category-grid span {
    min-height: 92px !important;
    padding: 10px 7px !important;
    border-radius: 16px !important;
  }

  .front-post-page .front-category-grid span i {
    width: 38px !important;
    height: 38px !important;
    font-size: 18px !important;
  }

  .front-post-page .front-category-grid span b {
    min-height: 31px !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .front-form-grid,
  .front-fieldset {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .front-form-grid .span-2,
  .front-fieldset.span-2 {
    grid-column: auto !important;
  }

  .front-fieldset {
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .front-form-grid label,
  .front-fieldset label,
  .front-subcategory-box label {
    min-width: 0 !important;
    font-size: 12px !important;
  }

  .front-form-grid input,
  .front-form-grid select,
  .front-form-grid textarea,
  .front-fieldset input,
  .front-fieldset select,
  .front-fieldset textarea,
  .front-subcategory-box select {
    min-width: 0 !important;
    min-height: 44px !important;
    font-size: 14px !important;
    border-radius: 13px !important;
  }

  .front-inline {
    grid-template-columns: 1fr 108px !important;
    gap: 8px !important;
    min-width: 0 !important;
  }

  .front-subcategory-box,
  .front-subcategory-box label {
    width: 100% !important;
    max-width: 100% !important;
  }

  .front-upload {
    min-height: 104px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .front-post-actions {
    position: sticky !important;
    bottom: 72px !important;
    z-index: 12 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    padding: 10px !important;
    margin: 0 -4px -4px !important;
    border: 1px solid #dce8f5 !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12) !important;
    backdrop-filter: blur(14px) !important;
  }

  .front-post-actions button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

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

  .front-post-actions button[data-post-submit]:not([hidden]) {
    grid-column: 2 !important;
  }
}

.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,
.vehicle-detail-actions button {
  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,
.vehicle-detail-actions button: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,
  .mobile-vehicle-actions button {
    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;
}
.property-mobile-gallery {
  display: none;
}
.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: 0;
  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-room-scroll {
  display: none;
}
.property-fact-strip div {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e5edf5;
  border-radius: 0;
  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: 0;
  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: 0;
  background: linear-gradient(135deg, #f8fbff, #fff);
}
.property-id-strip div {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  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: 0;
  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: 0;
  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);
  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;
}
.desktop-enquiry-card {
  display: none;
}
.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;
}
.owner-contact-button {
  display: inline-grid;
  min-height: 36px;
  margin-top: 10px;
  padding: 0 14px;
  place-items: center;
  border: 1px solid #ff5a00;
  border-radius: 0;
  background: #ff5a00;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.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: -16px -16px 16px;
  padding: 14px 16px 12px;
  border-bottom: 2px solid #dbe6f2;
  background: linear-gradient(180deg, #ffffff, #f7fafc);
}
.public-card-head h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
}
.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;
}
.property-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d8e1eb;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
.property-detail-table {
  width: 100%;
  border-collapse: collapse;
}
.property-detail-table th,
.property-detail-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #dfe7f0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.property-detail-table tr:last-child th,
.property-detail-table tr:last-child td {
  border-bottom: 0;
}
.property-detail-table th {
  width: 38%;
  background: #e8eef5;
  color: #23364c;
  font-weight: 600;
}
.property-detail-table tr:nth-child(even) td {
  background: #fbfdff;
}
.location-table-wrap {
  margin-bottom: 12px;
}
.location-detail-table th {
  width: 32%;
}
.compact-table th {
  width: 55%;
}
.amenity-table td span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.amenity-table i {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 0;
  background: #dbeafe;
  color: #0b63ce;
}
.amenity-table svg {
  width: 15px;
  height: 15px;
}
.mini-section-title {
  margin: 18px 0 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e2e8f0;
  color: #23364c;
  font-size: 13px;
  font-weight: 700;
}
.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);
  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);
  }
  .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 {
    display: none;
  }
}

@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 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .property-detail-image-button {
    display: none;
  }
  .property-mobile-gallery {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: #000;
  }
  .property-mobile-gallery::-webkit-scrollbar {
    display: none;
  }
  .property-mobile-gallery button {
    width: 100%;
    padding: 0;
    scroll-snap-align: start;
    background: #000;
  }
  .property-mobile-gallery img {
    width: 100%;
    height: 330px;
    display: block;
    object-fit: cover;
  }
  .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;
  }
  .property-thumb-row {
    display: 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: none;
  }
  .html-about-box {
    min-height: 120px;
    max-height: 220px;
    padding: 10px;
  }
  .property-detail-summary {
    position: relative;
    z-index: 4;
    width: calc(100% - 24px);
    margin: -22px auto 10px;
    padding: 14px 15px 13px;
    border-radius: 0;
    box-shadow: 0 10px 26px rgba(15,23,42,.12);
  }
  .property-info-card {
    padding: 12px;
    border-radius: 0;
    box-shadow: 0 8px 22px rgba(15,23,42,.06);
  }
  .property-info-card {
    width: calc(100% - 24px);
    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 {
    border-radius: 0;
  }
  .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(2, minmax(0, 1fr));
    gap: 8px;
    margin: 13px 0 12px;
    border: 0;
  }
  .property-fact-strip div {
    min-width: 0;
    min-height: 72px;
    padding: 10px;
    border: 1px solid #e4ecf5;
    border-radius: 0;
    background: #f8fafc;
    text-align: left;
  }
  .property-fact-strip div + div {
    border-left: 1px solid #e4ecf5;
  }
  .property-fact-strip b {
    max-width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .property-fact-strip small {
    font-size: 11px;
    line-height: 1.2;
  }
  .property-fact-strip i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 0;
    background: #eef6ff;
    color: #0b63ce;
    font-size: 14px;
  }
  .property-room-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 88px;
    gap: 8px;
    margin: 0 -15px 12px;
    padding: 0 15px 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .property-room-scroll::-webkit-scrollbar {
    display: none;
  }
  .property-room-scroll div {
    min-height: 74px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
    padding: 9px 8px;
    border: 1px solid #e4ecf5;
    background: #fff;
    scroll-snap-align: start;
    text-align: center;
  }
  .property-room-scroll i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    background: #eef6ff;
    color: #0b63ce;
    font-style: normal;
  }
  .property-room-scroll svg {
    width: 16px;
    height: 16px;
  }
  .property-room-scroll b {
    color: #0f172a;
    font-size: 14px;
    line-height: 1;
  }
  .property-room-scroll small {
    color: #64748b;
    font-size: 10px;
    line-height: 1.1;
  }
  .property-id-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .property-id-strip div {
    display: grid;
    grid-template-columns: 30px 1fr;
    min-height: 72px;
    gap: 1px 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e4ecf5;
    border-radius: 0;
    background: #f8fafc;
  }
  .property-id-strip div + div {
    border-left: 1px solid #e4ecf5;
    border-top: 0;
  }
  .property-id-strip b {
    grid-column: 2;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }
  .property-id-strip small {
    grid-column: 2;
    font-size: 11px;
  }
  .property-id-strip i {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 0;
    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));
  }
  .public-chip-grid {
    display: none !important;
  }
  .property-detail-table th,
  .property-detail-table td {
    padding: 9px 10px;
    font-size: 13px;
  }
  .property-detail-table th {
    width: 42%;
  }
  .compact-table th {
    width: 58%;
  }
  .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,
  .mobile-property-actions button {
    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,
  .mobile-property-actions button.enquiry {
    border-color: #0b63ce;
    background: linear-gradient(180deg, #1d7bef, #0b63ce);
    color: #fff;
  }
  .mobile-property-actions a.enquiry i,
  .mobile-property-actions button.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,
.store-detail-actions button,
.mobile-store-actions a,
.mobile-store-actions button {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #ff5a3d;
  color: #ff5a3d;
  font-weight: 900;
}

.store-detail-actions a:first-child,
.store-detail-actions button: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;
}

.store-detail-page .store-detail-hero,
.vehicle-detail-page .vehicle-detail-hero {
  align-items: stretch;
}

.store-detail-page .store-detail-gallery,
.vehicle-detail-page .vehicle-detail-gallery {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.store-detail-page .store-detail-image-button,
.vehicle-detail-page .vehicle-detail-image-button {
  flex: 1 1 auto;
}

.store-detail-page .store-detail-summary,
.vehicle-detail-page .vehicle-detail-summary {
  min-height: 100%;
}

.store-detail-page .store-detail-content,
.vehicle-detail-page .vehicle-detail-content {
  grid-template-columns: minmax(0, 56%) minmax(360px, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  height: calc(100vh - 32px);
  min-height: 640px;
  overflow: hidden;
}

.store-detail-page .store-detail-content > article:nth-child(1),
.vehicle-detail-page .vehicle-detail-content > article:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
  position: static;
  min-height: 0;
  max-height: none;
  overflow: auto;
  scrollbar-width: none;
}

.store-detail-page .store-detail-content > article:nth-child(1)::-webkit-scrollbar,
.vehicle-detail-page .vehicle-detail-content > article:nth-child(1)::-webkit-scrollbar {
  display: none;
}

.store-detail-page .store-detail-content > article:nth-child(2),
.vehicle-detail-page .vehicle-detail-content > article:nth-child(2) {
  grid-column: 1;
  grid-row: 1 / span 2;
  position: static;
  min-height: 0;
  height: 100%;
  max-height: none;
  overflow: auto;
  scrollbar-width: none;
}

.store-detail-page .store-detail-content > article:nth-child(3),
.vehicle-detail-page .vehicle-detail-content > article:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  position: static;
  align-self: end;
}

.store-detail-page .store-detail-content > article:nth-child(2)::-webkit-scrollbar,
.vehicle-detail-page .vehicle-detail-content > article:nth-child(2)::-webkit-scrollbar {
  display: none;
}

.store-detail-page .store-detail-content > article:nth-child(3),
.vehicle-detail-page .vehicle-detail-content > article:nth-child(3) {
  margin-top: 12px;
}

.store-detail-page .store-related-section .detail-related-row,
.vehicle-detail-page .vehicle-related-section .detail-related-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.store-detail-page .store-related-section .detail-related-row::-webkit-scrollbar,
.vehicle-detail-page .vehicle-related-section .detail-related-row::-webkit-scrollbar {
  display: none;
}

.detail-contact-cta-card {
  display: grid;
  gap: 14px;
}

.detail-contact-cta-card button {
  min-height: 48px;
  border-radius: 6px;
  background: #ff5a00;
  color: #fff;
  font-weight: 900;
}

.detail-enquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 3200;
  display: grid;
  place-items: center;
  padding: 18px;
}

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

.detail-enquiry-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, .72);
}

.detail-enquiry-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: 20px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 28px 70px rgba(2, 6, 23, .32);
}

/* Course public module */
.course-module-page {
  background: #f5f7fb;
}
.course-module-page .site-shell {
  max-width: 1240px;
}
.course-public-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  margin: 18px 0;
  padding: 28px;
  border: 1px solid #dbe7f3;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(255,255,255,.94)),
    #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}
.course-public-hero span,
.course-detail-copy span {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.course-public-hero h2,
.course-public-hero p {
  margin: 0;
}
.course-public-hero h2 {
  max-width: 680px;
  margin-top: 10px;
  color: #0f172a;
  font-size: 38px;
  line-height: 1.05;
}
.course-public-hero p {
  max-width: 620px;
  margin-top: 10px;
  color: #526174;
  line-height: 1.55;
}
.course-public-hero form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 620px;
  margin-top: 18px;
}
.course-public-hero input {
  min-height: 46px;
  border: 1px solid #dbe7f3;
  border-radius: 12px;
  padding: 0 14px;
}
.course-public-hero button,
.course-hero-actions a,
.course-trainer-card a {
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border-radius: 12px;
  background: #0ea5e9;
  color: #fff;
  font-weight: 900;
}
.course-public-hero aside {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 20px;
  border-radius: 16px;
  background: #0f172a;
  color: #fff;
}
.course-public-hero aside strong {
  font-size: 44px;
}
.course-public-hero aside small {
  color: #bfdbfe;
}
.course-public-hero aside div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.course-public-hero aside b {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-size: 11px;
}
.course-filter-toolbar,
.course-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0;
}
.course-filter-toolbar strong,
.course-results-head h2 {
  display: block;
  margin: 0;
  color: #0f172a;
}
.course-filter-toolbar small,
.course-results-head p {
  color: #64748b;
}
.course-module-page .course-filter-card {
  border: 1px solid #dbe7f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}
.course-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.course-filter-head h3,
.course-filter-head p {
  margin: 0;
}
.course-filter-head p {
  margin-top: 3px;
  color: #64748b;
  font-size: 13px;
}
.course-filter-head button {
  display: none;
}
.course-grid-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.course-grid-page .listing-card {
  overflow: hidden;
  border: 1px solid #dbe7f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}
.course-card-media {
  position: relative;
  height: 178px;
  overflow: hidden;
  background: #e0f2fe;
}
.course-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.course-card-media span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .82);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.course-card-body {
  display: grid;
  gap: 10px;
  padding: 14px;
}
.course-card-body > small {
  color: #0284c7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.course-card-body h3,
.course-card-body p {
  margin: 0;
}
.course-card-body h3 {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.2;
}
.course-card-body p {
  color: #64748b;
  line-height: 1.4;
}
.course-card-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.course-card-meta em {
  min-width: 0;
  padding: 8px;
  border-radius: 10px;
  background: #f8fafc;
  font-style: normal;
}
.course-card-meta b,
.course-card-meta small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-card-meta b {
  color: #0f172a;
  font-size: 12px;
}
.course-card-meta small {
  margin-top: 3px;
  color: #64748b;
  font-size: 10px;
}
.course-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 4px;
}
.course-card-foot strong {
  color: #0ea5e9;
  font-size: 20px;
}
.course-card-foot span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  font-weight: 900;
}
.course-detail-page {
  background: #f5f7fb;
}
.course-detail-shell {
  max-width: 1240px;
  padding-bottom: 80px;
}
.course-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 18px;
  margin: 22px 0 18px;
}
.course-detail-copy,
.course-detail-media,
.course-detail-card {
  border: 1px solid #dbe7f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}
.course-detail-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 30px;
}
.course-detail-copy > a {
  width: max-content;
  color: #0ea5e9;
  font-weight: 800;
}
.course-detail-copy h1,
.course-detail-copy p {
  margin: 0;
}
.course-detail-copy h1 {
  color: #0f172a;
  font-size: 42px;
  line-height: 1.06;
}
.course-detail-copy p {
  max-width: 640px;
  color: #526174;
  line-height: 1.55;
}
.course-detail-price strong {
  display: block;
  color: #0ea5e9;
  font-size: 34px;
}
.course-detail-price small {
  color: #64748b;
  font-weight: 800;
}
.course-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.course-hero-actions a.light {
  border: 1px solid #dbe7f3;
  background: #fff;
  color: #0f172a;
}
.course-detail-media {
  overflow: hidden;
}
.course-detail-media img {
  width: 100%;
  height: 340px;
  display: block;
  object-fit: cover;
}
.course-detail-media > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #dbe7f3;
}
.course-detail-media span {
  min-width: 0;
  padding: 14px 10px;
  background: #fff;
  text-align: center;
}
.course-detail-media b,
.course-detail-media small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 16px;
}
.course-detail-card {
  padding: 18px;
}
.course-wide-card {
  grid-column: 1 / -1;
}
.course-section-title {
  margin: -18px -18px 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #dbe7f3;
}
.course-section-title h2 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
}
.course-rich-text {
  color: #334155;
  line-height: 1.7;
}
.course-trainer-card strong {
  display: block;
  color: #0f172a;
  font-size: 22px;
}
.course-trainer-card p {
  color: #64748b;
}
.course-module-list {
  display: grid;
  gap: 10px;
}
.course-module-list section {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}
.course-module-list section > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 900;
}
.course-module-list h3,
.course-module-list p,
.course-module-list small {
  margin: 0;
}
.course-module-list p,
.course-module-list small {
  display: block;
  margin-top: 4px;
  color: #64748b;
}
.course-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.course-pill-list span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 800;
}
.course-pill-list.muted span {
  background: #f1f5f9;
  color: #334155;
}
.mobile-course-actions {
  display: none;
}
@media (max-width: 900px) {
  .course-public-hero,
  .course-detail-hero,
  .course-detail-grid {
    grid-template-columns: 1fr;
  }
  .course-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .course-module-page .listing-page-head,
  .course-module-page .module-category-strip {
    display: none;
  }
  .course-public-hero {
    margin: 10px 0;
    padding: 16px;
    border-radius: 0;
  }
  .course-public-hero h2 {
    font-size: 27px;
  }
  .course-public-hero form {
    grid-template-columns: 1fr;
  }
  .course-public-hero aside {
    display: none;
  }
  .course-filter-toolbar {
    margin: 12px 0;
    padding: 0 2px;
  }
  .course-grid-page {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .course-module-page .course-filter-card {
    position: fixed;
    z-index: 52;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 82vh;
    overflow: auto;
    padding: 16px;
    border-radius: 18px 18px 0 0;
    transform: translateY(110%);
    transition: transform .24s ease;
  }
  .course-module-page .course-filter-card.open {
    transform: translateY(0);
  }
  .course-filter-head button {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 24px;
  }
  .course-module-page .course-filter-card form {
    display: grid;
    gap: 12px;
    margin-top: 14px;
  }
  .course-module-page .course-filter-card label {
    color: #334155;
    font-weight: 800;
  }
  .course-module-page .course-filter-card input,
  .course-module-page .course-filter-card select {
    min-height: 44px;
    margin-top: 6px;
    border-radius: 12px;
    border: 1px solid #dbe7f3;
    background: #f8fafc;
  }
  .course-card-media {
    height: 160px;
  }
  .course-card-meta {
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: 112px;
    grid-template-columns: none;
    scrollbar-width: none;
  }
  .course-detail-shell {
    width: 100%;
    padding: 0 10px 88px;
  }
  .course-detail-hero {
    margin-top: 10px;
    gap: 10px;
  }
  .course-detail-copy {
    padding: 16px;
    border-radius: 0;
  }
  .course-detail-copy h1 {
    font-size: 28px;
  }
  .course-detail-media,
  .course-detail-card {
    border-radius: 0;
  }
  .course-detail-media img {
    height: 230px;
  }
  .course-detail-media > div {
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: 130px;
    grid-template-columns: none;
  }
  .course-module-list section {
    grid-template-columns: 34px 1fr;
  }
  .course-module-list section > span {
    width: 34px;
    height: 34px;
  }
  .mobile-course-actions {
    position: fixed;
    z-index: 40;
    left: 10px;
    right: 10px;
    bottom: 8px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid #dbe7f3;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 28px rgba(15,23,42,.16);
  }
  .mobile-course-actions a,
  .mobile-course-actions button {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 900;
  }
  .mobile-course-actions .primary {
    background: #0ea5e9;
    color: #fff;
  }
  body:has(.mobile-course-actions) .mobile-bottom {
    display: none;
  }
}
.detail-enquiry-card .public-card-head {
  margin: -20px -20px 16px;
}

.detail-enquiry-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
}

.store-detail-page .store-spec-table th,
.vehicle-detail-page .vehicle-spec-table th {
  width: 40%;
}

@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;
    grid-template-rows: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    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;
  }
}

@media (max-width: 900px) {
  .store-detail-page .store-detail-content,
  .vehicle-detail-page .vehicle-detail-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .store-detail-page .store-detail-content > article:nth-child(1),
  .vehicle-detail-page .vehicle-detail-content > article:nth-child(1),
  .store-detail-page .store-detail-content > article:nth-child(2),
  .vehicle-detail-page .vehicle-detail-content > article:nth-child(2),
  .store-detail-page .store-detail-content > article:nth-child(3),
  .vehicle-detail-page .vehicle-detail-content > article:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    position: static;
    max-height: none;
    overflow: visible;
  }

  .detail-gallery-modal,
  .vehicle-gallery-modal {
    padding: 56px 10px 26px;
  }

  .detail-gallery-stage,
  .vehicle-gallery-stage {
    grid-auto-columns: calc(100vw - 20px);
    padding: 0;
    gap: 10px;
  }

  .detail-gallery-stage figure,
  .vehicle-gallery-stage figure {
    gap: 10px;
    align-content: center;
    min-height: calc(100dvh - 92px);
  }

  .detail-gallery-stage img,
  .vehicle-gallery-stage img {
    width: 100%;
    max-height: calc(100dvh - 170px);
    padding: 8px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
  }

  .detail-gallery-stage figcaption,
  .vehicle-gallery-stage figcaption {
    min-width: 64px;
    text-align: center;
    background: rgba(15, 23, 42, .72);
  }
}

/* Desktop rich footer */
.desktop-site-footer {
  display: block;
  margin: 34px 0 0;
  padding: 0;
  border: 0;
  background: #071326;
  color: #dbe7f6;
}

.desktop-site-footer > a,
.desktop-site-footer > span {
  display: none !important;
}

.desktop-footer-inner {
  width: 100%;
  max-width: 1360px;
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(160px, .75fr) minmax(180px, .8fr) minmax(260px, 1fr);
  gap: clamp(18px, 3vw, 42px);
  margin: 0 auto;
  padding: 44px clamp(24px, 5vw, 72px) 34px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #fff;
}

.footer-logo {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  color: #ff5a00;
  font-weight: 500;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand strong,
.desktop-site-footer h3 {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}

.footer-brand small {
  display: block;
  margin-top: 3px;
  color: #ffb15f;
  font-size: 12px;
  font-weight: 400;
}

.footer-about-col p,
.footer-contact-col p {
  margin: 16px 0 0;
  color: #b8c6d8;
  font-size: 14px;
  line-height: 1.65;
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-social-row a,
.footer-whatsapp {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.desktop-site-footer h3 {
  margin: 0 0 14px;
  font-size: 16px;
}

.footer-menu-col a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 9px 0;
  color: #b8c6d8;
  font-size: 14px;
  font-weight: 400;
}

.footer-menu-col a:hover,
.footer-contact-col a:hover {
  color: #ff8a2a;
}

.footer-contact-col p {
  display: grid;
  gap: 4px;
  margin-top: 12px;
}

.footer-contact-col b {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-contact-col a,
.footer-contact-col span {
  color: #b8c6d8;
}

.footer-whatsapp {
  width: max-content;
  margin-top: 18px;
  border-color: #22c55e;
  background: #16a34a;
}

.desktop-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
}

.desktop-footer-bottom {
  width: 100%;
  max-width: 1360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto;
  padding: 16px clamp(24px, 5vw, 72px);
  color: #93a4ba;
  font-size: 12px;
}

@media (max-width: 900px) {
  .desktop-site-footer {
    display: none !important;
  }
}

.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;
  }
}

@media (min-width: 901px) {
  .desktop-site-footer {
    display: block !important;
  }

  .desktop-site-footer .desktop-footer-inner {
    display: grid !important;
  }

  .desktop-site-footer .desktop-footer-bottom {
    display: flex !important;
  }

  .desktop-site-footer > a,
  .desktop-site-footer > span {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .desktop-site-footer {
    display: none !important;
  }
}

/* Course page absolute final overrides */
.course-module-page .module-category-strip {
  display: none !important;
}
.course-module-page .listing-page-head {
  display: none !important;
}
.course-module-page .site-shell {
  max-width: none !important;
  padding: 0 28px 70px !important;
}
.course-module-page .course-public-hero {
  width: 100% !important;
  margin: 18px 0 22px !important;
  padding: 24px 28px !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  align-items: center !important;
  border-radius: 16px !important;
}
.course-module-page .course-public-hero h2 {
  max-width: 760px !important;
  font-size: 38px !important;
  line-height: 1.08 !important;
}
.course-module-page .course-public-hero p {
  max-width: 720px !important;
  margin-top: 8px !important;
}
.course-module-page .course-public-hero form {
  max-width: 620px !important;
  margin-top: 14px !important;
}
.course-module-page .course-public-hero aside {
  min-height: 188px !important;
  padding: 18px !important;
  border-radius: 14px !important;
}
.course-module-page .course-filter-toolbar {
  display: none !important;
}
.course-module-page .listing-layout {
  display: grid !important;
  grid-template-columns: 286px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 18px !important;
}
.course-module-page .course-filter-card {
  width: 100% !important;
  max-width: 286px !important;
  position: sticky !important;
  top: 16px !important;
  overflow: hidden !important;
  padding: 14px !important;
  border-radius: 14px !important;
}
.course-module-page .course-filter-card *,
.course-module-page .course-filter-card *::before,
.course-module-page .course-filter-card *::after {
  box-sizing: border-box !important;
}
.course-module-page .course-filter-card form,
.course-module-page .course-filter-card label,
.course-module-page .course-filter-card input,
.course-module-page .course-filter-card select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.course-module-page .course-filter-card .filter-inline {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}
.course-module-page .course-grid-page {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  gap: 14px !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}
.course-module-page .course-grid-page .listing-card,
.course-module-page .course-grid-page .listing-card > a {
  width: 100% !important;
  min-width: 0 !important;
}
.course-module-page .course-grid-page .listing-card > a {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: column !important;
}
.course-module-page .course-card-media {
  width: 100% !important;
  height: 142px !important;
  min-height: 142px !important;
}
.course-module-page .course-card-body {
  gap: 8px !important;
  padding: 12px !important;
}
.course-module-page .course-card-body > small {
  font-size: 10px !important;
}
.course-module-page .course-card-body h3 {
  min-height: 40px !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
}
.course-module-page .course-card-body p {
  min-height: 42px !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  margin: 0 !important;
  color: #526174 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
.course-module-page .course-card-meta {
  gap: 7px !important;
}
.course-module-page .course-card-meta em {
  padding: 7px !important;
  border-radius: 9px !important;
}
.course-module-page .course-card-foot {
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding-top: 2px !important;
}
.course-module-page .course-card-foot strong {
  color: #0ea5e9 !important;
  font-size: 21px !important;
  line-height: 1 !important;
}
.course-module-page .course-card-foot s {
  color: #94a3b8 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.course-module-page .course-card-foot span {
  display: none !important;
  position: static !important;
  inset: auto !important;
}
@media (max-width: 1100px) {
  .course-module-page .course-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 760px) {
  .course-module-page .site-shell {
    padding: 0 10px 88px !important;
  }
  .course-module-page .course-public-hero {
    grid-template-columns: 1fr !important;
    margin: 10px 0 12px !important;
    padding: 16px !important;
    border-radius: 0 !important;
  }
  .course-module-page .course-public-hero h2 {
    font-size: 26px !important;
  }
  .course-module-page .course-public-hero aside {
    display: none !important;
  }
  .course-module-page .course-filter-toolbar {
    display: none !important;
  }
  .course-module-page .listing-layout {
    display: block !important;
  }
  .course-module-page .course-filter-card {
    display: block !important;
    max-width: none !important;
    overflow: auto !important;
  }
  .course-module-page .course-grid-page {
    grid-template-columns: 1fr !important;
  }
  .course-module-page .course-card-media {
    height: 150px !important;
    min-height: 150px !important;
  }
}

.site-header svg,
.nav-strip svg,
.mobile-top svg,
.mobile-bottom svg,
.header-actions svg {
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  flex: 0 0 22px;
}

/* Course premium finish */
.course-module-page .site-shell {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.course-module-page .course-public-hero {
  width: 100% !important;
  margin: 0 0 26px !important;
  padding: 34px clamp(18px, 4vw, 72px) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(120deg, rgba(224, 242, 254, .98), rgba(255, 247, 237, .76) 54%, rgba(236, 253, 245, .9)),
    #fff !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08) !important;
}
.course-module-page .course-public-hero h2,
.course-module-page .course-public-hero h3 {
  margin: 0 !important;
  color: #071326 !important;
}
.course-module-page .course-public-hero h2 {
  font-size: clamp(40px, 6vw, 72px) !important;
  line-height: .92 !important;
}
.course-module-page .course-public-hero h3 {
  max-width: 760px !important;
  margin-top: 8px !important;
  font-size: clamp(28px, 3vw, 46px) !important;
  line-height: 1.08 !important;
}
.course-module-page .listing-layout {
  padding: 0 clamp(16px, 3vw, 48px) 72px !important;
}
.course-module-page .course-results-head h2 {
  font-size: 28px !important;
}
.course-module-page .course-results-head button {
  display: none !important;
}
.course-module-page .course-grid-page {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 18px !important;
}
.course-module-page .course-grid-page .listing-card {
  overflow: hidden !important;
  border: 1px solid rgba(186, 230, 253, .9) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fff, #fbfdff) !important;
  box-shadow: 0 18px 42px rgba(2, 132, 199, .10), 0 2px 8px rgba(15, 23, 42, .04) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}
.course-module-page .course-grid-page .listing-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(14, 165, 233, .45) !important;
  box-shadow: 0 22px 48px rgba(15, 23, 42, .13) !important;
}
.course-module-page .course-card-media {
  height: 176px !important;
  min-height: 176px !important;
  border-bottom: 1px solid #e5edf6 !important;
  background: linear-gradient(135deg, #e0f2fe, #fff7ed) !important;
}
.course-module-page .course-card-media::after,
.course-module-page .course-card-media span {
  display: none !important;
}
.course-module-page .course-card-media img {
  transform: none !important;
}
.course-module-page .listing-card:hover .course-card-media img {
  transform: scale(1.025) !important;
}
.course-module-page .course-card-body {
  gap: 9px !important;
  padding: 14px 15px 15px !important;
}
.course-module-page .course-card-body > small {
  color: #0284c7 !important;
  font-size: 10px !important;
  letter-spacing: .2px !important;
}
.course-module-page .course-card-body h3 {
  min-height: 42px !important;
  margin: 0 !important;
  color: #071326 !important;
  font-size: 18px !important;
  line-height: 1.16 !important;
  -webkit-line-clamp: 2 !important;
}
.course-module-page .course-card-body p {
  min-height: 36px !important;
  max-height: 36px !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  margin: 0 !important;
  color: #526174 !important;
  font-size: 13px !important;
  line-height: 1.38 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
.course-module-page .course-card-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 6px !important;
}
.course-module-page .course-card-meta em {
  padding: 7px 8px !important;
  border: 1px solid #e7eef6 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #f8fbff, #f1f8ff) !important;
}
.course-module-page .course-card-meta b {
  font-size: 11px !important;
}
.course-module-page .course-card-meta small {
  font-size: 9px !important;
}
.course-module-page .course-card-foot {
  display: flex !important;
  margin-top: 2px !important;
  padding-top: 8px !important;
  border-top: 1px solid #eef2f7 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}
.course-module-page .course-card-foot div {
  min-width: 0 !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
}
.course-module-page .course-card-foot strong {
  color: #ff6500 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}
.course-module-page .course-card-foot s {
  color: #94a3b8 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.course-module-page .course-card-foot span {
  position: static !important;
  inset: auto !important;
  display: none !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0ea5e9, #2563eb) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .22) !important;
}
@media (max-width: 760px) {
  .course-module-page .course-public-hero {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 20px 14px !important;
  }
  .course-module-page .course-public-hero h2 {
    font-size: 42px !important;
  }
  .course-module-page .course-public-hero h3 {
    font-size: 26px !important;
  }
  .course-module-page .listing-layout {
    padding: 0 10px 88px !important;
  }
  .course-module-page .course-results-head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }
  .course-module-page .course-results-head::after {
    content: none !important;
  }
  .course-module-page .course-results-head button {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #0f172a !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }
  .course-module-page .course-results-head button svg {
    width: 16px !important;
    height: 16px !important;
  }
  .course-module-page .course-grid-page {
    gap: 12px !important;
  }
  .course-module-page .course-card-media {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    background: #eef7ff !important;
  }
  .course-module-page .course-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background: #eef7ff !important;
  }
  .course-module-page .course-card-foot span {
    display: inline-flex !important;
    min-height: 40px !important;
    padding: 0 17px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 761px) {
  html:has(body.course-module-page),
  body.course-module-page {
    scrollbar-width: none !important;
  }

  html:has(body.course-module-page)::-webkit-scrollbar,
  body.course-module-page::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  .course-module-page .listing-layout {
    height: auto !important;
    overflow: visible !important;
    align-items: start !important;
  }

  .course-module-page .course-filter-card {
    position: sticky !important;
    top: 16px !important;
    align-self: start !important;
  }

  .course-module-page .listing-layout > div:last-child {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding-right: 0 !important;
    scrollbar-width: none !important;
  }

  .course-module-page .listing-layout > div:last-child::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  .course-module-page .course-card-media {
    height: 230px !important;
    min-height: 230px !important;
  }
}

/* Course mobile filter drawer final guard */
@media (max-width: 760px) {
  body.filter-open {
    overflow: hidden !important;
  }

  .course-filter-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1190 !important;
    background: rgba(15, 23, 42, .46) !important;
  }

  .course-module-page .course-filter-card {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1200 !important;
    width: 100% !important;
    max-width: none !important;
    max-height: min(82dvh, 620px) !important;
    display: block !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-radius: 22px 22px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -18px 46px rgba(15, 23, 42, .22) !important;
    transform: translateY(calc(100% + 24px)) !important;
    transition: transform .24s ease !important;
  }

  .course-module-page .course-filter-card.open {
    transform: translateY(0) !important;
  }

  .course-module-page .course-filter-card .filter-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .course-module-page .course-filter-card form > button {
    min-height: 50px !important;
    margin-top: 2px !important;
    border-radius: 8px !important;
    background: #ff6500 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
  }

  .course-module-page .course-filter-card form > a {
    display: block !important;
    padding: 8px 0 0 !important;
    color: #ff6500 !important;
    text-align: center !important;
    font-weight: 900 !important;
  }
}

/* Premium course detail page */
.course-detail-page {
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, .14), transparent 34%),
    linear-gradient(180deg, #f7fbff 0, #eef5fb 100%) !important;
}

.course-detail-page .course-card-foot span {
  display: none !important;
}

.course-detail-page .course-detail-shell {
  max-width: 1480px !important;
  padding: 52px clamp(18px, 4vw, 56px) 92px !important;
}

.course-detail-page .course-detail-hero {
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr) !important;
  gap: 24px !important;
  margin: 0 0 24px !important;
}

.course-detail-page .course-detail-copy,
.course-detail-page .course-detail-media,
.course-detail-page .course-detail-card {
  border: 1px solid rgba(186, 230, 253, .9) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .09) !important;
}

.course-detail-page .course-detail-copy {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(28px, 4vw, 48px) !important;
}

.course-detail-page .course-detail-copy::after {
  content: "" !important;
  position: absolute !important;
  right: -80px !important;
  bottom: -100px !important;
  width: 260px !important;
  height: 260px !important;
  border-radius: 50% !important;
  background: rgba(255, 101, 0, .09) !important;
  pointer-events: none !important;
}

.course-detail-page .course-detail-copy > a {
  color: #0284c7 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.course-detail-page .course-detail-copy span {
  background: #e0f2fe !important;
  color: #0369a1 !important;
}

.course-detail-page .course-detail-copy h1 {
  max-width: 900px !important;
  color: #061126 !important;
  font-size: clamp(38px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
}

.course-detail-page .course-detail-copy p {
  max-width: 780px !important;
  color: #40516b !important;
  font-size: 18px !important;
}

.course-detail-page .course-detail-price strong {
  color: #ff6500 !important;
  font-size: 42px !important;
}

.course-detail-page .course-hero-actions a,
.course-detail-page .course-hero-actions button {
  min-height: 56px !important;
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 24px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #0ea5e9, #2563eb) !important;
  color: #fff !important;
  cursor: pointer !important;
}

.course-detail-page .course-detail-media {
  overflow: hidden !important;
}

.course-detail-page .course-detail-media img {
  height: 426px !important;
  object-fit: cover !important;
}

.course-detail-page .course-detail-media > div {
  background: #dbeafe !important;
}

.course-detail-page .course-detail-media span {
  padding: 18px 12px !important;
}

.course-detail-page .course-detail-media b {
  color: #061126 !important;
  font-size: 20px !important;
}

.course-detail-page .course-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.course-detail-page .course-detail-grid > .course-detail-card:first-child,
.course-detail-page .course-wide-card {
  grid-column: 1 / -1 !important;
}

.course-detail-page .course-section-title {
  margin: -18px -18px 18px !important;
  padding: 18px 22px !important;
  border-bottom: 1px solid #e2eef8 !important;
}

.course-detail-page .course-section-title h2 {
  color: #061126 !important;
  font-size: 24px !important;
}

.course-detail-page .course-rich-text {
  color: #22304a !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.course-detail-page .course-module-list {
  gap: 14px !important;
}

.course-detail-page .course-module-list details {
  overflow: hidden !important;
  border: 1px solid #dbeafe !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
}

.course-detail-page .course-module-list summary {
  min-height: 74px !important;
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) 28px !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 14px 18px !important;
  cursor: pointer !important;
  list-style: none !important;
}

.course-detail-page .course-module-list summary::-webkit-details-marker {
  display: none !important;
}

.course-detail-page .course-module-list summary::after {
  content: "+" !important;
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #e0f2fe !important;
  color: #0369a1 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.course-detail-page .course-module-list details[open] summary::after {
  content: "-" !important;
}

.course-detail-page .course-module-list summary > span {
  width: 52px !important;
  height: 52px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #0ea5e9, #2563eb) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.course-detail-page .course-module-list h3,
.course-detail-page .course-module-list small,
.course-detail-page .course-module-list p {
  margin: 0 !important;
}

.course-detail-page .course-module-list h3 {
  color: #061126 !important;
  font-size: 19px !important;
}

.course-detail-page .course-module-list small,
.course-detail-page .course-module-list p {
  color: #64748b !important;
}

.course-detail-page .course-module-list p {
  padding: 0 18px 12px 84px !important;
}

.course-detail-page .course-module-list ul {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 18px 18px 84px !important;
  list-style: none !important;
}

.course-detail-page .course-module-list li {
  position: relative !important;
  padding: 10px 12px 10px 34px !important;
  border: 1px solid #e6eef8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #263750 !important;
  font-weight: 700 !important;
}

.course-detail-page .course-module-list li::before {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  left: 13px !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #ff6500 !important;
}

@media (max-width: 900px) {
  .course-detail-page .course-detail-shell {
    padding: 10px 10px 96px !important;
  }

  .course-detail-page .course-detail-hero,
  .course-detail-page .course-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .course-detail-page .course-detail-copy h1 {
    font-size: 32px !important;
  }

  .course-detail-page .course-detail-media img {
    height: 280px !important;
  }

  .course-detail-page .course-module-list summary {
    grid-template-columns: 44px minmax(0, 1fr) 28px !important;
    padding: 12px !important;
  }

  .course-detail-page .course-module-list summary > span {
    width: 44px !important;
    height: 44px !important;
  }

  .course-detail-page .course-module-list p,
  .course-detail-page .course-module-list ul {
    padding-left: 12px !important;
  }
}

/* Course detail flat full-width finish */
.course-detail-page,
.course-detail-page * {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: 400 !important;
}

.course-detail-page .course-trainer-card {
  display: none !important;
}

.course-detail-page .course-detail-shell {
  width: 100% !important;
  max-width: none !important;
  padding: 26px 22px 90px !important;
}

.course-detail-page .course-detail-hero {
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 620px) !important;
  align-items: stretch !important;
}

.course-detail-page .course-detail-copy,
.course-detail-page .course-detail-media,
.course-detail-page .course-detail-card,
.course-detail-page .course-module-list details,
.course-detail-page .course-module-list summary > span,
.course-detail-page .course-module-list li,
.course-detail-page .course-pill-list span,
.course-detail-page .course-hero-actions a,
.course-detail-page .course-hero-actions button,
.course-detail-page .enquiry-form input,
.course-detail-page .enquiry-form textarea,
.course-detail-page .enquiry-form button {
  border-radius: 2px !important;
}

.course-detail-page .course-detail-copy,
.course-detail-page .course-detail-media,
.course-detail-page .course-detail-card {
  box-shadow: 0 12px 30px rgba(15, 23, 42, .07) !important;
}

.course-detail-page .course-detail-copy::after {
  content: none !important;
}

.course-detail-page .course-detail-copy h1 {
  font-size: clamp(38px, 4vw, 58px) !important;
}

.course-detail-page .course-detail-copy p,
.course-detail-page .course-rich-text {
  font-size: 20px !important;
}

.course-detail-page .course-detail-price strong {
  font-size: 44px !important;
}

.course-detail-page .course-detail-price small {
  display: block !important;
  color: #64748b !important;
  font-size: 18px !important;
}

.course-detail-page .course-detail-price div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 6px !important;
}

.course-detail-page .course-detail-price s {
  color: #7b8798 !important;
  font-size: 22px !important;
}

.course-detail-page .course-detail-price b {
  padding: 5px 10px !important;
  border: 1px solid #fed7aa !important;
  border-radius: 2px !important;
  background: #fff7ed !important;
  color: #ff6500 !important;
  font-size: 18px !important;
}

.course-detail-page .course-detail-media img {
  width: 100% !important;
  height: 440px !important;
  object-fit: cover !important;
}

.course-detail-page .course-detail-media > div {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.course-detail-page .course-detail-media b,
.course-detail-page .course-detail-media small {
  white-space: normal !important;
}

.course-detail-page .course-detail-grid {
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.course-detail-page .course-module-list ul {
  grid-template-columns: 1fr !important;
}

.course-detail-page .course-module-list li {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
}

.course-detail-page .course-module-list summary::after {
  border-radius: 2px !important;
}

.course-detail-page .course-related-section .course-card-foot span {
  display: none !important;
}

.course-detail-page .course-related-section {
  margin-top: 22px !important;
}

.course-detail-page .course-related-section .detail-related-row {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.course-detail-page .course-related-section .listing-card > a {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.course-detail-page .course-related-section .course-card-media {
  height: 170px !important;
  min-height: 170px !important;
}

.course-detail-page .course-related-section .course-card-body {
  padding: 12px !important;
}

@media (max-width: 900px) {
  .course-detail-page .course-detail-shell {
    padding: 0 0 96px !important;
  }

  .course-detail-page .course-detail-hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
  }

  .course-detail-page .course-detail-media {
    order: 1 !important;
    width: 100% !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .course-detail-page .course-detail-media img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    object-fit: contain !important;
  }

  .course-detail-page .course-detail-media > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .course-detail-page .course-detail-media span {
    padding: 10px 6px !important;
  }

  .course-detail-page .course-detail-copy {
    order: 2 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 16px 12px !important;
  }

  .course-detail-page .course-detail-copy h1 {
    font-size: 31px !important;
    line-height: 1.08 !important;
  }

  .course-detail-page .course-detail-copy p,
  .course-detail-page .course-rich-text {
    font-size: 18px !important;
  }

  .course-detail-page .course-detail-price strong {
    font-size: 36px !important;
  }

  .course-detail-page .course-hero-actions a,
  .course-detail-page .course-hero-actions button {
    width: 100% !important;
  }

  .course-detail-page .course-detail-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  .course-detail-page .course-section-title {
    padding: 12px !important;
  }

  .course-detail-page .course-module-list ul,
  .course-detail-page .course-module-list p {
    padding-right: 12px !important;
  }

  .course-detail-page .course-related-section {
    margin: 10px 0 0 !important;
    padding: 0 10px 8px !important;
  }

  .course-detail-page .course-related-section .detail-related-row {
    display: flex !important;
    gap: 12px !important;
    margin: 0 -10px !important;
    padding: 0 10px 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .course-detail-page .course-related-section .detail-related-row::-webkit-scrollbar {
    display: none !important;
  }

  .course-detail-page .course-related-section .listing-card {
    flex: 0 0 82vw !important;
    max-width: 340px !important;
    scroll-snap-align: start !important;
  }

  .course-detail-page .course-related-section .course-card-media {
    height: 190px !important;
    min-height: 190px !important;
  }
}

/* Property module why-section final override */
.property-module-page .module-why-property {
  width: min(100%, 1240px) !important;
  margin: 26px auto 34px !important;
  padding: 22px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,250,252,.94)),
    radial-gradient(circle at 92% 12%, rgba(255,101,0,.12), transparent 30%) !important;
  border: 1px solid #e3ebf5 !important;
  box-shadow: 0 22px 52px rgba(15, 23, 42, .09) !important;
  overflow: hidden !important;
  position: relative !important;
}

.property-module-page .module-why-property h2 {
  width: auto !important;
  max-width: 680px !important;
  margin: 0 0 18px !important;
  color: #0b1220 !important;
  font-size: 25px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.property-module-page .module-why-property > div {
  width: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.property-module-page .module-why-property span {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  min-height: 76px !important;
  padding: 16px 18px !important;
  border: 1px solid #edf2f7 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .82) !important;
  color: #0f172a !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .055) !important;
  backdrop-filter: blur(10px) !important;
}

.property-module-page .module-why-property svg {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  padding: 10px !important;
  border-radius: 50% !important;
  background: #fff2e8 !important;
  color: #ff6500 !important;
  box-shadow: inset 0 0 0 1px rgba(255,101,0,.08) !important;
}

@media (max-width: 767px) {
  .property-module-page .module-why-property {
    width: auto !important;
    margin: 14px 12px 96px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .10) !important;
  }

  .property-module-page .module-why-property h2 {
    max-width: 100% !important;
    margin-bottom: 14px !important;
    font-size: 20px !important;
    line-height: 1.18 !important;
  }

  .property-module-page .module-why-property > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .property-module-page .module-why-property span {
    min-height: 108px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 13px !important;
    border-radius: 14px !important;
    font-size: 12.5px !important;
  }

  .property-module-page .module-why-property svg {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    padding: 9px !important;
  }
}

@media (max-width: 380px) {
  .property-module-page .module-why-property > div {
    grid-template-columns: 1fr !important;
  }

  .property-module-page .module-why-property span {
    min-height: 74px !important;
    flex-direction: row !important;
    align-items: center !important;
  }
}

/* Premium property listing card polish */
.property-module-page .property-category-grid .listing-card,
.property-module-page .listing-grid-page .listing-card {
  border: 1.5px solid #d5e3f2 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow:
    0 0 0 1px rgba(255, 101, 0, .08),
    0 16px 38px rgba(15, 23, 42, .08) !important;
  overflow: hidden !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.property-module-page .property-category-grid .listing-card:hover,
.property-module-page .listing-grid-page .listing-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(255, 101, 0, .42) !important;
  box-shadow:
    0 0 0 1px rgba(255, 101, 0, .18),
    0 22px 54px rgba(15, 23, 42, .13) !important;
}

.property-module-page .listing-card > a {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  color: inherit !important;
  text-decoration: none !important;
}

.property-module-page .listing-card-media {
  border-radius: 0 !important;
  background: #eef3f8 !important;
}

.property-module-page .listing-card-media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(3, 7, 18, .02), rgba(3, 7, 18, .16)) !important;
  pointer-events: none !important;
}

.property-module-page .listing-card-media span {
  z-index: 2 !important;
  border-radius: 999px !important;
  background: #ff5a00 !important;
  box-shadow: 0 8px 20px rgba(255, 90, 0, .25) !important;
}

.property-module-page .listing-card-media button {
  z-index: 2 !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .16) !important;
}

.property-module-page .listing-card-body {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 15px 16px 16px !important;
}

.property-module-page .listing-card h3 {
  min-height: 46px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: initial !important;
  color: #071326 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
}

.property-module-page .property-price-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px 12px !important;
  margin-top: auto !important;
}

.property-module-page .property-price-row strong {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #fff2e8 !important;
  color: #ff5a00 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 820 !important;
}

.property-module-page .property-card-location {
  grid-column: 1 / -1 !important;
  margin: -2px 0 0 !important;
  color: #64748b !important;
  font-size: 12.5px !important;
  line-height: 1.25 !important;
}

.property-module-page .property-price-row em {
  min-width: 124px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #071326, #16243a) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(7, 19, 38, .22) !important;
  font-size: 12.5px !important;
  font-style: normal !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

.property-module-page .property-card-facts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 0 !important;
}

.property-module-page .property-card-facts em {
  min-height: 44px !important;
  padding: 9px 11px !important;
  border: 1px solid #e7eef6 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fff, #f8fafc) !important;
  font-style: normal !important;
}

.property-module-page .property-card-facts small {
  display: block !important;
  margin-bottom: 2px !important;
  color: #64748b !important;
  font-size: 9.5px !important;
  font-weight: 720 !important;
  text-transform: uppercase !important;
}

.property-module-page .property-card-facts b {
  color: #071326 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  font-weight: 720 !important;
}

.property-module-page .property-card-facts em:nth-child(n+3) {
  display: none !important;
}

@media (max-width: 760px) {
  .property-module-page .listing-card-body {
    padding: 12px !important;
    gap: 8px !important;
  }

  .property-module-page .listing-card h3 {
    min-height: 40px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    font-size: 13.5px !important;
    line-height: 1.18 !important;
    font-weight: 740 !important;
  }

  .property-module-page .property-price-row {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .property-module-page .property-price-row strong {
    min-height: 34px !important;
    padding: 0 11px !important;
    font-size: 17px !important;
  }

  .property-module-page .property-price-row em {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 36px !important;
    font-size: 12px !important;
  }

  .property-module-page .property-card-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .property-module-page .property-card-facts em {
    min-height: 40px !important;
    padding: 8px 9px !important;
  }
}

.property-module-page .property-results-head {
  display: none !important;
}

/* Admin-controlled website media slots */
.public-home-page .hero-card img,
.public-home-page .mobile-market-hero img,
.public-home-page .refer-card img {
  object-fit: cover !important;
}

.public-home-page .mobile-market-hero {
  background-image:
    linear-gradient(90deg, rgba(8, 13, 24, .82), rgba(8, 13, 24, .22)),
    var(--home-mobile-hero-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.public-home-page .hero-card {
  background-image:
    linear-gradient(90deg, rgba(255,247,237,.92), rgba(255,247,237,.40)),
    var(--home-hero-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.public-home-page .refer-card {
  background-image:
    linear-gradient(90deg, #fff7ed 0 55%, rgba(255,247,237,.45) 100%),
    var(--home-refer-bg) !important;
  background-position: right center !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}

.property-module-page .property-desktop-hero {
  background-image:
    linear-gradient(90deg, rgba(12, 20, 35, .90), rgba(12, 20, 35, .55)),
    var(--property-hero-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.property-module-page .property-mobile-banner,
.property-module-page .mobile-module-hero {
  background-image:
    linear-gradient(90deg, rgba(12, 20, 35, .84), rgba(12, 20, 35, .34)),
    var(--property-mobile-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.property-module-page .property-inline-banner {
  background-image:
    linear-gradient(90deg, rgba(12, 20, 35, .86), rgba(12, 20, 35, .45)),
    var(--property-inline-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.property-module-page .module-why-property {
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,250,252,.92)),
    var(--property-why-bg) !important;
  background-position: right center !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}

.store-module-page .store-desktop-hero {
  background-image:
    linear-gradient(90deg, rgba(12, 20, 35, .92), rgba(12, 20, 35, .48)),
    var(--store-hero-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.store-module-page .store-mobile-banner {
  background-image:
    linear-gradient(90deg, rgba(12, 20, 35, .84), rgba(12, 20, 35, .34)),
    var(--store-mobile-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.vehicle-module-page .vehicle-public-hero,
.vehicle-module-page .mobile-module-hero {
  background-image:
    linear-gradient(90deg, rgba(12, 20, 35, .90), rgba(12, 20, 35, .45)),
    var(--vehicle-hero-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

/* Property filters restored: desktop sidebar + mobile drawer */
.property-module-page .property-filter-toolbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 18px 0 16px !important;
  padding: 14px 16px !important;
  border: 1px solid #dbe7f3 !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .08) !important;
}

.property-module-page .property-filter-toolbar button {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #071326 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 780 !important;
}

.property-module-page .property-filter-toolbar svg {
  width: 17px !important;
  height: 17px !important;
}

.property-module-page .listing-layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

.property-module-page .property-results-panel {
  min-width: 0 !important;
}

.property-module-page .property-filter-card,
.property-category-page .filter-card.property-filter-card {
  position: sticky !important;
  top: 16px !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: calc(100vh - 32px) !important;
  overflow-y: auto !important;
  padding: 16px !important;
  border: 1px solid #dce8f4 !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96)) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .09) !important;
  transform: none !important;
  z-index: 5 !important;
  scrollbar-width: thin !important;
}

.property-module-page .property-filter-card .property-filter-head {
  grid-template-columns: 38px minmax(0, 1fr) !important;
  margin: 0 0 14px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid #e7eef6 !important;
}

.property-module-page .property-filter-head > span {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: #fff2e8 !important;
  color: #ff5a00 !important;
}

.property-module-page .property-filter-head > span svg {
  width: 20px !important;
  height: 20px !important;
}

.property-module-page .property-filter-head h3 {
  margin: 0 !important;
  color: #071326 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 820 !important;
}

.property-module-page .property-filter-head p {
  margin: 3px 0 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
}

.property-module-page .property-filter-head button {
  display: none !important;
}

.property-module-page .property-filter-card form {
  display: grid !important;
  gap: 10px !important;
}

.property-module-page .property-filter-card label {
  color: #334155 !important;
  font-size: 11.5px !important;
  font-weight: 760 !important;
}

.property-module-page .property-filter-card input,
.property-module-page .property-filter-card select {
  width: 100% !important;
  min-height: 38px !important;
  margin-top: 5px !important;
  padding: 0 11px !important;
  border: 1px solid #d8e4f1 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 13px !important;
  outline: none !important;
}

.property-module-page .property-filter-card input:focus,
.property-module-page .property-filter-card select:focus {
  border-color: rgba(255, 101, 0, .58) !important;
  box-shadow: 0 0 0 3px rgba(255, 101, 0, .10) !important;
}

.property-module-page .property-filter-card .filter-inline {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.property-module-page .property-filter-pills {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.property-module-page .property-filter-pills a {
  min-height: 34px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 8px !important;
  border: 1px solid rgba(255, 101, 0, .16) !important;
  border-radius: 999px !important;
  background: #fff6ef !important;
  color: #ff5a00 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
}

.property-module-page .property-filter-card form > button {
  min-height: 42px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff6500, #ff4d00) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 820 !important;
  box-shadow: 0 12px 24px rgba(255, 101, 0, .23) !important;
}

.property-module-page .property-filter-card form > a {
  min-height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #eef4fb !important;
  color: #0f172a !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

.property-module-page .property-filter-help {
  display: block !important;
  margin-top: 13px !important;
  padding: 12px !important;
  border: 1px solid #e4edf7 !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
}

.property-module-page .property-filter-help strong,
.property-module-page .property-filter-help small {
  display: block !important;
}

.property-module-page .property-filter-help strong {
  color: #071326 !important;
  font-size: 13px !important;
}

.property-module-page .property-filter-help small {
  margin-top: 3px !important;
  color: #64748b !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

.property-module-page .property-filter-backdrop:not([hidden]) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1290 !important;
  display: block !important;
  background: rgba(15, 23, 42, .42) !important;
}

@media (min-width: 901px) {
  .property-module-page .property-filter-toolbar button {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .property-module-page .listing-layout,
  .property-category-page .listing-layout {
    display: block !important;
  }

  .property-module-page .property-filter-toolbar {
    position: sticky !important;
    top: 8px !important;
    z-index: 50 !important;
    margin: 12px 0 !important;
    padding: 11px 12px !important;
    border-radius: 15px !important;
  }

  .property-module-page .property-filter-toolbar strong {
    font-size: 14px !important;
  }

  .property-module-page .property-filter-toolbar small {
    font-size: 11px !important;
  }

  .property-module-page .property-filter-card,
  .property-category-page .filter-card.property-filter-card {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 1300 !important;
    width: min(390px, calc(100vw - 24px)) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 15px !important;
    border: 0 !important;
    border-left: 1px solid #dce8f4 !important;
    border-radius: 0 !important;
    box-shadow: -24px 0 56px rgba(15, 23, 42, .20) !important;
    transform: translateX(105%) !important;
    transition: transform .22s ease !important;
  }

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

  .property-module-page .property-filter-card .property-filter-head {
    grid-template-columns: 38px minmax(0, 1fr) 38px !important;
  }

  .property-module-page .property-filter-head button {
    width: 38px !important;
    height: 38px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    background: #eef4fb !important;
    color: #0f172a !important;
    font-size: 22px !important;
  }
}
/* Homepage course showcase */
.public-home-page .course-home-head {
  margin-top: 20px;
}

.public-home-page .home-course-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.public-home-page .home-course-row .listing-card {
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, .22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(240, 249, 255, .78), rgba(255, 255, 255, .96) 38%),
    #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.public-home-page .home-course-row .listing-card > a {
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.public-home-page .home-course-row .course-card-media {
  height: 150px;
  border-radius: 0;
  background: #e8f3ff;
}

.public-home-page .home-course-row .course-card-body {
  padding: 14px;
  gap: 9px;
}

.public-home-page .home-course-row .course-card-body h3 {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.public-home-page .home-course-row .course-card-body p {
  display: -webkit-box;
  min-height: 38px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
}

.public-home-page .home-course-row .course-card-meta {
  gap: 7px;
}

.public-home-page .home-course-row .course-card-meta em {
  padding: 8px 7px;
  border: 1px solid #e2edf8;
  background: #fff;
}

.public-home-page .home-course-row .course-card-foot span {
  display: none;
}

.public-home-page .course-home-banner-slider .home-banner-card {
  border-color: rgba(14, 165, 233, .2);
}

@media (max-width: 768px) {
  .public-home-page .mobile-course-section {
    padding-top: 8px;
  }

  .public-home-page .mobile-course-list {
    display: grid;
    gap: 12px;
  }

  .public-home-page .mobile-course-card {
    overflow: hidden;
    border: 1px solid #dbe8f5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  }

  .public-home-page .mobile-course-card a {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    min-height: 128px;
    color: inherit;
    text-decoration: none;
  }

  .public-home-page .mobile-course-card img {
    width: 112px;
    height: 100%;
    min-height: 128px;
    object-fit: cover;
    background: #e8f3ff;
  }

  .public-home-page .mobile-course-card div {
    display: grid;
    align-content: center;
    gap: 5px;
    min-width: 0;
    padding: 10px 12px 10px 0;
  }

  .public-home-page .mobile-course-card small {
    color: #0284c7;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .public-home-page .mobile-course-card h3,
  .public-home-page .mobile-course-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .public-home-page .mobile-course-card h3 {
    -webkit-line-clamp: 2;
    color: #0f172a;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
  }

  .public-home-page .mobile-course-card p {
    -webkit-line-clamp: 1;
    color: #64748b;
    font-size: 12px;
  }

  .public-home-page .mobile-course-card span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #64748b;
    font-size: 11px;
  }

  .public-home-page .mobile-course-card span b {
    font-weight: 800;
  }

  .public-home-page .mobile-course-card span strong {
    color: #ff6500;
    font-size: 15px;
    font-weight: 900;
  }
}

@media (max-width: 1180px) and (min-width: 769px) {
  .public-home-page .home-course-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Home fixes: keep course pills inside cards and featured side list aligned */
.public-home-page .home-course-row .course-card-foot {
  justify-content: flex-start;
}

.public-home-page .home-course-row .course-card-foot div {
  display: grid;
  gap: 2px;
}

.public-home-page .side-card {
  overflow: hidden;
}

.public-home-page .side-listing {
  flex: 0 0 auto;
  min-height: 112px;
  align-items: center;
  grid-template-columns: 118px minmax(0, 1fr) 46px;
  gap: 14px;
  padding: 14px 0;
}

.public-home-page .side-listing img {
  width: 118px;
  height: 82px;
  border-radius: 12px;
}

.public-home-page .side-listing > div {
  min-width: 0;
}

.public-home-page .side-listing h3 {
  display: -webkit-box;
  min-height: 0;
  margin: 0 0 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #0b1220;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
}

.public-home-page .side-listing h3 a {
  color: inherit;
  text-decoration: none;
}

.public-home-page .side-listing p,
.public-home-page .side-listing small {
  display: block;
  margin: 0;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-home-page .side-listing strong {
  margin: 6px 0 5px;
  color: #ff6500;
  font-size: 18px;
  line-height: 1.1;
}

.public-home-page .side-listing button {
  width: 42px;
  height: 42px;
  align-self: center;
}

@media (max-width: 768px) {
  .public-home-page .mobile-course-section .mobile-market-listings {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .public-home-page .mobile-course-section .mobile-market-card {
    flex: 0 0 184px;
  }
}

/* Strong final home course/layout override after cache-bust */
.public-home-page .course-card-foot span,
.public-home-page .home-course-row .course-card-foot span,
.public-home-page .home-course-row span:where(:not(.property-quick-icon span)) {
  position: static !important;
}

.public-home-page .course-card-foot span,
.public-home-page .home-course-row .course-card-foot span {
  display: none !important;
  visibility: hidden !important;
}

@media (max-width: 768px) {
  .public-home-page .mobile-course-section .mobile-market-listings {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    padding: 0 2px 8px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card {
    flex: 0 0 184px !important;
    min-width: 184px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card > a {
    display: block !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card div {
    height: 122px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card h3 {
    min-height: 36px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
}

/* Compact featured properties so the right card matches the hero height */
@media (min-width: 1024px) {
  .public-home-page .home-grid {
    align-items: start !important;
  }

  .public-home-page .side-panel {
    align-content: start !important;
  }

  .public-home-page .side-card {
    height: 480px !important;
    max-height: 480px !important;
    padding: 12px 20px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .public-home-page .side-card .section-head {
    min-height: 0 !important;
    margin: 0 0 7px !important;
    padding-bottom: 8px !important;
  }

  .public-home-page .side-card .section-head h2 {
    font-size: 23px !important;
    line-height: 1.1 !important;
  }

  .public-home-page .side-card .section-head a {
    font-size: 16px !important;
  }

  .public-home-page .side-listing {
    min-height: 82px !important;
    grid-template-columns: 86px minmax(0, 1fr) 32px !important;
    gap: 10px !important;
    padding: 7px 0 !important;
  }

  .public-home-page .side-listing img {
    width: 86px !important;
    height: 54px !important;
    border-radius: 9px !important;
  }

  .public-home-page .side-listing h3 {
    margin: 0 0 3px !important;
    font-size: 12.5px !important;
    line-height: 1.1 !important;
    -webkit-line-clamp: 2 !important;
  }

  .public-home-page .side-listing p,
  .public-home-page .side-listing small {
    font-size: 10.5px !important;
    line-height: 1.12 !important;
  }

  .public-home-page .side-listing strong {
    margin: 3px 0 2px !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  .public-home-page .side-listing button {
    width: 32px !important;
    height: 32px !important;
  }

  .public-home-page .side-listing button svg {
    width: 17px !important;
    height: 17px !important;
  }
}

/* Premium compact homepage courses */
.public-home-page .home-course-row {
  gap: 14px !important;
}

.public-home-page .home-course-row .listing-card {
  border-radius: 16px !important;
  border-color: #d9e8f6 !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .07) !important;
}

.public-home-page .home-course-row .course-card-media {
  height: 132px !important;
}

.public-home-page .home-course-row .course-card-body {
  padding: 12px 14px 14px !important;
  gap: 7px !important;
}

.public-home-page .home-course-row .course-card-body > small {
  font-size: 10px !important;
  letter-spacing: .02em !important;
}

.public-home-page .home-course-row .course-card-body h3 {
  min-height: 40px !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
}

.public-home-page .home-course-row .course-card-body p {
  min-height: 34px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.public-home-page .home-course-row .course-card-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.public-home-page .home-course-row .course-card-meta em {
  min-height: 42px !important;
  padding: 7px 8px !important;
  border-radius: 11px !important;
}

.public-home-page .home-course-row .course-card-meta b {
  font-size: 12px !important;
}

.public-home-page .home-course-row .course-card-meta small {
  font-size: 10px !important;
}

.public-home-page .home-course-row .course-card-foot {
  padding-top: 2px !important;
}

.public-home-page .home-course-row .course-card-foot strong {
  color: #0284c7 !important;
  font-size: 18px !important;
}

.public-home-page .home-course-row .course-card-foot s {
  color: #64748b !important;
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .public-home-page .mobile-course-section .mobile-market-listings {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
    padding: 0 4px 10px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card {
    flex: 0 0 176px !important;
    min-width: 176px !important;
    scroll-snap-align: start !important;
    border: 1px solid #dceaf7 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .09) !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card div {
    height: 112px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card img {
    height: 112px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card div span {
    max-width: calc(100% - 18px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 9px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card h3 {
    min-height: 34px !important;
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 1.22 !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card strong {
    margin-top: 5px !important;
    font-size: 15px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card p {
    margin-top: 5px !important;
    font-size: 11px !important;
  }
}

/* Final course card price row: old price beside price + premium CTA */
.public-home-page .home-course-row .course-card-foot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding-top: 4px !important;
}

.public-home-page .home-course-row .course-card-foot div {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.public-home-page .home-course-row .course-card-foot strong {
  color: #0284c7 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.public-home-page .home-course-row .course-card-foot s {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.public-home-page .home-course-row .course-card-foot span {
  position: static !important;
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 104px !important;
  padding: 9px 13px !important;
  border-radius: 999px !important;
  background: #0b1220 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .18) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

@media (max-width: 768px) {
  .public-home-page .mobile-course-section .mobile-market-listings {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
    padding: 0 4px 10px !important;
  }

  .public-home-page .mobile-course-section .mobile-market-card {
    flex: 0 0 176px !important;
    width: 176px !important;
    min-width: 176px !important;
    scroll-snap-align: start !important;
  }
}

/* Orai mela home teaser */
.home-mela-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  min-height: 178px;
  margin: 0 0 22px;
  padding: 26px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 24, .2);
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  background: #07122d;
  box-shadow: 0 24px 52px rgba(15, 23, 42, .14);
}

.home-mela-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .54;
}

.home-mela-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 11, 31, .96), rgba(8, 19, 48, .74), rgba(255, 92, 0, .25));
}

.home-mela-strip > *:not(img) {
  position: relative;
  z-index: 1;
}

.home-mela-strip span,
.mobile-mela-card span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 92, 0, .95);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.home-mela-strip h2 {
  margin: 13px 0 7px;
  color: #ffe071;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}

.home-mela-strip p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.45;
}

.home-mela-strip em {
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .12);
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.home-mela-strip b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ff5c00;
  color: #fff;
  box-shadow: 0 14px 26px rgba(255, 92, 0, .32);
  white-space: nowrap;
}

.mobile-mela-card {
  position: relative;
  display: block;
  margin: 14px 14px 6px;
  padding: 18px;
  overflow: hidden;
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(110deg, rgba(6, 13, 36, .96), rgba(25, 13, 78, .8), rgba(255, 92, 0, .55)),
    var(--mobile-mela-bg, url("https://images.unsplash.com/photo-1530103862676-de8c9debad1d?auto=format&fit=crop&w=900&q=85")) center/cover;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .16);
}

.mobile-mela-card h2 {
  margin: 12px 0 6px;
  color: #ffe071;
  font-size: 25px;
  line-height: 1.08;
}

.mobile-mela-card p {
  max-width: 260px;
  margin: 0 0 15px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 1.4;
}

.mobile-mela-card b {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 999px;
  background: #fff;
  color: #0b1220;
  font-size: 13px;
}

/* Full mela landing page */
.mela-page {
  margin: 0;
  background: #fff4ee;
  color: #101827;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.mela-page * {
  box-sizing: border-box;
}

.mela-hero {
  min-height: 720px;
  padding: 22px clamp(18px, 5vw, 58px) 50px;
  color: #fff;
  background:
    radial-gradient(circle at 28% 25%, rgba(255, 213, 86, .22), transparent 26%),
    linear-gradient(90deg, rgba(6, 12, 38, .98), rgba(7, 16, 50, .88), rgba(6, 12, 38, .42)),
    url("https://images.unsplash.com/photo-1513889961551-628c1e5e2ee9?auto=format&fit=crop&w=1800&q=90") center right/cover;
}

.mela-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.mela-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.mela-logo span {
  font-size: 34px;
}

.mela-logo b {
  color: #ffdc64;
  font-size: 16px;
  line-height: 1.08;
}

.mela-nav div {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}

.mela-nav a {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
  text-decoration: none;
}

.mela-nav a:hover {
  color: #ffdc64;
}

.mela-nav-cta,
.mela-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ff5c00;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(255, 92, 0, .32);
}

.mela-nav-cta {
  min-height: 48px;
  padding: 0 20px;
}

.mela-hero-content {
  max-width: 1180px;
  margin: 80px auto 0;
}

.mela-kicker {
  color: #ffd966;
  font-size: 18px;
  font-weight: 900;
}

.mela-hero h1 {
  max-width: 670px;
  margin: 18px 0;
  color: #ffd451;
  font-size: clamp(62px, 9vw, 118px);
  line-height: .9;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .45);
}

.mela-hero h1 span {
  display: block;
  color: #fff;
}

.mela-hero h1 em {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 26px;
  transform: rotate(-1deg);
  border-radius: 6px;
  background: #ff5c00;
  color: #ffe071;
  font-size: clamp(32px, 4vw, 52px);
  font-style: normal;
}

.mela-hero-content > p {
  margin: 0 0 28px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.mela-info-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(9, 18, 49, .78);
  backdrop-filter: blur(10px);
}

.mela-info-bar strong {
  padding: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.mela-info-bar strong + strong {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.mela-primary {
  min-height: 58px;
  margin-top: 24px;
  padding: 0 34px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.mela-section,
.mela-family-band,
.mela-info-cards,
.mela-enquiry {
  max-width: 1180px;
  margin: 0 auto;
}

.mela-section {
  padding: 42px 18px 14px;
}

.mela-section h2,
.mela-enquiry h2 {
  margin: 0 0 24px;
  color: #172554;
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
}

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

.mela-attraction-grid article,
.mela-info-cards article {
  overflow: hidden;
  border: 1px solid #ffd6bf;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(97, 45, 22, .09);
}

.mela-attraction-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.mela-attraction-grid h3 {
  margin: 16px 16px 8px;
  color: #0f172a;
  font-size: 17px;
}

.mela-attraction-grid p {
  margin: 0 16px 18px;
  color: #56647a;
  font-size: 14px;
  line-height: 1.48;
}

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

.mela-gallery img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
}

.mela-family-band {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 320px;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
  padding: 26px;
  border-radius: 22px;
  background: linear-gradient(120deg, #10124a, #17256f 65%, #31115b);
  color: #fff;
  box-shadow: 0 24px 48px rgba(23, 37, 84, .2);
}

.mela-family-band img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

.mela-family-band h2 {
  margin: 0 0 10px;
  color: #ffdd6d;
  font-size: 28px;
}

.mela-family-band p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
}

.mela-family-band ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mela-family-band li {
  padding-left: 28px;
  position: relative;
  color: #fff;
  font-weight: 800;
}

.mela-family-band li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #22c55e;
  text-align: center;
  font-size: 13px;
}

.mela-info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 28px 18px;
}

.mela-info-cards article {
  padding: 22px;
}

.mela-info-cards h3 {
  margin: 0 0 16px;
  color: #172554;
  font-size: 22px;
}

.mela-info-cards p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 11px 0;
  color: #334155;
  line-height: 1.45;
}

.mela-info-cards b {
  color: #111827;
  white-space: nowrap;
}

.mela-info-cards img,
.mela-map-card {
  width: 100%;
  height: 126px;
  border-radius: 14px;
}

.mela-info-cards img {
  object-fit: cover;
  background: #f1f5f9;
}

.mela-map-card {
  display: grid;
  place-items: center;
  padding: 16px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 92, 0, .1), rgba(37, 99, 235, .08)),
    repeating-linear-gradient(45deg, #f8fafc 0 12px, #eef2f7 12px 24px);
}

.mela-map-card span {
  font-size: 28px;
}

.mela-map-card b {
  color: #172554;
}

.mela-map-card small {
  color: #64748b;
}

.mela-socials {
  display: flex;
  gap: 11px;
  margin-top: 16px;
}

.mela-socials span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eff6ff;
  color: #ff5c00;
  font-weight: 900;
}

.mela-enquiry {
  margin-bottom: 0;
  padding: 34px 24px 44px;
  border-radius: 22px 22px 0 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 18, 72, .98), rgba(46, 17, 101, .92)),
    url("https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?auto=format&fit=crop&w=1400&q=85") center/cover;
}

.mela-enquiry h2 {
  color: #ffdc64;
}

.mela-enquiry form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  max-width: 960px;
  margin: 0 auto 30px;
}

.mela-enquiry input {
  min-height: 48px;
  border: 0;
  border-radius: 9px;
  padding: 0 15px;
  font: inherit;
}

.mela-enquiry button {
  grid-column: 2 / span 2;
  min-height: 52px;
  border: 0;
  border-radius: 10px;
  background: #ff5c00;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.mela-countdown {
  text-align: center;
}

.mela-countdown h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
}

.mela-countdown span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 74px;
  margin: 5px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #dbeafe;
  font-weight: 800;
}

.mela-countdown b {
  color: #fff;
  font-size: 30px;
}

.mela-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px clamp(18px, 5vw, 58px);
  background: #07122d;
  color: rgba(255, 255, 255, .8);
}

.mela-footer b {
  color: #ffdc64;
}

.mela-float {
  position: fixed;
  z-index: 20;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 18px 30px rgba(15, 23, 42, .22);
}

.mela-whatsapp {
  left: 22px;
  background: #22c55e;
}

.mela-call {
  right: 22px;
  background: #ff5c00;
}

@media (max-width: 980px) {
  .home-mela-strip {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-mela-strip em,
  .home-mela-strip b {
    width: fit-content;
  }

  .mela-nav {
    align-items: flex-start;
  }

  .mela-nav div {
    display: none;
  }

  .mela-hero {
    min-height: 640px;
  }

  .mela-info-bar,
  .mela-attraction-grid,
  .mela-gallery,
  .mela-family-band,
  .mela-info-cards,
  .mela-enquiry form {
    grid-template-columns: 1fr;
  }

  .mela-gallery {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .mela-gallery img {
    min-width: 210px;
  }

  .mela-info-bar strong + strong {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .mela-enquiry button {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .site-shell .home-mela-strip {
    display: none;
  }

  .mela-hero {
    min-height: 610px;
    padding: 16px 16px 34px;
    background-position: center;
  }

  .mela-nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .mela-logo b {
    font-size: 13px;
  }

  .mela-hero-content {
    margin-top: 52px;
  }

  .mela-kicker {
    font-size: 14px;
  }

  .mela-hero h1 {
    font-size: 54px;
  }

  .mela-hero-content > p {
    font-size: 14px;
    line-height: 1.5;
  }

  .mela-info-bar strong {
    padding: 14px;
    font-size: 13px;
  }

  .mela-primary {
    width: 100%;
    min-height: 52px;
  }

  .mela-section {
    padding: 30px 14px 8px;
  }

  .mela-attraction-grid {
    gap: 14px;
  }

  .mela-family-band {
    margin: 22px 14px 0;
    padding: 18px;
  }

  .mela-family-band h2 {
    font-size: 22px;
  }

  .mela-info-cards {
    padding: 20px 14px;
  }

  .mela-enquiry {
    border-radius: 20px 20px 0 0;
    padding: 28px 14px 36px;
  }

  .mela-countdown span {
    min-width: 70px;
    min-height: 66px;
  }

  .mela-footer {
    flex-direction: column;
    text-align: center;
  }
}

/* Reference-style mela poster refinement */
.mela-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 92, 0, .08), transparent 24%),
    linear-gradient(#fff6f1, #fff1eb);
}

.mela-page main {
  background: #fff7f1;
}

.mela-hero,
.mela-poster-body,
.mela-footer {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.mela-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  background:
    radial-gradient(circle at 82% 34%, rgba(255, 208, 72, .28), transparent 8%),
    radial-gradient(circle at 77% 31%, transparent 0 26%, rgba(255, 255, 255, .78) 26.4% 27.5%, transparent 28% 34%, rgba(57, 216, 255, .7) 34.4% 35.4%, transparent 36% 43%, rgba(255, 76, 131, .66) 43.2% 44.2%, transparent 45%),
    linear-gradient(90deg, rgba(5, 10, 39, .98) 0%, rgba(8, 18, 62, .94) 43%, rgba(6, 14, 43, .5) 100%),
    url("https://images.unsplash.com/photo-1530103862676-de8c9debad1d?auto=format&fit=crop&w=1800&q=90") center right/cover;
}

.mela-hero::before,
.mela-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mela-hero::before {
  right: 62px;
  top: 132px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .72);
  background:
    repeating-conic-gradient(from 8deg, rgba(255, 213, 74, .95) 0 5deg, rgba(45, 212, 191, .9) 5deg 10deg, rgba(239, 68, 68, .9) 10deg 15deg, rgba(96, 165, 250, .9) 15deg 20deg),
    radial-gradient(circle, #fff 0 5%, transparent 6%);
  opacity: .76;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 24px rgba(80, 190, 255, .45));
}

.mela-hero::after {
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(0deg, rgba(6, 12, 38, .96), transparent);
}

.mela-nav,
.mela-hero-content {
  position: relative;
  z-index: 2;
}

.mela-nav {
  padding-top: 6px;
}

.mela-logo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 92, 0, .16);
}

.mela-nav-cta,
.mela-primary {
  border-radius: 8px;
  background: linear-gradient(180deg, #ff7a1a, #ff4d00);
}

.mela-hero-content {
  margin-top: 78px;
}

.mela-kicker {
  margin-left: 78px;
  color: #f9c64c;
  letter-spacing: .01em;
}

.mela-hero h1 {
  max-width: 610px;
  margin-top: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

.mela-hero h1 em {
  margin-left: 180px;
  border-radius: 0;
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
}

.mela-hero-content > p {
  margin-top: 22px;
  font-size: 16px;
}

.mela-info-bar {
  max-width: 760px;
  margin-top: 26px;
  border-radius: 14px;
  background: rgba(15, 28, 73, .9);
}

.mela-primary {
  margin-left: 272px;
  border-radius: 10px;
}

.mela-poster-body {
  padding-bottom: 0;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .13);
}

.mela-section {
  padding-top: 28px;
}

.mela-section h2,
.mela-enquiry h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #172554;
  font-size: 32px;
  font-weight: 950;
}

.mela-section h2::before,
.mela-section h2::after,
.mela-enquiry h2::before,
.mela-enquiry h2::after {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f97316, transparent);
}

.mela-attraction-grid {
  gap: 18px;
}

.mela-attraction-grid article {
  border-color: #ffc7a8;
  border-radius: 14px;
}

.mela-attraction-grid img {
  height: 136px;
}

.mela-attraction-grid h3 {
  margin: 14px 14px 8px;
  font-size: 16px;
}

.mela-attraction-grid ul {
  margin: 0 14px 18px;
  padding-left: 18px;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
}

.mela-gallery {
  position: relative;
  gap: 14px;
  padding: 0 6px;
}

.mela-gallery::before,
.mela-gallery::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  color: #f97316;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18);
  font-size: 24px;
  font-weight: 900;
}

.mela-gallery::before {
  content: "‹";
  left: -6px;
}

.mela-gallery::after {
  content: "›";
  right: -6px;
}

.mela-gallery img {
  height: 118px;
  border-radius: 13px;
}

.mela-family-band {
  grid-template-columns: 300px minmax(0, 1fr) 290px;
  margin-top: 24px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(17, 24, 91, .97), rgba(30, 37, 128, .96)),
    url("https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?auto=format&fit=crop&w=1200&q=85") center/cover;
}

.mela-info-cards {
  padding-top: 24px;
}

.mela-info-cards article {
  min-height: 222px;
  border-color: #ffd0b8;
  border-radius: 14px;
}

.mela-info-cards h3 {
  color: #f97316;
}

.mela-enquiry {
  max-width: 1042px;
  margin-top: 4px;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(90deg, rgba(23, 16, 88, .96), rgba(44, 18, 112, .92)),
    url("https://images.unsplash.com/photo-1513889961551-628c1e5e2ee9?auto=format&fit=crop&w=1400&q=85") center/cover;
}

.mela-enquiry h2 {
  color: #ffe071;
}

.mela-footer {
  border-radius: 0;
}

@media (max-width: 980px) {
  .mela-hero,
  .mela-poster-body,
  .mela-footer {
    max-width: none;
  }

  .mela-hero::before {
    right: -95px;
    top: 160px;
    width: 300px;
    height: 300px;
  }

  .mela-kicker,
  .mela-primary,
  .mela-hero h1 em {
    margin-left: 0;
  }
}

/* Full-width compact mela page, matching the supplied poster flow */
.mela-page {
  background: #fff3ed;
}

.mela-hero,
.mela-poster-body,
.mela-footer {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.mela-hero {
  min-height: 620px;
  padding: 20px clamp(24px, 5vw, 72px) 34px;
  border-radius: 0;
}

.mela-nav,
.mela-hero-content,
.mela-section,
.mela-family-band,
.mela-info-cards,
.mela-enquiry {
  max-width: 1180px;
}

.mela-nav {
  min-height: 54px;
}

.mela-logo span {
  width: 42px;
  height: 42px;
  font-size: 28px;
}

.mela-logo b {
  font-size: 14px;
}

.mela-nav div {
  gap: 26px;
}

.mela-nav a {
  font-size: 14px;
}

.mela-nav-cta {
  min-height: 44px;
  padding: 0 18px;
}

.mela-hero::before {
  right: clamp(34px, 9vw, 150px);
  top: 115px;
  width: clamp(320px, 31vw, 470px);
  height: clamp(320px, 31vw, 470px);
}

.mela-hero-content {
  margin-top: 58px;
}

.mela-kicker {
  margin-left: clamp(20px, 7vw, 96px);
  font-size: 17px;
}

.mela-hero h1 {
  max-width: 620px;
  margin: 10px 0 0;
  font-size: clamp(68px, 8.2vw, 124px);
}

.mela-hero h1 em {
  margin-top: 12px;
  margin-left: clamp(130px, 13vw, 210px);
  padding: 5px 28px;
}

.mela-hero-content > p {
  margin: 16px 0 18px;
}

.mela-info-bar {
  max-width: 720px;
  margin-top: 18px;
}

.mela-info-bar strong {
  padding: 15px 18px;
  font-size: 14px;
}

.mela-primary {
  min-height: 52px;
  margin-top: 16px;
  margin-left: clamp(190px, 20vw, 300px);
  padding: 0 28px;
  font-size: 16px;
}

.mela-poster-body {
  padding: 0 0 0;
}

.mela-section {
  padding: 22px 24px 8px;
}

.mela-section h2,
.mela-enquiry h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.5vw, 34px);
}

.mela-attraction-grid {
  gap: 16px;
}

.mela-attraction-grid img {
  height: 128px;
}

.mela-attraction-grid h3 {
  margin: 12px 14px 6px;
}

.mela-attraction-grid ul {
  margin-bottom: 14px;
}

.mela-gallery img {
  height: 110px;
}

.mela-family-band {
  margin-top: 18px;
  padding: 22px;
}

.mela-family-band img {
  height: 162px;
}

.mela-family-band h2 {
  font-size: 25px;
}

.mela-family-band p {
  font-size: 14px;
}

.mela-family-band li {
  font-size: 14px;
}

.mela-info-cards {
  padding: 20px 24px 16px;
}

.mela-info-cards article {
  min-height: 200px;
  padding: 18px;
}

.mela-info-cards h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.mela-info-cards p {
  margin: 9px 0;
  font-size: 14px;
}

.mela-map-card {
  height: 112px;
}

.mela-enquiry {
  padding: 26px 24px 32px;
  border-radius: 18px 18px 0 0;
}

.mela-enquiry form {
  margin-bottom: 24px;
}

.mela-enquiry input {
  min-height: 44px;
}

.mela-enquiry button {
  min-height: 50px;
}

.mela-countdown h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.mela-countdown span {
  min-width: 82px;
  min-height: 68px;
}

.mela-countdown b {
  font-size: 28px;
}

.mela-footer {
  justify-content: center;
  min-height: 80px;
  padding: 18px 24px;
}

.mela-footer b {
  position: absolute;
  left: clamp(24px, 5vw, 72px);
}

@media (min-width: 1400px) {
  .mela-nav,
  .mela-hero-content,
  .mela-section,
  .mela-family-band,
  .mela-info-cards,
  .mela-enquiry {
    max-width: 1280px;
  }
}

@media (max-width: 768px) {
  .mela-hero {
    min-height: 590px;
    padding: 14px 15px 28px;
  }

  .mela-hero::before {
    right: -110px;
    top: 150px;
    width: 295px;
    height: 295px;
  }

  .mela-kicker,
  .mela-primary,
  .mela-hero h1 em {
    margin-left: 0;
  }

  .mela-hero h1 {
    font-size: 50px;
  }

  .mela-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mela-family-band {
    margin-left: 14px;
    margin-right: 14px;
  }

  .mela-info-cards {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mela-footer b {
    position: static;
  }
}

/* Extra compact premium mela polish */
.mela-page {
  background: linear-gradient(180deg, #fff7f2 0%, #fff0e8 100%);
}

.mela-hero {
  min-height: 560px;
  padding-top: 16px;
  padding-bottom: 24px;
}

.mela-nav {
  min-height: 48px;
}

.mela-logo span {
  width: 38px;
  height: 38px;
  font-size: 24px;
}

.mela-logo b {
  font-size: 13px;
}

.mela-nav div {
  gap: 22px;
}

.mela-nav a {
  font-size: 13px;
}

.mela-nav-cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
}

.mela-hero::before {
  top: 92px;
  width: clamp(300px, 28vw, 420px);
  height: clamp(300px, 28vw, 420px);
  opacity: .82;
}

.mela-hero-content {
  margin-top: 42px;
}

.mela-kicker {
  font-size: 15px;
}

.mela-hero h1 {
  max-width: 560px;
  font-size: clamp(58px, 7.2vw, 104px);
  text-shadow: 0 10px 24px rgba(0, 0, 0, .38);
}

.mela-hero h1 em {
  margin-top: 8px;
  padding: 4px 24px;
  font-size: clamp(28px, 3.5vw, 44px);
}

.mela-hero-content > p {
  margin: 12px 0 14px;
  font-size: 14px;
}

.mela-info-bar {
  max-width: 680px;
  margin-top: 14px;
  border-radius: 12px;
}

.mela-info-bar strong {
  padding: 12px 15px;
  font-size: 12.5px;
}

.mela-primary {
  min-height: 46px;
  margin-top: 14px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 14px;
}

.mela-section {
  padding-top: 18px;
  padding-bottom: 4px;
}

.mela-section h2,
.mela-enquiry h2 {
  gap: 12px;
  margin-bottom: 14px;
  font-size: clamp(24px, 2.1vw, 30px);
  letter-spacing: 0;
}

.mela-section h2::before,
.mela-section h2::after,
.mela-enquiry h2::before,
.mela-enquiry h2::after {
  width: 42px;
}

.mela-attraction-grid {
  gap: 14px;
}

.mela-attraction-grid article,
.mela-info-cards article {
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(97, 45, 22, .075);
}

.mela-attraction-grid img {
  height: 112px;
}

.mela-attraction-grid h3 {
  margin: 10px 12px 5px;
  font-size: 14.5px;
}

.mela-attraction-grid ul {
  margin: 0 12px 12px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.42;
}

.mela-gallery {
  gap: 12px;
}

.mela-gallery img {
  height: 96px;
  border-radius: 11px;
}

.mela-gallery::before,
.mela-gallery::after {
  width: 30px;
  height: 30px;
  font-size: 21px;
}

.mela-family-band {
  grid-template-columns: 250px minmax(0, 1fr) 270px;
  gap: 20px;
  margin-top: 16px;
  padding: 18px;
  border-radius: 14px;
}

.mela-family-band img {
  height: 138px;
  border-radius: 13px;
}

.mela-family-band h2 {
  margin-bottom: 7px;
  font-size: 22px;
}

.mela-family-band p {
  font-size: 13px;
  line-height: 1.45;
}

.mela-family-band ul {
  gap: 7px;
}

.mela-family-band li {
  padding-left: 25px;
  font-size: 13px;
}

.mela-family-band li::before {
  width: 18px;
  height: 18px;
  font-size: 12px;
}

.mela-info-cards {
  gap: 14px;
  padding-top: 16px;
  padding-bottom: 12px;
}

.mela-info-cards article {
  min-height: 172px;
  padding: 15px;
}

.mela-info-cards h3 {
  margin-bottom: 9px;
  font-size: 18px;
}

.mela-info-cards p {
  margin: 7px 0;
  font-size: 13px;
}

.mela-map-card {
  height: 92px;
  padding: 12px;
}

.mela-map-card span {
  font-size: 22px;
}

.mela-socials {
  gap: 9px;
  margin-top: 12px;
}

.mela-socials span {
  width: 32px;
  height: 32px;
  font-size: 13px;
}

.mela-enquiry {
  max-width: 1180px;
  padding: 22px 24px 26px;
  border-radius: 16px 16px 0 0;
}

.mela-enquiry form {
  gap: 10px;
  max-width: 900px;
  margin-bottom: 18px;
}

.mela-enquiry input {
  min-height: 40px;
  border-radius: 8px;
  font-size: 13px;
}

.mela-enquiry button {
  min-height: 44px;
  border-radius: 8px;
  font-size: 15px;
}

.mela-countdown h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.mela-countdown span {
  min-width: 74px;
  min-height: 60px;
  border-radius: 10px;
  font-size: 12px;
}

.mela-countdown b {
  font-size: 25px;
}

.mela-footer {
  min-height: 66px;
  padding: 14px 24px;
  font-size: 13px;
}

.mela-float {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

@media (max-width: 980px) {
  .mela-family-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mela-hero {
    min-height: 540px;
  }

  .mela-hero h1 {
    font-size: 46px;
  }

  .mela-info-bar strong {
    padding: 10px 12px;
  }

  .mela-attraction-grid img {
    height: 120px;
  }
}

/* Premium compact hero final pass */
.mela-hero {
  min-height: 500px;
  padding-top: 14px;
  padding-bottom: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 204, 75, .18), transparent 18%),
    radial-gradient(circle at 76% 33%, transparent 0 25%, rgba(255, 255, 255, .82) 25.5% 26.6%, transparent 27.2% 34%, rgba(56, 189, 248, .7) 34.4% 35.3%, transparent 36% 43%, rgba(244, 63, 94, .64) 43.2% 44%, transparent 45%),
    linear-gradient(90deg, rgba(4, 8, 32, .99) 0%, rgba(7, 17, 56, .95) 44%, rgba(8, 14, 36, .5) 100%),
    url("https://images.unsplash.com/photo-1530103862676-de8c9debad1d?auto=format&fit=crop&w=1800&q=90") center right/cover;
}

.mela-hero::before {
  top: 78px;
  right: clamp(48px, 10vw, 190px);
  width: clamp(270px, 25vw, 380px);
  height: clamp(270px, 25vw, 380px);
  border-width: 4px;
  opacity: .9;
  filter: drop-shadow(0 0 28px rgba(72, 201, 255, .48));
}

.mela-hero::after {
  height: 108px;
}

.mela-nav {
  min-height: 42px;
  padding-top: 0;
}

.mela-logo {
  gap: 8px;
}

.mela-logo span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 21px;
}

.mela-logo b {
  font-size: 12px;
  line-height: 1.02;
}

.mela-nav div {
  gap: 20px;
}

.mela-nav a {
  font-size: 12.5px;
}

.mela-nav-cta {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 7px;
  font-size: 12px;
  box-shadow: 0 10px 22px rgba(255, 92, 0, .26);
}

.mela-hero-content {
  margin-top: 34px;
}

.mela-kicker {
  margin-left: clamp(16px, 6vw, 82px);
  font-size: 14px;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .4);
}

.mela-hero h1 {
  max-width: 520px;
  margin-top: 7px;
  font-size: clamp(52px, 6.4vw, 92px);
  line-height: .88;
}

.mela-hero h1 em {
  margin-top: 7px;
  margin-left: clamp(112px, 12vw, 178px);
  padding: 3px 22px;
  font-size: clamp(24px, 3vw, 38px);
  box-shadow: 0 10px 24px rgba(255, 92, 0, .24);
}

.mela-hero-content > p {
  margin: 10px 0 12px;
  font-size: 13px;
  letter-spacing: .01em;
}

.mela-info-bar {
  max-width: 620px;
  margin-top: 10px;
  border-radius: 11px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.mela-info-bar strong {
  padding: 10px 13px;
  font-size: 11.5px;
  line-height: 1.25;
}

.mela-primary {
  min-height: 42px;
  margin-top: 12px;
  margin-left: clamp(170px, 18vw, 258px);
  padding: 0 22px;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 12px 24px rgba(255, 92, 0, .32);
}

@media (max-width: 768px) {
  .mela-hero {
    min-height: 500px;
    padding-top: 12px;
  }

  .mela-hero::before {
    top: 128px;
    right: -98px;
    width: 260px;
    height: 260px;
  }

  .mela-hero-content {
    margin-top: 36px;
  }

  .mela-hero h1 {
    max-width: 330px;
    font-size: 42px;
  }

  .mela-kicker,
  .mela-primary,
  .mela-hero h1 em {
    margin-left: 0;
  }

  .mela-hero-content > p {
    max-width: 300px;
  }
}

/* Luxury mela hero refinement */
.mela-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 220, 105, .18), transparent 15%),
    radial-gradient(circle at 33% 13%, rgba(255, 255, 255, .16), transparent 1.4%, transparent 3.5%, rgba(255, 119, 0, .15) 3.8%, transparent 7%),
    radial-gradient(circle at 58% 17%, rgba(96, 165, 250, .18), transparent 1.2%, transparent 3.4%, rgba(255, 217, 102, .16) 3.8%, transparent 7%),
    radial-gradient(circle at 76% 33%, transparent 0 25%, rgba(255, 255, 255, .9) 25.5% 26.4%, transparent 27.2% 34%, rgba(45, 212, 191, .78) 34.4% 35.3%, transparent 36% 43%, rgba(244, 63, 94, .72) 43.2% 44%, transparent 45%),
    linear-gradient(90deg, rgba(3, 7, 27, .99) 0%, rgba(7, 18, 61, .96) 42%, rgba(7, 12, 30, .42) 100%),
    var(--mela-hero-bg) center right/cover;
}

.mela-nav {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(7, 13, 42, .58), rgba(255, 255, 255, .08));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}

.mela-logo span {
  background:
    linear-gradient(145deg, rgba(255, 228, 143, .24), rgba(255, 92, 0, .28));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 8px 18px rgba(255, 92, 0, .15);
}

.mela-logo b {
  color: #ffe082;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .42);
}

.mela-nav div a {
  position: relative;
  padding: 8px 0;
}

.mela-nav div a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: #ffb84d;
  transition: left .18s ease, right .18s ease;
}

.mela-nav div a:hover::after,
.mela-nav div a:first-child::after {
  left: 0;
  right: 0;
}

.mela-nav-cta,
.mela-primary {
  background: linear-gradient(180deg, #ff8a22 0%, #ff5200 100%);
  box-shadow: 0 12px 28px rgba(255, 92, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .28);
  transition: transform .18s ease, box-shadow .18s ease;
}

.mela-nav-cta:hover,
.mela-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(255, 92, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.mela-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 214, 102, .28);
  border-radius: 999px;
  background: rgba(255, 214, 102, .08);
  backdrop-filter: blur(10px);
}

.mela-kicker::before,
.mela-kicker::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffb84d;
  box-shadow: 0 0 14px rgba(255, 184, 77, .9);
}

.mela-hero h1 {
  color: #ffd84f;
  text-shadow:
    0 2px 0 rgba(116, 53, 0, .42),
    0 14px 28px rgba(0, 0, 0, .46),
    0 0 34px rgba(255, 201, 64, .18);
}

.mela-hero h1 span {
  text-shadow:
    0 2px 0 rgba(4, 9, 28, .8),
    0 14px 30px rgba(0, 0, 0, .48);
}

.mela-hero h1 em {
  background: linear-gradient(180deg, #ff7c1a, #e94700);
  color: #ffef9b;
  box-shadow: 0 12px 26px rgba(255, 92, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.mela-hero-content > p {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(3, 7, 27, .32);
  color: rgba(255, 255, 255, .95);
  backdrop-filter: blur(8px);
}

.mela-info-bar {
  border-color: rgba(255, 255, 255, .2);
  background: linear-gradient(90deg, rgba(9, 18, 54, .88), rgba(20, 32, 87, .72));
  backdrop-filter: blur(16px);
}

.mela-info-bar strong {
  position: relative;
  padding-left: 32px;
}

.mela-info-bar strong::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff8a22;
  box-shadow: 0 0 14px rgba(255, 138, 34, .78);
}

.mela-primary::after {
  content: "→";
  margin-left: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .mela-nav {
    border-radius: 14px;
  }

  .mela-kicker {
    max-width: 290px;
    font-size: 12px;
  }

  .mela-hero-content > p {
    display: block;
  }
}

/* Orai Deals header/footer integration + VIP pass */
.mela-with-site-header .site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid #e8eef7;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.mela-with-site-header .nav-strip {
  position: relative;
  z-index: 29;
}

.mela-with-site-header .mela-hero {
  min-height: 470px;
  margin-top: 0 !important;
  padding-top: 12px;
}

.mela-with-site-header .mela-nav {
  max-width: 1100px;
  min-height: 38px;
  padding: 6px 9px;
}

.mela-with-site-header .mela-hero-content {
  max-width: 1100px;
  margin-top: 26px;
}

.mela-with-site-header .mela-hero h1 {
  max-width: 500px;
  font-size: clamp(48px, 5.8vw, 84px);
}

.mela-with-site-header .mela-info-bar {
  max-width: 590px;
}

.mela-with-site-header > .mela-footer {
  display: none;
}

.mela-with-site-header .site-footer {
  margin-top: 0;
}

.mela-detail-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 10px auto 4px;
  padding: 0 24px;
}

.mela-detail-strip article {
  padding: 14px;
  border: 1px solid #ffd1b9;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fff8f4);
  box-shadow: 0 12px 26px rgba(97, 45, 22, .06);
}

.mela-detail-strip b,
.mela-detail-strip span,
.mela-detail-strip small {
  display: block;
}

.mela-detail-strip b {
  color: #f97316;
  font-size: 13px;
  text-transform: uppercase;
}

.mela-detail-strip span {
  margin: 5px 0 4px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.mela-detail-strip small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.mela-vip-pass {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto minmax(220px, .9fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 1180px;
  margin: 16px auto 0;
  padding: 18px 22px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 216, 107, .34);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 222, 102, .2), transparent 22%),
    linear-gradient(115deg, #090f2f, #1b1464 52%, #421060);
  box-shadow: 0 20px 44px rgba(23, 37, 84, .18);
}

.mela-vip-pass::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 20px solid rgba(255, 216, 107, .08);
}

.mela-vip-pass > * {
  position: relative;
  z-index: 1;
}

.mela-vip-copy span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 216, 107, .14);
  color: #ffe68a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mela-vip-copy h2 {
  margin: 8px 0 5px;
  color: #ffe68a;
  font-size: 28px;
  line-height: 1;
}

.mela-vip-copy p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.45;
}

.mela-vip-price {
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  text-align: center;
}

.mela-vip-price small,
.mela-vip-price em {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-style: normal;
}

.mela-vip-price strong {
  display: block;
  margin: 3px 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.mela-vip-pass ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mela-vip-pass li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mela-vip-pass li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #70e000;
}

.mela-vip-pass a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a22, #ff5200);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255, 92, 0, .3);
  white-space: nowrap;
}

@media (max-width: 980px) {
  .mela-detail-strip,
  .mela-vip-pass {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mela-vip-pass a {
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .mela-with-site-header > .site-header,
  .mela-with-site-header > .nav-strip {
    display: none !important;
  }

  .mela-with-site-header > .mobile-top {
    display: block !important;
    position: relative !important;
    z-index: 40 !important;
    background: #fff !important;
    border-bottom: 1px solid #e5edf6 !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08) !important;
  }

  .mela-with-site-header .mobile-bar {
    min-height: 64px !important;
    padding: 8px 12px !important;
    gap: 10px !important;
  }

  .mela-with-site-header .mobile-bar .brand-logo {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .mela-with-site-header .mobile-bar .logo-mark {
    width: 94px !important;
    height: 42px !important;
  }

  .mela-with-site-header .mobile-bar .logo-mark img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .mela-with-site-header .mobile-post-btn {
    flex: 0 0 auto !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    font-size: 13px !important;
  }

  .mela-with-site-header .mela-hero {
    min-height: 500px;
  }

  .mela-detail-strip,
  .mela-vip-pass {
    grid-template-columns: 1fr;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .mela-vip-pass {
    padding: 17px;
  }
}

/* Premium static policy pages */
.static-public-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 92, 0, .08), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fa 100%);
}

.static-page-shell {
  width: min(100% - 64px, 1360px);
  margin: 24px auto 34px;
}

.static-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 34px 38px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dce8f5;
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(7, 14, 39, .96), rgba(18, 35, 78, .9)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1500&q=80") center/cover;
  color: #fff;
  box-shadow: 0 22px 54px rgba(15, 23, 42, .14);
}

.static-hero-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 42px solid rgba(255, 92, 0, .12);
}

.static-hero-panel > * {
  position: relative;
  z-index: 1;
}

.static-hero-panel span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 92, 0, .95);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.static-hero-panel h1 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.static-hero-panel p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.5;
}

.static-hero-panel aside {
  min-width: 180px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.static-hero-panel aside b,
.static-hero-panel aside strong {
  display: block;
}

.static-hero-panel aside b {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  text-transform: uppercase;
}

.static-hero-panel aside strong {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
}

.static-page-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.static-policy-nav {
  position: sticky;
  top: 16px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #dce8f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .07);
}

.static-policy-nav strong {
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 15px;
}

.static-policy-nav a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 12px;
  color: #475569;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.static-policy-nav a.active,
.static-policy-nav a:hover {
  background: #fff4ed;
  color: #ff5c00;
}

.static-content-card {
  display: grid;
  gap: 14px;
}

.policy-section-card {
  padding: 22px 24px;
  border: 1px solid #dce8f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .055);
}

.policy-section-card h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.25;
}

.policy-section-card p,
.policy-section-card li {
  color: #536174;
  font-size: 16px;
  line-height: 1.68;
}

.policy-section-card p {
  margin: 0;
}

.policy-section-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-section-card li {
  position: relative;
  padding-left: 24px;
}

.policy-section-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5c00;
  box-shadow: 0 0 0 4px #fff1e8;
}

@media (max-width: 900px) {
  .static-page-shell {
    width: min(100% - 28px, 760px);
    margin-top: 14px;
  }

  .static-hero-panel,
  .static-page-layout {
    grid-template-columns: 1fr;
  }

  .static-policy-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .static-policy-nav strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .static-public-page {
    background: #f5f8fc;
  }

  .static-public-page .site-shell {
    padding: 0;
  }

  .static-hero-panel {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .static-hero-panel aside {
    min-width: 0;
  }

  .static-policy-nav {
    display: flex;
    overflow-x: auto;
    padding: 10px;
  }

  .static-policy-nav strong {
    display: none;
  }

  .static-policy-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .policy-section-card {
    padding: 18px;
    border-radius: 16px;
  }

  .policy-section-card h2 {
    font-size: 18px;
  }

  .policy-section-card p,
  .policy-section-card li {
    font-size: 14px;
    line-height: 1.62;
  }
}
