/* ============================================================
   PMNW Elementor Widgets — Global Stylesheet
   Property Management Northwest, LLC
   ============================================================ */

/* ---------- CSS Variables ---------- */
:root {
  --pmnw-green:       #6BBF3A;
  --pmnw-green-dark:  #4a9020;
  --pmnw-green-light: #eef8e5;
  --pmnw-gold:        #C5A028;
  --pmnw-gold-light:  #faf3dc;
  --pmnw-black:       #111111;
  --pmnw-gray:        #5a5a5a;
  --pmnw-gray-light:  #f7f7f4;
  --pmnw-white:       #ffffff;
  --pmnw-border:      #e2e2d8;
}

/* ---------- Utility ---------- */
.pmnw-widget * { box-sizing: border-box; }
.pmnw-widget img { max-width: 100%; height: auto; }
.pmnw-section-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pmnw-green-dark);
  margin-bottom: 0.5rem;
  display: block;
}
.pmnw-section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.pmnw-section-sub {
  font-size: 1rem;
  color: var(--pmnw-gray);
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 2.5rem;
}
.pmnw-gold-bar {
  width: 44px; height: 3px;
  background: var(--pmnw-gold);
  border-radius: 2px;
  margin: 0.8rem 0;
}
.pmnw-gold-bar-center { margin: 0.8rem auto; }


.pmnw-icon-svg,
.pmnw-icon-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  line-height: 1;
  flex-shrink: 0;
}
.pmnw-icon-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pmnw-inline-icon {
  width: 0.95em;
  height: 0.95em;
  vertical-align: -0.08em;
}
.pmnw-icon-svg--lg {
  width: 1.35em;
  height: 1.35em;
}
.pmnw-icon-svg--xl {
  width: 1.9em;
  height: 1.9em;
}
.pmnw-icon-svg--property {
  width: 1.55em;
  height: 1.55em;
}

