#preloader,
body {
  background: var(--bg);
}
#emergency-bar,
.small-caps {
  font-family: var(--mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}
#emergency-bar,
.hero-badge-text,
.logo-tagline,
.small-caps {
  text-transform: uppercase;
}
#preloader.hidden,
#scroll-top {
  opacity: 0;
  visibility: hidden;
}
.ambulance-icon-large,
.brain-icon-large,
.child-icon-large,
.cta-section,
.heart-icon-large,
.trust-item {
  text-align: center;
}
.footer-links,
.nav-links,
.pricing-features,
.treatment-card-features {
  list-style: none;
}
.btn,
.faq-question {
  touch-action: manipulation;
  min-height: 44px;
  cursor: pointer;
}
.btn-ghost:hover,
a {
  text-decoration: underline;
}
#scroll-top,
.btn,
.faq-question,
.filter-btn,
.mobile-menu-btn,
select.form-control {
  cursor: pointer;
}
.about-main-block::before,
.cta-section::before,
.emergency-cta-section::before,
.emergency-section::after,
.emergency-section::before,
.nav-links a::after,
.stats-bar::after,
body::before {
  content: "";
  content: "";
  content: "";
}
:root {
  --bg: #fafaf8;
  --fg: #1a1a1a;
  --muted: #f5f3f0;
  --muted-fg: #6b6b6b;
  --accent: #b8860b;
  --accent-light: #d4a84b;
  --border: #e8e4df;
  --card: #ffffff;
  --emergency: #dc2626;
  --emergency-dark: #991b1b;
  --medical-blue: #1d4ed8;
  --medical-blue-light: #eff6ff;
  --teal: #0f766e;
  --teal-light: #f0fdfa;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Source Sans 3", system-ui, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: var(--sans);
  color: var(--fg);
  line-height: 1.75;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}
