/* ═══════════════════════════════════════════
   PSMDC — PSH Child Theme
   Brand: Blue #3A8DC5 · Green #5BB84C · Charcoal #1C1C1C
   Fonts: Outfit (body) · Playfair Display (headings)
   Elementor-compatible: works with free Elementor and Elementor Pro
═══════════════════════════════════════════ */

/* KiviCare / Iqonic theme CSS variables — overridden with PSH brand colours.
   These ensure the team widget, doctor cards, and other iqonic widgets render
   correctly even if global.min.css from the parent theme is unavailable. */
:root {
  /* ── KiviCare semantic tokens ───────────────────────────── */
  --primary-color:            #3A8DC5;  /* PSH Blue  */
  --secondary-color:          #5BB84C;  /* PSH Green */
  --secondary-text:           #5BB84C;
  --light-pink-color:         #eef6fb;
  --white-color:              #ffffff;
  --white-light-color:        #ecf2ff;
  --title-color:              #1C1C1C;
  --sub-title-color:          #3A8DC5;
  --body-text:                #555555;
  --light-blue-color:         #ecf2ff;
  --ver-menu-back:            rgba(58,141,197,0.08);
  --warning-color:            #dc3545;
  --success-color:            #5BB84C;
  --content-width:            87.5em;
  --content-width-sm:         73.125em;
  --global-font-family:       'Outfit', sans-serif;
  --highlight-font-family:    'Outfit', sans-serif;
  --global-font-size:         1rem;
  --global-font-line-height:  1.6;
  --global-box-shadow:        0 1px 30px 0 rgb(36 38 43 / 10%);
  --sider-bar-shadow:         7px 0 18px 0 rgb(0 0 0 / 8%);
  /* ── Font sizing ─────────────────────────────────────────── */
  --font-size-small:          0.75rem;
  --font-size-normal:         0.875rem;
  --font-size-body:           1rem;
  --font-size-h1:             2.8rem;
  --font-size-h2:             2.2rem;
  --font-size-h3:             1.8rem;
  --font-size-h4:             1.4rem;
  --font-size-h5:             1.1rem;
  --font-size-h6:             1rem;
  --font-size-sm:             0.875rem;
  --font-size-xs:             0.75rem;
  --font-line-height-body:    1.75;
  --font-line-height-p:       1.75;
  --font-line-height-h1:      1.3;
  --font-line-height-h2:      1.3;
  --font-line-height-h3:      1.3;
  --font-line-height-h4:      1.3;
  --font-line-height-h5:      1.3;
  --font-line-height-h6:      1.75;
  --font-weight-body:         400;
  --font-weight-h1:           700;
  --font-weight-h2:           700;
  --font-weight-h3:           700;
  --font-weight-h4:           700;
  --font-weight-h5:           600;
  --font-weight-h6:           600;
  --font-weight-light:        300;
  --font-weight-regular:      400;
  --font-weight-medium:       500;
  --font-weight-semi-bold:    600;
  --font-weight-bold:         700;
  --font-letter-spacing-body: 0;
  --font-letter-spacing-link: 0.094rem;
  --border-radius:            4px;
}

:root {
  --blue:        #3A8DC5;
  --blue-dark:   #2a6fa0;
  --blue-light:  #e8f3fb;
  --green:       #5BB84C;
  --green-dark:  #449938;
  --green-light: #eef8ec;
  --charcoal:    #1C1C1C;
  --text:        #2d2d2d;
  --text-mid:    #555;
  --text-light:  #888;
  --border:      #e2e8f0;
  --surface:     #f8fafb;
  --white:       #ffffff;
  --shadow-sm:   0 1px 4px rgba(0,0,0,.06);
  --shadow-md:   0 4px 20px rgba(0,0,0,.09);
  --shadow-lg:   0 16px 48px rgba(0,0,0,.12);
  --radius:      8px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --container:   1280px;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body.psh-site-body {
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
body.psh-site-body h1,
body.psh-site-body h2,
body.psh-site-body h3,
body.psh-site-body h4,
body.psh-site-body h5 {
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
}
/* ── Global fluid type scale ──────────────────────────────────
   clamp(min, preferred-vw, max) so headings shrink smoothly
   on every screen without breakpoint hacks.
────────────────────────────────────────────────────────────── */
body.psh-site-body h1 { font-size: clamp(1.75rem, 5vw, 3.5rem); }
body.psh-site-body h2 { font-size: clamp(1.4rem,  3.5vw, 2.5rem); }
body.psh-site-body h3 { font-size: clamp(1.15rem, 2.5vw, 1.9rem); }
body.psh-site-body h4 { font-size: clamp(1rem,    2vw,   1.5rem); }
body.psh-site-body h5 { font-size: clamp(.88rem,  1.5vw, 1.1rem); }
/* Elementor heading widgets inherit the same scale */
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-xxl"] { font-size: clamp(2rem, 5vw, 4rem)   !important; }
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-xl"]  { font-size: clamp(1.7rem, 4vw, 3rem)  !important; }
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-large"]{ font-size: clamp(1.4rem, 3vw, 2.2rem)!important; }
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-medium"]{ font-size: clamp(1.1rem, 2.2vw, 1.5rem)!important; }
body.psh-site-body p { color: var(--text-mid); }
body.psh-site-body a { text-decoration: none; color: inherit; }
body.psh-site-body img { max-width: 100%; display: block; }
body.psh-site-body ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }
body.psh-mobile-nav-open { overflow: hidden; }

:focus-visible {
  outline: 3px solid rgba(58,141,197,.32);
  outline-offset: 3px;
}

.psh-skip-link {
  position: absolute;
  left: 1rem;
  top: -60px;
  z-index: 1200;
  background: var(--charcoal);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  transition: top .18s ease;
}

.psh-skip-link:focus {
  top: 1rem;
}

.psh-site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.psh-main { flex: 1; }
.psh-elementor-page .psh-main,
body.elementor-page .psh-main {
  width: 100%;
  padding: 0;
}

/* ── CONTAINER ── */
.psh-container,
.inner,
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/* ── SECTIONS ── */
.section     { padding: 5rem 1.5rem; }
.section-sm  { padding: 3.5rem 1.5rem; }
.psh-section { padding: 5rem 0; }
.psh-section-soft { background: var(--surface); }
.services-bg { background: var(--surface); }

/* ═══════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════ */
.psh-topbar {
  background: var(--charcoal);
  color: rgba(255,255,255,.75);
  font-size: .8rem;
}
.psh-topbar-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: .55rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.psh-topbar-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}
.psh-topbar a { color: inherit; transition: color .15s; }
.psh-topbar a:hover { color: var(--green); }
.psh-topbar .sep { color: rgba(255,255,255,.2); }

/* ═══════════════════════════════════════════
   HEADER / NAV
═══════════════════════════════════════════ */
.psh-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.psh-header-main {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 2rem;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

/* Brand */
.psh-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  cursor: pointer;
  flex-shrink: 0;
}
.psh-brand-logo {
  height: 54px;
  width: auto;
  object-fit: contain;
}
.psh-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--blue), var(--green));
  flex-shrink: 0;
}
.psh-brand-mark span {
  position: relative;
  width: 20px;
  height: 20px;
}
.psh-brand-mark span::before,
.psh-brand-mark span::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fff;
  border-radius: 99px;
}
.psh-brand-mark span::before { width: 100%; height: 3px; }
.psh-brand-mark span::after  { width: 3px;  height: 100%; }
.psh-brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.psh-brand-text strong { font-size: 1.05rem; font-weight: 700; color: var(--charcoal); font-family: 'Playfair Display', serif; }
.psh-brand-text small { font-size: .75rem; color: var(--text-light); font-family: 'Outfit', sans-serif; font-weight: 400; }

/* Nav links */
.psh-nav {
  display: flex;
  align-items: center;
  gap: .1rem;
  flex: 1;
  justify-content: center;
}
.psh-nav > li { position: relative; }
.psh-nav > li > a,
.psh-nav > li > button.nav-btn {
  padding: .5rem .95rem;
  font-size: .9rem;
  font-weight: 500;
  color: var(--text-mid);
  border-radius: 6px;
  transition: all .2s;
  background: none;
  border: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
}
.psh-nav > li > a:hover,
.psh-nav > li > button.nav-btn:hover { color: var(--blue); background: var(--blue-light); }
.psh-nav > li > a.active { color: var(--blue); }
.psh-nav > li.menu-item-has-children > a::after {
  content: "▾";
  font-size: .72rem;
  opacity: .7;
}

/* Dropdown */
.nav-drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: .5rem;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all .2s;
  z-index: 100;
}
.psh-nav > li:hover .nav-drop,
.psh-nav > li:focus-within .nav-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: .65rem .9rem;
  border-radius: 8px;
  font-size: .85rem;
  color: var(--text);
  transition: all .15s;
}
.nav-drop a:hover { background: var(--blue-light); color: var(--blue); }
.nav-drop li + li { margin-top: .2rem; }
.drop-icon { font-size: 1rem; width: 20px; text-align: center; }

/* ── Nav CTA pill items (Book Appointment, Register) inside the single nav ── */
.psh-nav .nav-cta-item { margin-left: .2rem; }
.psh-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  padding: .52rem 1.2rem;
  border-radius: 100px;
  font-size: .87rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all .22s;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
}
.psh-nav .nav-cta--green { background: var(--green); color: #fff; }
.psh-nav .nav-cta--green:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(91,184,76,.35); }
.psh-nav .nav-cta--blue  { background: var(--blue);  color: #fff; }
.psh-nav .nav-cta--blue:hover  { background: var(--blue-dark);  transform: translateY(-1px); box-shadow: 0 4px 14px rgba(58,141,197,.35); }

/* Mobile nav CTA pill links */
.mobile-nav a.nav-cta {
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
  padding: .95rem 1rem;
  margin-top: .5rem;
  color: #fff;
}
.mobile-nav a.nav-cta--green { background: var(--green); }
.mobile-nav a.nav-cta--blue  { background: var(--blue);  }
.mobile-nav a.nav-cta:hover  { opacity: .9; }

/* Nav right (kept for Elementor Pro templates that still use it) */
.psh-header-actions { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.nav-phone {
  font-size: .82rem;
  font-weight: 600;
  color: var(--charcoal);
  padding: .4rem .9rem;
  border: 1px solid var(--border);
  border-radius: 100px;
  white-space: nowrap;
}
.nav-phone span { color: var(--green); margin-right: 4px; }

/* Buttons in header */
.psh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: .6rem 1.5rem;
  border-radius: 100px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .25s;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
}
.psh-button-solid,
.btn-nav-primary {
  background: var(--blue);
  color: #fff;
}
.psh-button-solid:hover,
.btn-nav-primary:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(58,141,197,.35);
}
.psh-button-outline {
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
}
.psh-button-outline:hover { background: var(--blue-light); }
.psh-button-green {
  background: var(--green);
  color: #fff;
}
.psh-button-green:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(91,184,76,.35);
}

/* Hamburger */
.psh-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.psh-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: all .25s;
}
.psh-menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.psh-menu-toggle.open span:nth-child(2) { opacity: 0; }
.psh-menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 899;
  background: var(--white);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 86px);
  border-top: 1px solid var(--border);
  padding: 1rem 1.5rem 3rem;
  flex-direction: column;
  gap: .25rem;
  box-shadow: 0 18px 40px rgba(4, 23, 34, .12), inset 0 4px 12px rgba(0,0,0,.05);
}
.mobile-nav.open { display: flex; }
.mobile-nav a,
.mobile-nav button.mnav-btn {
  padding: .85rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  color: var(--text);
  font-weight: 500;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  transition: all .15s;
  font-family: 'Outfit', sans-serif;
}
.mobile-nav a:hover,
.mobile-nav button.mnav-btn:hover { background: var(--blue-light); color: var(--blue); }
.mobile-nav hr { border: none; border-top: 1px solid var(--border); margin: .5rem 0; }
.mobile-nav details {
  border-radius: 12px;
  overflow: hidden;
}
.mobile-nav summary {
  list-style: none;
  padding: .85rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  color: var(--text);
  font-weight: 500;
  transition: all .15s;
}
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav details[open] summary,
.mobile-nav summary:hover {
  background: var(--blue-light);
  color: var(--blue);
}
.mobile-nav-submenu {
  display: grid;
  gap: .2rem;
  padding: .2rem 0 .55rem;
}
.mobile-nav-submenu > a {
  padding-left: 1.2rem;
}
.mobile-nav .m-cta {
  margin-top: 1rem;
  background: var(--blue);
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-weight: 600;
  padding: .9rem;
  display: block;
}

/* ═══════════════════════════════════════════
   BUTTONS — FULL SET
═══════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: .75rem 1.75rem;
  border-radius: 100px;
  font-size: .9rem;
  font-weight: 600;
  transition: all .25s;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
}
.btn-blue  { background: var(--blue);  color: #fff; }
.btn-blue:hover  { background: var(--blue-dark);  transform: translateY(-2px); box-shadow: 0 6px 20px rgba(58,141,197,.35); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(91,184,76,.35); }
.btn-white { background: #fff; color: var(--blue); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.btn-outline-blue  { background: transparent; color: var(--blue);  border: 2px solid var(--blue); }
.btn-outline-blue:hover  { background: var(--blue-light); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-lg { padding: .9rem 2.2rem; font-size: 1rem; }
.btn-sm { padding: .5rem 1.2rem; font-size: .82rem; }

/* ═══════════════════════════════════════════
   LABEL / HEADLINE HELPERS
═══════════════════════════════════════════ */
.label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .6rem;
  display: block;
}
.label-blue { color: var(--blue); }
.headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.18;
  color: var(--charcoal);
}
.headline-white { color: #fff; }
.sub { font-size: 1rem; line-height: 1.75; color: var(--text-mid); max-width: 580px; }
.sub-white { color: rgba(255,255,255,.72); }
.text-center { text-align: center; }
.text-center .sub { margin-inline: auto; }

/* Grid helpers */
.grid-2    { display: grid; grid-template-columns: 1fr 1fr;          gap: 2rem;  width: 100%; box-sizing: border-box; }
.grid-3    { display: grid; grid-template-columns: repeat(3, 1fr);   gap: 1.5rem; width: 100%; box-sizing: border-box; }
.grid-4    { display: grid; grid-template-columns: repeat(4, 1fr);   gap: 1.5rem; width: 100%; box-sizing: border-box; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }

/* Prevent grid children from overflowing their column */
.grid-2 > *,
.grid-3 > *,
.grid-4 > *,
.grid-auto > * { min-width: 0; box-sizing: border-box; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.psh-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, #0d2a40 0%, #0f3a55 45%, #0d3320 100%);
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url('https://images.unsplash.com/photo-1631217868264-e5b90bb7e133?w=1600&q=80') center/cover no-repeat;
  opacity: .18;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: radial-gradient(circle, rgba(58,141,197,.12) 1px, transparent 1px);
  background-size: 40px 40px;
}
.hero-content { position: relative; z-index: 3; width: 100%; }
.hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 5rem 1.5rem 4rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91,184,76,.15);
  border: 1px solid rgba(91,184,76,.3);
  border-radius: 100px;
  padding: .38rem 1rem;
  margin-bottom: 1.4rem;
}
.hero-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero-pill span { font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.85); }
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.85rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.4rem;
}
.hero-content h1 em { font-style: italic; color: #7dcfed; }
.hero-sub { font-size: 1.05rem; line-height: 1.8; color: rgba(255,255,255,.7); margin-bottom: 2rem; max-width: 500px; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-trust { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: rgba(255,255,255,.6); }
.trust-item strong { color: rgba(255,255,255,.9); }
.trust-sep { width: 1px; height: 20px; background: rgba(255,255,255,.2); }

/* Hero card */
.hero-card {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-xl);
  padding: 2rem;
}
.hero-card-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #fff; margin-bottom: .3rem; }
.hero-card-sub { font-size: .82rem; color: rgba(255,255,255,.55); margin-bottom: 1.5rem; }
.quick-links { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1.5rem; }
.qlink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: .8rem 1rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  transition: all .2s;
  cursor: pointer;
  text-decoration: none;
}
.qlink:hover { background: rgba(58,141,197,.2); border-color: rgba(58,141,197,.4); }
.qlink-icon { width: 36px; height: 36px; flex-shrink: 0; background: rgba(58,141,197,.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.qlink-text { flex: 1; }
.qlink-text strong { display: block; font-size: .88rem; color: #fff; font-family: 'Outfit', sans-serif; }
.qlink-text span { font-size: .75rem; color: rgba(255,255,255,.5); }
.qlink-arr { color: rgba(255,255,255,.35); font-size: .85rem; }
.hero-card-cta { width: 100%; }

/* ═══════════════════════════════════════════
   MARQUEE
═══════════════════════════════════════════ */
.marquee-bar { background: var(--blue); padding: .7rem 0; overflow: hidden; }
.marquee-track { display: flex; gap: 2.5rem; animation: marquee-scroll 28s linear infinite; white-space: nowrap; }
@keyframes marquee-scroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.marquee-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
}
.marquee-item::after { content: '✦'; font-size: .45rem; color: rgba(255,255,255,.35); margin-left: 1rem; }

/* ═══════════════════════════════════════════
   MISSION STRIP
═══════════════════════════════════════════ */
.mission-strip { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.mission-strip-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}
.mission-divider { width: 1px; height: 60px; background: var(--border); }
.mission-item { display: flex; align-items: flex-start; gap: 12px; }
.mission-item-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.mi-blue  { background: var(--blue-light); }
.mi-green { background: var(--green-light); }
.mission-item h5 { font-size: .85rem; font-weight: 700; color: var(--charcoal); margin-bottom: .15rem; font-family: 'Outfit', sans-serif; }
.mission-item p  { font-size: .78rem; color: var(--text-light); line-height: 1.5; }

/* ═══════════════════════════════════════════
   ABOUT / MISSION SECTION
═══════════════════════════════════════════ */
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-stack { position: relative; }
.about-img-main { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-xl); }
.about-img-accent {
  position: absolute;
  bottom: -24px; right: -24px;
  width: 200px; height: 160px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 5px solid #fff;
  box-shadow: var(--shadow-lg);
}
.about-stat-pill {
  position: absolute;
  top: 24px; left: -24px;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1rem 1.3rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 10px;
}
.asp-num { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--blue); line-height: 1; }
.asp-text { font-size: .75rem; color: var(--text-mid); line-height: 1.4; }
.mission-text p { font-size: .95rem; line-height: 1.85; color: var(--text-mid); margin-bottom: .9rem; }
.mission-text p:first-of-type { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.15rem; color: var(--text); line-height: 1.65; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; margin-top: 1.5rem; width: 100%; box-sizing: border-box; }
.val-card {
  padding: 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--white);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: all .25s;
  min-width: 0;
  box-sizing: border-box;
}
.val-card:hover { border-color: var(--blue); box-shadow: 0 4px 16px rgba(58,141,197,.1); }
.val-icon { width: 36px; height: 36px; flex-shrink: 0; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; background: var(--blue-light); }
.val-card:nth-child(2) .val-icon,
.val-card:nth-child(4) .val-icon { background: var(--green-light); }
.val-card h5 { font-size: .85rem; font-weight: 700; color: var(--charcoal); margin-bottom: .15rem; font-family: 'Outfit', sans-serif; }
.val-card p  { font-size: .78rem; color: var(--text-light); line-height: 1.5; }

