/* ==========================================================================
   SeCURE Hospital Brand Overrides
   Primary:   SeCURE Blue #0071b8, SeCURE Green #a6cc39
   Secondary: Deep Navy #0c2647, Sky Blue #d7edf6, Sage Green #dce7c7
   Neutral:   White #f2f3f5, Soft Stone Grey #d0d3d8, Charcoal #4c5563
   Accent:    Teal #4cb5ab, Warm Blue #4f80af, Warm Gold #c8a448, Soft Coral #e8695a
   Type:      Plus Jakarta Sans (display / headings), Inter (body)
   ========================================================================== */

:root {
  --sh-primary-blue: #0071b8;
  --sh-primary-green: #a6cc39;
  --sh-deep-navy: #0c2647;
  --sh-sky-blue: #d7edf6;
  --sh-sage-green: #dce7c7;
  --sh-white: #f2f3f5;
  --sh-stone-grey: #d0d3d8;
  --sh-charcoal: #4c5563;
  --sh-teal: #4cb5ab;
  --sh-warm-blue: #4f80af;
  --sh-warm-gold: #c8a448;
  --sh-soft-coral: #e8695a;

  --font-display: "Plus Jakarta Sans", "Inter", sans-serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --sh-font-heading: var(--font-display);
  --sh-font-body: var(--font-sans);

  --text-main: #263538;
  --text-muted: #5e7377;
}

/* --------------------------------------------------------------------------
   Typography — Inter for body, Plus Jakarta Sans for display / headings
   -------------------------------------------------------------------------- */
body {
  font-family: var(--font-sans) !important;
  color: var(--text-main);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.navbar-brand,
.heading-section,
.ftco-heading-2 {
  font-family: var(--font-display) !important;
  color: var(--text-main);
  font-weight: 700;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h2, .h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
h3, .h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
h4, .h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
h5, .h5 { font-size: 14px; font-weight: 700; }
h6, .h6 { font-size: 13px; font-weight: 700; }

@media (max-width: 991.98px) {
  h1, .h1 { font-size: 30px; }
  h2, .h2 { font-size: 22px; }
  h3, .h3 { font-size: 18px; }
}
@media (max-width: 575.98px) {
  h1, .h1 { font-size: 24px; }
  h2, .h2 { font-size: 20px; }
}

p, .text, span, li, td, th, label, input, textarea, select, button {
  font-family: var(--font-sans);
}

.subheading {
  font-family: var(--font-display) !important;
  color: var(--sh-primary-blue);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* White heading blocks on dark/coloured overlays keep light text */
.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.85) !important;
}
.heading-section.heading-section-white h2,
.heading-section.heading-section-white h3 {
  color: #fff !important;
}
.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9) !important;
}

small, .small {
  font-size: 0.75rem;
}

/* --------------------------------------------------------------------------
   Links
   -------------------------------------------------------------------------- */
a {
  color: var(--sh-primary-blue);
}
a:hover,
a:focus {
  color: var(--sh-deep-navy);
}

/* --------------------------------------------------------------------------
   Buttons
   Primary = SeCURE Blue, Secondary = SeCURE Green (CTA)
   -------------------------------------------------------------------------- */
.btn {
  border-radius: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: all .3s ease;
}

.btn.btn-primary,
.btn-primary {
  background: var(--sh-primary-blue) !important;
  border: 1px solid var(--sh-primary-blue) !important;
  color: #fff !important;
}
.btn.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--sh-deep-navy) !important;
  border-color: var(--sh-deep-navy) !important;
  color: #fff !important;
}

.btn.btn-secondary,
.btn-secondary {
  background: var(--sh-primary-green) !important;
  border: 1px solid var(--sh-primary-green) !important;
  color: var(--sh-deep-navy) !important;
}
.btn.btn-secondary:hover,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: var(--sh-deep-navy) !important;
  border-color: var(--sh-deep-navy) !important;
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   Top bar (topper) — white circle with brand-blue glyph
   -------------------------------------------------------------------------- */
.topper .icon {
  background: #fff !important;
  border: 1px solid var(--sh-sky-blue);
}
.topper .icon span {
  color: var(--sh-primary-blue) !important;
}
.topper .text {
  color: var(--sh-charcoal);
}

/* --------------------------------------------------------------------------
   Navbar
   -------------------------------------------------------------------------- */
.navbar.bg-light,
.navbar-light.bg-light {
  background: var(--sh-white) !important;
}

.ftco_navbar.bg-dark,
.navbar-dark.bg-dark {
  background: var(--sh-deep-navy) !important;
}

.ftco-navbar-light .navbar-brand,
.navbar-brand {
  color: var(--sh-primary-blue) !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.ftco-navbar-light .navbar-brand span,
.navbar-brand span {
  color: var(--sh-primary-green) !important;
}

/* Top navbar — logo left, contact right */
.top-navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.top-navbar > .container {
  flex-wrap: nowrap;
}

/* Brand logo image in navbar */
.navbar-brand.brand-logo {
  margin-right: 0;
  padding: 0;
}
.navbar-brand.brand-logo img {
  height: 55px;
  width: auto;
  display: block;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .navbar-brand.brand-logo img { height: 35px; }
}

/* Topper group pushed to right */
.topper-group {
  gap: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.topper-group .topper {
  flex-wrap: nowrap;
}
.topper-group .topper .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex: 0 0 36px;
}
.topper-group .topper .text {
  width: auto !important;
  white-space: nowrap;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item.active > a,
.ftco-navbar-light.scrolled .nav-item.active > a {
  color: var(--sh-primary-green) !important;
}

.ftco-navbar-light.scrolled {
  background: var(--sh-white) !important;
}
.ftco-navbar-light.scrolled .navbar-nav > .nav-item > .nav-link {
  color: var(--sh-deep-navy) !important;
}
.ftco-navbar-light.scrolled .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light.scrolled .navbar-nav > .nav-item.active > a {
  color: var(--sh-primary-blue) !important;
}

/* --------------------------------------------------------------------------
   Hero / Sliders
   -------------------------------------------------------------------------- */
.hero-wrap .overlay,
.home-slider .slider-item .overlay {
  background: var(--sh-deep-navy) !important;
  opacity: 0.6;
}

.home-slider .slider-item h1,
.hero-wrap h1 {
  color: #fff !important;
}
.home-slider .slider-item h1 span,
.hero-wrap h1 span {
  color: var(--sh-primary-blue) !important;
}
.home-slider .slider-item .subheading,
.hero-wrap .subheading {
  color: var(--sh-sky-blue) !important;
}

/* Force hero content visible — the template's .ftco-animate keeps content at
   opacity:0 until scroll-triggered by JS, which can trap above-the-fold text
   in a hidden state. */
.home-slider .slider-item .text,
.home-slider .slider-item .ftco-animate,
.hero-wrap .text,
.hero-wrap .ftco-animate,
.slider-text .text,
.slider-text .ftco-animate {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Fallback: text colour and z-index for hero copy */
.home-slider .slider-item .text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.home-slider .slider-item .text p {
  color: rgba(255, 255, 255, 0.9);
}

/* ==========================================================================
   Hero slider — attractive branded hero
   ========================================================================== */
.hero-slider .slider-item .overlay {
  background:
    linear-gradient(115deg, rgba(12, 38, 71, 0.85) 0%, rgba(12, 38, 71, 0.55) 55%, rgba(0, 113, 184, 0.35) 100%) !important;
  opacity: 1 !important;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
.hero-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sh-primary-green);
  box-shadow: 0 0 0 0 rgba(166, 204, 57, 0.6);
  animation: hero-pulse 1.8s infinite;
}
@keyframes hero-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(166, 204, 57, 0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(166, 204, 57, 0);  }
  100% { box-shadow: 0 0 0 0 rgba(166, 204, 57, 0);   }
}

.hero-slider .slider-item .hero-title {
  font-family: var(--font-display) !important;
  color: #fff !important;
  font-size: 45px !important;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 14px !important;
  text-shadow: 0 4px 20px rgba(12, 38, 71, 0.35);
}
.hero-slider .slider-item .hero-title span {
  background: linear-gradient(90deg, var(--sh-primary-green) 0%, #cde86b 60%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-rule {
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--sh-primary-green), var(--sh-teal));
  margin: 0 0 22px;
}

