/* =====================================================================
   AlphaCell Wound Care — Front-End Stylesheet
   Redesigned to precisely match modern high-end clinic mockup.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #1b66cb;
  --secondary: #00adef;
  --dark: #0c2045;
  --heading-font: 'Outfit', sans-serif;
  --body-font: 'Inter', sans-serif;

  --text: #2c3e50;
  --muted: #7f8c8d;
  --bg: #ffffff;
  --bg-alt: #f4f7fb;
  --card: #ffffff;
  --border: #e4e9f0;
  --shadow: 0 12px 30px rgba(12, 32, 69, 0.06);
  --radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.site {
  margin: 0;
  font-family: var(--body-font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color 0.25s; }
a:hover { color: var(--secondary); }

h1, h2, h3, h4, h5 { font-family: var(--heading-font); color: var(--dark); line-height: 1.2; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
.container { width: min(1200px, 92%); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; padding: 8px 14px; z-index: 999; border-radius: 8px; }

.eyebrow {
  display: block;
  font-family: var(--body-font);
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .8rem;
  color: var(--secondary);
  margin-bottom: 0.5rem;
}

/* ---------- Common Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  background: var(--primary);
  color: #fff;
  padding: .85em 1.8em;
  border-radius: 50px;
  font-weight: 600;
  border: 2px solid var(--primary);
  transition: .25s;
  cursor: pointer;
  font-family: var(--body-font);
  font-size: .95rem;
}
.btn:hover { background: var(--secondary); border-color: var(--secondary); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-light { background: #fff; color: var(--primary); border-color: #fff; }

/* ---------- Mockup Custom Buttons ---------- */
.btn-translucent {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  transition: 0.25s;
  font-size: 0.95rem;
}
.btn-translucent:hover {
  background: #ffffff;
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.btn-tan {
  display: inline-flex;
  background: #b48555;
  color: #ffffff;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  border: 0;
  cursor: pointer;
}
.btn-tan:hover { background: #a27244; transform: translateY(-2px); }

.btn-grey {
  display: inline-flex;
  align-items: center;
  background: #8c8c8c;
  color: #ffffff;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.25s;
  border: 0;
  cursor: pointer;
}
.btn-grey:hover { background: #767676; transform: translateY(-2px); }

.btn-blue {
  display: inline-flex;
  background: var(--primary);
  color: #ffffff;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.25s;
  border: 0;
  cursor: pointer;
}
.btn-blue:hover { background: #134fb3; transform: translateY(-2px); }

/* ---------- Utility Top Bar ---------- */
.topbar {
  background: #ffffff;
  color: var(--text);
  font-size: .85rem;
  border-bottom: 1px solid var(--border);
  padding: 0.4rem 0;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}
.topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.topbar a { color: var(--text); font-weight: 500; }
.topbar a:hover { color: var(--primary); }
.topbar-social { gap: .5rem; }
.topbar-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f4f9;
  color: var(--primary);
  transition: 0.25s;
}
.topbar-social a:hover { background: var(--primary); color: #ffffff; }
.lbl-icon { margin-right: 0.35rem; font-size: 1rem; color: var(--primary); }

.ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ico-facebook { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 22v-9h3l.5-3.5H13V7.5c0-1 .3-1.7 1.8-1.7H17V2.6c-.9-.1-1.8-.2-2.7-.2-2.7 0-4.6 1.7-4.6 4.7v2.6H7V13h2.7v9z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 22v-9h3l.5-3.5H13V7.5c0-1 .3-1.7 1.8-1.7H17V2.6c-.9-.1-1.8-.2-2.7-.2-2.7 0-4.6 1.7-4.6 4.7v2.6H7V13h2.7v9z'/%3E%3C/svg%3E"); }
.ico-twitter { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.9 2H22l-7.3 8.3L23 22h-6.6l-5.2-6.8L5.3 22H2l7.8-8.9L1.5 2h6.8l4.7 6.2zm-1.2 18h1.8L7.1 3.9H5.2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.9 2H22l-7.3 8.3L23 22h-6.6l-5.2-6.8L5.3 22H2l7.8-8.9L1.5 2h6.8l4.7 6.2zm-1.2 18h1.8L7.1 3.9H5.2z'/%3E%3C/svg%3E"); }
.ico-instagram { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.2c3.2 0 3.6 0 4.9.1 3.3.1 4.8 1.7 4.9 4.9.1 1.3.1 1.6.1 4.8s0 3.6-.1 4.9c-.1 3.2-1.7 4.8-4.9 4.9-1.3.1-1.6.1-4.9.1s-3.6 0-4.9-.1c-3.2-.1-4.8-1.7-4.9-4.9C2.1 15.6 2 15.2 2 12s0-3.6.1-4.9C2.3 3.9 3.9 2.3 7.1 2.2 8.4 2.2 8.8 2.2 12 2.2zm0 3.2A6.6 6.6 0 1 0 18.6 12 6.6 6.6 0 0 0 12 5.4zm0 10.9A4.3 4.3 0 1 1 16.3 12 4.3 4.3 0 0 1 12 16.3zm6.9-11.1a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.2c3.2 0 3.6 0 4.9.1 3.3.1 4.8 1.7 4.9 4.9.1 1.3.1 1.6.1 4.8s0 3.6-.1 4.9c-.1 3.2-1.7 4.8-4.9 4.9-1.3.1-1.6.1-4.9.1s-3.6 0-4.9-.1c-3.2-.1-4.8-1.7-4.9-4.9C2.1 15.6 2 15.2 2 12s0-3.6.1-4.9C2.3 3.9 3.9 2.3 7.1 2.2 8.4 2.2 8.8 2.2 12 2.2zm0 3.2A6.6 6.6 0 1 0 18.6 12 6.6 6.6 0 0 0 12 5.4zm0 10.9A4.3 4.3 0 1 1 16.3 12 4.3 4.3 0 0 1 12 16.3zm6.9-11.1a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5z'/%3E%3C/svg%3E"); }
.ico-linkedin { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5A2.5 2.5 0 1 1 0 3.5a2.5 2.5 0 0 1 4.98 0zM.5 8h4V24h-4zM8 8h3.8v2.2h.05c.53-1 1.83-2.2 3.77-2.2 4 0 4.8 2.6 4.8 6.05V24h-4v-7.1c0-1.7 0-3.9-2.4-3.9s-2.7 1.85-2.7 3.77V24H8z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5A2.5 2.5 0 1 1 0 3.5a2.5 2.5 0 0 1 4.98 0zM.5 8h4V24h-4zM8 8h3.8v2.2h.05c.53-1 1.83-2.2 3.77-2.2 4 0 4.8 2.6 4.8 6.05V24h-4v-7.1c0-1.7 0-3.9-2.4-3.9s-2.7 1.85-2.7 3.77V24H8z'/%3E%3C/svg%3E"); }
.ico-youtube { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23 7.5s-.2-1.6-.9-2.3c-.9-.9-1.8-.9-2.3-1C16.9 4 12 4 12 4s-4.9 0-7.8.2c-.5 0-1.4 0-2.3 1-.7.7-.9 2.3-.9 2.3S.8 9.4.8 11.3v1.4c0 1.9.2 3.8.2 3.8s.2 1.6.9 2.3c.9.9 2.1.9 2.6 1 1.9.2 7.5.2 7.5.2s4.9 0 7.8-.2c.5 0 1.4 0 2.3-1 .7-.7.9-2.3.9-2.3s.2-1.9.2-3.8v-1.4c0-1.9-.2-3.8-.2-3.8zM9.8 15.2V8.8l5.2 3.2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23 7.5s-.2-1.6-.9-2.3c-.9-.9-1.8-.9-2.3-1C16.9 4 12 4 12 4s-4.9 0-7.8.2c-.5 0-1.4 0-2.3 1-.7.7-.9 2.3-.9 2.3S.8 9.4.8 11.3v1.4c0 1.9.2 3.8.2 3.8s.2 1.6.9 2.3c.9.9 2.1.9 2.6 1 1.9.2 7.5.2 7.5.2s4.9 0 7.8-.2c.5 0 1.4 0 2.3-1 .7-.7.9-2.3.9-2.3s.2-1.9.2-3.8v-1.4c0-1.9-.2-3.8-.2-3.8zM9.8 15.2V8.8l5.2 3.2z'/%3E%3C/svg%3E"); }
.dark-toggle { background: none; border: 0; cursor: pointer; font-size: 1rem; line-height: 1; padding: 0; margin-left: 0.5rem; }

/* ---------- Main Header Navigation ---------- */
.site-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 1rem;
}

/* Custom Vector Logo Styling */
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  padding: 0.5rem 0;
}
.logo-svg {
  width: 42px;
  height: 48px;
  flex-shrink: 0;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-brand {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}
.logo-alpha { color: var(--dark); }
.logo-cell { color: var(--secondary); }
.logo-sub {
  font-family: var(--body-font);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: 1px;
}

/* Slanted Navigation */
.nav-wrapper {
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  padding-right: 1rem;
  margin-right: -10px; /* Offset parent gaps */
  z-index: 10;
}
.nav-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  align-items: center;
}
.main-nav a {
  display: block;
  padding: 0.45rem 0.6rem;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 4px;
  transition: background-color 0.25s;
}
.main-nav a:hover, .main-nav a.active {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 26px;
  height: 3px;
  background: var(--dark);
  border-radius: 3px;
  transition: .3s;
}

/* ---------- Mockup Hero Section ---------- */
.hero-mockup {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 520px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 6rem 0;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 32, 69, 0.86) 0%, rgba(27, 102, 203, 0.5) 100%);
  z-index: -1;
}
.hero-inner-mockup {
  max-width: 620px;
  position: relative;
}
.hero-inner-mockup h1 {
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hero-inner-mockup p {
  font-size: 1.15rem;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 2.2rem;
  max-width: 520px;
}

/* ---------- Continuous Blue Section ---------- */
.blue-section {
  background: var(--primary);
  padding: 5.5rem 0;
  color: #ffffff;
}

/* Capabilities (Areas of Expertise) */
.cap-grid-mockup {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 2.5rem;
  align-items: stretch;
  margin-bottom: 5.5rem;
}
.cap-left-card {
  background: var(--secondary);
  border-radius: 24px;
  padding: 3rem 2.25rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}
.cap-left-card h2 {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.cap-left-card p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 2.5rem;
}

.cap-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.cap-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cap-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.cap-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cap-card h3 {
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.65);
  font-family: var(--body-font);
}

/* Introducing Team Section */
.split-mockup {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4.5rem;
  align-items: center;
}
.intro-image-container img {
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.intro-content {
  color: #ffffff;
}
.intro-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  opacity: 0.85;
  margin-bottom: 0.75rem;
  display: block;
}
.intro-content h2 {
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.intro-content p {
  font-size: 1.08rem;
  line-height: 1.7;
  opacity: 0.92;
}

/* ---------- Meet Practitioners Bar ---------- */
.practitioners-bar-section {
  background: #ffffff;
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--border);
}
.practitioners-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.prac-title-group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 820px;
}
.prac-icon {
  color: var(--primary);
  flex-shrink: 0;
}
.prac-icon svg {
  width: 48px;
  height: 48px;
}
.prac-text h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.35rem;
}
.prac-text p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

/* ---------- Wide Image Separator ---------- */
.image-separator-section img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}

/* ---------- Mission & Contact Form Section ---------- */
.mission-contact-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 5.5rem 0;
  color: #ffffff;
  z-index: 1;
}
.mission-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4.5rem;
  align-items: start;
}
.mission-left {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.mission-statement {
  max-width: 540px;
}
.mission-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  opacity: 0.9;
  margin-bottom: 0.75rem;
  display: block;
}
.mission-statement h2 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.mission-statement p {
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 2.2rem;
}