/* ---------- Buttons ---------- */
.pmnw-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  font-family: inherit;
  font-size: 0.92rem;
  padding: 0.8rem 1.6rem;
  line-height: 1;
}
.pmnw-btn-primary   { background: var(--pmnw-green); color: #fff; }
.pmnw-btn-primary:hover { background: var(--pmnw-green-dark); transform: translateY(-1px); color: #fff; }
.pmnw-btn-outline   { background: transparent; color: var(--pmnw-black); border: 1.5px solid var(--pmnw-border); }
.pmnw-btn-outline:hover { border-color: var(--pmnw-green); background: var(--pmnw-green-light); color: var(--pmnw-black); }
.pmnw-btn-gold      { background: var(--pmnw-gold); color: #fff; }
.pmnw-btn-gold:hover { background: #a08020; transform: translateY(-1px); color: #fff; }
.pmnw-btn-white     { background: #fff; color: var(--pmnw-black); }
.pmnw-btn-white:hover { background: #f0f0f0; color: var(--pmnw-black); }
.pmnw-btn-dark      { background: var(--pmnw-black); color: #fff; }
.pmnw-btn-dark:hover { background: #333; color: #fff; }

/* ============================================================
   HERO WIDGET
   ============================================================ */
.pmnw-hero {
  min-height: 88vh;
  background: #fcfffe;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
}
.pmnw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 48%, rgba(255,255,255,0.72) 100%);
  z-index: 0;
}
.pmnw-hero--has-photo::before {
  background: linear-gradient(90deg, rgba(17,17,17,0.82) 0%, rgba(17,17,17,0.66) 48%, rgba(17,17,17,0.44) 100%);
}
.pmnw-hero--has-photo .pmnw-hero__badge {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
}
.pmnw-hero--has-photo .pmnw-hero__badge-dot {
  background: #ffffff;
}
.pmnw-hero--has-photo .pmnw-hero__title,
.pmnw-hero--has-photo .pmnw-hero__stat-num {
  color: #ffffff;
}
.pmnw-hero--has-photo .pmnw-hero__title em {
  color: #f7d88b;
}
.pmnw-hero--has-photo .pmnw-hero__desc,
.pmnw-hero--has-photo .pmnw-hero__stat-lbl {
  color: rgba(255,255,255,0.82);
}
.pmnw-hero--has-photo .pmnw-hero__stats {
  border-top-color: rgba(255,255,255,0.2);
}
.pmnw-hero--has-photo .pmnw-hero-inquiry-card {
  box-shadow: 0 24px 60px rgba(0,0,0,0.30), 0 4px 12px rgba(0,0,0,0.12);
}
.pmnw-hero__blob1 {
  position: absolute; top: -100px; right: -150px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(107,191,58,0.09) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.pmnw-hero__blob2 {
  position: absolute; bottom: -120px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(197,160,40,0.07) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.pmnw-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.pmnw-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--pmnw-green-light);
  color: var(--pmnw-green-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
  margin-bottom: 1.3rem;
}
.pmnw-hero__badge-dot {
  width: 6px; height: 6px;
  background: var(--pmnw-green);
  border-radius: 50%;
  flex-shrink: 0;
}
.pmnw-hero__title {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.pmnw-hero__title em { font-style: italic; color: var(--pmnw-green-dark); }
.pmnw-hero__desc {
  font-size: 1.05rem;
  color: var(--pmnw-gray);
  max-width: 480px;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.pmnw-hero__actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.pmnw-hero__stats {
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--pmnw-border);
}
.pmnw-hero__stat-num {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}
.pmnw-hero__stat-lbl {
  font-size: 0.72rem;
  color: var(--pmnw-gray);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Listing preview card */
.pmnw-hero__visual { display: flex; flex-direction: column; gap: 1rem; }
.pmnw-preview-card {
  background: var(--pmnw-white);
  border-radius: 18px;
  border: 1px solid var(--pmnw-border);
  padding: 1.5rem;
  box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}
.pmnw-preview-card--green {
  background: linear-gradient(135deg, var(--pmnw-green), var(--pmnw-green-dark));
  color: white;
  border-color: transparent;
}
.pmnw-preview-card__header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }
.pmnw-preview-card__icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--pmnw-green-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.pmnw-listing-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.48rem 0;
  border-bottom: 1px solid var(--pmnw-border);
  font-size: 0.82rem;
}
.pmnw-listing-row:last-child { border-bottom: none; }
.pmnw-status-pill {
  font-size: 0.67rem; font-weight: 700;
  padding: 3px 9px; border-radius: 12px;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.pmnw-status-avail  { background: var(--pmnw-green-light); color: var(--pmnw-green-dark); }
.pmnw-status-rented { background: #f0f0f0; color: #888; }

/* ── Hero Inquiry Card ── */
.pmnw-hero-inquiry-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(107,191,58,0.20);
  box-shadow: 0 12px 40px rgba(0,0,0,0.14), 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
  width: 100%;
  max-width: 400px;
}
.pmnw-hero-inquiry-card__header {
  background: linear-gradient(135deg, var(--pmnw-green), var(--pmnw-green-dark));
  padding: 1.4rem 1.6rem 1.2rem;
  color: #fff;
}
.pmnw-hero-inquiry-card__badge {
  display: inline-block;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 0.55rem;
}
.pmnw-hero-inquiry-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #fff;
}
.pmnw-hero-inquiry-card__sub {
  font-size: 0.82rem;
  opacity: 0.88;
  margin: 0;
  line-height: 1.45;
}
.pmnw-hero-inquiry-card__body {
  padding: 1.4rem 1.6rem 1.6rem;
}
.pmnw-hero-inquiry-card__body .pmnw-fg { margin-bottom: 0.75rem; }
.pmnw-hero-inquiry-card__body .pmnw-fg label { font-size: 0.78rem; }
.pmnw-hero-inquiry-card__body .pmnw-fg input,
.pmnw-hero-inquiry-card__body .pmnw-fg select,
.pmnw-hero-inquiry-card__body .pmnw-fg textarea {
  padding: 0.55rem 0.75rem;
  font-size: 0.85rem;
}
.pmnw-hero-inquiry-card__submit {
  font-size: 0.92rem !important;
  padding: 0.8rem 1rem !important;
}


/* ============================================================
   SERVICES STRIP
   ============================================================ */
.pmnw-strip {
  padding: 1.3rem 2rem;
  background: var(--pmnw-black);
}
.pmnw-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.pmnw-strip__item {
  color: #ccc;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.pmnw-strip__dot {
  width: 5px; height: 5px;
  background: var(--pmnw-green);
  border-radius: 50%; flex-shrink: 0;
}

/* ============================================================
   SERVICES GRID
   ============================================================ */
.pmnw-services-grid {
  background: linear-gradient(180deg, #fbfcf8 0%, #f3f5ef 100%);
  border-radius: 28px;
  padding: 3rem;
}
.pmnw-services-grid__heading { text-align: center; max-width: 620px; margin: 0 auto 3rem; }
.pmnw-services-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.pmnw-svc-card {
  background: rgba(255,255,255,0.92);
  border: 2px solid rgba(107,191,58,0.16);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.22s;
  box-shadow: 0 10px 30px rgba(17,17,17,0.04);
}
.pmnw-svc-card:hover {
  box-shadow: 0 14px 40px rgba(107,191,58,0.14);
  border-color: rgba(107,191,58,0.42);
  transform: translateY(-2px);
}
.pmnw-svc-card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(180deg, #eef8e5 0%, #e3f0d8 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--pmnw-green-dark);
  font-size: 1.6rem; margin-bottom: 1rem;
  overflow: visible;
}
.pmnw-svc-card__icon img { width: 28px; height: 28px; object-fit: contain; }
.pmnw-svc-card__title { font-size: 1.12rem; font-weight: 700; margin-bottom: 0.55rem; }
.pmnw-svc-card__text  { font-size: 0.95rem; color: var(--pmnw-gray); line-height: 1.7; }

/* ============================================================
   SERVICES DETAIL (Services Page)
   ============================================================ */
.pmnw-svc-detail {
  border: 2px solid rgba(107,191,58,0.14);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  transition: all 0.2s;
  margin-bottom: 1.1rem;
}
.pmnw-svc-detail:hover {
  box-shadow: 0 5px 20px rgba(107,191,58,0.1);
  border-color: rgba(107,191,58,0.4);
}
.pmnw-svc-detail__icon {
  width: 58px; height: 58px; border-radius: 16px;
  background: linear-gradient(180deg, #eef8e5 0%, #e3f0d8 100%);
  display: flex; align-items: center; justify-content: center;
  color: var(--pmnw-green-dark);
  font-size: 1.4rem; flex-shrink: 0;
}
.pmnw-svc-detail__icon img { width: 30px; height: 30px; object-fit: contain; }
.pmnw-svc-detail__title { font-size: 1.16rem; font-weight: 700; margin-bottom: 0.55rem; }
.pmnw-svc-detail__text  { font-size: 0.96rem; color: var(--pmnw-gray); line-height: 1.72; }

/* ============================================================
   WHY US
   ============================================================ */
.pmnw-why { background: var(--pmnw-gray-light); padding: 5rem 2rem; }
.pmnw-why__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.pmnw-why__points { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.pmnw-why__point  { display: flex; gap: 1rem; align-items: flex-start; }
.pmnw-why__check  {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--pmnw-green); display: flex;
  align-items: center; justify-content: center;
  flex-shrink: 0; color: white; font-size: 0.78rem; font-weight: 700; margin-top: 2px;
}
.pmnw-why__pt-title { font-size: 0.92rem; font-weight: 600; margin-bottom: 0.15rem; }
.pmnw-why__pt-text  { font-size: 0.83rem; color: var(--pmnw-gray); }
.pmnw-why__box {
  background: var(--pmnw-white); border-radius: 20px;
  border: 1px solid var(--pmnw-border);
  padding: 2rem; box-shadow: 0 6px 30px rgba(0,0,0,0.05);
}
.pmnw-why__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.pmnw-wstat { border-radius: 12px; padding: 1.2rem; text-align: center; }
.pmnw-wstat__num { font-size: 1.9rem; font-weight: 700; display: block; }
.pmnw-wstat__lbl { font-size: 0.75rem; color: var(--pmnw-gray); margin-top: 2px; }
.pmnw-wstat--green { background: var(--pmnw-green-light); }
.pmnw-wstat--green .pmnw-wstat__num { color: var(--pmnw-green-dark); }
.pmnw-wstat--gold  { background: var(--pmnw-gold-light); }
.pmnw-wstat--gold  .pmnw-wstat__num { color: var(--pmnw-gold); }
.pmnw-wstat--blue  { background: #eef3ff; }
.pmnw-wstat--blue  .pmnw-wstat__num { color: #3b5bdb; }
.pmnw-wstat--red   { background: #fff0f0; }
.pmnw-wstat--red   .pmnw-wstat__num { color: #c0392b; }
.pmnw-cta-strip {
  background: var(--pmnw-gray-light); border-radius: 12px;
  padding: 1.2rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.pmnw-testi { background: var(--pmnw-green-light); padding: 5rem 2rem; }
.pmnw-testi__grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem;
  max-width: 1200px; margin: 0 auto;
}
.pmnw-testi__heading { text-align: center; margin-bottom: 2.5rem; max-width: 1200px; margin-left: auto; margin-right: auto; }
.pmnw-tcard {
  background: var(--pmnw-white); border-radius: 14px; padding: 1.5rem;
  border: 1px solid rgba(107,191,58,0.15);
}
.pmnw-tcard__stars { color: var(--pmnw-gold); font-size: 0.88rem; margin-bottom: 0.8rem; letter-spacing: 1px; }
.pmnw-tcard__text  { font-size: 0.87rem; color: var(--pmnw-gray); line-height: 1.65; font-style: italic; margin-bottom: 1rem; }
.pmnw-tcard__reviewer { display: flex; align-items: center; gap: 0.7rem; }
.pmnw-tcard__avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--pmnw-green);
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700; font-size: 0.82rem; flex-shrink: 0; overflow: hidden;
}
.pmnw-tcard__avatar img { width: 100%; height: 100%; object-fit: cover; }
.pmnw-tcard__name { font-size: 0.87rem; font-weight: 600; }
.pmnw-tcard__role { font-size: 0.73rem; color: var(--pmnw-gray); }

/* ============================================================
   CTA BANNER
   ============================================================ */
.pmnw-cta-banner {
  background: linear-gradient(135deg, #0e0e0e 0%, #1c1c1c 100%);
  padding: 5rem 2rem; text-align: center;
}
.pmnw-cta-banner__inner { max-width: 700px; margin: 0 auto; }
.pmnw-cta-banner__label { color: var(--pmnw-green); }
.pmnw-cta-banner__title { color: var(--pmnw-white); font-size: clamp(1.9rem,3vw,2.7rem); margin-bottom: 1rem; }
.pmnw-cta-banner__text  { color: #999; max-width: 480px; margin: 0 auto 2rem; font-size: 0.97rem; }
.pmnw-cta-banner__actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.pmnw-page-hero {
  background: linear-gradient(135deg, #f2fbea 0%, #fff 60%, #fffdf0 100%);
  background-size: cover;
  background-position: center;
  padding: 5rem 2rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pmnw-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.72));
}
.pmnw-page-hero--has-bg::before {
  background: linear-gradient(120deg, rgba(17,17,17,0.78), rgba(17,17,17,0.48));
}
.pmnw-page-hero__inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }
.pmnw-page-hero__title { font-size: clamp(2.1rem, 4vw, 3.1rem); margin-bottom: 0.5rem; }
.pmnw-page-hero__sub   { color: var(--pmnw-gray); font-size: 1rem; margin-top: 1rem; }
.pmnw-page-hero--has-bg .pmnw-section-label,
.pmnw-page-hero--has-bg .pmnw-page-hero__title,
.pmnw-page-hero--has-bg .pmnw-page-hero__sub {
  color: #ffffff;
}
.pmnw-page-hero--has-bg .pmnw-gold-bar {
  background: #f1c65b;
}

/* ============================================================
   PROPERTIES GRID
   ============================================================ */
.pmnw-properties__filters {
  display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center;
  margin: 1.5rem 0 2rem;
}
.pmnw-filter-btn {
  padding: 0.45rem 1.1rem; border-radius: 20px;
  border: 1px solid var(--pmnw-border);
  font-size: 0.83rem; font-weight: 500; cursor: pointer;
  background: var(--pmnw-white); font-family: inherit;
  transition: all 0.2s;
}
.pmnw-filter-btn.active, .pmnw-filter-btn:hover {
  background: var(--pmnw-green); color: white; border-color: var(--pmnw-green);
}
.pmnw-prop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}
.pmnw-prop-card {
  background: var(--pmnw-white); border: 1px solid var(--pmnw-border);
  border-radius: 16px; overflow: hidden; transition: all 0.22s;
}
.pmnw-prop-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,0.09); transform: translateY(-2px); }
.pmnw-prop-card--unavailable { opacity: 0.65; }
.pmnw-prop-img {
  height: 210px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #c8e6a0, #7cb342);
}
.pmnw-prop-img img { width: 100%; height: 100%; object-fit: cover; }
.pmnw-prop-img__emoji { font-size: 3.5rem; position: relative; z-index: 1; color: rgba(17,17,17,0.8); }
.pmnw-prop-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  padding: 4px 10px; border-radius: 6px; letter-spacing: 0.05em;
  background: var(--pmnw-green); color: white;
}
.pmnw-prop-tag--rented { background: #777; }
.pmnw-prop-price {
  position: absolute; bottom: 12px; right: 12px; z-index: 2;
  background: rgba(0,0,0,0.72); color: white;
  font-size: 0.98rem; font-weight: 700;
  padding: 5px 13px; border-radius: 8px;
}
.pmnw-prop-body { padding: 1.3rem; }
.pmnw-prop-addr { font-size: 0.76rem; color: var(--pmnw-gray); margin-bottom: 0.25rem; }
.pmnw-prop-name { font-size: 1rem; font-weight: 600; margin-bottom: 0.7rem; }
.pmnw-prop-specs { display: flex; gap: 0.9rem; margin-bottom: 0.7rem; }
.pmnw-prop-spec  { font-size: 0.8rem; color: var(--pmnw-gray); }
.pmnw-prop-desc  { font-size: 0.8rem; color: var(--pmnw-gray); margin-bottom: 1rem; line-height: 1.5; }
.pmnw-prop-btns  { display: flex; gap: 0.7rem; border-top: 1px solid var(--pmnw-border); padding-top: 1rem; }
.pmnw-prop-btns .pmnw-btn { flex: 1; justify-content: center; font-size: 0.82rem; padding: 0.6rem 0.8rem; }
.pmnw-prop-empty {
  text-align: center; margin-top: 3rem; padding: 2rem;
  background: var(--pmnw-green-light); border-radius: 16px;
  border: 1px solid rgba(107,191,58,0.2);
}

/* ============================================================
   ABOUT CONTENT
   ============================================================ */
.pmnw-about__grid {
  display: grid; grid-template-columns: 3fr 2fr; gap: 3.5rem; align-items: start;
  max-width: 1200px; margin: 0 auto;
}
.pmnw-about__text p  { color: var(--pmnw-gray); margin-bottom: 0.9rem; font-size: 0.94rem; line-height: 1.68; }
.pmnw-value-list { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.7rem; }
.pmnw-val-item   { display: flex; gap: 0.8rem; align-items: flex-start; font-size: 0.9rem; line-height: 1.5; }
.pmnw-val-dot    { width: 7px; height: 7px; background: var(--pmnw-green); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.pmnw-info-card  {
  border-left: 4px solid var(--pmnw-green); border-radius: 10px;
  padding: 1.2rem 1.4rem; margin-bottom: 1rem;
  background: var(--pmnw-green-light);
}
.pmnw-info-card--gold { background: var(--pmnw-gold-light); border-color: var(--pmnw-gold); }
.pmnw-info-card h4 {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--pmnw-green-dark); margin-bottom: 0.4rem;
}
.pmnw-info-card--gold h4 { color: #8a6d10; }
.pmnw-info-card p  { font-size: 0.9rem; }
.pmnw-info-card a  { color: var(--pmnw-green-dark); font-weight: 600; }

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.pmnw-contact__grid {
  display: grid; grid-template-columns: 5fr 7fr; gap: 3rem;
  max-width: 1200px; margin: 0 auto;
}
.pmnw-contact__info { display: flex; flex-direction: column; gap: 1.4rem; }
.pmnw-c-item        { display: flex; gap: 1rem; align-items: flex-start; }
.pmnw-c-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--pmnw-green-light);
  display: flex; align-items: center; justify-content: center;
  color: var(--pmnw-green-dark);
  font-size: 1.05rem; flex-shrink: 0;
}
.pmnw-c-item h4 {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--pmnw-gray); margin-bottom: 0.2rem;
}
.pmnw-c-item p { font-size: 0.93rem; font-weight: 500; }
.pmnw-contact__form {
  background: var(--pmnw-white);
  border: 1px solid var(--pmnw-border);
  border-radius: 16px; padding: 2.5rem;
}
.pmnw-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pmnw-fg { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; }
.pmnw-fg label {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em; color: var(--pmnw-gray);
}
.pmnw-fg input, .pmnw-fg select, .pmnw-fg textarea {
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--pmnw-border);
  border-radius: 8px; font-family: inherit; font-size: 0.9rem;
  outline: none; transition: border-color 0.2s; color: var(--pmnw-black);
  background: var(--pmnw-white);
}
.pmnw-fg input:focus, .pmnw-fg select:focus, .pmnw-fg textarea:focus { border-color: var(--pmnw-green); }
.pmnw-fg textarea { min-height: 100px; resize: vertical; }

/* ============================================================
   PORTAL CARDS
   ============================================================ */
.pmnw-portal__inner { max-width: 880px; margin: 0 auto; }
.pmnw-portal__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }
.pmnw-pcard {
  border: 1px solid var(--pmnw-border); border-radius: 20px;
  padding: 2.5rem; text-align: center; transition: all 0.25s;
}
.pmnw-pcard:hover { border-color: var(--pmnw-green); box-shadow: 0 10px 40px rgba(107,191,58,0.1); }
.pmnw-pcard__icon {
  width: 72px; height: 72px; border-radius: 18px;
  margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--pmnw-green-dark);
  font-size: 2.1rem; overflow: visible;
}
.pmnw-pcard__icon img { width: 100%; height: 100%; object-fit: contain; }
.pmnw-pcard__icon--green { background: var(--pmnw-green-light); }
.pmnw-pcard__icon--gold  { background: var(--pmnw-gold-light); }
.pmnw-pcard__title { font-size: 1.3rem; margin-bottom: 0.7rem; }
.pmnw-pcard__text  { color: var(--pmnw-gray); font-size: 0.9rem; margin-bottom: 1.5rem; line-height: 1.6; }
.pmnw-pcard__features { text-align: left; margin-bottom: 2rem; list-style: none; padding: 0; }
.pmnw-pcard__features li {
  font-size: 0.87rem; color: var(--pmnw-gray);
  padding: 0.28rem 0 0.28rem 1.3rem; position: relative;
}
.pmnw-pcard__features li::before { content: '✓'; color: var(--pmnw-green); font-weight: 700; position: absolute; left: 0; }
.pmnw-portal__cta {
  text-align: center; margin-top: 2.5rem; padding: 2rem;
  background: var(--pmnw-gray-light); border-radius: 16px;
}

/* ============================================================
   STAT BAR (standalone)
   ============================================================ */
.pmnw-stat-bar { padding: 3rem 2rem; }
.pmnw-stat-bar__inner {
  max-width: 1000px; margin: 0 auto;
  display: flex; gap: 0; flex-wrap: wrap;
}
.pmnw-stat-item {
  flex: 1; text-align: center;
  padding: 2rem 1rem;
  border-right: 1px solid var(--pmnw-border);
}
.pmnw-stat-item:last-child { border-right: none; }
.pmnw-stat-item__num { font-size: 2.5rem; font-weight: 700; color: var(--pmnw-green-dark); display: block; }
.pmnw-stat-item__lbl { font-size: 0.82rem; color: var(--pmnw-gray); text-transform: uppercase; letter-spacing: 0.06em; }

/* ============================================================
   SITE FOOTER
   ============================================================ */
.pmnw-footer { background: var(--pmnw-black); color: white; padding: 3.5rem 2rem 1.5rem; }
.pmnw-footer__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
  padding-bottom: 2.5rem; border-bottom: 1px solid #222;
}
.pmnw-footer__brand-name { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.8rem; }
.pmnw-footer__brand-name span { color: var(--pmnw-green); }
.pmnw-footer__desc { font-size: 0.84rem; color: #777; line-height: 1.65; max-width: 270px; }
.pmnw-footer__col h4 {
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #555; margin-bottom: 1rem;
}
.pmnw-footer__col a, .pmnw-footer__col p {
  display: block; font-size: 0.84rem; color: #999;
  margin-bottom: 0.5rem; text-decoration: none; transition: color 0.2s;
}
.pmnw-footer__col a:hover { color: var(--pmnw-green); }
.pmnw-footer__bottom {
  max-width: 1200px; margin: 1.5rem auto 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
}
.pmnw-footer__copyright { font-size: 0.78rem; color: #555; }
.pmnw-footer__legal { font-size: 0.78rem; color: #555; }
.pmnw-footer__legal span { color: #666; }

/* ============================================================
   MAP SECTION
   ============================================================ */
.pmnw-map-box {
  background: linear-gradient(135deg, #eaf7de, #d4edbc);
  border-radius: 16px; padding: 3rem; text-align: center;
  border: 1px solid rgba(107,191,58,0.2);
}
.pmnw-map-cities { display: flex; gap: 0.6rem; flex-wrap: wrap; justify-content: center; margin-top: 1.5rem; }
.pmnw-map-city {
  background: white; border: 1px solid var(--pmnw-border);
  border-radius: 8px; padding: 0.35rem 0.8rem; font-size: 0.8rem; font-weight: 500;
}
.pmnw-dark-cta { background: var(--pmnw-black); border-radius: 16px; padding: 2.5rem; text-align: center; color: white; }
.pmnw-dark-cta h3 { font-size: 1.4rem; margin-bottom: 0.4rem; color: white; }
.pmnw-dark-cta p  { color: #888; font-size: 0.88rem; margin-bottom: 1.5rem; }

/* ============================================================
   MODAL (Inquiry + Apply)
   ============================================================ */
.pmnw-modal-overlay {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 1.5rem 1rem 2rem;
  overflow-y: auto;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.pmnw-modal-overlay.pmnw-open { opacity: 1; pointer-events: all; }
.pmnw-modal {
  background: var(--pmnw-white); border-radius: 20px;
  width: 100%; max-width: 510px; overflow: hidden;
  transform: translateY(22px); transition: transform 0.3s;
  margin: 0 auto;
}
.pmnw-modal-overlay.pmnw-open .pmnw-modal { transform: translateY(0); }
.pmnw-modal__header { padding: 1.8rem 2rem; position: relative; }
.pmnw-modal__header--green { background: linear-gradient(135deg, var(--pmnw-green), var(--pmnw-green-dark)); }
.pmnw-modal__header--dark  { background: linear-gradient(135deg, #111, #2a2a2a); }
.pmnw-modal__header h2 { font-size: 1.5rem; color: white; margin-bottom: 0.3rem; }
.pmnw-modal__header p  { font-size: 0.84rem; color: rgba(255,255,255,0.8); }
.pmnw-modal__close {
  position: absolute; top: 1rem; right: 1rem;
  background: rgba(255,255,255,0.2); border: none; color: white;
  width: 30px; height: 30px; border-radius: 50%; cursor: pointer;
  font-size: 0.9rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.pmnw-modal__close:hover { background: rgba(255,255,255,0.3); }
.pmnw-modal__body { padding: 1.8rem 2rem; }
.pmnw-app-steps { display: flex; gap: 0.4rem; margin-bottom: 1.5rem; }
.pmnw-app-step {
  flex: 1; text-align: center; padding: 0.38rem;
  font-size: 0.72rem; font-weight: 600; border-radius: 6px;
  background: var(--pmnw-gray-light); color: var(--pmnw-gray);
}
.pmnw-app-step.pmnw-active { background: var(--pmnw-black); color: white; }
.pmnw-form-note { font-size: 0.73rem; color: var(--pmnw-gray); text-align: center; margin-top: 0.7rem; }

.pmnw-inquiry-popup-widget {
  width: auto;
  max-width: none;
}

.pmnw-inquiry-popup-widget__notice {
  display: inline-block;
  background: #eef8e5;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  font-size: 0.82rem;
  color: #4a9020;
  border: 1px solid #c5e6a0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .pmnw-hero__inner,
  .pmnw-why__inner,
  .pmnw-about__grid,
  .pmnw-contact__grid,
  .pmnw-portal__cards,
  .pmnw-footer__inner { grid-template-columns: 1fr; }
  .pmnw-hero__visual { display: flex; justify-content: center; }
  .pmnw-hero-inquiry-card { max-width: 100%; }
  .pmnw-services-grid__grid { grid-template-columns: 1fr 1fr; }
  .pmnw-testi__grid { grid-template-columns: 1fr; }
  .pmnw-form-row { grid-template-columns: 1fr; }
  .pmnw-stat-bar__inner { flex-direction: column; }
  .pmnw-stat-item { border-right: none; border-bottom: 1px solid var(--pmnw-border); }
  .pmnw-stat-item:last-child { border-bottom: none; }
}

@media (max-width: 600px) {
  .pmnw-services-grid__grid { grid-template-columns: 1fr; }
}


/* ============================================================
   LAYOUT + RESPONSIVE HARDENING OVERRIDES (v1.0.1)
   Adds full-width section behavior and safer responsiveness.
   ============================================================ */

/* Base widget sizing */
.pmnw-widget {
  width: 100%;
  max-width: 100%;
}

/* Ensure inner content breathes correctly inside Elementor */
.pmnw-widget,
.pmnw-widget * {
  min-width: 0;
}

/* Full-width breakout for section-style widgets */
.pmnw-hero,
.pmnw-strip,
.pmnw-why,
.pmnw-testi,
.pmnw-cta-banner,
.pmnw-page-hero,
.pmnw-stat-bar,
.pmnw-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Keep content aligned with a consistent max-width */
.pmnw-hero__inner,
.pmnw-strip__inner,
.pmnw-why__inner,
.pmnw-testi__heading,
.pmnw-testi__grid,
.pmnw-cta-banner__inner,
.pmnw-page-hero__inner,
.pmnw-about__grid,
.pmnw-contact__grid,
.pmnw-portal__inner,
.pmnw-stat-bar__inner,
.pmnw-footer__inner,
.pmnw-footer__bottom,
.pmnw-services-grid,
.pmnw-properties,
.pmnw-services-detail,
.pmnw-about,
.pmnw-contact,
.pmnw-portal,
.pmnw-widget > .pmnw-map-box,
.pmnw-widget > .pmnw-dark-cta,
.pmnw-widget > .pmnw-svc-detail {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Safer section padding on all pages */
.pmnw-hero,
.pmnw-strip,
.pmnw-why,
.pmnw-testi,
.pmnw-cta-banner,
.pmnw-page-hero,
.pmnw-stat-bar,
.pmnw-footer,
.pmnw-services-grid,
.pmnw-properties,
.pmnw-about__grid,
.pmnw-contact__grid,
.pmnw-portal__inner,
.pmnw-widget > .pmnw-svc-detail,
.pmnw-widget > .pmnw-map-box,
.pmnw-widget > .pmnw-dark-cta,
.pmnw-widget > .pmnw-about__grid,
.pmnw-widget > .pmnw-contact__grid,
.pmnw-widget > .pmnw-portal__cards,
.pmnw-widget > .pmnw-stat-bar__inner,
.pmnw-widget > .pmnw-prop-grid,
.pmnw-widget > .pmnw-properties__filters,
.pmnw-widget > .pmnw-services-grid__heading,
.pmnw-widget > .pmnw-services-grid__grid {
  box-sizing: border-box;
}

/* Media resilience */
.pmnw-widget iframe,
.pmnw-widget video,
.pmnw-widget embed,
.pmnw-widget object,
.pmnw-widget .elementor-shortcode,
.pmnw-widget .wpcf7,
.pmnw-widget .wpforms-container,
.pmnw-widget form {
  width: 100%;
  max-width: 100%;
}

.pmnw-widget .elementor-shortcode > *,
.pmnw-widget .wpcf7 form,
.pmnw-widget .wpforms-container form {
  width: 100%;
  max-width: 100%;
}

/* Prevent cards and buttons from overflowing narrower columns */
.pmnw-svc-card,
.pmnw-svc-detail,
.pmnw-tcard,
.pmnw-prop-card,
.pmnw-pcard,
.pmnw-contact__form,
.pmnw-preview-card,
.pmnw-hero-inquiry-card,
.pmnw-why__box,
.pmnw-map-box,
.pmnw-dark-cta,
.pmnw-modal,
.pmnw-info-card,
.pmnw-stat-item {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .pmnw-hero,
  .pmnw-strip,
  .pmnw-why,
  .pmnw-testi,
  .pmnw-cta-banner,
  .pmnw-page-hero,
  .pmnw-stat-bar,
  .pmnw-footer {
    padding-left: clamp(20px, 4vw, 32px);
    padding-right: clamp(20px, 4vw, 32px);
  }

  .pmnw-hero__inner,
  .pmnw-strip__inner,
  .pmnw-why__inner,
  .pmnw-testi__heading,
  .pmnw-testi__grid,
  .pmnw-cta-banner__inner,
  .pmnw-page-hero__inner,
  .pmnw-about__grid,
  .pmnw-contact__grid,
  .pmnw-portal__inner,
  .pmnw-stat-bar__inner,
  .pmnw-footer__inner,
  .pmnw-footer__bottom,
  .pmnw-services-grid,
  .pmnw-properties {
    max-width: 100%;
  }

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

@media (max-width: 1024px) {
  .pmnw-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pmnw-hero__inner,
  .pmnw-why__inner,
  .pmnw-about__grid,
  .pmnw-contact__grid,
  .pmnw-portal__cards,
  .pmnw-footer__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pmnw-services-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pmnw-testi__grid,
  .pmnw-why__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pmnw-footer__bottom,
  .pmnw-cta-strip,
  .pmnw-prop-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .pmnw-prop-btns .pmnw-btn,
  .pmnw-cta-banner__actions .pmnw-btn,
  .pmnw-hero__actions .pmnw-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pmnw-hero,
  .pmnw-strip,
  .pmnw-why,
  .pmnw-testi,
  .pmnw-cta-banner,
  .pmnw-page-hero,
  .pmnw-stat-bar,
  .pmnw-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pmnw-section-title,
  .pmnw-page-hero__title,
  .pmnw-hero__title,
  .pmnw-cta-banner__title {
    word-break: break-word;
  }

  .pmnw-services-grid__grid,
  .pmnw-testi__grid,
  .pmnw-why__stats,
  .pmnw-portal__cards,
  .pmnw-prop-grid,
  .pmnw-form-row {
    grid-template-columns: 1fr;
  }

  .pmnw-services-grid__heading,
  .pmnw-testi__heading,
  .pmnw-page-hero__inner,
  .pmnw-cta-banner__inner,
  .pmnw-portal__inner {
    max-width: 100%;
  }

  .pmnw-hero__stats,
  .pmnw-properties__filters,
  .pmnw-map-cities,
  .pmnw-footer__bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }

  .pmnw-stat-bar__inner {
    flex-direction: column;
  }

  .pmnw-stat-item {
    border-right: none;
    border-bottom: 1px solid var(--pmnw-border);
  }

  .pmnw-stat-item:last-child {
    border-bottom: none;
  }

  .pmnw-contact__form,
  .pmnw-pcard,
  .pmnw-svc-detail,
  .pmnw-map-box,
  .pmnw-dark-cta,
  .pmnw-modal__header,
  .pmnw-modal__body {
    padding: 1.25rem;
  }

  .pmnw-filter-btn,
  .pmnw-btn,
  .pmnw-prop-btns .pmnw-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pmnw-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pmnw-hero__stats {
    padding-top: 1.25rem;
  }

  .pmnw-hero__stat-num,
  .pmnw-wstat__num,
  .pmnw-stat-item__num {
    font-size: 1.8rem;
  }

  .pmnw-preview-card,
  .pmnw-svc-card,
  .pmnw-tcard,
  .pmnw-prop-body,
  .pmnw-pcard,
  .pmnw-why__box,
  .pmnw-contact__form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pmnw-prop-img {
    height: 180px;
  }

  .pmnw-modal {
    border-radius: 16px;
  }
}

/* ============================================================
   SITE HEADER WIDGET  (v1.0.2)
   Responsive sticky navigation for PMNW
   ============================================================ */

/* ── Widget wrapper ── */
.pmnw-header-widget {
  position: relative;
  z-index: 9999;
}

/* ── Announcement Bar ── */
.pmnw-header__ann {
  background: var(--pmnw-black);
  padding: 0.55rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  overflow: hidden;
}
.pmnw-header__ann::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 120px,
    rgba(107,191,58,0.04) 120px,
    rgba(107,191,58,0.04) 121px
  );
  pointer-events: none;
}
.pmnw-header__ann-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.pmnw-header__ann-icon {
  font-size: 0.9rem;
  line-height: 1;
}
.pmnw-header__ann-text {
  font-size: 0.78rem;
  color: #ccc;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.pmnw-header__ann-link {
  font-size: 0.78rem;
  color: var(--pmnw-green);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding: 0.15rem 0.6rem;
  border-radius: 4px;
  border: 1px solid rgba(107,191,58,0.35);
  transition: all 0.2s;
  text-decoration: none;
}
.pmnw-header__ann-link:hover {
  background: rgba(107,191,58,0.12);
  color: #8de050;
}
.pmnw-header__ann-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: color 0.2s;
  line-height: 1;
}
.pmnw-header__ann-close:hover { color: #aaa; }
.pmnw-header__ann.pmnw-ann-hidden { display: none; }

/* ── Nav Bar ── */
.pmnw-header__nav {
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid var(--pmnw-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: box-shadow 0.3s ease, background 0.3s ease;
  width: 100%;
  top: 0;
}
/* Sticky */
.pmnw-header__nav[data-sticky="1"] {
  position: sticky;
  top: 0;
}
/* Scroll shadow */
.pmnw-header__nav.pmnw-scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
/* Transparent-on-top */
.pmnw-header__nav[data-transparent="1"]:not(.pmnw-scrolled) {
  background: rgba(255,255,255,0.0);
  border-bottom-color: transparent;
}

.pmnw-header__nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* ── Logo / Wordmark ── */
.pmnw-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 2.5rem;
}
.pmnw-header__logo img {
  display: block;
  height: auto;
}
.pmnw-header__wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  line-height: 1;
}
.pmnw-header__wordmark-pm {
  color: var(--pmnw-green);
  font-size: 1.25rem;
}
.pmnw-header__wordmark-nw {
  color: var(--pmnw-black);
}
.pmnw-header__wordmark-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  color: #aaa;
  margin-left: 0.6rem;
  font-weight: 400;
  border-left: 1px solid var(--pmnw-border);
  padding-left: 0.6rem;
  white-space: nowrap;
  align-self: center;
}

/* ── Desktop Nav Links ── */
.pmnw-header__links {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.pmnw-header__link-item {
  position: relative;
}
.pmnw-header__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.38rem 0.82rem;
  font-size: 0.855rem;
  font-weight: 500;
  color: var(--pmnw-gray);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.18s ease;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.01em;
}
.pmnw-header__link:hover,
.pmnw-header__link.pmnw-active,
.pmnw-header__link[aria-current="page"] {
  color: var(--pmnw-black);
  background: var(--pmnw-green-light);
}
.pmnw-header__link.pmnw-active,
.pmnw-header__link[aria-current="page"] {
  font-weight: 600;
}
.pmnw-header__chevron {
  flex-shrink: 0;
  opacity: 0.55;
  transition: transform 0.2s ease;
}
.pmnw-has-dropdown:hover .pmnw-header__chevron,
.pmnw-has-dropdown.pmnw-open .pmnw-header__chevron {
  transform: rotate(180deg);
  opacity: 0.85;
}

/* ── Dropdown ── */
.pmnw-header__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 200px;
  background: var(--pmnw-white);
  border: 1px solid var(--pmnw-border);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.06);
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 200;
}
.pmnw-header__dropdown::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  background: var(--pmnw-white);
  border-top: 1px solid var(--pmnw-border);
  border-left: 1px solid var(--pmnw-border);
  border-radius: 2px 0 0 0;
}
.pmnw-has-dropdown:hover .pmnw-header__dropdown,
.pmnw-has-dropdown.pmnw-open .pmnw-header__dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.pmnw-header__dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  font-size: 0.845rem;
  color: var(--pmnw-gray);
  text-decoration: none;
  transition: all 0.15s;
  white-space: nowrap;
}
.pmnw-header__dropdown-item:hover,
.pmnw-header__dropdown-item.pmnw-active,
.pmnw-header__dropdown-item[aria-current="page"] {
  background: var(--pmnw-green-light);
  color: var(--pmnw-green-dark);
}
.pmnw-header__dropdown-dot {
  width: 5px;
  height: 5px;
  background: var(--pmnw-green);
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.6;
}
.pmnw-header__dropdown-item:hover .pmnw-header__dropdown-dot,
.pmnw-header__dropdown-item.pmnw-active .pmnw-header__dropdown-dot,
.pmnw-header__dropdown-item[aria-current="page"] .pmnw-header__dropdown-dot {
  opacity: 1;
}

/* ── Header Actions ── */
.pmnw-header__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
  flex-shrink: 0;
}
.pmnw-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.835rem;
  font-weight: 600;
  color: var(--pmnw-gray);
  text-decoration: none;
  padding: 0.38rem 0.7rem;
  border-radius: 6px;
  transition: all 0.18s;
  white-space: nowrap;
}
.pmnw-header__phone:hover {
  color: var(--pmnw-green-dark);
  background: var(--pmnw-green-light);
}
.pmnw-header__phone-icon {
  flex-shrink: 0;
  opacity: 0.7;
}
.pmnw-header__phone:hover .pmnw-header__phone-icon {
  opacity: 1;
}
.pmnw-header__cta {
  background: var(--pmnw-green);
  color: var(--pmnw-white) !important;
  padding: 0.52rem 1.15rem !important;
  font-size: 0.855rem !important;
  border-radius: 7px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(107,191,58,0.28);
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  text-decoration: none;
}
.pmnw-header__cta:hover {
  background: var(--pmnw-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(107,191,58,0.35);
  color: #fff !important;
}

/* ── Mobile Hamburger ── */
.pmnw-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: 1px solid var(--pmnw-border);
  border-radius: 8px;
  cursor: pointer;
  padding: 0 9px;
  margin-left: 1rem;
  transition: all 0.2s;
  flex-shrink: 0;
}
.pmnw-header__burger:hover {
  border-color: var(--pmnw-green);
  background: var(--pmnw-green-light);
}
.pmnw-header__burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--pmnw-black);
  border-radius: 2px;
  transition: all 0.25s ease;
  transform-origin: center;
}
.pmnw-header__burger.pmnw-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.pmnw-header__burger.pmnw-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.pmnw-header__burger.pmnw-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Mobile Overlay ── */
.pmnw-header__mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pmnw-header__mobile-overlay.pmnw-open {
  opacity: 1;
}

/* ── Mobile Menu Drawer ── */
.pmnw-header__mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 88vw);
  background: var(--pmnw-white);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 40px rgba(0,0,0,0.12);
  overflow-y: auto;
}
.pmnw-header__mobile-menu.pmnw-open {
  transform: translateX(0);
}
.pmnw-header__mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.3rem;
  border-bottom: 1px solid var(--pmnw-border);
  flex-shrink: 0;
}
.pmnw-header__mobile-close {
  background: none;
  border: 1px solid var(--pmnw-border);
  border-radius: 8px;
  padding: 6px;
  cursor: pointer;
  color: var(--pmnw-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.pmnw-header__mobile-close:hover {
  border-color: var(--pmnw-green);
  color: var(--pmnw-green-dark);
  background: var(--pmnw-green-light);
}
.pmnw-header__mobile-links {
  list-style: none;
  padding: 0.75rem 0;
  margin: 0;
  flex: 1;
}
.pmnw-header__mobile-links li {
  border-bottom: 1px solid var(--pmnw-border);
}
.pmnw-header__mobile-links li:last-child {
  border-bottom: none;
}
.pmnw-header__mobile-link {
  display: flex;
  align-items: center;
  padding: 0.85rem 1.3rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--pmnw-black);
  text-decoration: none;
  transition: all 0.15s;
}
.pmnw-header__mobile-link:hover,
.pmnw-header__mobile-link.pmnw-active,
.pmnw-header__mobile-link[aria-current="page"] {
  background: var(--pmnw-green-light);
  color: var(--pmnw-green-dark);
}
.pmnw-header__mobile-link.pmnw-active,
.pmnw-header__mobile-link[aria-current="page"] {
  font-weight: 700;
}
.pmnw-header__mobile-sub {
  background: var(--pmnw-gray-light);
  padding: 0.4rem 0;
}
.pmnw-header__mobile-sub a {
  display: block;
  padding: 0.55rem 1.3rem 0.55rem 2.2rem;
  font-size: 0.85rem;
  color: var(--pmnw-gray);
  text-decoration: none;
  transition: color 0.15s;
  position: relative;
}
.pmnw-header__mobile-sub a::before {
  content: '';
  position: absolute;
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--pmnw-green);
  border-radius: 50%;
}
.pmnw-header__mobile-sub a:hover,
.pmnw-header__mobile-sub a.pmnw-active,
.pmnw-header__mobile-sub a[aria-current="page"] {
  color: var(--pmnw-green-dark);
  font-weight: 600;
}
.pmnw-header__mobile-footer {
  padding: 1.2rem 1.3rem;
  border-top: 1px solid var(--pmnw-border);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-shrink: 0;
  background: var(--pmnw-gray-light);
}
.pmnw-header__phone--mobile {
  justify-content: center;
  background: var(--pmnw-white);
  border: 1px solid var(--pmnw-border);
  border-radius: 8px;
  padding: 0.65rem 1rem;
}
.pmnw-header__cta--mobile {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 1rem !important;
  font-size: 0.9rem !important;
}

