/* ================================================================
   neo-pages.css — NeoHealth inner-page design system
   Reference: neohomehealthcare.com (baby-care / elder-care / physio)
   Font Manrope · navy #24324A · purple #6D5BD0
   Clean, purpose-built components used by rebuilt templates.
================================================================ */

body { background: #fff !important; font-family: 'Manrope', system-ui, sans-serif; }

.nhp { font-family: 'Manrope', system-ui, sans-serif; color: var(--ink); }
.nhp *, .nhp *::before, .nhp *::after { box-sizing: border-box; }
.nhp a { text-decoration: none; color: inherit; }
.nhp h1, .nhp h2, .nhp h3, .nhp h4 { margin: 0; letter-spacing: -.025em; line-height: 1.12; }
.nhp p { margin: 0; }
.nhp img { max-width: 100%; }
.nhp-wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ---- Global nav account / login additions ---- */
.nh-nav-login {
  display: inline-flex; align-items: center; font-size: 14px; font-weight: 700;
  color: var(--ink) !important; padding: 9px 16px; border: 1.5px solid var(--line);
  border-radius: 10px; transition: border-color .15s; white-space: nowrap; cursor: pointer;
  text-decoration: none !important; font-family: 'Manrope', system-ui, sans-serif;
}
.nh-nav-login:hover { border-color: var(--ink); }
.nh-nav-acc { position: relative; display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  padding: 5px 10px 5px 5px; border: 1.5px solid var(--line); border-radius: 40px; }
.nh-nav-acc > img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.nh-nav-acc-name { font-size: 13.5px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.nh-nav-acc .acc-dropdown { display: none; position: absolute; top: calc(100% + 8px); right: 0;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 8px;
  min-width: 200px; box-shadow: var(--shadow); z-index: 200; }
.nh-nav-acc .acc-dropdown ul { list-style: none; margin: 0; padding: 0; }
.nh-nav-acc .acc-dropdown a { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink);
  padding: 9px 12px; border-radius: 8px; }
.nh-nav-acc .acc-dropdown a:hover { background: var(--soft); }

/* ================================================================
   SHARED BUTTONS
================================================================ */
.nhp-btn { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700;
  padding: 14px 26px; border-radius: 12px; transition: all .18s; white-space: nowrap; cursor: pointer;
  border: 1.5px solid transparent; line-height: 1; }
.nhp-btn svg { flex-shrink: 0; }
.nhp-btn-dark { background: var(--navy); color: #fff !important; }
.nhp-btn-dark:hover { background: #1a2535; transform: translateY(-2px); }
.nhp-btn-wa { background: var(--wa); color: #fff !important; }
.nhp-btn-wa:hover { background: #20bb5a; transform: translateY(-2px); }
.nhp-btn-light { background: #fff; color: var(--navy) !important; }
.nhp-btn-light:hover { transform: translateY(-2px); background: #f2f2f7; }
.nhp-btn-outline { background: transparent; color: var(--ink) !important; border-color: var(--line); }
.nhp-btn-outline:hover { border-color: var(--ink); }
.nhp-btn-ghostwhite { background: rgba(255,255,255,.1); color: #fff !important; border-color: rgba(255,255,255,.25); }
.nhp-btn-ghostwhite:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.5); }

/* ================================================================
   SECTION HEADERS
================================================================ */
.nhp-section { padding: 84px 0; }
.nhp-section.soft { background: var(--soft); }
.nhp-section.softpurple { background: var(--softpurple); }
.nhp-section.navy { background: var(--navy); }
.nhp-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }
.nhp-section.navy .nhp-eyebrow { color: #B8AEEA; }
.nhp-h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; color: var(--ink); line-height: 1.1; }
.nhp-section.navy .nhp-h2 { color: #fff; }
.nhp-lead { font-size: 17px; color: var(--muted); line-height: 1.7; margin-top: 16px; max-width: 60ch; }
.nhp-section.navy .nhp-lead { color: rgba(255,255,255,.62); }
.nhp-head-center { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.nhp-head-center .nhp-lead { margin-left: auto; margin-right: auto; }

/* ================================================================
   PAGE HERO (service + generic inner pages)
================================================================ */
.nhp-hero { position: relative; background: var(--navy); overflow: hidden; }
.nhp-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .28; z-index: 0; }
.nhp-hero::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(36,50,74,.75), rgba(36,50,74,.45)); z-index: 1; }
.nhp-hero .nhp-wrap { position: relative; z-index: 2; }
.nhp-hero-inner { padding: 88px 0 82px; max-width: 780px; }
.nhp-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700;
  color: rgba(255,255,255,.62); letter-spacing: .4px; margin-bottom: 22px; }
.nhp-hero h1 { font-size: clamp(36px, 5vw, 62px); font-weight: 800; color: #fff; line-height: 1.06;
  letter-spacing: -.03em; margin-bottom: 20px; }
.nhp-hero-sub { font-size: 18px; font-weight: 500; color: rgba(255,255,255,.72); line-height: 1.6;
  max-width: 54ch; margin-bottom: 30px; }
.nhp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.nhp-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.nhp-hero-tags span { font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
  border-radius: 40px; padding: 6px 14px; }

/* Breadcrumb (light hero variant for non-service pages) */
.nhp-crumb { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 18px;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,.62); }
.nhp-crumb a { color: rgba(255,255,255,.85) !important; }
.nhp-crumb a:hover { color: #fff !important; }
.nhp-crumb img, .nhp-crumb svg { width: 6px; opacity: .55; filter: brightness(0) invert(1); }

/* ================================================================
   STAT STRIP
================================================================ */
.nhp-statstrip { background: #fff; border-bottom: 1px solid var(--line); }
.nhp-statstrip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.nhp-stat { padding: 30px 18px; text-align: center; border-right: 1px solid var(--line); }
.nhp-stat:last-child { border-right: none; }
.nhp-stat b { display: block; font-size: 32px; font-weight: 800; color: var(--navy); letter-spacing: -.03em; line-height: 1; margin-bottom: 6px; }
.nhp-stat span { font-size: 12.5px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .4px; }

/* ================================================================
   SPLIT (image + content)
================================================================ */
.nhp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.nhp-split.rev .nhp-split-media { order: 2; }
.nhp-split-media img { width: 100%; border-radius: var(--rl); display: block; box-shadow: var(--shadow); object-fit: cover; }
.nhp-split-body .nhp-h2 { font-size: clamp(24px, 3vw, 34px); }
.nhp-split-body p { color: var(--muted); line-height: 1.75; font-size: 16px; margin-top: 14px; }
.nhp-split-body ul { margin: 20px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.nhp-split-body ul li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.45; }
.nhp-split-body ul li::before { content: ''; flex-shrink: 0; margin-top: 1px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--softpurple) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236D5BD0'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center / 13px; }

/* ================================================================
   FEATURE GRID (icon cards)
================================================================ */
.nhp-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nhp-feature { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px;
  transition: transform .18s, box-shadow .18s, border-color .18s; }
.nhp-feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(109,91,208,.25); }
.nhp-feature-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--softpurple);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.nhp-feature-ic img { width: 28px; height: 28px; object-fit: contain; }
.nhp-feature-ic svg { width: 26px; height: 26px; color: var(--purple); }
.nhp-feature h3 { font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 9px; letter-spacing: -.02em; }
.nhp-feature p { font-size: 14.5px; color: var(--muted); line-height: 1.65; }

/* ================================================================
   CHECKLIST GRID (what we help with)
================================================================ */
.nhp-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nhp-check { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.nhp-check-tick { width: 26px; height: 26px; border-radius: 50%; background: #E9F9EF; display: flex;
  align-items: center; justify-content: center; margin-bottom: 14px; }
.nhp-check-tick svg { width: 15px; height: 15px; color: #16A34A; }
.nhp-check h4 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 6px; letter-spacing: -.02em; }
.nhp-check p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ================================================================
   CTA BAND
================================================================ */
.nhp-ctaband { background: var(--navy); border-radius: 26px; padding: 56px; text-align: center; }
.nhp-ctaband h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 800; color: #fff; letter-spacing: -.025em; }
.nhp-ctaband p { font-size: 16px; color: rgba(255,255,255,.66); line-height: 1.7; max-width: 56ch; margin: 14px auto 28px; }
.nhp-ctaband-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ================================================================
   HOW IT WORKS — steps
================================================================ */
.nhp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.nhp-step { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; position: relative; }
.nhp-step-n { width: 38px; height: 38px; border-radius: 11px; background: var(--navy); color: #fff;
  font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.nhp-step h4 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: -.02em; }
.nhp-step p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ================================================================
   GOOGLE REVIEWS
================================================================ */
.nhp-reviews-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.nhp-gbadge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 10px 16px; }
.nhp-gbadge .nhp-gstars { font-size: 13px; color: #FBBC04; letter-spacing: 1px; display: block; line-height: 1; }
.nhp-gbadge b { font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .2px; display: block; }
.nhp-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nhp-review { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.nhp-review-top { display: flex; align-items: center; justify-content: space-between; }
.nhp-review-stars { font-size: 16px; color: #FBBC04; letter-spacing: 2px; }
.nhp-review-g { width: 20px; height: 20px; }
.nhp-review p { font-size: 15px; color: var(--ink); line-height: 1.7; }
.nhp-review-author { font-size: 13.5px; font-weight: 700; color: var(--muted); margin-top: auto; }

/* ================================================================
   TEAM CAROUSEL / GRID
================================================================ */
.nhp-team-scroll { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 16px; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }
.nhp-team-scroll::-webkit-scrollbar { height: 6px; }
.nhp-team-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.nhp-teamcard { flex: 0 0 236px; scroll-snap-align: start; background: #fff; border: 1px solid var(--line);
  border-radius: 20px; overflow: hidden; transition: transform .18s, box-shadow .18s; }
.nhp-teamcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.nhp-teamcard-img { width: 100%; height: 252px; object-fit: cover; object-position: top center; display: block; background: var(--soft); }
.nhp-teamcard-body { padding: 18px 18px 20px; }
.nhp-teamcard-body h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.nhp-teamcard-role { font-size: 12.5px; font-weight: 600; color: var(--purple); margin-bottom: 12px; display: block; }
.nhp-teamcard-meta { display: flex; flex-direction: column; gap: 4px; }
.nhp-teamcard-meta span { font-size: 12px; font-weight: 600; color: var(--muted); }
.nhp-teamcard-meta span b { color: var(--ink); font-weight: 700; }
.nhp-teamcard-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13.5px; font-weight: 700; color: var(--purple) !important; }
.nhp-teamcard-link:hover { gap: 10px; }

/* Uniform grid variant */
.nhp-cardgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nhp-cardgrid.cols3 { grid-template-columns: repeat(3, 1fr); }
.nhp-cardgrid.cols2 { grid-template-columns: repeat(2, 1fr); }

/* ================================================================
   FAQ ACCORDION
================================================================ */
.nhp-faq { max-width: 820px; margin: 0 auto; }
.nhp-faq-item { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.nhp-faq-q { width: 100%; text-align: left; background: #fff; border: none; cursor: pointer;
  font-family: 'Manrope', system-ui, sans-serif; font-size: 16px; font-weight: 700; color: var(--ink);
  padding: 20px 54px 20px 24px; position: relative; }
.nhp-faq-q::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 24px; font-weight: 400; color: var(--purple); transition: transform .2s; }
.nhp-faq-item.open .nhp-faq-q::after { content: '\2212'; }
.nhp-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.nhp-faq-item.open .nhp-faq-a { max-height: 600px; }
.nhp-faq-a-inner { padding: 2px 24px 22px; font-size: 15px; color: var(--muted); line-height: 1.7; }

/* ================================================================
   ENQUIRY FORM
================================================================ */
.nhp-enquiry { background: var(--soft); border: 1px solid var(--line); border-radius: 24px; padding: 44px; max-width: 820px; margin: 0 auto; }
.nhp-enquiry h3 { font-size: 24px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.nhp-enquiry > p { font-size: 15px; color: var(--muted); margin-bottom: 26px; }
.nhp-enquiry label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.nhp-enquiry .form-control, .nhp-enquiry .custom-select {
  font-family: 'Manrope', system-ui, sans-serif; font-size: 14.5px; width: 100%;
  border: 1.5px solid var(--line); border-radius: 11px; padding: 12px 15px; color: var(--ink); background: #fff; height: auto; }
.nhp-enquiry .form-control:focus, .nhp-enquiry .custom-select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(109,91,208,.12); outline: none; }
.nhp-enquiry .form-group { margin-bottom: 16px; }
.nhp-enquiry .btn-primary { background: var(--navy) !important; border: none !important; color: #fff !important;
  font-weight: 700; font-size: 15px; border-radius: 12px; padding: 14px 30px; transition: all .18s; }
.nhp-enquiry .btn-primary:hover { background: #1a2535 !important; transform: translateY(-2px); }

/* ================================================================
   BLOG / LISTING CARDS (generic)
================================================================ */
.nhp-listcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  height: 100%; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s, border-color .18s; }
.nhp-listcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(109,91,208,.25); }
.nhp-listcard-img { width: 100%; height: 210px; object-fit: cover; display: block; background: var(--soft); }
.nhp-listcard-body { padding: 22px 22px 24px; flex-grow: 1; display: flex; flex-direction: column; }
.nhp-listcard-date { font-size: 12.5px; font-weight: 600; color: var(--purple); margin-bottom: 10px; }
.nhp-listcard h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -.02em; line-height: 1.3; }
.nhp-listcard p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.nhp-listcard-link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; color: var(--purple) !important; }
.nhp-listcard-link:hover { gap: 11px; }

/* Filter tabs */
.nhp-filter { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 1.5px solid var(--line); margin-bottom: 36px; }
.nhp-filter a { font-size: 14px; font-weight: 700; color: var(--muted); padding: 11px 18px;
  border-bottom: 2px solid transparent; margin-bottom: -1.5px; }
.nhp-filter a.active, .nhp-filter a:hover { color: var(--ink); border-bottom-color: var(--navy); }

/* ================================================================
   CONTACT PAGE
================================================================ */
.nhp-contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
.nhp-contact-form { background: var(--soft); border: 1px solid var(--line); border-radius: 24px; padding: 40px; }
.nhp-contact-form h2 { font-size: 26px; font-weight: 800; margin-bottom: 8px; }
.nhp-contact-form > p { color: var(--muted); margin-bottom: 24px; font-size: 15px; }
.nhp-contact-form .form-control { font-family: 'Manrope', system-ui, sans-serif; font-size: 14.5px; width: 100%;
  border: 1.5px solid var(--line); border-radius: 11px; padding: 12px 15px; margin-bottom: 14px; background: #fff; height: auto; }
.nhp-contact-form .form-control:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(109,91,208,.12); outline: none; }
.nhp-contact-form .btn-primary { background: var(--navy) !important; border: none !important; color: #fff !important;
  font-weight: 700; font-size: 15px; border-radius: 12px; padding: 14px 30px; }
.nhp-contact-form .btn-primary:hover { background: #1a2535 !important; }
.nhp-contact-aside { display: flex; flex-direction: column; gap: 22px; }
.nhp-contact-item h3 { font-size: 11.5px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.nhp-contact-item p, .nhp-contact-item a { font-size: 16px; color: var(--ink) !important; }
.nhp-contact-item a:hover { color: var(--purple) !important; }
.nhp-contact-socials { display: flex; gap: 10px; }
.nhp-contact-socials a { width: 42px; height: 42px; border-radius: 11px; background: var(--soft); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; }
.nhp-contact-socials a:hover { background: var(--softpurple); }
.nhp-contact-socials img { width: 17px; height: 17px; }
.nhp-map { border-radius: var(--rl); overflow: hidden; border: 1px solid var(--line); min-height: 300px; }
.nhp-map iframe { width: 100%; height: 100%; min-height: 300px; border: 0; display: block; }

/* ================================================================
   PAGINATION / EMPTY STATE
================================================================ */
.pagination-wrapper { display: flex; justify-content: center; margin: 40px 0 0; }
.pagination-wrapper ul, .pagination-wrapper .pagination { display: flex; gap: 6px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.pagination-wrapper a, .pagination-wrapper span, .pagination-wrapper li > * {
  display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px;
  border-radius: 10px; border: 1.5px solid var(--line); font-size: 14px; font-weight: 700; color: var(--ink) !important;
  text-decoration: none !important; background: #fff; }
.pagination-wrapper a:hover { border-color: var(--navy); }
.pagination-wrapper .active > *, .pagination-wrapper li.active a, .pagination-wrapper .current {
  background: var(--navy) !important; color: #fff !important; border-color: var(--navy) !important; }
.nhp-empty { max-width: 560px; margin: 30px auto; padding: 44px 24px; text-align: center; background: var(--soft);
  border: 1px dashed var(--line); border-radius: 18px; font-size: 16px; font-weight: 600; color: var(--muted); }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 991px) {
  .nh-nav-login, .nh-nav-acc { display: none; }
  .nhp-feature-grid, .nhp-check-grid, .nhp-review-grid { grid-template-columns: repeat(2, 1fr); }
  .nhp-steps { grid-template-columns: repeat(2, 1fr); }
  .nhp-cardgrid, .nhp-cardgrid.cols3 { grid-template-columns: repeat(2, 1fr); }
  .nhp-split { grid-template-columns: 1fr; gap: 34px; }
  .nhp-split.rev .nhp-split-media { order: 0; }
  .nhp-contact-grid { grid-template-columns: 1fr; }
  .nhp-statstrip-grid { grid-template-columns: repeat(2, 1fr); }
  .nhp-stat:nth-child(2) { border-right: none; }
  .nhp-stat:nth-child(1), .nhp-stat:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .nhp-section { padding: 56px 0; }
  .nhp-hero-inner { padding: 60px 0 56px; }
  .nhp-feature-grid, .nhp-check-grid, .nhp-review-grid, .nhp-steps,
  .nhp-cardgrid, .nhp-cardgrid.cols3, .nhp-cardgrid.cols2 { grid-template-columns: 1fr; }
  .nhp-ctaband { padding: 40px 26px; }
  .nhp-enquiry, .nhp-contact-form { padding: 28px; }
  .nhp-hero-actions { flex-direction: column; align-items: stretch; }
  .nhp-hero-actions .nhp-btn { justify-content: center; }
}
