:root{
  --pn-bg:#f4f7fb;
  --pn-surface:#ffffff;
  --pn-surface-soft:rgba(255,255,255,.86);
  --pn-text:#0f172a;
  --pn-muted:#64748b;
  --pn-line:rgba(15,23,42,.08);
  --pn-line-strong:rgba(15,23,42,.12);
  --pn-primary:#0f172a;
  --pn-primary-2:#1d4ed8;
  --pn-accent:#22c55e;
  --pn-accent-2:#14b8a6;
  --pn-danger:#dc2626;
  --pn-radius-sm:16px;
  --pn-radius:22px;
  --pn-radius-lg:28px;
  --pn-shadow-soft:0 14px 36px rgba(15,23,42,.08);
  --pn-shadow-card:0 18px 44px rgba(15,23,42,.10);
  --pn-shadow-hero:0 28px 60px rgba(15,23,42,.14);
}

html{scroll-behavior:smooth}
body{
  color:var(--pn-text);
  background:linear-gradient(180deg,#f7fbff 0%,#f4f7fb 38%,#ffffff 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body.home{background:#ffffff}
a{transition:color .18s ease,opacity .18s ease,transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}

.postnow-container,
.postnow-home-container{max-width:1200px}
.site-main{padding-bottom:42px}

.postnow-header-btn,
.postnow-btn-primary,
.postnow-btn-secondary,
button,
input[type="submit"],
input[type="button"],
.button,
.postnow-home-btn,
.postnow-dashboard-actions a{
  border-radius:16px;
  font-weight:700;
  letter-spacing:-.01em;
}

.postnow-header-btn,
.postnow-home-btn,
.postnow-btn-secondary,
.postnow-dashboard-actions .is-secondary,
.button,
button,
input[type="submit"],
input[type="button"]{
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}

.postnow-header-btn-submit,
.postnow-home-btn--primary,
.postnow-btn-primary,
.postnow-dashboard-actions .is-primary,
.wp-core-ui .button-primary{
  background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);
  color:#fff;
  border:none;
}

.postnow-header-btn:hover,
.postnow-home-btn:hover,
.postnow-btn-primary:hover,
.postnow-btn-secondary:hover,
.postnow-dashboard-actions a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
  transform:translateY(-1px);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
select,
textarea{
  width:100%;
  min-height:50px;
  padding:12px 14px;
  border:1px solid #dbe4f0;
  border-radius:16px;
  background:#fff;
  color:var(--pn-text);
  box-shadow:inset 0 1px 2px rgba(15,23,42,.02);
}
textarea{min-height:132px;resize:vertical}
input:focus,select:focus,textarea:focus{
  outline:none;
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(59,130,246,.12);
}

.postnow-section-card,
.postnow-home-searchcard,
.postnow-home-card,
.postnow-home-business__box,
.postnow-home-finalcta__box,
.postnow-dashboard-card,
.postnow-dashboard-kpi,
.postnow-listing-card,
.postnow-info-card,
.postnow-contact-intent-dialog,
.postnow-map-wrap iframe,
.postnow-legal-page,
.postnow-report-listing-block{
  border:1px solid var(--pn-line);
  border-radius:var(--pn-radius);
  box-shadow:var(--pn-shadow-soft);
}

.postnow-section-card,
.postnow-dashboard-card,
.postnow-listing-card,
.postnow-info-card,
.postnow-home-card,
.postnow-home-business__box,
.postnow-home-finalcta__box{
  background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(248,251,255,1) 100%);
}