/* Body scroll lock when menu open */
body.pmnw-mobile-open {
  overflow: hidden;
}

/* ── Responsive breakpoints ── */
@media (max-width: 1024px) {
  .pmnw-header__phone {
    display: none; /* Hide phone in nav at tablet, show in drawer */
  }
}

@media (max-width: 900px) {
  .pmnw-header__links {
    display: none;
  }
  .pmnw-header__phone {
    display: none;
  }
  .pmnw-header__burger {
    display: flex;
  }
  .pmnw-header__cta {
    display: none; /* Show in mobile drawer only */
  }
  .pmnw-header__mobile-overlay {
    display: block;
    pointer-events: none;
  }
  .pmnw-header__mobile-overlay.pmnw-open {
    pointer-events: all;
  }
}

@media (max-width: 600px) {
  .pmnw-header__ann-text {
    display: none;
  }
  .pmnw-header__ann-icon {
    display: none;
  }
  .pmnw-header__ann-inner {
    justify-content: center;
  }
  .pmnw-header__nav-inner {
    padding: 0 1rem;
  }
}

/* ============================================================
   INQUIRY POPUP WIDGET — width fix
   Override the global .pmnw-widget full-width rule so the
   small editor-notice doesn't stretch across the whole column.
   The modals themselves are position:fixed and unaffected.
   ============================================================ */
