/* ==========================================================================
   Arogya Multispecialty Hospital - Demo Site Design System
   Sixth distinct identity. Deep clinical blue + coral-red (two shades -
   dark for buttons/white-text, light for accent-text-on-dark contexts).
   No red-cross iconography anywhere - that's a legally protected emblem,
   not just a design choice to avoid.
   ========================================================================== */

:root {
  --ah-blue: #1b4f72;
  --ah-blue-dark: #12374f;
  --ah-coral: #b03d28;
  --ah-coral-dark: #963522;
  --ah-coral-light: #f2a78e;
  --ah-bg: #f4f7fa;
  --ah-white: #ffffff;
  --ah-charcoal: #1a2530;
  --ah-ink: #51606e;
  --ah-border: #dce4ea;

  --ah-font-heading: 'IBM Plex Sans', sans-serif;
  --ah-font-body: 'Source Sans 3', sans-serif;

  --ah-space-2: 8px;
  --ah-space-3: 16px;
  --ah-space-4: 24px;
  --ah-space-5: 32px;
  --ah-space-6: 48px;
  --ah-space-7: 68px;

  --ah-radius: 8px;
}

.ah-body {
  margin: 0;
  font-family: var(--ah-font-body);
  color: var(--ah-ink);
  background: var(--ah-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.ah-body * {
  box-sizing: border-box;
}
.ah-body img {
  max-width: 100%;
  display: block;
}
.ah-body a {
  color: inherit;
  text-decoration: none;
}
.ah-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ah-h1,
.ah-h2,
.ah-h3 {
  font-family: var(--ah-font-heading);
  color: var(--ah-charcoal);
  line-height: 1.2;
  margin: 0 0 var(--ah-space-3);
  font-weight: 700;
}
.ah-h1 {
  font-size: clamp(1.9rem, 3.3vw + 1rem, 2.8rem);
}
.ah-h2 {
  font-size: clamp(1.4rem, 2vw + 1rem, 1.8rem);
}
.ah-h3 {
  font-size: 1.05rem;
  font-weight: 600;
}

.ah-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--ah-space-4);
}
.ah-section {
  padding: var(--ah-space-6) 0;
}

/* ---- SmartWebMakers demo banner ---- */
.ah-demo-banner {
  background: #0b2545;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  padding: 10px var(--ah-space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ah-space-3);
  flex-wrap: wrap;
  text-align: center;
}
.ah-demo-banner a {
  background: #f36136;
  color: #0b2545;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
}

/* ---- Emergency strip - real hospital feature, same placeholder-number
   discipline as every other contact detail across all demos ---- */
.ah-emergency-strip {
  background: var(--ah-coral);
  padding: 8px 0;
}
.ah-emergency-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ah-space-3);
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: var(--ah-white);
}
.ah-emergency-inner strong {
  font-weight: 700;
}
.ah-emergency-note {
  opacity: 0.85;
  font-style: italic;
}

/* ---- Header ---- */
.ah-header {
  background: var(--ah-white);
  border-bottom: 1px solid var(--ah-border);
  padding: var(--ah-space-3) 0;
}
.ah-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--ah-space-3);
}
.ah-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ah-font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ah-charcoal);
}
.ah-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ah-blue);
  color: var(--ah-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
}
.ah-nav {
  display: flex;
  gap: var(--ah-space-4);
  flex-wrap: wrap;
}
.ah-nav a {
  color: var(--ah-ink);
  font-weight: 600;
  font-size: 0.9rem;
}
.ah-nav a:hover,
.ah-nav a.is-active {
  color: var(--ah-blue);
}

/* ---- Buttons ---- */
.ah-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  min-height: 46px;
  border-radius: var(--ah-radius);
  font-weight: 700;
  font-family: var(--ah-font-body);
  font-size: 0.92rem;
  border: 2px solid transparent;
  cursor: default;
}
.ah-btn-coral {
  background: var(--ah-coral);
  color: var(--ah-white);
}
.ah-btn-outline {
  background: transparent;
  color: var(--ah-blue);
  border-color: var(--ah-blue);
}
.ah-btn-outline-light {
  background: transparent;
  color: var(--ah-white);
  border-color: rgba(255, 255, 255, 0.6);
}

