body.property-market{
  --pm-bg:#fbf7ef;
  --pm-bg-2:#f3eadb;
  --pm-surface:#fffdf8;
  --pm-panel:#fff8ec;
  --pm-ink:#24362f;
  --pm-heading:#16261f;
  --pm-muted:#67756d;
  --pm-faint:#8b968f;
  --pm-line:#e5d8c4;
  --pm-line-strong:#d3bf9e;
  --pm-green:#1f604c;
  --pm-green-2:#2d7a60;
  --pm-green-soft:#e8f2ec;
  --pm-clay:#b76140;
  --pm-clay-soft:#f5e2d6;
  --pm-gold:#bd8f3f;
  --pm-gold-soft:#f3e5c2;
  --pm-danger:#a44135;
  --pm-ok:#1f604c;
  --pm-shadow:0 20px 50px rgba(58,42,22,.10);
  --pm-small-shadow:0 10px 28px rgba(58,42,22,.08);
  background:var(--pm-bg);
  color:var(--pm-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:0;
}

body.property-market *{
  letter-spacing:0;
}

body.property-market a{
  color:inherit;
  text-decoration:none;
}

body.property-market ul{
  list-style:none;
}

body.property-market .hide{
  display:none!important;
}

body.property-market nav,
body.property-market #navbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:20;
  height:76px;
  padding:0 56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(255,253,248,.92);
  border-bottom:1px solid var(--pm-line);
  box-shadow:0 10px 30px rgba(42,32,20,.06);
  backdrop-filter:blur(18px);
}

body.property-market .nav-logo,
body.property-market .f-logo,
body.property-market .footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
}

body.property-market .nav-logo-text,
body.property-market .footer-logo-text,
body.property-market .f-logo-text{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  letter-spacing:0;
}

body.property-market .nav-logo-text span,
body.property-market .footer-logo-text span,
body.property-market .f-logo-text span{
  color:var(--pm-clay);
}

body.property-market .nav-logo img,
body.property-market .f-logo img,
body.property-market .footer-logo img{
  height:36px;
}

body.property-market .nav-links{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0;
  padding:0;
}

body.property-market .nav-link,
body.property-market .nav-links a,
body.property-market .f-link,
body.property-market .footer-links a{
  color:var(--pm-muted);
  font-size:13px;
  text-transform:none;
  font-weight:650;
  letter-spacing:0;
}

body.property-market .nav-link:hover,
body.property-market .nav-link.active,
body.property-market .nav-links a:hover{
  color:var(--pm-green);
}

body.property-market .hamburger{
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  padding:0;
  box-shadow:none;
  cursor:pointer;
}

body.property-market .nav-cta{
  background:var(--pm-green);
  color:#fff!important;
  border-radius:6px;
  padding:11px 16px;
  box-shadow:var(--pm-small-shadow);
  font-size:13px!important;
  text-transform:none!important;
  letter-spacing:0!important;
}

body.property-market .hamburger span{
  display:block;
  width:24px;
  height:2px;
  border-radius:999px;
  background:var(--pm-heading);
}

body.property-market .mobile-menu{
  display:none;
  position:fixed;
  inset:0;
  z-index:30;
  padding:96px 28px 40px;
  flex-direction:column;
  background:var(--pm-surface);
}

body.property-market .mobile-menu.open{
  display:flex;
}

body.property-market .mobile-menu a{
  color:var(--pm-heading);
  border-bottom:1px solid var(--pm-line);
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.2;
  padding:14px 0;
}

body.property-market .hero,
body.property-market .landing-hero,
body.property-market .property-hero{
  padding:132px 56px 46px;
  background:linear-gradient(180deg,#fff4df 0%,#fffdf8 72%,#fbf7ef 100%);
  border-bottom:1px solid var(--pm-line);
}

body.property-market .hero-inner,
body.property-market .landing-wrap,
body.property-market .property-wrap{
  max-width:1160px;
}

body.property-market .hero-inner{
  align-items:center;
}

body.property-sell .hero-inner{
  grid-template-columns:minmax(0,1fr) minmax(140px,260px);
}

body.property-sell .hero-inner>div:first-child{
  animation:sellerHeroIn .54s cubic-bezier(.2,.8,.2,1) both;
}

body.property-sell .hero-ambient{
  position:relative;
  justify-self:end;
  width:100%;
  max-width:240px;
  min-height:250px;
  opacity:.9;
  animation:ambientIn .7s cubic-bezier(.2,.8,.2,1) .08s both;
}

body.property-sell .hero-ambient::before{
  content:"";
  position:absolute;
  top:16px;
  bottom:16px;
  left:54px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(31,96,76,0),rgba(31,96,76,.68),rgba(183,97,64,.62),rgba(31,96,76,0));
  box-shadow:0 0 28px rgba(31,96,76,.26);
}

body.property-sell .hero-ambient::after{
  content:"";
  position:absolute;
  inset:24px 0 24px 54px;
  border:1px solid rgba(31,96,76,.14);
  border-left:0;
  border-radius:0 999px 999px 0;
}

body.property-sell .hero-ambient span{
  position:absolute;
  left:44px;
  width:23px;
  height:23px;
  border-radius:50%;
  background:#fffdf8;
  border:1px solid rgba(31,96,76,.24);
  box-shadow:0 0 0 8px rgba(31,96,76,.06),0 10px 24px rgba(58,42,22,.10);
  animation:listingPulse 2.8s ease-in-out infinite;
}

body.property-sell .hero-ambient span:nth-child(1){
  top:22%;
}

body.property-sell .hero-ambient span:nth-child(2){
  top:49%;
  animation-delay:.35s;
}

body.property-sell .hero-ambient span:nth-child(3){
  top:76%;
  animation-delay:.7s;
}

body.property-sell .hero-ambient i{
  position:absolute;
  right:14px;
  top:50%;
  width:94px;
  height:1px;
  background:linear-gradient(90deg,rgba(31,96,76,.28),rgba(183,97,64,.18),transparent);
  box-shadow:0 -54px 0 rgba(31,96,76,.12),0 54px 0 rgba(183,97,64,.12);
}

@keyframes listingPulse{
  0%,100%{background:#fffdf8;border-color:rgba(31,96,76,.22)}
  50%{background:var(--pm-green-soft);border-color:rgba(31,96,76,.44)}
}

@keyframes sellerHeroIn{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes ambientIn{
  from{opacity:0;transform:translateX(18px) scale(.98)}
  to{opacity:.9;transform:translateX(0) scale(1)}
}

body.property-market .eyebrow,
body.property-market .eyebrow2,
body.property-market .crumb{
  color:var(--pm-clay);
  font-size:13px;
  text-transform:none;
  font-weight:750;
  margin-bottom:14px;
  letter-spacing:0;
}

body.property-market .hero h1,
body.property-market .landing-title,
body.property-market .property-title{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-size:64px;
  line-height:1.04;
  font-weight:600;
  margin-bottom:16px;
  letter-spacing:0;
}

body.property-market .hero h1 em{
  color:var(--pm-green);
}

body.property-market .hero p,
body.property-market .landing-copy,
body.property-market .meta{
  color:var(--pm-muted);
  font-size:17px;
  line-height:1.7;
}

body.property-market .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

body.property-market .hero-card,
body.property-market .hero-panel{
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  box-shadow:var(--pm-shadow);
  padding:26px;
}

body.property-market .hero-card h2,
body.property-market .hero-panel h2{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-size:29px;
  font-weight:600;
}

body.property-market .rule,
body.property-market .point{
  border-top:1px solid var(--pm-line);
  color:var(--pm-muted);
  font-size:14px;
}

body.property-market .rule b,
body.property-market .point b{
  background:var(--pm-green-soft);
  color:var(--pm-green);
  border:1px solid rgba(31,96,76,.14);
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
}

body.property-market .wrap,
body.property-market .landing-grid,
body.property-market .layout{
  max-width:1160px;
}

body.property-market .wrap{
  padding-top:34px;
}

body.property-market #start-listing{
  display:block;
  scroll-margin-top:104px;
}

body.property-sell .wrap{
  display:flex;
  flex-direction:column;
}

body.property-sell #start-listing{
  order:1;
}

body.property-sell #listing-form{
  order:2;
}

body.property-sell .listing-confirmation{
  order:2;
}

body.property-sell .mobile-step-context{
  display:none;
}

body.property-sell.listing-wizard-ready #listing-form{
  grid-template-columns:.44fr .56fr;
}

body.property-sell.listing-wizard-ready .form-stack>.section{
  display:none;
}

