/* ==========================================================================
   Pulse Moments — Inner Pages CSS
   About, Contact, Blog (sidebar), Services, page heroes
   ========================================================================== */

/* ── Page wrapper ── */
.pg-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ── Eyebrow label ── */
.pg-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase;
  color: #c9a24b; margin-bottom: 12px;
}
.pg-eyebrow--gold { color: #c9a24b; }

/* ── Section heading ── */
.pg-sec-head { text-align: center; margin-bottom: 56px; }
.pg-sec-head h2 { font-family: 'Fraunces', Georgia, serif; font-size: 40px; font-weight: 700; color: #141a28; line-height: 1.1; margin: 0 0 14px; }
.pg-sec-head h2 em { font-style: italic; color: #c9a24b; }
.pg-sec-head p { font-size: 17px; color: #6b7280; max-width: 580px; margin: 0 auto; line-height: 1.65; }
.pg-sec-head--light h2 { color: #f5efe0; }
.pg-sec-head--light p { color: #aab0bd; }

/* ============================================================
   INNER PAGE HERO (Kadence entry-hero override)
   ============================================================ */
body:not(.home) .entry-hero {
  background: linear-gradient(135deg, #141a28 0%, #1c2333 55%, #2a3450 100%) !important;
  position: relative; overflow: hidden;
}
body:not(.home) .entry-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 120% at 80% 50%, rgba(201,162,75,.12), transparent 70%);
}
body:not(.home) .entry-hero .entry-hero-container-inner {
  padding-top: 60px !important; padding-bottom: 60px !important;
}
body:not(.home) .entry-hero .entry-title {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 42px !important; font-weight: 700 !important;
  color: #f5efe0 !important; text-align: center; margin: 0 !important;
  position: relative;
}
body:not(.home) .entry-hero .entry-title::after {
  content: ''; display: block; width: 56px; height: 3px;
  background: linear-gradient(90deg, #c9a24b, #e2c074);
  border-radius: 3px; margin: 16px auto 0;
}
body:not(.home) .entry-hero .kadence-breadcrumbs {
  text-align: center; margin-top: 10px;
  color: rgba(245,239,224,.5) !important;
}
body:not(.home) .entry-hero .kadence-breadcrumbs a { color: #c9a24b !important; }

/* Inner page content area typography */
body:not(.home):not(.blog):not(.archive) .entry-content {
  font-family: 'Inter', sans-serif;
  font-size: 16.5px; line-height: 1.75; color: #3a3f4a;
}
body:not(.home) .entry-content h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 30px; font-weight: 700; color: #141a28; margin-top: 44px;
}
body:not(.home) .entry-content h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px; font-weight: 600; color: #1c2333; margin-top: 32px;
}

/* ============================================================
   ABOUT PAGE SECTIONS
   ============================================================ */
/* Mission band */
.pg-mission { padding: 80px 0; background: #faf7f0; }
.pg-mission__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.pg-mission__text h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 38px; font-weight: 700; color: #141a28; line-height: 1.15; margin: 0 0 20px;
}
.pg-mission__text h2 em { font-style: italic; color: #c9a24b; }
.pg-mission__text p { font-size: 16.5px; line-height: 1.75; color: #4a5162; margin: 0 0 16px; }
.pg-mission__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pg-mstat {
  background: #fff; border: 1px solid #ece5d4; border-radius: 16px;
  padding: 22px 20px; text-align: center;
  box-shadow: 0 10px 28px -18px rgba(20,26,40,.2);
  transition: transform .3s, box-shadow .3s;
}
.pg-mstat:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -18px rgba(201,162,75,.3); }
.pg-mstat strong { display: block; font-family: 'Fraunces', Georgia, serif; font-size: 38px; font-weight: 700; color: #c9a24b; line-height: 1; }
.pg-mstat span { display: block; font-size: 13px; font-weight: 600; color: #8a8f9a; margin-top: 6px; text-transform: uppercase; letter-spacing: .6px; }

/* Values grid */
.pg-values { padding: 80px 0; background: #fff; }
.pg-vals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pg-val {
  border: 1px solid #ece5d4; border-radius: 20px; padding: 30px 26px;
  background: #faf7f0; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.pg-val:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -22px rgba(201,162,75,.35); border-color: rgba(201,162,75,.5); }
.pg-val__icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(140deg, #1c2333, #2a3450);
  color: #c9a24b; margin-bottom: 18px;
  box-shadow: 0 8px 20px -10px rgba(20,26,40,.5);
}
.pg-val h3 { font-family: 'Fraunces', Georgia, serif; font-size: 20px; font-weight: 700; color: #141a28; margin: 0 0 10px; }
.pg-val p { font-size: 15px; line-height: 1.65; color: #5c636e; margin: 0; }

/* Verticals band */
.pg-verticals { padding: 80px 0; background: linear-gradient(180deg, #1c2333 0%, #141a28 100%); }
.pg-cats-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 10px; }
.pg-cat {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,75,.25);
  color: #d4d8e2; text-decoration: none; font-size: 14.5px; font-weight: 500;
  transition: background .2s, border-color .2s, color .2s;
}
.pg-cat:hover { background: rgba(201,162,75,.15); border-color: rgba(201,162,75,.7); color: #f5efe0; }
.pg-cat__icon { font-size: 18px; }

/* CTA Band */
.pg-cta-band { padding: 72px 0; background: #faf7f0; }
.pg-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.pg-cta-band__inner h2 { font-family: 'Fraunces', Georgia, serif; font-size: 34px; font-weight: 700; color: #141a28; margin: 0 0 10px; }
.pg-cta-band__inner p { font-size: 16px; color: #6b7280; margin: 0; }
.pg-cta-band__btns { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.pg-cta-band .pm-btn { min-width: 150px; text-align: center; }
.pg-cta-band .pm-btn--solid { background: linear-gradient(135deg, #1c2333, #141a28); color: #f5efe0; padding: 13px 28px; }
.pg-cta-band .pm-btn--ghost { border: 1.5px solid #1c2333; color: #1c2333; padding: 13px 28px; }
.pg-cta-band .pm-btn--ghost:hover { background: #1c2333; color: #f5efe0; }

/* ============================================================
   CONTACT PAGE — Ultra Pro
   ============================================================ */
.pg-contact { padding: 60px 0 80px; background: #faf7f0; }
.pg-contact__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }

/* Form side */
.pg-contact__form {
  background: #fff; border-radius: 24px; padding: 44px 40px;
  border: 1px solid #ece5d4;
  box-shadow: 0 30px 70px -28px rgba(20,26,40,.18);
}
.pg-contact__form h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px; font-weight: 700; color: #141a28; margin: 0 0 8px;
}
.pg-contact__form > p { font-size: 15px; color: #6b7280; margin: 0 0 28px; }

/* CF7 form premium overrides */
.pg-contact__form .wpcf7-form-control-wrap { display: block; margin-bottom: 18px; }
.pg-contact__form input[type="text"],
.pg-contact__form input[type="email"],
.pg-contact__form input[type="tel"],
.pg-contact__form textarea,
.pg-contact__form select {
  width: 100%; box-sizing: border-box;
  padding: 13px 16px; border-radius: 12px;
  border: 1.5px solid #ddd6c6; background: #faf7f0;
  font-family: 'Inter', sans-serif; font-size: 15px; color: #2a2f3a;
  transition: border-color .2s, box-shadow .2s; outline: none;
}
.pg-contact__form input:focus,
.pg-contact__form textarea:focus {
  border-color: #c9a24b;
  box-shadow: 0 0 0 3px rgba(201,162,75,.12);
  background: #fff;
}
.pg-contact__form textarea { min-height: 140px; resize: vertical; }
.pg-contact__form .wpcf7-submit {
  width: 100%; padding: 14px 0; border-radius: 12px;
  background: linear-gradient(135deg, #c9a24b, #e2c074);
  color: #141a28 !important; font-weight: 700; font-size: 16px;
  border: none; cursor: pointer; font-family: 'Inter', sans-serif;
  box-shadow: 0 8px 24px -10px rgba(201,162,75,.6);
  transition: transform .2s, box-shadow .2s;
}
.pg-contact__form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -10px rgba(201,162,75,.7);
}
.pg-contact__form label {
  display: block; font-size: 13px; font-weight: 600;
  color: #4a5162; margin-bottom: 6px; letter-spacing: .3px;
}

/* Info side */
.pg-contact__info { display: flex; flex-direction: column; gap: 18px; }
.pg-cinfo-card {
  background: #fff; border: 1px solid #ece5d4; border-radius: 20px;
  padding: 26px 28px; display: flex; flex-direction: column;
  box-shadow: 0 12px 30px -18px rgba(20,26,40,.15);
  transition: transform .3s, box-shadow .3s;
}
.pg-cinfo-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px -18px rgba(201,162,75,.25); border-color: rgba(201,162,75,.4); }
.pg-cinfo-card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(140deg, #1c2333, #2a3450);
  color: #c9a24b; display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px; box-shadow: 0 6px 16px -8px rgba(20,26,40,.4);
}
.pg-cinfo-card h4 { font-family: 'Fraunces', Georgia, serif; font-size: 18px; font-weight: 700; color: #141a28; margin: 0 0 6px; }
.pg-cinfo-card p { font-size: 15px; color: #4a5162; margin: 0 0 8px; }
.pg-cinfo-card p a { color: #1c2333; text-decoration: none; font-weight: 600; }
.pg-cinfo-card p a:hover { color: #c9a24b; }
.pg-cinfo-card span { font-size: 13px; color: #9ca3af; }
.pg-cinfo-cta {
  display: inline-block; margin-top: 12px;
  font-size: 14px; font-weight: 700; color: #c9a24b; text-decoration: none;
  transition: color .2s;
}
.pg-cinfo-cta:hover { color: #a88535; }
.pg-cinfo-card--dark {
  background: linear-gradient(135deg, #1c2333, #141a28);
  border-color: rgba(201,162,75,.25);
}
.pg-cinfo-card--dark h4 { color: #f5efe0; }
.pg-cinfo-card--dark p { color: #aab0bd; }
.pg-cinfo-cta--light { color: #f5efe0; border: 1.5px solid rgba(201,162,75,.6); border-radius: 8px; padding: 9px 16px; text-align: center; }
.pg-cinfo-cta--light:hover { background: rgba(201,162,75,.15); color: #e2c074; }

/* ============================================================
   BLOG ARCHIVE — Premium grid + Sidebar
   ============================================================ */
.blog .content-area,
.archive .content-area {
  max-width: 1180px; margin: 0 auto; padding: 40px 24px 60px;
}
.pm-blog-layout {
  display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: start;
}
.pm-blog-main {}

/* Blog category filter bar */
.pm-cat-filter {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px;
  padding-bottom: 22px; border-bottom: 1px solid #ece5d4;
}
.pm-cat-filter a {
  display: inline-block; padding: 7px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 600; text-decoration: none;
  border: 1.5px solid #e3dccb; color: #4a5162;
  transition: all .2s; background: #fff;
}
.pm-cat-filter a:hover,
.pm-cat-filter a.active { background: #141a28; color: #f5efe0; border-color: #141a28; }
.pm-cat-filter a.active { box-shadow: 0 4px 12px -6px rgba(20,26,40,.4); }

/* Blog post cards (loop-entry override) */
.blog .loop-entry,
.archive .loop-entry,
.pm-blog-main .loop-entry {
  border-radius: 18px !important; overflow: hidden;
  border: 1px solid #ece5d4 !important;
  background: #fff !important;
  box-shadow: 0 10px 28px -16px rgba(20,26,40,.14) !important;
  transition: transform .3s, box-shadow .3s !important;
  margin-bottom: 0 !important;
}
.blog .loop-entry:hover,
.archive .loop-entry:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 50px -18px rgba(20,26,40,.22) !important;
}
.blog .loop-entry .entry-title a,
.archive .loop-entry .entry-title a {
  font-family: 'Fraunces', Georgia, serif !important;
  font-size: 20px !important; font-weight: 700 !important;
  color: #141a28 !important; text-decoration: none !important;
}
.blog .loop-entry .entry-title a:hover,
.archive .loop-entry .entry-title a:hover { color: #c9a24b !important; }
.blog .post-thumbnail img,
.archive .post-thumbnail img { transition: transform .5s ease !important; }
.blog .loop-entry:hover .post-thumbnail img,
.archive .loop-entry:hover .post-thumbnail img { transform: scale(1.05) !important; }
.blog .article-post-loop-header,
.archive .article-post-loop-header { overflow: hidden; }

/* Blog Sidebar */
.pm-sidebar {
  position: sticky; top: 84px;
  display: flex; flex-direction: column; gap: 22px;
}
.pm-sidebar-widget {
  background: #fff; border: 1px solid #ece5d4; border-radius: 18px; padding: 24px 22px;
  box-shadow: 0 8px 24px -16px rgba(20,26,40,.12);
}
.pm-sidebar-widget h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 17px; font-weight: 700; color: #141a28;
  margin: 0 0 16px; padding-bottom: 12px;
  border-bottom: 1px solid #ece5d4; position: relative;
}
.pm-sidebar-widget h4::after {
  content: ''; position: absolute; left: 0; bottom: -1px;
  width: 36px; height: 2px; background: #c9a24b; border-radius: 2px;
}
.pm-sidebar-cat-list { list-style: none; padding: 0; margin: 0; }
.pm-sidebar-cat-list li { margin-bottom: 4px; }
.pm-sidebar-cat-list a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px; border-radius: 10px;
  font-size: 14px; font-weight: 500; color: #4a5162; text-decoration: none;
  transition: background .2s, color .2s;
}
.pm-sidebar-cat-list a:hover { background: #faf0dc; color: #c9a24b; }
.pm-sidebar-cat-list a span.cnt {
  background: #f0ebe0; color: #8a8f9a; font-size: 12px;
  font-weight: 700; padding: 2px 8px; border-radius: 999px;
}

/* Recent posts widget */
.pm-sidebar-recent { list-style: none; padding: 0; margin: 0; }
.pm-sidebar-recent li { display: flex; gap: 12px; margin-bottom: 14px; }
.pm-sidebar-recent li:last-child { margin-bottom: 0; }
.pm-sidebar-recent .thumb {
  width: 60px; height: 60px; border-radius: 10px; overflow: hidden;
  flex: 0 0 60px; background: #f0ebe0;
}
.pm-sidebar-recent .thumb img { width: 100%; height: 100%; object-fit: cover; }
.pm-sidebar-recent .info a {
  font-size: 13.5px; font-weight: 600; color: #1c2333;
  text-decoration: none; line-height: 1.4; display: block; margin-bottom: 4px;
}
.pm-sidebar-recent .info a:hover { color: #c9a24b; }
.pm-sidebar-recent .info .date { font-size: 12px; color: #9ca3af; }

/* Sidebar CTA widget */
.pm-sidebar-cta {
  background: linear-gradient(135deg, #1c2333 0%, #141a28 100%);
  border-color: rgba(201,162,75,.2); color: #f5efe0;
  text-align: center;
}
.pm-sidebar-cta h4 { color: #e2c074 !important; border-color: rgba(255,255,255,.1) !important; }
.pm-sidebar-cta h4::after { background: #c9a24b !important; }
.pm-sidebar-cta p { font-size: 14px; color: #aab0bd; margin-bottom: 16px; line-height: 1.6; }
.pm-sidebar-cta a {
  display: block; padding: 12px; border-radius: 10px;
  background: linear-gradient(135deg, #c9a24b, #e2c074); color: #141a28;
  font-weight: 700; font-size: 14px; text-decoration: none;
  transition: opacity .2s;
}
.pm-sidebar-cta a:hover { opacity: .9; }

/* ============================================================
   SERVICE PAGES (inner pages)
   ============================================================ */
.page-id-27 .entry-content,
.page-id-28 .entry-content,
.page-id-29 .entry-content,
.page-id-30 .entry-content,
.page-id-31 .entry-content,
.page-id-32 .entry-content {
  max-width: 820px; margin: 0 auto;
}
/* Service page: highlight box for "What's included" */
body:not(.home) .entry-content ul {
  list-style: none; padding: 0; margin: 20px 0;
}
body:not(.home) .entry-content ul li {
  padding: 10px 16px 10px 44px; position: relative;
  font-size: 15.5px; line-height: 1.6; color: #3a3f4a;
  border-bottom: 1px solid #f0ebe0;
}
body:not(.home) .entry-content ul li::before {
  content: '✦'; position: absolute; left: 14px; top: 10px;
  color: #c9a24b; font-size: 13px;
}
/* Service CTA button override */
body:not(.home) .entry-content .wp-block-button .wp-block-button__link {
  border-radius: 12px !important; padding: 13px 28px !important;
  font-family: 'Inter', sans-serif !important; font-weight: 700 !important;
  font-size: 15px !important; transition: transform .2s, box-shadow .2s !important;
}
body:not(.home) .entry-content .wp-block-button .wp-block-button__link:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px -10px rgba(201,162,75,.5) !important;
}

/* Services parent page — card grid */
.page-id-25 .wp-block-group.has-border-color {
  border-radius: 18px !important; border-color: #ece5d4 !important;
  background: #fff !important; transition: transform .3s, box-shadow .3s;
  box-shadow: 0 8px 24px -16px rgba(20,26,40,.14) !important;
}
.page-id-25 .wp-block-group.has-border-color:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 50px -18px rgba(201,162,75,.25) !important;
  border-color: rgba(201,162,75,.5) !important;
}
.page-id-25 h3.wp-block-heading a { text-decoration: none; color: #141a28; }
.page-id-25 h3.wp-block-heading a:hover { color: #c9a24b; }
.page-id-25 .entry-content-wrap { padding: 40px 30px !important; }

/* ============================================================
   SERVICE INNER PAGES — Premium layout
   ============================================================ */
.pm-svc-page { font-family: 'Inter', sans-serif; }
.pm-svc-wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Intro band */
.pm-svc-intro {
  background: linear-gradient(135deg, #faf7f0 0%, #fff 100%);
  border-bottom: 1px solid #ece5d4; padding: 44px 0;
}
.pm-svc-intro__inner {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.pm-svc-intro__icon {
  width: 64px; height: 64px; border-radius: 18px; flex: 0 0 64px;
  background: linear-gradient(140deg, #1c2333, #2a3450);
  color: #c9a24b; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px -14px rgba(20,26,40,.5);
}
.pm-svc-intro__text { flex: 1; font-size: 16.5px; line-height: 1.7; color: #4a5162; min-width: 260px; }
.pm-svc-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; border-radius: 12px;
  background: linear-gradient(135deg, #c9a24b, #e2c074);
  color: #141a28 !important; font-weight: 700; font-size: 15px;
  text-decoration: none; white-space: nowrap; flex: 0 0 auto;
  box-shadow: 0 8px 24px -10px rgba(201,162,75,.55);
  transition: transform .2s, box-shadow .2s;
}
.pm-svc-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -10px rgba(201,162,75,.7); }

/* What's included */
.pm-svc-includes { padding: 60px 0; background: #fff; }
.pm-svc-includes__grid { display: grid; grid-template-columns: 1fr 340px; gap: 50px; align-items: start; }

.pm-svc-includes__list h2 {
  font-family: 'Fraunces', Georgia, serif; font-size: 32px; font-weight: 700;
  color: #141a28; margin: 0 0 28px; position: relative; padding-bottom: 16px;
}
.pm-svc-includes__list h2::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 48px; height: 3px; background: linear-gradient(90deg,#c9a24b,#e2c074); border-radius: 3px;
}
.pm-svc-list { list-style: none; padding: 0; margin: 0; }
.pm-svc-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid #f0ebe0;
  font-size: 15.5px; line-height: 1.5; color: #3a3f4a;
}
.pm-svc-list li:last-child { border-bottom: none; }
.pm-svc-list__check {
  flex: 0 0 26px; width: 26px; height: 26px; border-radius: 8px;
  background: rgba(201,162,75,.12); border: 1.5px solid rgba(201,162,75,.4);
  display: flex; align-items: center; justify-content: center;
  color: #c9a24b; margin-top: 1px;
}

/* Price card */
.pm-svc-price-card {
  position: sticky; top: 84px;
  background: linear-gradient(180deg, #1c2333 0%, #141a28 100%);
  border-radius: 24px; border: 1px solid rgba(201,162,75,.25);
  padding: 3px; box-shadow: 0 30px 70px -28px rgba(20,26,40,.5), 0 0 0 1px rgba(201,162,75,.15);
}
.pm-svc-price-card__inner {
  background: linear-gradient(180deg, #1c2333 0%, #141a28 100%);
  border-radius: 22px; padding: 36px 32px; text-align: center;
}
.pm-svc-price-card__label { display: block; font-size: 12px; font-weight: 700; color: #8a8f9a; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.pm-svc-price-card__price { font-family: 'Fraunces', Georgia, serif; font-size: 52px; font-weight: 700; color: #c9a24b; line-height: 1; text-shadow: 0 0 40px rgba(201,162,75,.4); }
.pm-svc-price-card__note { font-size: 14px; color: #8a8f9a; margin-top: 4px; margin-bottom: 24px; }
.pm-svc-price-card__perks { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.pm-svc-price-card__perks li { font-size: 14px; color: #aab0bd; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.pm-svc-price-card__perks li:last-child { border-bottom: none; }
.pm-svc-price-card__cta {
  display: block; padding: 14px; border-radius: 12px; margin-bottom: 12px;
  background: linear-gradient(135deg, #c9a24b, #e2c074); color: #141a28;
  font-weight: 700; font-size: 16px; text-decoration: none;
  transition: opacity .2s, transform .2s;
  box-shadow: 0 8px 24px -10px rgba(201,162,75,.6);
}
.pm-svc-price-card__cta:hover { opacity: .92; transform: translateY(-2px); }
.pm-svc-price-card__link { font-size: 13px; color: #6b7280; text-decoration: none; }
.pm-svc-price-card__link:hover { color: #c9a24b; }

/* Process steps */
.pm-svc-process { padding: 70px 0; background: #faf7f0; }
.pm-svc-process__h {
  font-family: 'Fraunces', Georgia, serif; font-size: 34px; font-weight: 700;
  color: #141a28; text-align: center; margin: 0 0 48px; position: relative; padding-bottom: 18px;
}
.pm-svc-process__h::after {
  content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 48px; height: 3px; background: linear-gradient(90deg,#c9a24b,#e2c074); border-radius: 3px;
}
.pm-svc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pm-svc-step {
  background: #fff; border: 1px solid #ece5d4; border-radius: 20px; padding: 28px 22px;
  box-shadow: 0 8px 24px -16px rgba(20,26,40,.14);
  transition: transform .3s, box-shadow .3s;
}
.pm-svc-step:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -18px rgba(201,162,75,.25); border-color: rgba(201,162,75,.4); }
.pm-svc-step__num {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(140deg, #1c2333, #2a3450);
  color: #c9a24b; font-family: 'Fraunces', Georgia, serif;
  font-size: 20px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; box-shadow: 0 6px 16px -8px rgba(20,26,40,.4);
}
.pm-svc-step h3 { font-family: 'Fraunces', Georgia, serif; font-size: 18px; font-weight: 700; color: #141a28; margin: 0 0 8px; }
.pm-svc-step p { font-size: 14px; line-height: 1.6; color: #5c636e; margin: 0; }

/* Social proof */
.pm-svc-proof { padding: 60px 0; background: #fff; }
.pm-svc-quote {
  background: linear-gradient(135deg, #1c2333, #141a28);
  border-radius: 24px; padding: 44px 48px;
  border: 1px solid rgba(201,162,75,.2); position: relative; margin: 0;
  box-shadow: 0 30px 60px -28px rgba(20,26,40,.45);
}
.pm-svc-quote__icon { position: absolute; top: 32px; left: 40px; opacity: .6; }
.pm-svc-quote p {
  font-family: 'Fraunces', Georgia, serif; font-size: 22px; line-height: 1.6;
  color: #f5efe0; margin: 0 0 24px; padding-top: 24px; font-style: italic;
}
.pm-svc-quote footer strong { display: block; color: #c9a24b; font-size: 16px; font-weight: 700; }
.pm-svc-quote footer span { font-size: 14px; color: #8a8f9a; }

/* Final CTA */
.pm-svc-final-cta {
  padding: 72px 0; text-align: center;
  background: linear-gradient(180deg, #faf7f0 0%, #fff 100%);
}
.pm-svc-final-cta h2 { font-family: 'Fraunces', Georgia, serif; font-size: 36px; font-weight: 700; color: #141a28; margin: 0 0 14px; }
.pm-svc-final-cta p { font-size: 17px; color: #6b7280; margin: 0 0 32px; }
.pm-svc-final-cta__btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.pm-svc-cta--big { font-size: 16px; padding: 15px 30px; }
.pm-svc-cta--ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 12px;
  border: 1.5px solid #1c2333; color: #1c2333;
  font-weight: 700; font-size: 15px; text-decoration: none;
  transition: background .2s, color .2s;
}
.pm-svc-cta--ghost:hover { background: #1c2333; color: #f5efe0; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pm-svc-includes__grid { grid-template-columns: 1fr; }
  .pm-svc-price-card { position: static; }
  .pm-svc-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .pm-blog-layout { grid-template-columns: 1fr; }
  .pm-sidebar { position: static; }
  .pg-mission__inner { grid-template-columns: 1fr; }
  .pg-vals-grid { grid-template-columns: 1fr 1fr; }
  .pg-contact__grid { grid-template-columns: 1fr; }
  .pg-cta-band__inner { flex-direction: column; text-align: center; }
  .pm-svc-intro__inner { flex-direction: column; }
  .pm-svc-quote { padding: 32px 28px; }
  .pm-svc-quote p { font-size: 18px; }
}
@media (max-width: 600px) {
  .pg-vals-grid { grid-template-columns: 1fr; }
  .pg-sec-head h2 { font-size: 28px; }
  .pg-mission__stats { grid-template-columns: 1fr 1fr; }
  .pm-svc-steps { grid-template-columns: 1fr; }
  .pm-svc-price-card__price { font-size: 40px; }
}