/* ---- Hero ---- */
.ah-hero {
  background: var(--ah-blue);
  padding: var(--ah-space-7) 0 var(--ah-space-6);
  text-align: center;
}
.ah-hero .ah-h1 {
  color: var(--ah-white);
}
.ah-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ah-coral-light);
  margin-bottom: var(--ah-space-3);
}
.ah-hero-sub {
  max-width: 52ch;
  margin: 0 auto var(--ah-space-4);
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.85);
}
.ah-hero-actions {
  display: flex;
  gap: var(--ah-space-3);
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- Signature element: trust stats strip ---- */
.ah-stats-strip {
  background: var(--ah-blue-dark);
}
.ah-stats-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--ah-space-4);
  padding: var(--ah-space-5) 0;
}
.ah-stat {
  text-align: center;
  flex: 1 1 150px;
}
.ah-stat-num {
  font-family: var(--ah-font-heading);
  font-weight: 700;
  font-size: 2rem;
  color: var(--ah-coral-light);
  display: block;
}
.ah-stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---- Department / facility cards ---- */
.ah-dept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ah-space-4);
  margin-top: var(--ah-space-5);
}
.ah-dept-card {
  background: var(--ah-white);
  border: 1px solid var(--ah-border);
  border-radius: var(--ah-radius);
  padding: var(--ah-space-4);
}
.ah-dept-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--ah-bg);
  color: var(--ah-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--ah-space-3);
  font-size: 1.2rem;
  font-weight: 700;
}

/* ---- Doctor cards ---- */
.ah-doctor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ah-space-4);
  margin-top: var(--ah-space-5);
}
.ah-doctor-card {
  text-align: center;
}
.ah-doctor-avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--ah-blue);
  color: var(--ah-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--ah-space-3);
  font-family: var(--ah-font-heading);
  font-weight: 700;
  font-size: 1.5rem;
}
.ah-doctor-role {
  color: var(--ah-ink);
  font-size: 0.85rem;
}

/* ---- Health package cards ---- */
.ah-package-card {
  background: var(--ah-white);
  border: 1px solid var(--ah-border);
  border-radius: var(--ah-radius);
  padding: var(--ah-space-4);
  margin-bottom: var(--ah-space-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--ah-space-3);
  flex-wrap: wrap;
}
.ah-package-fee {
  font-family: var(--ah-font-heading);
  font-weight: 700;
  color: var(--ah-blue);
  font-size: 1.1rem;
  white-space: nowrap;
}

/* ---- Quote ---- */
.ah-quote-section {
  text-align: center;
}
.ah-quote {
  font-family: var(--ah-font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  max-width: 620px;
  margin: 0 auto var(--ah-space-3);
  color: var(--ah-charcoal);
}
.ah-quote-attr {
  color: var(--ah-blue);
  font-weight: 700;
  font-size: 0.85rem;
}

/* ---- Contact ---- */
.ah-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ah-space-5);
}
.ah-info-card {
  background: var(--ah-white);
  border: 1px solid var(--ah-border);
  border-radius: var(--ah-radius);
  padding: var(--ah-space-4);
}
.ah-info-card h3 {
  margin-bottom: var(--ah-space-2);
}
.ah-info-card p {
  margin: 0 0 4px;
}
.ah-demo-note {
  font-size: 0.8rem;
  color: var(--ah-ink);
  opacity: 0.75;
  font-style: italic;
  margin-top: var(--ah-space-2);
}

/* ---- Footer ---- */
.ah-footer {
  background: var(--ah-blue-dark);
  color: rgba(255, 255, 255, 0.65);
  padding: var(--ah-space-5) 0;
  text-align: center;
  font-size: 0.85rem;
}
.ah-footer strong {
  color: var(--ah-white);
}

/* ---- SmartWebMakers conversion elements ---- */
.swm-float-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #f36136;
  color: #0b2545;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(11, 37, 69, 0.28);
  z-index: 600;
}
.swm-float-cta:hover {
  background: #ef5b28;
}
.swm-close-cta {
  background: #0b2545;
  padding: var(--ah-space-6) 0;
  text-align: center;
}
.swm-close-cta p.eyebrow {
  color: #f36136;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  margin-bottom: var(--ah-space-2);
}
.swm-close-cta h2 {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}
.swm-close-cta p.sub {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Inter', sans-serif;
  max-width: 50ch;
  margin: 0 auto var(--ah-space-4);
}
.swm-close-cta a {
  display: inline-flex;
  background: #f36136;
  color: #0b2545;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
}
.swm-explore {
  background: #0d1b26;
  padding: var(--ah-space-4) 0;
  text-align: center;
}
.swm-explore p {
  color: rgba(255, 255, 255, 0.55);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  margin-bottom: var(--ah-space-2);
}
.swm-explore-links {
  display: flex;
  gap: var(--ah-space-4);
  justify-content: center;
  flex-wrap: wrap;
}
.swm-explore-links a {
  color: #7fb4d9;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}

/* ---- Mobile ---- */
@media (max-width: 820px) {
  .ah-nav {
    justify-content: center;
  }
  .ah-dept-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ah-doctor-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ah-contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .ah-section {
    padding: var(--ah-space-5) 0;
  }
  .ah-btn {
    width: 100%;
  }
  .ah-dept-grid {
    grid-template-columns: 1fr;
  }
  .ah-doctor-grid {
    grid-template-columns: 1fr;
  }
  .ah-package-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .swm-float-cta {
    right: 12px;
    bottom: 12px;
    padding: 10px 16px;
    font-size: 0.78rem;
  }
}