/* ═══════════════════════════════════════════
   STATS BAND
═══════════════════════════════════════════ */
.stats-band { background: var(--blue); padding: 3.5rem 1.5rem; }
.stats-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.stat-item { padding: 1rem; }
.stat-num  { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: #fff; line-height: 1; }
.stat-label { font-size: .82rem; color: rgba(255,255,255,.65); margin-top: .4rem; }
.stat-sep { width: 1px; background: rgba(255,255,255,.2); }

/* ═══════════════════════════════════════════
   SERVICE CARDS
═══════════════════════════════════════════ */
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .3s;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: transparent; }
.svc-img { height: 170px; overflow: hidden; position: relative; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover .svc-img img { transform: scale(1.05); }
.svc-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,40,65,.55), transparent); }
.svc-tag {
  position: absolute; top: 10px; right: 10px;
  background: var(--green); color: #fff;
  padding: .2rem .65rem; border-radius: 100px;
  font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
}
.svc-body { padding: 1.4rem; }
.svc-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: .9rem; background: var(--blue-light); }
.svc-body h3 { font-size: 1rem; font-weight: 700; color: var(--charcoal); margin-bottom: .4rem; font-family: 'Outfit', sans-serif; }
.svc-body p  { font-size: .83rem; line-height: 1.65; color: var(--text-mid); }
.svc-link { display: inline-flex; align-items: center; gap: 4px; margin-top: .8rem; font-size: .8rem; font-weight: 600; color: var(--blue); transition: gap .2s; }
.svc-link:hover { gap: 8px; }

/* Ambulatory hero card */
.amb-hero {
  background: linear-gradient(130deg, var(--blue-dark) 0%, #083550 100%);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.5rem;
  position: relative;
}
.amb-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?w=1200&q=80') right center/50% no-repeat;
  opacity: .12;
}
.amb-hero-body { padding: 3rem; position: relative; z-index: 1; }
.amb-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(91,184,76,.2); border: 1px solid rgba(91,184,76,.4);
  border-radius: 100px; padding: .3rem .9rem; margin-bottom: 1.2rem;
}
.amb-badge span { font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #7de86d; }
.amb-hero h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.4rem, 3.5vw, 2rem); color: #fff; margin-bottom: .8rem; line-height: 1.25; }
.amb-hero p  { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.7); margin-bottom: 1.5rem; }
.amb-conditions { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; margin-bottom: 1.5rem; }
.amb-cond { display: flex; align-items: center; gap: 7px; font-size: .8rem; color: rgba(255,255,255,.8); }
.amb-cond::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; }
.amb-hero-img { position: relative; overflow: hidden; }
.amb-hero-img img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }

/* ═══════════════════════════════════════════
   WHY CHOOSE US
═══════════════════════════════════════════ */
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-img { position: relative; border-radius: var(--radius-xl); overflow: hidden; height: 520px; }
.why-img img { width: 100%; height: 100%; object-fit: cover; }
.why-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,40,65,.7) 0%, transparent 50%); }
.why-img-stat {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  background: #fff; border-radius: var(--radius-lg); padding: 1.2rem 1.5rem;
  display: flex; align-items: center; gap: 16px; box-shadow: var(--shadow-lg);
}
.wis-icon { width: 48px; height: 48px; flex-shrink: 0; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.wis-text h4 { font-size: .95rem; font-weight: 700; color: var(--charcoal); font-family: 'Outfit', sans-serif; }
.wis-text p  { font-size: .78rem; color: var(--text-light); }
.why-points { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.why-point {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 1.2rem; border-radius: var(--radius-lg);
  border: 1px solid var(--border); background: #fff; transition: all .25s;
}
.why-point:hover { border-color: var(--blue); box-shadow: 0 4px 20px rgba(58,141,197,.1); }
.wp-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.wp-blue  { background: var(--blue-light); }
.wp-green { background: var(--green-light); }
.why-point h5 { font-size: .9rem; font-weight: 700; color: var(--charcoal); margin-bottom: .2rem; font-family: 'Outfit', sans-serif; }
.why-point p  { font-size: .82rem; color: var(--text-mid); line-height: 1.55; }

/* ═══════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════ */
.cta-banner {
  background: linear-gradient(130deg, var(--blue) 0%, var(--blue-dark) 100%);
  border-radius: var(--radius-xl);
  padding: 3rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  flex-wrap: wrap; position: relative; overflow: hidden;
}
.cta-banner::after {
  content: ''; position: absolute; right: -40px; top: -40px;
  width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.06);
}
.cta-banner h3 { font-family: 'Playfair Display', serif; font-size: clamp(1.2rem, 3vw, 1.8rem); color: #fff; }
.cta-banner p  { font-size: .9rem; color: rgba(255,255,255,.65); margin-top: .4rem; max-width: 460px; }
.cta-banner-actions { display: flex; gap: .8rem; flex-shrink: 0; }

/* ═══════════════════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════════════════ */
.page-hero,
.psh-subhero {
  background: linear-gradient(120deg, #0d2a40 0%, #083020 100%);
  padding: 5.25rem 1.5rem 2.6rem;
  position: relative; overflow: hidden;
}
.page-hero::before,
.psh-subhero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(58,141,197,.1) 1px, transparent 1px);
  background-size: 36px 36px;
}
.page-hero-inner,
.psh-subhero .inner { max-width: var(--container); margin: 0 auto; position: relative; z-index: 1; }
.page-hero h1,
.psh-subhero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4.2vw, 3rem); color: #fff; margin-bottom: .65rem; line-height: 1.12; }
.page-hero p,
.psh-subhero .psh-lead { font-size: 1.02rem; color: rgba(255,255,255,.82); line-height: 1.8; max-width: 680px; text-wrap: balance; }
.psh-section-label { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: .8rem; display: block; }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: rgba(255,255,255,.45); margin-bottom: 1.2rem; }
.breadcrumb a { cursor: pointer; transition: color .2s; }
.breadcrumb a:hover { color: rgba(255,255,255,.8); }
.breadcrumb span { color: rgba(255,255,255,.25); }

/* ═══════════════════════════════════════════
   PACKAGES
═══════════════════════════════════════════ */
.packages-section { background: var(--charcoal); }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.pkg-card {
  background: #232323; border: 1px solid #333;
  border-radius: var(--radius-xl); padding: 2.2rem 1.8rem;
  transition: all .3s; position: relative; overflow: hidden;
}
.pkg-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--blue); }
.pkg-card.featured::before { background: var(--green); }
.pkg-card:hover { border-color: #444; transform: translateY(-4px); }
.pkg-card.featured { border-color: var(--green); background: #1a2e1a; }
.pkg-badge { display: inline-block; background: var(--green); color: #fff; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .8rem; border-radius: 100px; margin-bottom: 1rem; }
.pkg-name { font-family: 'Playfair Display', serif; font-size: clamp(1.15rem, 2.8vw, 1.6rem); color: #fff; margin-bottom: .25rem; }
.pkg-for { font-size: .8rem; color: rgba(255,255,255,.4); margin-bottom: 1.2rem; }
.pkg-price { margin-bottom: .6rem; display: flex; align-items: baseline; gap: 4px; }
.pkg-amount { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; color: var(--blue); }
.pkg-card.featured .pkg-amount { color: var(--green); }
.pkg-per { font-size: .8rem; color: rgba(255,255,255,.35); }
.pkg-discount { display: inline-block; background: rgba(58,141,197,.15); color: #7dcfed; font-size: .75rem; font-weight: 600; padding: .2rem .7rem; border-radius: 100px; margin-bottom: 1.4rem; }
.pkg-card.featured .pkg-discount { background: rgba(91,184,76,.15); color: #7de86d; }
.pkg-features { margin-bottom: 1.6rem; }
.pkg-feat { display: flex; align-items: flex-start; gap: 8px; padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .83rem; color: rgba(255,255,255,.65); line-height: 1.5; }
.pkg-feat::before { content: '✓'; color: var(--blue); font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.pkg-card.featured .pkg-feat::before { color: var(--green); }
.pkg-cta { width: 100%; padding: .82rem; border-radius: 100px; font-size: .88rem; font-weight: 700; cursor: pointer; transition: all .25s; border: none; font-family: 'Outfit', sans-serif; }
.pkg-cta-blue { background: var(--blue); color: #fff; }
.pkg-cta-blue:hover { background: var(--blue-dark); }
.pkg-cta-green { background: var(--green); color: #fff; }
.pkg-cta-green:hover { background: var(--green-dark); }
.pkg-cta-outline { background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.2); }
.pkg-cta-outline:hover { border-color: rgba(255,255,255,.5); color: #fff; }

/* Monthly plans */
.monthly-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.mplan-card { background: #232323; border: 1px solid #333; border-radius: var(--radius-lg); padding: 1.5rem; transition: all .25s; }
.mplan-card:hover { border-color: var(--blue); transform: translateY(-3px); }
.mplan-icon { font-size: 1.6rem; margin-bottom: .8rem; }
.mplan-name { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .3rem; font-family: 'Outfit', sans-serif; }
.mplan-desc { font-size: .78rem; color: rgba(255,255,255,.45); line-height: 1.55; margin-bottom: .9rem; }
.mplan-price { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--green); }

/* ═══════════════════════════════════════════
   WELLNESS PACKAGES
═══════════════════════════════════════════ */
.well-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; transition: all .3s; min-width: 0; width: 100%; box-sizing: border-box; }
.well-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.well-header { padding: 1.5rem; background: linear-gradient(135deg, var(--blue-dark), #0f3a55); position: relative; overflow: hidden; }
.well-header::after { content: ''; position: absolute; right: -20px; top: -20px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,.05); }
.well-header h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: #fff; margin-bottom: .2rem; }
.well-header span { font-size: .75rem; color: rgba(255,255,255,.55); }
.well-body { padding: 1.5rem; }
.well-tests { margin-bottom: 1.2rem; }
.well-test { display: flex; align-items: center; gap: 8px; padding: .35rem 0; border-bottom: 1px solid var(--border); font-size: .8rem; color: var(--text-mid); }
.well-test::before { content: '○'; color: var(--blue); font-size: .7rem; flex-shrink: 0; }
.well-price { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 600; color: var(--blue); margin-bottom: 1rem; }

/* ═══════════════════════════════════════════
   REGISTER PAGE
═══════════════════════════════════════════ */
.register-hero {
  background: linear-gradient(120deg, #0d2a40, #083020);
  padding: 5rem 1.5rem 3rem;
  position: relative; overflow: hidden;
}
.register-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1585435557343-3b092031a831?w=1400&q=80') center/cover;
  opacity: .08;
}
.register-hero-inner { max-width: 700px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.register-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 4.5vw, 2.5rem); color: #fff; margin-bottom: .6rem; }
.register-hero p  { font-size: 1rem; color: rgba(255,255,255,.65); line-height: 1.7; }

.register-body {
  max-width: 1100px; margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  display: grid; grid-template-columns: 1fr 1.8fr; gap: 2.5rem; align-items: start;
}
.reg-sidebar { position: sticky; top: 90px; }
.reg-info-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); }
.reg-info-header { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); padding: 1.8rem; }
.reg-info-header h3 { font-family: 'Playfair Display', serif; font-size: clamp(1.05rem, 2.5vw, 1.4rem); color: #fff; margin-bottom: .3rem; }
.reg-info-header p { font-size: .82rem; color: rgba(255,255,255,.65); }
.reg-benefits { padding: 1.4rem; }
.reg-benefit { display: flex; align-items: flex-start; gap: 10px; padding: .65rem 0; border-bottom: 1px solid var(--border); }
.reg-benefit:last-child { border-bottom: none; }
.rb-icon { width: 32px; height: 32px; flex-shrink: 0; border-radius: 8px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.reg-benefit h5 { font-size: .83rem; font-weight: 700; color: var(--charcoal); margin-bottom: .1rem; font-family: 'Outfit', sans-serif; }
.reg-benefit p  { font-size: .75rem; color: var(--text-light); line-height: 1.4; }
.qr-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.3rem; text-align: center; margin-top: 1.2rem; }
.qr-block h4 { font-size: .85rem; font-weight: 700; color: var(--charcoal); margin-bottom: .6rem; font-family: 'Outfit', sans-serif; }
.qr-block p { font-size: .8rem; color: var(--text-mid); margin-top: .6rem; line-height: 1.5; }
#qrCanvas { border-radius: 8px; display: block; margin: 0 auto; }

/* Form card */
.reg-form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); }
.reg-form-header { padding: 1.8rem 2rem; border-bottom: 1px solid var(--border); }
.reg-form-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.15rem, 2.8vw, 1.6rem); color: var(--charcoal); margin-bottom: .25rem; }
.reg-form-header p { font-size: .82rem; color: var(--text-light); }
.reg-form-body { padding: 2rem; }

/* KiviCare shortcode wrapper */
.psh-shortcode-shell {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
.psh-shortcode-shell .kc-register-wrap,
.psh-shortcode-shell .kc-login-wrap,
.psh-shortcode-shell .kivicare-register-login { max-width: 100% !important; }

/* ═══════════════════════════════════════════
   APPOINTMENT PAGE
═══════════════════════════════════════════ */
.appointment-intro {
  max-width: 680px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.8rem 2rem;
  box-shadow: var(--shadow-md);
  margin-bottom: 1.5rem;
}
.appointment-intro h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--charcoal); margin-bottom: .8rem; }
.appt-steps { display: flex; flex-direction: column; gap: .7rem; }
.appt-step { display: flex; align-items: flex-start; gap: 10px; font-size: .85rem; color: var(--text-mid); }
.appt-step-num { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; }

/* ═══════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════ */
.contact-layout {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 2.5rem; padding: 4rem 0; max-width: 1100px; margin: 0 auto;
}
.contact-info-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); height: fit-content; position: sticky; top: 90px; }
.ci-header { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); padding: 2rem; }
.ci-header h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #fff; margin-bottom: .3rem; }
.ci-header p { font-size: .82rem; color: rgba(255,255,255,.6); }
.ci-body { padding: 1.5rem; }
.ci-detail { display: flex; align-items: flex-start; gap: 12px; padding: .9rem 0; border-bottom: 1px solid var(--border); }
.ci-detail:last-child { border-bottom: none; }
.ci-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.ci-detail h5 { font-size: .8rem; font-weight: 700; color: var(--charcoal); margin-bottom: .2rem; font-family: 'Outfit', sans-serif; }
.ci-detail p, .ci-detail a { font-size: .83rem; color: var(--text-mid); line-height: 1.5; }
.ci-detail a { color: var(--blue); }
.hours-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--green-light); border-radius: 100px; padding: .2rem .7rem; font-size: .72rem; font-weight: 700; color: var(--green-dark); }