.hero-subheading {
  font-family: var(--font-display);
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 18px !important;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 0 28px !important;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.btn.btn-hero {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 10px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.btn.btn-hero.btn-secondary {
  box-shadow: 0 12px 30px -12px rgba(166, 204, 57, 0.55);
}
.btn.btn-hero.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -14px rgba(166, 204, 57, 0.65);
}
.btn.btn-hero--ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn.btn-hero--ghost:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: #fff !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.hero-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-stats li {
  position: relative;
  padding-left: 18px;
  color: #fff;
}
.hero-stats li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--sh-primary-green), var(--sh-teal));
}
.hero-stats li strong {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.hero-stats li span {
  font-family: var(--font-sans);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .hero-slider .slider-item .hero-title { font-size: 28px !important; }
  .hero-subheading { font-size: 16px !important; }
  .hero-stats { gap: 24px; }
  .hero-stats li strong { font-size: 22px; }
}
@media (max-width: 575.98px) {
  .hero-slider .slider-item .hero-title {
    font-size: 25px !important;
    line-height: 1.15;
  }
  .hero-eyebrow { font-size: 11px; padding: 6px 12px; }
  .hero-subheading { font-size: 15px !important; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .btn.btn-hero { width: 100%; text-align: center; }
  .hero-stats { gap: 18px; }
  .hero-stats li strong { font-size: 20px; }
  .hero-stats li span { font-size: 11px; }
}

/* --------------------------------------------------------------------------
   Services blocks — SeCURE Blue + Deep Navy alternating
   -------------------------------------------------------------------------- */
.ftco-services .services {
  background: var(--sh-primary-blue) !important;
}
.ftco-services .services:nth-child(even) {
  background: var(--sh-deep-navy) !important;
}
.ftco-services .services .icon {
  background: rgba(255, 255, 255, 0.15) !important;
}
.ftco-services .services:nth-child(even) .icon {
  background: var(--sh-primary-green) !important;
  color: var(--sh-deep-navy) !important;
}

.services-2 .icon {
  border: 2px solid var(--sh-primary-blue) !important;
}
.services-2 .icon span {
  color: var(--sh-primary-blue) !important;
}

/* --------------------------------------------------------------------------
   Section backgrounds — Sage / Sky Blue for support palette
   -------------------------------------------------------------------------- */
.bg-light {
  background-color: var(--sh-white) !important;
}

.ftco-section.bg-light {
  background-color: var(--sh-white) !important;
}

.testimony-section.bg-light,
.ftco-section.testimony-section {
  background-color: var(--sh-sky-blue) !important;
}

/* Intro / call-to-action overlay */
.ftco-intro .overlay {
  background: var(--sh-primary-blue) !important;
  opacity: 0.85;
}
.ftco-intro h2 {
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   Departments / tabs
   -------------------------------------------------------------------------- */
.ftco-departments .nav-pills .nav-link.active {
  background: var(--sh-primary-blue) !important;
  color: #fff !important;
}
.ftco-departments .nav-pills .nav-link:hover {
  color: var(--sh-primary-blue);
}

/* --------------------------------------------------------------------------
   Pricing
   -------------------------------------------------------------------------- */
.pricing-entry {
  border-color: var(--sh-stone-grey) !important;
}
.pricing-entry .price .number {
  color: var(--sh-primary-blue) !important;
}
.pricing-entry.active,
.pricing-entry:hover {
  background: var(--sh-deep-navy) !important;
  color: #fff;
}
.pricing-entry.active .price .number,
.pricing-entry:hover .price .number {
  color: var(--sh-primary-green) !important;
}
.pricing-entry.active h3,
.pricing-entry:hover h3 {
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   Doctors / team
   -------------------------------------------------------------------------- */
.staff .info h3 a,
.staff h3 a {
  color: var(--sh-deep-navy);
}
.staff .info h3 a:hover,
.staff h3 a:hover {
  color: var(--sh-primary-blue);
}
.staff .position {
  color: var(--sh-primary-blue) !important;
}
.staff .ftco-social li a {
  background: var(--sh-white);
  color: var(--sh-primary-blue);
}
.staff .ftco-social li a:hover {
  background: var(--sh-primary-blue);
  color: #fff;
}

/* --------------------------------------------------------------------------
   Blog
   -------------------------------------------------------------------------- */
.blog-entry .text .heading a {
  color: var(--sh-deep-navy);
}
.blog-entry .text .heading a:hover {
  color: var(--sh-primary-blue);
}
.blog-entry .meta a {
  color: var(--sh-charcoal);
}
.blog-entry .meta a:hover {
  color: var(--sh-primary-blue);
}

/* --------------------------------------------------------------------------
   Contact / forms
   -------------------------------------------------------------------------- */
.form-control:focus {
  border-color: var(--sh-primary-blue) !important;
  box-shadow: 0 0 0 0.15rem rgba(0, 113, 184, 0.15) !important;
}

/* Icon boxes in contact page */
.contact-info .icon,
.d-flex.align-self-stretch.box .icon {
  color: var(--sh-primary-blue);
}

/* --------------------------------------------------------------------------
   Counters / stats — cards sit on light background, so use dark ink
   -------------------------------------------------------------------------- */
#section-counter:after {
  background: var(--sh-primary-blue) !important;
}
.ftco-counter .bg-counter {
  background: #fff !important;
}
.ftco-counter .bg-counter h3.vr {
  color: var(--sh-deep-navy) !important;
}
.ftco-counter .text strong.number {
  color: var(--sh-primary-blue) !important;
}
.ftco-counter .text span {
  color: var(--sh-charcoal) !important;
}

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.testimony-section .user-img .quote {
  background: var(--sh-primary-blue) !important;
}
.testimony-section .user-img .quote i {
  color: #fff;
}
.testimony-section .text.bg-light {
  background: #fff !important;
  border: 1px solid var(--sh-stone-grey);
}

/* --------------------------------------------------------------------------
   Footer — Deep Navy
   -------------------------------------------------------------------------- */
.ftco-footer.ftco-bg-dark,
.ftco-footer {
  background: var(--sh-deep-navy) !important;
}
.ftco-footer .ftco-footer-widget .logo {
  color: var(--sh-primary-green) !important;
}
.ftco-footer .ftco-footer-widget .logo span {
  color: var(--sh-primary-blue) !important;
}
.ftco-footer .ftco-footer-widget p {
  text-align: justify;
}
/* Footer brand logo — light card so the JPG's white bg blends in */
.ftco-footer .footer-logo {
  display: inline-block;
  background: transparent;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem !important;
}
.ftco-footer .footer-logo img {
  height: 72px;
  width: auto;
  display: block;
  max-width: 100%;
}
.ftco-footer .ftco-heading-2 {
  color: #fff !important;
  font-family: var(--sh-font-heading);
}
.ftco-footer .block-21 .text .heading a:hover {
  color: var(--sh-primary-green) !important;
}
.ftco-footer .subscribe-form .form-group .submit {
  background: var(--sh-primary-green) !important;
  color: var(--sh-deep-navy) !important;
}
.ftco-footer .subscribe-form .form-group .submit:hover {
  background: var(--sh-primary-blue) !important;
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   Utility text colors (Bootstrap overrides)
   -------------------------------------------------------------------------- */
.text-primary { color: var(--sh-primary-blue) !important; }
.text-success { color: var(--sh-primary-green) !important; }
.text-info    { color: var(--sh-teal) !important; }
.text-warning { color: var(--sh-warm-gold) !important; }
.text-danger  { color: var(--sh-soft-coral) !important; }
.text-dark    { color: var(--sh-deep-navy) !important; }

.bg-primary   { background-color: var(--sh-primary-blue) !important; }
.bg-success   { background-color: var(--sh-primary-green) !important; }
.bg-info      { background-color: var(--sh-teal) !important; }
.bg-warning   { background-color: var(--sh-warm-gold) !important; }
.bg-danger    { background-color: var(--sh-soft-coral) !important; }
.bg-dark      { background-color: var(--sh-deep-navy) !important; }

/* --------------------------------------------------------------------------
   Section-heading accent — "eyebrow" label above titles
   -------------------------------------------------------------------------- */
.ftco-section .heading-section .subheading {
  color: var(--sh-primary-blue);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Loader ring color */
#ftco-loader .path {
  stroke: var(--sh-primary-blue) !important;
}

/* ==========================================================================
   Specialities — home section + list page
   ========================================================================== */
.specialities-section {
  background: var(--sh-white);
}
.specialities-section--full {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(680px 320px at 8% 0%, rgba(0, 113, 184, 0.07), transparent 60%),
    radial-gradient(680px 320px at 92% 0%, rgba(166, 204, 57, 0.09), transparent 60%),
    var(--sh-white);
}
.specialities-section__glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(60px);
  opacity: 0.35;
}
.specialities-section__glow--tl {
  width: 260px;
  height: 260px;
  top: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(0, 113, 184, 0.35), transparent 70%);
}
.specialities-section__glow--tr {
  width: 260px;
  height: 260px;
  top: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(166, 204, 57, 0.35), transparent 70%);
}
.specialities-section--full > .container { position: relative; z-index: 1; }

/* -------- Generic list-page intro (eyebrow + title + rule + chips) --------
   Reusable across Specialities, Health Packages, and any future list page. */
.page-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 1;
}
.page-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-intro__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sh-primary-green);
  box-shadow: 0 0 8px rgba(166, 204, 57, 0.65);
}
.page-intro__title {
  font-family: var(--font-display) !important;
  font-size: 42px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.page-intro__title-em { color: var(--sh-primary-blue); }
@media (max-width: 767.98px) {
  .page-intro__title { font-size: 30px !important; }
}
@media (max-width: 480px) {
  .page-intro__title { font-size: 24px !important; }
}
.page-intro__rule {
  display: block;
  width: 64px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
  margin: 18px auto 20px;
}
.page-intro__lead {
  color: var(--sh-charcoal);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 720px;
}
.page-intro__chips {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.page-intro__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(12, 38, 71, 0.10);
  color: var(--sh-deep-navy);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(12, 38, 71, 0.06);
}
.page-intro__chip strong {
  color: var(--sh-primary-blue);
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* Header row: title/description on the left, CTA button on the right.
   On mobile, everything stacks with the button below the description. */
.specialities-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.specialities-header__text {
  flex: 1 1 320px;
  max-width: 720px;
}
.specialities-header__text .subheading {
  display: inline-block;
  margin-bottom: 8px;
}
.specialities-header__text p {
  color: var(--sh-charcoal);
}
.specialities-header__cta {
  flex: 0 0 auto;
}
.specialities-header__cta .btn {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .specialities-header {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }
  .specialities-header__cta {
    width: 100%;
  }
  .specialities-header__cta .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* Card grid — auto-fill with a comfortable min card width */
.specialities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.specialities-grid--all {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media (max-width: 575.98px) {
  .specialities-grid,
  .specialities-grid--all {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
  }
}

/* Individual card */
.speciality-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 18px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 2px 6px rgba(12, 38, 71, 0.04);
  text-decoration: none !important;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  min-height: 180px;
}
.speciality-card:hover,
.speciality-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(12, 38, 71, 0.12);
  border-color: var(--sh-primary-blue);
  color: inherit;
  text-decoration: none;
}

.speciality-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  margin-bottom: 14px;
  transition: background .25s ease, color .25s ease;
}
.speciality-card:hover .speciality-card__icon {
  background: var(--sh-primary-blue);
  color: #fff;
}
.speciality-card__icon .speciality-icon {
  width: 36px;
  height: 36px;
}

.speciality-card__title {
  font-family: var(--font-display) !important;
  font-size: 16px !important;
  font-weight: 700;
  color: var(--sh-deep-navy);
  margin: 0 0 10px;
  line-height: 1.3;
}

.speciality-card__cta {
  margin-top: auto;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.speciality-card__cta .arrow {
  display: inline-block;
  transition: transform .25s ease;
}
.speciality-card:hover .speciality-card__cta .arrow {
  transform: translateX(3px);
}

@media (max-width: 575.98px) {
  .speciality-card {
    padding: 16px 16px 14px;
    min-height: 160px;
  }
  .speciality-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
  }
  .speciality-card__icon .speciality-icon {
    width: 30px;
    height: 30px;
  }
  .speciality-card__title {
    font-size: 14px !important;
  }
  .speciality-card__cta {
    font-size: 12px;
  }
}

/* Detail page hero row */
.speciality-detail__head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.speciality-detail__icon {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 18px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.speciality-detail__body {
  color: var(--sh-charcoal);
  line-height: 1.7;
}
@media (max-width: 575.98px) {
  .speciality-detail__head {
    flex-direction: column;
    gap: 14px;
  }
  .speciality-detail__icon {
    width: 72px;
    height: 72px;
  }
}

/* ==========================================================================
   Speciality Detail Page — hospitality-grade template
   ========================================================================== */

.sp-page {
  background:
    radial-gradient(1200px 500px at 90% -100px, rgba(0,113,184,0.06), transparent 60%),
    radial-gradient(900px 400px at -10% 20%, rgba(166,204,57,0.05), transparent 60%),
    var(--sh-white);
}

.speciality-detail .container > .sp-card + .sp-card,
.speciality-detail .container > .sp-card + .sp-cta-banner,
.speciality-detail .container > .sp-cta-banner + .sp-card {
  margin-top: 36px;
}

.sp-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 12px 40px -12px rgba(12, 38, 71, 0.14),
              0 1px 3px rgba(12, 38, 71, 0.04);
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .sp-card {
    padding: 24px 20px;
    border-radius: 14px;
  }
}

/* ---------- Eyebrow label used across all sections ---------- */
.sp-eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sh-primary-blue);
  margin-bottom: 10px;
}
.sp-eyebrow--on-tint { color: var(--sh-primary-blue); }
.sp-eyebrow--on-dark { color: var(--sh-primary-green); }

/* Shared section head ("eyebrow + heading + accent rule") */
.sp-section__head {
  margin-bottom: 20px;
}
.sp-section__head--center {
  text-align: center;
  margin-bottom: 28px;
}
.sp-section__title {
  font-family: var(--font-display) !important;
  color: var(--sh-deep-navy);
  font-size: 26px !important;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.sp-section__rule {
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
  border-radius: 4px;
}
.sp-section__head--center .sp-section__rule {
  margin: 0 auto;
}
.sp-section__rule--on-tint {
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
}

.sp-section p {
  color: var(--sh-charcoal);
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 15px;
}
.sp-section__outro {
  color: var(--sh-primary-blue) !important;
  font-weight: 500;
  margin-top: 8px !important;
}

/* ---------- Hero card (top of detail page) ---------- */
.sp-hero {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: stretch;
  padding: 40px;
}
.sp-hero::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--sh-primary-blue) 0%, var(--sh-primary-green) 60%, var(--sh-teal) 100%);
}
.sp-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 14px;
  background: var(--sh-sky-blue);
  box-shadow: 0 10px 30px -10px rgba(12, 38, 71, 0.25);
}
.sp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-hero__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(12, 38, 71, 0.2);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--sh-deep-navy);
}
.sp-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sh-soft-coral);
  box-shadow: 0 0 0 4px rgba(232, 105, 90, 0.18);
  animation: sp-pulse 1.6s infinite;
}
@keyframes sp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(232, 105, 90, 0.5); }
  70%  { box-shadow: 0 0 0 8px rgba(232, 105, 90, 0);  }
  100% { box-shadow: 0 0 0 0 rgba(232, 105, 90, 0);   }
}

.sp-hero__body {
  display: flex;
  flex-direction: column;
}
.sp-hero__title {
  font-family: var(--font-display) !important;
  color: var(--sh-deep-navy) !important;
  font-size: 34px !important;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.sp-hero__rule {
  display: block;
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
  margin-bottom: 18px;
}
.sp-hero__body p {
  color: var(--sh-charcoal);
  line-height: 1.75;
  margin-bottom: 14px;
  font-size: 15px;
}
.sp-hero__cta {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sp-hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sh-deep-navy);
  text-decoration: none;
}
.sp-hero__phone:hover { color: var(--sh-primary-blue); }
.sp-hero__phone-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sp-hero__phone small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sh-charcoal);
  font-weight: 600;
}
.sp-hero__phone strong {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .sp-hero {
    grid-template-columns: 280px 1fr;
    gap: 28px;
    padding: 32px;
  }
  .sp-hero__title { font-size: 28px !important; }
}
@media (max-width: 767.98px) {
  .sp-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
  }
  .sp-hero__media {
    aspect-ratio: 16 / 10;
  }
  .sp-hero__title { font-size: 24px !important; }
}