/* Referral & Meeting CTAs */
.cta-referrals-meetings {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.cta-row-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.cta-row-icon {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.15);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex-shrink: 0;
}
.cta-row-body h3 {
  font-size: 1.22rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.cta-row-body p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin: 0;
  line-height: 1.5;
}
.cta-row-body a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}
.cta-row-body a:hover { color: var(--secondary); }

/* Let's Hear From You Card */
.contact-right {
  position: relative;
}
.contact-card-mockup {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 3rem 2.25rem;
  color: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.contact-card-mockup h2 {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: var(--heading-font);
}
.card-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary);
  display: block;
  margin-bottom: 0.4rem;
  letter-spacing: 0.05em;
}
.card-sub {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.4;
}

/* Custom form styling */
.mockup-form .field {
  margin-bottom: 1.2rem;
}
.mockup-form input, .mockup-form textarea {
  width: 100%;
  padding: 0.85rem 1.2rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #ffffff;
  color: #2c3e50;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  font-family: var(--body-font);
}
.mockup-form textarea {
  border-radius: 18px;
  min-height: 110px;
  resize: vertical;
}
.mockup-form input::placeholder, .mockup-form textarea::placeholder {
  color: #7f8c8d;
}
.mockup-form input:focus, .mockup-form textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.25);
}