.small-caps {
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--accent);
}
.btn,
.nav-links a {
  font-size: 0.875rem;
}
.container,
.container-narrow {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-lg {
  padding: 8rem 0;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section-label::after,
.section-label::before {
  content: "";
  height: 1px;
  background: var(--border);
  flex: 1;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.75rem;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.2s ease-out;
  text-decoration: none;
  white-space: nowrap;
}
.logo-text,
.preloader-logo,
h1,
h2,
h3,
h4 {
  letter-spacing: -0.01em;
}
.footer-links a,
.mobile-nav-link,
.nav-links a {
  text-decoration: none;
  transition: color 0.2s;
}
.btn-gold {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 1px 4px rgba(184, 134, 11, 0.2);
}
.btn-gold:hover {
  background: var(--accent-light);
  border-color: var(--accent-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}
.btn-emergency {
  background: var(--emergency);
  color: #fff;
  border-color: var(--emergency);
  animation: 3s ease-in-out infinite subtle-pulse;
}
.btn-emergency:hover {
  background: var(--emergency-dark);
  border-color: var(--emergency-dark);
  transform: translateY(-1px);
}
.btn-outline {
  background: 0 0;
  color: var(--fg);
  border-color: var(--fg);
}
.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(184, 134, 11, 0.04);
}
.btn-ghost {
  background: 0 0;
  color: var(--muted-fg);
  border-color: transparent;
}
.btn-ghost:hover {
  color: var(--fg);
  text-underline-offset: 4px;
  text-decoration-color: var(--accent);
}
@keyframes subtle-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(220, 38, 38, 0);
  }
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transition: opacity 0.6s, visibility 0.6s;
}
.preloader-logo {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--fg);
}
.heartbeat-container {
  position: relative;
  width: 200px;
  height: 60px;
}
.heartbeat-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--border);
}
.heartbeat-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 60px;
  overflow: visible;
}
.heartbeat-path {
  fill: none;
  stroke: var(--emergency);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: 1.8s ease-in-out infinite draw-heartbeat;
}
.emergency-dot,
.hero-badge-dot {
  animation: 1.5s ease-in-out infinite blink;
}
@keyframes draw-heartbeat {
  0% {
    stroke-dashoffset: 400;
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
#emergency-bar {
  background: var(--emergency);
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.emergency-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.emergency-bar-items {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.emergency-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.9;
}
.logo,
.navbar-inner {
  align-items: center;
  display: flex;
}
.emergency-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.emergency-number {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}
#navbar {
  position: sticky;
  top: 36px;
  z-index: 999;
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: 0.3s;
}
#navbar.scrolled {
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
}
.navbar-inner {
  justify-content: space-between;
  height: 68px;
}
.logo {
  gap: 0.5rem;
  text-decoration: none;
  color: var(--fg);
}
.logo-icon {
  width: 32px;
  height: 32px;
  background: var(--emergency);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-cross {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}
.logo-text {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}
.logo-tagline {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--muted-fg);
  display: block;
  margin-top: -2px;
}
#hero,
.mobile-nav.open,
.nav-links,
.nav-right {
  display: flex;
}
.nav-links {
  align-items: center;
  gap: 2.5rem;
}
.nav-links a {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--muted-fg);
  position: relative;
}
.nav-links a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.2s ease-out;
}
.author-name,
.nav-links a:hover {
  color: var(--fg);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-right {
  align-items: center;
  gap: 1rem;
}
.mobile-menu-btn {
  display: none;
  background: 0 0;
  border: none;
  padding: 0.5rem;
  color: var(--fg);
}
.hero-bg-glow,
.hero-bg-ring {
  border-radius: 50%;
  pointer-events: none;
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 998;
  padding: 5rem 2rem 2rem;
  flex-direction: column;
  gap: 0;
      padding-top: 130px;
}
#hero,
.hero-inner {
  align-items: center;
}
.mobile-nav-link {
  display: block;
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--fg);
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.faq-question:hover,
.mobile-nav-link:hover,
.read-more:hover,
a:hover {
  color: var(--accent);
}
#hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: linear-gradient(160deg, #fafaf8 60%, #fef2f2 100%);
}
.hero-bg-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(220, 38, 38, 0.05) 0,
    transparent 70%
  );
  top: -200px;
  right: -200px;
}
.hero-bg-ring {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(220, 38, 38, 0.08);
  bottom: -100px;
  left: -100px;
}
.hero-bg-ring-2 {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(184, 134, 11, 0.08);
  top: 15%;
  left: 5%;
  pointer-events: none;
}
.about-visual,
.blog-image,
.emergency-inner,
.emergency-section,
.hero-inner,
.hero-visual,
.page-hero-visual {
  position: relative;
}
.hero-inner {
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  padding: 5rem 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.15);
  border-radius: 100px;
  padding: 0.4rem 1rem;
  margin-bottom: 2rem;
}
.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--emergency);
  border-radius: 50%;
}
.hero-badge-text {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--emergency);
}
.hero-title {
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 5vw, 3.2rem);
}
.article-title em,
.hero-title em {
  font-style: italic;
  color: var(--emergency);
}
.hero-subtitle {
  color: var(--muted-fg);
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 40ch;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.trust-number {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--fg);
  display: block;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.trust-label,
.vital-subtitle {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-fg);
}
.trust-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}
.ambulance-hero-card,
.cardiology-hero-card,
.hero-card-main,
.neuro-hero-card,
.ortho-hero-card,
.pediatric-hero-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(26, 26, 26, 0.08);
  position: relative;
  z-index: 2;
}
.hero-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.vital-icon {
  width: 40px;
  height: 40px;
  background: #fef2f2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--emergency);
}
.vital-title {
  font-family: var(--serif);
  font-size: 1rem;
  margin-bottom: 0.1rem;
}
.contact-label,
.vital-metric-label,
.vital-status {
  font-family: var(--mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.vital-status {
  margin-left: auto;
  background: #ecfdf5;
  color: #059669;
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
}
.vitals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.vital-metric {
  background: var(--muted);
  border-radius: 10px;
  padding: 0.875rem;
}
.contact-label,
.vital-metric-label {
  color: var(--muted-fg);
  margin-bottom: 0.25rem;
}
.dept-number,
.vital-metric-value {
  font-size: 1.5rem;
  font-family: var(--serif);
  line-height: 1;
}
.vital-metric-value {
  color: var(--fg);
}
.vital-metric-value small {
  font-family: var(--sans);
  font-size: 0.7rem;
  color: var(--muted-fg);
  font-weight: 400;
  font-style: normal;
  margin-left: 0.25rem;
}
.page-hero-title em,
.testimonial-text {
  font-style: italic;
}
.ecg-line {
  width: 100%;
  height: 50px;
}
.diagnostics-grid,
.equipment-grid,
.facilities-grid,
.milestones-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}
.conditions-grid,
.departments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.condition-item,
.dept-item {
  background: var(--card);
  padding: 2rem 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: background 0.2s;
  cursor: pointer;
}
.doctor-avatar,
.doctor-image {
  align-items: center;
  display: flex;
}
.condition-item:hover,
.dept-item:hover {
  background: rgba(220, 38, 38, 0.02);
}
.dept-number {
  color: rgba(220, 38, 38, 0.2);
  min-width: 2rem;
}
.condition-name,
.dept-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--fg);
}
.condition-sub,
.dept-sub {
  font-size: 0.8125rem;
  color: var(--muted-fg);
  margin-top: 0.15rem;
}
.doctor-image {
  justify-content: center;
}
.doctor-avatar {
  justify-content: center;
  font-family: var(--serif);
  color: var(--muted-fg);
  background: var(--muted);
}
.emergency-inner,
.pricing-grid {
  display: grid;
  align-items: center;
}
.emergency-section {
  background: linear-gradient(
    135deg,
    var(--emergency-dark) 0,
    var(--emergency) 100%
  );
  padding: 6rem 0;
  overflow: hidden;
}
.emergency-section::before {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  top: -200px;
  right: -100px;
}
.emergency-section::after {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  bottom: -150px;
  left: -50px;
}
.emergency-inner {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.emergency-content h2,
.emergency-cta-inner h2 {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-bottom: 1rem;
}
.emergency-content p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}
.emergency-phone-icon {
  font-size: 1.5rem;
  color: #fff;
}
.ambulance-hero-stats,
.cardiology-hero-stats,
.emergency-cards,
.form-row,
.hero-card-stats,
.neuro-hero-stats,
.ortho-hero-stats,
.pediatric-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.emergency-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}
.emergency-card-icon {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}
.emergency-card-title {
  font-family: var(--serif);
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.pricing-badge,
.pricing-tier {
  font-family: var(--mono);
  text-transform: uppercase;
}
.emergency-card-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}
.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pricing-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  transition: 0.2s ease-out;
}
.pricing-card.featured {
  border-color: var(--emergency);
  border-top: 2px solid var(--emergency);
  box-shadow: 0 16px 48px rgba(220, 38, 38, 0.1);
  transform: scale(1.03);
}
.newsletter-section,
.pricing-desc {
  border-bottom: 1px solid var(--border);
}
.pricing-badge {
  display: inline-block;
  background: var(--emergency);
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
.pricing-tier {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--muted-fg);
  margin-bottom: 0.75rem;
}
.pricing-price {
  font-family: var(--serif);
  font-size: 3.5rem;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.pricing-price span {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--muted-fg);
  font-weight: 400;
  vertical-align: middle;
}
.pricing-desc,
.pricing-features li {
  font-size: 0.875rem;
  color: var(--muted-fg);
}
.pricing-desc {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
}
.pricing-features {
  margin-bottom: 2rem;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}