/* ---------- Section blocks ---------- */
.sp-section--ticks {
  background:
    linear-gradient(180deg, #fff 0%, rgba(215, 237, 246, 0.35) 100%);
}
.sp-section--procedures { background: #fff; }
.sp-section--conditions {
  background:
    linear-gradient(180deg, #fff 0%, rgba(220, 231, 199, 0.25) 100%);
}
.sp-section--text {
  background:
    linear-gradient(180deg, #fff 0%, rgba(215, 237, 246, 0.35) 100%);
}
.sp-section--imagetext { background: #fff; padding: 32px 40px; }

/* ---------- Condition grid ---------- */
.sp-conditions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.sp-condition {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(215, 237, 246, 0.5);
  border-radius: 12px;
  border: 1px solid rgba(0, 113, 184, 0.08);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.sp-condition:hover {
  transform: translateY(-3px);
  background: #fff;
  box-shadow: 0 12px 28px -14px rgba(0, 113, 184, 0.28);
}
.sp-condition__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sh-primary-blue) 0%, var(--sh-teal) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px -6px rgba(0, 113, 184, 0.5);
}
.sp-condition__label {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--sh-deep-navy);
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .sp-conditions { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .sp-conditions { grid-template-columns: 1fr; gap: 12px; }
  .sp-condition { padding: 14px 16px; }
}

/* ---------- Image + text row ---------- */
.sp-section--imagetext {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: center;
}
.sp-section--imagetext.is-reversed {
  grid-template-columns: 320px 1fr;
}
.sp-section--imagetext.is-reversed .sp-imagetext__body {
  order: 2;
}
.sp-section--imagetext.is-reversed .sp-imagetext__media {
  order: 1;
}
.sp-imagetext__body p {
  color: var(--sh-primary-blue);
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 15px;
}
.sp-imagetext__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 14px;
  background: var(--sh-sky-blue);
  box-shadow: 0 12px 30px -12px rgba(12, 38, 71, 0.25);
}
.sp-imagetext__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767.98px) {
  .sp-section--imagetext,
  .sp-section--imagetext.is-reversed {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sp-section--imagetext.is-reversed .sp-imagetext__body { order: 1; }
  .sp-section--imagetext.is-reversed .sp-imagetext__media { order: 2; }
  .sp-imagetext__media { aspect-ratio: 16 / 10; }
}

/* Image-below variant — text above, wide image below */
.sp-section--imagetext.is-below {
  display: block;
}
.sp-section--imagetext.is-below .sp-imagetext__body {
  margin-bottom: 24px;
}
.sp-section--imagetext.is-below .sp-imagetext__media {
  width: 100%;
  aspect-ratio: 21 / 9;
  max-height: 420px;
}
@media (max-width: 767.98px) {
  .sp-section--imagetext.is-below .sp-imagetext__media {
    aspect-ratio: 16 / 10;
  }
}

/* Text-only section — mirror hero body colouring */
.sp-section--text p {
  color: var(--sh-charcoal);
  line-height: 1.8;
  font-size: 15px;
}

/* ---------- Icon grid (Patient-Focused Support pattern) ---------- */
.sp-section--icongrid {
  background:
    linear-gradient(180deg, #fff 0%, rgba(215, 237, 246, 0.28) 100%);
}
.sp-icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin: 24px 0 20px;
}
.sp-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 12px;
}
.sp-icon-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 12px;
  box-shadow: 0 8px 18px -8px rgba(12, 38, 71, 0.35);
}
.sp-icon-item--blue  .sp-icon-item__icon { background: linear-gradient(135deg, var(--sh-primary-blue) 0%, var(--sh-warm-blue) 100%); }
.sp-icon-item--teal  .sp-icon-item__icon { background: linear-gradient(135deg, var(--sh-teal) 0%, #38a29b 100%); }
.sp-icon-item--green .sp-icon-item__icon { background: linear-gradient(135deg, var(--sh-primary-green) 0%, #8bbf22 100%); }
.sp-icon-item--gold  .sp-icon-item__icon { background: linear-gradient(135deg, var(--sh-warm-gold) 0%, #b4923c 100%); }
.sp-icon-item--coral .sp-icon-item__icon { background: linear-gradient(135deg, var(--sh-soft-coral) 0%, #d15749 100%); }

.sp-icon-item__label {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--sh-deep-navy);
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 575.98px) {
  .sp-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .sp-icon-item__icon { width: 52px; height: 52px; }
}

/* ---------- Feature grid (icon + title + description cards) ---------- */
.sp-section--features {
  background: #fff;
}
.sp-features {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
.sp-features--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sp-features--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sp-features--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sp-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 22px;
  background: #fff;
  border: 1px solid rgba(0, 113, 184, 0.08);
  border-radius: 14px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sp-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -18px rgba(0, 113, 184, 0.32);
  border-color: transparent;
}
.sp-feature__icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sh-primary-blue) 0%, var(--sh-teal) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px -8px rgba(0, 113, 184, 0.5);
}
.sp-feature__title {
  font-family: var(--font-display) !important;
  color: var(--sh-deep-navy);
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.3;
}
.sp-feature__body p {
  margin: 0;
  color: var(--sh-charcoal);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .sp-features--cols-2,
  .sp-features--cols-3,
  .sp-features--cols-4 {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sp-feature { padding: 18px 16px; }
}

/* ---------- Tick groups (intro + multiple sub-list groups) ---------- */
.sp-section--tickgroups {
  background:
    linear-gradient(180deg, #fff 0%, rgba(215, 237, 246, 0.28) 100%);
}
.sp-tick-group {
  margin-top: 18px;
}
.sp-tick-group:first-of-type { margin-top: 24px; }
.sp-tick-group__subheading {
  font-family: var(--font-display) !important;
  color: var(--sh-deep-navy);
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 3px solid var(--sh-primary-green);
}
.sp-tick-group .sp-tick-list {
  margin-top: 6px;
  margin-bottom: 4px;
}

/* ---------- Grouped list (Conditions We Treat by category) ---------- */
.sp-section--grouped {
  background:
    linear-gradient(180deg, #fff 0%, rgba(215, 237, 246, 0.35) 100%);
}
.sp-groups {
  display: grid;
  gap: 24px;
  margin-top: 20px;
}
.sp-groups--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sp-groups--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767.98px) {
  .sp-groups--cols-2,
  .sp-groups--cols-3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.sp-group {
  padding: 18px 20px 14px;
  background: #fff;
  border: 1px solid rgba(0, 113, 184, 0.08);
  border-radius: 12px;
  box-shadow: 0 6px 20px -14px rgba(12, 38, 71, 0.18);
}
.sp-group__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.sp-group__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--sh-primary-blue) 0%, var(--sh-teal) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px -6px rgba(0, 113, 184, 0.45);
}
.sp-group__title {
  font-family: var(--font-display) !important;
  color: var(--sh-primary-blue);
  font-size: 17px !important;
  font-weight: 700;
  margin: 0;
}
.sp-tick-list--indent {
  margin: 6px 0 4px;
  grid-template-columns: 1fr;
}
.sp-tick-list--stacked {
  grid-template-columns: 1fr;
}

@media (max-width: 575.98px) {
  .sp-group { padding: 14px 16px 12px; }
  .sp-group__title { font-size: 15px !important; }
}

/* ---------- Tick list ---------- */
.sp-tick-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px 32px;
}
.sp-tick-list li {
  position: relative;
  padding: 4px 0 4px 38px;
  color: var(--sh-charcoal);
  line-height: 1.6;
  font-size: 15px;
}
.sp-tick-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--sh-primary-green);
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"),
    linear-gradient(135deg, var(--sh-primary-green) 0%, #8bbf22 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 14px 14px, cover;
  box-shadow: 0 4px 12px rgba(166, 204, 57, 0.35);
}
.sp-tick-list li strong {
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-weight: 700;
}

/* ---------- Procedures trio ---------- */
.sp-procedures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 24px 0 20px;
}
.sp-procedure {
  position: relative;
  padding: 26px 22px 22px;
  background: #fff;
  border: 1px solid rgba(12, 38, 71, 0.08);
  border-radius: 14px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sp-procedure:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 20px 40px -18px rgba(12, 38, 71, 0.28);
}
.sp-procedure__number {
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: rgba(0, 113, 184, 0.08);
  letter-spacing: -0.02em;
}
.sp-procedure__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sh-primary-blue) 0%, var(--sh-warm-blue) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 8px 18px -6px rgba(0, 113, 184, 0.5);
}
.sp-procedure__name {
  font-family: var(--font-display) !important;
  color: var(--sh-deep-navy);
  font-size: 17px !important;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}
.sp-procedure p {
  font-size: 14px;
  color: var(--sh-charcoal);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767.98px) {
  .sp-procedures {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ---------- Doctors ---------- */
.sp-doctors {
  background:
    radial-gradient(600px 200px at 50% 0%, rgba(0,113,184,0.05), transparent 70%),
    #fff;
}
.sp-doctors__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
  justify-content: center;
  gap: 32px;
  margin-top: 8px;
}
.sp-doctor {
  text-align: center;
  padding: 12px;
  border-radius: 16px;
  transition: transform .25s ease;
}
.sp-doctor:hover { transform: translateY(-4px); }
.sp-doctor__photo-wrap {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 auto 18px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, var(--sh-primary-blue) 0%, var(--sh-primary-green) 100%);
  box-shadow: 0 10px 26px -8px rgba(12, 38, 71, 0.35);
}
.sp-doctor__photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sh-sky-blue);
  background-size: cover;
  background-position: center top;
  border: 4px solid #fff;
}
.sp-doctor__name {
  font-family: var(--font-display) !important;
  color: var(--sh-deep-navy);
  font-size: 17px !important;
  font-weight: 700;
  margin: 0 0 4px;
}
.sp-doctor__title {
  color: var(--sh-primary-blue);
  font-size: 13px;
  display: block;
  font-weight: 500;
}

/* ---------- FAQ ---------- */
.sp-faq {
  background:
    linear-gradient(180deg, var(--sh-sky-blue) 0%, rgba(215, 237, 246, 0.5) 100%);
}
.sp-faq .sp-section__title {
  color: var(--sh-deep-navy);
}
.sp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}
.sp-faq__item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.sp-faq__item:hover {
  box-shadow: 0 8px 24px -12px rgba(12, 38, 71, 0.14);
}
.sp-faq__item.is-open {
  border-color: var(--sh-primary-blue);
  box-shadow: 0 10px 28px -14px rgba(0, 113, 184, 0.3);
}
.sp-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--sh-deep-navy);
}
.sp-faq__question:focus {
  outline: 2px solid var(--sh-primary-blue);
  outline-offset: -2px;
}
.sp-faq__toggle {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sh-soft-coral);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: background .25s ease, transform .25s ease;
}
.sp-faq__item.is-open .sp-faq__toggle {
  background: var(--sh-primary-blue);
  transform: rotate(180deg);
}
.sp-faq__q-text {
  flex: 1;
  color: var(--sh-deep-navy);
}
.sp-faq__item.is-open .sp-faq__q-text {
  color: var(--sh-primary-blue);
}
.sp-faq__answer {
  padding: 0 22px 20px 64px;
  color: var(--sh-charcoal);
  line-height: 1.75;
  font-size: 15px;
  animation: sp-fade-in .3s ease;
}
@keyframes sp-fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575.98px) {
  .sp-faq__question { padding: 14px 16px; font-size: 14px; }
  .sp-faq__answer { padding: 0 16px 16px 16px; font-size: 14px; }
}

/* ---------- CTA banner (bottom) ---------- */
.sp-cta-banner {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  background:
    radial-gradient(600px 200px at 10% 0%, rgba(166, 204, 57, 0.25), transparent 60%),
    linear-gradient(135deg, var(--sh-deep-navy) 0%, #0a1e39 100%);
  border-radius: 18px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  box-shadow: 0 20px 50px -20px rgba(12, 38, 71, 0.5);
}
.sp-cta-banner::after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 184, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.sp-cta-banner__text { position: relative; z-index: 1; }
.sp-cta-banner__text h2 {
  color: #fff !important;
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin: 4px 0 6px;
}
.sp-cta-banner__text p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 15px;
}
.sp-cta-banner__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.sp-cta-banner__ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  padding: 12px 22px;
}
.sp-cta-banner__ghost:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: #fff !important;
}

@media (max-width: 767.98px) {
  .sp-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .sp-cta-banner__text h2 { font-size: 22px !important; }
  .sp-cta-banner__actions { width: 100%; flex-direction: column; }
  .sp-cta-banner__actions .btn { width: 100%; text-align: center; }
}

/* ==========================================================================
   Blog Detail Page — magazine layout
   ========================================================================== */

/* Reading progress bar (top of viewport) */
.bd-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  z-index: 9999;
  pointer-events: none;
}
.bd-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, var(--sh-primary-green), var(--sh-primary-blue));
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(0, 113, 184, 0.4);
}

/* ---------- HERO ---------- */
.bd-hero {
  position: relative;
  padding: 130px 0 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.bd-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #f7f9fc);
}
.bd-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bd-hero__crumbs {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-hero__crumbs a { color: rgba(255, 255, 255, 0.75); }
.bd-hero__crumbs a:hover { color: #fff; text-decoration: underline; }
.bd-hero__crumbs span[aria-hidden] { color: rgba(255, 255, 255, 0.4); }

.bd-hero__category {
  display: inline-block;
  background: var(--sh-primary-green);
  color: var(--sh-deep-navy);
  font-weight: 700;
  font-family: var(--font-display);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(166, 204, 57, 0.35);
}
.bd-hero__title {
  color: #fff !important;
  font-family: var(--font-display) !important;
  font-size: 46px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.bd-hero__excerpt {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  max-width: 720px;
  margin: 0 auto 32px;
}
.bd-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.bd-hero__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bd-hero__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sh-primary-blue), var(--sh-teal));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.02em;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.bd-hero__author > div:last-child {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.3;
}
.bd-hero__author strong { color: #fff; font-size: 15px; font-weight: 700; }
.bd-hero__author span { color: rgba(255, 255, 255, 0.75); font-size: 12px; }
.bd-hero__stats {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}
.bd-hero__stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ---------- ARTICLE BODY ---------- */
.bd-article {
  background: #f7f9fc;
  padding: 60px 0 80px;
  position: relative;
}

/* ---- Two-column layout (CSS Grid — reliable across viewports) ---- */
.bd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  align-items: start;
}
.bd-main { min-width: 0; }
.bd-aside { min-width: 0; }

@media (max-width: 991.98px) {
  .bd-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ---- Sidebar ---- */
.bd-sidebar {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .bd-sidebar { position: static; }
}
.bd-side-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px 22px;
  box-shadow: 0 8px 28px -12px rgba(12, 38, 71, 0.15);
  border: 1px solid rgba(12, 38, 71, 0.06);
}
.bd-side-eyebrow {
  display: block;
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}
.bd-side-eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: var(--sh-primary-green);
  border-radius: 2px;
}

.bd-toc {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bd-toc li + li { margin-top: 4px; }
.bd-toc a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--sh-deep-navy);
  font-size: 13.5px;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.bd-toc a:hover {
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  transform: translateX(2px);
  text-decoration: none;
}
.bd-toc__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  color: var(--sh-primary-green);
  background: var(--sh-sage-green);
  border-radius: 6px;
  padding: 2px 6px;
  min-width: 26px;
  text-align: center;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.bd-share { display: flex; gap: 10px; flex-wrap: wrap; }
.bd-share__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sh-white);
  color: var(--sh-charcoal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: 1px solid rgba(12, 38, 71, 0.08);
}
.bd-share__btn:hover { transform: translateY(-2px); color: #fff; }
.bd-share__btn--wa:hover { background: #25d366; }
.bd-share__btn--tw:hover { background: #000; }
.bd-share__btn--fb:hover { background: #1877f2; }
.bd-share__btn--li:hover { background: #0a66c2; }

/* ---- Sidebar CTA card ("Need Care Today?") ---- */
.bd-side-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(220px 120px at 80% 0%, rgba(166, 204, 57, 0.30), transparent 65%),
    linear-gradient(160deg, var(--sh-deep-navy) 0%, #0a1e39 100%);
  color: #fff;
  padding: 26px 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.bd-side-cta::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 184, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.bd-side-cta__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--sh-primary-green);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bd-side-cta__title {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: var(--font-display) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 10px !important;
}
.bd-side-cta__text {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 18px;
}
.bd-side-cta__btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 14px !important;
  font-size: 14px !important;
  margin-bottom: 12px;
}
.bd-side-cta__phone {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.bd-side-cta__phone:hover { color: var(--sh-primary-green); text-decoration: none; }
.bd-side-cta__phone svg { color: var(--sh-primary-green); }

/* ---- Featured image card (top of article body) ---- */
.bd-featured {
  position: relative;
  margin: 0 0 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px -20px rgba(12, 38, 71, 0.35);
  background: var(--sh-deep-navy);
}
.bd-featured img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.bd-featured:hover img { transform: scale(1.02); }
.bd-featured figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 26px 20px;
  background: linear-gradient(to top, rgba(12, 38, 71, 0.92) 0%, rgba(12, 38, 71, 0.55) 60%, transparent 100%);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.bd-featured__cat {
  display: inline-block;
  background: var(--sh-primary-green);
  color: var(--sh-deep-navy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  flex-shrink: 0;
}
.bd-featured__caption {
  font-family: var(--font-display);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .bd-featured img { aspect-ratio: 4 / 3; }
  .bd-featured figcaption { padding: 18px 18px 14px; }
  .bd-featured__caption { font-size: 13px; }
}

/* ---- Main content column ---- */
.bd-body {
  background: #fff;
  border-radius: 16px;
  padding: 48px 56px;
  box-shadow: 0 10px 40px -18px rgba(12, 38, 71, 0.15);
  border: 1px solid rgba(12, 38, 71, 0.05);
}

.bd-p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-main);
  margin: 0 0 22px;
}

/* Drop cap on lead paragraph */
.bd-p--lead::first-letter {
  font-family: var(--font-display);
  float: left;
  font-size: 64px;
  line-height: 0.9;
  font-weight: 800;
  padding: 6px 12px 0 0;
  color: var(--sh-primary-blue);
  background: linear-gradient(135deg, var(--sh-primary-blue), var(--sh-teal));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bd-h2 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 26px !important;
  line-height: 1.3 !important;
  color: var(--sh-deep-navy) !important;
  margin: 44px 0 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--sh-sage-green);
  scroll-margin-top: 20px;
}
.bd-h2__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  background: linear-gradient(135deg, var(--sh-primary-blue), var(--sh-deep-navy));
  color: #fff;
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px -6px rgba(0, 113, 184, 0.5);
  flex-shrink: 0;
}
.bd-h2 > span:last-child { flex: 1; padding-top: 8px; }

.bd-list {
  list-style: none;
  padding: 20px 24px;
  margin: 10px 0 26px;
  background: linear-gradient(180deg, var(--sh-sky-blue) 0%, rgba(215, 237, 246, 0.3) 100%);
  border-radius: 12px;
  border-left: 4px solid var(--sh-primary-blue);
}
.bd-list li {
  position: relative;
  padding: 9px 0 9px 34px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-main);
  border-bottom: 1px dashed rgba(12, 38, 71, 0.08);
}
.bd-list li:last-child { border-bottom: none; }
.bd-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sh-primary-green);
  background-image:
    linear-gradient(135deg, var(--sh-primary-green), #8fb02d);
  box-shadow: 0 3px 8px -2px rgba(166, 204, 57, 0.5);
}
.bd-list li::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 17px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.bd-quote {
  position: relative;
  background: linear-gradient(135deg, var(--sh-deep-navy) 0%, var(--sh-primary-blue) 100%);
  color: #fff;
  padding: 40px 44px 32px;
  border-radius: 16px;
  margin: 34px 0;
  overflow: hidden;
  box-shadow: 0 16px 40px -18px rgba(12, 38, 71, 0.45);
}
.bd-quote::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 204, 57, 0.25) 0%, transparent 70%);
}
.bd-quote__mark {
  color: var(--sh-primary-green);
  opacity: 0.9;
  margin-bottom: 14px;
}
.bd-quote p {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.5;
  color: #fff !important;
  margin: 0 0 12px;
  font-weight: 500;
  font-style: normal;
}
.bd-quote cite {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 13px;
  color: var(--sh-primary-green);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-left: 26px;
}
.bd-quote cite::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background: var(--sh-primary-green);
}