body.property-sell.listing-wizard-ready .form-stack>.section.is-active{
  display:block;
  animation:stepSurfaceIn .28s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes stepSurfaceIn{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}

body.property-sell .wizard-side{
  overflow:hidden;
}

body.property-sell .wizard-kicker{
  color:var(--pm-clay);
  font-size:13px;
  font-weight:800;
  margin-bottom:10px;
}

body.property-sell .wizard-meter{
  height:8px;
  border-radius:999px;
  background:#f1e6d3;
  overflow:hidden;
  margin:20px 0;
  border:1px solid var(--pm-line);
}

body.property-sell .wizard-meter span{
  display:block;
  height:100%;
  width:14.285%;
  background:linear-gradient(90deg,var(--pm-green),var(--pm-clay),var(--pm-green));
  background-size:180% 100%;
  border-radius:999px;
  transition:width .25s ease;
  animation:meterDrift 2.4s linear infinite;
}

@keyframes meterDrift{
  from{background-position:0 0}
  to{background-position:180% 0}
}

body.property-sell .listing-game{
  position:relative;
  margin:16px 0 20px;
  padding:14px;
  border:1px solid rgba(31,96,76,.14);
  border-radius:8px;
  background:linear-gradient(135deg,#fffaf2 0%,#fffdf8 52%,rgba(232,242,236,.72) 100%);
  transition:border-color .22s ease,box-shadow .22s ease,background .22s ease;
}

body.property-sell .listing-game.is-ready{
  border-color:rgba(31,96,76,.32);
  box-shadow:0 14px 34px rgba(31,96,76,.12);
  background:linear-gradient(135deg,#fffaf2 0%,#fffdf8 44%,rgba(232,242,236,.95) 100%);
}

body.property-sell .listing-strength{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px;
}

body.property-sell .strength-ring{
  --strength:0deg;
  position:relative;
  width:64px;
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:conic-gradient(var(--pm-green) var(--strength),#eee1ce 0);
  box-shadow:inset 0 0 0 1px rgba(31,96,76,.12),0 10px 24px rgba(58,42,22,.08);
  transition:background .28s ease;
}

body.property-sell .strength-ring::after{
  content:"";
  position:absolute;
  inset:7px;
  border-radius:50%;
  background:#fffdf8;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}

body.property-sell .strength-ring span{
  position:relative;
  z-index:1;
  color:var(--pm-green);
  font-size:14px;
  font-weight:900;
}

body.property-sell .listing-strength strong{
  display:block;
  color:var(--pm-heading);
  font-size:15px;
  line-height:1.2;
}

body.property-sell .listing-strength span:not(#strengthValue){
  display:block;
  color:var(--pm-muted);
  font-size:12px;
  line-height:1.45;
  margin-top:4px;
}

body.property-sell .next-action{
  position:relative;
  margin-top:13px;
  padding:10px 11px 10px 14px;
  border:1px dashed rgba(31,96,76,.22);
  border-radius:8px;
  background:rgba(255,253,248,.72);
  overflow:hidden;
}

body.property-sell .next-action::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,var(--pm-green),var(--pm-clay));
}

body.property-sell .next-action span{
  display:block;
  color:var(--pm-clay);
  font-size:11px;
  font-weight:900;
  margin-bottom:3px;
}

body.property-sell .next-action strong{
  display:block;
  color:var(--pm-heading);
  font-size:13px;
  line-height:1.35;
}

body.property-sell .next-action.is-ready{
  border-style:solid;
  background:var(--pm-green-soft);
}

body.property-sell .next-action.is-ready span,
body.property-sell .next-action.is-ready strong{
  color:var(--pm-green);
}

body.property-sell .milestone-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:13px;
}

body.property-sell .milestone{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:8px 9px;
  border:1px solid var(--pm-line);
  border-radius:999px;
  background:#fffdf8;
  color:var(--pm-faint);
  font-size:12px;
  font-weight:850;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}

body.property-sell .milestone-dot{
  width:13px;
  height:13px;
  border-radius:50%;
  border:1px solid var(--pm-line-strong);
  background:#f1e6d3;
  flex:0 0 auto;
  transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
}

body.property-sell .milestone.is-complete{
  color:var(--pm-green);
  background:var(--pm-green-soft);
  border-color:rgba(31,96,76,.22);
  transform:translateY(-1px);
}

body.property-sell .milestone.just-unlocked{
  animation:milestoneUnlock .58s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes milestoneUnlock{
  0%{transform:translateY(0) scale(.98)}
  42%{transform:translateY(-3px) scale(1.03)}
  100%{transform:translateY(-1px) scale(1)}
}

body.property-sell .milestone.is-complete .milestone-dot{
  background:var(--pm-green);
  border-color:var(--pm-green);
  box-shadow:0 0 0 4px rgba(31,96,76,.10);
}

body.property-sell .flow-toast{
  position:absolute;
  left:14px;
  right:14px;
  bottom:-14px;
  z-index:2;
  border:1px solid rgba(31,96,76,.22);
  border-radius:8px;
  background:var(--pm-green);
  color:#fff;
  padding:10px 12px;
  font-size:12px;
  font-weight:850;
  text-align:center;
  box-shadow:0 16px 30px rgba(31,96,76,.18);
  opacity:0;
  transform:translateY(6px) scale(.98);
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease;
}

body.property-sell .flow-toast.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

body.property-sell .wizard-rail{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

body.property-sell .wizard-rail li{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--pm-faint);
  font-size:13px;
  font-weight:750;
}

body.property-sell .wizard-rail span{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fffaf2;
  border:1px solid var(--pm-line);
  color:var(--pm-faint);
  font-size:12px;
  font-weight:850;
}

body.property-sell .wizard-rail li.is-current,
body.property-sell .wizard-rail li.is-done{
  color:var(--pm-green);
}

body.property-sell .wizard-rail li.is-current span,
body.property-sell .wizard-rail li.is-done span{
  background:var(--pm-green-soft);
  color:var(--pm-green);
  border-color:rgba(31,96,76,.22);
}

body.property-sell .wizard-rail li.is-current span{
  animation:currentStepGlow 1.8s ease-in-out infinite;
}

@keyframes currentStepGlow{
  0%,100%{box-shadow:0 0 0 0 rgba(31,96,76,.16)}
  50%{box-shadow:0 0 0 8px rgba(31,96,76,.07)}
}

body.property-sell .wizard-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  box-shadow:var(--pm-small-shadow);
}

body.property-sell .wizard-controls__buttons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

body.property-sell .wizard-back{
  min-width:124px;
  background:#fffaf2;
  color:var(--pm-green);
  border:1px solid rgba(31,96,76,.26);
  box-shadow:none;
}

body.property-sell .wizard-next{
  min-width:230px;
  background:var(--pm-green);
  color:#fff;
}

body.property-sell .wizard-message{
  min-height:20px;
  color:var(--pm-muted);
  font-size:13px;
  line-height:1.5;
  font-weight:650;
}

body.property-sell .wizard-message.ok{
  color:var(--pm-ok);
}

body.property-sell .wizard-message.err{
  color:var(--pm-danger);
}

body.property-sell .review-summary{
  display:grid;
  gap:10px;
  margin-bottom:20px;
}

body.property-sell .review-row{
  display:grid;
  grid-template-columns:.42fr .58fr;
  gap:14px;
  padding:13px 0;
  border-bottom:1px solid var(--pm-line);
  color:var(--pm-muted);
  font-size:14px;
}

body.property-sell .review-row strong{
  color:var(--pm-heading);
}

body.property-market .field.is-guided-locked{
  opacity:.72;
}

body.property-market .wrap,
body.property-market form,
body.property-market .side,
body.property-market .form-stack,
body.property-market .section,
body.property-market .grid,
body.property-market .field,
body.property-market .wide,
body.property-market .select-card-grid,
body.property-sell .wizard-side,
body.property-sell .listing-game,
body.property-sell .listing-strength,
body.property-sell .next-action,
body.property-sell .milestone-list{
  min-width:0;
  max-width:100%;
}

body.property-sell .wizard-side{
  width:100%;
}

body.property-market .field,
body.property-market .wide,
body.property-market .select-card-grid{
  width:100%;
}

body.property-sell .listing-strength>div,
body.property-sell .next-action strong,
body.property-sell .next-action span,
body.property-sell .milestone{
  min-width:0;
  overflow-wrap:anywhere;
}

body.property-market .needs-attention{
  animation:attentionNudge .62s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes attentionNudge{
  0%,100%{box-shadow:none;transform:translateX(0)}
  18%{box-shadow:0 0 0 4px rgba(164,65,53,.12);transform:translateX(-3px)}
  42%{transform:translateX(3px)}
  66%{transform:translateX(-2px)}
}

body.property-market .field-lock-note{
  border:1px dashed rgba(31,96,76,.22);
  border-radius:8px;
  background:#fffaf2;
  color:var(--pm-muted);
  padding:10px 12px;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}

body.property-market .select-card[disabled],
body.property-market .field.is-guided-locked input,
body.property-market .field.is-guided-locked select,
body.property-market .field.is-guided-locked textarea{
  cursor:not-allowed;
  background:#f7efe2;
  color:var(--pm-faint);
}

body.property-market .choice,
body.property-market .chip{
  position:relative;
}

body.property-market .choice input,
body.property-market .chip input{
  position:absolute;
  width:1px;
  height:1px;
  margin:0;
  opacity:0;
  pointer-events:none;
  overflow:hidden;
}

body.property-market .select-card-grid.has-selection .select-card:not(.is-selected):not([disabled]){
  opacity:.58;
}

body.property-market .listing-preview-shell,
body.property-market .confirmation-preview{
  margin:18px 0 22px;
}

body.property-market .listing-preview-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:16px;
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  overflow:hidden;
  box-shadow:var(--pm-small-shadow);
}

body.property-market .listing-preview-media{
  position:relative;
  min-height:170px;
  background:#f1e6d3;
  overflow:hidden;
}

body.property-market .listing-preview-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

body.property-market .listing-preview-card.is-under-review .listing-preview-media img,
body.property-market .listing-preview-media.is-blurred img{
  filter:blur(7px);
  transform:scale(1.05);
}

body.property-market .listing-preview-badge{
  position:absolute;
  left:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 10px;
  background:rgba(255,250,242,.92);
  color:var(--pm-green);
  font-size:12px;
  font-weight:850;
  box-shadow:0 8px 20px rgba(36,24,12,.12);
}

body.property-market .listing-preview-empty{
  min-height:170px;
  display:grid;
  place-items:center;
  color:var(--pm-muted);
  font-size:13px;
  font-weight:800;
}

body.property-market .listing-preview-body{
  padding:18px 18px 18px 0;
  display:grid;
  gap:7px;
  align-content:center;
}

body.property-market .listing-preview-kicker{
  color:var(--pm-clay);
  font-size:12px;
  font-weight:850;
}

body.property-market .listing-preview-body h4{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1.15;
}

body.property-market .listing-preview-body strong{
  color:var(--pm-green);
  font-size:18px;
}

body.property-market .listing-preview-body p{
  color:var(--pm-muted);
  font-size:13px;
  line-height:1.55;
  margin:0;
}

body.property-market .empty{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#fffdf8 0%,#fff7e9 100%);
  border-color:var(--pm-line-strong);
  box-shadow:var(--pm-small-shadow);
}

body.property-market .empty-kicker{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-bottom:10px;
  padding:7px 10px;
  border:1px solid rgba(31,96,76,.18);
  border-radius:999px;
  color:var(--pm-green);
  background:var(--pm-green-soft);
  font-size:12px;
  font-weight:850;
}

body.property-market .empty-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

body.property-market .empty-flow{
  width:130px;
  min-height:130px;
  display:grid;
  place-items:center;
  justify-self:end;
  position:relative;
}

body.property-market .empty-flow span{
  position:absolute;
  width:92px;
  height:92px;
  border:1px solid rgba(31,96,76,.16);
  border-radius:50%;
  animation:emptyPulse 2.4s ease-in-out infinite;
}

body.property-market .empty-flow span:nth-child(2){
  width:64px;
  height:64px;
  border-color:rgba(201,168,76,.24);
  animation-delay:.22s;
}

body.property-market .empty-flow span:nth-child(3){
  width:28px;
  height:28px;
  background:var(--pm-green);
  border-color:var(--pm-green);
  box-shadow:0 12px 28px rgba(31,96,76,.20);
  animation-delay:.44s;
}

@keyframes emptyPulse{
  0%,100%{transform:scale(.95);opacity:.65}
  50%{transform:scale(1.06);opacity:1}
}

body.property-sell .listing-confirmation{
  max-width:760px;
  margin:34px auto 0;
  padding:34px;
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  box-shadow:var(--pm-shadow);
  text-align:center;
  position:relative;
  overflow:hidden;
}

body.property-sell .confirmation-mark{
  width:58px;
  height:58px;
  margin:0 auto 16px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--pm-green-soft);
  color:var(--pm-green);
  border:1px solid rgba(31,96,76,.18);
  font-size:28px;
  font-weight:850;
  position:relative;
  z-index:1;
}

body.property-sell .celebration-burst{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}

body.property-sell .celebration-burst span{
  position:absolute;
  top:28px;
  left:50%;
  width:7px;
  height:22px;
  border-radius:999px;
  background:var(--pm-green);
  opacity:0;
  animation:burstLine 1.1s cubic-bezier(.2,.8,.2,1) .08s both;
}

body.property-sell .celebration-burst span:nth-child(2){
  background:var(--pm-clay);
  transform:rotate(28deg);
  animation-delay:.14s;
}

body.property-sell .celebration-burst span:nth-child(3){
  background:var(--pm-gold);
  transform:rotate(-30deg);
  animation-delay:.2s;
}

body.property-sell .celebration-burst span:nth-child(4){
  background:var(--pm-green);
  transform:rotate(54deg);
  animation-delay:.26s;
}

body.property-sell .celebration-burst span:nth-child(5){
  background:var(--pm-clay);
  transform:rotate(-58deg);
  animation-delay:.32s;
}

@keyframes burstLine{
  0%{opacity:0;translate:0 0;scale:.7}
  20%{opacity:.95}
  100%{opacity:0;translate:calc((var(--burst-x, 0) * 1px)) 92px;scale:1}
}

body.property-sell .celebration-burst span:nth-child(1){--burst-x:-110}
body.property-sell .celebration-burst span:nth-child(2){--burst-x:-58}
body.property-sell .celebration-burst span:nth-child(3){--burst-x:10}
body.property-sell .celebration-burst span:nth-child(4){--burst-x:68}
body.property-sell .celebration-burst span:nth-child(5){--burst-x:124}

body.property-sell .listing-confirmation h2,
body.property-sell .listing-confirmation p,
body.property-sell .confirmation-steps,
body.property-sell .confirmation-preview,
body.property-sell .confirmation-actions{
  position:relative;
  z-index:1;
}

body.property-sell .listing-confirmation h2{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1.12;
  margin-bottom:10px;
}

body.property-sell .listing-confirmation p{
  color:var(--pm-muted);
  line-height:1.75;
  max-width:560px;
  margin:0 auto 20px;
}

body.property-sell .confirmation-steps{
  display:grid;
  gap:10px;
  max-width:620px;
  margin:0 auto 22px;
  text-align:left;
}

body.property-sell .confirmation-steps div{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:10px;
  align-items:start;
  padding:12px;
  background:#fffaf2;
  border:1px solid var(--pm-line);
  border-radius:8px;
}

body.property-sell .confirmation-steps b{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--pm-green-soft);
  color:var(--pm-green);
  font-size:13px;
}