.pricing-features li span,
.treatment-card-features li span {
  color: #059669;
  flex-shrink: 0;
}
.blog-grid,
.testimonials-grid,
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.blog-card {
  background: var(--card);
  border: 1px solid var(--border);
}
.blog-card:hover {
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.07);
}
.blog-image {
  height: 180px;
  background: linear-gradient(135deg, #f5f3f0 0, #eff6ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.blog-card-category,
.blog-category,
.blog-date {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  font-family: var(--mono);
  text-transform: uppercase;
}
.blog-card-category,
.blog-category {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  color: var(--accent);
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  border: 1px solid var(--border);
}
#scroll-top,
.cta-section,
footer {
  background: var(--fg);
}
.blog-content,
.doctor-info,
.fleet-card-body {
  padding: 1.5rem;
}
.blog-date {
  color: var(--muted-fg);
  margin-bottom: 0.75rem;
}
.blog-title {
  font-family: var(--serif);
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  color: var(--fg);
}
.blog-excerpt,
.env-feature-desc,
.process-step-desc,
.rehab-step-desc,
.why-feature-desc {
  font-size: 0.875rem;
  color: var(--muted-fg);
  line-height: 1.7;
}
.cta-section {
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(184, 134, 11, 0.08) 0,
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.cta-section h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.6);
  max-width: 50ch;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 1;
}
.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.newsletter-section {
  border-top: 1px solid var(--border);
}
.blog-card-footer,
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer {
  color: rgba(255, 255, 255, 0.7);
  padding: 5rem 0 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}
.about-grid,
.contact-grid,
.environment-grid,
.why-grid {
  grid-template-columns: 1fr 1fr;
}
.footer-brand .logo-text {
  color: #fff;
}
.footer-brand .logo-tagline {
  color: rgba(255, 255, 255, 0.4);
}
.footer-brand p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 1rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-social {
  display: flex;
  gap: 0.75rem;
}
.social-link {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.2s;
}
.social-link:hover {
  border-color: var(--accent-light);
  color: var(--accent-light);
}
.footer-col h4 {
  font-family: var(--mono);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.25rem;
}
.footer-links li + li {
  margin-top: 0.6rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
.footer-links a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
#scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  color: #fff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.2s ease-out;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.2);
      background: #dd2929 !important;
}
#scroll-top.visible {
  opacity: 1;
  visibility: visible;
}
#scroll-top:hover {
  background: var(--emergency);
  transform: translateY(-2px);
}
.environment-grid,
.why-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
}
.environment-feature,
.why-feature {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}
.environment-feature:last-child,
.why-feature:last-child {
  border-bottom: none;
}
.env-icon,
.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.env-feature-title,
.why-feature-title {
  font-family: var(--serif);
  font-size: 1.0625rem;
  margin-bottom: 0.4rem;
}
.about-grid {
  display: grid;
  gap: 5rem;
  align-items: center;
}
.about-main-block {
  background: linear-gradient(135deg, #1d4ed8 0, #1e40af 100%);
  border-radius: 16px;
  padding: 3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.about-main-block::before {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: -100px;
  right: -100px;
}
.about-stat-big {
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--accent-light);
  margin-bottom: 0.5rem;
}
.about-stat-text,
.page-hero-badge-text {
  font-family: var(--mono);
  text-transform: uppercase;
}
.about-stat-text {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
}
.about-float-card {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.1);
  border: 1px solid var(--border);
}
.about-float-row,
.article-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.about-float-icon {
  width: 36px;
  height: 36px;
  background: #fef2f2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--emergency);
  font-size: 1rem;
}
.about-float-title,
.author-name {
  font-weight: 600;
  font-size: 0.875rem;
}
.about-float-desc {
  font-size: 0.75rem;
  color: var(--muted-fg);
}
.page-hero-badge-text,
.page-hero-title em {
  color: var(--neuro);
  color: var(--ortho);
}
.contact-section {
  padding: 7rem 0;
}
.contact-grid {
  display: grid;
  gap: 5rem;
}
.contact-info-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}
.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.contact-value {
  font-weight: 500;
  font-size: 0.9375rem;
}
.sticky-emergency-mobile {
  display: none;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .about-grid,
  .appointment-inner,
  .blog-grid,
  .contact-grid,
  .departments-grid,
  .emergency-inner,
  .form-row,
  .hero-inner,
  .pricing-grid,
  .testimonials-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .about-visual,
  .hero-visual,
  .nav-links,
  .nav-right .btn-outline {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .hero-inner {
    text-align: center;
  }
  .hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-buttons .btn,
  .hero-buttons,
  .hero-trust {
    justify-content: center;
  }
  .emergency-cards {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .pricing-card.featured {
    transform: none;
  }
  .newsletter-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .sticky-emergency-mobile {
    display: block;
  }
  #scroll-top {
    bottom: 5rem;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 480px) {
  .emergency-bar-items,
  .hero-trust {
    gap: 1rem;
  }
  .emergency-bar-items .emergency-item:nth-child(2) {
    display: none;
  }
  .emergency-cards {
    grid-template-columns: 1fr;
  }
}
.page-hero {
  display: flex;
  align-items: center;
}
.page-hero-bg-glow {
  pointer-events: none;
}
.page-hero-badge {
  display: inline-flex;
  align-items: center;
}
.page-hero-badge-dot {
  background: var(--neuro);
}
.page-hero-badge-text {
  color: var(--neuro);
}
.page-hero-title em {
  color: var(--neuro);
}
.brain-icon-large {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: 2s ease-in-out infinite pulse-brain;
}
@keyframes pulse-brain {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.ambulance-hero-stat,
.cardiology-hero-stat,
.neuro-hero-stat,
.ortho-hero-stat,
.pediatric-hero-stat {
  background: var(--muted);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}
.neuro-hero-stat-value {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--neuro);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.ambulance-hero-stat-label,
.author-meta,
.cardiology-hero-stat-label,
.float-label,
.neuro-hero-stat-label,
.ortho-hero-stat-label,
.pediatric-hero-stat-label {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-fg);
}
.float-icon-neuro {
  background: var(--neuro-light);
  color: var(--neuro);
}
.author-avatar,
.rehab-step-number {
  background: var(--neuro);
  align-items: center;
  display: flex;
}
.rehab-step-number {
  background: var(--neuro);
  font-family: var(--serif);
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-avatar,
.faq-question {
  display: flex;
  align-items: center;
}
.testimonial-quote {
  font-family: var(--serif);
  color: var(--neuro);
}
.author-avatar {
  justify-content: center;
  background: var(--neuro);
  flex-shrink: 0;
}
.faq-question {
  justify-content: space-between;
  font-family: var(--serif);
  color: var(--fg);
  touch-action: manipulation;
}
.emergency-cta-section {
  background: linear-gradient(135deg, #5b21b6 0, #7c3aed 100%);
}
.emergency-number-display {
  display: inline-flex;
  align-items: center;
  backdrop-filter: blur(10px);
}
#faq {
  background-color: #fff;
}
.child-icon-large {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: 3s ease-in-out infinite float-baby;
}
@keyframes float-baby {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.pediatric-hero-stat-value {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.card-icon-teal,
.float-icon-teal {
  background: var(--teal-light);
  color: var(--teal);
}
.diagnostic-card,
.equipment-card,
.facility-card,
.milestone-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: 0.2s ease-out;
}
.author-avatar,
.rehab-step-number {
  background: var(--teal);
  display: flex;
}
.milestone-card:hover {
  border-color: rgba(15, 118, 110, 0.2);
  box-shadow: 0 6px 20px rgba(26, 26, 26, 0.05);
}
.diagnostic-icon,
.equipment-icon,
.facility-icon,
.milestone-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.diagnostic-title,
.equipment-title,
.facility-title,
.milestone-title {
  font-family: var(--serif);
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.diagnostic-desc,
.equipment-desc,
.facility-desc,
.milestone-desc {
  font-size: 0.8125rem;
  color: var(--muted-fg);
  line-height: 1.6;
}
.testimonial-quote {
  font-family: var(--serif);
  color: var(--teal);
}
.author-avatar {
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.heart-icon-large {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: 1.2s ease-in-out infinite heartbeat-pulse;
}
@keyframes heartbeat-pulse {
  0%,
  100%,
  30%,
  60% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.25);
  }
  45% {
    transform: scale(1.15);
  }
}
.ambulance-hero-stat-value,
.cardiology-hero-stat-value {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--emergency);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.breadcrumb span {
  color: var(--emergency);
}
.rehab-step-number {
  font-family: var(--serif);
  align-items: center;
  justify-content: center;
}
.testimonial-quote {
  font-family: var(--serif);
  color: var(--accent);
  opacity: 0.5;
}
.author-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--medical-blue);
  flex-shrink: 0;
}
.ambulance-icon-large {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: 3s ease-in-out infinite float-ambulance;
}
@keyframes float-ambulance {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.card-icon-blue,
.float-icon-blue {
  background: var(--medical-blue-light);
  color: var(--medical-blue);
}
.card-accent-top {
  border-top: 2px solid var(--emergency);
}
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.blog-grid,
.related-grid {
  grid-template-columns: repeat(3, 1fr);
}
.doctor-card,
.fleet-card,
.treatment-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.blog-card:hover,
.doctor-card:hover,
.fleet-card:hover,
.treatment-card:hover {
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.08);
  transform: translateY(-2px);
}
.fleet-card-image {
  height: 180px;
  background: linear-gradient(135deg, #f5f3f0 0, #fef2f2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
}
.fleet-card-badge,
.fleet-card-features li,
.treatment-card-badge {
  font-family: var(--mono);
  font-size: 0.6rem;
  text-transform: uppercase;
}
.fleet-card-badge,
.treatment-card-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  letter-spacing: 0.1em;
  background: rgba(26, 26, 26, 0.8);
  color: #fff;
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.fleet-card-title {
  font-family: var(--serif);
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.fleet-card-desc {
  font-size: 0.875rem;
  color: var(--muted-fg);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.faq-answer,
p {
  line-height: 1.8;
}
.fleet-card-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.fleet-card-features li {
  letter-spacing: 0.06em;
  background: var(--muted);
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  color: var(--muted-fg);
}
.process-connector {
  background: var(--border);
}
.emergency-number-display {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1.25rem 2rem;
  margin-bottom: 2rem;
}
.emergency-phone-number {
  font-family: var(--serif);
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.02em;
}
.equipment-card:hover,
.facility-card:hover {
  border-color: rgba(220, 38, 38, 0.2);
  box-shadow: 0 6px 20px rgba(26, 26, 26, 0.05);
}
.faq-search-container {
  max-width: 600px;
  margin: 0 auto 2rem;
  position: relative;
}
.faq-search-input {
  width: 100%;
  height: 52px;
  padding: 0 3rem 0 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--fg);
  outline: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-question,
a {
  transition: color 0.2s;
}
.faq-search-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}
.card:hover,
.related-card:hover {
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.07);
}
.faq-search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted-fg);
  font-size: 1.2rem;
  pointer-events: none;
}
.filter-btn {
  font-family: var(--mono);
  text-transform: uppercase;
  border: 1px solid var(--border);
  color: var(--muted-fg);
}
.faq-category-title,
.faq-question,
h1,
h2,
h3,
h4 {
  font-family: var(--serif);
}
.article-header,
.faq-category-group {
  margin-bottom: 2rem;
}
.blog-card-date,
.blog-card-title,
.faq-category-title,
h2 {
  margin-bottom: 0.75rem;
}
.faq-category-title {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--border);
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  background: 0 0;
  border: none;
  text-align: left;
  font-size: 1.0625rem;
  color: var(--fg);
}
.no-results,
.process-step:last-child .process-connector,
.rehab-step:last-child .rehab-connector {
  display: none;
}
.blog-card-date,
.page-hero-badge-text {
  font-family: var(--mono);
  text-transform: uppercase;
}
.faq-answer,
.faq-chevron,
.no-results,
p {
  color: var(--muted-fg);
}
.faq-chevron {
  font-size: 1.25rem;
  transition: transform 0.2s ease-out;
  flex-shrink: 0;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.2s ease-out;
  font-size: 0.9375rem;
}
.faq-item.open .faq-answer {
  max-height: 400px;
  padding-bottom: 1.25rem;
}
.no-results {
  text-align: center;
  padding: 3rem;
}
.no-results.visible {
  display: block;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1.15;
}
h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  margin-top: 2.5rem;
}
h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--fg);
}
p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.page-hero-badge-text,
.page-hero-title em,
a {
  color: var(--medical-blue);
}
a {
  text-underline-offset: 2px;
}
.section {
  padding: 4rem 0;
}
.page-hero-badge-dot {
  background: var(--medical-blue);
}
.blog-grid {
  display: grid;
  gap: 2rem;
}
.blog-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s ease-out;
  display: flex;
  flex-direction: column;
}
.breadcrumb a,
.read-more {
  text-decoration: none;
  transition: color 0.2s;
}
.blog-author,
.blog-card-image {
  align-items: center;
  display: flex;
}
.blog-card-image {
  height: 200px;
  justify-content: center;
  font-size: 3rem;
  position: relative;
}
.blog-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-date {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--muted-fg);
}
.blog-card-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--fg);
}
.article-category,
.filter-btn,
.read-more {
  font-family: var(--mono);
  text-transform: uppercase;
}
.blog-card-excerpt {
  font-size: 0.875rem;
  color: var(--muted-fg);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 1.5rem;
}
.blog-author {
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--muted-fg);
}
.author-avatar-small {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background: var(--medical-blue);
  flex-shrink: 0;
}
.read-more {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--medical-blue);
  font-weight: 500;
}
.category-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.article-category,
.article-title {
  margin-bottom: 1.5rem;
}
.filter-btn {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted-fg);
  transition: 0.2s;
  min-height: 36px;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--medical-blue);
  color: #fff;
  border-color: var(--medical-blue);
}
.newsletter-section {
  background: var(--muted);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.article-category {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--emergency);
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.15);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
}
.article-meta,
.newsletter-section {
  border-bottom: 1px solid var(--border);
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  color: var(--muted-fg);
  font-size: 0.9375rem;
  padding-bottom: 2rem;
}
.author-avatar-large {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  background: var(--medical-blue);
  flex-shrink: 0;
}
.author-info {
  display: flex;
  flex-direction: column;
}
.author-credentials {
  font-size: 0.8125rem;
  color: var(--muted-fg);
}
.article-date,
.reading-time {
  font-size: 0.7rem;
  color: var(--muted-fg);
  font-family: var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reading-time {
  margin-left: auto;
}
.featured-image {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fef2f2 0, #fecaca 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  margin-bottom: 3rem;
  border: 1px solid var(--border);
}
.article-content h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: var(--fg);
}
.article-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--fg);
}
.article-content p {
  margin-bottom: 1.5rem;
  color: var(--muted-fg);
  line-height: 1.85;
}
.article-content ol,
.article-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  color: var(--muted-fg);
}
.article-content li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
.article-content strong {
  color: var(--fg);
  font-weight: 600;
}
.article-content blockquote {
  border-left: 4px solid var(--emergency);
  background: rgba(220, 38, 38, 0.03);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--muted-fg);
}
.article-content .highlight-box ul,
.article-content blockquote p {
  margin-bottom: 0;
}
.article-content .highlight-box {
  background: var(--medical-blue-light);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
}
.author-bio-card,
.related-card {
  border: 1px solid var(--border);
}
.article-content .highlight-box h3 {
  color: var(--medical-blue);
  margin-top: 0;
}
.author-bio-card {
  display: flex;
  gap: 2rem;
  background: var(--card);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 4rem;
  align-items: center;
}
.author-bio-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--medical-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  flex-shrink: 0;
}
.author-bio-text h4 {
  font-family: var(--serif);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.author-bio-text p {
  font-size: 0.9375rem;
  color: var(--muted-fg);
  line-height: 1.7;
}
.related-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.related-card {
  background: var(--card);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s ease-out;
  text-decoration: none;
  color: var(--fg);
  display: block;
}
.related-card:hover {
  transform: translateY(-2px);
}
.related-card-image {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.related-card-body {
  padding: 1.25rem;
}
.related-card-date {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-fg);
  margin-bottom: 0.5rem;
}
.related-card-title {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.4;
}
.newsletter-section {
  background: var(--muted);
  padding: 4rem 0;
  border-top: 1px solid var(--border);
  margin-top: 6rem;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.newsletter-form {
  display: flex;
  gap: 0.75rem;
  flex: 1;
  max-width: 400px;
}
.newsletter-input {
  flex: 1;
  height: 44px;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 0.9375rem;
  color: var(--fg);
  outline: 0;
  transition: border-color 150ms;
}
.float-icon,
.hero-card-float {
  align-items: center;
  display: flex;
}
.newsletter-input:focus {
  border-color: var(--accent);
}
.ortho-hero-stat-value {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--ortho);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.hero-card-float {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 0.875rem 1rem;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
  gap: 0.75rem;
  font-size: 0.8rem;
  z-index: 3;
}
.float-1 {
  top: -20px;
  right: -20px;
}
.float-2 {
  bottom: -20px;
  left: -20px;
}
.float-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.appointment-form,
.card {
  border: 1px solid var(--border);
}
.card-icon-red,
.float-icon-red {
  background: #fef2f2;
  color: var(--emergency);
}
.card-icon-ortho,
.float-icon-ortho {
  background: var(--ortho-light);
  color: var(--ortho);
}
.float-value {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--fg);
}
.breadcrumb,
.breadcrumb a {
  color: var(--muted-fg);
}
.breadcrumb {
  font-family: var(--mono);
  text-transform: uppercase;
}
.rehab-step-number,
.stat-number,
.testimonial-quote,
.treatment-card-title {
  font-family: var(--serif);
}
.breadcrumb a:hover {
  color: var(--accent);
  color: #fff;
}
.breadcrumb span {
  color: var(--ortho);
}
.card {
  background: var(--card);
  border-radius: 12px;
  padding: 2rem;
  transition: 0.2s ease-out;
}
.card:hover {
  border-color: rgba(234, 88, 12, 0.2);
}
.card-accent-top {
  border-top: 2px solid var(--ortho);
}
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.card-icon-gold {
  background: rgba(184, 134, 11, 0.08);
  color: var(--accent);
}
.stats-bar::after {
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--emergency),
    transparent
  );
}
.stat-number {
  color: var(--accent-light);
}
.treatment-card-image {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
}
.treatment-card-body {
  padding: 1.75rem;
}
.treatment-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.treatment-card-desc {
  font-size: 0.875rem;
  color: var(--muted-fg);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.treatment-card-features li {
  font-size: 0.8125rem;
  color: var(--muted-fg);
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.diagnostic-card:hover {
  border-color: rgba(234, 88, 12, 0.2);
  box-shadow: 0 6px 20px rgba(26, 26, 26, 0.05);
}
.process-grid,
.rehab-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}
.process-step,
.rehab-step {
  text-align: center;
  position: relative;
}
.rehab-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ortho);
  color: #fff;
  font-size: 1.5rem;
  justify-content: center;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 2;
}
.process-step-title,
.rehab-step-title {
  font-family: var(--serif);
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
}
.rehab-step-title{color: #fff;}
.rehab-connector {
  position: absolute;
  top: 28px;
  left: 65%;
  width: 70%;
  height: 1px;
  background: var(--border);
  z-index: 1;
}
.testimonial-quote {
  color: var(--ortho);
  opacity: 0.4;
}
.author-avatar {
  justify-content: center;
  background: var(--ortho);
  flex-shrink: 0;
}
.appointment-section {
  background: var(--muted);
  padding: 7rem 0;
}
.appointment-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
  align-items: start;
}
.appointment-form {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(26, 26, 26, 0.06);
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-label {
  display: block;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-fg);
  margin-bottom: 0.5rem;
}
.form-control {
  width: 100%;
  height: 44px;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 0.9375rem;
  color: var(--fg);
  transition: 150ms ease-out;
  outline: 0;
  -webkit-appearance: none;
}
.form-control:hover {
  border-color: rgba(26, 26, 26, 0.3);
}
.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.12);
}
textarea.form-control {
  height: 100px;
  padding-top: 0.75rem;
  resize: vertical;
}
.page-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, #fafaf8 55%, #fff7ed 100%);
}
.page-hero-bg-glow,
.page-hero-bg-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.page-hero-bg-glow {
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(234, 88, 12, 0.06) 0,
    transparent 70%
  );
  top: -150px;
  right: -150px;
}
.page-hero-bg-ring {
  width: 400px;
  height: 400px;
  border: 1px solid rgba(234, 88, 12, 0.08);
  bottom: -80px;
  left: -80px;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
  padding: 4rem 0;
}
.page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(234, 88, 12, 0.08);
  border: 1px solid rgba(234, 88, 12, 0.15);
  border-radius: 100px;
  padding: 0.4rem 1rem;
  margin-bottom: 2rem;
}
.page-hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--ortho);
  border-radius: 50%;
  animation: 1.5s ease-in-out infinite blink;
}
.page-hero-badge-text {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.page-hero-title {
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
}
.page-hero-subtitle {
  color: var(--muted-fg);
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 42ch;
}
.page-hero-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.bone-icon-large {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1rem;
  animation: 2.5s ease-in-out infinite float-bone;
}
@keyframes float-bone {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.emergency-number-display-large {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
}
.hero-card,
.hero-card-stat {
  background: rgba(255, 255, 255, 0.05);
}
.emergency-phone-number-large {
  font-family: var(--serif);
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.02em;
}
.hero-card {
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
}
.hero-card-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}
.hero-card-stat {
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
}
.hero-card-stat-value {
  font-family: var(--serif);
  font-size: 2rem;
  color: #fca5a5;
  line-height: 1;
  margin-bottom: 0.25rem;
  display: block;
}
.breadcrumb,
.hero-card-stat-label {
  font-family: var(--mono);
  text-transform: uppercase;
}
.breadcrumb,
.breadcrumb a,
.hero-card-stat-label {
  color: rgba(255, 255, 255, 0.5);
}
.hero-card-stat-label {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}
.breadcrumb {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.breadcrumb span {
  color: #fca5a5;
}
.stats-bar {
  background: var(--fg);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-item {
  text-align: center;
  padding: 1rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.stat-item:last-child {
  border-right: none;
}
.stat-number {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
  color: #fca5a5;
}
.stat-label {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.doctor-dept-badge,
.doctor-specialty {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.condition-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}
.process-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--emergency);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 2;
}
.process-connector {
  position: absolute;
  top: 28px;
  left: 65%;
  width: 70%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--border) 0,
    var(--border) 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 1;
}
.doctor-avatar,
.doctor-image {
  align-items: center;
  position: relative;
}
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.doctor-image {
  height: 200px;
  background: linear-gradient(135deg, #fef2f2 0, #fecaca 100%);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.doctor-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  background: var(--muted);
  z-index: 1;
}
.doctor-meta,
.testimonial-author {
  align-items: center;
  border-top: 1px solid var(--border);
}
.doctor-dept-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(26, 26, 26, 0.8);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.6rem;
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.doctor-name {
  font-family: var(--serif);
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.doctor-specialty {
  font-family: var(--mono);
  font-size: 0.65rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.doctor-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: var(--muted-fg);
  padding-top: 0.75rem;
}
.testimonial-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
}
.testimonial-quote {
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--emergency);
  line-height: 0.7;
  margin-bottom: 1rem;
  display: block;
  opacity: 0.3;
}
.testimonial-text {
  font-size: 0.9375rem;
  color: var(--muted-fg);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.testimonial-author {
  display: flex;
  gap: 0.75rem;
  padding-top: 1rem;
}
.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: var(--emergency);
  flex-shrink: 0;
}
.star-rating {
  color: var(--accent);
  font-size: 0.75rem;
  margin-left: auto;
}
.emergency-cta-section {
  background: linear-gradient(
    135deg,
    var(--emergency-dark) 0,
    var(--emergency) 100%
  );
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.emergency-cta-section::before {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  top: -200px;
  right: -100px;
}
.emergency-cta-inner {
  position: relative;
  z-index: 1;
}
.emergency-cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}
#milestones h2{color: #fff;}
#conditions h2{color: #fff;}
#team h2{color: #fff;}
#diagnostics h2{color: #fff;}
#process h2{color: #fff;}
#equipment h2{color: #fff;}
.container-narrow  h1{padding-top: 2%;text-align: center;}
.last-updated{text-align: center;}
.article-title{text-align: left !important;}
#facilities h2{color: #fff;}
#testimonials h2{color: #fff;}

.footer-bottom a{color:rgba(255,255,255,0.8); text-decoration:none; font-size:0.9rem;}
.emergency-cta-inner .btn-white-outline{color: #fff !important;}
html,
body {
    overflow-x: hidden;
    width: 100%;
}
/* ============================= */
/* MOBILE RESPONSIVE CSS FIXES  */
/* ============================= */

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden !important;
    width: 100%;
  }

  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
    height: auto;
  }

  .container,
  .container-narrow {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* HERO */
  .hero-inner,
  .page-hero-inner,
  .about-grid,
  .contact-grid,
  .why-grid,
  .environment-grid,
  .appointment-inner,
  .emergency-inner,
  .pricing-grid,
  .blog-grid,
  .related-grid,
  .testimonials-grid,
  .doctors-grid,
  .treatments-grid,
  .process-grid,
  .rehab-timeline,
  .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }

  .hero-title,
  .page-hero-title,
  h1 {
    font-size: 2rem !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  /* BUTTONS */
  .hero-buttons,
  .page-hero-buttons,
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  /* NAVIGATION */
  .nav-links,
  .nav-right .btn-outline,
  .about-visual,
  .hero-visual,
  .page-hero-visual {
    display: none !important;
  }

  .mobile-menu-btn {
    display: flex !important;
  }

  .mobile-nav {
    width: 100%;
    overflow-y: auto;
  }

  /* FOOTER */
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  /* CARDS */
  .card,
  .pricing-card,
  .doctor-card,
  .fleet-card,
  .blog-card,
  .testimonial-card,
  .treatment-card {
    padding: 1.25rem;
  }

  /* FLOATING CARDS */
  .hero-card-float,
  .about-float-card {
    position: static !important;
    margin-top: 1rem;
    width: 100%;
  }

  /* CONDITIONS & DEPARTMENTS */
  .conditions-grid,
  .departments-grid {
    grid-template-columns: 1fr !important;
  }

  /* PROCESS */
  .process-connector,
  .rehab-connector {
    display: none;
  }

  /* EMERGENCY BAR */
  .emergency-bar-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .emergency-bar-items {
    justify-content: center;
    flex-wrap: wrap;
  }

  /* STATS */
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 1.5rem 1rem;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  /* NEWSLETTER */
  .newsletter-inner,
  .newsletter-form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-form .btn,
  .newsletter-input {
    width: 100%;
  }

  /* TABLE OVERFLOW */
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* FIX LARGE ABSOLUTE ELEMENTS */
  .hero-bg-glow,
  .hero-bg-ring,
  .hero-bg-ring-2,
  .page-hero-bg-glow,
  .page-hero-bg-ring,
  .emergency-section::before,
  .emergency-section::after,
  .cta-section::before,
  .about-main-block::before,
  .emergency-cta-section::before {
    display: none;
  }

  /* SCROLL TOP BUTTON */
  #scroll-top {
    right: 1rem;
    bottom: 5rem;
  }

  /* EMERGENCY STICKY BUTTON */
  .sticky-emergency-mobile {
    width: calc(100% - 2rem);
    text-align: center;
  }

  .sticky-emergency-mobile .btn {
    width: 100%;
  }
}