.bd-tags {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(12, 38, 71, 0.08);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bd-tags__label {
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bd-tags__list { display: flex; flex-wrap: wrap; gap: 8px; }
.bd-tag {
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}
.bd-tag:hover { background: var(--sh-primary-blue); color: #fff; cursor: default; }

/* ---- CTA banner ---- */
.bd-cta-banner {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  background:
    radial-gradient(600px 200px at 10% 0%, rgba(166, 204, 57, 0.25), transparent 60%),
    linear-gradient(135deg, var(--sh-deep-navy) 0%, #0a1e39 100%);
  border-radius: 18px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  box-shadow: 0 20px 50px -20px rgba(12, 38, 71, 0.5);
}
.bd-cta-banner::after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 184, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.bd-cta-banner__text { position: relative; z-index: 1; }
.bd-cta-banner__eyebrow {
  display: block;
  color: var(--sh-primary-green);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bd-cta-banner__text h2 {
  color: #fff !important;
  font-family: var(--font-display) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  margin: 0 0 6px;
  line-height: 1.25;
}
.bd-cta-banner__text p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 15px;
  max-width: 500px;
}
.bd-cta-banner__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.bd-cta-banner__ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}
.bd-cta-banner__ghost:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* ---- Related ---- */
.bd-related { margin-top: 70px; }
.bd-related__head {
  text-align: center;
  margin-bottom: 34px;
}
.bd-related__head h2 {
  margin: 6px 0 12px;
  color: var(--sh-deep-navy);
}
.bd-related__rule {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: var(--sh-primary-green);
  border-radius: 2px;
}
.bd-related__card {
  display: block;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px -12px rgba(12, 38, 71, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  border: 1px solid rgba(12, 38, 71, 0.05);
  height: 100%;
  color: inherit;
}
.bd-related__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -14px rgba(12, 38, 71, 0.25);
  text-decoration: none;
  color: inherit;
}
.bd-related__media {
  height: 190px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bd-related__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--sh-primary-blue);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.bd-related__body { padding: 22px 22px 24px; }
.bd-related__body h3 {
  font-size: 17px !important;
  line-height: 1.35 !important;
  color: var(--sh-deep-navy) !important;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-related__body p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-related__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: gap 0.2s ease;
}
.bd-related__card:hover .bd-related__more { gap: 10px; color: var(--sh-primary-green); }

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
  .bd-hero { padding: 100px 0 70px; }
  .bd-hero__title { font-size: 34px !important; }
  .bd-body { padding: 36px 32px; }
  .bd-side-card { padding: 20px; }
}

@media (max-width: 767.98px) {
  .bd-hero { padding: 80px 0 60px; }
  .bd-hero__title { font-size: 26px !important; }
  .bd-hero__excerpt { font-size: 15px; }
  .bd-hero__meta { gap: 16px; }
  .bd-hero__stats { gap: 12px; }

  .bd-article { padding: 40px 0 60px; }
  .bd-body { padding: 26px 20px; border-radius: 12px; }
  .bd-p { font-size: 15.5px; }
  .bd-p--lead::first-letter { font-size: 48px; padding: 4px 8px 0 0; }
  .bd-h2 { font-size: 20px !important; gap: 10px; }
  .bd-h2__num { min-width: 38px; height: 38px; font-size: 12px; }
  .bd-h2 > span:last-child { padding-top: 6px; }
  .bd-list { padding: 16px 18px; }
  .bd-quote { padding: 28px 24px 24px; }
  .bd-quote p { font-size: 18px; }

  .bd-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .bd-cta-banner__text h2 { font-size: 20px !important; }
  .bd-cta-banner__actions { width: 100%; flex-direction: column; }
  .bd-cta-banner__actions .btn { width: 100%; text-align: center; }
}

/* ==========================================================================
   Our Locations — home section, list page, cards
   ========================================================================== */
.locations-section {
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(0, 113, 184, 0.06), transparent 60%),
    radial-gradient(900px 400px at 110% 10%, rgba(166, 204, 57, 0.08), transparent 60%),
    var(--sh-white);
  position: relative;
  overflow: hidden;
}
.locations-section--full {
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(0, 113, 184, 0.06), transparent 60%),
    var(--sh-white);
}

/* Header row — same layout as specialities-header */
.locations-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.locations-header__text {
  flex: 1 1 320px;
  max-width: 720px;
}
.locations-header__text .subheading {
  display: inline-block;
  margin-bottom: 8px;
}
.locations-header__text p {
  color: var(--sh-charcoal);
}
.locations-header__cta {
  flex: 0 0 auto;
}
.locations-header__cta .btn {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .locations-header {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
  }
  .locations-header__cta { width: 100%; }
  .locations-header__cta .btn { width: 100%; display: block; text-align: center; }
}

/* Intro block on the full page */
.locations-intro {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}
.locations-intro .subheading { display: inline-block; margin-bottom: 8px; }
.locations-intro p { color: var(--sh-charcoal); }

.locations-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding: 22px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 6px 20px rgba(12, 38, 71, 0.05);
}
.locations-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.locations-stat strong {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  color: var(--sh-primary-blue);
  line-height: 1;
}
.locations-stat span {
  font-size: 13px;
  color: var(--sh-charcoal);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .locations-stats { grid-template-columns: repeat(2, 1fr); }
  .locations-stat strong { font-size: 22px; }
}

/* -------------- Grid of location cards -------------- */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
@media (max-width: 575.98px) {
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* -------------- Individual location card -------------- */
.location-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 4px 14px rgba(12, 38, 71, 0.06);
  text-decoration: none !important;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.location-card:hover,
.location-card:focus {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(12, 38, 71, 0.14);
  border-color: var(--sh-primary-blue);
  color: inherit;
  text-decoration: none;
}

.location-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.location-card__badge {
  padding: 5px 12px;
  background: var(--sh-warm-gold);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(200, 164, 72, 0.3);
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}

.location-card__city {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: var(--sh-sky-blue);
  color: var(--sh-deep-navy);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  border-radius: 999px;
  line-height: 1.4;
}
.location-card__pin {
  color: var(--sh-primary-blue);
  flex-shrink: 0;
}

.location-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 20px;
  flex-grow: 1;
}
.location-card__title {
  font-family: var(--font-display) !important;
  font-size: 18px !important;
  font-weight: 700;
  color: var(--sh-deep-navy);
  margin: 0;
  line-height: 1.3;
}
.location-card__address {
  font-size: 13px;
  color: var(--sh-charcoal);
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.location-card__chips {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.location-card__chip {
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  letter-spacing: 0.02em;
}
.location-card__cta {
  margin-top: auto;
  padding-top: 12px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-top: 1px solid rgba(12, 38, 71, 0.06);
}
.location-card__arrow {
  display: inline-block;
  transition: transform .25s ease;
}
.location-card:hover .location-card__cta .location-card__arrow,
.location-card:hover .location-card__arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   Blog listing (used on home section + /blog page)
   ========================================================================== */
.blog-list { background: #f7f9fc; }

.blog-list__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px;
}
.blog-list__intro .subheading {
  display: inline-block;
  margin-bottom: 6px;
}
.blog-list__intro h2 {
  margin: 0 0 12px;
  color: var(--sh-deep-navy);
}
.blog-list__intro p { color: var(--text-muted); margin: 0; }

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
@media (max-width: 991.98px) {
  .blog-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .blog-list-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ---- Card ---- */
.blog-list-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 6px 20px -12px rgba(12, 38, 71, 0.18);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  height: 100%;
}
.blog-list-card:hover,
.blog-list-card:focus {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -16px rgba(12, 38, 71, 0.25);
  border-color: var(--sh-primary-blue);
  color: inherit;
  text-decoration: none;
}

.blog-list-card__media {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.blog-list-card:hover .blog-list-card__media { transform: scale(1.02); }

.blog-list-card__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.blog-list-card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-list-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 12.5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.blog-list-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.blog-list-card__meta svg { color: var(--sh-primary-blue); }
.blog-list-card__dot { color: var(--sh-stone-grey); }

.blog-list-card__title {
  font-family: var(--font-display) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: var(--sh-deep-navy) !important;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}
.blog-list-card:hover .blog-list-card__title { color: var(--sh-primary-blue) !important; }

.blog-list-card__excerpt {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list-card__foot {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(12, 38, 71, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.blog-list-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.blog-list-card__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sh-primary-blue), var(--sh-teal));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.blog-list-card__author > div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}
.blog-list-card__author strong {
  font-size: 12.5px;
  color: var(--sh-deep-navy);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
.blog-list-card__author span {
  font-size: 10.5px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}

.blog-list-card__more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: gap 0.2s ease, color 0.2s ease;
}
.blog-list-card:hover .blog-list-card__more {
  gap: 9px;
  color: var(--sh-primary-green);
}

/* ==========================================================================
   About Us Page — v2 (richer design)
   ========================================================================== */

/* ---------- shared bits ---------- */
.ab2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.ab2-eyebrow__dot {
  width: 22px;
  height: 2px;
  background: var(--sh-primary-green);
  border-radius: 2px;
  display: inline-block;
}
.ab2-eyebrow__dot--green { background: var(--sh-primary-green); }
.ab2-eyebrow__dot--gold  { background: var(--sh-warm-gold); }
.ab2-eyebrow--onDark { color: var(--sh-primary-green); }
.ab2-eyebrow--gold   { color: var(--sh-warm-gold); }

.ab2-highlight { color: var(--sh-primary-blue); font-style: italic; font-weight: 800; }
.ab2-highlight--green { color: var(--sh-primary-green); }
.ab2-highlight--gold  { color: var(--sh-warm-gold); }

/* Shared section-heading style — matches About section title */
.sh-hero-heading {
  font-family: var(--font-display) !important;
  font-size: 38px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}
@media (max-width: 991.98px) {
  .sh-hero-heading { font-size: 30px !important; }
}
@media (max-width: 575.98px) {
  .sh-hero-heading { font-size: 24px !important; }
}

.ab2-underline {
  display: inline-block;
  position: relative;
}
/* ---------- INTRO ---------- */
.ab2-intro {
  position: relative;
  padding: 90px 0 100px;
  background: #fff;
  overflow: hidden;
}
.ab2-intro__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.5;
}
.ab2-intro__glow--tl {
  top: -80px;
  left: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(215, 237, 246, 0.9), transparent 70%);
}
.ab2-intro__glow--br {
  bottom: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(166, 204, 57, 0.25), transparent 70%);
}