.pmnw-inquiry-popup-widget {
  width: auto !important;
  max-width: 100% !important;
  display: inline-block;
}


/* ============================================================
   INQUIRY/APPLY MODAL FINAL FIXES (v1.0.3)
   - no visible frontend widget block
   - restore modal width
   - force hidden state until opened
   ============================================================ */
.pmnw-inquiry-popup-widget--editor-only {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
}

.elementor-widget-pmnw_inquiry_popup:not(.elementor-element-edit-mode) .pmnw-inquiry-popup-widget,
.elementor-widget-pmnw_inquiry_popup:not(.elementor-element-edit-mode)::before,
.elementor-widget-pmnw_inquiry_popup:not(.elementor-element-edit-mode)::after {
  display: none !important;
}

#pmnw-inquiry-modal,
#pmnw-apply-modal {
  display: none;
}

#pmnw-inquiry-modal.pmnw-open,
#pmnw-apply-modal.pmnw-open {
  display: flex;
}

#pmnw-inquiry-modal .pmnw-modal,
#pmnw-apply-modal .pmnw-modal {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  flex: 0 1 760px;
}

/* ============================================================
   APPLY MODAL — 4-STEP WIZARD  (v1.0.4)
   ============================================================ */

/* Modal — overflow:hidden preserves border-radius on coloured headers */
.pmnw-modal {
  overflow: hidden !important;
  max-height: none !important;
}