body.property-sell .confirmation-steps span{
  color:var(--pm-muted);
  font-size:13px;
  line-height:1.55;
}

body.property-sell .confirmation-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}

body.property-market .intro-grid,
body.property-market .trust-strip,
body.property-market .label-guide,
body.property-market .plan-grid{
  gap:14px;
  background:transparent;
}

body.property-market .intro-card,
body.property-market .trust-card,
body.property-market .label-card,
body.property-market .plan-card,
body.property-market .seo-strip,
body.property-market .plans,
body.property-market .toolbar,
body.property-market .section,
body.property-market .side,
body.property-market .inquiry,
body.property-market .empty,
body.property-market .landing-card,
body.property-market .panel{
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  box-shadow:var(--pm-small-shadow);
}

body.property-market .intro-card strong,
body.property-market .trust-card strong,
body.property-market .label-card strong,
body.property-market .plan-card strong,
body.property-market .seo-strip strong,
body.property-market label{
  color:var(--pm-green);
  font-size:13px;
  text-transform:none;
  font-weight:750;
  letter-spacing:0;
}

body.property-market .intro-card span,
body.property-market .trust-card span,
body.property-market .label-card span,
body.property-market .plan-card span,
body.property-market .plans p,
body.property-market .section p,
body.property-market .side p,
body.property-market .inquiry p,
body.property-market .empty p,
body.property-market .landing-card p,
body.property-market .section li{
  color:var(--pm-muted);
}

body.property-market .plans{
  margin:0 0 28px;
  padding:24px;
}