/* Captcha Layout */
.recaptcha-mockup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: #222222;
  margin-bottom: 1.5rem;
  font-family: Roboto, helvetica, arial, sans-serif;
}
.recaptcha-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
}
.recaptcha-box input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.recaptcha-box label {
  cursor: pointer;
  margin-top: 2px;
  user-select: none;
}
.recaptcha-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.52rem;
  color: #555555;
  line-height: 1.1;
}
.recaptcha-logo span { margin-top: 3px; }

.btn-submit {
  width: 100%;
  background: #8c8c8c;
  color: #ffffff;
  border: 0;
  padding: 0.85rem 1.5rem;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  transition: 0.25s;
}
.btn-submit:hover {
  background: #767676;
  transform: translateY(-1px);
}
.hp { position: absolute; left: -9999px; }

/* ---------- Interior Page Layout (Banners) ---------- */
.page-banner {
  position: relative;
  background: var(--dark);
  color: #fff;
  padding: 4.5rem 0;
  background-size: cover;
  background-position: center;
}
.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12,32,69,0.9) 0%, rgba(27,102,203,0.6) 100%);
  z-index: 1;
}
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; margin: 0; }
.page-banner p { opacity: .92; max-width: 640px; margin: 0.5rem 0 0; }
.breadcrumb { font-size: .85rem; opacity: .85; margin-bottom: .5rem; }
.breadcrumb a { color: #cfe0ff; text-decoration: underline; }

/* ---------- Forms & Alerts ---------- */
.alert { padding: .9rem 1.2rem; border-radius: 10px; margin-bottom: 1.2rem; font-size: .95rem; }
.alert-success { background: #e6f7ec; color: #1a7a44; border: 1px solid #bce8cd; }
.alert-error { background: #fdecec; color: #b3261e; border: 1px solid #f5c2c0; }

/* ---------- Sections ---------- */
section { padding: 5rem 0; }
.section-head { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-top: .15em; font-weight: 800; color: var(--dark); }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.bg-alt { background: var(--bg-alt); }

/* ---------- Interior Page Prose / Content ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.split .content h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; }
.media-fallback {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: var(--shadow);
}
.media-fallback span { font-family: var(--heading-font); font-size: 1.15rem; opacity: .9; padding: 2rem; text-align: center; }

/* Service cards (inside services page) */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.75rem; }
.service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.25rem 1.8rem;
  box-shadow: var(--shadow);
  transition: .25s;
  position: relative;
  overflow: hidden;
}
.service-card:hover { transform: translateY(-6px); border-color: var(--primary); }
.service-card .svc-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
}
.service-card h3 { font-size: 1.2rem; font-weight: 700; }
.service-card .sub { color: var(--secondary); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; display: block; margin-bottom: 0.25rem; }
.service-card p { color: var(--muted); font-size: .95rem; margin-bottom: 1.25rem; }
.service-card a.more { font-weight: 700; font-size: .9rem; color: var(--primary); }