/* The apply modal is wider than the inquiry modal */
.pmnw-modal--apply {
  max-width: 600px !important;
  overflow: hidden !important; /* preserves border-radius against child bg colours */
}

/* Header row: title + close button side by side */
.pmnw-apply-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
.pmnw-modal__close--inline {
  position: static !important;
  flex-shrink: 0;
  margin-top: 2px;
}
.pmnw-apply-subtitle {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.75);
  margin-top: 0.2rem;
}

/* ── Progress bar ── */
.pmnw-apply-progress {
  height: 3px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  margin-bottom: 0.85rem;
  overflow: hidden;
}
.pmnw-apply-progress__bar {
  height: 100%;
  background: var(--pmnw-green);
  border-radius: 2px;
  transition: width 0.35s ease;
}

/* ── Step pills ── */
.pmnw-app-steps {
  display: flex;
  gap: 0.35rem;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.pmnw-app-step {
  flex: 1;
  text-align: center;
  padding: 0.35rem 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  border-radius: 5px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.55);
  white-space: nowrap;
  transition: all 0.2s;
  user-select: none;
}
.pmnw-app-step.pmnw-done {
  background: rgba(107,191,58,0.25);
  color: rgba(255,255,255,0.8);
}
.pmnw-app-step.pmnw-active {
  background: var(--pmnw-white);
  color: var(--pmnw-black);
}