.postnow-home-hero{
  position:relative;
  overflow:hidden;
}
.postnow-home-hero::before,
.postnow-home-hero::after{
  content:"";
  position:absolute;
  inset:auto;
  border-radius:999px;
  pointer-events:none;
  filter:blur(8px);
}
.postnow-home-hero::before{
  width:260px;height:260px;top:32px;right:8%;
  background:radial-gradient(circle at center,rgba(34,197,94,.22),rgba(34,197,94,0));
}
.postnow-home-hero::after{
  width:320px;height:320px;left:-120px;top:70px;
  background:radial-gradient(circle at center,rgba(59,130,246,.18),rgba(59,130,246,0));
}
.postnow-home-hero__grid{gap:34px;align-items:center}
.postnow-home-hero__content{position:relative;z-index:1}
.postnow-home-hero h1{
  font-size:clamp(2.1rem,5vw,4.3rem);
  line-height:.98;
  letter-spacing:-.04em;
  max-width:10ch;
}
.postnow-home-eyebrow,
.postnow-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}
.postnow-home-lead{
  max-width:58ch;
  font-size:1.05rem;
  line-height:1.75;
}
.postnow-home-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.postnow-home-searchcard{
  position:relative;
  z-index:1;
  padding:24px;
  background:rgba(255,255,255,.92);
  box-shadow:var(--pn-shadow-hero);
}
.postnow-home-searchcard h2{font-size:1.9rem;letter-spacing:-.03em}
.postnow-home-searchform{display:grid;gap:14px}
.postnow-home-field label{display:block;margin-bottom:8px;font-weight:700;color:#1e293b}
.postnow-home-searchcard .postnow-home-btn--primary{width:100%;justify-content:center}

.postnow-home-chipgrid,
.postnow-home-cardgrid,
.postnow-home-strip__grid,
.postnow-home-steps__grid{gap:18px}
.postnow-home-chip,
.postnow-home-city{
  background:rgba(255,255,255,.88);
  border:1px solid var(--pn-line);
  border-radius:18px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.postnow-home-card,
.postnow-home-business__box,
.postnow-home-finalcta__box{padding:22px}
.postnow-home-card:hover,
.postnow-listing-card:hover,
.postnow-home-city:hover,
.postnow-home-chip:hover,
.postnow-home-business__box:hover{
  transform:translateY(-3px);
  box-shadow:var(--pn-shadow-card);
}
.postnow-home-card__media img,
.postnow-listing-card img,
.postnow-featured-image img{
  width:100%;
  object-fit:cover;
  border-radius:20px;
}
.postnow-home-card__media img{height:210px}
.postnow-home-card__placeholder,
.postnow-featured-placeholder{
  min-height:210px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,#dbeafe 0%,#ecfdf5 100%);
  color:#0f172a;
  font-weight:700;
}
.postnow-home-card__top,
.postnow-home-card__trust,
.postnow-single-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.postnow-home-badge,
.postnow-distance-badge,
.postnow-plan-badge,
.postnow-single-trust span,
.postnow-trust-inline span,
.postnow-filter-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--pn-line-strong);
  background:rgba(255,255,255,.9);
  color:#0f172a;
  font-weight:700;
  font-size:13px;
}
.postnow-home-badge--verified,
.postnow-single-badge--verified{background:#ecfdf5;color:#047857;border-color:#bbf7d0}
.postnow-home-badge--claimed,
.postnow-single-badge--claimed{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}
.postnow-home-sectionhead h2,
.postnow-single-summary h1,
.postnow-archive-top h1{
  letter-spacing:-.04em;
}
.postnow-home-sectionhead p,
.postnow-card-excerpt,
.postnow-home-card__excerpt,
.postnow-summary-address,
.postnow-map-address,
.postnow-home-business__content p,
.postnow-home-finalcta__box p,
.postnow-empty-results p{color:var(--pn-muted);line-height:1.75}

.postnow-single-wrap{padding:28px 0 88px}
.postnow-single-hero{padding:24px;overflow:hidden}
.postnow-single-hero-grid{gap:28px}
.postnow-single-summary h1{
  margin:10px 0 12px;
  font-size:clamp(2rem,4.3vw,3.4rem);
  line-height:1.02;
}
.postnow-featured-image img{min-height:380px;box-shadow:0 22px 48px rgba(15,23,42,.18)}
.postnow-plan-badge{margin-bottom:14px;background:linear-gradient(135deg,#dbeafe 0%,#ecfeff 100%)}
.postnow-trust-inline{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.postnow-quick-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.postnow-info-card{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.postnow-info-card strong{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}
.postnow-info-card span,
.postnow-info-card a{font-weight:700;color:#0f172a;word-break:break-word}
.postnow-single-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(290px,.85fr);gap:22px;align-items:start}
.postnow-single-main,
.postnow-single-sidebar{display:grid;gap:20px}
.postnow-detail-list{list-style:none;margin:0;padding:0}
.postnow-detail-list li{display:grid;gap:6px;padding:14px 0;border-bottom:1px dashed #dbe4f0}
.postnow-detail-list li:last-child{border-bottom:none;padding-bottom:0}
.postnow-detail-list strong{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}
.postnow-detail-list span,
.postnow-detail-list a{color:#0f172a;line-height:1.7}
.postnow-trust-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.postnow-trust-list li{padding:14px 16px;border-radius:16px;background:#f8fbff;border:1px solid #e2e8f0;color:#0f172a}
.postnow-map-wrap iframe{display:block;width:100%;min-height:340px;background:#fff}
.postnow-map-actions{margin-top:16px}
.postnow-contact-intent-modal{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.46);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  display:grid;
  place-items:center;
  padding:18px;
  z-index:9999;
}
.postnow-contact-intent-dialog{max-width:480px;width:100%;padding:28px;background:rgba(255,255,255,.97);position:relative}
.postnow-contact-intent-dialog h3{font-size:1.8rem;letter-spacing:-.03em}
.postnow-contact-intent-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.postnow-contact-intent-close{
  position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#0f172a
}

.postnow-archive-top{gap:16px}
.postnow-archive-filterbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px auto;
  gap:12px;
  align-items:center;
}
.postnow-listing-grid{gap:18px}
.postnow-listing-card{padding:16px}
.postnow-listing-card img{height:220px;margin-bottom:14px}
.postnow-listing-card h2,
.postnow-listing-card h3{font-size:1.2rem;letter-spacing:-.03em}
.postnow-empty-results{padding:24px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #e2e8f0}

.postnow-dashboard-shell{background:transparent}
.postnow-dashboard-hero,
.postnow-dashboard-card{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid var(--pn-line);
  border-radius:28px;
  box-shadow:var(--pn-shadow-soft);
}
.postnow-dashboard-hero{padding:28px;margin-bottom:18px}
.postnow-dashboard-hero h2{font-size:2rem;letter-spacing:-.04em}
.postnow-dashboard-kpis{gap:16px}
.postnow-dashboard-kpi{padding:22px}
.postnow-dashboard-kpi strong{font-size:2rem;line-height:1;color:#0f172a}
.postnow-dashboard-kpi span{color:var(--pn-muted)}
.postnow-dashboard-actions{display:flex;gap:12px;flex-wrap:wrap}

.postnow-footer-grid{gap:28px}
.postnow-footer-col h3{font-size:17px;letter-spacing:-.02em}
.site-footer .postnow-footer-links a,
.site-footer .postnow-footer-bottom-links a{opacity:.88}
.site-footer .postnow-footer-links a:hover,
.site-footer .postnow-footer-bottom-links a:hover{opacity:1}

@media (max-width: 1080px){
  .postnow-single-grid{grid-template-columns:1fr}
}
@media (max-width: 900px){
  .postnow-archive-filterbar{grid-template-columns:1fr}
  .postnow-home-searchcard,
  .postnow-section-card,
  .postnow-dashboard-card,
  .postnow-dashboard-hero{padding:20px}
}
@media (max-width: 767px){
  .postnow-home-hero h1,
  .postnow-single-summary h1{max-width:none}
  .postnow-home-card__media img,
  .postnow-listing-card img,
  .postnow-featured-image img{height:auto;min-height:240px}
  .postnow-quick-info-grid{grid-template-columns:1fr}
  .postnow-contact-intent-actions > *{flex:1 1 100%}
  .postnow-home-searchcard{padding:18px;border-radius:24px}
}
@media (max-width: 640px){
  .postnow-home-hero__actions,
  .postnow-dashboard-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .postnow-home-btn,
  .postnow-dashboard-actions a,
  .postnow-btn-primary,
  .postnow-btn-secondary{width:100%;justify-content:center}
  .postnow-home-card,
  .postnow-section-card,
  .postnow-dashboard-card,
  .postnow-dashboard-kpi{border-radius:20px}
}


.postnow-home-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;max-width:760px}
.postnow-home-proof__item{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.postnow-home-proof__item strong{display:block;color:#fff;font-size:14px;margin-bottom:4px}
.postnow-home-proof__item span{display:block;color:rgba(255,255,255,.78);font-size:13px;line-height:1.55}
.postnow-listing-card__actions{margin-top:14px}
.postnow-listing-card__actions .postnow-home-btn{display:inline-flex}
.postnow-single-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(290px,.85fr);gap:22px;align-items:start}
.postnow-single-main,.postnow-single-sidebar{display:grid;gap:20px}
.postnow-sidebar-cta{position:sticky;top:110px;background:linear-gradient(180deg,#0f172a 0%,#14213d 100%);color:#fff;box-shadow:0 24px 56px rgba(15,23,42,.22)}
.postnow-sidebar-cta h3,.postnow-sidebar-cta p{color:#fff}
.postnow-sidebar-cta .postnow-btn-secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff}
.postnow-sidebar-cta .postnow-btn-primary{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%)}
.postnow-auth-page{padding:34px 0 72px;position:relative;overflow:hidden;background:linear-gradient(180deg,#071533 0%,#0f274d 18%,#f4f7fb 56%,#ffffff 100%)}
.postnow-auth-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:24px;align-items:center}
.postnow-auth-panel{padding:34px 10px 34px 0;color:#fff}
.postnow-auth-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px}
.postnow-auth-panel h1{margin:14px 0 14px;font-size:clamp(2.2rem,4.5vw,4rem);line-height:.98;letter-spacing:-.04em;max-width:10ch;color:#fff}
.postnow-auth-panel p{max-width:54ch;color:rgba(255,255,255,.84);line-height:1.8}
.postnow-auth-meta{display:grid;gap:14px;margin-top:26px}
.postnow-auth-meta__item{padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.postnow-auth-meta__item strong{display:block;color:#fff;margin-bottom:6px}
.postnow-auth-meta__item span{display:block;color:rgba(255,255,255,.76);line-height:1.65}
.postnow-auth-card{padding:24px;background:rgba(255,255,255,.96);box-shadow:0 28px 60px rgba(15,23,42,.16)}
.postnow-auth-card h2{margin:8px 0 18px;font-size:1.9rem;letter-spacing:-.04em}
.postnow-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;border-radius:18px;background:#eef4fb;margin-bottom:16px}
.postnow-auth-tabs a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;color:#334155;font-weight:700}
.postnow-auth-tabs a.is-active{background:#fff;color:#0f172a;box-shadow:0 10px 22px rgba(15,23,42,.08)}
.postnow-auth-form{display:grid;gap:14px}
.postnow-form-row{display:grid;gap:8px}
.postnow-form-row label{font-weight:700;color:#1e293b}
.postnow-auth-alert{margin-bottom:14px;padding:14px 16px;border-radius:16px;font-weight:600}
.postnow-auth-alert--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.postnow-auth-alert--success{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}
.postnow-auth-remember{display:flex;align-items:center;gap:8px;color:#334155;font-weight:600}
.postnow-auth-remember input{width:auto;min-height:0}
@media (max-width: 1080px){
  .postnow-auth-shell{grid-template-columns:1fr}
  .postnow-auth-panel{padding-right:0}
}
@media (max-width: 767px){
  .postnow-home-proof{grid-template-columns:1fr}
  .postnow-sidebar-cta{position:relative;top:auto}
}


/* Listing card premium pass v1.9.18 */
.postnow-listing-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.postnow-listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}
.postnow-listing-card img {
  border-radius: 18px;
}
.postnow-listing-card h2,
.postnow-listing-card h3 {
  margin: 4px 0 10px;
  font-size: 1.34rem;
  line-height: 1.22;
}
.postnow-card-excerpt,
.postnow-listing-card p {
  min-height: 72px;
  line-height: 1.7;
}
.postnow-listing-card__actions {
  margin-top: 16px;
}
.postnow-listing-card__actions .postnow-home-btn {
  display: inline-flex;
}


/* Single listing premium pass v1.9.19 */
.postnow-single-wrap {
  padding: 36px 0 96px;
}
.postnow-single-hero {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  background: radial-gradient(circle at top right, rgba(34,197,94,.12), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
}
.postnow-single-media,
.postnow-featured-image {
  height: 100%;
}
.postnow-featured-image {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}
.postnow-featured-image::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(2,6,23,0) 0%, rgba(2,6,23,0.38) 100%);
}
.postnow-featured-image img {
  min-height: 440px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: none;
}
.postnow-featured-placeholder {
  min-height: 440px;
  border-radius: 26px;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  color: #0f172a;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: 800;
}
.postnow-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.postnow-single-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.postnow-single-summary h1 {
  margin: 12px 0 14px;
  line-height: .98;
}
.postnow-single-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}
.postnow-single-trust > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f8fbff;
  border: 1px solid #dbe4f0;
  color: #0f172a;
  font-weight: 600;
}
.postnow-summary-address {
  margin: 0 0 10px;
  font-size: 16px;
}
.postnow-plan-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}
.postnow-distance-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
}
.postnow-trust-inline span {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.postnow-info-card {
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}
.postnow-single-grid {
  gap: 26px;
  margin-top: 26px;
}
.postnow-single-main,
.postnow-single-sidebar {
  gap: 22px;
}
.postnow-single-main .postnow-section-card,
.postnow-single-sidebar .postnow-section-card,
.postnow-map-section {
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}
.postnow-single-main .postnow-section-card h2,
.postnow-single-sidebar .postnow-section-card h3,
.postnow-map-section h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
  letter-spacing: -.03em;
}
.postnow-entry-content,
.postnow-entry-content p {
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
}
.postnow-sidebar-cta {
  background: linear-gradient(135deg, #071533 0%, #0b234b 100%);
}
.postnow-sidebar-cta h3,
.postnow-sidebar-cta p {
  color: #ffffff;
}
.postnow-trust-list li {
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.postnow-map-section {
  background: #ffffff;
}
.postnow-map-wrap {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #dbe4f0;
}
.postnow-home-listing-card {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}
.postnow-home-listing-image img {
  transition: transform .35s ease;
}
.postnow-home-listing-card:hover .postnow-home-listing-image img {
  transform: scale(1.04);
}
@media (min-width: 992px) {
  .postnow-single-sidebar {
    position: sticky;
    top: 96px;
    align-self: start;
  }
}
@media (max-width: 767px) {
  .postnow-single-wrap {
    padding: 20px 0 72px;
  }
  .postnow-single-hero,
  .postnow-single-main .postnow-section-card,
  .postnow-single-sidebar .postnow-section-card,
  .postnow-map-section {
    border-radius: 20px;
    padding: 20px;
  }
  .postnow-featured-image img,
  .postnow-featured-placeholder {
    min-height: 300px;
  }
}


/* Auth professional pass v1.9.21 */
.postnow-auth-card .postnow-form{display:grid;gap:14px}
.postnow-auth-card .postnow-form p{margin:0}
.postnow-auth-card .postnow-form button{width:100%;min-height:54px;border-radius:16px;font-size:16px;font-weight:800;background:linear-gradient(135deg,#0f172a 0%,#0b1f46 100%);box-shadow:0 16px 32px rgba(15,23,42,.14)}
.postnow-auth-card .postnow-form button:hover{transform:translateY(-1px)}
.postnow-auth-card .postnow-form input{min-height:54px;background:#fbfdff;border:1px solid #d7e1ec}
.postnow-auth-copy{margin:-6px 0 10px;color:#64748b;line-height:1.75}
.postnow-auth-helper{font-size:14px;color:#64748b}
.postnow-auth-helper a{font-weight:700}
.postnow-auth-remember label{display:flex;align-items:center;gap:10px}
.postnow-auth-remember input[type="checkbox"]{accent-color:#0f172a}
.postnow-auth-card .postnow-legal-consent{font-size:14px;line-height:1.7;color:#475569}
@media (max-width:1080px){
  .postnow-auth-panel h1{max-width:none}
}


/* Auth + single listing redesign pass v1.9.22 */
.postnow-page-shell{padding-top:24px;padding-bottom:84px}
.postnow-page-card{padding:32px}
.postnow-page-header{margin-bottom:20px}
.postnow-page-header h1{margin:12px 0 0;line-height:1}
.postnow-page-content{font-size:16px;line-height:1.85;color:#334155}
.postnow-page-auth{padding:12px 0 0}
.postnow-page-auth-content{position:relative}
.postnow-page-auth .postnow-auth-shell{position:relative;padding:28px;border-radius:32px;background:radial-gradient(circle at top right, rgba(34,197,94,.16), transparent 26%),linear-gradient(135deg,#071532 0%,#0b2148 54%,#0d1730 100%);box-shadow:0 26px 60px rgba(15,23,42,.14);overflow:hidden}
.postnow-page-auth .postnow-auth-shell::before,.postnow-page-auth .postnow-auth-shell::after{content:'';position:absolute;border-radius:999px;pointer-events:none}
.postnow-page-auth .postnow-auth-shell::before{width:260px;height:260px;right:-80px;top:-80px;background:radial-gradient(circle, rgba(34,197,94,.22), rgba(34,197,94,0) 65%)}
.postnow-page-auth .postnow-auth-shell::after{width:320px;height:320px;left:-140px;bottom:-180px;background:radial-gradient(circle, rgba(59,130,246,.18), rgba(59,130,246,0) 68%)}
.postnow-page-auth .postnow-auth-panel,.postnow-page-auth .postnow-auth-card{position:relative;z-index:1}
.postnow-auth-badges{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 6px}
.postnow-auth-badges span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:13px;font-weight:700}
.postnow-auth-note{margin:18px 0 0;padding:14px 16px;border-radius:16px;background:#f8fbff;border:1px solid #dbe7f3;color:#334155;font-weight:600}
.postnow-page-auth .postnow-auth-panel{padding:18px 10px 18px 0}
.postnow-page-auth .postnow-auth-panel h1{font-size:clamp(2.4rem,4.5vw,4.5rem);max-width:11ch}
.postnow-page-auth .postnow-auth-card{padding:28px;border-radius:28px;background:rgba(255,255,255,.98);box-shadow:0 30px 60px rgba(2,6,23,.22)}
.postnow-page-auth .postnow-auth-tabs{padding:7px;border-radius:20px;background:#edf4fb}
.postnow-page-auth .postnow-auth-tabs a{min-height:50px;border-radius:16px}
.postnow-page-auth .postnow-auth-card h2{font-size:2rem}
.postnow-page-auth .postnow-auth-copy{font-size:15px}
.postnow-page-auth .postnow-auth-card .postnow-form-row label{font-size:14px;letter-spacing:.01em}
.postnow-page-auth .postnow-auth-card .postnow-form-row input{min-height:56px;padding:0 16px;border-radius:16px;font-size:15px;background:#f8fbff}
.postnow-page-auth .postnow-auth-card .postnow-form-row input:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(59,130,246,.12);outline:none}
.postnow-page-auth .postnow-auth-card .postnow-form button{min-height:56px;border-radius:16px;letter-spacing:.01em}
.postnow-single-redesign .postnow-single-hero--premium{padding:32px;background:radial-gradient(circle at top right, rgba(34,197,94,.14), transparent 22%),linear-gradient(180deg,#ffffff 0%,#f6fbff 100%)}
.postnow-single-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;font-size:14px;color:#64748b}
.postnow-single-breadcrumbs a{color:#475569;font-weight:700}
.postnow-single-title-row{display:flex;align-items:center;gap:18px}
.postnow-single-logo{width:88px;height:88px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #dbe7f3;box-shadow:0 18px 40px rgba(15,23,42,.08);flex:0 0 88px}
.postnow-single-logo img{width:100%;height:100%;object-fit:cover}
.postnow-single-title-block h1{margin-bottom:0}
.postnow-single-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 14px}
.postnow-single-chip-row span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dbe7f3;color:#0f172a;font-size:13px;font-weight:700;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.postnow-single-lead{margin:0 0 14px;color:#475569;font-size:16px;line-height:1.8}
.postnow-single-actions-row .postnow-actions-row{margin-top:6px}
.postnow-single-visual .postnow-featured-image,.postnow-single-visual .postnow-featured-placeholder{min-height:100%}
.postnow-single-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}
.postnow-single-highlight-card{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid #dbe7f3;box-shadow:0 14px 34px rgba(15,23,42,.06)}
.postnow-single-highlight-card span{display:block;color:#64748b;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.postnow-single-highlight-card strong{display:block;color:#0f172a;font-size:18px;line-height:1.4}
.postnow-single-section{padding:28px!important}
.postnow-section-head{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:16px}
.postnow-section-head h2{margin:10px 0 0!important}
.postnow-service-chip-grid{display:flex;flex-wrap:wrap;gap:12px}
.postnow-service-chip-grid span{display:inline-flex;align-items:center;padding:12px 16px;border-radius:16px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #dbe7f3;font-weight:700;color:#0f172a;box-shadow:0 12px 28px rgba(15,23,42,.05)}
.postnow-single-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.postnow-single-gallery-card{border-radius:22px;overflow:hidden;border:1px solid #dbe7f3;box-shadow:0 18px 40px rgba(15,23,42,.08);background:#fff}
.postnow-single-gallery-card img{display:block;width:100%;height:290px;object-fit:cover;transition:transform .35s ease}
.postnow-single-gallery-card:hover img{transform:scale(1.04)}
.postnow-single-review-summary{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:center;margin-bottom:20px}
.postnow-single-review-score{padding:24px;border-radius:24px;background:linear-gradient(135deg,#071533 0%,#0b234b 100%);color:#fff;text-align:center;box-shadow:0 18px 44px rgba(15,23,42,.14)}
.postnow-single-review-score strong{display:block;font-size:48px;line-height:1;margin-bottom:10px}
.postnow-single-review-score span{display:block;color:rgba(255,255,255,.84);font-weight:600}
.postnow-sidebar-cta--premium{border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 44px rgba(2,6,23,.18)!important}
.postnow-single-side-card{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.postnow-single-side-card h3{font-size:24px!important}
.postnow-single-side-card .postnow-detail-list li,.postnow-single-side-card .postnow-trust-list li{border-color:#dbe7f3;background:#fff}
@media (max-width:1080px){
  .postnow-single-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .postnow-page-shell{padding-top:8px;padding-bottom:64px}
  .postnow-page-auth .postnow-auth-shell{padding:20px;border-radius:24px}
  .postnow-page-auth .postnow-auth-card{padding:20px;border-radius:22px}
  .postnow-auth-badges{gap:8px}
  .postnow-auth-badges span{font-size:12px;padding:9px 12px}
  .postnow-single-title-row{align-items:flex-start}
  .postnow-single-logo{width:72px;height:72px;flex-basis:72px;border-radius:20px}
  .postnow-single-highlight-grid,.postnow-single-gallery-grid,.postnow-single-review-summary{grid-template-columns:1fr}
  .postnow-single-review-score strong{font-size:40px}
  .postnow-single-section{padding:20px!important}
}


/* Auth page optimization */
.postnow-auth-page{background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%)}
.postnow-auth-page .site-main{padding-top:18px;padding-bottom:24px}
.site-header--auth{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,23,42,.08)}
.postnow-auth-header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px}
.postnow-auth-header-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.postnow-auth-header-links a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:700;color:#334155}
.postnow-auth-header-links a:hover{background:#eff6ff;color:#0f172a}
.postnow-auth-header-links .postnow-auth-header-cta{background:#0f172a;color:#fff}
.postnow-auth-header-links .postnow-auth-header-cta:hover{background:#111827;color:#fff}
.site-footer--auth{padding:14px 0;background:#0f172a}
.postnow-auth-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.postnow-auth-footer-inner p{font-size:13px;color:#cbd5e1}
.postnow-auth-footer-links{display:flex;gap:14px;flex-wrap:wrap}
.postnow-auth-footer-links a{font-size:13px;color:#e2e8f0;text-decoration:none}
.postnow-auth-footer-links a:hover{text-decoration:underline}
.postnow-auth-page .postnow-page{padding:0}
.postnow-auth-page .postnow-page-content{padding:0}
.postnow-auth-page .postnow-auth-shell{box-shadow:0 20px 45px rgba(15,23,42,.08)}
.postnow-auth-page .postnow-auth-card{padding:24px}
.postnow-auth-page .postnow-auth-heading{font-size:34px;line-height:1.05}
.postnow-auth-page .postnow-auth-copy{font-size:15px;line-height:1.7;max-width:54ch}
.postnow-auth-page .postnow-auth-points{gap:10px}
.postnow-auth-page .postnow-auth-points li{padding:10px 12px;font-size:14px}
.postnow-auth-page .postnow-auth-metrics{gap:10px}
.postnow-auth-page .postnow-auth-metric{padding:12px 14px}
.postnow-auth-page .postnow-auth-panel{padding:20px 20px 18px}
.postnow-auth-page .postnow-auth-form{gap:12px}
.postnow-auth-page .postnow-auth-form .postnow-form-row{margin:0}
.postnow-auth-page .postnow-auth-form label{font-size:13px;margin-bottom:6px}
.postnow-auth-page .postnow-auth-form input{height:48px;padding:0 14px;border-radius:12px}
.postnow-auth-page .postnow-auth-form button[type="submit"]{height:48px;border-radius:12px}
.postnow-auth-page .postnow-legal-consent{font-size:13px;line-height:1.55;padding:12px 14px;border-radius:14px}
.postnow-auth-page .postnow-auth-helper{margin-top:0}
.postnow-auth-page .postnow-auth-tabs{margin-bottom:16px}
@media (min-width: 900px){
  .postnow-auth-page .postnow-auth-layout{grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);align-items:stretch}
  .postnow-auth-page .postnow-auth-panel[data-view="register"] .postnow-auth-form{display:grid;grid-template-columns:1fr 1fr;column-gap:14px}
  .postnow-auth-page .postnow-auth-panel[data-view="register"] .postnow-auth-form .postnow-form-row:nth-child(1){grid-column:1 / -1}
  .postnow-auth-page .postnow-auth-panel[data-view="register"] .postnow-auth-form .postnow-legal-consent,
  .postnow-auth-page .postnow-auth-panel[data-view="register"] .postnow-auth-form p:last-child{grid-column:1 / -1}
}
@media (max-width: 767px){
  .postnow-auth-page .site-main{padding-top:10px;padding-bottom:16px}
  .postnow-auth-header-inner{min-height:58px}
  .postnow-auth-header-links{gap:8px}
  .postnow-auth-header-links a{padding:8px 12px;font-size:12px}
  .postnow-auth-page .postnow-auth-shell{margin:0 0 12px;border-radius:18px}
  .postnow-auth-page .postnow-auth-card{padding:16px}
  .postnow-auth-page .postnow-auth-layout{gap:12px}
  .postnow-auth-page .postnow-auth-hero{padding:18px}
  .postnow-auth-page .postnow-auth-eyebrow{font-size:11px;letter-spacing:.18em}
  .postnow-auth-page .postnow-auth-heading{font-size:28px}
  .postnow-auth-page .postnow-auth-copy{font-size:14px;line-height:1.55}
  .postnow-auth-page .postnow-auth-points{display:none}
  .postnow-auth-page .postnow-auth-metrics{grid-template-columns:1fr}
  .postnow-auth-page .postnow-auth-metric{padding:10px 12px}
  .postnow-auth-page .postnow-auth-tabs{position:sticky;top:70px;z-index:5;background:#fff;padding:4px;border-radius:14px;box-shadow:0 10px 25px rgba(15,23,42,.08)}
  .postnow-auth-page .postnow-auth-panel{padding:16px 14px 14px}
  .postnow-auth-page .postnow-auth-form{gap:10px}
  .postnow-auth-page .postnow-auth-form input{height:46px;font-size:15px}
  .postnow-auth-page .postnow-auth-form button[type="submit"]{height:46px;font-size:15px}
  .postnow-auth-page .postnow-auth-footer-inner{justify-content:center;text-align:center}
}
@media (max-width: 520px){
  .postnow-auth-page .postnow-auth-header-links a:not(.postnow-auth-header-cta){display:none}
  .postnow-auth-page .postnow-auth-card{padding:14px}
  .postnow-auth-page .postnow-auth-hero{padding:16px}
  .postnow-auth-page .postnow-auth-heading{font-size:24px}
  .postnow-auth-page .postnow-auth-copy{font-size:13px}
  .postnow-auth-page .postnow-auth-metric strong{font-size:18px}
  .postnow-auth-page .postnow-auth-tabs{top:62px}
}