/* Team cards (inside practitioners page) */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; }
.team-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  border: 1px solid var(--border);
  transition: transform 0.25s;
}
.team-card:hover { transform: translateY(-4px); }
.team-photo {
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 2.5rem;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card .body { padding: 1.5rem; }
.team-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: .2em; }
.team-card .role { color: var(--secondary); font-weight: 700; font-size: .85rem; margin-bottom: .6em; }
.team-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* Prose pages */
.prose { max-width: 820px; margin-inline: auto; }
.prose h2 { margin-top: 1.8em; font-size: 1.65rem; font-weight: 800; color: var(--dark); }
.prose h3 { margin-top: 1.4em; font-size: 1.25rem; font-weight: 700; color: var(--dark); }
.prose ul { padding-left: 1.3em; }
.prose li { margin-bottom: .5rem; }

/* ---------- Mockup Footer ---------- */
.site-footer {
  background: #ffffff;
  color: var(--text);
  padding-top: 4.5rem;
  border-top: 1px solid var(--border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 3.5rem;
  padding-bottom: 3.5rem;
  align-items: start;
}
.footer-map iframe {
  width: 100%;
  height: 270px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.connect-eyebrow {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}
.contact-title {
  font-family: var(--heading-font);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.footer-contact li {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  font-size: 0.96rem;
  line-height: 1.5;
}
.icon-span {
  background: #f0f4f9;
  color: var(--primary);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.footer-contact a {
  color: var(--text);
  font-weight: 700;
}
.footer-contact a:hover {
  color: var(--primary);
}

.logo-wrap-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.logo-wrap-footer .logo-svg {
  width: 38px;
}
.logo-wrap-footer .logo-brand {
  font-size: 1.45rem;
}
.service-areas {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text);
}
.service-areas strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--dark);
}

.footer-bottom-slanted {
  position: relative;
  background: var(--secondary);
  color: #ffffff;
  padding: 1.5rem 0;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.footer-bottom-slant-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary);
  z-index: -1;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}
.footer-bottom-inner {
  font-size: 0.88rem;
  font-weight: 500;
}
.footer-bottom-slanted a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 0.5rem;
}
.footer-bottom-slanted a:hover {
  opacity: 0.85;
}