/* ── Modal body for step panels ── */
.pmnw-modal__body--steps {
  padding: 1.5rem 2rem;
  overflow: visible; /* overlay scrolls; content must not be clipped here */
}

/* ── Individual step panels ── */
.pmnw-apply-step-panel {
  animation: pmnwStepIn 0.22s ease;
}
@keyframes pmnwStepIn {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── Step intro text ── */
.pmnw-step-intro {
  font-size: 0.83rem;
  color: var(--pmnw-gray);
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* ── Navigation row (Back / Next) ── */
.pmnw-apply-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pmnw-border);
}
.pmnw-apply-nav .pmnw-btn {
  min-width: 120px;
  justify-content: center;
}

/* ── Reference blocks ── */
.pmnw-reference-block {
  background: var(--pmnw-gray-light);
  border-radius: 10px;
  padding: 1rem 1.1rem 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid var(--pmnw-border);
}
.pmnw-ref-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--pmnw-green-dark);
  margin-bottom: 0.6rem;
}

/* ── Required star ── */
.pmnw-req {
  color: #e74c3c;
  font-size: 0.75rem;
  margin-left: 1px;
}

/* ── Checkbox label ── */
.pmnw-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.83rem;
  color: var(--pmnw-gray);
  line-height: 1.5;
  cursor: pointer;
}
.pmnw-checkbox-label input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  accent-color: var(--pmnw-green);
  cursor: pointer;
}