.ab2-intro__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ab2-intro__media {
  position: relative;
  padding: 20px 30px 30px 30px;
}
.ab2-intro__blob {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--sh-sky-blue) 0%, var(--sh-sage-green) 100%);
  border-radius: 50% 44% 40% 60% / 55% 45% 55% 45%;
  transform: rotate(-4deg);
  z-index: 0;
  opacity: 0.6;
}
.ab2-intro__dots {
  position: absolute;
  top: 20px;
  right: 0;
  width: 96px;
  height: 96px;
  background-image: radial-gradient(circle, var(--sh-primary-blue) 1.6px, transparent 1.6px);
  background-size: 14px 14px;
  opacity: 0.35;
  z-index: 0;
}
.ab2-intro__frame {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 70px -30px rgba(12, 38, 71, 0.5);
  border: 6px solid #fff;
}
.ab2-intro__frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ab2-intro__badge {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 20px 40px -18px rgba(12, 38, 71, 0.35);
  border: 1px solid rgba(12, 38, 71, 0.05);
  z-index: 2;
}
.ab2-intro__badge strong {
  display: block;
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
}
.ab2-intro__badge span {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 600;
}
.ab2-intro__badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab2-intro__badge-icon--red {
  background: linear-gradient(135deg, #fde3de, #fbeeea);
  color: var(--sh-soft-coral);
}
.ab2-intro__badge--top    { top: 40px; right: -20px; }
.ab2-intro__badge--bottom { bottom: 60px; left: -30px; }

.ab2-intro__ribbon {
  position: absolute;
  right: -30px;
  bottom: -14px;
  background: linear-gradient(135deg, var(--sh-warm-gold), #d9b96b);
  color: #fff;
  padding: 12px 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 16px 30px -12px rgba(200, 164, 72, 0.6);
  z-index: 3;
}
.ab2-intro__ribbon svg { color: #fff; opacity: 0.95; width: 32px; height: 32px; }
.ab2-intro__ribbon strong {
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.ab2-intro__ribbon span {
  display: block;
  font-size: 11px;
  opacity: 0.9;
  margin-top: 2px;
}

.ab2-intro__title {
  font-family: var(--font-display);
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}
.ab2-intro__lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--sh-deep-navy);
  font-weight: 500;
  margin: 0 0 16px;
}
.ab2-intro__body > p:not(.ab2-intro__lead) {
  color: var(--text-main);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.ab2-intro__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.ab2-linkbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: gap 0.2s ease;
}
.ab2-linkbtn:hover { color: var(--sh-deep-navy); text-decoration: none; gap: 12px; }

@media (max-width: 991.98px) {
  .ab2-intro__grid { grid-template-columns: 1fr; gap: 60px; }
  .ab2-intro__title { font-size: 34px; }
  .ab2-intro__ribbon { right: 10px; }
}
@media (max-width: 575.98px) {
  .ab2-intro { padding: 60px 0 70px; }
  .ab2-intro__title { font-size: 26px; }
  .ab2-intro__badge { padding: 10px 14px; }
  .ab2-intro__badge strong { font-size: 18px; }
  .ab2-intro__ribbon { padding: 10px 14px; right: 10px; }
}

/* ---------- VISION & MISSION ---------- */
.ab2-vm { padding: 40px 0 60px; background: #fff; }
.ab2-vm__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.ab2-vm__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 36px 34px 34px;
  min-height: 240px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ab2-vm__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -20px rgba(12, 38, 71, 0.28);
}
.ab2-vm__card--vision {
  background: linear-gradient(135deg, #0c2647 0%, #0071b8 100%);
  color: #fff;
}
.ab2-vm__card--mission {
  background: linear-gradient(135deg, #f5faff 0%, #e0eff9 100%);
  color: var(--sh-deep-navy);
  border: 1px solid rgba(12, 38, 71, 0.06);
}
.ab2-vm__number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.08;
  color: currentColor;
  letter-spacing: -0.04em;
}
.ab2-vm__ribbon {
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 204, 57, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
.ab2-vm__card--mission .ab2-vm__ribbon {
  background: radial-gradient(circle, rgba(0, 113, 184, 0.14) 0%, transparent 70%);
}
.ab2-vm__icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--sh-primary-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.ab2-vm__card--mission .ab2-vm__icon {
  background: #fff;
  color: var(--sh-primary-blue);
  box-shadow: 0 8px 20px -8px rgba(0, 113, 184, 0.35);
}
.ab2-vm__label {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.75;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.ab2-vm__title {
  font-family: var(--font-display) !important;
  color: currentColor !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.ab2-vm__card p {
  color: currentColor;
  opacity: 0.88;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 42ch;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .ab2-vm__grid { grid-template-columns: 1fr; }
  .ab2-vm__card { padding: 28px 26px; }
}

/* ---------- CORE VALUES (dark section) ---------- */
.ab2-values {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(800px 320px at 20% 0%, rgba(0, 113, 184, 0.30), transparent 65%),
    radial-gradient(700px 280px at 90% 100%, rgba(166, 204, 57, 0.18), transparent 65%),
    linear-gradient(160deg, #0c2647 0%, #071a35 100%);
  color: #fff;
  overflow: hidden;
}
.ab2-values__pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.7;
  pointer-events: none;
}
.ab2-values > .container { position: relative; z-index: 1; }
.ab2-values__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 54px;
}
.ab2-values__head h2 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.ab2-values__head p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.ab2-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.ab2-value {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 26px 22px 24px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.ab2-value::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--tone, var(--sh-primary-blue));
  opacity: 0.9;
}
.ab2-value--blue  { --tone: #4aa3d8; }
.ab2-value--teal  { --tone: var(--sh-teal); }
.ab2-value--gold  { --tone: var(--sh-warm-gold); }
.ab2-value--green { --tone: var(--sh-primary-green); }
.ab2-value--coral { --tone: var(--sh-soft-coral); }

.ab2-value:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.ab2-value__num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: var(--font-display);
  color: rgba(255, 255, 255, 0.14);
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ab2-value__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--tone, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}
.ab2-value:hover .ab2-value__icon { transform: scale(1.06) rotate(-3deg); }
.ab2-value__title {
  font-family: var(--font-display) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
}
.ab2-value__text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .ab2-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .ab2-values { padding: 70px 0; }
  .ab2-values__head h2 { font-size: 28px; }
  .ab2-values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .ab2-values__grid { grid-template-columns: 1fr; }
}

/* ---------- WHY CHOOSE ---------- */
.ab2-why {
  padding: 100px 0;
  background: #fff;
}
.ab2-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ab2-why__title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0 0 18px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.ab2-why__lead {
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0 0 30px;
  max-width: 44ch;
}

/* ---- Media collage ---- */
.ab2-why__media {
  position: relative;
  aspect-ratio: 1 / 1;
}
.ab2-why__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background: linear-gradient(135deg, var(--sh-sky-blue), var(--sh-sage-green));
  border-radius: 24px;
  transform: rotate(4deg);
  z-index: 0;
}
.ab2-why__image {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(12, 38, 71, 0.4);
  border: 6px solid #fff;
}
.ab2-why__image--main {
  top: 6%;
  left: 0;
  width: 78%;
  height: 78%;
}
.ab2-why__image--small {
  bottom: 0;
  right: 0;
  width: 46%;
  height: 46%;
  z-index: 2;
}
.ab2-why__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab2-why__floater {
  position: absolute;
  top: 6%;
  right: -20px;
  background: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 20px 40px -14px rgba(12, 38, 71, 0.35);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  border: 1px solid rgba(12, 38, 71, 0.05);
}
.ab2-why__floater-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--sh-soft-coral), #f0a26a);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ab2-why__floater strong {
  display: block;
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}
.ab2-why__floater span {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}

/* ---- Accordion ---- */
.ab2-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ab2-acc__item {
  border: 1px solid rgba(12, 38, 71, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.ab2-acc__item.is-open {
  border-color: var(--sh-primary-blue);
  box-shadow: 0 12px 26px -14px rgba(0, 113, 184, 0.35);
}
.ab2-acc__q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-align: left;
}
.ab2-acc__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}
.ab2-acc__item.is-open .ab2-acc__num {
  background: var(--sh-primary-blue);
  color: #fff;
}
.ab2-acc__label {
  flex: 1;
  font-family: var(--font-display);
  color: var(--sh-deep-navy);
  font-weight: 700;
  font-size: 15px;
}
.ab2-acc__item.is-open .ab2-acc__label { color: var(--sh-primary-blue); }
.ab2-acc__toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sh-soft-coral), #f0a26a);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}
.ab2-acc__item.is-open .ab2-acc__toggle {
  background: linear-gradient(135deg, var(--sh-primary-blue), var(--sh-deep-navy));
  transform: rotate(90deg);
}
.ab2-acc__a {
  padding: 0 22px 18px 66px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  animation: ab2-fade 0.28s ease;
}
@keyframes ab2-fade {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
  .ab2-why__grid { grid-template-columns: 1fr; gap: 60px; }
  .ab2-why__title { font-size: 30px; }
  .ab2-why__media { max-width: 560px; margin: 0 auto; }
}
@media (max-width: 575.98px) {
  .ab2-why { padding: 60px 0; }
  .ab2-why__title { font-size: 24px; }
  .ab2-why__floater { right: 0; padding: 10px 14px; }
  .ab2-why__floater strong { font-size: 16px; }
  .ab2-acc__q { padding: 14px; }
  .ab2-acc__a { padding: 0 16px 14px 60px; }
}

/* ---------- AWARDS ---------- */
.ab2-awards {
  position: relative;
  padding: 90px 0 35px;
  background:
    linear-gradient(180deg, #fffbea 0%, #fff8e0 55%, #fff 100%);
  overflow: hidden;
}
.ab2-awards__pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 12% 22%, rgba(200, 164, 72, 0.4), transparent),
    radial-gradient(2px 2px at 78% 18%, rgba(200, 164, 72, 0.35), transparent),
    radial-gradient(3px 3px at 42% 55%, rgba(200, 164, 72, 0.25), transparent),
    radial-gradient(2px 2px at 88% 65%, rgba(200, 164, 72, 0.35), transparent),
    radial-gradient(1.5px 1.5px at 20% 78%, rgba(200, 164, 72, 0.45), transparent);
  background-size: 500px 500px;
  opacity: 0.8;
  pointer-events: none;
}
.ab2-awards > .container { position: relative; z-index: 1; }
.ab2-awards__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px;
}
.ab2-awards__head h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.ab2-awards__head p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.ab2-awards__card {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.ab2-awards__badge {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sh-warm-gold), #d9b96b);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 44px -12px rgba(200, 164, 72, 0.6);
  z-index: 2;
  border: 6px solid #fff;
}
.ab2-awards__image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(12, 38, 71, 0.35);
  border: 8px solid #fff;
}
.ab2-awards__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .ab2-awards { padding: 70px 0 80px; }
  .ab2-awards__head h2 { font-size: 24px; }
  .ab2-awards__badge { width: 66px; height: 66px; top: -26px; }
  .ab2-awards__badge svg { width: 40px; height: 40px; }
}

/* ---------- STATS ---------- */
.ab2-stats {
  padding: 60px 0 100px;
  background: #fff;
}
.ab2-stats--home { padding: 80px 0; background: #f7f9fc; }
.ab2-stats__intro {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 40px;
}
.ab2-stats__intro h2 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.ab2-stats__intro p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 575.98px) {
  .ab2-stats__intro h2 { font-size: 24px; }
}
.ab2-stats__card {
  background:
    radial-gradient(600px 240px at 12% 0%, rgba(166, 204, 57, 0.25), transparent 65%),
    linear-gradient(135deg, var(--sh-deep-navy) 0%, #0a1e39 100%);
  border-radius: 22px;
  padding: 40px 36px;
  color: #fff;
  box-shadow: 0 30px 60px -24px rgba(12, 38, 71, 0.5);
  position: relative;
  overflow: hidden;
}
.ab2-stats__card::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 184, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.ab2-stats__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}
.ab2-stats__grid > .ab2-stat + .ab2-stat {
  border-left: 1px dashed rgba(255, 255, 255, 0.16);
}
.ab2-stat {
  padding: 4px 16px;
  text-align: center;
}
.ab2-stat__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--sh-primary-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.ab2-stat__value {
  display: block;
  font-family: var(--font-display);
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.ab2-stat__label {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .ab2-stats__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ab2-stats__grid > .ab2-stat + .ab2-stat { border-left: none; }
  .ab2-stat__value { font-size: 32px; }
}
@media (max-width: 575.98px) {
  .ab2-stats { padding: 40px 0 70px; }
  .ab2-stats__card { padding: 30px 22px; }
  .ab2-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .ab2-stat__value { font-size: 26px; }
}

/* ==========================================================================
   Contact Hub — interactive location picker + form + map
   ========================================================================== */
.contact-hub {
  background:
    radial-gradient(1000px 400px at 90% -10%, rgba(0, 113, 184, 0.06), transparent 60%),
    var(--sh-white);
}
.contact-hub__head {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}
.contact-hub__head .subheading { display: inline-block; margin-bottom: 8px; }
.contact-hub__head p { color: var(--sh-charcoal); margin: 0; }

/* Picker chips — horizontal scroller with prev/next */
.contact-hub__picker-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 4px 0;
}
.contact-hub__picker {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px;
  flex: 1 1 auto;
  min-width: 0;
  scroll-snap-type: x proximity;
  margin-bottom: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.contact-hub__picker::-webkit-scrollbar { display: none; }
.contact-hub__picker .contact-chip { scroll-snap-align: start; flex: 0 0 auto; }

.contact-hub__picker-nav {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(12, 38, 71, 0.15);
  background: #fff;
  color: var(--sh-deep-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(12, 38, 71, 0.06);
  z-index: 2;
}
.contact-hub__picker-nav i { font-size: 14px; line-height: 1; }
.contact-hub__picker-nav:hover:not(:disabled) {
  background: var(--sh-primary-blue);
  border-color: var(--sh-primary-blue);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 113, 184, 0.28);
}
.contact-hub__picker-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .contact-hub__picker-nav { width: 36px; height: 36px; }
  .contact-hub__picker-nav i { font-size: 12px; }
}
.contact-chip {
  border: 1px solid rgba(12, 38, 71, 0.12);
  background: #fff;
  color: var(--sh-deep-navy);
  padding: 10px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s ease;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 150px;
  text-align: left;
  font-family: var(--font-sans);
}
.contact-chip:hover {
  border-color: var(--sh-primary-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(12, 38, 71, 0.08);
}
.contact-chip.is-active {
  background: var(--sh-primary-blue);
  border-color: var(--sh-primary-blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 113, 184, 0.25);
}
.contact-chip__city {
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.contact-chip__name {
  font-size: 11.5px;
  opacity: 0.85;
  font-weight: 500;
}
.contact-chip.is-active .contact-chip__name { opacity: 1; }

/* Grid: form left, map+details right */
.contact-hub__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .contact-hub__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Form card */
.contact-hub__form-wrap {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 6px 20px rgba(12, 38, 71, 0.05);
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.contact-hub__form-head { margin-bottom: 18px; }
.contact-hub__form-head h3 {
  font-family: var(--font-display) !important;
  font-size: 20px !important;
  font-weight: 700;
  color: var(--sh-deep-navy);
  margin: 0 0 4px;
}
.contact-hub__form-head p {
  color: var(--sh-charcoal);
  font-size: 13.5px;
  margin: 0;
}
.contact-hub__form .form-control {
  border: 1px solid rgba(12, 38, 71, 0.12);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--font-sans);
  font-size: 14px;
  background: #fbfbfd;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-hub__form .form-control:focus {
  border-color: var(--sh-primary-blue);
  box-shadow: 0 0 0 3px rgba(0, 113, 184, 0.12);
  outline: none;
  background: #fff;
}
.contact-hub__form textarea.form-control { resize: vertical; min-height: 120px; }

/* Map + details column */
.contact-hub__map-wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 6px 20px rgba(12, 38, 71, 0.05);
}
.contact-hub__map {
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 10;
  background: var(--sh-sky-blue);
}
.contact-hub__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.contact-hub__details {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-hub__details-head { display: flex; flex-direction: column; gap: 4px; }
.contact-hub__badge {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sh-warm-gold);
  color: #fff;
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(200, 164, 72, 0.3);
}
.contact-hub__details-head h3 {
  font-family: var(--font-display) !important;
  font-size: 20px !important;
  font-weight: 700;
  color: var(--sh-deep-navy);
  margin: 6px 0 0;
}
.contact-hub__tagline {
  color: var(--sh-charcoal);
  font-size: 13.5px;
  margin: 0;
}
.contact-hub__info {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px dashed rgba(12, 38, 71, 0.12);
  padding-top: 14px;
}
.contact-hub__info li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--sh-deep-navy);
  line-height: 1.5;
}
.contact-hub__info a {
  color: var(--sh-primary-blue);
  text-decoration: none;
  font-weight: 600;
}
.contact-hub__info a:hover { text-decoration: underline; }
.contact-hub__info-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.contact-hub__actions .btn {
  display: inline-flex;
  align-items: center;
  font-size: 13.5px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .contact-hub__form-wrap { padding: 22px; }
  .contact-hub__map { min-height: 260px; }
  .contact-hub__details { padding: 20px; }
  .contact-hub__details-head h3 { font-size: 18px !important; }
  .contact-chip { min-width: 130px; padding: 8px 12px; }
}