/* Contact form card */
.contact-form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 2.5rem; box-shadow: var(--shadow-md); }
.contact-form-card h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.2rem, 3vw, 1.8rem); color: var(--charcoal); margin-bottom: .4rem; }
.contact-form-card > p { font-size: .85rem; color: var(--text-light); margin-bottom: 1.8rem; }

/* Form elements */
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .78rem; font-weight: 700; color: var(--charcoal); margin-bottom: .4rem; letter-spacing: .02em; }
.field label span { color: #e0402a; margin-left: 2px; }
.field input, .field select, .field textarea {
  width: 100%; padding: .72rem .95rem;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  font-size: .88rem; color: var(--text); background: var(--surface);
  transition: all .2s; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue); background: #fff;
  box-shadow: 0 0 0 3px rgba(58,141,197,.12);
}
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit {
  margin-top: .5rem; background: var(--blue); color: #fff;
  width: 100%; padding: .9rem; border-radius: 100px;
  font-size: .95rem; font-weight: 700; cursor: pointer;
  border: none; transition: all .25s; display: flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Outfit', sans-serif;
}
.form-submit:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(58,141,197,.35); }
.psh-form-status {
  padding: .9rem 1.2rem; border-radius: var(--radius); margin-bottom: 1.5rem;
  background: var(--green-light); border: 1px solid rgba(91,184,76,.3);
  font-size: .85rem; color: var(--green-dark); font-weight: 600;
}
.psh-form-status.error { background: #fef2f2; border-color: rgba(224,64,42,.2); color: #c0392b; }

/* ═══════════════════════════════════════════
   FAQ
═══════════════════════════════════════════ */
.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:nth-child(odd) { border-right: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; padding: 1.25rem 1.5rem;
  background: none; border: none; cursor: pointer;
  font-size: .9rem; font-weight: 600; color: var(--charcoal);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-family: 'Outfit', sans-serif; transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-icon { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: .85rem; color: var(--blue); transition: transform .25s; }
.faq-item.open .faq-q .faq-icon { transform: rotate(45deg); background: var(--blue-light); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 200px; }
.faq-a-inner { padding: .2rem 1.5rem 1.2rem; font-size: .84rem; line-height: 1.7; color: var(--text-mid); }

/* ═══════════════════════════════════════════
   QR CONTACT BLOCK
═══════════════════════════════════════════ */
.qr-contact-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.4rem; text-align: center; margin-top: 1.2rem; }
.qr-contact-block h4 { font-size: .85rem; font-weight: 700; color: var(--charcoal); margin-bottom: .3rem; font-family: 'Outfit', sans-serif; }
.qr-contact-block p { font-size: .75rem; color: var(--text-light); line-height: 1.5; margin-top: .6rem; }
#qrCanvasContact { border-radius: 8px; display: block; margin: 0 auto; }

/* ═══════════════════════════════════════════
   ABOUT PAGE — SECTIONS
═══════════════════════════════════════════ */
.psh-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.psh-image-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; }
.psh-image-card img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-xl); }
.psh-floating-card {
  position: absolute; bottom: 24px; left: 24px;
  background: #fff; border-radius: var(--radius-lg);
  padding: 1rem 1.3rem; box-shadow: var(--shadow-lg);
}
.psh-floating-card strong { display: block; font-size: .9rem; font-weight: 700; color: var(--charcoal); }
.psh-floating-card span { font-size: .78rem; color: var(--text-light); }
.psh-copy h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--charcoal); margin-bottom: 1.2rem; }
.psh-copy p  { font-size: .95rem; line-height: 1.8; color: var(--text-mid); margin-bottom: .9rem; }

/* value grid */
.psh-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.psh-value-grid > div { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; transition: all .25s; }
.psh-value-grid > div:hover { border-color: var(--blue); box-shadow: var(--shadow-md); }
.psh-value-grid h3 { font-size: 1rem; font-weight: 700; color: var(--charcoal); margin-bottom: .4rem; font-family: 'Outfit', sans-serif; }
.psh-value-grid p  { font-size: .82rem; color: var(--text-mid); line-height: 1.6; }