/* ── Validation error state ── */
.pmnw-modal .pmnw-fg input.pmnw-error,
.pmnw-modal .pmnw-fg select.pmnw-error,
.pmnw-modal .pmnw-fg textarea.pmnw-error {
  border-color: #e74c3c !important;
  background: #fff8f8;
}
.pmnw-checkbox-label input.pmnw-error {
  outline: 2px solid #e74c3c;
  outline-offset: 1px;
}
.pmnw-field-error {
  display: block;
  font-size: 0.72rem;
  color: #e74c3c;
  margin-top: 3px;
  font-weight: 500;
}

/* ── Shake animation on validation fail ── */
@keyframes pmnwShake {
  0%, 100% { transform: translateX(0); }
  20%       { transform: translateX(-5px); }
  40%       { transform: translateX(5px); }
  60%       { transform: translateX(-4px); }
  80%       { transform: translateX(4px); }
}
.pmnw-shake {
  animation: pmnwShake 0.4s ease;
}

/* ── Inquiry submit button ── */
.pmnw-inq-submit {
  width: 100%;
  padding: 0.9rem;
  font-size: 0.95rem;
  justify-content: center;
}

/* ── Success panel ── */
.pmnw-apply-success {
  text-align: center;
  padding: 1.5rem 1rem 0.5rem;
}
.pmnw-success-icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.pmnw-success-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--pmnw-green-dark);
}
.pmnw-success-text {
  font-size: 0.9rem;
  color: var(--pmnw-gray);
  line-height: 1.6;
  max-width: 360px;
  margin: 0 auto 1rem;
}