body.property-sell .premium-options{
  padding:18px;
  background:linear-gradient(135deg,#fffdf8,#fff3df);
  border:1px solid var(--pm-line-strong);
  border-radius:8px;
  box-shadow:var(--pm-small-shadow);
}

body.property-sell .premium-options__head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  margin-bottom:14px;
}

body.property-sell .premium-options__head strong{
  display:block;
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1.1;
  margin-bottom:4px;
}

body.property-sell .premium-options__head span{
  display:block;
  color:var(--pm-muted);
  font-size:13px;
  line-height:1.55;
}

body.property-sell .premium-plan-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

body.property-sell .premium-plan-card{
  display:grid;
  gap:8px;
  align-content:start;
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  padding:16px;
}

body.property-sell .premium-plan-card strong{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.12;
}

body.property-sell .premium-plan-price{
  color:var(--pm-clay);
  font-size:22px;
  font-weight:850;
}

body.property-sell .premium-plan-card span,
body.property-sell .premium-plan-card small{
  color:var(--pm-muted);
  font-size:12px;
  line-height:1.5;
}

body.property-sell .premium-plan-card .btn{
  margin-top:4px;
}

body.property-sell .activation-box{
  margin-top:18px;
  padding:16px;
  background:var(--pm-green-soft);
  border:1px solid rgba(31,96,76,.18);
  border-radius:8px;
}

body.property-sell .activation-box label{
  display:block;
  margin-bottom:8px;
}

body.property-sell .activation-box input{
  width:100%;
}

body.property-sell .activation-drawer{
  margin-top:2px;
  padding:13px 14px;
  background:#fffaf2;
  border:1px dashed rgba(31,96,76,.24);
  box-shadow:none;
}

body.property-sell .activation-drawer summary{
  display:flex;
  align-items:center;
  min-height:44px;
  cursor:pointer;
  color:var(--pm-green);
  font-size:13px;
  font-weight:800;
  list-style:none;
}

body.property-sell .activation-drawer summary::-webkit-details-marker{
  display:none;
}

body.property-sell .activation-drawer summary::after{
  content:"+";
  float:right;
  color:var(--pm-clay);
  font-weight:900;
}

body.property-sell .activation-drawer[open] summary::after{
  content:"-";
}

body.property-sell .activation-drawer label{
  margin-top:13px;
}

body.property-sell .optional-drawer{
  margin-top:2px;
  padding:0;
  background:#fffaf2;
  border:1px dashed rgba(31,96,76,.24);
  border-radius:8px;
}

body.property-sell .optional-drawer summary{
  display:flex;
  align-items:center;
  min-height:44px;
  cursor:pointer;
  color:var(--pm-green);
  font-size:13px;
  font-weight:800;
  list-style:none;
  padding:13px 14px;
}

body.property-sell .optional-drawer summary::-webkit-details-marker{
  display:none;
}

body.property-sell .optional-drawer summary::after{
  content:"+";
  float:right;
  color:var(--pm-clay);
  font-weight:900;
}

body.property-sell .optional-drawer[open] summary::after{
  content:"-";
}

body.property-sell .optional-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:0 14px 14px;
}

body.property-market .plans h2,
body.property-market .side h2,
body.property-market .section h3,
body.property-market .empty h2,
body.property-market .inquiry h2,
body.property-market .seo-links h2,
body.property-market .landing-card h2,
body.property-market .title,
body.property-market .section h2{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:600;
  letter-spacing:0;
}

body.property-market .plan-price,
body.property-market .price{
  color:var(--pm-clay);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
}

body.property-market form{
  gap:24px;
}

body.property-market .side{
  padding:24px;
  top:98px;
}

body.property-market .side-note,
body.property-market .selected{
  background:var(--pm-green-soft);
  border:1px solid rgba(31,96,76,.18);
  color:var(--pm-green);
  border-radius:8px;
}

body.property-market .section{
  padding:26px;
}

body.property-market .section-head{
  align-items:center;
}

body.property-market .step{
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(31,96,76,.18);
  background:var(--pm-green-soft);
  color:var(--pm-green);
  font-weight:800;
}

body.property-market input,
body.property-market select,
body.property-market textarea{
  min-height:46px;
  background:#fffaf2;
  color:var(--pm-heading);
  border:1px solid var(--pm-line-strong);
  border-radius:6px;
  font-size:15px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}

body.property-market textarea{
  min-height:104px;
}

body.property-market input:focus,
body.property-market select:focus,
body.property-market textarea:focus{
  border-color:var(--pm-green);
  box-shadow:0 0 0 4px rgba(31,96,76,.12);
}

body.property-market .hint,
body.property-market .fine,
body.property-market .status,
body.property-market .status-line,
body.property-market .message,
body.property-market .verify-status{
  color:var(--pm-muted);
}

body.property-market .fine a{
  color:var(--pm-green);
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}

body.property-market .status.ok,
body.property-market .message.ok,
body.property-market .verify-status.ok{
  color:var(--pm-ok);
  font-weight:750;
}

body.property-market .status.err,
body.property-market .message.err,
body.property-market .verify-status.err{
  color:var(--pm-danger);
  font-weight:750;
}

body.property-market .choice span,
body.property-market .chip span{
  background:#fffaf2;
  border:1px solid var(--pm-line);
  border-radius:6px;
  color:var(--pm-muted);
}

body.property-market .choice input:checked+span,
body.property-market .chip input:checked+span{
  background:var(--pm-green-soft);
  border-color:rgba(31,96,76,.35);
  color:var(--pm-green);
  box-shadow:0 0 0 3px rgba(31,96,76,.08);
}

body.property-market .upload,
body.property-market .verify-panel,
body.property-market .doc-pill{
  background:#fffaf2;
  border-color:var(--pm-line-strong);
  border-radius:8px;
}

body.property-market .photo-upload-status{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-top:10px;
  padding:7px 10px;
  border:1px solid var(--pm-line);
  border-radius:999px;
  background:var(--pm-panel);
  color:var(--pm-muted);
  font-size:12px;
  font-weight:850;
}

body.property-market .photo-upload-status::before{
  content:"";
  width:7px;
  height:7px;
  margin-right:7px;
  border-radius:50%;
  background:#d8c7aa;
}

body.property-market .photo-upload-status.is-ready{
  background:var(--pm-green-soft);
  color:var(--pm-green);
  border-color:rgba(31,96,76,.22);
}

body.property-market .photo-upload-status.is-ready::before{
  background:var(--pm-green);
  box-shadow:0 0 0 4px rgba(31,96,76,.10);
}

body.property-market .photo-upload-status.is-nudge{
  background:rgba(201,168,76,.10);
  color:#8d6815;
  border-color:rgba(201,168,76,.26);
}

body.property-market .photo-upload-status.is-nudge::before{
  background:var(--pm-gold);
  box-shadow:0 0 0 4px rgba(201,168,76,.12);
}