/* Contact page — all-locations block */
.contact-locations { padding-top: 40px; }

/* ==========================================================================
   Location Detail Page (ld-*)
   ========================================================================== */
.ld-page {
  background:
    radial-gradient(900px 400px at 0% 0%, rgba(0, 113, 184, 0.05), transparent 60%),
    radial-gradient(900px 400px at 100% 20%, rgba(166, 204, 57, 0.06), transparent 60%),
    #f7f9fb;
}

/* Shared building blocks */
.ld-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 10px 30px rgba(12, 38, 71, 0.05);
  padding: 40px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .ld-card { padding: 24px; border-radius: 16px; }
}

.ld-eyebrow {
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.ld-eyebrow--on-tint { color: var(--sh-primary-blue); }
.ld-eyebrow--on-dark { color: var(--sh-primary-green); }

.ld-rule {
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
  margin: 14px 0 22px;
}
.ld-rule--center { margin-left: auto; margin-right: auto; }

.ld-section__head { margin-bottom: 22px; }
.ld-section__head--center { text-align: center; margin-bottom: 30px; }
.ld-section__title {
  font-family: var(--font-display) !important;
  font-size: 26px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
  .ld-section__title { font-size: 22px !important; }
}

/* ------------ Hero card ------------ */
.ld-hero {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: stretch;
  min-height: 440px;
}
@media (max-width: 991.98px) {
  .ld-hero { grid-template-columns: 1fr; min-height: auto; }
}

.ld-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: var(--sh-sky-blue);
}
.ld-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}
.ld-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(12, 38, 71, 0.55) 0%,
    rgba(12, 38, 71, 0.15) 40%,
    rgba(12, 38, 71, 0) 65%
  );
  pointer-events: none;
}
.ld-hero__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 6px 14px;
  background: var(--sh-warm-gold);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(200, 164, 72, 0.42);
}
.ld-hero__city {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  color: var(--sh-deep-navy);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  border-radius: 999px;
}
.ld-hero__city svg { color: var(--sh-primary-blue); }

.ld-hero__body {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .ld-hero__body { padding: 28px 24px; }
}
.ld-hero__title {
  font-family: var(--font-display) !important;
  font-size: 30px !important;
  font-weight: 800;
  color: var(--sh-primary-blue);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.015em;
}
.ld-hero__highlight { color: var(--sh-deep-navy); }
@media (max-width: 767.98px) {
  .ld-hero__title { font-size: 22px !important; }
}
.ld-hero__intro {
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.ld-hero__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}
.ld-hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sh-deep-navy);
  text-decoration: none !important;
}
.ld-hero__phone:hover { color: var(--sh-primary-blue); }
.ld-hero__phone-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.ld-hero__phone small {
  display: block;
  font-size: 11px;
  color: var(--sh-charcoal);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}
.ld-hero__phone strong {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--sh-deep-navy);
  font-weight: 700;
  line-height: 1.2;
}

/* ------------ Stats panel (per-hospital — dark navy) ------------
   Single dark navy card with 3 stats separated by subtle dashed dividers,
   primary-green icons on a deep-navy field. */
.ld-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 44px;
  padding: 34px 24px;
  border-radius: 22px;
  background:
    radial-gradient(520px 260px at 12% 15%, rgba(166, 204, 57, 0.14), transparent 60%),
    radial-gradient(520px 260px at 92% 90%, rgba(0, 113, 184, 0.10), transparent 60%),
    linear-gradient(135deg, var(--sh-deep-navy) 0%, #0e2c50 100%);
  box-shadow: 0 20px 44px rgba(12, 38, 71, 0.25);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .ld-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
    padding: 30px 20px;
  }
}
@media (max-width: 575.98px) {
  .ld-stats {
    grid-template-columns: 1fr;
    row-gap: 28px;
    padding: 26px 16px;
    border-radius: 18px;
  }
}

.ld-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6px 18px;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  gap: 0;
}
/* Subtle dashed vertical divider between stats */
.ld-stat + .ld-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  border-left: 1px dashed rgba(255, 255, 255, 0.18);
}
@media (max-width: 991.98px) {
  .ld-stat + .ld-stat::before { display: none; }
}

.ld-stat__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--sh-primary-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(166, 204, 57, 0.22);
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.ld-stat:hover .ld-stat__icon {
  transform: translateY(-3px);
  background: rgba(166, 204, 57, 0.10);
  border-color: rgba(166, 204, 57, 0.42);
}

.ld-stat strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-block;
  min-height: 40px;
  margin-bottom: 12px;
}
.ld-stat__label {
  color: rgba(255, 255, 255, 0.60);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .ld-stat strong { font-size: 34px; }
  .ld-stat__icon { width: 44px; height: 44px; margin-bottom: 16px; }
}
@media (max-width: 575.98px) {
  .ld-stat { padding: 4px 12px; }
  .ld-stat strong { font-size: 28px; margin-bottom: 8px; }
  .ld-stat__icon { width: 40px; height: 40px; border-radius: 10px; margin-bottom: 14px; }
}

/* ------------ Why Choose Us / Departments ------------ */
.ld-why__intro {
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 4px;
  max-width: 820px;
}
.ld-why__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}
.ld-why__list--stacked {
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .ld-why__list { grid-template-columns: 1fr; }
}
.ld-why__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--sh-deep-navy);
  font-weight: 500;
  line-height: 1.55;
}
.ld-why__item strong {
  color: var(--sh-primary-blue);
  font-weight: 700;
  margin-right: 2px;
}
.ld-why__tick {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--sh-primary-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 4px 10px rgba(166, 204, 57, 0.35);
}
.ld-why__closing {
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
  padding: 18px 20px;
  background: linear-gradient(90deg, rgba(0, 113, 184, 0.06), rgba(166, 204, 57, 0.06));
  border-left: 3px solid var(--sh-primary-blue);
  border-radius: 8px;
}

/* ------------ Facilities ------------ */
.ld-facilities-card__intro {
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 4px;
  max-width: 780px;
}
.ld-facilities-card--intro-only .ld-section__head { margin-bottom: 18px; }
.ld-facilities-card--intro-only .ld-facilities-card__intro {
  color: #6f9a1e;
  font-weight: 600;
  margin: 0;
}
.ld-facilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 4px;
}
.ld-facilities--rich { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 991.98px) {
  .ld-facilities,
  .ld-facilities--rich { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .ld-facilities,
  .ld-facilities--rich { grid-template-columns: 1fr; }
}
.ld-facility {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 14px;
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid transparent;
}
.ld-facility:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(12, 38, 71, 0.1);
}
.ld-facility__header {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ld-facility__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.ld-facility__label {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--sh-deep-navy);
}
.ld-facility--blue     { background: #dbeaf5; border-color: rgba(0, 113, 184, 0.15); }
.ld-facility--blue     .ld-facility__icon { color: var(--sh-primary-blue); }
.ld-facility--coral    { background: #f7dcd0; border-color: rgba(232, 105, 90, 0.18); }
.ld-facility--coral    .ld-facility__icon { color: var(--sh-soft-coral); }
.ld-facility--green    { background: #e2ecc7; border-color: rgba(166, 204, 57, 0.24); }
.ld-facility--green    .ld-facility__icon { color: #6f9a1e; }
.ld-facility--lavender { background: #e0e4f4; border-color: rgba(106, 113, 168, 0.18); }
.ld-facility--lavender .ld-facility__icon { color: #6a71a8; }

/* Icon-less facility tile — centered label only */
.ld-facility--no-icon {
  justify-content: center;
  text-align: center;
  padding: 20px 18px;
  min-height: 78px;
}
.ld-facility--no-icon .ld-facility__header {
  justify-content: center;
  gap: 0;
  width: 100%;
}
.ld-facility--no-icon .ld-facility__label {
  font-size: 14px;
  line-height: 1.35;
}

/* Facilities closing paragraph */
.ld-facilities-card__closing {
  margin: 24px 0 0;
  padding: 18px 22px;
  background: linear-gradient(90deg, rgba(0, 113, 184, 0.05), rgba(166, 204, 57, 0.05));
  border-left: 3px solid var(--sh-primary-blue);
  border-radius: 8px;
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.7;
}

/* Rich facility variant — vertical, with sub-items */
.ld-facility--rich {
  flex-direction: column;
  align-items: stretch;
  padding: 22px 22px 20px;
  gap: 14px;
}
.ld-facility--rich .ld-facility__label { font-size: 15.5px; }
.ld-facility--rich.ld-facility--blue     .ld-facility__label { color: var(--sh-primary-blue); }
.ld-facility--rich.ld-facility--coral    .ld-facility__label { color: var(--sh-soft-coral); }
.ld-facility--rich.ld-facility--green    .ld-facility__label { color: #6f9a1e; }
.ld-facility--rich.ld-facility--lavender .ld-facility__label { color: #6a71a8; }
.ld-facility__desc {
  margin: 0;
  font-size: 13.5px;
  color: var(--sh-deep-navy);
  line-height: 1.55;
  opacity: 0.85;
}
.ld-facility__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ld-facility__sublist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  color: var(--sh-deep-navy);
  line-height: 1.5;
}
.ld-facility__subtick {
  flex: 0 0 auto;
  color: var(--sh-primary-green);
  margin-top: 2px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ------------ FAQ card ------------ */
.ld-faq-card {
  background:
    radial-gradient(600px 200px at 50% 0%, rgba(0, 113, 184, 0.05), transparent 70%),
    #fff;
}
.ld-faq__title-em { color: var(--sh-primary-blue); }
.ld-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
}
@media (max-width: 767.98px) {
  .ld-faq__grid { grid-template-columns: 1fr; gap: 8px; }
}
.ld-faq__col { display: flex; flex-direction: column; gap: 10px; }

.ld-faq__item {
  border-radius: 12px;
  background: #fbfcfd;
  border: 1px solid rgba(12, 38, 71, 0.05);
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.ld-faq__item.is-open {
  background: #fff;
  border-color: rgba(0, 113, 184, 0.18);
  box-shadow: 0 6px 20px rgba(12, 38, 71, 0.07);
}
.ld-faq__q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--sh-deep-navy);
  line-height: 1.45;
}
.ld-faq__q:hover .ld-faq__q-text { color: var(--sh-primary-blue); }
.ld-faq__toggle {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--sh-soft-coral);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(232, 105, 90, 0.32);
  transition: background .2s ease, transform .2s ease;
}
.ld-faq__item.is-open .ld-faq__toggle {
  background: var(--sh-deep-navy);
  box-shadow: 0 4px 12px rgba(12, 38, 71, 0.32);
}
.ld-faq__q-text { flex: 1 1 auto; padding-top: 6px; }
.ld-faq__a {
  padding: 0 16px 14px 62px;
  color: var(--sh-charcoal);
  font-size: 14px;
  line-height: 1.65;
}

/* ------------ Contact + Map ------------ */
.ld-contact {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  overflow: hidden;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .ld-contact { grid-template-columns: 1fr; }
}
.ld-contact__info {
  padding: 40px 40px 32px;
  background: linear-gradient(160deg, rgba(0, 113, 184, 0.04), rgba(255, 255, 255, 0.9));
}
@media (max-width: 767.98px) {
  .ld-contact__info { padding: 28px 24px; }
}
.ld-contact__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ld-contact__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.ld-contact__list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 12.5px;
  color: var(--sh-charcoal);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2px;
}
.ld-contact__list p {
  margin: 0;
  font-size: 14.5px;
  color: var(--sh-deep-navy);
  line-height: 1.5;
}
.ld-contact__list a {
  color: var(--sh-primary-blue);
  text-decoration: none;
  font-weight: 600;
}
.ld-contact__list a:hover { text-decoration: underline; }
.ld-contact__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ld-contact__icon--pin   { background: rgba(0, 113, 184, 0.14); color: var(--sh-primary-blue); }
.ld-contact__icon--phone { background: rgba(76, 181, 171, 0.18); color: var(--sh-teal); }
.ld-contact__icon--mail  { background: rgba(232, 105, 90, 0.18); color: var(--sh-soft-coral); }
.ld-contact__icon--clock { background: rgba(166, 204, 57, 0.22); color: #6f9a1e; }

.ld-contact__directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--sh-primary-blue);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background .25s ease, transform .25s ease;
  box-shadow: 0 6px 16px rgba(0, 113, 184, 0.28);
}
.ld-contact__directions:hover {
  background: var(--sh-deep-navy);
  transform: translateY(-2px);
}
.ld-contact__map {
  min-height: 360px;
  background: var(--sh-sky-blue);
}
.ld-contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  border: 0;
}

/* ------------ CTA banner ------------ */
.ld-cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(600px 240px at 90% 100%, rgba(166, 204, 57, 0.18), transparent 70%),
    linear-gradient(135deg, var(--sh-deep-navy) 0%, #113a63 100%);
  padding: 42px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  color: #fff;
  box-shadow: 0 20px 44px rgba(12, 38, 71, 0.28);
}
@media (max-width: 767.98px) {
  .ld-cta-banner {
    grid-template-columns: 1fr;
    padding: 34px 26px;
    text-align: center;
  }
}
.ld-cta-banner__decor {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(166, 204, 57, 0.35), transparent 70%);
  pointer-events: none;
}
.ld-cta-banner__body { position: relative; z-index: 2; }
.ld-cta-banner__title {
  font-family: var(--font-display) !important;
  font-size: 30px !important;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
  .ld-cta-banner__title { font-size: 24px !important; }
}
.ld-cta-banner__text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 520px;
}
@media (max-width: 767.98px) {
  .ld-cta-banner__text { margin-left: auto; margin-right: auto; }
}
.ld-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .ld-cta-banner__actions { justify-content: center; }
}
.ld-cta-banner__btn {
  display: inline-block;
  padding: 13px 26px;
  background: var(--sh-primary-green);
  color: var(--sh-deep-navy) !important;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 8px 22px rgba(166, 204, 57, 0.42);
  letter-spacing: 0.02em;
}
.ld-cta-banner__btn:hover {
  background: #fff;
  transform: translateY(-2px);
  color: var(--sh-deep-navy);
}
.ld-cta-banner__ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color .25s ease, background .25s ease;
}
.ld-cta-banner__ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}
.ld-cta-banner__media {
  justify-self: end;
  max-width: 260px;
  position: relative;
  z-index: 2;
}
.ld-cta-banner__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}
@media (max-width: 767.98px) {
  .ld-cta-banner__media { justify-self: center; max-width: 200px; }
}