/* Timeline / highlight box */
.psh-timeline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.psh-highlight-box {
  background: linear-gradient(135deg, var(--blue-dark), #083550);
  border-radius: var(--radius-xl); padding: 2rem;
  color: rgba(255,255,255,.8);
}
.psh-highlight-box strong { display: block; font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: 1rem; font-family: 'Playfair Display', serif; font-size: 1.1rem; }
.psh-highlight-box ul { display: flex; flex-direction: column; gap: .7rem; }
.psh-highlight-box li { font-size: .85rem; padding-left: 1.2rem; position: relative; line-height: 1.55; }
.psh-highlight-box li::before { content: '→'; position: absolute; left: 0; color: var(--green); }

/* ═══════════════════════════════════════════
   SERVICES PAGE — EXTRAS
═══════════════════════════════════════════ */
.psh-process-grid { display: grid; grid-template-columns: auto 1fr; gap: 3rem; align-items: center; }
.psh-process-list { display: flex; flex-direction: column; gap: .8rem; }
.psh-process-list > div { display: flex; align-items: flex-start; gap: 10px; padding: .9rem; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
.psh-process-list > div strong { font-size: .85rem; font-weight: 700; color: var(--charcoal); min-width: 80px; }
.psh-process-list > div span { font-size: .82rem; color: var(--text-mid); }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.psh-footer {
  background: #0d1a0d;
  color: rgba(255,255,255,.8);
  position: relative;
  z-index: 50;
  isolation: isolate;
  overflow: visible;
}
.footer-top {
  max-width: var(--container); margin: 0 auto;
  padding: 4rem 1.5rem 2.5rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 3rem;
  position: relative;
  z-index: 3;
}
/* Footer brand */
.psh-brand-footer { margin-bottom: 1rem; }
.psh-brand-footer .psh-brand-text strong { color: rgba(255,255,255,.9); }
.psh-brand-footer .psh-brand-text small  { color: rgba(255,255,255,.4); }
.psh-footer-note { font-size: .83rem; line-height: 1.75; color: rgba(255,255,255,.4); margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: .6rem; }
.fsoc {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; color: rgba(255,255,255,.5); transition: all .2s;
  text-decoration: none;
}
.fsoc:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
/* Footer columns */
.footer-col h5 { font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 1.2rem; font-family: 'Outfit', sans-serif; }
.footer-col ul { display: flex; flex-direction: column; }
.footer-col ul li { margin-bottom: .55rem; }
.footer-col ul li a { font-size: .83rem; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-col ul li a:hover { color: rgba(255,255,255,.9); }
.footer-contact-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.5); margin-bottom: .7rem; }
.footer-contact-item span { font-size: .9rem; }
.footer-contact-item a { color: inherit; transition: color .2s; }
.footer-contact-item a:hover { color: rgba(255,255,255,.9); }
.footer-hours { background: rgba(91,184,76,.1); border: 1px solid rgba(91,184,76,.2); border-radius: 10px; padding: .8rem 1rem; margin-top: 1rem; }
.footer-hours p { font-size: .75rem; color: rgba(255,255,255,.45); margin-bottom: .2rem; }
.footer-hours strong { font-size: .85rem; color: var(--green); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  max-width: var(--container); margin: 0 auto; padding: 1.4rem 1.5rem;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
  position: relative;
  z-index: 3;
}
.footer-bottom p { font-size: .75rem; color: rgba(255,255,255,.3); }
.footer-bottom a { font-size: .75rem; color: rgba(255,255,255,.45); margin-left: 1.2rem; transition: color .2s; }
.footer-bottom a:hover { color: rgba(255,255,255,.8); }
.psh-footer a {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}

.psh-footer a:focus-visible,
.footer-contact-item a:focus-visible,
.footer-bottom a:focus-visible {
  outline-color: rgba(91,184,76,.55);
}

.psh-main {
  position: relative;
  z-index: 1;
}

body.psh-site-body .elementor-location-footer,
body.psh-site-body footer.psh-footer {
  position: relative;
  z-index: 50;
}

/* ═══════════════════════════════════════════
   KIVICARE OVERRIDES
═══════════════════════════════════════════ */
.psh-shortcode-shell .kv-btn,
.psh-shortcode-shell button[type="submit"] {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  border-radius: 100px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
}
.psh-shortcode-shell input,
.psh-shortcode-shell select,
.psh-shortcode-shell textarea {
  border-radius: var(--radius) !important;
  font-family: 'Outfit', sans-serif !important;
}
.psh-shortcode-shell .kv-form-group label {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: .78rem !important;
  color: var(--charcoal) !important;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
/* ════════════════════════════════════════════════════════════
   GLOBAL RESPONSIVE SYSTEM
   Breakpoints:
     1200px — large tablet / small laptop  (condensed layout)
     1080px — collapse nav to hamburger
      768px — mobile   (single column, smaller type)
      480px — small mobile
      360px — very small phones
   ════════════════════════════════════════════════════════════ */

/* ── 1 · Large tablet / small laptop (≤ 1200px) ── */
@media (max-width: 1200px) {
  .psh-header-main      { padding: 0 1.5rem; }
  .psh-topbar-inner,
  .psh-founding-bar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }

  .hero-inner           { gap: 3rem; }
  .footer-top           { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .about-layout         { gap: 3.5rem; }
  .why-layout           { gap: 3.5rem; }
  .packages-grid        { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
  .grid-3               { grid-template-columns: repeat(2, 1fr); }
  .grid-4               { grid-template-columns: repeat(2, 1fr); }
  .values-grid          { grid-template-columns: repeat(2, 1fr); }
  .monthly-grid         { grid-template-columns: repeat(2, 1fr); }
  .register-body        { grid-template-columns: 1fr; max-width: 700px; margin-inline: auto; }
  .reg-sidebar          { position: static; }
  .contact-layout       { grid-template-columns: 1fr; padding: 3rem 0; }
  .contact-info-card    { position: static; }
}

/* ── 2 · Tablet — collapse nav (≤ 1080px) ── */
@media (max-width: 1080px) {
  .psh-nav,
  .psh-header-actions   { display: none; }
  .psh-menu-toggle      { display: flex; }

  .hero-inner           { grid-template-columns: 1fr; gap: 2rem; }
  .hero-card            { display: none; }
  .about-layout         { grid-template-columns: 1fr; gap: 2.5rem; }
  .why-layout           { grid-template-columns: 1fr; gap: 2.5rem; }
  .why-img              { height: 320px; }
  .amb-hero             { grid-template-columns: 1fr; }
  .amb-hero-img         { display: none; }
  .psh-split            { grid-template-columns: 1fr; gap: 2.5rem; }
  .psh-value-grid       { grid-template-columns: repeat(2, 1fr); }
  .psh-timeline-grid    { grid-template-columns: 1fr; }
  .psh-process-grid     { grid-template-columns: 1fr; }
  .mission-strip-inner  { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .mission-divider      { display: none; }
}

/* ── 3 · Mobile (≤ 768px) ── */
@media (max-width: 768px) {

  /* ── Header ── */
  .psh-header-main      { padding: 0 1.25rem; height: 68px; }
  /* Use dvh so the drawer accounts for mobile browser chrome */
  .mobile-nav           { max-height: calc(100dvh - 68px);
                          padding-bottom: max(2rem, env(safe-area-inset-bottom)); }
  .psh-brand-logo       { height: 42px; }
  .psh-brand-mark       { width: 38px; height: 38px; border-radius: 10px; }
  .psh-brand-text strong{ font-size: .9rem; }
  .psh-brand-text small { font-size: .68rem; }

  /* ── Topbar / founding bar ── */
  .psh-topbar           { display: none; }
  .psh-founding-bar-inner {
    flex-wrap: wrap;
    gap: .4rem .8rem;
    padding: .7rem 1.25rem;
    justify-content: center;
    text-align: center;
  }
  .psh-bar-cd           { width: 100%; text-align: center; }
  .psh-founding-bar a   { margin-top: .2rem; }

  /* ── Page sections ── */
  .section, .psh-section { padding: 3.5rem 1.25rem; }
  .section-sm            { padding: 2.5rem 1.25rem; }

  /* ── Layout grids → single column ── */
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-auto            { grid-template-columns: 1fr; }
  .mission-strip-inner  { grid-template-columns: 1fr; gap: 0; }
  .packages-grid        { grid-template-columns: 1fr; max-width: 100%; gap: 1rem; }
  .pkg-card             { padding: 1.6rem 1.25rem; }
  .monthly-grid         { grid-template-columns: 1fr; }
  .psh-value-grid       { grid-template-columns: 1fr; }
  .psh-split            { grid-template-columns: 1fr; gap: 2rem; }
  .psh-timeline-grid,
  .psh-process-grid     { grid-template-columns: 1fr; }
  .values-grid          { grid-template-columns: 1fr; }
  .amb-hero             { grid-template-columns: 1fr; }
  .amb-hero-img         { display: none; }
  .register-body        { grid-template-columns: 1fr; max-width: 100%; }
  .reg-sidebar          { position: static; }
  .contact-layout       { grid-template-columns: 1fr; padding: 1.5rem 0; }
  .contact-info-card    { position: static; }
  .contact-form-card    { padding: 1.5rem; }
  .faq-grid             { grid-template-columns: 1fr; }
  .faq-item:nth-child(odd) { border-right: none; }
  .form-row             { grid-template-columns: 1fr; }

  /* ── Stats band ── */
  .stats-inner          { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .stat-sep             { display: none; }

  /* ── About ── */
  .about-img-accent,
  .about-stat-pill      { display: none; }
  .about-img-main       { height: 320px; }

  /* ── Hero ── */
  .hero-inner           { padding: 3.5rem 1.25rem 2.5rem; }

  /* ── CTA banner ── */
  .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1.5rem;
  }
  .cta-banner-actions   { justify-content: center; flex-wrap: wrap; }
  .cta-banner p         { margin-inline: auto; }

  /* ── Footer ── */
  .footer-top           { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom        { flex-direction: column; align-items: flex-start; gap: .75rem; }

  /* ── Touch targets: min 44 px high for all interactive elements ── */
  .btn, .psh-button     { min-height: 44px; padding-block: .75rem; }
  .mobile-nav a,
  .mobile-nav summary   { min-height: 44px; display: flex; align-items: center; }
}

/* ── 4 · Small mobile (≤ 480px) ── */
@media (max-width: 480px) {
  /* ── Header ── */
  .psh-header-main      { padding: 0 1rem; height: 60px; }
  .mobile-nav           { max-height: calc(100dvh - 60px);
                          padding: 1rem 1rem max(2.5rem, env(safe-area-inset-bottom)); }
  .psh-brand-logo       { height: 38px; }
  .psh-founding-bar     { padding: .5rem 1rem; }

  /* ── Sections ── */
  .section, .psh-section { padding: 3rem 1rem; }
  .psh-footer .footer-top{ padding: 3rem 1rem; }

  /* ── Stats ── */
  .stats-inner          { grid-template-columns: repeat(2, 1fr); }

  /* ── Footer ── */
  .footer-top           { grid-template-columns: 1fr; gap: 2rem; }

  /* ── Prevent horizontal overflow ── */
  body                  { overflow-x: hidden; }
  img, video, iframe,
  table                 { max-width: 100%; }

  /* ── Touch-friendly inputs ── */
  input, select, textarea { font-size: 16px !important; } /* prevents iOS auto-zoom */
}

/* ── 5 · Very small phones (≤ 360px) ── */
@media (max-width: 360px) {
  .psh-header-main      { padding: 0 .75rem; }
  .mobile-nav           { padding-inline: .75rem; }
  .section, .psh-section { padding: 2.5rem .875rem; }
  .stats-inner          { grid-template-columns: 1fr; }
  .psh-founding-bar-inner { font-size: .7rem; }
}

/* ═══════════════════════════════════════════
   ELEMENTOR COMPATIBILITY
   Works with both free Elementor and Elementor Pro.
═══════════════════════════════════════════ */

/* 1 ── Let Elementor sections be truly full-width */
body.psh-site-body .elementor-section-wrap,
body.psh-site-body .elementor-top-section {
  width: 100%;
}
body.psh-site-body .elementor,
body.psh-site-body .elementor-widget-theme-post-content,
body.psh-site-body .elementor-widget-theme-post-content .elementor-widget-container,
body.psh-site-body .elementor-location-single,
body.psh-site-body .elementor-location-archive {
  width: 100%;
  max-width: none;
}

/* 2 ── Remove the psh-main min-height when Elementor is editing
        so the editor canvas isn't pushed down */
body.elementor-editor-active .psh-main {
  min-height: 0;
}

/* 3 ── Elementor "Full Width" page layout: remove side padding
        on the inner container so sections bleed to the edges */
body.elementor-page .psh-main {
  padding: 0;
}

/* 4 ── Make sure Elementor widgets inherit the brand fonts */
.elementor-widget-container,
.elementor-widget-container * {
  font-family: inherit;
}
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Playfair Display', serif;
}

/* 5 ── Expose CSS custom properties as Elementor-usable values.
        You can reference these in Elementor's custom CSS box:
        e.g.  color: var(--blue);  background: var(--green);      */

/* 6 ── Elementor sections that use our classes */
.elementor-section .hero-inner,
.elementor-section .inner,
.elementor-section .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}
body.psh-site-body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: min(100%, var(--container));
}
body.psh-site-body .elementor-section.elementor-section-full_width > .elementor-container,
body.psh-site-body .elementor-section.elementor-section-stretched > .elementor-container {
  max-width: 100%;
}
body.psh-site-body .elementor-section.elementor-section-full_width,
body.psh-site-body .elementor-section.elementor-section-stretched {
  width: 100%;
}

/* 7 ── Global overflow containment — prevents any HTML widget content
        from bleeding outside the Elementor column on any screen size */
.elementor-column,
.elementor-col-100,
.elementor-col-50,
.e-con,
.e-child {
  min-width: 0;
  max-width: 100%;
}

/* HTML widget: hard-contain everything inside */
.elementor-widget-html {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Nested <section> / .psh-section inside an HTML widget:
   remove horizontal padding (Elementor column provides it) */
.elementor-widget-html section,
.elementor-widget-html .psh-section {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* Nested .container inside HTML widget:
   strip the horizontal padding — column already constrains */
.elementor-widget-html .container,
.elementor-widget-html .psh-container,
.elementor-widget-html .inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/* All direct grid children inside HTML widgets */
.elementor-widget-html * {
  box-sizing: border-box;
}

/* But allow images / SVGs to still size correctly */
.elementor-widget-html img,
.elementor-widget-html svg {
  max-width: 100%;
  height: auto;
}

.elementor-button.btn-blue  { background: var(--blue)  !important; border-color: var(--blue)  !important; border-radius: 100px !important; }
.elementor-button.btn-green { background: var(--green) !important; border-color: var(--green) !important; border-radius: 100px !important; }
.elementor-button.btn-outline-blue { background: transparent !important; color: var(--blue) !important; border: 2px solid var(--blue) !important; border-radius: 100px !important; }

/* 9 ── KiviCare shortcode inside Elementor Shortcode widget */
.elementor-widget-shortcode .psh-shortcode-shell,
.elementor-shortcode .kc-register-wrap,
.elementor-shortcode .kv-btn,
.elementor-shortcode button[type="submit"] {
  font-family: 'Outfit', sans-serif;
}
.elementor-shortcode button[type="submit"],
.elementor-shortcode .kv-btn {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  border-radius: 100px !important;
}

/* 9 ── Elementor Heading widget color helpers (add via CSS class) */
.psh-heading-blue  { color: var(--blue)    !important; }
.psh-heading-green { color: var(--green)   !important; }
.psh-heading-white { color: #fff           !important; }
.psh-heading-serif { font-family: 'Playfair Display', serif !important; }
.psh-text-outfit   { font-family: 'Outfit', sans-serif      !important; }

/* 10 ── Utility classes for Elementor section backgrounds */
.psh-bg-blue     { background: var(--blue)     !important; }
.psh-bg-green    { background: var(--green)    !important; }
.psh-bg-dark     { background: var(--charcoal) !important; }
.psh-bg-surface  { background: var(--surface)  !important; }
.psh-bg-hero     { background: linear-gradient(120deg, #0d2a40 0%, #0f3a55 45%, #0d3320 100%) !important; }

/* 11 ── Elementor column / widget spacing helpers */
.psh-no-padding  { padding: 0 !important; }
.psh-no-margin   { margin:  0 !important; }
.psh-radius-card { border-radius: var(--radius-xl) !important; }

/* 12 ── Fix Elementor Pro header/footer z-index against sticky nav */
.elementor-location-header { z-index: 900; position: sticky; top: 0; }
.elementor-location-footer { position: relative; z-index: 50; }

/* ═══════════════════════════════════════════
   FOUNDING MEMBERS — REGISTRATION BLOCK
   Premium polish pass — step form, tabs, tier cards, inputs
═══════════════════════════════════════════ */

/* Outer wrapper */
.fluentform { font-family: 'Outfit', sans-serif; }
.psh-fc-half { width: calc(50% - .5rem); display: inline-block; vertical-align: top; }
.psh-fc-half:nth-child(odd) { margin-right: 1rem; }
.psh-fc-full { width: 100%; display: block; }
.psh-fc-corporate-field { display: none; }
.psh-fc-mode-corporate .psh-fc-corporate-field { display: block !important; }
.psh-fc-mode-corporate .psh-fc-individual-field { display: none !important; }
.psh-fc-divider { height: 1px; background: #dfe7df; margin: 1.3rem 0 1.5rem; }
.psh-fc-tier-radio { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.psh-fc-tier-card { display: block; }
.psh-fc-tier-label { font-size: .82rem; font-weight: 600; color: #1c1c1c; display: block; margin-bottom: .6rem; }
.psh-fc-tier-for { font-size: .68rem; color: #999; margin-top: .2rem; font-family: 'Outfit', sans-serif; }
.psh-fc-bank-box strong { display: block; margin-bottom: .35rem; color: #0f1720; }
.psh-fc-bank-box p { margin: .15rem 0; }
.psh-fc-bank-box code { font-family: Consolas, monospace; font-size: .92rem; }
.psh-fc-note { color: #64748b; font-size: .9rem; line-height: 1.6; margin-top: .75rem; }
.psh-fc-pay-error {
  display: none;
  background: #fef2f2;
  border: 1px solid rgba(220,38,38,.25);
  color: #c0392b;
  border-radius: 10px;
  padding: .85rem 1rem;
  font-family: 'Outfit', sans-serif;
  font-size: .88rem;
  margin-bottom: .9rem;
}
.psh-fc-success {
  background: #f0fbf0;
  border: 1px solid rgba(91,184,76,.28);
  border-radius: 14px;
  padding: 1.75rem;
  text-align: center;
  font-family: 'Outfit', sans-serif;
}
.psh-fc-success h3 { color: #2d6a1f; font-family: 'Playfair Display', serif; margin: 0 0 .5rem; font-size: 1.5rem; }
.psh-fc-success p { color: #555; font-size: .95rem; margin: 0; line-height: 1.7; }
.psh-founding-step-form {
  max-width: 860px;
  margin: 2rem auto 0;
  padding: 2.25rem 2rem 1.75rem;
  border-radius: 32px;
  background:
    linear-gradient(158deg, rgba(255,255,255,.98) 0%, rgba(244,251,246,.97) 100%),
    radial-gradient(circle at 80% 0%, rgba(58,141,197,.07), transparent 42%),
    radial-gradient(circle at 10% 100%, rgba(91,184,76,.06), transparent 38%);
  border: 1px solid rgba(58,141,197,.13);
  box-shadow:
    0 2px 0 rgba(255,255,255,.95) inset,
    0 32px 80px rgba(13,42,64,.13),
    0 8px 24px rgba(13,42,64,.06);
}

/* Header section: badge + title + subtitle */
.psh-founding-step-form__header {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(28,28,28,.07);
  margin-bottom: 1.5rem;
}

/* Step badge */
.psh-founding-step-form__badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .38rem .9rem .38rem .7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91,184,76,.12), rgba(91,184,76,.07));
  border: 1px solid rgba(91,184,76,.22);
  color: #2d7a28;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .9rem;
}

/* Title & subtitle */
.psh-founding-step-form__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  color: var(--charcoal);
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: .55rem;
}
.psh-founding-step-form__sub {
  font-size: 1rem;
  line-height: 1.78;
  color: #607086;
  max-width: 60ch;
}

/* Tab switcher */
.psh-founding-switcher__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 1.4rem;
  padding: .28rem;
  border-radius: 20px;
  background: #ece9e1;
  border: 1px solid rgba(28,28,28,.06);
}
.psh-founding-switcher__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .95rem 1.2rem;
  border-radius: 16px;
  font-size: .97rem;
  font-weight: 700;
  color: #7a7c75;
  transition: all .22s cubic-bezier(.4,0,.2,1);
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}
.psh-founding-switcher__tab .psh-tab-icon { font-size: 1.05rem; line-height: 1; }
.psh-founding-switcher__tab.is-active {
  background: #171c18;
  color: #fff;
  box-shadow: 0 10px 28px rgba(9,17,12,.22), 0 2px 6px rgba(9,17,12,.12);
}
.psh-founding-switcher__tab-icon { font-size: 1.05rem; }

.psh-founding-switcher__panel { display: none; }
.psh-founding-switcher__panel.is-active { display: block; }

/* Form card */
.psh-founding-step-form__card {
  padding: 1.5rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
  border: 1px solid rgba(58,141,197,.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 4px 16px rgba(13,42,64,.05);
}

/* Fluent form overrides */
.psh-founding-step-form .fluentform { background: transparent; }
.psh-founding-step-form .ff-el-group { margin-bottom: 1.2rem; }
.psh-founding-step-form .ff-el-form-control,
.psh-founding-step-form .ff-el-form-control[type="text"],
.psh-founding-step-form .ff-el-form-control[type="email"],
.psh-founding-step-form .ff-el-form-control[type="tel"],
.psh-founding-step-form select {
  min-height: 56px;
  border-radius: 14px;
  border: 1.5px solid #dde5ea;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 1px 0 rgba(255,255,255,.8) inset;
  padding: .9rem 1.05rem;
  color: var(--charcoal);
  font-size: .96rem;
  transition: border-color .18s, box-shadow .18s;
}
.psh-founding-step-form .ff-el-form-control:focus,
.psh-founding-step-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(58,141,197,.14), 0 1px 3px rgba(0,0,0,.04);
  outline: none;
}
.psh-founding-step-form .ff-el-input--label label {
  font-size: .93rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: .42rem;
  display: block;
}

/* Submit button */
.psh-founding-step-form .ff-btn-submit,
.psh-founding-step-form .psh-fc-submit-btn {
  width: 100%;
  min-height: 58px;
  border-radius: 15px;
  background: linear-gradient(135deg, #4ba96a, #357846) !important;
  color: #fff !important;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .01em;
  border: none !important;
  box-shadow: 0 14px 32px rgba(53,120,70,.28), 0 4px 8px rgba(53,120,70,.16);
  transition: transform .18s, box-shadow .18s;
}
.psh-founding-step-form .ff-btn-submit:hover,
.psh-founding-step-form .psh-fc-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(53,120,70,.32), 0 6px 12px rgba(53,120,70,.18);
}
.psh-founding-step-form .ff-btn-submit:active,
.psh-founding-step-form .psh-fc-submit-btn:active {
  transform: translateY(0);
}

/* Tier cards */
.psh-founding-step-form .psh-fc-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.psh-founding-step-form .psh-fc-tier-card {
  position: relative;
  border-radius: 18px;
  border: 1.5px solid #dce4e8;
  background: #fff;
  min-height: 152px;
  cursor: pointer;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  overflow: visible;
}
.psh-founding-step-form .psh-fc-tier-card:hover {
  border-color: #8bc4a0;
  box-shadow: 0 8px 20px rgba(65,126,80,.1);
  transform: translateY(-2px);
}
.psh-founding-step-form .psh-fc-tier-card--selected {
  border-color: #5aa56f;
  background: linear-gradient(180deg, #eef9f1 0%, #dff2e4 100%);
  box-shadow: 0 12px 28px rgba(65,126,80,.15), 0 0 0 3px rgba(91,184,76,.18);
}
.psh-founding-step-form .psh-fc-tier-card--selected .psh-fc-tier-inner {
  background: linear-gradient(180deg, rgba(91,184,76,.06), rgba(91,184,76,.02));
}
.psh-founding-step-form .psh-fc-tier-card--selected .psh-fc-tier-name {
  color: #24663a;
}
.psh-founding-step-form .psh-fc-tier-card--selected .psh-fc-tier-price {
  color: #2f7e49;
  font-weight: 700;
}
.psh-founding-step-form .psh-fc-tier-card--selected .psh-fc-tier-disc {
  color: #24663a;
}
.psh-founding-step-form .psh-fc-tier-radio {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.psh-founding-step-form .psh-fc-tier-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 1rem 1.2rem;
  min-height: 100%;
  pointer-events: none;
}
.psh-founding-step-form .psh-fc-tier-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(135deg, #4ba96a, #357846);
  color: #fff;
  padding: .26rem .85rem;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .04em;
  box-shadow: 0 3px 8px rgba(53,120,70,.25);
  pointer-events: none;
}
.psh-founding-step-form .psh-fc-tier-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--charcoal);
}
.psh-founding-step-form .psh-fc-tier-price {
  margin-top: .32rem;
  font-size: .98rem;
  color: #53687d;
  font-weight: 500;
}
.psh-founding-step-form .psh-fc-tier-disc {
  margin-top: .22rem;
  font-size: .84rem;
  font-weight: 700;
  color: #3a9b56;
}

/* Bank transfer box */
.psh-founding-step-form .psh-fc-bank-box {
  border-radius: 14px;
  margin-bottom: 1.1rem;
  background: #f4fbf6;
  border: 1px solid rgba(91,184,76,.2);
  padding: 1.1rem 1.25rem;
}
.psh-founding-step-form .psh-fc-pay-error {
  border-radius: 14px;
  margin-bottom: 1rem;
}

/* Trust row */
.psh-founding-step-form__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(28,28,28,.07);
  font-size: .78rem;
  color: #8496a6;
  font-family: 'Outfit', sans-serif;
}
.psh-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.psh-trust-sep { color: #c8d2db; }

/* Admin notice */
.psh-founding-admin-notice {
  max-width: 860px;
  margin: 2rem auto;
}

@media (max-width: 860px) {
  .psh-founding-step-form {
    padding: 1.75rem 1.5rem 1.5rem;
    border-radius: 26px;
  }
}
@media (max-width: 767px) {
  .psh-founding-step-form {
    padding: 1.25rem 1rem 1.1rem;
    border-radius: 22px;
    margin: 1rem auto 0;
  }
  .psh-fc-half { width: 100%; display: block; margin-right: 0; }
  .psh-founding-switcher__tabs {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }
  .psh-founding-switcher__tab { border-radius: 12px; padding: .82rem 1rem; }
  .psh-founding-step-form .psh-fc-tier-grid { grid-template-columns: 1fr; gap: .75rem; }
  .psh-founding-step-form__card { padding: 1.1rem; border-radius: 16px; }
  .psh-founding-step-form__title { font-size: 1.6rem; }
}

/* 13 ── When Elementor Pro renders the header, hide the PHP topbar */
body.has-elementor-header .psh-topbar,
body.has-elementor-header .psh-header {
  display: none;
}

/* 14 ── Elementor column responsive: intentionally removed.
   Elementor generates per-post CSS that handles column stacking
   at its configured breakpoints.  A blanket width:100%!important
   override at 768px fights with that generated CSS and breaks
   tablet-portrait layouts.  Per-section overrides are handled
   in the RESPONSIVE block at the bottom of this file. */

/* ═══════════════════════════════════════════
   FOUNDING MEMBER ANNOUNCEMENT BAR
═══════════════════════════════════════════ */
.psh-founding-bar {
  background: linear-gradient(90deg, #1a0e00 0%, #3d2200 50%, #1a0e00 100%);
  border-bottom: 1px solid rgba(200,149,42,.25);
  padding: .45rem 1.5rem;
  position: relative;
  z-index: 905;
  isolation: isolate;
}
.psh-founding-bar-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: .75rem;
  color: rgba(255,255,255,.7);
  font-family: 'Outfit', sans-serif;
}
.psh-founding-bar strong { color: #e6b84f; }
.psh-bar-cd { color: rgba(255,255,255,.55); }
#pshBarCountdown { color: #e6b84f; font-family: 'Outfit', sans-serif; }
.psh-founding-bar a {
  background: linear-gradient(135deg, #C8952A, #e6b84f);
  color: #fff;
  padding: .28rem .9rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: .72rem;
  white-space: nowrap;
  transition: opacity .2s;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.psh-founding-bar a:hover { opacity: .85; }

/* When Elementor Pro header renders, hide the announcement bar too */
body.has-elementor-header .psh-founding-bar { display: none; }

.psh-page-notice {
  width: 100%;
  padding: 1.25rem 1.5rem 0;
}
.psh-page-notice__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(58,141,197,.18);
  background: #eef8ec;
  color: var(--green-dark);
  font-size: .92rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}
.psh-page-notice.is-error .psh-page-notice__inner {
  background: #fef2f2;
  border-color: rgba(224,64,42,.24);
  color: #c0392b;
}

/* ═══════════════════════════════════════════
   GOLD HEADER BUTTON
═══════════════════════════════════════════ */
.psh-button-gold {
  background: linear-gradient(135deg, #C8952A, #e6b84f);
  color: #fff !important;
  border: none;
  white-space: nowrap;
}
.psh-button-gold:hover {
  background: linear-gradient(135deg, #a67808, #C8952A);
  color: #fff;
}

/* At 1200px the 3 buttons get tight — shrink label */
@media (max-width: 1200px) {
  .psh-button { padding: .55rem 1.1rem; font-size: .82rem; }
}
/* At 1100px hide gold button (it's in mobile nav) */
@media (max-width: 1100px) {
  .psh-button-gold { display: none; }
}

/* ═══════════════════════════════════════════
   COUNTDOWN WIDGET  (homepage & founding page)
═══════════════════════════════════════════ */
.psh-countdown-outer { text-align: center; }
.psh-countdown-title {
  font-family: 'Outfit', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 1rem;
  display: block;
}
.psh-countdown {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  justify-content: center;
}
.psh-cd-block {
  text-align: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 1rem 1.4rem;
  min-width: 84px;
}
.psh-cd-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.psh-cd-unit {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-top: .3rem;
}
.psh-cd-sep { font-size: 2rem; color: rgba(255,255,255,.25); align-self: center; font-weight: 300; }

/* Gold / light variant for founding members page */
.psh-countdown-outer.is-gold .psh-cd-block  { background: rgba(200,149,42,.1); border-color: rgba(200,149,42,.28); }
.psh-countdown-outer.is-gold .psh-cd-num    { color: #C8952A; }
.psh-countdown-outer.is-gold .psh-cd-unit   { color: #999; }
.psh-countdown-outer.is-gold .psh-cd-sep    { color: rgba(200,149,42,.3); }
.psh-countdown-outer.is-gold .psh-countdown-title { color: #888; }

@media (max-width: 540px) {
  .psh-cd-block  { min-width: 56px; padding: .65rem .8rem; }
  .psh-cd-num    { font-size: clamp(1.2rem, 6vw, 1.7rem); }
  .psh-cd-sep    { display: none; }
}

/* ═══════════════════════════════════════════
   FOUNDING MEMBER TIERS  (page section)
═══════════════════════════════════════════ */
.founder-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2rem; }
.founder-tier {
  border-radius: var(--radius-xl);
  border: 2px solid #e2e8f0;
  padding: 2.2rem 1.8rem 2rem;
  background: #fff;
  position: relative;
  transition: border-color .25s, transform .25s;
}
.founder-tier:hover { transform: translateY(-4px); border-color: #b0c8e0; }
.founder-tier.is-featured { border-color: var(--green); background: #f0fbf0; }
.founder-tier.is-featured::before { content: '⭐ Most Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .25rem 1rem; border-radius: 50px; white-space: nowrap; font-family: 'Outfit', sans-serif; }
.founder-tier-name { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--charcoal); margin-bottom: .25rem; }
.founder-tier-for  { font-family: 'Outfit', sans-serif; font-size: .78rem; color: var(--text-light); margin-bottom: 1.2rem; }
.founder-tier-price { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 700; color: var(--blue); margin-bottom: .3rem; }
.founder-tier.is-featured .founder-tier-price { color: var(--green); }
.founder-tier-discount { display: inline-block; background: var(--blue-light); color: var(--blue-dark); font-size: .72rem; font-weight: 700; padding: .2rem .7rem; border-radius: 50px; margin-bottom: 1.4rem; font-family: 'Outfit', sans-serif; }
.founder-tier.is-featured .founder-tier-discount { background: var(--green-light); color: var(--green-dark); }
.founder-tier-features { list-style: none; margin: 0 0 1.8rem; padding: 0; }
.founder-tier-features li { display: flex; align-items: flex-start; gap: 8px; padding: .45rem 0; border-bottom: 1px solid var(--border); font-size: .84rem; color: var(--text-mid); font-family: 'Outfit', sans-serif; }
.founder-tier-features li::before { content: '✓'; color: var(--blue); font-weight: 800; flex-shrink: 0; }
.founder-tier.is-featured .founder-tier-features li::before { color: var(--green); }
.founder-tier-btn { display: block; width: 100%; text-align: center; padding: .85rem; border-radius: 100px; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .25s; text-decoration: none; font-family: 'Outfit', sans-serif; }
.btn-outline { border: 2px solid var(--blue); color: var(--blue); background: transparent; }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-filled-green { background: var(--green); color: #fff; border: none; }
.btn-filled-green:hover { background: var(--green-dark); }
.btn-filled-blue  { background: var(--blue); color: #fff; border: none; }
.btn-filled-blue:hover  { background: var(--blue-dark); }

@media (max-width: 960px) { .founder-tiers { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════
   DOCTOR CARDS
═══════════════════════════════════════════ */
.doctor-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 1.5rem; }
.doctor-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; transition: all .25s; }
.doctor-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue-light); }
.doctor-img { height: 240px; object-fit: cover; width: 100%; display: block; }
.doctor-body { padding: 1.25rem; }
.doctor-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--charcoal); margin-bottom: .2rem; }
.doctor-spec { font-family: 'Outfit', sans-serif; font-size: .78rem; color: var(--blue); font-weight: 600; margin-bottom: .5rem; }
.doctor-bio  { font-family: 'Outfit', sans-serif; font-size: .82rem; color: var(--text-mid); line-height: 1.6; }

/* ═══════════════════════════════════════════
   PATIENT PORTAL PAGE
═══════════════════════════════════════════ */
.portal-features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2rem; }
.portal-feat-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; text-align: center; }
.portal-feat-icon { font-size: 2rem; margin-bottom: .8rem; }
.portal-feat-card h4 { font-size: .95rem; font-weight: 700; color: var(--charcoal); margin-bottom: .4rem; font-family: 'Outfit', sans-serif; }
.portal-feat-card p  { font-size: .82rem; color: var(--text-mid); line-height: 1.55; }
@media (max-width: 768px) { .portal-features-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════
   BUTTON EXTRAS  (used by setup-site-v4 pages)
═══════════════════════════════════════════ */
/* White solid button */
.btn-white  { background: #fff; color: var(--blue); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.15); }

/* psh-button-lg — large size on psh-button variants */
.psh-button.psh-button-lg,
a.psh-button-gold.btn-lg { padding: .9rem 2.2rem; font-size: 1rem; }

/* Ensure psh-button-gold inherits base button box model when used without .btn */
a.psh-button-gold,
button.psh-button-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.75rem;
  border-radius: 100px;
  font-size: .9rem;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: all .25s;
}

/* ═══════════════════════════════════════════
   HOMEPAGE SECTIONS (v4 layout helpers)
═══════════════════════════════════════════ */
/* Services preview grid on homepage */
.psh-section-soft { background: var(--surface); }

/* Section head helper (centred label + headline + sub) */
.psh-section-head.center { text-align: center; margin-bottom: 3rem; }
.psh-section-head.center .sub { margin: .6rem auto 0; }

/* Card link arrow */
.psh-card-link { display: inline-flex; align-items: center; gap: 4px; margin-top: .8rem; font-size: .8rem; font-weight: 600; color: var(--blue); transition: gap .2s; }
.psh-card-link:hover { gap: 8px; }

/* Center CTA wrapper */
.psh-center-cta { text-align: center; margin-top: 2.5rem; }

/* Homepage premium polish */
body.home .psh-main {
  background:
    radial-gradient(circle at top left, rgba(58,141,197,.08), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 18%, #f5faf6 100%);
}
body.home .psh-hero {
  min-height: calc(100vh - 86px);
}
body.home .psh-hero::before,
body.home .psh-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}
body.home .psh-hero::before {
  width: 28rem;
  height: 28rem;
  top: -8rem;
  right: -9rem;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 68%);
  z-index: 1;
}
body.home .psh-hero::after {
  width: 18rem;
  height: 18rem;
  bottom: 4rem;
  left: -5rem;
  background: radial-gradient(circle, rgba(91,184,76,.18), transparent 70%);
  z-index: 1;
}
body.home .hero-inner {
  padding-top: 6.25rem;
  padding-bottom: 6rem;
  gap: 4.75rem;
}
body.home .hero-pill {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 18px 48px rgba(5,18,30,.16);
}
body.home .hero-content h1 {
  max-width: 12ch;
  text-wrap: balance;
  letter-spacing: -.03em;
}
body.home .hero-sub {
  max-width: 38rem;
  font-size: 1.08rem;
  color: rgba(255,255,255,.78);
}
body.home .hero-trust {
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(9,26,38,.22);
  backdrop-filter: blur(16px);
}
body.home .trust-item {
  gap: 10px;
}
body.home .trust-item strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1;
}
body.home .trust-item span {
  display: block;
}
body.home .hero-card {
  background: linear-gradient(180deg, rgba(11,30,45,.78), rgba(8,22,34,.9));
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 30px 80px rgba(5,16,25,.3);
}
body.home .qlink {
  border-radius: 14px;
}
body.home .qlink:hover {
  transform: translateX(4px);
}
body.home .stats-band {
  background: transparent;
  padding: 0 1.5rem;
  margin-top: -3.4rem;
  position: relative;
  z-index: 3;
}
body.home .stats-inner {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9fd 100%);
  border: 1px solid rgba(58,141,197,.12);
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(17,42,64,.12);
  overflow: hidden;
  gap: 0;
}
body.home .stat-item {
  padding: 2rem 1.2rem;
}
body.home .stat-num {
  color: var(--charcoal);
  font-size: clamp(2.2rem, 4vw, 3.15rem);
}
body.home .stat-label {
  color: var(--text-mid);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
}
body.home .stat-sep {
  background: linear-gradient(180deg, transparent, rgba(58,141,197,.18), transparent);
}
body.home .services-bg {
  background:
    radial-gradient(circle at top right, rgba(58,141,197,.08), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #f5faf6 100%);
}
body.home .service-card,
body.home .why-point,
body.home .cta-banner,
body.home .psh-image-card,
body.home .psh-highlight-box {
  box-shadow: 0 22px 40px rgba(11,37,54,.07);
}
body.home .service-card {
  border-color: rgba(58,141,197,.1);
}
body.home .service-card:hover {
  box-shadow: 0 28px 56px rgba(15,40,65,.14);
}
body.home .svc-body {
  padding: 1.55rem;
}
body.home .svc-body h3 {
  font-size: 1.08rem;
}
body.home .psh-copy h2,
body.home .headline {
  letter-spacing: -.03em;
}
body.home .psh-image-card {
  border-radius: 28px;
}
body.home .psh-image-card img {
  border-radius: 28px;
}
body.home .psh-floating-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(58,141,197,.12);
  box-shadow: 0 24px 44px rgba(13,42,64,.14);
}
body.home .psh-highlight-box {
  background: linear-gradient(135deg, #0d2a40 0%, #103a56 100%);
  border: 1px solid rgba(255,255,255,.08);
}
body.home .why-point {
  border-color: rgba(58,141,197,.1);
  border-radius: 20px;
}
body.home .why-point:hover {
  transform: translateY(-4px);
}
body.home .cta-banner {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(130deg, #0f3753 0%, #0d2940 52%, #12391d 100%);
  border: 1px solid rgba(255,255,255,.08);
}
body.home .cta-banner p {
  color: rgba(255,255,255,.78);
}
body.home .btn,
body.home .elementor-button {
  box-shadow: 0 10px 24px rgba(15,40,65,.12);
}
body.home .btn-outline-white,
body.home .btn-outline-blue {
  box-shadow: none;
}

/* ═══════════════════════════════════════════
   INNER PAGE HERO — psh-page-hero alias
   (mirrors .page-hero for HTML widget use)
═══════════════════════════════════════════ */
.psh-page-hero {
  background: linear-gradient(120deg,#0d2a40 0%,#083020 100%);
  padding: 5.25rem 1.5rem 2.6rem;
  position: relative;
  overflow: hidden;
}
.psh-page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle,rgba(58,141,197,.1) 1px,transparent 1px);
  background-size: 36px 36px;
}
.psh-page-hero__inner {
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.psh-page-hero__title { font-family: 'Playfair Display',serif; font-size: clamp(2rem,4.2vw,3rem); color: #fff; margin-bottom: .65rem; line-height: 1.12; }
.psh-page-hero__sub   { font-size: 1.02rem; color: rgba(255,255,255,.82); line-height: 1.8; max-width: 680px; text-wrap: balance; }
.psh-breadcrumb       { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: rgba(255,255,255,.45); margin-bottom: 1.2rem; }
.psh-breadcrumb a     { transition: color .2s; }
.psh-breadcrumb a:hover { color: rgba(255,255,255,.8); }

/* ═══════════════════════════════════════════
   RESPONSIVE — v4 additions
═══════════════════════════════════════════ */
@media (max-width: 768px) {
  body.home .hero-inner {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
  body.home .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: .9rem;
  }
  body.home .trust-sep,
  body.home .stat-sep {
    display: none;
  }
  body.home .stats-band {
    margin-top: -1.2rem;
    padding-inline: 1rem;
  }
  body.home .stats-inner {
    grid-template-columns: 1fr 1fr;
  }
  body.home .cta-banner {
    padding: 2.2rem 1.4rem;
  }
  .psh-page-hero { padding: 4.35rem 1.25rem 2.35rem; }
  .psh-page-hero__title { font-size: 1.9rem; }
  .psh-page-hero__sub { font-size: .96rem; line-height: 1.72; }
  /* Founding CTA benefits grid — single col on mobile */
  .psh-section [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  body.home .stats-inner {
    grid-template-columns: 1fr;
  }
  .founder-tiers { grid-template-columns: 1fr; }
}


/* ==============================================
   FOUNDING CIRCLE — MEMBERSHIP TIER CARD STATES
   Selected (active) card gets light-green highlight.
   Handled by JS toggling .psh-fc-tier-card--selected.
   ============================================== */

/* Base card */
.psh-fc-tier-card {
  position: relative;
  border: 2px solid #e2e8f2;
  border-radius: 14px;
  padding: 1.35rem .75rem 1.1rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s, background .2s;
  background: #fff;
  display: block;
  overflow: hidden;
}
.psh-fc-tier-card:hover {
  border-color: #5bb84c;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(91,184,76,.15);
}

/* ── Active / selected state (toggled by JS) ── */
.psh-fc-tier-card--selected {
  border-color: #4b9a61 !important;
  background: linear-gradient(155deg, #edf9f0 0%, #f7fdf9 100%) !important;
  box-shadow: 0 0 0 3px rgba(75,154,97,.22), 0 6px 18px rgba(91,184,76,.12) !important;
  transform: translateY(-2px);
}

/* Gold card — warm amber in default state */
.psh-fc-tier-card--gold {
  border-color: #e5c14a;
  background: linear-gradient(155deg, #fffcf0 0%, #fff 100%);
}
.psh-fc-tier-card--gold:hover {
  border-color: #c9a325;
  box-shadow: 0 6px 18px rgba(201,163,37,.2);
}

/* Gold card when selected — keep amber glow */
.psh-fc-tier-card--gold.psh-fc-tier-card--selected {
  border-color: #c9a325 !important;
  background: linear-gradient(155deg, #fff8e6 0%, #fffdf5 100%) !important;
  box-shadow: 0 0 0 3px rgba(201,163,37,.28), 0 6px 18px rgba(201,163,37,.18) !important;
}

/* Hidden radio input — visual card is the control */
.psh-fc-tier-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* Most Popular badge */
.psh-fc-tier-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #c9a325, #e8c840);
  color: #fff;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .24rem .75rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
  font-family: Outfit, sans-serif;
  box-shadow: 0 3px 10px rgba(201,163,37,.35);
}

/* Tier card text elements */
.psh-fc-tier-name  { font-size: .97rem; font-weight: 700; color: #111827; font-family: Outfit, sans-serif; margin-top: .2rem; }
.psh-fc-tier-card--gold .psh-fc-tier-name { margin-top: 1.1rem; }
.psh-fc-tier-price { font-size: 1.1rem; font-weight: 800; color: #0f1720; margin: .4rem 0 .25rem; font-family: Outfit, sans-serif; letter-spacing: -.01em; }
.psh-fc-tier-disc  { display: inline-block; font-size: .68rem; font-weight: 700; color: #4b9a61; background: rgba(75,154,97,.1); border-radius: 50px; padding: .15rem .5rem; font-family: Outfit, sans-serif; }
.psh-fc-tier-card--gold .psh-fc-tier-disc { color: #b8870e; background: rgba(184,135,14,.12); }
.psh-fc-tier-for   { font-size: .68rem; color: #999; margin-top: .2rem; font-family: Outfit, sans-serif; }

/* =====================================================
   TIER CARD — CSS :has() SELECTION  (NO JS REQUIRED)
   ─────────────────────────────────────────────────────
   The .psh-fc-tier-card elements are <label> elements
   that wrap the radio input.  Clicking a <label> is
   native browser behaviour that checks its associated
   control — no JavaScript, no Vue timing issues.
   :has(.psh-fc-tier-radio:checked) fires instantly on
   any click, regardless of how/when Fluent Forms renders.
   ===================================================== */

/* Silver / Platinum selected — green */
.psh-founding-step-form .psh-fc-tier-card:has(.psh-fc-tier-radio:checked),
.psh-fc-tier-card:has(.psh-fc-tier-radio:checked) {
  border-color: #5aa56f !important;
  background: linear-gradient(180deg, #eef9f1 0%, #dff2e4 100%) !important;
  box-shadow: 0 12px 28px rgba(65,126,80,.15), 0 0 0 3px rgba(91,184,76,.18) !important;
  transform: translateY(-2px);
}
.psh-founding-step-form .psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-inner,
.psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-inner {
  background: linear-gradient(180deg, rgba(91,184,76,.06), rgba(91,184,76,.02));
}
.psh-founding-step-form .psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-name,
.psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-name {
  color: #24663a;
}
.psh-founding-step-form .psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-price,
.psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-price {
  color: #2f7e49;
  font-weight: 700;
}
.psh-founding-step-form .psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-disc,
.psh-fc-tier-card:has(.psh-fc-tier-radio:checked) .psh-fc-tier-disc {
  color: #24663a;
}

/* Gold card selected — keep amber glow */
.psh-founding-step-form .psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked),
.psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked) {
  border-color: #c9a325 !important;
  background: linear-gradient(155deg, #fff8e6 0%, #fffdf5 100%) !important;
  box-shadow: 0 0 0 3px rgba(201,163,37,.28), 0 6px 18px rgba(201,163,37,.18) !important;
}
.psh-founding-step-form .psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked) .psh-fc-tier-name,
.psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked) .psh-fc-tier-name {
  color: #7a5500;
}
.psh-founding-step-form .psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked) .psh-fc-tier-price,
.psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked) .psh-fc-tier-price {
  color: #6b4900;
  font-weight: 700;
}
.psh-founding-step-form .psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked) .psh-fc-tier-disc,
.psh-fc-tier-card--gold:has(.psh-fc-tier-radio:checked) .psh-fc-tier-disc {
  color: #b8870e;
  background: rgba(184,135,14,.15);
}

/* ── Membership tier select & price display ───────────────── */
.psh-fc-tier-select {
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-family: Outfit, sans-serif;
  font-weight: 500;
  color: #1c1c1c;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234b9a61' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 1rem center;
  border: 1.5px solid #d1dae6;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color .18s, box-shadow .18s;
}
.psh-fc-tier-select:focus {
  outline: none;
  border-color: #4b9a61;
  box-shadow: 0 0 0 3px rgba(75,154,97,.18);
}

.psh-fc-price-display { min-height: 0; }
.psh-fc-price-preview {
  background: linear-gradient(135deg, #f0faf4 0%, #e8f7ed 100%);
  border: 1.5px solid #b8dfc5;
  border-radius: 10px;
  padding: .85rem 1.1rem;
  margin-top: -.25rem;
  margin-bottom: .5rem;
}
.psh-fc-price-preview__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem;
}
.psh-fc-price-preview__name {
  font-size: .92rem;
  font-weight: 700;
  color: #1e5c32;
  font-family: Outfit, sans-serif;
}
.psh-fc-price-preview__amount {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e5c32;
  font-family: Outfit, sans-serif;
  white-space: nowrap;
}
.psh-fc-price-preview__amount small {
  font-size: .72rem;
  font-weight: 500;
  color: #4a8a60;
  margin-left: .15rem;
}
.psh-fc-price-preview__desc {
  margin: .4rem 0 0;
  font-size: .78rem;
  color: #3a6e4a;
  font-family: Outfit, sans-serif;
  line-height: 1.45;
}

/* ═══════════════════════════════════════════
   ELEMENTOR SHORTCODE BLOCKS
   Reusable go-live content blocks for contact,
   access CTAs, services, doctors, and team pages
═══════════════════════════════════════════ */
.psh-access-grid,
.psh-medical-structure__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.psh-access-card,
.psh-medical-card {
  display: block;
  padding: 1.4rem 1.35rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(58,141,197,.12);
  box-shadow: 0 14px 34px rgba(15,42,64,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.psh-access-card:hover,
.psh-medical-card:hover {
  transform: translateY(-2px);
  border-color: rgba(58,141,197,.22);
  box-shadow: 0 18px 42px rgba(15,42,64,.11);
}
.psh-access-card.is-primary {
  background: linear-gradient(135deg, #0f3a55 0%, #1e5676 100%);
  color: #fff;
  border-color: rgba(15,58,85,.4);
}
.psh-access-card__eyebrow {
  display: inline-block;
  margin-bottom: .65rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green);
}
.psh-access-card.is-primary .psh-access-card__eyebrow {
  color: rgba(255,255,255,.75);
}
.psh-access-card h3,
.psh-medical-card h3,
.psh-medical-structure__intro h2 {
  font-family: 'Playfair Display', serif;
  color: var(--charcoal);
}
.psh-access-card.is-primary h3,
.psh-access-card.is-primary p {
  color: #fff;
}
.psh-access-card h3,
.psh-medical-card h3 {
  font-size: 1.3rem;
  margin-bottom: .55rem;
}
.psh-access-card p,
.psh-medical-card p,
.psh-medical-structure__intro p,
.psh-medical-checklist__item span {
  color: var(--text-mid);
}
.psh-medical-structure {
  display: grid;
  gap: 1.6rem;
}
.psh-medical-structure__intro {
  max-width: 760px;
}
.psh-medical-structure__intro h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  margin-bottom: .7rem;
}
.psh-medical-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.psh-medical-checklist__item {
  display: grid;
  gap: .35rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #f8fafb;
  border: 1px solid rgba(28,28,28,.06);
}
.psh-medical-checklist__item strong {
  font-size: .92rem;
  color: var(--charcoal);
}
.psh-lite-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(58,141,197,.12);
  box-shadow: 0 18px 40px rgba(15,42,64,.08);
}
.psh-lite-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.psh-lite-form__field {
  display: grid;
  gap: .45rem;
}
.psh-lite-form label {
  font-size: .9rem;
  font-weight: 600;
  color: var(--charcoal);
}
.psh-lite-form input,
.psh-lite-form select,
.psh-lite-form textarea {
  width: 100%;
  min-height: 54px;
  padding: .9rem 1rem;
  border-radius: 14px;
  border: 1px solid #d8e2ec;
  background: #fff;
  color: var(--text);
}
.psh-lite-form textarea {
  min-height: 140px;
  resize: vertical;
}
.psh-lite-form input:focus,
.psh-lite-form select:focus,
.psh-lite-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(58,141,197,.14);
  outline: none;
}
.psh-lite-form__submit {
  min-height: 56px;
  padding: .95rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #4a9a61 0%, #357846 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(53,120,70,.25);
}
.psh-lite-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(53,120,70,.28);
}

@media (max-width: 767px) {
  .psh-access-grid,
  .psh-medical-structure__grid,
  .psh-medical-checklist,
  .psh-lite-form__row {
    grid-template-columns: 1fr;
  }
}


/* ═══════════════════════════════════════════════════════════
   FLUID TYPOGRAPHY — RESPONSIVE HEADING SCALE
   Ensures all headings (PHP-rendered & Elementor) scale
   smoothly from desktop → tablet → mobile without overflow.
   Uses clamp() for zero-breakpoint fluid scaling, plus
   targeted @media overrides for remaining fixed sizes.
═══════════════════════════════════════════════════════════ */

/* ── Elementor: override inline font-size on heading widgets ──
   Elementor writes  style="font-size:NNpx"  directly on the
   .elementor-heading-title element. The !important below wins
   on mobile so those pixel values never blow out on small screens. */
@media (max-width: 768px) {
  .elementor-heading-title {
    font-size: clamp(1.1rem, 5vw, 2.2rem) !important;
    line-height: 1.2 !important;
  }
  /* But let genuinely small headings stay small */
  .elementor-heading-title[style*="font-size: 1"],
  .elementor-heading-title[style*="font-size:1"] {
    font-size: revert !important;
  }
}

/* Tighter clamp on very small phones */
@media (max-width: 480px) {
  .elementor-heading-title {
    font-size: clamp(1rem, 6vw, 1.75rem) !important;
  }
}

/* ── PHP-template headings ──────────────────────────────── */
@media (max-width: 768px) {
  /* Hero */
  .hero-content h1              { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .hero-sub                     { font-size: .93rem; }

  /* Section titles (eyebrow + h2 pairs) */
  .section h2,
  .psh-section h2               { font-size: clamp(1.3rem, 5vw, 2rem); }

  /* Stats band */
  .stat-num                     { font-size: clamp(1.5rem, 6vw, 2.2rem); }

  /* Ambulatory hero */
  .amb-hero h2                  { font-size: clamp(1.25rem, 5vw, 1.7rem); }

  /* CTA banner */
  .cta-banner h3                { font-size: clamp(1.1rem, 4.5vw, 1.5rem); }

  /* Registration */
  .register-hero h1             { font-size: clamp(1.4rem, 6vw, 2rem); }
  .reg-form-header h2           { font-size: clamp(1.05rem, 4vw, 1.4rem); }
  .reg-info-header h3           { font-size: clamp(1rem, 3.5vw, 1.25rem); }

  /* Contact */
  .contact-form-card h2         { font-size: clamp(1.1rem, 4.5vw, 1.5rem); }
  .ci-header h3                 { font-size: clamp(1rem, 3.5vw, 1.25rem); }

  /* Appointment */
  .appointment-intro h2         { font-size: clamp(1.05rem, 4vw, 1.3rem); }

  /* Founding / Wellness / Patient portal */
  .pkg-name                     { font-size: clamp(1.05rem, 4vw, 1.4rem); }
  .pkg-amount                   { font-size: clamp(1.4rem, 5vw, 2rem); }
  .founder-tier-price           { font-size: clamp(1.3rem, 4.5vw, 1.8rem); }
  .well-header h3               { font-size: clamp(.95rem, 3.5vw, 1.15rem); }
  .psh-fc-success h3            { font-size: clamp(1.1rem, 4vw, 1.4rem); }

  /* Page hero (subpage banner) */
  .page-hero h1,
  .psh-subhero h1               { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .psh-page-hero__title         { font-size: clamp(1.5rem, 6vw, 2.2rem); }

  /* Inline-HTML headings inside Elementor HTML widgets */
  .elementor-widget-html h2,
  .elementor-widget-html h3,
  .elementor-widget-html h4     { font-size: clamp(1.05rem, 4.5vw, 1.6rem) !important; }
}

/* ── Extra-small phones (≤ 390px) ────────────────────────── */
@media (max-width: 390px) {
  .hero-content h1              { font-size: clamp(1.45rem, 8vw, 1.85rem); }
  .psh-page-hero__title         { font-size: clamp(1.3rem, 7vw, 1.7rem); }
  .stat-num                     { font-size: clamp(1.3rem, 7vw, 1.75rem); }
  .pkg-amount                   { font-size: clamp(1.2rem, 7vw, 1.65rem); }
  .cta-banner h3                { font-size: clamp(1rem, 6vw, 1.3rem); }
  .elementor-heading-title      { font-size: clamp(.95rem, 7vw, 1.5rem) !important; }
}

/* ════════════════════════════════════════════════════════════
   PATIENT FEEDBACK PAGE
   ════════════════════════════════════════════════════════════ */

/* Hero banner */
.psh-feedback-hero {
  background: linear-gradient(135deg, #0d1a0d 0%, #0f2318 100%);
  padding: 4rem 1.5rem 3.5rem;
  text-align: center;
}
.psh-feedback-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}
.psh-feedback-eyebrow {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5BB84C;
  background: rgba(91,184,76,.12);
  border: 1px solid rgba(91,184,76,.25);
  border-radius: 100px;
  padding: .3rem 1rem;
  margin-bottom: 1.25rem;
}
.psh-feedback-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.psh-feedback-hero p {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(.95rem, 2vw, 1.05rem);
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  margin: 0;
}

/* Body / form area */
.psh-feedback-body {
  background: #f8faf8;
  padding: 3.5rem 1.5rem 5rem;
}
.psh-feedback-container {
  max-width: 720px;
  margin: 0 auto;
}
.psh-feedback-form-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e3ede3;
  padding: 2.5rem 2.75rem;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}

/* Fluent Forms overrides — scoped to feedback page */
.psh-feedback-form-wrap .ff-el-group {
  margin-bottom: 2rem;
}
.psh-feedback-form-wrap .ff-el-form-control,
.psh-feedback-form-wrap textarea.ff-el-form-control {
  border: 1.5px solid #d5e5d5 !important;
  border-radius: 10px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: .95rem !important;
  padding: .65rem 1rem !important;
  transition: border-color .2s;
}
.psh-feedback-form-wrap .ff-el-form-control:focus,
.psh-feedback-form-wrap textarea.ff-el-form-control:focus {
  border-color: #3A8DC5 !important;
  box-shadow: 0 0 0 3px rgba(58,141,197,.12) !important;
  outline: none;
}
.psh-feedback-form-wrap .ff-el-form-label label,
.psh-feedback-form-wrap .ff-el-group label.ff-el-form-label {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #1C1C1C !important;
  margin-bottom: .6rem !important;
}
/* Radio button pill style */
.psh-feedback-form-wrap .ff_list_buttons .ff-el-form-check-label {
  display: inline-flex;
  align-items: center;
  padding: .45rem 1rem;
  border: 1.5px solid #d5e5d5;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-size: .88rem;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  transition: all .18s;
  margin: .25rem .3rem .25rem 0;
  background: #fff;
}
.psh-feedback-form-wrap .ff_list_buttons .ff-el-form-check-input:checked + .ff-el-form-check-label,
.psh-feedback-form-wrap .ff_list_buttons .ff-el-form-check-label:has(input:checked) {
  background: #3A8DC5;
  border-color: #3A8DC5;
  color: #fff;
}
.psh-feedback-form-wrap .ff_list_buttons .ff-el-form-check-label:hover {
  border-color: #3A8DC5;
  color: #3A8DC5;
}
/* Submit button */
.psh-feedback-form-wrap .ff-btn-submit {
  background: #3A8DC5 !important;
  border-color: #3A8DC5 !important;
  color: #fff !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  padding: .75rem 2.5rem !important;
  font-size: 1rem !important;
  transition: background .2s !important;
}
.psh-feedback-form-wrap .ff-btn-submit:hover {
  background: #2d74a8 !important;
  border-color: #2d74a8 !important;
}
/* Intro paragraph inside form */
.psh-feedback-form-wrap .ff-feedback-intro {
  font-family: 'Outfit', sans-serif;
  font-size: .95rem;
  color: #555;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #f0f8ec;
  border-left: 3px solid #5BB84C;
  border-radius: 0 8px 8px 0;
}
/* No-form admin notice */
.psh-feedback-no-form {
  text-align: center;
  padding: 3rem 1.5rem;
  color: #888;
  font-family: 'Outfit', sans-serif;
}

/* Mobile */
@media (max-width: 640px) {
  .psh-feedback-form-wrap { padding: 1.75rem 1.25rem; }
  .psh-feedback-hero { padding: 3rem 1.25rem 2.5rem; }
}

/* ═══════════════════════════════════════════
   HOMEPAGE — ELEMENTOR PRO SLIDES WIDGET
   PSH brand overrides for the hero slider
═══════════════════════════════════════════ */

/* Slide wrapper */
.elementor-widget-slides .swiper-slide,
.elementor-widget-slides .elementor-main-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

/* Overlay when a real background-image is set on a slide */
.elementor-widget-slides .swiper-slide[style*="background-image"] .elementor-slide-overlay {
  background: rgba(4, 16, 10, 0.58);
}

/* Heading */
.elementor-widget-slides .elementor-slide-heading {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(1.9rem, 4vw, 3.1rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #fff !important;
  margin-bottom: 1rem !important;
}

/* Description */
.elementor-widget-slides .elementor-slide-description {
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(0.9rem, 1.6vw, 1.05rem) !important;
  color: rgba(255,255,255,0.72) !important;
  line-height: 1.75 !important;
  max-width: 540px !important;
  margin-bottom: 2rem !important;
}

/* Primary CTA button */
.elementor-widget-slides .elementor-slide-button {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  background: #5BB84C !important;
  border-color: #5BB84C !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0.7rem 1.75rem !important;
  transition: background 0.2s, border-color 0.2s !important;
  letter-spacing: 0.01em !important;
}
.elementor-widget-slides .elementor-slide-button:hover {
  background: #4a9e3c !important;
  border-color: #4a9e3c !important;
  color: #fff !important;
}

/* Navigation arrows */
.elementor-widget-slides .elementor-swiper-button {
  background: rgba(255,255,255,0.1) !important;
  border: 1.5px solid rgba(255,255,255,0.2) !important;
  border-radius: 50% !important;
  width: 46px !important;
  height: 46px !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  transition: background 0.2s !important;
}
.elementor-widget-slides .elementor-swiper-button:hover {
  background: rgba(255,255,255,0.22) !important;
  border-color: rgba(255,255,255,0.42) !important;
}
.elementor-widget-slides .elementor-swiper-button i,
.elementor-widget-slides .elementor-swiper-button svg {
  color: #fff !important;
  fill: #fff !important;
}

/* Pagination dots */
.elementor-widget-slides .swiper-pagination-bullet {
  background: rgba(255,255,255,0.35) !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
}
.elementor-widget-slides .swiper-pagination-bullet-active {
  background: #5BB84C !important;
  width: 24px !important;
  border-radius: 4px !important;
}

/* ═══════════════════════════════════════════
   HOMEPAGE — STATS STRIP (below slider)
═══════════════════════════════════════════ */
.psh-stats-strip {
  background: #040e06;
  border-top: 1px solid rgba(91,184,76,0.14);
}
.psh-stats-strip-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 6vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.psh-ss-stat {
  padding: 0.95rem 0.75rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.psh-ss-stat:last-child { border-right: none; }
.psh-ss-stat strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 800;
  color: #5BB84C;
  line-height: 1;
  margin-bottom: 0.18rem;
}
.psh-ss-stat span {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.48);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .psh-stats-strip-in { grid-template-columns: repeat(2,1fr); }
  .psh-ss-stat:nth-child(2) { border-right: none; }
}

/* ═══════════════════════════════════════════
   HOMEPAGE — IMAGE CAROUSEL (HMO logos)
   Elementor Pro image-carousel widget overrides
═══════════════════════════════════════════ */
.psh-hmo-section .elementor-widget-image-carousel .swiper-slide img {
  max-height: 52px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: grayscale(40%) !important;
  transition: filter 0.2s !important;
  margin: 0 auto !important;
}
.psh-hmo-section .elementor-widget-image-carousel .swiper-slide:hover img {
  filter: grayscale(0%) !important;
}

/* ═══════════════════════════════════════════
   PAGE HERO HEADER
   Auto-shown on inner pages (PSH Settings → Page Headers)
═══════════════════════════════════════════ */
.psh-page-hero {
  width: 100%;
  padding: 3.5rem 1rem 3rem;
}
.psh-page-hero-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.psh-ph-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 700;
  margin: 0 0 .65rem;
  line-height: 1.25;
}
.psh-ph-breadcrumb {
  font-size: .88rem;
  opacity: .82;
  color: #e0e8f0;
}
.psh-ph-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: opacity .15s;
}
.psh-ph-breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}
.psh-ph-sep {
  margin: 0 .35rem;
  opacity: .6;
}
.psh-ph-breadcrumb span:last-child {
  opacity: .75;
}

/* Tablet */
@media (max-width: 768px) {
  .psh-page-hero { padding: 2.5rem 1rem 2rem; }
  .psh-ph-title  { font-size: clamp(1.3rem, 5vw, 1.9rem); }
}
/* Mobile */
@media (max-width: 480px) {
  .psh-page-hero { padding: 2rem .75rem 1.75rem; }
}

/* ═══════════════════════════════════════════
   TEAM GRID — /our-team/ page & single profiles
   Iqonic team widget brand overrides.
   Column count is controlled by the Elementor
   widget's "Layout" setting (project_layout):
     1-grid → 1 col  | 2-grid → 2 col
     3-grid → 3 col  | 4-grid → 4 col
   No hardcoded column width here — let Bootstrap do it.
═══════════════════════════════════════════ */

/* Card appearance */
.iq-team-style-1 .iq-team-blog {
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
  transition: transform .25s, box-shadow .25s;
  background: #fff;
}
.iq-team-style-1 .iq-team-blog:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,.13);
}

/* PSH Blue for the left accent bar */
.iq-team-style-1 .iq-team-blog .iq-team-info:after {
  background-color: var(--blue, #3A8DC5) !important;
}

/* PSH Blue for social icon backgrounds */
.iq-team-style-1 .share ul li a {
  background: var(--blue, #3A8DC5) !important;
  border-radius: 50% !important;
}
.iq-team-style-1 .share ul li a:hover {
  background: var(--green, #5BB84C) !important;
}

/* Specialty text — PSH Green */
.iq-team-style-1 .iq-team-info span.iq-specialized {
  color: var(--green, #5BB84C) !important;
}

/* Name heading — Playfair */
.iq-team-style-1 .iq-team-info .iq-heading-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.08rem !important;
}
.iq-team-style-1 .iq-team-blog:hover .iq-team-info .iq-heading-title {
  color: var(--blue, #3A8DC5) !important;
}

/* Section-title heading font */
.kivicare-team-tab .kivicare-team-tab-nav .nav-link {
  font-family: 'Outfit', sans-serif !important;
  color: #444 !important;
}
.kivicare-team-tab .kivicare-team-tab-nav .nav-link.active,
.kivicare-team-tab .kivicare-team-tab-nav .nav-link:hover {
  color: var(--blue, #3A8DC5) !important;
}
.kivicare-team-tab .kivicare-team-tab-nav .nav-link:before {
  border-color: var(--blue, #3A8DC5) !important;
}

/* Team images — consistent aspect ratio */
.iq-team-style-1 .iq-team-img {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.iq-team-style-1 .iq-team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Single team member profile page wrapper */
.psh-team-single-wrap {
  padding: 3rem 0 4rem;
}
.psh-team-single-wrap .container {
  max-width: 960px;
}

/* Mobile: full-width cards regardless of column setting */
@media (max-width: 575px) {
  .kivicare-team-tab .tab-content [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* ════════════════════════════════════════════════════════════
   GLOBAL RESPONSIVE ADDITIONS
   Covers: page-hero banner · Elementor integration ·
   slides widget · forms · footer fine-tuning · misc fixes.
   ════════════════════════════════════════════════════════════ */

/* ── Prevent any element from causing horizontal scroll ── */
html, body { max-width: 100%; overflow-x: hidden; }

/* ── Elementor: allow Elementor's own per-post CSS to control
   column widths.  Only ensure columns are full-width on phones
   when Elementor has not set a custom mobile width. ── */
@media (max-width: 767px) {
  /* Elementor native breakpoint is 767px — mirror it */
  .elementor-column:not([style*="width"]) { width: 100% !important; }
}

/* ── Page hero banner (auto-injected via psh_after_header) ── */
.psh-page-hero {
  padding: 3rem 1.5rem 2.5rem;
}
.psh-page-hero-in {
  max-width: 1200px;
  margin: 0 auto;
}
.psh-ph-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  font-weight: 700;
  margin: 0 0 .6rem;
  line-height: 1.2;
  word-break: break-word;
}
.psh-ph-breadcrumb {
  font-size: .85rem;
  opacity: .8;
  color: #dde8f0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .2rem;
}
.psh-ph-breadcrumb a { color: inherit; text-decoration: none; }
.psh-ph-breadcrumb a:hover { text-decoration: underline; }
.psh-ph-sep { margin: 0 .2rem; opacity: .5; }
@media (max-width: 768px) {
  .psh-page-hero  { padding: 2.5rem 1.25rem 2rem; }
  .psh-ph-title   { font-size: clamp(1.3rem, 5.5vw, 1.9rem); }
  .psh-ph-breadcrumb { font-size: .8rem; }
}
@media (max-width: 480px) {
  .psh-page-hero  { padding: 2rem 1rem 1.75rem; }
}

/* ── Elementor Pro slides widget — responsive brand overrides ── */
@media (max-width: 1024px) {
  .elementor-widget-slides .elementor-slide-heading {
    font-size: clamp(1.5rem, 4vw, 2.4rem) !important;
  }
  .elementor-widget-slides .elementor-slide-description {
    font-size: clamp(.85rem, 2vw, 1rem) !important;
  }
}
@media (max-width: 768px) {
  /* Ensure slides widget is tall enough on mobile */
  .elementor-widget-slides .elementor-slides-wrapper,
  .elementor-widget-slides .swiper-slide { min-height: 340px !important; }
  .elementor-widget-slides .elementor-slide-heading {
    font-size: clamp(1.2rem, 6vw, 1.8rem) !important;
    line-height: 1.2 !important;
  }
  .elementor-widget-slides .elementor-slide-description {
    font-size: .875rem !important;
    line-height: 1.65 !important;
  }
  /* Pill buttons on slides — full width on very small screens */
  .elementor-widget-slides .elementor-slide-button {
    padding: .65rem 1.25rem !important;
    font-size: .85rem !important;
  }
  /* Nav arrows — hide on small mobile, use dots only */
  .elementor-widget-slides .elementor-swiper-button { display: none !important; }
}
@media (max-width: 480px) {
  .elementor-widget-slides .elementor-slides-wrapper,
  .elementor-widget-slides .swiper-slide { min-height: 280px !important; }
}

/* ── Homepage stats strip (PHP version below slides) ── */
@media (max-width: 768px) {
  .psh-stats-strip  { padding: 1.5rem 1rem; }
  .psh-stats-strip-in { grid-template-columns: repeat(2, 1fr); gap: .5rem 1rem; }
}
@media (max-width: 480px) {
  .psh-stats-strip-in { grid-template-columns: repeat(2, 1fr); }
}

/* ── Footer — tablet and mobile ── */
.psh-footer .footer-top {
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
}
.psh-footer .footer-bottom {
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .8rem;
  color: rgba(255,255,255,.45);
}
.psh-footer .footer-bottom a {
  color: rgba(255,255,255,.55);
  margin-right: .75rem;
}
@media (max-width: 1200px) {
  .psh-footer .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem 3rem; padding: 3.5rem 1.5rem; }
}
@media (max-width: 768px) {
  .psh-footer .footer-top { grid-template-columns: 1fr 1fr; padding: 3rem 1.25rem; gap: 2rem; }
  .psh-footer .footer-bottom { padding: 1.25rem; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .psh-footer .footer-top { grid-template-columns: 1fr; padding: 2.5rem 1rem; }
}

/* ── Fluent Forms / feedback form — mobile ── */
@media (max-width: 768px) {
  .psh-feedback-form-wrap { padding: 1.75rem 1.25rem; }
  /* Radio buttons (list-buttons layout): force 2-col then 1-col */
  .psh-feedback-form-wrap .ff-el-group .ff_list_buttons { flex-wrap: wrap; gap: .4rem; }
  .psh-feedback-form-wrap .ff_list_buttons .ff-el-is-checkbox,
  .psh-feedback-form-wrap .ff_list_buttons .ff-el-is-radio { flex: 0 0 auto; }
}
@media (max-width: 480px) {
  .psh-feedback-form-wrap { padding: 1.25rem 1rem; border-radius: 10px; }
}

/* ── Team single page — mobile padding ── */
@media (max-width: 768px) {
  .psh-team-single-wrap { padding: 2rem 0 3rem; }
}

/* ── Founding circle form — tablet/mobile ── */
@media (max-width: 768px) {
  .psh-founding-step-form .psh-fc-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .psh-founding-step-form .psh-fc-tier-grid { grid-template-columns: 1fr; }
}

/* ── Register / appointment page — mobile ── */
@media (max-width: 768px) {
  .register-hero  { padding: 3.5rem 1.25rem 2rem; }
  .reg-form-body  { padding: 1.5rem 1.25rem; }
  .reg-form-header{ padding: 1.5rem 1.25rem; }
}

/* ── Contact page — mobile ── */
@media (max-width: 768px) {
  .contact-hero   { padding: 3rem 1.25rem 2rem; }
}

/* ── Ambulatory hero — mobile ── */
@media (max-width: 768px) {
  .amb-hero-body  { padding: 2rem 1.25rem; }
  .amb-conditions { grid-template-columns: 1fr; }
}

/* ── Elementor widgets: ensure images don't overflow ── */
.elementor-widget-image img,
.elementor-widget-image-carousel img { max-width: 100%; height: auto; }

/* ── General: all images responsive by default ── */
img { max-width: 100%; height: auto; }

/* ── Tables: scroll horizontally only on small screens ── */
@media (max-width: 768px) {
  .elementor-widget-wp-widget-custom_html table,
  .elementor-widget-html table,
  .psh-main table,
  .woocommerce table.shop_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ── Fix sticky header + scroll offset for anchors ── */
html { scroll-padding-top: 90px; }
@media (max-width: 768px) { html { scroll-padding-top: 72px; } }
@media (max-width: 480px) { html { scroll-padding-top: 64px; } }

/* ── iOS: prevent font-size inflation ── */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* ── Improve tap target on mobile nav links ── */
@media (max-width: 1080px) {
  .mobile-nav a, .mobile-nav summary { padding-block: .9rem; }
  .mobile-nav-submenu > a { padding-block: .75rem; }
}

/* ── Founding bar: collapse to slim pill on very small screens ── */
@media (max-width: 400px) {
  .psh-founding-bar-inner { flex-direction: column; align-items: center; gap: .35rem; font-size: .7rem; }
  .psh-founding-bar a { width: 100%; text-align: center; justify-content: center; }
  .psh-bar-cd { display: none; } /* hide countdown on tiny screens, save space */
}

/* ============================================================
   Friends and Families Support
   Classic, sharper campaign styling scoped to the live page.
   ============================================================ */
body.page-id-41345,
body.elementor-page-41345 {
  --psh-support-ink: #142235;
  --psh-support-ink-soft: #41516a;
  --psh-support-accent: #a67c32;
  --psh-support-accent-soft: #efe4cc;
  --psh-support-paper: #f6f1e8;
  --psh-support-card: #fffdf8;
  --psh-support-line: rgba(20, 34, 53, 0.12);
  --psh-support-shadow: 0 18px 48px rgba(17, 27, 43, 0.08);
  background:
    linear-gradient(180deg, #f8f3ea 0%, #f3ede2 28%, #f8f5ef 100%);
  color: var(--psh-support-ink);
}

body.page-id-41345 .psh-page-hero,
body.elementor-page-41345 .psh-page-hero {
  background:
    linear-gradient(135deg, #0f1c2d 0%, #1d324f 58%, #28446a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-id-41345 .psh-ph-title,
body.elementor-page-41345 .psh-ph-title {
  color: #fffaf1;
  letter-spacing: -0.02em;
}

body.page-id-41345 .psh-ph-breadcrumb,
body.page-id-41345 .psh-ph-breadcrumb a,
body.elementor-page-41345 .psh-ph-breadcrumb,
body.elementor-page-41345 .psh-ph-breadcrumb a {
  color: rgba(255, 247, 234, 0.8);
}

body.page-id-41345 .elementor-location-single,
body.elementor-page-41345 .elementor-location-single {
  position: relative;
}

body.page-id-41345 .elementor-location-single::before,
body.elementor-page-41345 .elementor-location-single::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(166, 124, 50, 0.08), rgba(166, 124, 50, 0) 12%, rgba(166, 124, 50, 0) 88%, rgba(166, 124, 50, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

body.page-id-41345 .elementor-top-section,
body.elementor-page-41345 .elementor-top-section {
  position: relative;
}

body.page-id-41345 .elementor-top-section:first-of-type,
body.elementor-page-41345 .elementor-top-section:first-of-type {
  background:
    linear-gradient(135deg, #13253b 0%, #1e3655 62%, #294568 100%);
  overflow: hidden;
}

body.page-id-41345 .elementor-top-section:first-of-type::before,
body.elementor-page-41345 .elementor-top-section:first-of-type::before {
  content: "";
  position: absolute;
  inset: 1.25rem;
  border: 1px solid rgba(255, 243, 222, 0.18);
  pointer-events: none;
}

body.page-id-41345 .elementor-top-section:first-of-type .elementor-heading-title,
body.elementor-page-41345 .elementor-top-section:first-of-type .elementor-heading-title {
  color: #fff9f0 !important;
  font-family: 'Playfair Display', serif !important;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.page-id-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor,
body.page-id-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor p,
body.page-id-41345 .elementor-top-section:first-of-type .elementor-widget-icon-box,
body.page-id-41345 .elementor-top-section:first-of-type .elementor-icon-box-description,
body.elementor-page-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor,
body.elementor-page-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor p,
body.elementor-page-41345 .elementor-top-section:first-of-type .elementor-widget-icon-box,
body.elementor-page-41345 .elementor-top-section:first-of-type .elementor-icon-box-description {
  color: rgba(248, 241, 228, 0.88) !important;
}

body.page-id-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor p:last-child,
body.elementor-page-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor p:last-child {
  margin-top: 1.5rem;
  padding-left: 1.35rem;
  border-left: 3px solid rgba(166, 124, 50, 0.9);
  font-style: italic;
  font-size: 1.04rem;
  color: #fff7eb !important;
}

body.page-id-41345 .elementor-top-section:not(:first-of-type),
body.elementor-page-41345 .elementor-top-section:not(:first-of-type) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

body.page-id-41345 .elementor-top-section:not(:first-of-type) .elementor-column > .elementor-element-populated,
body.elementor-page-41345 .elementor-top-section:not(:first-of-type) .elementor-column > .elementor-element-populated {
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 252, 246, 0.98));
  border: 1px solid var(--psh-support-line);
  border-radius: 18px;
  box-shadow: var(--psh-support-shadow);
}

body.page-id-41345 .elementor-widget-heading .elementor-heading-title,
body.elementor-page-41345 .elementor-widget-heading .elementor-heading-title {
  color: var(--psh-support-ink);
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.page-id-41345 .elementor-widget-text-editor,
body.page-id-41345 .elementor-widget-text-editor p,
body.page-id-41345 .elementor-icon-box-description,
body.elementor-page-41345 .elementor-widget-text-editor,
body.elementor-page-41345 .elementor-widget-text-editor p,
body.elementor-page-41345 .elementor-icon-box-description {
  color: var(--psh-support-ink-soft);
  line-height: 1.8;
}

body.page-id-41345 .elementor-widget-icon-box .elementor-icon,
body.elementor-page-41345 .elementor-widget-icon-box .elementor-icon {
  color: var(--psh-support-accent);
}

body.page-id-41345 .elementor-widget-icon-box .elementor-icon-box-title,
body.elementor-page-41345 .elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--psh-support-ink);
  font-family: 'Playfair Display', serif;
}

body.page-id-41345 .elementor-button,
body.page-id-41345 button.givewp-donation-form-modal__open,
body.page-id-41345 .givewp-campaign-selector__submit,
body.elementor-page-41345 .elementor-button,
body.elementor-page-41345 button.givewp-donation-form-modal__open,
body.elementor-page-41345 .givewp-campaign-selector__submit {
  background: linear-gradient(135deg, #13253b 0%, #1f3655 100%) !important;
  color: #fff8ee !important;
  border: 1px solid rgba(166, 124, 50, 0.7) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(19, 37, 59, 0.18);
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.page-id-41345 .elementor-button:hover,
body.page-id-41345 .elementor-button:focus,
body.page-id-41345 button.givewp-donation-form-modal__open:hover,
body.page-id-41345 .givewp-campaign-selector__submit:hover,
body.elementor-page-41345 .elementor-button:hover,
body.elementor-page-41345 .elementor-button:focus,
body.elementor-page-41345 button.givewp-donation-form-modal__open:hover,
body.elementor-page-41345 .givewp-campaign-selector__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(19, 37, 59, 0.22);
  background: linear-gradient(135deg, #183050 0%, #264066 100%) !important;
}

body.page-id-41345 .givewp-campaign-goal,
body.page-id-41345 .givewp-campaign-form,
body.page-id-41345 .givewp-campaign-comments-block,
body.page-id-41345 .givewp-campaign-donations-block,
body.page-id-41345 .givewp-campaign-donors-block,
body.page-id-41345 .givewp-campaign-stats-block,
body.page-id-41345 .givewp-campaign-selector,
body.elementor-page-41345 .givewp-campaign-goal,
body.elementor-page-41345 .givewp-campaign-form,
body.elementor-page-41345 .givewp-campaign-comments-block,
body.elementor-page-41345 .givewp-campaign-donations-block,
body.elementor-page-41345 .givewp-campaign-donors-block,
body.elementor-page-41345 .givewp-campaign-stats-block,
body.elementor-page-41345 .givewp-campaign-selector {
  background: var(--psh-support-card);
  border: 1px solid var(--psh-support-line);
  border-radius: 18px;
  box-shadow: var(--psh-support-shadow);
  padding: 1.5rem;
}

body.page-id-41345 .givewp-campaign-goal__container,
body.elementor-page-41345 .givewp-campaign-goal__container {
  gap: 1rem;
}

body.page-id-41345 .givewp-campaign-goal__progress-bar-container,
body.elementor-page-41345 .givewp-campaign-goal__progress-bar-container {
  height: 12px;
  border-radius: 999px;
  background: #e7dcc8;
}

body.page-id-41345 .givewp-campaign-goal__progress-bar-progress,
body.elementor-page-41345 .givewp-campaign-goal__progress-bar-progress {
  border-radius: 999px;
  background: linear-gradient(90deg, #9a7330 0%, #d2b171 100%);
}

body.page-id-41345 .givewp-campaign-donations-block__title,
body.page-id-41345 .givewp-campaign-donors-block__title,
body.page-id-41345 .givewp-campaign-comment-block__title,
body.elementor-page-41345 .givewp-campaign-donations-block__title,
body.elementor-page-41345 .givewp-campaign-donors-block__title,
body.elementor-page-41345 .givewp-campaign-comment-block__title {
  color: var(--psh-support-ink);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

body.page-id-41345 .givewp-campaign-donations-block__donation,
body.page-id-41345 .givewp-campaign-donors-block__donor,
body.page-id-41345 .givewp-campaign-comment-block-card,
body.elementor-page-41345 .givewp-campaign-donations-block__donation,
body.elementor-page-41345 .givewp-campaign-donors-block__donor,
body.elementor-page-41345 .givewp-campaign-comment-block-card {
  background: #fff;
  border: 1px solid rgba(20, 34, 53, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(20, 34, 53, 0.05);
  padding: 1rem 1.1rem !important;
}

body.page-id-41345 .givewp-campaign-donations-block__donation-amount,
body.page-id-41345 .givewp-campaign-donors-block__donor-amount,
body.elementor-page-41345 .givewp-campaign-donations-block__donation-amount,
body.elementor-page-41345 .givewp-campaign-donors-block__donor-amount {
  color: var(--psh-support-ink);
  font-weight: 700;
}

body.page-id-41345 .givewp-campaign-donations-block__donation-ribbon[data-position="1"],
body.page-id-41345 .givewp-campaign-donors-block__donor-ribbon[data-position="1"],
body.elementor-page-41345 .givewp-campaign-donations-block__donation-ribbon[data-position="1"],
body.elementor-page-41345 .givewp-campaign-donors-block__donor-ribbon[data-position="1"] {
  background: linear-gradient(135deg, #b6882f 0%, #e5c980 100%);
}

body.page-id-41345 .givewp-campaign-donations-block__load-more-button,
body.page-id-41345 .givewp-campaign-donors-block__load-more-button,
body.elementor-page-41345 .givewp-campaign-donations-block__load-more-button,
body.elementor-page-41345 .givewp-campaign-donors-block__load-more-button {
  border-radius: 999px !important;
  border-color: rgba(20, 34, 53, 0.14) !important;
  color: var(--psh-support-ink) !important;
}

body.page-id-41345 .givewp-campaign-comments-block-empty-state,
body.page-id-41345 .givewp-campaign-donations-block__empty-state,
body.page-id-41345 .givewp-campaign-donors-block__empty-state,
body.elementor-page-41345 .givewp-campaign-comments-block-empty-state,
body.elementor-page-41345 .givewp-campaign-donations-block__empty-state,
body.elementor-page-41345 .givewp-campaign-donors-block__empty-state {
  background: linear-gradient(180deg, #fffefb 0%, #faf5ea 100%);
  border: 1px dashed rgba(166, 124, 50, 0.35);
}

body.page-id-41345 .givewp-donation-form-modal__overlay,
body.elementor-page-41345 .givewp-donation-form-modal__overlay {
  background: rgba(8, 18, 31, 0.72);
}

body.page-id-41345 .givewp-donation-form-modal,
body.elementor-page-41345 .givewp-donation-form-modal {
  border-radius: 20px;
  overflow: hidden;
}

body.page-id-41345 .elementor-widget-divider .elementor-divider-separator,
body.elementor-page-41345 .elementor-widget-divider .elementor-divider-separator {
  border-color: rgba(166, 124, 50, 0.42) !important;
}

@media (max-width: 1024px) {
  body.page-id-41345 .elementor-top-section:not(:first-of-type) .elementor-column > .elementor-element-populated,
  body.elementor-page-41345 .elementor-top-section:not(:first-of-type) .elementor-column > .elementor-element-populated {
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  body.page-id-41345 .elementor-top-section:first-of-type::before,
  body.elementor-page-41345 .elementor-top-section:first-of-type::before {
    inset: .85rem;
  }

  body.page-id-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor p:last-child,
  body.elementor-page-41345 .elementor-top-section:first-of-type .elementor-widget-text-editor p:last-child {
    font-size: .98rem;
    padding-left: 1rem;
  }

  body.page-id-41345 .givewp-campaign-goal,
  body.page-id-41345 .givewp-campaign-form,
  body.page-id-41345 .givewp-campaign-comments-block,
  body.page-id-41345 .givewp-campaign-donations-block,
  body.page-id-41345 .givewp-campaign-donors-block,
  body.page-id-41345 .givewp-campaign-stats-block,
  body.page-id-41345 .givewp-campaign-selector,
  body.elementor-page-41345 .givewp-campaign-goal,
  body.elementor-page-41345 .givewp-campaign-form,
  body.elementor-page-41345 .givewp-campaign-comments-block,
  body.elementor-page-41345 .givewp-campaign-donations-block,
  body.elementor-page-41345 .givewp-campaign-donors-block,
  body.elementor-page-41345 .givewp-campaign-stats-block,
  body.elementor-page-41345 .givewp-campaign-selector {
    padding: 1.15rem;
    border-radius: 16px;
  }

  body.page-id-41345 .elementor-button,
  body.page-id-41345 button.givewp-donation-form-modal__open,
  body.page-id-41345 .givewp-campaign-selector__submit,
  body.elementor-page-41345 .elementor-button,
  body.elementor-page-41345 button.givewp-donation-form-modal__open,
  body.elementor-page-41345 .givewp-campaign-selector__submit {
    width: 100%;
    justify-content: center;
  }
}

/* Privacy Policy */
.psh-policy-page {
  --psh-policy-ink: #173427;
  --psh-policy-ink-soft: #5a6f66;
  --psh-policy-line: rgba(24, 71, 54, 0.12);
  --psh-policy-accent: #2f8f5b;
  --psh-policy-accent-soft: rgba(47, 143, 91, 0.12);
  --psh-policy-card: #ffffff;
  --psh-policy-shell: linear-gradient(180deg, #fbfdfb 0%, #f4f9f5 100%);
  color: var(--psh-policy-ink);
}

.psh-policy-shell {
  background: var(--psh-policy-shell);
  border: 1px solid var(--psh-policy-line);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(18, 49, 37, 0.08);
  padding: clamp(1.35rem, 2vw, 2rem);
}

.psh-policy-hero {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background:
    radial-gradient(circle at top right, rgba(47, 143, 91, 0.16), transparent 28%),
    linear-gradient(135deg, #f7fcf8 0%, #edf7f0 100%);
  border: 1px solid rgba(47, 143, 91, 0.16);
  border-radius: 24px;
}

.psh-policy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  padding: .45rem .8rem;
  background: rgba(23, 52, 39, 0.08);
  border-radius: 999px;
  color: var(--psh-policy-accent);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.psh-policy-hero h1 {
  margin: 0;
  color: #12281e;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.psh-policy-hero p {
  margin: 0;
  max-width: 72ch;
  color: var(--psh-policy-ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}

.psh-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.psh-policy-meta span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .75rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(18, 40, 30, 0.08);
  border-radius: 16px;
  color: #2c4a3c;
  font-size: .95rem;
}

.psh-policy-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}

.psh-policy-card {
  display: grid;
  gap: .55rem;
  padding: 1.2rem 1.25rem;
  background: var(--psh-policy-card);
  border: 1px solid var(--psh-policy-line);
  border-radius: 20px;
  box-shadow: 0 14px 28px rgba(18, 49, 37, 0.05);
}

.psh-policy-card strong {
  color: #143125;
  font-size: 1rem;
}

.psh-policy-card span {
  color: var(--psh-policy-ink-soft);
  line-height: 1.65;
}

.psh-policy-accordion {
  display: grid;
  gap: .95rem;
  margin-top: 1.5rem;
}

.psh-policy-item {
  background: #fff;
  border: 1px solid var(--psh-policy-line);
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(18, 49, 37, 0.04);
  overflow: clip;
}

.psh-policy-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 3.6rem 1.15rem 1.25rem;
  color: #11271d;
  font-weight: 700;
  font-size: 1rem;
}

.psh-policy-item summary::-webkit-details-marker {
  display: none;
}

.psh-policy-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--psh-policy-accent-soft);
  color: var(--psh-policy-accent);
  font-size: 1.25rem;
  line-height: 1;
}

.psh-policy-item[open] summary {
  background: linear-gradient(180deg, rgba(47, 143, 91, 0.06) 0%, rgba(47, 143, 91, 0) 100%);
}

.psh-policy-item[open] summary::after {
  content: "\2212";
}

.psh-policy-item__body {
  display: grid;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
  color: var(--psh-policy-ink-soft);
  line-height: 1.8;
}

.psh-policy-item__body h4 {
  margin: .25rem 0 .15rem;
  color: #173427;
  font-family: 'Playfair Display', serif;
  font-size: 1.08rem;
}

.psh-policy-item__body p,
.psh-policy-item__body ul {
  margin: 0;
}

.psh-policy-item__body ul {
  padding-left: 1.2rem;
}

.psh-policy-item__body li + li {
  margin-top: .4rem;
}

.psh-policy-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.psh-policy-mini-grid > div {
  display: grid;
  gap: .35rem;
  padding: .95rem 1rem;
  background: #f9fcfa;
  border: 1px solid rgba(24, 71, 54, 0.1);
  border-radius: 16px;
}

.psh-policy-mini-grid strong {
  color: #163526;
}

.psh-policy-mini-grid span {
  color: var(--psh-policy-ink-soft);
  line-height: 1.55;
}

.psh-policy-note {
  margin-top: 1.4rem;
  padding: 1.15rem 1.2rem;
  background: #163526;
  border-radius: 20px;
  color: #edf6ef;
}

.psh-policy-note p {
  margin: 0;
  line-height: 1.75;
}

.psh-policy-page a {
  color: #1e7b4b;
  text-decoration-thickness: .08em;
  text-underline-offset: .12em;
}

.psh-policy-page a:hover,
.psh-policy-page a:focus {
  color: #135f39;
}

@media (max-width: 1024px) {
  .psh-policy-card-grid,
  .psh-policy-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .psh-policy-shell {
    border-radius: 22px;
    padding: 1rem;
  }

  .psh-policy-hero {
    padding: 1.15rem;
    border-radius: 20px;
  }

  .psh-policy-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .psh-policy-card-grid,
  .psh-policy-mini-grid {
    grid-template-columns: 1fr;
  }

  .psh-policy-item summary {
    padding: 1rem 3.1rem 1rem 1rem;
  }

  .psh-policy-item__body {
    padding: 0 1rem 1rem;
  }
}