body.property-market .preview{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

body.property-market .photo-tile{
  position:relative;
  min-width:0;
  margin:0;
  border:1px solid var(--pm-line);
  border-radius:8px;
  overflow:hidden;
  background:#fffdf8;
  box-shadow:0 10px 22px rgba(34,25,14,.08);
}

body.property-market .photo-tile img{
  display:block;
  width:100%;
  aspect-ratio:1;
  object-fit:cover;
  border:0;
}

body.property-market .photo-tile figcaption{
  display:grid;
  gap:2px;
  padding:7px 8px;
  color:var(--pm-heading);
  font-size:11px;
  font-weight:850;
}

body.property-market .photo-tile figcaption span{
  color:var(--pm-muted);
  font-size:10px;
  font-weight:750;
  line-height:1.25;
}

body.property-market .photo-remove{
  position:absolute;
  right:6px;
  top:6px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:999px;
  background:rgba(11,18,15,.72);
  color:#fff;
  font-family:inherit;
  font-size:10px;
  font-weight:850;
  line-height:1;
  padding:6px 7px;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

body.property-market .photo-remove:hover{
  background:rgba(117,45,35,.86);
}

body.property-market .verify-panel{
  grid-template-columns:1fr 1fr;
}

body.property-market .verify-panel input{
  grid-column:1/-1;
}

body.property-market .verify-panel .verify-status{
  grid-column:1/-1;
}

body.property-market .phone-verify{
  background:#fffaf2;
  border:1px solid var(--pm-line-strong);
  border-radius:8px;
  padding:14px;
  display:grid;
  gap:12px;
}

body.property-market .phone-verify__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}

body.property-market .phone-verify__top strong{
  display:block;
  color:var(--pm-text);
  font-size:13px;
  margin-bottom:4px;
}

body.property-market .phone-verify__top span:not(.phone-verify__badge){
  display:block;
  color:var(--pm-muted);
  font-size:12px;
  line-height:1.45;
}

body.property-market .phone-verify__badge{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  border:1px solid rgba(31,96,76,.2);
  border-radius:999px;
  color:var(--pm-green);
  background:var(--pm-green-soft);
  font-size:11px;
  font-weight:800;
  padding:6px 9px;
}

body.property-market .phone-verify__send,
body.property-market .phone-verify__otp{
  display:grid;
  gap:10px;
  align-items:center;
}

body.property-market .phone-verify__otp{
  grid-template-columns:1fr auto auto;
}

body.property-market .otp-code-entry{
  position:relative;
  width:100%;
  max-width:296px;
}

body.property-market .otp-real-input{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  opacity:.01;
  color:transparent;
  caret-color:transparent;
  border:0;
  background:transparent;
  padding:0;
}

body.property-market .otp-boxes{
  display:grid;
  grid-template-columns:repeat(6,minmax(30px,1fr));
  gap:7px;
  width:100%;
}

body.property-market .otp-boxes span{
  min-width:0;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(31,96,76,.22);
  border-radius:8px;
  background:#fffdf8;
  color:var(--pm-heading);
  font-size:20px;
  font-weight:900;
  font-variant-numeric:tabular-nums;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,transform .16s ease;
}

body.property-market .otp-code-entry.is-focused .otp-boxes span{
  border-color:rgba(31,96,76,.34);
}

body.property-market .otp-boxes span.is-filled{
  background:var(--pm-green-soft);
  border-color:rgba(31,96,76,.28);
  color:var(--pm-green);
}

body.property-market .otp-code-entry.is-focused .otp-boxes span.is-active{
  background:#fffaf2;
  border-color:var(--pm-green);
  box-shadow:0 0 0 4px rgba(31,96,76,.10);
  transform:translateY(-1px);
}

body.property-market .phone-verify__otp .otp-resend{
  justify-self:start;
  padding-left:2px;
  padding-right:2px;
}

body.property-market .phone-verify .btn{
  width:auto;
}

body.property-market .phone-verify__text{
  border:0;
  background:transparent;
  color:var(--pm-green);
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  padding:10px 4px;
  text-align:left;
}

body.property-market .phone-verify__text:hover{
  color:var(--pm-green-2);
}

body.property-market .phone-verify[data-state="verified"]{
  border-color:rgba(31,96,76,.32);
  background:var(--pm-green-soft);
  animation:verifiedSettle .34s cubic-bezier(.2,.8,.2,1) both;
}

body.property-market .phone-verify[data-state="verified"] .phone-verify__badge{
  border-color:rgba(31,96,76,.28);
  color:var(--pm-green);
  background:#fffaf2;
}

body.property-market .phone-verify[data-state="idle"] .phone-verify__badge{
  animation:badgeBreathe 2.4s ease-in-out infinite;
}

body.property-market .phone-verify[data-state="sent"]{
  box-shadow:0 0 0 4px rgba(183,97,64,.08);
}

@keyframes badgeBreathe{
  0%,100%{box-shadow:0 0 0 0 rgba(31,96,76,.12)}
  50%{box-shadow:0 0 0 6px rgba(31,96,76,.07)}
}

@keyframes verifiedSettle{
  from{transform:scale(.985)}
  to{transform:scale(1)}
}

body.property-market .select-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

body.property-market .select-card-grid--three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.property-market .select-card-grid--types{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.property-market .select-card-grid--rera{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.property-market .select-card{
  appearance:none;
  border:1px solid var(--pm-line);
  border-radius:8px;
  background:#fffdf8;
  color:var(--pm-muted);
  min-height:76px;
  padding:14px;
  text-align:left;
  cursor:pointer;
  display:grid;
  align-content:center;
  gap:5px;
  box-shadow:none;
  font:inherit;
  transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease;
}

body.property-market .select-card strong{
  color:var(--pm-heading);
  font-size:15px;
  line-height:1.2;
}

body.property-market .select-card span{
  color:var(--pm-muted);
  font-size:12px;
  line-height:1.35;
}

body.property-market .select-card:hover,
body.property-market .select-card.is-selected{
  border-color:rgba(31,96,76,.35);
  background:var(--pm-green-soft);
  box-shadow:0 0 0 3px rgba(31,96,76,.08);
  transform:translateY(-1px);
}

body.property-market .select-card.is-selected strong,
body.property-market .select-card.is-selected span{
  color:var(--pm-green);
}

body.property-market .select-card-grid:empty{
  display:none;
}

body.property-market .choice-placeholder{
  border:1px dashed var(--pm-line);
  border-radius:8px;
  padding:16px;
  color:var(--pm-muted);
  background:#fffdf8;
  font-size:13px;
}

body.property-market .owner-declaration{
  margin-top:12px;
}

body.property-market .owner-declaration span{
  min-height:0;
  background:var(--pm-green-soft);
  border-color:rgba(31,96,76,.2);
  color:var(--pm-green);
  font-weight:750;
}

body.property-market .card-backed-select{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

body.property-market .preview img,
body.property-market .card-img,
body.property-market .landing-card img,
body.property-market .gallery img{
  border-radius:8px;
  background:var(--pm-bg-2);
}

body.property-market .btn,
body.property-market .btn-main,
body.property-market button.btn{
  border-radius:6px;
  background:var(--pm-green);
  color:#fff;
  text-transform:none;
  font-size:14px;
  letter-spacing:0;
  padding:13px 18px;
  min-height:46px;
  font-weight:800;
  box-shadow:0 12px 24px rgba(31,96,76,.16);
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease;
}

body.property-market .btn:hover,
body.property-market .btn-main:hover{
  background:var(--pm-green-2);
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(31,96,76,.20);
}

body.property-market .btn:active,
body.property-market .btn-main:active,
body.property-market button.btn:active{
  transform:translateY(0);
  box-shadow:0 8px 18px rgba(31,96,76,.14);
}

body.property-market .btn-secondary,
body.property-market .btn-outline,
body.property-market .link-row a,
body.property-market .seo-links a{
  background:#fffaf2;
  color:var(--pm-green);
  border:1px solid rgba(31,96,76,.24);
  box-shadow:none;
}

body.property-market .listing-preview-card,
body.property-market .section,
body.property-market .side{
  transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease;
}

body.property-market .listing-preview-card{
  animation:softCardIn .24s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes softCardIn{
  from{opacity:.75;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}

body.property-market .toolbar{
  padding:16px;
  grid-template-columns:1fr 1fr 1fr auto;
  align-items:center;
}

body.property-market .seo-strip{
  background:var(--pm-panel);
}

body.property-market .seo-links a,
body.property-market .seo-links .link-row a{
  border-radius:999px;
  font-size:13px;
  text-transform:none;
  letter-spacing:0;
}

body.property-market .grid{
  gap:18px;
}

body.property-market .card{
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  overflow:hidden;
  box-shadow:var(--pm-small-shadow);
}

body.property-market .card-body{
  gap:12px;
}

body.property-market .tag{
  background:var(--pm-gold-soft);
  border:1px solid rgba(189,143,63,.2);
  color:#7c5a1e;
  border-radius:999px;
  font-size:12px;
  text-transform:none;
  letter-spacing:0;
}

body.property-market .facts{
  color:var(--pm-muted);
}

body.property-market .fact{
  border-top:1px solid var(--pm-line);
  color:var(--pm-muted);
}

body.property-market .fact strong{
  color:var(--pm-heading);
}

body.property-market .actions{
  gap:10px;
}

body.property-market .actions .btn{
  font-size:13px;
  padding:12px 10px;
}

body.property-market .inquiry{
  background:linear-gradient(180deg,#fffdf8,#fff8ec);
}

body.property-buy .buyer-wizard-form{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

body.property-buy .buyer-wizard-top{
  display:grid;
  grid-template-columns:auto 180px;
  align-items:center;
  gap:18px;
  padding:16px;
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
}

body.property-buy .buyer-step-label{
  color:var(--pm-clay);
  font-size:13px;
  font-weight:800;
  margin-bottom:4px;
}

body.property-buy .buyer-wizard-top h3{
  color:var(--pm-heading);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.1;
}

body.property-buy .buyer-meter{
  height:8px;
  border-radius:999px;
  background:#f1e6d3;
  overflow:hidden;
  border:1px solid var(--pm-line);
}

body.property-buy .buyer-meter span{
  display:block;
  width:33.333%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--pm-green),var(--pm-clay));
  transition:width .25s ease;
}

body.property-buy .inquiry-step{
  display:none;
}

body.property-buy .inquiry-step.is-active{
  display:block;
}

body.property-buy .buyer-step-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

body.property-buy .buyer-review{
  display:grid;
  gap:10px;
  background:var(--pm-surface);
  border:1px solid var(--pm-line);
  border-radius:8px;
  padding:16px;
}

body.property-buy .buyer-review-row{
  display:grid;
  grid-template-columns:.38fr .62fr;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid var(--pm-line);
  color:var(--pm-muted);
  font-size:14px;
}

body.property-buy .buyer-review-row:last-child{
  border-bottom:0;
}

body.property-buy .buyer-review-row strong{
  color:var(--pm-heading);
}

body.property-buy .buyer-wizard-controls{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

body.property-buy #inquiryBtn{
  display:none;
}

body.property-market footer{
  background:#f4ead8;
  color:var(--pm-ink);
  border-top:1px solid var(--pm-line);
}

body.property-market .footer-copy{
  color:var(--pm-muted);
}

body.property-market .landing-grid{
  padding-top:38px;
}

body.property-market .landing-card{
  color:var(--pm-ink);
}

body.property-market .landing-card small{
  color:var(--pm-green);
  font-size:13px;
  text-transform:none;
  letter-spacing:0;
}

body.property-market .layout{
  grid-template-columns:1.35fr .85fr;
  gap:26px;
}

body.property-market .panel{
  background:var(--pm-surface);
}

body.property-market .badge{
  background:var(--pm-green-soft);
  color:var(--pm-green);
  border:1px solid rgba(31,96,76,.18);
  border-radius:999px;
  font-size:13px;
  text-transform:none;
  letter-spacing:0;
}

body.property-market .section ul{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

body.property-market .section li{
  background:var(--pm-panel);
  border:1px solid var(--pm-line);
  border-radius:999px;
  padding:9px 12px;
}

.property-dock{
  border-radius:8px!important;
}

@media(max-width:1000px){
  body.property-market .hero-inner,
  body.property-market form,
  body.property-market .inquiry,
  body.property-market .layout{
    grid-template-columns:1fr;
  }
  body.property-market .toolbar{
    grid-template-columns:1fr 1fr;
  }
  body.property-market .side,
  body.property-market .panel{
    position:static;
  }
  body.property-sell .hero-ambient{
    justify-self:stretch;
    max-width:none;
    min-height:42px;
    margin-top:4px;
  }
  body.property-sell .hero-ambient::before{
    top:18px;
    bottom:auto;
    left:0;
    right:0;
    width:auto;
    height:3px;
    background:linear-gradient(90deg,rgba(31,96,76,0),rgba(31,96,76,.58),rgba(183,97,64,.52),rgba(31,96,76,0));
  }
  body.property-sell .hero-ambient::after,
  body.property-sell .hero-ambient i{
    display:none;
  }
  body.property-sell .hero-ambient span{
    top:8px;
    left:auto;
    width:21px;
    height:21px;
  }
  body.property-sell .hero-ambient span:nth-child(1){
    left:16%;
  }
  body.property-sell .hero-ambient span:nth-child(2){
    left:48%;
  }
  body.property-sell .hero-ambient span:nth-child(3){
    left:80%;
  }
  body.property-sell.listing-wizard-ready #listing-form{
    grid-template-columns:1fr;
  }
  body.property-sell.listing-wizard-ready .form-stack{
    order:3;
  }
  body.property-sell.listing-wizard-ready .side{
    order:1;
  }
  body.property-sell .mobile-step-context{
    order:2;
    display:block;
    position:sticky;
    top:78px;
    z-index:9;
    padding:12px;
    background:rgba(255,253,248,.94);
    border:1px solid var(--pm-line);
    border-radius:8px;
    box-shadow:var(--pm-small-shadow);
    backdrop-filter:blur(16px);
  }
  body.property-sell .mobile-step-context.is-changing{
    animation:mobileStepNudge .28s cubic-bezier(.2,.8,.2,1) both;
  }
  body.property-sell .mobile-step-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  body.property-sell .mobile-step-top span{
    color:var(--pm-clay);
    font-size:12px;
    font-weight:900;
  }
  body.property-sell .mobile-step-top strong{
    color:var(--pm-heading);
    font-size:15px;
    line-height:1.2;
  }
  body.property-sell .mobile-step-context p{
    margin:6px 0 9px;
    color:var(--pm-muted);
    font-size:12px;
    line-height:1.35;
  }
  body.property-sell .mobile-step-meter{
    height:5px;
    border-radius:999px;
    background:#f1e6d3;
    overflow:hidden;
    border:1px solid var(--pm-line);
  }
  body.property-sell .mobile-step-meter span{
    display:block;
    width:14.285%;
    height:100%;
    border-radius:999px;
    background:linear-gradient(90deg,var(--pm-green),var(--pm-clay));
    transition:width .25s ease;
  }
  body.property-sell .mobile-progress-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:8px;
    padding-top:8px;
    border-top:1px solid rgba(31,96,76,.10);
  }
  body.property-sell .mobile-progress-row span,
  body.property-sell .mobile-progress-row strong{
    color:var(--pm-muted);
    font-size:11px;
    line-height:1.25;
  }
  body.property-sell .mobile-progress-row b{
    color:var(--pm-green);
    font-size:12px;
  }
  body.property-sell .mobile-progress-row strong{
    color:var(--pm-heading);
    text-align:right;
    font-weight:850;
  }
  body.property-sell .draft-state{
    margin-top:7px;
    color:var(--pm-green);
    font-size:10px;
    font-weight:850;
    letter-spacing:0;
  }
  body.property-sell .draft-state::before{
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    margin-right:6px;
    border-radius:50%;
    background:var(--pm-green);
    box-shadow:0 0 0 4px rgba(31,96,76,.10);
    vertical-align:middle;
  }
  @keyframes mobileStepNudge{
    from{opacity:.72;transform:translateY(5px)}
    to{opacity:1;transform:translateY(0)}
  }
  body.property-sell .wizard-rail{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
    padding-bottom:4px;
  }
  body.property-sell .wizard-rail li{
    min-width:0;
    gap:6px;
    font-size:11px;
  }
  body.property-sell .wizard-side .side-note{
    display:none;
  }
}

@media(max-width:768px){
  body.property-market nav,
  body.property-market #navbar{
    padding:0 20px;
    height:70px;
  }
  body.property-market .nav-links{
    display:none;
  }
  body.property-market .hamburger{
    display:flex;
  }
  body.property-market .hero,
  body.property-market .landing-hero,
  body.property-market .property-hero{
    padding:106px 22px 34px;
  }
  body.property-market .hero h1,
  body.property-market .landing-title,
  body.property-market .property-title{
    font-size:40px;
  }
  body.property-market .hero p,
  body.property-market .landing-copy,
  body.property-market .meta{
    font-size:16px;
  }
  body.property-market .wrap,
  body.property-market .landing-grid,
  body.property-market .layout{
    padding-left:20px;
    padding-right:20px;
  }
  body.property-market .toolbar{
    grid-template-columns:1fr;
  }
  body.property-market .verify-panel{
    grid-template-columns:1fr;
  }
  body.property-market .phone-verify__top,
  body.property-market .phone-verify__otp{
    grid-template-columns:1fr;
  }
  body.property-market .otp-code-entry{
    max-width:none;
  }
  body.property-market .otp-boxes{
    gap:6px;
  }
  body.property-market .otp-boxes span{
    height:44px;
    font-size:18px;
  }
  body.property-market .phone-verify__top{
    display:grid;
  }
  body.property-market .phone-verify .btn,
  body.property-market .phone-verify__text{
    width:100%;
    text-align:center;
  }
  body.property-sell .premium-options__head,
  body.property-sell .premium-plan-grid{
    display:grid;
    grid-template-columns:1fr;
  }
  body.property-market .select-card-grid,
  body.property-market .select-card-grid--three,
  body.property-market .select-card-grid--types,
  body.property-market .select-card-grid--rera{
    grid-template-columns:1fr;
  }
  body.property-sell .select-card-grid,
  body.property-sell .select-card-grid--three,
  body.property-sell .select-card-grid--types,
  body.property-sell .select-card-grid--rera{
    display:flex;
    gap:8px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x proximity;
    padding:1px 2px 8px;
    margin:0 -2px;
    scrollbar-width:none;
  }
  body.property-sell .select-card-grid::-webkit-scrollbar,
  body.property-sell .select-card-grid--three::-webkit-scrollbar,
  body.property-sell .select-card-grid--types::-webkit-scrollbar,
  body.property-sell .select-card-grid--rera::-webkit-scrollbar{
    display:none;
  }
  body.property-sell .select-card{
    flex:0 0 148px;
    min-height:64px;
    scroll-snap-align:start;
  }
  body.property-sell .select-card-grid--three .select-card{
    flex-basis:118px;
  }
  body.property-sell .select-card-grid--rera .select-card{
    flex-basis:158px;
  }
  body.property-sell .select-card-grid--compact .select-card{
    flex-basis:142px;
  }
  body.property-buy .buyer-wizard-top,
  body.property-buy .buyer-step-grid,
  body.property-buy .buyer-review-row{
    grid-template-columns:1fr;
  }
  body.property-buy .buyer-wizard-controls{
    flex-direction:column;
    align-items:stretch;
  }
  body.property-market .submit-row,
  body.property-market .hero-actions,
  body.property-market .actions{
    flex-direction:column;
    align-items:stretch;
  }
  body.property-market .btn,
  body.property-market .btn-main,
  body.property-market .btn-secondary,
  body.property-market .btn-outline{
    width:100%;
    text-align:center;
  }
  body.property-sell .wizard-controls{
    flex-direction:column;
    align-items:stretch;
  }
  body.property-sell .wizard-controls__buttons,
  body.property-sell .confirmation-actions{
    flex-direction:column;
  }
  body.property-sell .review-row{
    grid-template-columns:1fr;
    gap:4px;
  }
  body.property-market .listing-preview-card{
    grid-template-columns:1fr;
  }
  body.property-market .listing-preview-body{
    padding:18px;
  }
  body.property-market .listing-preview-media{
    min-height:210px;
  }
  body.property-market .preview{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.property-market .photo-upload-status{
    width:100%;
    justify-content:center;
  }
  body.property-sell .hero{
    padding:78px 20px 14px;
  }
  body.property-sell .eyebrow{
    display:none;
  }
  body.property-sell .hero h1{
    font-size:28px;
    line-height:1.05;
    margin-bottom:8px;
  }
  body.property-sell .hero p{
    font-size:12px;
    line-height:1.4;
  }
  body.property-sell .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:12px;
  }
  body.property-sell .hero-actions .btn{
    padding:12px 10px;
    min-height:44px;
    font-size:13px;
  }
  body.property-sell .hero-ambient{
    display:none;
  }
  body.property-sell .wrap{
    padding-top:18px;
    padding-bottom:128px;
  }
  body.property-sell.listing-wizard-ready #listing-form{
    gap:14px;
  }
  body.property-sell .wizard-side{
    display:none;
  }
  body.property-sell .wizard-kicker{
    display:none;
  }
  body.property-sell .wizard-side h2,
  body.property-sell .wizard-side #wizardHelp{
    display:none;
  }
  body.property-sell .wizard-meter{
    display:none;
  }
  body.property-sell .listing-game{
    margin:9px 0 0;
    padding:8px;
  }
  body.property-sell .listing-strength{
    gap:9px;
  }
  body.property-sell .strength-ring{
    width:42px;
  }
  body.property-sell .strength-ring::after{
    inset:6px;
  }
  body.property-sell .strength-ring span{
    font-size:11px;
  }
  body.property-sell .listing-strength strong{
    font-size:12px;
  }
  body.property-sell .listing-strength span:not(#strengthValue){
    font-size:10px;
    line-height:1.35;
  }
  body.property-sell .next-action{
    margin-top:7px;
    padding:7px 9px 7px 12px;
  }
  body.property-sell .next-action span{
    font-size:10px;
  }
  body.property-sell .next-action strong{
    font-size:11px;
  }
  body.property-sell .milestone-list{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px;
    margin-top:7px;
  }
  body.property-sell .milestone{
    min-height:34px;
    justify-content:center;
    flex-direction:column;
    gap:2px;
    padding:4px 2px;
    border-radius:8px;
    text-align:center;
    font-size:9px;
  }
  body.property-sell .milestone-dot{
    width:8px;
    height:8px;
  }
  body.property-sell .wizard-rail{
    display:none;
  }
  body.property-sell .wizard-rail li{
    display:grid;
    place-items:center;
    gap:0;
    font-size:0;
  }
  body.property-sell .wizard-rail b{
    display:none;
  }
  body.property-sell .wizard-rail span{
    width:23px;
    height:23px;
    font-size:10px;
  }
  body.property-sell .section{
    padding:18px;
  }
  body.property-sell .section-head{
    display:none;
  }
  body.property-sell .section h3{
    font-size:25px;
  }
  body.property-sell .grid{
    gap:14px;
  }
  body.property-sell .phone-verify{
    padding:10px;
    gap:9px;
  }
  body.property-sell .phone-verify[data-state="idle"],
  body.property-sell .phone-verify[data-state="sending"]{
    grid-template-columns:1fr auto;
    align-items:center;
  }
  body.property-sell .phone-verify[data-state="idle"] .phone-verify__top,
  body.property-sell .phone-verify[data-state="sending"] .phone-verify__top{
    display:block;
  }
  body.property-sell .phone-verify[data-state="idle"] .phone-verify__send,
  body.property-sell .phone-verify[data-state="sending"] .phone-verify__send{
    display:block;
  }
  body.property-sell .phone-verify[data-state="idle"] .btn,
  body.property-sell .phone-verify[data-state="sending"] .btn{
    width:auto;
    min-height:44px;
    padding:10px 12px;
    white-space:nowrap;
  }
  body.property-sell .phone-verify[data-state="idle"] .verify-status,
  body.property-sell .phone-verify[data-state="sending"] .verify-status{
    grid-column:1/-1;
    font-size:11px;
    line-height:1.35;
    margin-top:-3px;
  }
  body.property-sell .phone-verify__top strong{
    margin-bottom:0;
  }
  body.property-sell .phone-verify__top span:not(.phone-verify__badge){
    display:none;
  }
  body.property-sell .phone-verify__badge{
    padding:5px 8px;
  }
  body.property-sell .phone-verify__otp{
    grid-template-columns:1fr;
  }
  body.property-sell .phone-verify__otp .phone-verify__text{
    grid-column:1/-1;
    width:100%;
    padding:5px 0;
  }
  body.property-sell .phone-verify__otp .btn{
    width:100%;
    white-space:nowrap;
  }
  body.property-sell .select-card{
    min-height:64px;
    padding:12px;
  }
  body.property-sell .optional-drawer summary{
    padding:11px 12px;
  }
  body.property-sell .optional-grid{
    grid-template-columns:1fr;
    gap:10px;
    padding:0 12px 12px;
  }
  body.property-sell .wizard-controls{
    position:fixed;
    left:20px;
    right:20px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    z-index:18;
    margin:0;
    padding:10px;
    border-radius:8px;
    background:rgba(255,253,248,.96);
    border:1px solid var(--pm-line);
    box-shadow:0 18px 42px rgba(34,25,14,.18);
    backdrop-filter:blur(16px);
  }
  body.property-sell .wizard-controls__buttons{
    display:grid;
    grid-template-columns:.42fr .58fr;
    gap:8px;
    width:100%;
  }
  body.property-sell .wizard-back,
  body.property-sell .wizard-next{
    min-width:0;
    width:100%;
  }
  body.property-sell .wizard-back[disabled]{
    background:#fffaf2;
    color:rgba(72,61,45,.42);
    border-color:rgba(31,96,76,.12);
    box-shadow:none;
  }
  body.property-sell .wizard-message{
    min-height:0;
    font-size:12px;
  }
  body.property-sell .wizard-message:not(:empty){
    margin-bottom:8px;
  }
  body.property-sell[data-wizard-step="1"] .wrap,
  body.property-sell[data-wizard-step="5"] .wrap,
  body.property-sell[data-wizard-step="6"] .wrap,
  body.property-sell[data-wizard-step="7"] .wrap{
    padding-bottom:36px;
  }
  body.property-sell[data-wizard-step="1"] .wizard-controls,
  body.property-sell[data-wizard-step="5"] .wizard-controls,
  body.property-sell[data-wizard-step="6"] .wizard-controls,
  body.property-sell[data-wizard-step="7"] .wizard-controls{
    position:static;
    left:auto;
    right:auto;
    bottom:auto;
    margin:4px 0 0;
    box-shadow:var(--pm-small-shadow);
  }
}

@media(max-width:430px){
  body.property-market .hero h1,
  body.property-market .landing-title,
  body.property-market .property-title{
    font-size:34px;
  }
  body.property-market .hero-card,
  body.property-market .hero-panel,
  body.property-market .section,
  body.property-market .plans,
  body.property-market .side,
  body.property-market .inquiry{
    padding:20px;
  }
  body.property-sell .hero-actions{
    grid-template-columns:1fr 1fr;
  }
  body.property-sell .milestone{
    font-size:9px;
  }
  body.property-sell .wizard-controls__buttons{
    grid-template-columns:.42fr .58fr;
  }
}

@media(max-width:360px){
  body.property-sell .hero-actions,
  body.property-sell .wizard-controls__buttons{
    grid-template-columns:1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  body.property-market *,
  body.property-market *::before,
  body.property-market *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
}

/* Buyer/listing warm refresh 2026-05-21e */
body.property-buy,
body.property-landing,
body.property-detail{
  background:linear-gradient(180deg,#fff7e8 0%,#fffdf8 34%,#fbf7ef 100%);
  color:var(--pm-ink);
}

body.property-buy .hero,
body.property-landing .landing-hero,
body.property-detail .property-hero{
  background:linear-gradient(135deg,#fff4df 0%,#fffdf8 62%,#edf5ef 100%);
  border-bottom:1px solid var(--pm-line);
}

body.property-buy .hero-inner{
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);
  gap:34px;
}

body.property-buy .eyebrow,
body.property-landing .eyebrow2,
body.property-detail .crumb{
  color:var(--pm-clay);
  font-weight:850;
  text-transform:none;
  letter-spacing:0;
  font-size:13px;
}

body.property-buy .hero h1,
body.property-landing .landing-title,
body.property-detail .property-title,
body.property-buy .empty h2,
body.property-buy .inquiry h2,
body.property-landing .seo-links h2,
body.property-detail .section h2{
  color:var(--pm-heading);
}

body.property-buy .hero h1 em{
  color:var(--pm-green);
}

body.property-buy .hero p,
body.property-landing .landing-copy,
body.property-detail .meta,
body.property-detail .section p,
body.property-detail .section li{
  color:var(--pm-muted);
}

body.property-buy .hero-panel,
body.property-buy .toolbar,
body.property-buy .trust-card,
body.property-buy .seo-strip,
body.property-buy .empty,
body.property-buy .inquiry,
body.property-landing .landing-card,
body.property-landing .empty,
body.property-detail .panel,
body.property-detail .section{
  background:rgba(255,253,248,.94);
  border:1px solid var(--pm-line);
  border-radius:8px;
  box-shadow:var(--pm-small-shadow);
  color:var(--pm-ink);
}

body.property-buy .hero-panel{
  padding:22px;
}

body.property-buy .hero-panel h2{
  color:var(--pm-heading);
  font-size:28px;
  margin-bottom:8px;
}

body.property-buy .point{
  border-top:1px solid var(--pm-line);
  color:var(--pm-muted);
  align-items:flex-start;
}

body.property-buy .point b{
  display:grid;
  place-items:center;
  min-width:26px;
  width:26px;
  height:26px;
  border-radius:999px;
  background:var(--pm-green-soft);
  color:var(--pm-green);
  font-weight:900;
}

body.property-buy .wrap{
  padding-top:30px;
}

body.property-buy .toolbar{
  margin-bottom:18px;
}

body.property-buy select,
body.property-buy input,
body.property-buy textarea,
body.property-market .panel input,
body.property-market .panel textarea,
body.property-market .panel select{
  background:#fffdf8;
  color:var(--pm-heading);
  border:1px solid var(--pm-line-strong);
  border-radius:7px;
}

body.property-buy select:focus,
body.property-buy input:focus,
body.property-buy textarea:focus{
  border-color:var(--pm-green);
  box-shadow:0 0 0 4px rgba(31,96,76,.12);
}

body.property-buy .trust-strip{
  gap:12px;
  background:transparent;
  margin-bottom:18px;
}

body.property-buy .trust-card strong,
body.property-buy .seo-strip strong{
  color:var(--pm-green);
  font-size:13px;
  text-transform:none;
  letter-spacing:0;
}

body.property-buy .trust-card span,
body.property-buy .empty p,
body.property-buy .inquiry p,
body.property-buy .message,
body.property-buy .status-line{
  color:var(--pm-muted);
}

body.property-buy .seo-strip{
  padding:16px;
}

body.property-buy .grid{
  gap:16px;
}

body.property-buy .card,
body.property-landing .landing-card{
  background:#fffdf8;
  border:1px solid var(--pm-line);
  border-radius:8px;
  box-shadow:var(--pm-small-shadow);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

body.property-buy .card:hover,
body.property-landing .landing-card:hover{
  transform:translateY(-2px);
  border-color:rgba(31,96,76,.22);
  box-shadow:0 18px 40px rgba(58,42,22,.12);
}

body.property-buy .title,
body.property-landing .landing-card h2{
  color:var(--pm-heading);
}

body.property-buy .price,
body.property-detail .price{
  color:var(--pm-green);
}

body.property-buy .empty{
  background:linear-gradient(135deg,#fffdf8 0%,#fff3df 100%);
}

body.property-buy .empty-kicker{
  display:inline-flex;
  color:var(--pm-clay);
  background:var(--pm-clay-soft);
  border:1px solid rgba(183,97,64,.18);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:850;
  margin-bottom:10px;
}

body.property-buy .empty-flow span{
  background:var(--pm-green);
  box-shadow:0 0 0 9px rgba(31,96,76,.08);
}

body.property-buy .inquiry{
  grid-template-columns:.85fr 1.15fr;
  gap:22px;
  margin-top:34px;
}

body.property-buy .selected{
  background:var(--pm-green-soft);
  border:1px solid rgba(31,96,76,.18);
  color:var(--pm-green);
  border-radius:8px;
}

body.property-buy .buyer-wizard-top,
body.property-buy .buyer-review{
  background:#fffaf2;
  box-shadow:none;
}

body.property-buy .phone-verify{
  background:#fffaf2;
  border-color:var(--pm-line);
  border-radius:8px;
}

body.property-buy .phone-verify__badge{
  color:var(--pm-green);
  border-color:rgba(31,96,76,.2);
  background:var(--pm-green-soft);
}

body.property-landing .landing-grid{
  background:transparent;
}

body.property-landing .landing-card div{
  color:var(--pm-ink);
}

body.property-landing .landing-card p{
  color:var(--pm-muted);
}

body.property-landing .seo-links{
  color:var(--pm-ink);
}

body.property-landing .link-row a{
  background:#fffaf2;
  color:var(--pm-green);
  border-color:rgba(31,96,76,.24);
  border-radius:999px;
  text-transform:none;
  letter-spacing:0;
}

body.property-detail .layout{
  align-items:start;
}

body.property-detail .gallery{
  background:#fffdf8;
  border:1px solid var(--pm-line);
  border-radius:8px;
  padding:10px;
  box-shadow:var(--pm-small-shadow);
}

body.property-detail .panel{
  top:94px;
}

body.property-detail .fact{
  border-top:1px solid var(--pm-line);
  color:var(--pm-muted);
}

body.property-detail .fact strong{
  color:var(--pm-heading);
}

body.property-detail .btn-main{
  border-radius:7px;
}

@media(max-width:900px){
  body.property-buy .hero-inner,
  body.property-buy .inquiry{
    grid-template-columns:1fr;
  }
  body.property-buy .hero-panel{
    padding:18px;
  }
}

@media(max-width:768px){
  body.property-buy .hero,
  body.property-landing .landing-hero,
  body.property-detail .property-hero{
    padding:92px 20px 28px;
  }
  body.property-buy .hero h1,
  body.property-landing .landing-title,
  body.property-detail .property-title{
    font-size:34px;
  }
  body.property-buy .hero p,
  body.property-landing .landing-copy,
  body.property-detail .meta{
    font-size:14px;
    line-height:1.55;
  }
  body.property-buy .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }
  body.property-buy .wrap{
    padding-top:22px;
  }
  body.property-buy .toolbar,
  body.property-buy .trust-strip,
  body.property-buy .seo-strip{
    margin-bottom:14px;
  }
  body.property-buy .trust-card,
  body.property-buy .seo-strip,
  body.property-buy .empty,
  body.property-buy .inquiry{
    padding:16px;
  }
  body.property-buy .card-body{
    padding:16px;
  }
  body.property-buy .actions{
    display:grid;
    grid-template-columns:1fr;
  }
  body.property-buy .buyer-wizard-top{
    padding:13px;
  }
  body.property-buy .buyer-wizard-top h3,
  body.property-buy .inquiry h2{
    font-size:25px;
  }
  body.property-detail .gallery{
    padding:8px;
  }
  body.property-detail .panel{
    position:static;
  }
}