/* ── pmnw-fg inside modal — tighter spacing ── */
.pmnw-modal__body .pmnw-fg {
  margin-bottom: 0.75rem;
}
.pmnw-modal__body .pmnw-fg label {
  font-size: 0.71rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pmnw-gray);
  display: block;
  margin-bottom: 0.3rem;
}
.pmnw-modal__body .pmnw-fg input,
.pmnw-modal__body .pmnw-fg select,
.pmnw-modal__body .pmnw-fg textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--pmnw-border);
  border-radius: 7px;
  font-family: inherit;
  font-size: 0.875rem;
  color: var(--pmnw-black);
  background: var(--pmnw-white);
  outline: none;
  transition: border-color 0.18s;
}
.pmnw-modal__body .pmnw-fg input:focus,
.pmnw-modal__body .pmnw-fg select:focus,
.pmnw-modal__body .pmnw-fg textarea:focus {
  border-color: var(--pmnw-green);
}
.pmnw-modal__body .pmnw-fg textarea {
  resize: vertical;
  min-height: 70px;
}
.pmnw-modal__body .pmnw-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .pmnw-modal--apply  { max-width: 100% !important; }
  .pmnw-modal__body--steps { padding: 1.1rem 1rem; }
  .pmnw-modal__body .pmnw-form-row { grid-template-columns: 1fr; gap: 0; }
  .pmnw-app-step { font-size: 0.6rem; padding: 0.3rem 0.25rem; }
}

/* ── Inquiry modal — success state ── */
.pmnw-inq-success {
  text-align: center;
  padding: 1rem 0 0.5rem;
}
.pmnw-inq-success .pmnw-success-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.pmnw-inq-success .pmnw-success-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--pmnw-green-dark);
}
.pmnw-inq-success .pmnw-success-text {
  font-size: 0.9rem;
  color: var(--pmnw-gray);
  line-height: 1.6;
  max-width: 360px;
  margin: 0 auto 0.5rem;
}

/* ── Contact form — validation & success ── */
.pmnw-contact__form .pmnw-fg input.pmnw-error,
.pmnw-contact__form .pmnw-fg select.pmnw-error,
.pmnw-contact__form .pmnw-fg textarea.pmnw-error {
  border-color: #e74c3c !important;
  background: #fff8f8;
}
.pmnw-contact__form .pmnw-field-error {
  display: block;
  font-size: 0.72rem;
  color: #e74c3c;
  margin-top: 3px;
  font-weight: 500;
}
.pmnw-req { color: #e74c3c; font-size: 0.75rem; margin-left: 1px; }

.pmnw-contact-success {
  text-align: center;
  padding: 2rem 1rem;
}
.pmnw-contact-success .pmnw-success-icon  { font-size: 3rem; line-height: 1; margin-bottom: 0.75rem; }
.pmnw-contact-success .pmnw-success-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--pmnw-green-dark); }
.pmnw-contact-success .pmnw-success-text  { font-size: 0.92rem; color: var(--pmnw-gray); line-height: 1.6; max-width: 340px; margin: 0 auto; }


/* ============================================================
   MOBILE RESPONSIVE FIXES (v1.0.3)
   Harden hero stats, services grid, and testimonials on tablets/phones.
   ============================================================ */

.pmnw-hero__stats > div {
  min-width: 0;
}

.pmnw-svc-card,
.pmnw-tcard {
  min-width: 0;
  height: 100%;
}

.pmnw-svc-card {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .pmnw-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
  }

  .pmnw-hero__stats > div {
    padding: 0.9rem 0.75rem;
    border: 1px solid var(--pmnw-border);
    border-radius: 12px;
    text-align: center;
  }

  .pmnw-services-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pmnw-testi__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .pmnw-hero__content,
  .pmnw-services-grid,
  .pmnw-testi {
    width: 100%;
    max-width: 100%;
  }

  .pmnw-hero__desc {
    max-width: 100%;
  }

  .pmnw-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pmnw-hero__actions .pmnw-btn {
    width: 100%;
    justify-content: center;
  }

  .pmnw-hero__stats {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    border-top: none;
    padding-top: 0;
  }

  .pmnw-hero__stats > div {
    width: 100%;
  }

  .pmnw-services-grid__grid,
  .pmnw-testi__grid {
    grid-template-columns: 1fr !important;
  }

  .pmnw-services-grid__heading p {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (max-width: 480px) {
  .pmnw-hero__title {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }

  .pmnw-hero__badge {
    max-width: 100%;
    text-align: left;
    white-space: normal;
  }

  .pmnw-svc-card,
  .pmnw-tcard {
    padding: 1rem;
  }

  .pmnw-tcard__reviewer {
    align-items: flex-start;
  }
}