/* ==========================================================================
   Testimonials — redesigned patient story cards
   ========================================================================== */
.testimony-section--v2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 400px at 90% 0%, rgba(0, 113, 184, 0.08), transparent 60%),
    radial-gradient(700px 300px at -10% 100%, rgba(166, 204, 57, 0.12), transparent 60%),
    var(--sh-white) !important;
}
.testimony-section--v2 .heading-section p {
  color: var(--sh-charcoal);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.testimony-eyebrow {
  color: var(--sh-primary-blue) !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  margin-bottom: 8px !important;
  display: inline-block !important;
}

.testimony-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  .testimony-grid { grid-template-columns: 1fr; gap: 20px; max-width: 560px; margin: 8px auto 0; }
}

.testimony-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(12, 38, 71, 0.06);
  border-radius: 18px;
  padding: 32px 26px 24px;
  box-shadow: 0 12px 40px -16px rgba(12, 38, 71, 0.16),
              0 1px 3px rgba(12, 38, 71, 0.04);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
}
.testimony-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green), var(--sh-teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.testimony-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -18px rgba(12, 38, 71, 0.24);
  border-color: transparent;
}
.testimony-card:hover::before { transform: scaleX(1); }

.testimony-card__quote-mark {
  position: absolute;
  top: -18px;
  right: 18px;
  font-family: 'Georgia', serif;
  font-size: 140px;
  line-height: 1;
  color: var(--sh-sky-blue);
  opacity: 0.85;
  pointer-events: none;
  user-select: none;
}

.testimony-card__rating {
  display: inline-flex;
  gap: 3px;
  color: var(--sh-warm-gold);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.testimony-card__quote {
  position: relative;
  z-index: 1;
  color: var(--sh-charcoal);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 22px;
  font-style: italic;
}

.testimony-card__meta {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(12, 38, 71, 0.08);
  position: relative;
  z-index: 1;
}
.testimony-card__photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--sh-sky-blue);
  background-size: cover;
  background-position: center top;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(12, 38, 71, 0.15),
              0 0 0 2px var(--sh-primary-blue);
}
.testimony-card__who {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.testimony-card__who strong {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--sh-deep-navy);
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimony-card__who span {
  font-size: 12px;
  color: var(--sh-charcoal);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimony-card__tag {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .testimony-card { padding: 26px 20px 20px; }
  .testimony-card__quote-mark { font-size: 100px; top: -12px; right: 12px; }
  .testimony-card__quote { font-size: 14px; }
  .testimony-card__meta { grid-template-columns: 52px 1fr; }
  .testimony-card__tag { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
}

/* Trust bar below the cards */
.testimony-trust {
  margin-top: 48px;
  padding: 26px 32px;
  background: linear-gradient(135deg, var(--sh-deep-navy) 0%, #0a1e39 100%);
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  color: #fff;
  box-shadow: 0 20px 50px -20px rgba(12, 38, 71, 0.5);
  position: relative;
  overflow: hidden;
}
.testimony-trust::after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 204, 57, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.testimony-trust__item {
  position: relative;
  z-index: 1;
  text-align: center;
}
.testimony-trust__item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, #fff 0%, var(--sh-primary-green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.testimony-trust__item span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
}
@media (max-width: 767.98px) {
  .testimony-trust { grid-template-columns: 1fr; padding: 22px 20px; }
  .testimony-trust__item strong { font-size: 26px; }
}

/* -------- Testimonials carousel -------- */
.testimony-carousel {
  position: relative;
  margin-top: 8px;
}
.testimony-carousel__viewport {
  overflow: hidden;
}
.testimony-carousel__track {
  display: flex;
  align-items: stretch;
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.testimony-carousel__slide {
  padding: 12px;               /* gutter — keeps card shadows uncropped */
  box-sizing: border-box;
  display: flex;
}
.testimony-carousel__slide > .testimony-card {
  flex: 1 1 auto;
  width: 100%;
}

/* Controls (nav arrows + dots) */
.testimony-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 20px;
}
.testimony-carousel__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(12, 38, 71, 0.14);
  background: #fff;
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  box-shadow: 0 6px 16px rgba(12, 38, 71, 0.08);
}
.testimony-carousel__nav:hover:not(:disabled) {
  background: var(--sh-primary-blue);
  color: #fff;
  border-color: var(--sh-primary-blue);
  transform: translateY(-2px);
}
.testimony-carousel__nav:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.testimony-carousel__nav:focus-visible {
  outline: 2px solid var(--sh-primary-blue);
  outline-offset: 2px;
}

.testimony-carousel__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.testimony-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(12, 38, 71, 0.18);
  cursor: pointer;
  transition: background .2s ease, width .3s ease;
}
.testimony-carousel__dot:hover {
  background: rgba(12, 38, 71, 0.32);
}
.testimony-carousel__dot.is-active {
  background: var(--sh-primary-blue);
  width: 28px;                 /* pill-style for active */
}
.testimony-carousel__dot:focus-visible {
  outline: 2px solid var(--sh-primary-blue);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  .testimony-carousel__slide { padding: 8px; }
  .testimony-carousel__controls { gap: 14px; margin-top: 16px; }
  .testimony-carousel__nav { width: 38px; height: 38px; }
}

/* ==========================================================================
   Navbar dropdown (Patients & Visitors)
   ========================================================================== */
.nav-item.has-dropdown { position: relative; }

.nav-link--parent {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* padding + font-size come from the theme's .nav-link so the button
     aligns pixel-perfectly with sibling <Link> elements. */
}
.nav-link--parent:focus { outline: none; }
.nav-caret {
  transition: transform .2s ease;
}
.has-dropdown.is-open > .nav-link--parent .nav-caret {
  transform: rotate(180deg);
}

.nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  top: 100%;
  left: 8px;
  min-width: 220px;
  background: var(--sh-deep-navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.nav-dropdown li { list-style: none; }
.nav-dropdown li a {
  display: block;
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background .2s ease, color .2s ease;
}
.nav-dropdown li a:hover,
.nav-dropdown li a.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: var(--sh-primary-green);
}

/* Desktop: reveal is driven by JS state (.is-open) so a sub-link click can
   force the menu closed even while the mouse is still over the parent.
   `focus-within` keeps keyboard tab-navigation working. */
@media (min-width: 992px) {
  .has-dropdown.is-open > .nav-dropdown,
  .has-dropdown:focus-within > .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Mobile: inline accordion */
@media (max-width: 991.98px) {
  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: hidden;
    transform: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 6px 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease, visibility 0s linear .25s;
  }
  .has-dropdown.is-open > .nav-dropdown {
    visibility: visible;
    max-height: 400px;
    transition: max-height .25s ease, visibility 0s;
  }
  .nav-dropdown li a {
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.78);
  }
  .nav-link--parent { width: 100%; text-align: left; justify-content: space-between; }

  /* Scrollable mobile menu — prevents last items from being clipped on short screens */
  #ftco-navbar .navbar-collapse.show {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* When the mobile menu is open, the hamburger toggler shows an × instead */
  #ftco-navbar .navbar-toggler.is-open {
    padding: 4px 12px;
    line-height: 1;
  }
  #ftco-navbar .navbar-toggler__close {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
  }

  /* When the page is scrolled the navbar background flips to white; keep
     dropdown items readable in that state. */
  .ftco-navbar-light.scrolled .nav-dropdown li a {
    color: var(--sh-deep-navy);
  }
  .ftco-navbar-light.scrolled .nav-dropdown li a:hover,
  .ftco-navbar-light.scrolled .nav-dropdown li a.is-active {
    background: rgba(12, 38, 71, 0.06);
    color: var(--sh-primary-blue);
  }
}

/* ==========================================================================
   Visitor Guide page (vg-*)
   ========================================================================== */
.vg-page {
  background:
    radial-gradient(900px 400px at 0% 0%, rgba(0, 113, 184, 0.05), transparent 60%),
    radial-gradient(900px 400px at 100% 20%, rgba(166, 204, 57, 0.06), transparent 60%),
    #f7f9fb;
}

.vg-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 10px 30px rgba(12, 38, 71, 0.05);
  padding: 40px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .vg-card { padding: 26px; border-radius: 16px; }
}

.vg-eyebrow {
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.vg-eyebrow--on-dark { color: var(--sh-primary-green); }

.vg-rule {
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
  margin: 14px 0 22px;
}
.vg-rule--center { margin-left: auto; margin-right: auto; }

.vg-section { margin-bottom: 32px; }
.vg-section__head { margin-bottom: 22px; max-width: 820px; }
.vg-section__head--center { text-align: center; margin-left: auto; margin-right: auto; }
.vg-section__title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.01em;
}
.vg-section__head p {
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
}
.vg-highlight { color: var(--sh-primary-blue); }
@media (max-width: 767.98px) {
  .vg-section__title { font-size: 22px !important; }
}

/* ---- INTRO ---- */
.vg-intro {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .vg-intro { grid-template-columns: 1fr; }
}
.vg-intro__body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .vg-intro__body { padding: 28px 24px; }
}
.vg-intro__title {
  font-family: var(--font-display) !important;
  font-size: 32px !important;
  font-weight: 800;
  color: var(--sh-primary-blue);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
  .vg-intro__title { font-size: 24px !important; }
}
.vg-intro__body p {
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 12px;
}
.vg-intro__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 14px;
}
.vg-linkbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sh-primary-blue);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.vg-linkbtn:hover { color: var(--sh-deep-navy); }
.vg-intro__decor {
  background:
    radial-gradient(400px 200px at 100% 0%, rgba(166, 204, 57, 0.18), transparent 60%),
    radial-gradient(500px 260px at 0% 100%, rgba(0, 113, 184, 0.16), transparent 65%),
    linear-gradient(135deg, var(--sh-deep-navy), #123863);
  position: relative;
  min-height: 260px;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.vg-intro__quick-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  color: var(--sh-primary-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.vg-intro__quick-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sh-primary-green);
  box-shadow: 0 0 8px rgba(166, 204, 57, 0.7);
}
.vg-intro__quick-title {
  font-family: var(--font-display) !important;
  font-size: 20px !important;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.vg-intro__quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

/* Compact chip inside the dark intro panel */
.vg-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 8px 12px;
  border: 0;
  border-radius: 12px;
  color: var(--sh-deep-navy);
  text-decoration: none !important;
  cursor: pointer;
  min-height: 92px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}
.vg-chip:hover,
.vg-chip:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
  color: var(--sh-deep-navy);
  filter: saturate(1.06);
  text-decoration: none;
}
.vg-chip:focus-visible {
  outline: 2px solid var(--sh-primary-green);
  outline-offset: 2px;
}
.vg-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sh-deep-navy);
  opacity: 0.9;
}
.vg-chip__label {
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--sh-deep-navy);
}
.vg-chip__prefix {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  opacity: 0.7;
  margin-bottom: 2px;
  letter-spacing: 0.04em;
}
.vg-chip--blue      { background: #dbe6f3; }
.vg-chip--green     { background: #dbebd0; }
.vg-chip--lavender  { background: #dfd6ef; }
.vg-chip--coral     { background: #f4d7ce; }
.vg-chip--sky       { background: #d6dff2; }
.vg-chip--olive     { background: #e4e6c6; }

@media (max-width: 991.98px) {
  .vg-intro__decor { padding: 28px 24px; }
  .vg-intro__quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .vg-intro__quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vg-chip { min-height: 84px; }
}

/* ---- VISITING HOURS ---- */
.vg-hours {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 991.98px) {
  .vg-hours { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .vg-hours { grid-template-columns: 1fr; }
}
.vg-hours__card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 6px 20px rgba(12, 38, 71, 0.05);
  padding: 24px 22px;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}
.vg-hours__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}
.vg-hours__card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(12, 38, 71, 0.10); }
.vg-hours__card:hover::before { transform: scaleX(1); }
.vg-hours__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.vg-hours__ward {
  font-family: var(--font-display) !important;
  font-size: 17px !important;
  font-weight: 700;
  color: var(--sh-deep-navy);
  margin: 0 0 12px;
  line-height: 1.3;
}
.vg-hours__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vg-hours__list li {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--sh-primary-blue);
  font-weight: 700;
}
.vg-hours__note {
  display: block;
  font-size: 12.5px;
  color: var(--sh-charcoal);
  line-height: 1.5;
  padding-top: 10px;
  border-top: 1px dashed rgba(12, 38, 71, 0.12);
}

/* Tone variants for hours + admission + protocols */
.vg-tone--blue     { }
.vg-tone--blue   .vg-hours__icon,
.vg-tone--blue   .vg-checklist__icon { background: rgba(0, 113, 184, 0.14); color: var(--sh-primary-blue); }
.vg-tone--blue.vg-hours__card::before,
.vg-tone--blue.vg-protocol { border-color: rgba(0, 113, 184, 0.15); }
.vg-tone--blue.vg-hours__card::before,
.vg-tone--blue.vg-protocol::before { background: var(--sh-primary-blue); }

.vg-tone--green  .vg-hours__icon,
.vg-tone--green  .vg-checklist__icon { background: rgba(166, 204, 57, 0.22); color: #6f9a1e; }
.vg-tone--green.vg-hours__card::before,
.vg-tone--green.vg-protocol::before { background: var(--sh-primary-green); }

.vg-tone--coral  .vg-hours__icon,
.vg-tone--coral  .vg-checklist__icon { background: rgba(232, 105, 90, 0.18); color: var(--sh-soft-coral); }
.vg-tone--coral.vg-hours__card::before,
.vg-tone--coral.vg-protocol::before { background: var(--sh-soft-coral); }

.vg-tone--lavender  .vg-hours__icon,
.vg-tone--lavender  .vg-checklist__icon { background: rgba(106, 113, 168, 0.18); color: #6a71a8; }
.vg-tone--lavender.vg-hours__card::before,
.vg-tone--lavender.vg-protocol::before { background: #6a71a8; }

.vg-tone--blue .vg-hours__list li { color: var(--sh-primary-blue); }
.vg-tone--green .vg-hours__list li { color: #6f9a1e; }
.vg-tone--coral .vg-hours__list li { color: var(--sh-soft-coral); }
.vg-tone--lavender .vg-hours__list li { color: #6a71a8; }

/* ---- GUIDELINES / TICK LIST ---- */
.vg-tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}
@media (max-width: 575.98px) {
  .vg-tick-list { grid-template-columns: 1fr; }
}
.vg-tick-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--sh-deep-navy);
  line-height: 1.55;
}
.vg-tick {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--sh-primary-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 4px 10px rgba(166, 204, 57, 0.35);
}

/* ---- ADMISSION CHECKLIST ---- */
.vg-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 767.98px) {
  .vg-checklist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .vg-checklist { grid-template-columns: 1fr; }
}
.vg-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(12, 38, 71, 0.06);
  box-shadow: 0 4px 12px rgba(12, 38, 71, 0.04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.vg-checklist__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(12, 38, 71, 0.10);
}
.vg-checklist__icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.vg-checklist__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--sh-deep-navy);
  line-height: 1.45;
}

/* ---- REACHING US ---- */
.vg-reach {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px 26px;
  background: linear-gradient(120deg, rgba(0, 113, 184, 0.06), rgba(166, 204, 57, 0.06));
  border-radius: 16px;
  border: 1px solid rgba(12, 38, 71, 0.06);
}
@media (max-width: 767.98px) { .vg-reach { grid-template-columns: 1fr; } }
.vg-reach__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--sh-deep-navy);
  padding: 8px 4px;
}
.vg-reach__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 4px 10px rgba(12, 38, 71, 0.06);
}