/* EXTRA SMALL DEVICES */

@media (max-width: 480px) {

  .hero-title,
  .page-hero-title,
  h1 {
    font-size: 1.7rem !important;
  }

  h2 {
    font-size: 1.3rem !important;
  }

  .hero-subtitle,
  .page-hero-subtitle {
    font-size: 0.95rem;
  }

  .pricing-price {
    font-size: 2.5rem;
  }

  .stat-number,
  .about-stat-big {
    font-size: 2.5rem !important;
  }

  .featured-image {
    height: 220px;
    font-size: 3rem;
  }

  .doctor-image,
  .fleet-card-image,
  .treatment-card-image,
  .blog-card-image {
    height: 180px;
  }

  .hero-card-main,
  .card,
  .appointment-form {
    padding: 1rem;
  }

  .emergency-phone-number,
  .emergency-phone-number-large {
    font-size: 1.5rem;
  }

  .container,
  .container-narrow {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
#environment{background-color: #fff;}
#services h2{color: #fff;}
#treatments h2{color: #fff;}
#rehabilitation h2{color: #fff;}
#fleet  h2{color: #fff;}
#request h3{font-family:var(--serif); font-weight:400; margin-bottom:1.75rem; font-size:1.375rem;color: #fff;}
.home-service h2{color: #6b6b6b !important;}
.home-testimonials h2{color: #6b6b6b !important;}