/* Floating Accessibility Buttons */
.floating-accessibility {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 1000;
}
.access-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  transition: transform 0.2s;
}
.access-btn:hover { transform: scale(1.1); }
.access-p { background: var(--secondary); color: #ffffff; }
.access-count { background: #ffffff; color: #333333; font-weight: 700; border: 1px solid #d3d3d3; }

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: 0;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: 90;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}
.back-to-top.show { opacity: 1; pointer-events: auto; }

/* ---------- Responsive ---------- */
@media (max-width: 990px) {
  .cap-grid-mockup { grid-template-columns: 1fr; }
  .cap-left-card { min-height: 250px; }
  .split-mockup { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .mission-contact-grid { grid-template-columns: 1fr; gap: 4rem; }
}
@media (max-width: 1100px) {
  .site-header {
    z-index: 160;
  }
  .topbar {
    display: none;
  }
  .nav-wrapper {
    display: contents;
  }
  .nav-wrapper::before {
    display: none !important;
    content: none !important;
  }
  .nav-toggle {
    display: flex;
    z-index: 250;
  }
  
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(300px, 80%);
    background: #ffffff;
    box-shadow: -8px 0 30px rgba(0,0,0,0.15);
    transform: translateX(100%);
    transition: .3s;
    padding: 5rem 1.5rem 2rem;
    z-index: 200;
    overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; gap: .25rem; align-items: stretch; }
  .main-nav a { padding: .85em 1em; color: var(--dark) !important; border-radius: 8px; }
  .main-nav a:hover { background: var(--bg-alt); color: var(--primary) !important; }
  .main-nav a.active {
    background: rgba(27, 102, 203, 0.08) !important;
    color: var(--primary) !important;
    border-left: 4px solid var(--primary);
    border-radius: 0 8px 8px 0;
    padding-left: 0.8rem !important;
    font-weight: 700 !important;
  }
  .main-nav .menu-btn-outline.active, 
  .main-nav .menu-btn-solid.active {
    background: rgba(27, 102, 203, 0.08) !important;
    color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    border-left: 4px solid var(--primary) !important;
    border-radius: 8px !important;
    padding-left: 0.8rem !important;
    font-weight: 700 !important;
  }
  
  body.nav-open::after { content: ""; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 150; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav-toggle.open span { background: var(--dark); }
  
  .topbar-contact { display: none; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-contact li { justify-content: center; text-align: left; }
  .logo-wrap-footer { justify-content: center; }
  .practitioners-bar-inner { flex-direction: column; text-align: center; gap: 1.5rem; }
  .prac-title-group { flex-direction: column; text-align: center; }
  .image-separator-section img { height: 220px; }
}

@media (max-width: 580px) {
  .cap-right-grid { grid-template-columns: 1fr; }
}

/* ---------- Dark Mode Overrides ---------- */
body.dark {
  --text: #e7ecf5;
  --muted: #a4b0c4;
  --bg: #0b1424;
  --bg-alt: #111d33;
  --card: #14203a;
  --border: #243450;
  --dark: #ffffff;
}
body.dark .site-header { background: #0d1830; }
body.dark .logo-alpha { color: #ffffff; }
body.dark .topbar { background: #0b1424; color: #e7ecf5; border-color: #243450; }
body.dark .topbar a { color: #e7ecf5; }
body.dark .topbar-social a { background: #14203a; }
body.dark .practitioners-bar-section { background: #111d33; border-color: #243450; }
body.dark .prac-text p { color: #a4b0c4; }
body.dark .site-footer { background: #0b1424; border-color: #243450; }
body.dark .footer-contact li { color: #e7ecf5; }
body.dark .icon-span { background: #14203a; }
body.dark .footer-contact a { color: #ffffff; }
body.dark .service-areas { color: #e7ecf5; }
body.dark .service-areas strong { color: #ffffff; }
body.dark .recaptcha-mockup { background: #14203a; border-color: #243450; color: #ffffff; }
body.dark .recaptcha-logo { color: #e7ecf5; }

/* =====================================================================
   Services Dropdown Navigation Styles
   ===================================================================== */
.main-nav ul li.has-dropdown {
  position: relative;
}
.main-nav ul li.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown-caret {
  display: inline-block;
  margin-left: 0.15rem;
  font-size: 0.75rem;
  transition: transform 0.25s;
  vertical-align: middle;
}
.main-nav ul li.has-dropdown:hover .dropdown-caret {
  transform: rotate(180deg);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 280px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(12, 32, 69, 0.15);
  border: 1px solid var(--border);
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.dropdown-menu li {
  width: 100%;
}
.dropdown-menu a {
  display: block;
  padding: 0.65rem 1.5rem !important;
  color: var(--text) !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
  transition: background-color 0.2s, color 0.2s;
  text-align: left;
}
.dropdown-menu a:hover {
  background-color: var(--bg-alt) !important;
  color: var(--primary) !important;
}

@media (max-width: 1100px) {
  .main-nav ul li.has-dropdown {
    width: 100%;
  }
  .main-nav ul li.has-dropdown .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: var(--bg-alt);
    padding: 0.5rem 0;
    margin-top: 0.25rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    min-width: 100%;
  }
  .main-nav ul li.has-dropdown .dropdown-menu a {
    padding: 0.55rem 2rem !important;
    font-size: 0.85rem;
    color: var(--dark) !important;
  }
}

/* =====================================================================
   Services Page Custom Layout & Accordions
   ===================================================================== */
.services-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  z-index: 1;
}
.services-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(12, 32, 69, 0.4) 0%, rgba(12, 32, 69, 0.8) 100%);
  z-index: -1;
}
.banner-title-overlay {
  background: var(--primary);
  padding: 1rem 3rem;
  width: 100%;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
.services-banner h1 {
  margin: 0;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 800;
}
.services-breadcrumb-bar {
  padding: 1.25rem 0;
  font-size: 0.9rem;
}

.services-main-section {
  padding: 3.5rem 0;
}
.services-split-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 3.5rem;
  align-items: start;
}
.services-left-intro {
  position: sticky;
  top: 100px;
}
.services-left-intro h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.services-left-intro p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}
.services-right-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-grid-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(12, 32, 69, 0.12);
}
.service-grid-card .card-image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.35;
}
.service-grid-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.service-grid-card:hover .card-image img {
  transform: scale(1.05);
}
.service-grid-card .card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-grid-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.service-grid-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

/* Accordion list details */
.services-accordion-section {
  padding: 5.5rem 0;
}
.accordion-list {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.accordion-item {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid var(--border);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 15px rgba(12, 32, 69, 0.02);
}
.accordion-item:hover {
  border-color: var(--primary);
}
.accordion-header {
  width: 100%;
  padding: 1.35rem 2rem;
  background: none;
  border: 0;
  text-align: left;
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.accordion-header:hover {
  background-color: var(--bg-alt);
}
.accordion-icon {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: var(--primary);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.accordion-content-inner {
  padding: 0 2rem 2rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
  border-top: 1px dashed var(--border);
  padding-top: 2rem;
}
.accordion-desc p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.accordion-desc p:last-child {
  margin-bottom: 0;
}
.accordion-media img, .accordion-media video {
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--shadow);
  display: block;
  object-fit: cover;
  border: 1px solid var(--border);
}
.accordion-media video {
  background: #000000;
  aspect-ratio: 1.5;
}

/* Wound Types Section */
.wound-types-section {
  padding: 5.5rem 0;
  background: #ffffff;
  border-top: 1px solid var(--border);
}
.wound-types-section h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--primary);
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: -0.01em;
}
.wound-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
  margin-bottom: 3.5rem;
}
.wound-card-cat {
  background: var(--bg-alt);
  border-radius: 24px;
  padding: 2.5rem 2.25rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.wound-card-cat h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1.75rem;
  border-bottom: 2px solid var(--border);
  padding-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
.wound-subcat {
  margin-bottom: 2rem;
}
.wound-subcat:last-child {
  margin-bottom: 0;
}
.wound-subcat h4 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.wound-subcat p {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.85rem;
}
.wound-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.wound-bullets li {
  font-size: 0.88rem;
  color: var(--muted);
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.4;
}
.wound-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: bold;
  font-size: 0.9rem;
}

.specialized-wounds-cat {
  background: var(--bg-alt);
  border-radius: 24px;
  padding: 2.5rem 2.25rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.specialized-wounds-cat h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1.75rem;
  border-bottom: 2px solid var(--border);
  padding-bottom: 0.75rem;
}
.specialized-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 990px) {
  .services-split-layout { grid-template-columns: 1fr; }
  .services-left-intro { position: static; margin-bottom: 2rem; }
  .services-right-grid { grid-template-columns: repeat(2, 1fr); }
  .specialized-grid { grid-template-columns: 1fr 1fr; }
  .wound-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 650px) {
  .services-right-grid { grid-template-columns: 1fr; }
  .specialized-grid { grid-template-columns: 1fr; }
  .accordion-content-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .wound-bullets { grid-template-columns: 1fr; }
  .services-banner { min-height: 180px; }
  .services-banner h1 { font-size: 1.8rem; }
}

/* ---------- Dark Mode Overrides ---------- */
body.dark .dropdown-menu { background: #14203a; border-color: #243450; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
body.dark .dropdown-menu a { color: #e7ecf5 !important; }
body.dark .dropdown-menu a:hover { background-color: #111d33 !important; color: var(--secondary) !important; }
body.dark .service-grid-card { background: #14203a; border-color: #243450; }
body.dark .service-grid-card h3 { color: #ffffff; }
body.dark .service-grid-card p { color: #a4b0c4; }
body.dark .accordion-item { background: #14203a; border-color: #243450; }
body.dark .accordion-header { color: #ffffff; }
body.dark .accordion-header:hover { background-color: #111d33; }
body.dark .accordion-content-inner { border-top-color: #243450; }
body.dark .accordion-desc p { color: #e7ecf5; }
body.dark .accordion-media img, body.dark .accordion-media video { border-color: #243450; }
body.dark .wound-types-section { background: #0b1424; border-top-color: #243450; }
body.dark .wound-types-section h2 { color: #ffffff; }
body.dark .wound-card-cat, body.dark .specialized-wounds-cat { background: #14203a; border-color: #243450; }
body.dark .wound-card-cat h3, body.dark .specialized-wounds-cat h3 { color: var(--secondary); border-bottom-color: #243450; }
body.dark .wound-subcat h4 { color: #ffffff; }
body.dark .wound-subcat p { color: #e7ecf5; }
body.dark .wound-bullets li { color: #a4b0c4; }

/* =====================================================================
   Medicare Coverage Page Custom Layout
   ===================================================================== */
.medicare-info-section {
  padding: 5.5rem 0;
  background: #ffffff;
}
.medicare-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4.5rem;
  align-items: center;
}
.medicare-left h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.medicare-intro {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 2rem;
}
.medicare-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.medicare-checklist li {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.5;
}
.medicare-checklist li .check-icon {
  background: #f0f4f9;
  color: var(--primary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.9rem;
  border: 1px solid var(--border);
}
.medicare-cta-box {
  margin-top: 2rem;
}

/* Medicare "How It Works" Card */
.how-it-works-card {
  background: var(--dark);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  color: #ffffff;
  box-shadow: 0 15px 40px rgba(12, 32, 69, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.how-it-works-card h3 {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2.2rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  padding-bottom: 0.85rem;
  letter-spacing: -0.01em;
}
.how-it-works-steps {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.how-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.how-step .step-num {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--secondary);
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  line-height: 1.1;
  font-family: var(--heading-font);
}
.how-step .step-body h4 {
  font-size: 1.12rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.35rem 0;
  line-height: 1.3;
}
.how-step .step-body p {
  font-size: 0.92rem;
  color: #b0c2de;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 990px) {
  .medicare-split {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .how-it-works-card {
    padding: 2.5rem 2rem;
  }
}

/* Dark Mode Overrides */
body.dark .medicare-info-section {
  background: #0b1424;
}
body.dark .medicare-checklist li {
  color: #e7ecf5;
}
body.dark .medicare-checklist li .check-icon {
  background: #14203a;
  color: var(--secondary);
  border-color: #243450;
}
body.dark .how-it-works-card {
  background: #14203a;
  border-color: #243450;
}
body.dark .how-step .step-body p {
  color: #a4b0c4;
}

/* =====================================================================
   Service Areas Page Custom Layout
   ===================================================================== */
.service-areas-page-section {
  padding: 5.5rem 0;
  background: #ffffff;
}
.service-areas-header {
  text-align: center;
  margin-bottom: 4.5rem;
}
.service-areas-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  margin-top: 0.5rem;
  letter-spacing: -0.01em;
}
.service-areas-intro {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 720px;
  margin: 1rem auto 0;
  line-height: 1.6;
}
.county-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin-bottom: 4rem;
}
.county-card {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 2.75rem 2rem;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.county-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(12, 32, 69, 0.08);
}
.county-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #e6f0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.75rem;
  color: var(--primary);
  border: 1px solid rgba(27, 102, 203, 0.1);
  z-index: 2;
}
.county-backdrop {
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  font-size: 5.5rem;
  font-weight: 850;
  color: var(--primary);
  opacity: 0.04;
  pointer-events: none;
  line-height: 1;
  font-family: var(--heading-font);
  user-select: none;
  z-index: 1;
}
.county-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.85rem;
  z-index: 2;
  line-height: 1.3;
}
.county-card p {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
  z-index: 2;
}
.service-areas-cta {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 990px) {
  .county-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .county-grid {
    grid-template-columns: 1fr;
  }
  .service-areas-header h2 {
    font-size: 2rem;
  }
}

/* Dark Mode Overrides */
body.dark .service-areas-page-section {
  background: #0b1424;
}
body.dark .county-card {
  background: #14203a;
  border-color: #243450;
}
body.dark .county-card h3 {
  color: #ffffff;
}
body.dark .county-card p {
  color: #e7ecf5;
}
body.dark .county-icon-box {
  background: #111d33;
  border-color: #243450;
}
body.dark .county-backdrop {
  color: #ffffff;
  opacity: 0.03;
}

/* =====================================================================
   Header Navigation Button CTAs
   ===================================================================== */
.main-nav ul li.menu-btn-item {
  display: flex;
  align-items: center;
}
.menu-btn-outline {
  border: 2px solid var(--primary);
  color: var(--primary) !important;
  background: transparent !important;
  padding: 0.4rem 0.8rem !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  transition: all 0.25s ease !important;
  margin-left: 0.35rem;
  line-height: 1 !important;
}
.menu-btn-outline:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
}

.menu-btn-solid {
  background: var(--primary) !important;
  color: #ffffff !important;
  padding: 0.4rem 0.85rem !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  transition: all 0.25s ease !important;
  margin-left: 0.35rem;
  border: 2px solid var(--primary) !important;
  line-height: 1 !important;
}
.menu-btn-solid:hover {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

/* =====================================================================
   Book a Visit Page Layout (Mockup Theme Grid)
   ===================================================================== */
.booking-section {
  padding: 5.5rem 0;
  background-color: var(--dark);
  background-image: 
    radial-gradient(rgba(27, 102, 203, 0.15) 1px, transparent 0),
    radial-gradient(rgba(27, 102, 203, 0.15) 1px, transparent 0);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.booking-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 5rem;
  align-items: start;
}
.booking-left {
  position: sticky;
  top: 100px;
}
.booking-left .eyebrow {
  color: var(--secondary);
}
.booking-left h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.booking-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #b0c2de;
  margin-bottom: 2.5rem;
}
.booking-contact-blocks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.contact-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.contact-box .c-icon {
  font-size: 1.4rem;
  color: var(--secondary);
}
.contact-box small {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: #a4b0c4;
  margin-bottom: 0.25rem;
}
.contact-box a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.05rem;
}
.contact-box a:hover {
  color: var(--secondary);
}
.booking-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.b-badge {
  background: rgba(27, 102, 203, 0.12);
  border: 1px solid rgba(27, 102, 203, 0.25);
  color: var(--secondary);
  border-radius: 50px;
  padding: 0.4rem 1.2rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.booking-card {
  background: rgba(11, 20, 36, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.booking-card h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.35rem;
}
.card-subtitle-info {
  font-size: 0.88rem;
  color: #a4b0c4;
  margin-bottom: 2rem;
}
.booking-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.booking-form-grid .field-full {
  grid-column: span 2;
}
.booking-form-element .frm-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a4b0c4;
  margin-bottom: 0.5rem;
}
.booking-form-element input, 
.booking-form-element select, 
.booking-form-element textarea {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  transition: border-color 0.2s, background-color 0.2s;
}
.booking-form-element select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}
.booking-form-element select option {
  background: #0b1424;
  color: #ffffff;
}
.booking-form-element input:focus, 
.booking-form-element select:focus, 
.booking-form-element textarea:focus {
  outline: 0;
  border-color: var(--secondary);
  background-color: rgba(255,255,255,0.06);
}
.booking-form-element textarea {
  min-height: 90px;
  resize: vertical;
}
.booking-alert-box {
  background: rgba(0, 173, 239, 0.05);
  border: 1px solid rgba(0, 173, 239, 0.2);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: 1.5rem 0;
}
.booking-alert-box .alert-icon {
  font-size: 1.2rem;
  line-height: 1;
}
.booking-alert-box p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #b0c2de;
  margin: 0;
}
.btn-booking-submit {
  width: 100%;
  background: var(--primary);
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  padding: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.25s;
}
.btn-booking-submit:hover {
  background: var(--secondary);
}
.hipaa-note {
  font-size: 0.72rem;
  color: #a4b0c4;
  line-height: 1.4;
  margin-top: 1.25rem;
  text-align: center;
}
.hipaa-note a {
  color: var(--secondary);
}

@media (max-width: 990px) {
  .booking-split {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .booking-left {
    position: static;
  }
}
@media (max-width: 1100px) {
  .main-nav ul li.menu-btn-item {
    width: 100%;
    justify-content: center;
  }
  .menu-btn-outline, .menu-btn-solid {
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0.7rem !important;
  }
  .booking-form-grid {
    grid-template-columns: 1fr;
  }
  .booking-form-grid .field-half {
    grid-column: span 2;
  }
}

/* =====================================================================
   Refer a Patient Page Layout
   ===================================================================== */
.commit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.commit-list li {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.5;
}
.commit-bullet {
  color: var(--secondary);
  font-weight: 700;
  flex-shrink: 0;
}
.commit-card {
  background: rgba(255, 255, 255, 0.04) !important;
}

.fax-download-strip {
  padding: 1.5rem 0;
  background: var(--secondary);
  color: var(--dark);
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.fax-download-strip a.download-link {
  color: var(--primary);
  text-decoration: underline;
  margin-left: 0.5rem;
}
.fax-download-strip a.download-link:hover {
  color: var(--dark);
}

.partner-solutions-section {
  padding: 5.5rem 0;
  background: #ffffff;
}
.sol-card {
  background: #ffffff;
  border: 1px solid var(--border);
}
.sol-card h3 {
  color: var(--primary);
}

.timeline-dark {
  background-color: #0b1424 !important;
}
.timeline-dark .how-step .step-num {
  background: rgba(0, 173, 239, 0.08);
  border: 1px solid rgba(0, 173, 239, 0.25);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--secondary);
  font-weight: 700;
}
.partners-card {
  background: rgba(255, 255, 255, 0.03) !important;
}

.doc-standards-section {
  padding: 5.5rem 0;
}
.documentation-cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}
.doc-small-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 1.75rem;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(12, 32, 69, 0.01);
}
.doc-small-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem 0;
}
.doc-small-card p {
  font-size: 0.95rem;
  color: var(--text);
  margin: 0;
  line-height: 1.55;
}
.doc-checklist-card {
  background: var(--dark) !important;
  box-shadow: 0 20px 50px rgba(12, 32, 69, 0.1) !important;
}

@media (max-width: 990px) {
  .referral-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 650px) {
  .referral-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Dark mode overrides */
body.dark .partner-solutions-section {
  background: #0b1424;
}
body.dark .sol-card {
  background: #14203a;
  border-color: #243450;
}
body.dark .sol-card h3 {
  color: #ffffff;
}
body.dark .sol-card p {
  color: #a4b0c4;
}
body.dark .doc-standards-section {
  background: #0b1424;
}
body.dark .doc-small-card {
  background: #14203a;
  border-color: #243450;
}
body.dark .doc-small-card h4 {
  color: #ffffff;
}
body.dark .doc-small-card p {
  color: #a4b0c4;
}
body.dark .doc-checklist-card {
  border-color: #243450;
}
body.dark .fax-download-strip {
  background: #111d33;
  color: #ffffff;
  border-top-color: #243450;
  border-bottom: 1px solid #243450;
}
body.dark .fax-download-strip a.download-link {
  color: var(--secondary);
}
body.dark .fax-download-strip a.download-link:hover {
  color: #ffffff;
}