/* ---- SPECIAL PROTOCOLS ---- */
.vg-protocols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 991.98px) { .vg-protocols { grid-template-columns: 1fr; } }
.vg-protocol {
  padding: 26px;
  position: relative;
  overflow: hidden;
}
.vg-protocol::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--sh-primary-blue);
}
.vg-protocol__title {
  font-family: var(--font-display) !important;
  font-size: 17px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 6px 0 16px;
}
.vg-protocol .vg-tick-list {
  grid-template-columns: 1fr;
  gap: 10px;
}
.vg-protocol .vg-tick { width: 22px; height: 22px; }
.vg-protocol .vg-tick svg { width: 12px; height: 12px; }
.vg-protocol .vg-tick-list li { font-size: 13.5px; }

/* ---- FAQ ---- */
.vg-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
}
.vg-faq__item {
  border-radius: 12px;
  background: #fbfcfd;
  border: 1px solid rgba(12, 38, 71, 0.05);
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.vg-faq__item.is-open {
  background: #fff;
  border-color: rgba(0, 113, 184, 0.18);
  box-shadow: 0 6px 20px rgba(12, 38, 71, 0.07);
}
.vg-faq__q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--sh-deep-navy);
  line-height: 1.45;
}
.vg-faq__q:hover .vg-faq__q-text { color: var(--sh-primary-blue); }
.vg-faq__toggle {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--sh-soft-coral);
  color: #fff;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(232, 105, 90, 0.32);
  transition: background .2s ease;
}
.vg-faq__item.is-open .vg-faq__toggle {
  background: var(--sh-deep-navy);
  box-shadow: 0 4px 12px rgba(12, 38, 71, 0.32);
}
.vg-faq__q-text { flex: 1 1 auto; padding-top: 6px; }
.vg-faq__a {
  padding: 0 16px 14px 62px;
  color: var(--sh-charcoal);
  font-size: 14px;
  line-height: 1.65;
}

/* ---- CTA banner ---- */
.vg-cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(600px 240px at 90% 100%, rgba(166, 204, 57, 0.18), transparent 70%),
    linear-gradient(135deg, var(--sh-deep-navy) 0%, #113a63 100%);
  padding: 42px 48px;
  color: #fff;
  box-shadow: 0 20px 44px rgba(12, 38, 71, 0.28);
  margin-top: 20px;
}
@media (max-width: 767.98px) { .vg-cta-banner { padding: 32px 26px; text-align: center; } }
.vg-cta-banner__decor {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(166, 204, 57, 0.35), transparent 70%);
  pointer-events: none;
}
.vg-cta-banner__body { position: relative; z-index: 2; }
.vg-cta-banner__title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 800;
  color: #fff;
  margin: 8px 0 10px;
}
@media (max-width: 767.98px) { .vg-cta-banner__title { font-size: 22px !important; } }
.vg-cta-banner__text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 520px;
}
@media (max-width: 767.98px) { .vg-cta-banner__text { margin-left: auto; margin-right: auto; } }
.vg-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 767.98px) { .vg-cta-banner__actions { justify-content: center; } }
.vg-cta-banner__btn {
  display: inline-block;
  padding: 13px 26px;
  background: var(--sh-primary-green);
  color: var(--sh-deep-navy) !important;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background .25s ease, transform .25s ease;
  box-shadow: 0 8px 22px rgba(166, 204, 57, 0.42);
}
.vg-cta-banner__btn:hover { background: #fff; transform: translateY(-2px); }
.vg-cta-banner__ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color .25s ease, background .25s ease;
}
.vg-cta-banner__ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

/* -------- Quick Contacts (Visitor Guide) -------- */
.vg-quick { margin-bottom: 40px; }
.vg-quick__head {
  text-align: center;
  margin-bottom: 28px;
}
.vg-quick__title {
  font-family: var(--font-display) !important;
  font-size: 34px !important;
  font-weight: 700;
  color: var(--sh-charcoal);
  margin: 0;
  letter-spacing: -0.01em;
}
.vg-quick__title-em {
  color: var(--sh-deep-navy);
  font-weight: 800;
}
.vg-quick__subtitle {
  color: var(--sh-charcoal);
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 0;
}
@media (max-width: 767.98px) {
  .vg-quick__title { font-size: 26px !important; }
}

.vg-quick__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1199.98px) {
  .vg-quick__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .vg-quick__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
  .vg-quick__grid { grid-template-columns: 1fr; }
}

.vg-quick-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 18px;
  border-radius: 14px;
  color: var(--sh-deep-navy);
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  min-height: 96px;
}
.vg-quick-card:hover,
.vg-quick-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(12, 38, 71, 0.12);
  color: var(--sh-deep-navy);
  text-decoration: none;
  filter: saturate(1.05);
}
.vg-quick-card:focus-visible {
  outline: 2px solid var(--sh-primary-blue);
  outline-offset: 3px;
}

.vg-quick-card__icon {
  flex: 0 0 auto;
  color: var(--sh-deep-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
}
.vg-quick-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.vg-quick-card__prefix {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--sh-deep-navy);
  line-height: 1.15;
  letter-spacing: 0.01em;
}
.vg-quick-card__title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--sh-deep-navy);
  line-height: 1.2;
}
.vg-quick-card__phones {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vg-quick-card__phones li {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(12, 38, 71, 0.72);
  letter-spacing: 0.01em;
}

/* Pastel tone backgrounds — matches the 6-block mockup */
.vg-quick-card--blue      { background: #dbe6f3; }
.vg-quick-card--green     { background: #dbebd0; }
.vg-quick-card--lavender  { background: #dfd6ef; }
.vg-quick-card--coral     { background: #f4d7ce; }
.vg-quick-card--sky       { background: #d6dff2; }
.vg-quick-card--olive     { background: #e4e6c6; }

/* Button variant of the card (used when it opens a modal) */
.vg-quick-card--btn {
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}
.vg-quick-card__hint {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(12, 38, 71, 0.65);
  letter-spacing: 0.04em;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.vg-quick-card__hint::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
}

/* -------- Branch phone modal -------- */
.vg-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(12, 38, 71, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: vgFadeIn .2s ease;
}
@keyframes vgFadeIn { from { opacity: 0; } to { opacity: 1; } }

.vg-modal__panel {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(12, 38, 71, 0.30);
  padding: 18px 28px 28px;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  animation: vgPanelIn .25s cubic-bezier(.22,.61,.36,1);
}
@keyframes vgPanelIn {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.vg-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.vg-modal__close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: var(--sh-charcoal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.vg-modal__close:hover {
  background: rgba(12, 38, 71, 0.06);
  color: var(--sh-deep-navy);
}
.vg-modal__close:focus-visible {
  outline: 2px solid var(--sh-primary-blue);
  outline-offset: 2px;
}

.vg-modal__title {
  font-family: var(--font-display) !important;
  font-size: 22px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.vg-modal__rule {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--sh-warm-gold), rgba(200, 164, 72, 0));
  border-radius: 3px;
  margin: 0 0 20px;
}

.vg-modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vg-modal__item {
  padding: 9px 16px;
  border: 1px solid rgba(12, 38, 71, 0.10);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.vg-modal__item:hover {
  border-color: var(--sh-primary-blue);
  background: rgba(0, 113, 184, 0.03);
  transform: translateY(-1px);
}
.vg-modal__branch {
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--sh-deep-navy);
  letter-spacing: 0.02em;
}
.vg-modal__phone-row {
  font-size: 14px;
  color: var(--sh-charcoal);
}
.vg-modal__phone {
  color: var(--sh-primary-blue);
  font-weight: 700;
  text-decoration: none;
  margin-left: 4px;
}
.vg-modal__phone:hover {
  text-decoration: underline;
  color: var(--sh-deep-navy);
}
.vg-modal__phone-sep {
  color: rgba(12, 38, 71, 0.35);
  padding: 0 2px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .vg-modal { padding: 12px; }
  .vg-modal__panel { padding: 26px 20px 20px; }
  .vg-modal__title { font-size: 15px !important; }
}

/* ==========================================================================
   Patient Feedback page (pf-*)
   ========================================================================== */
.pf-intro-section {
  background:
    radial-gradient(700px 300px at 10% 10%, rgba(0, 113, 184, 0.06), transparent 60%),
    radial-gradient(700px 300px at 90% 90%, rgba(166, 204, 57, 0.06), transparent 60%),
    #f7f9fb;
  padding-bottom: 40px;
}

.pf-intro {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}
.pf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  color: var(--sh-primary-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pf-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sh-primary-green);
}
.pf-eyebrow--on-dark { color: var(--sh-primary-green); }
.pf-eyebrow--on-dark .pf-eyebrow__dot { background: #fff; }

.pf-intro__title {
  font-family: var(--font-display) !important;
  font-size: 34px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 767.98px) { .pf-intro__title { font-size: 26px !important; } }
.pf-highlight { color: var(--sh-primary-blue); }
.pf-intro p {
  color: var(--sh-charcoal);
  font-size: 15px;
  line-height: 1.7;
  margin: 8px 0 0;
}
.pf-rule {
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
  margin: 16px auto 20px;
}
.pf-rule--center { margin: 14px auto 20px; }

/* stats row */
.pf-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 991.98px) { .pf-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.pf-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 22px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(12, 38, 71, 0.08);
  box-shadow: 0 4px 14px rgba(12, 38, 71, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pf-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(12, 38, 71, 0.12);
  border-color: var(--sh-primary-blue);
}
.pf-stat__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--sh-sky-blue);
  color: var(--sh-primary-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pf-stat__value {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  color: var(--sh-primary-blue);
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.pf-stat__suffix {
  font-size: 16px;
  color: var(--sh-charcoal);
  font-weight: 700;
}
.pf-stat__label {
  font-family: var(--font-display);
  font-size: 12px;
  color: var(--sh-charcoal);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Speciality ratings */
.pf-specs-section { background: #fff; }
.pf-section__head { margin-bottom: 34px; text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.pf-section__head h2 {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 800;
  color: var(--sh-deep-navy);
  margin: 0;
}
.pf-section__head p {
  color: var(--sh-charcoal);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 8px 0 0;
}

.pf-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767.98px) { .pf-specs { grid-template-columns: 1fr; gap: 18px; } }
.pf-spec {
  padding: 18px 20px;
  background: #fbfcfd;
  border-radius: 12px;
  border: 1px solid rgba(12, 38, 71, 0.05);
}
.pf-spec__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pf-spec__head h3 {
  font-family: var(--font-display) !important;
  font-size: 15px !important;
  font-weight: 700;
  color: var(--sh-deep-navy);
  margin: 0;
}
.pf-spec__rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 800;
  color: var(--sh-warm-gold);
}
.pf-spec__bar {
  height: 8px;
  background: rgba(12, 38, 71, 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.pf-spec__bar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--sh-primary-blue), var(--sh-primary-green));
  border-radius: 999px;
  transition: width .8s ease;
}

/* CTA */
.pf-cta-section { background: #f4f8fb; padding-bottom: 80px; }
.pf-cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(600px 240px at 100% 100%, rgba(166, 204, 57, 0.18), transparent 70%),
    linear-gradient(135deg, var(--sh-deep-navy) 0%, #113a63 100%);
  padding: 42px 48px;
  color: #fff;
  box-shadow: 0 20px 44px rgba(12, 38, 71, 0.28);
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pf-cta-banner {
    grid-template-columns: 1fr;
    padding: 32px 26px;
    text-align: center;
  }
}
.pf-cta-banner__decor {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(166, 204, 57, 0.35), transparent 70%);
  pointer-events: none;
}
.pf-cta-banner__body { position: relative; z-index: 2; }
.pf-cta-banner__title {
  font-family: var(--font-display) !important;
  font-size: 28px !important;
  font-weight: 800;
  color: #fff;
  margin: 8px 0 10px;
}
@media (max-width: 767.98px) { .pf-cta-banner__title { font-size: 22px !important; } }
.pf-cta-banner__text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 520px;
}
@media (max-width: 767.98px) { .pf-cta-banner__text { margin-left: auto; margin-right: auto; } }
.pf-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 767.98px) { .pf-cta-banner__actions { justify-content: center; } }
.pf-cta-banner__btn {
  display: inline-block;
  padding: 13px 26px;
  background: var(--sh-primary-green);
  color: var(--sh-deep-navy) !important;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background .25s ease, transform .25s ease;
  box-shadow: 0 8px 22px rgba(166, 204, 57, 0.42);
}
.pf-cta-banner__btn:hover { background: #fff; transform: translateY(-2px); }
.pf-cta-banner__ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color .25s ease, background .25s ease;
}
.pf-cta-banner__ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}
.pf-cta-banner__quote {
  color: rgba(255, 255, 255, 0.10);
  justify-self: end;
  align-self: center;
  pointer-events: none;
}
@media (max-width: 767.98px) { .pf-cta-banner__quote { display: none; } }


.justifytext{
  text-align: justify;
}

.my-style {
  padding-bottom: 0.8rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}