/* ═══════════════════════════════════════════════
   Jeevan Sambal Charitable Trust — Main Stylesheet
   All units: rem, em, vw, vh, % (no px)
   Base: 1rem = 16px
   ═══════════════════════════════════════════════ */

:root {
  --teal-dark: #1a6e5e;
  --teal: #1f8a73;
  --teal-light: #28a587;
  --orange: #e8722a;
  --orange-dark: #d4601d;
  --saffron: #f29c1f;
  --dark-bg: #1b2a35;
  --white: #ffffff;
  --light-gray: #f4f6f8;
  --text-dark: #222222;
  --text-muted: #555555;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { font-size: 100%; } /* 16px base */

body {
  font-family: 'Noto Sans Devanagari', sans-serif;
  color: var(--text-dark);
  back`ound: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; }

.logo-placeholder { overflow: hidden; }
.logo-placeholder img { width: 150%; height: 150%; object-fit: contain; }

/* ═══ HEADER ═══ */
header {
  background: var(--white);
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: none;
}

.header-inner {
  max-width: 90%;
  margin: 0% auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  padding:2% 0;
}

.logo-placeholder {
  width: 8rem;
  height: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a4ae, var(--teal-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
}

nav { display: flex; gap: 0.5rem; }

nav a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  transition: all 0.2s;
}

nav a:hover,
nav a.active {
  color: #00a4ae;
}

/* ═══ HERO ═══ */
.hero {
  background: var(--white);
  color: var(--text-dark);
  padding: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 0.0625rem solid #e8e8e8;
}

.hero > img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 93.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: center;
  padding: 3.5rem 1.5rem 3rem;
  z-index: 1;
}

.form-group select {
  width: 100%;
  padding: 0.8125rem 1rem;
  border: 0.09375rem solid #d8d8d8;
  border-radius: 0.5rem;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 0.9375rem;
  color: var(--text-dark);
  background: #f9fafb;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}


.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 2.34rem);
  font-weight: 600;
  color: black;
  margin-bottom: 7rem;
  margin-top: -5rem;
  line-height: 1.5;
  width:80rem;
}

.hero-subtitle strong {
  font-weight: 800;
  font-size: clamp(0.95rem, 1.6vw, 1.48rem);
}

.hero-tagline {
  font-size: clamp(2.5rem, 1.7vw, 1.5625rem);
  color: #000;
  font-weight: 600;
  margin: 0 0.5rem 2rem 0.5rem;
}

.hero-title {
  font-size: clamp(2.5rem, 9.375vw, 6.25rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.25rem;
  color: #d01f28;
}

.hero-location {
  font-size: clamp(2.5rem, 5.625vw, 3.9rem);
  font-weight: 600;
  color: #000;
  margin-bottom: 1.25rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #00a4ae;
  color: white;
  padding: 0.1rem 1rem;
  border-radius: 0.375rem;
  font-size: clamp(1rem, 2.1vw, 1.95rem);
  font-size: 1.75rem;
  font-weight: 400;
  box-shadow: 0 0.25rem 1.25rem rgba(232,114,42,0.4);
}

/* ═══ INLINE-STYLE REPLACEMENT CLASSES ═══ */
.hero-subtitle-big { font-size: 2.75rem; }
.hero-nishulk { color: #d01f28; font-size: 1.25em; font-weight:700; }
.hero-badge-name { font-size: 2.5rem; font-weight: 500; }
.mukt-badge-name { font-size: 3rem; font-weight: 600; }
.contact-hero-inner { width: 40%; padding: 0; }
.contact-hero-title { width: 60rem; }
.js-section-heading-large { font-size: 5rem; }
.js-hero-highlight { color: #d01f28; }
.info-item .text-value.text-value-small { font-size: 1rem; font-weight: 200; }
.form-req-star { color: #ee0f0f; }

/* ═══ IMAGE PLACEHOLDERS ═══ */
.img-placeholder {
  width: 100%;
  background: linear-gradient(135deg, #e8f5f1, #d0ebe4);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #00a4ae;
  font-size: 0.8125rem;
  font-weight: 600;
}

.img-placeholder.hero-img {
  aspect-ratio: 3/4;
  max-height: 23.75rem;
}

.img-placeholder svg { opacity: 0.45; }

/* ═══ SWASTHYA SEVA ═══ */
.swasthya-section {
  background: var(--white);
  padding: 3.5rem 1.5rem;
  border-bottom: 0.0625rem solid #e8e8e8;
}

.swasthya-inner {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.img-placeholder.bus-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #e8f5f1, #d0ebe4);
  border-color: var(--teal-light);
  color: #00a4ae;
}

.swasthya-content .swasthya-title {
  font-size: 2rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 1.25rem;
}

.swasthya-content .swasthya-title::after {
  content: '';
  display: block;
  width: 3.75rem;
  height: 0.25rem;
  background: var(--orange);
  border-radius: 0.125rem;
  margin-top: 0.625rem;
}

.swasthya-content p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 0.75rem;
}

/* ═══ TICKER ═══ */
.ticker-bar {
  background: #00a4ae;
  color: #00a4ae;
  padding: 0.875rem 1.5rem;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  border-top: 0.125rem solid #00a4ae;
  border-bottom: 0.125rem solid #00a4ae;
}

.ticker-track {
  display: inline-block;
  color: white;
}

@keyframes ticker {
  0% { transform: translateX(60%); }
  100% { transform: translateX(-100%); }
}

/* ═══ LIVER STAGES ═══ */
.liver-stages {
  background: var(--white);
  color: var(--text-dark);
  padding: 4rem 1.5rem;
  border-bottom: 0.0625rem solid #e8e8e8;
}

.liver-stages-inner {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
}

/* Homepage heading classes */
.section-headings {
  width:110%;
  text-align: center;
  font-size: 3rem;
  font-weight: 550;
  margin: 0 auto;
  color: #00a4ae;
}

.section-sub-headings {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

/* Alternate heading classes (from style_2) */
.liver-stages .liver-stages-title {
  font-size: 2.125rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #00a4ae;
}

.liver-stages .sub {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

.tests-inner .sub {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
}

.campaign-inner .sub {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
}

.stages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.stage-card {
  background: transparent;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.stage-card:hover { transform: none; box-shadow: none; }

.stage-card::after {
  content: '→';
  position: absolute;
  right: -1.125rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--orange);
  font-weight: 700;
  z-index: 2;
}

.stage-card:last-child::after { display: none; }
.stage-card > img { width: 100%; height: auto; display: block; }

.stage-card-overlay {
  position: absolute;
  margin: 15% auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.3125rem 2.25rem;
  text-align: center;
  z-index: 1;
}

.stage-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 600;
}

.stage-card:nth-child(1) .stage-icon { background: rgba(40,165,135,0.15); color: #00a4ae; }
.stage-card:nth-child(2) .stage-icon { background: rgba(242,156,31,0.15); color: var(--saffron); }
.stage-card:nth-child(3) .stage-icon { background: rgba(232,114,42,0.15); color: var(--orange); }
.stage-card:nth-child(4) .stage-icon { background: rgba(200,50,50,0.15); color: #c43333; }

.stage-card .stage-card-title {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: black;
}

.stage-card p {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ═══ FREE TESTS ═══ */
.tests-section {
  background: #e2f2f1;
  padding: 4rem 1.5rem;
  border-bottom: 0.0625rem solid #e8e8e8;
}

.tests-inner {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
}

.tests-inner .tests-title {
  font-size: 2.125rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 0.25rem;
}

.tests-layout {
  display: flex;
  align-items: center;
  gap: 3rem;
  text-align: left;
  background: var(--white);
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.1);
}

.big-number {
  flex-shrink: 0;
  text-align: center;
  padding-right: 2.5rem;
  border-right: 0.1875rem solid #00a4ae;
}

.big-number .num {
  font-size: 6rem;
  font-weight: 600;
  color: #00a4ae;
  line-height: 1;
}

.big-number .label {
  font-size: 1.5625rem;
  font-weight: 700;
  color: black;
  margin-top: 0.25rem;
}

.tests-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 3rem;
  flex: 1;
}

.test-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.375rem 0;
  background: transparent;
  color: var(--text-dark);
}

.test-item .dot {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--text-dark);
  border-radius: 50%;
  flex-shrink: 0;
}

.cbc-badge {
  display: inline-block;
  margin-top: 1.5rem;
  background: #00a4ae;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
}

/* ═══ FIBROSCAN BAR ═══ */
.fibroscan-bar {
  background: #00a4ae;
  color: white;
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.fibroscan-bar span {
  margin: 0 0.75rem;
  color: #00a4ae;
  font-weight: 400;
}

/* ═══ CAMPAIGN ═══ */
.campaign-section {
  background: var(--white);
  padding: 4rem 1.5rem;
  text-align: center;
}

.campaign-inner {
  max-width: 75rem;
  margin: 0 auto;
}

.campaign-inner .campaign-title {
  font-size: 1.875rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 0.25rem;
}

.campaign-photo {
  width: 100%;
  max-width: 43.75rem;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #e8f5f1, #d0ebe4);
  margin: 0 auto 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00a4ae;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.campaign-photo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  padding: 2rem 1.25rem 1rem;
  text-align: left;
}

.campaign-photo-label .campaign-photo-title {
  color: var(--saffron);
  font-size: 1.125rem;
  font-weight: 700;
}

.campaign-photo-label p {
  color: white;
  font-size: 0.8125rem;
  opacity: 0.85;
}

/* ═══ MUKT BANNER ═══ */
.mukt-banner {
  position: relative;
  overflow: hidden;
  border-bottom: 0.0625rem solid #e8e8e8;
}

.mukt-banner > img { width: 100%; height: auto; display: block; }

.mukt-banner-overlay {
  position: absolute;
  margin: 15% auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
  z-index: 1;
}

.mukt-banner .mukt-banner-title-row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75rem;
}

.mukt-banner .mukt-banner-title {
  font-size: clamp(4rem, 4.5vw, 3rem);
  font-weight: 500;
  color: white;
}

.mukt-banner .location {
  font-size: clamp(2.5rem, 2.5vw, 2.1875rem);
  color: white;
  font-weight: 500;
}

.mukt-banner .badge-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--white);
  padding: 0.625rem 1.75rem;
  border-radius: 1.5625rem;
  font-size: clamp(1rem, 2vw, 1.875rem);
  font-weight: 500;
  color: #00a4ae;
  box-shadow: 0 0.25rem 1.25rem rgba(0,0,0,0.15);
}

/* ═══ CTA ═══ */
.cta-section {
  background: var(--white);
  padding: 4rem 1.5rem;
  text-align: center;
  color: var(--text-dark);
  border-bottom: 0.0625rem solid #e8e8e8;
}

.cta-section .cta-title {
  font-size: 2.1875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #00a4ae;
}

.cta-section p {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #ee0f0f;
  color: white;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 3.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  box-shadow: 0 0.375rem 1.5rem rgba(232,114,42,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

.cta-btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 2rem rgba(232,114,42,0.55);
}

/* ═══ FOOTER ═══ */
footer {
  background: #111b22;
  color: rgba(255,255,255,0.65);
  padding: 2.5rem 1.5rem 1.5rem;
}

.footer-inner {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.footer-col .footer-col-title {
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.footer-col a {
  display: block;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--teal-light); }

.footer-bottom {
  max-width: 75rem;
  margin: 1.5rem auto 0;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid rgba(255,255,255,0.08);
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.45;
}

/* ═══ RESPONSIVE — TABLET (max-width: 56.25em / ~900px) ═══ */
@media (max-width: 56.25em) {
  .header-inner { padding: 0.875rem 1.25rem; }
  .logo-placeholder { width: 4rem; height: 4rem; }
  nav a { font-size: 0.875rem; padding: 0.375rem 0.875rem; }

  .hero-inner { grid-template-columns: 1fr; padding: 2rem 1.25rem 1.75rem; }

  .swasthya-section { padding: 2.5rem 1.25rem; }
  .swasthya-inner { grid-template-columns: 1fr; gap: 1.75rem; }
  .swasthya-content .swasthya-title { font-size: 1.625rem; }

  .liver-stages { padding: 3rem 1.25rem; }
  .section-headings { font-size: 1.75rem; }
  .liver-stages .liver-stages-title { font-size: 1.75rem; }
  .stages-grid { grid-template-columns: 1fr 1fr; }
  .stage-card::after { display: none; }
  .stage-card .stage-card-title { font-size: 1.5rem; }

  .tests-section { padding: 3rem 1.25rem; }
  .tests-inner .tests-title { font-size: 1.75rem; }
  .tests-layout { flex-direction: column; text-align: center; padding: 1.75rem 1.5rem; gap: 1.75rem; }
  .big-number { padding-right: 0; border-right: none; padding-bottom: 1.25rem; border-bottom: 0.1875rem solid #00a4ae; }
  .big-number .num { font-size: 4.5rem; }
  .big-number .label { font-size: 1.25rem; }
  .tests-grid { grid-template-columns: 1fr; text-align: left; }
  .test-item { font-size: 1rem; }

  .fibroscan-bar { font-size: 0.875rem; padding: 1rem; white-space: normal; }

  .campaign-section { padding: 3rem 1.25rem; }
  .campaign-inner .campaign-title { font-size: 1.5rem; }
  .campaign-photo { aspect-ratio: auto; max-width: 100%; }

  .mukt-banner-overlay { padding: 1.5rem 1rem; }
  .mukt-banner .badge-line { font-size: 1.25rem; padding: 0.5rem 1.25rem; }

  .cta-section { padding: 3rem 1.25rem; }
  .cta-section .cta-title { font-size: 1.625rem; }
  .cta-section p { font-size: 1rem; }
  .cta-btn { font-size: 1rem; padding: 0.875rem 2rem; }

  .footer-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}

/* ═══ RESPONSIVE — MOBILE (max-width: 37.5em / ~600px) ═══ */
@media (max-width: 37.5em) {

  /* ── Header ── */
  .header-inner { flex-direction: column; gap: 0.5rem; padding: 0.75rem 1rem; }
  .logo-placeholder { width: 3.5rem; height: 3.5rem; }
  nav { flex-wrap: wrap; justify-content: center; gap: 0.25rem; }
  nav a { font-size: 0.8125rem; padding: 0.375rem 0.75rem; }

  /* ── Hero: static flow, TEXT FIRST then image ── */
  .hero {
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
    position: relative;
  }
  .hero > img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    order: 1 !important;
  }
  .hero-inner {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.5rem 1rem !important;
    gap: 0.5rem !important;
    margin: 0 !important;
    background: var(--white);
    order: 0 !important;
    z-index: auto;
    color: var(--text-dark);
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hero-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: var(--text-dark);
  }
  .hero-text > * {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
  .hero-text br { display: none; }
  .hero-subtitle {
    font-size: 1.05rem !important;
    line-height: 1.6;
    margin-bottom: 0.25rem;
    color: black !important;
  }
  .hero-subtitle-big {
    font-size: 1.15rem !important;
    display: block;
    margin-bottom: 0.25rem;
  }
  .hero-nishulk { font-size: 1em !important; color: #d01f28 !important; }
  .hero-tagline {
    font-size: 0.9375rem !important;
    margin: 0.375rem 0;
    color: #000 !important;
  }
  .hero-title {
    font-size: 2rem !important;
    margin-bottom: 0.125rem;
    width: auto !important;
    color: #d01f28 !important;
  }
  .hero-location {
    font-size: 1.5rem !important;
    margin-bottom: 0.75rem;
    color: #000 !important;
  }
  .hero-badge {
    font-size: 0.85rem !important;
    padding: 0.5rem 1rem !important;
    align-self: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  .hero-badge-name { font-size: 0.95rem !important; font-weight: 600 !important; }

  /* ── Contact page hero ── */
  .contact-hero-inner { width: 100% !important; padding: 1.25rem 1rem !important; }
  .contact-hero-title { width: auto !important; }

  /* ── Swasthya / Bus section ── */
  .swasthya-section { padding: 2rem 1rem; }
  .swasthya-inner { grid-template-columns: 1fr; gap: 1.25rem; }
  .img-placeholder.bus-img { border-radius: 0.75rem; }
  .swasthya-content .swasthya-title,
  .swasthya-content .section-headings { font-size: 1.25rem; }
  .swasthya-content p { font-size: 0.875rem; }

  /* ── Ticker ── */
  .ticker-bar { padding: 0.5rem 1rem; font-size: 0.75rem; white-space: normal; line-height: 1.5; }

  /* ── Section headings ── */
  .section-headings { font-size: 1.25rem; }
  .section-sub-headings { font-size: 0.8125rem; margin-bottom: 1.5rem; }

  /* ── Liver Stages ── */
  .liver-stages { padding: 2rem 1rem; }
  .liver-stages .liver-stages-title { font-size: 1.25rem; }
  .liver-stages .sub { font-size: 0.8125rem; margin-bottom: 1.5rem; }
  .stages-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .stage-card { border-radius: 0.75rem; }
  .stage-card-overlay {
    position: relative;
    margin: 0;
    padding: 0.75rem 0.625rem;
    background: rgba(255,255,255,0.95);
  }
  .stage-card .stage-card-title { font-size: 0.9375rem; margin-bottom: 0.25rem; }
  .stage-card p {
    font-size: 0.6875rem; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; overflow: hidden;
  }

  /* ── Tests ── */
  .tests-section { padding: 2rem 1rem; }
  .tests-inner .tests-title { font-size: 1.25rem; }
  .tests-inner .sub { font-size: 0.8125rem; }
  .tests-layout {
    flex-direction: column; padding: 1.25rem 1rem;
    gap: 1rem; text-align: center;
  }
  .big-number {
    padding-right: 0; border-right: none;
    padding-bottom: 1rem; border-bottom: 0.125rem solid #00a4ae;
  }
  .big-number .num { font-size: 3.5rem; }
  .big-number .label { font-size: 1rem; }
  .tests-grid { grid-template-columns: 1fr; gap: 0.25rem 0; text-align: left; }
  .test-item { font-size: 0.8125rem; gap: 0.5rem; }
  .cbc-badge { font-size: 0.75rem; padding: 0.375rem 1rem; }

  /* ── Fibroscan ── */
  .fibroscan-bar { font-size: 0.8125rem; padding: 0.875rem 0.75rem; line-height: 1.6; white-space: normal; }
  .fibroscan-bar span { margin: 0 0.25rem; }

  /* ── Campaign ── */
  .campaign-section { padding: 1.5rem 1rem; }
  .campaign-inner .campaign-title { font-size: 1.125rem; }
  .campaign-inner .sub { font-size: 0.8125rem; }
  .campaign-photo { max-width: 100%; border-radius: 0.75rem; overflow: hidden; }

  /* ── Mukt Banner ── */
  .mukt-banner-overlay {
    margin: 0; padding: 0.75rem 0.5rem;
    justify-content: flex-end; padding-bottom: 1rem;
  }
  .mukt-banner .mukt-banner-title-row { gap: 0.375rem; margin-top: 0; margin-bottom: 0.25rem; }
  .mukt-banner .mukt-banner-title { font-size: clamp(0.875rem, 4vw, 1.25rem); }
  .mukt-banner .location { font-size: clamp(0.875rem, 3.5vw, 1.125rem); }
  .mukt-banner .badge-line {
    font-size: clamp(0.625rem, 2.5vw, 0.875rem);
    padding: 0.25rem 0.75rem; border-radius: 1rem;
  }
  .mukt-badge-name { font-size: clamp(0.7rem, 3vw, 1rem); font-weight: 600; }

  /* ── CTA ── */
  .cta-section { padding: 2rem 1rem; }
  .cta-section .cta-title { font-size: 1.25rem; }
  .cta-section p { font-size: 0.875rem; }
  .cta-btn { font-size: 0.9375rem; padding: 0.75rem 1.75rem; }

  /* ── Footer ── */
  .footer-inner { grid-template-columns: 1fr; gap: 1.25rem; text-align: center; }
  .footer-col a { display: inline; margin: 0 0.25rem; }
  .footer-bottom { font-size: 0.6875rem; }
}

/* ═══ EXTRA SMALL (max-width: 22.5em / ~360px) ═══ */
@media (max-width: 22.5em) {
  .hero-title { font-size: 1.5rem; }
  .hero-location { font-size: 1.125rem; }
  .hero-badge { font-size: 0.6875rem; padding: 0.375rem 0.75rem; }
  .hero-badge-name { font-size: 0.75rem; }
  .stages-grid { grid-template-columns: 1fr; }
  .mukt-banner .badge-line { font-size: 0.5625rem; }
  .mukt-badge-name { font-size: 0.625rem; }
}

/* ═══ ANIMATIONS ═══ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(1.5rem); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-text > * { animation: fadeUp 0.7s ease both; }
.hero-text > *:nth-child(2) { animation-delay: 0.08s; }
.hero-text > *:nth-child(3) { animation-delay: 0.14s; }
.hero-text > *:nth-child(4) { animation-delay: 0.2s; }
.hero-text > *:nth-child(5) { animation-delay: 0.26s; }
.hero-text > *:nth-child(6) { animation-delay: 0.32s; }

/* About page (js-hero) fade transition */
.js-hero-content > * { animation: fadeUp 0.7s ease both; }
.js-hero-content > *:nth-child(2) { animation-delay: 0.1s; }
.js-hero-content > *:nth-child(3) { animation-delay: 0.2s; }

.section-4 { width: 100%; }

/* ═══════════════════════════════════════════════
   ABOUT PAGE STYLES
   ═══════════════════════════════════════════════ */

.about-hero {
  background: linear-gradient(135deg, #e2f2f1 0%, #d0ebe4 100%);
  padding: 3.5rem 1.5rem 3rem;
  text-align: center;
  border-bottom: 0.1875rem solid var(--accent, #00a4ae);
}
.about-hero .hero-label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #00a4ae;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.about-hero h2 {
  font-size: 2.375rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 0.75rem;
}
.about-hero p {
  max-width: 43.75rem;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.about-hero .hero-tagline {
  display: inline-block;
  margin-top: 1rem;
  background: rgba(0,164,174,0.1);
  border: 0.0625rem solid rgba(0,164,174,0.2);
  padding: 0.5rem 1.5rem;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #00a4ae;
}

.about-body {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.about-center-block {
  background: var(--white);
  border: 0.0625rem solid #e0e0e0;
  border-radius: 1.25rem;
  padding: 3rem 2.75rem;
  margin-bottom: 2.25rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0,0,0,0.05);
  text-align: center;
  animation: fadeUp 0.5s ease both;
}
.about-center-block .section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 0.5rem;
}
.about-center-block .section-subtitle {
  font-size: 0.875rem;
  color: var(--saffron);
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.about-center-block p {
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.9;
  margin-bottom: 1rem;
  text-align: justify;
}
.about-center-block .founder-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: linear-gradient(135deg, #f0faf8, #e8f5f3);
  border: 0.0625rem solid rgba(0,164,174,0.2);
  padding: 0.75rem 1.75rem;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--teal-dark);
  margin-bottom: 1.75rem;
}

.about-image-wrapper {
  margin: 2rem auto;
  max-width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.1875rem solid rgba(0,164,174,0.15);
}
.about-image-wrapper img {
  margin: 5% auto;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 26.25rem;
}
.about-image-wrapper .image-placeholder {
  width: 100%;
  height: 21.25rem;
  background: linear-gradient(135deg, #e2f2f1, #c8e8e0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00a4ae;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 0.5rem;
}
.about-image-wrapper .image-placeholder span { font-size: 3rem; }

.about-center-block .stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #00a4ae;
  border-radius: 0.875rem;
  overflow: hidden;
  margin: 2rem 0 1.75rem;
}
.about-center-block .stat-box {
  padding: 1.5rem 1rem;
  text-align: center;
  color: var(--white);
  border-right: 0.0625rem solid rgba(255,255,255,0.12);
}
.about-center-block .stat-box:last-child { border-right: none; }
.about-center-block .stat-box .stat-num {
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.about-center-block .stat-box .stat-label {
  font-size: 0.8125rem;
  opacity: 0.85;
  font-weight: 500;
}

.tests-highlight {
  background: #f0faf8;
  border: 0.0625rem solid rgba(0,164,174,0.15);
  border-radius: 0.875rem;
  padding: 1.75rem 1.5rem;
  margin: 1.75rem 0;
  text-align: center;
}
.tests-highlight .tests-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 1rem;
}
.tests-highlight .tests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 0.625rem;
  text-align: right;
}
.tests-highlight .test-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: var(--white);
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.625rem;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  color: var(--text-dark);
  font-weight: 500;
  text-align: right;
  direction: rtl;
  transition: transform 0.2s;
}
.tests-highlight .test-item:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.06);
}
.tests-highlight .test-item .test-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgba(0,164,174,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  flex-shrink: 0;
}

.painless-strip {
  background: linear-gradient(135deg, #00a4ae, #008c95);
  color: white;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
}
.painless-strip span {
  display: inline-block;
  margin: 0 0.5rem;
  opacity: 0.6;
}

.contact-block {
  background: var(--white);
  border: 0.0625rem solid #e0e0e0;
  border-radius: 1.25rem;
  padding: 2.75rem 2.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0,0,0,0.05);
  text-align: center;
  animation: fadeUp 0.5s ease 0.1s both;
}
.contact-block .contact-title {
  font-size: 1.375rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 0.375rem;
}
.contact-block .contact-subtitle {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
.contact-card {
  background: #f9fafb;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.875rem;
  padding: 1.75rem 1.25rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.contact-card:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.375rem 1.25rem rgba(0,0,0,0.06);
}
.contact-card .card-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.875rem;
  margin: 0 auto 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
}
.contact-card:nth-child(1) .card-icon { background: rgba(0,164,174,0.1); }
.contact-card:nth-child(2) .card-icon { background: rgba(242,156,31,0.12); }
.contact-card:nth-child(3) .card-icon { background: rgba(40,165,135,0.12); }
.contact-card .card-label {
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.contact-card .card-value {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text-dark);
}
.contact-card .card-value a { color: #00a4ae; text-decoration: none; }
.contact-card .card-value a:hover { text-decoration: underline; }
.contact-card .card-note {
  font-size: 0.6875rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}
.contact-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #00a4ae;
  color: var(--white);
  text-decoration: none;
  padding: 0.875rem 2.25rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: all 0.25s;
  margin-top: 0.5rem;
}
.contact-cta:hover {
  background: #008c95;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1.5rem rgba(0,164,174,0.35);
}

/* ═══════════════════════════════════════════════
   CONTACT PAGE STYLES
   ═══════════════════════════════════════════════ */

.contact-hero {
  background: linear-gradient(135deg, #e2f2f1 0%, #d0ebe4 100%);
  padding: 3.5rem 1.5rem 3rem;
  text-align: center;
  border-bottom: 0.1875rem solid #00a4ae;
}
.contact-hero .hero-label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #00a4ae;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact-hero h2 {
  font-size: 2.375rem;
  font-weight: 800;
  color: #00a4ae;
  margin-bottom: 0.75rem;
}
.contact-hero p {
  max-width: 35rem;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.contact-body {
  max-width: 75rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

.contact-info {
  background: #00a4ae;
  color: var(--white);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  position: sticky;
  top: 8.125rem;
  animation: fadeUp 0.6s ease both;
}
.contact-info h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-info .tagline {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}
.info-item .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: white;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.info-item .text-label {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 0.125rem;
  font-weight: 800;
}
.info-item .text-value {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.info-divider {
  border: none;
  border-top: 0.0625rem solid rgba(255,255,255,0.15);
  margin: 1.75rem 0;
}
.info-hours {
  font-size: 0.8125rem;
  opacity: 0.75;
  line-height: 1.8;
}

.form-card {
  background: var(--white);
  border: 0.0625rem solid #e0e0e0;
  border-radius: 1rem;
  padding: 2.5rem 2.25rem;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.06);
  animation: fadeUp 0.6s ease 0.1s both;
}
.form-card h3 {
  font-size: 1.85rem;
  font-weight: 500;
  color: #008c95;
  margin-bottom: 0.25rem;
}
.form-card .form-sub {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}

.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 0.375rem;
}
.form-group label .req { color: #ee0f0f; margin-left: 0.1875rem; font-weight: 400; }
.form-group label .opt { color: #999; font-weight: 400; font-size: 0.75rem; margin-left: 0.375rem; }

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8125rem 1rem;
  border: 0.09375rem solid #d8d8d8;
  border-radius: 0.5rem;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 0.9375rem;
  color: var(--text-dark);
  background: #f9fafb;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #aaa; font-weight: 400; }
.form-group input:focus,
.form-group textarea:focus {
  border-color: #00a4ae;
  box-shadow: 0 0 0 0.1875rem rgba(0,164,174,0.12);
  background: var(--white);
}
.form-group textarea { resize: vertical; min-height: 7.5rem; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  background: #00a4ae;
  color: var(--white);
  border: none;
  padding: 0.9375rem 2.5rem;
  border-radius: 0.5rem;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s;
  margin-top: 0.5rem;
}
.submit-btn:hover {
  background: #008c95;
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.375rem 1.25rem rgba(0,164,174,0.35);
}

.alert {
  padding: 1.125rem 1.375rem;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.alert-success {
  background: #e6f5ed;
  color: #1a6e5e;
  border: 0.0625rem solid rgba(26,110,94,0.2);
}
.alert-error {
  background: #fff0f0;
  color: #b83030;
  border: 0.0625rem solid rgba(184,48,48,0.15);
}
.alert-error ul { margin: 0.5rem 0 0 1.25rem; }
.alert-error li { margin-bottom: 0.25rem; }

/* ═══ CONTACT PAGE FADE TRANSITIONS ═══ */
.contact-info > * { animation: fadeUp 0.5s ease both; }
.contact-info > *:nth-child(2) { animation-delay: 0.1s; }
.contact-info > *:nth-child(3) { animation-delay: 0.18s; }
.contact-info > *:nth-child(4) { animation-delay: 0.26s; }
.contact-info > *:nth-child(5) { animation-delay: 0.34s; }

.form-card > * { animation: fadeUp 0.5s ease both; }
.form-card > *:nth-child(2) { animation-delay: 0.08s; }
.form-card > *:nth-child(3) { animation-delay: 0.14s; }
.form-card > *:nth-child(4) { animation-delay: 0.2s; }
.form-card > *:nth-child(5) { animation-delay: 0.26s; }
.form-card > *:nth-child(6) { animation-delay: 0.32s; }
.form-card > *:nth-child(7) { animation-delay: 0.38s; }

/* ═══ ABOUT + CONTACT PAGE RESPONSIVE — TABLET ═══ */
@media (max-width: 56.25em) {
  .about-hero h2 { font-size: 1.875rem; }
  .about-body { padding: 2.25rem 1.25rem 3rem; }
  .about-center-block { padding: 2.25rem 1.75rem; }
  .contact-block { padding: 2.25rem 1.75rem; }
  .about-center-block .stats-strip { grid-template-columns: repeat(3, 1fr); }
  .tests-highlight .tests-grid { grid-template-columns: 1fr 1fr; }

  .contact-hero h2 { font-size: 1.875rem; }
  .contact-body { grid-template-columns: 1fr; padding: 2rem 1.25rem 3rem; gap: 2rem; }
  .contact-info { position: static; }
  .form-card { padding: 2rem 1.75rem; }
}

/* ═══ ABOUT + CONTACT PAGE RESPONSIVE — MOBILE ═══ */
@media (max-width: 37.5em) {
  /* About page (old design) */
  .about-hero { padding: 2rem 1rem 1.5rem; }
  .about-hero h2 { font-size: 1.375rem; }
  .about-hero p { font-size: 0.8125rem; }
  .about-hero .hero-tagline { font-size: 0.75rem; padding: 0.375rem 1rem; }
  .about-body { padding: 1.25rem 0.75rem 2rem; }
  .about-center-block { padding: 1.5rem 1rem; border-radius: 0.75rem; }
  .about-center-block .section-title { font-size: 1.125rem; }
  .about-center-block .founder-badge { font-size: 0.75rem; padding: 0.5rem 1rem; }
  .about-center-block p { font-size: 0.8125rem; }
  .contact-block { padding: 1.5rem 1rem; border-radius: 0.75rem; }
  .about-center-block .stats-strip { grid-template-columns: repeat(3, 1fr); border-radius: 0.625rem; }
  .about-center-block .stat-box { padding: 1rem 0.5rem; }
  .about-center-block .stat-box .stat-num { font-size: 1.5rem; }
  .about-center-block .stat-box .stat-label { font-size: 0.625rem; }
  .tests-highlight { padding: 1.25rem 0.75rem; }
  .tests-highlight .tests-grid { grid-template-columns: 1fr; }
  .tests-highlight .test-item { font-size: 0.75rem; padding: 0.5rem 0.75rem; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card { padding: 1.25rem 1rem; }
  .painless-strip { font-size: 0.75rem; padding: 0.875rem 0.75rem; }

  /* Contact page */
  .contact-hero { padding: 2rem 1rem 1.5rem; }
  .contact-hero h2 { font-size: 1.375rem; }
  .contact-hero p { font-size: 0.8125rem; }
  .contact-body { padding: 1.25rem 0.75rem 2rem; grid-template-columns: 1fr; }
  .contact-info { padding: 1.5rem 1.125rem; border-radius: 0.75rem; position: static; }
  .contact-info h3 { font-size: 1.125rem; }
  .info-item .text-value.text-value-small { font-size: 0.8125rem; }
  .form-card { padding: 1.25rem 1rem; border-radius: 0.75rem; }
  .form-card h3 { font-size: 1.125rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-group input,
  .form-group textarea,
  .form-group select { font-size: 1rem; }
}

/* ═══════════════════════════════════════════════
   JAANCH SEVA PAGE (about.php) — PDF Design
   ═══════════════════════════════════════════════ */

/* ── Hero Banner ── */
.js-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f5f2 0%, #d4ede6 50%, #c0e5dc 100%);
  min-height: 22rem;
}

.js-hero-bg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.js-hero-inner {
  position: absolute;
  inset: 0;
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem;
  gap: 2rem;
}

.js-hero-content {
  flex: 1;
  max-width: 60%;
  margin:auto;
}

.js-hero-title {
  font-size: clamp(3.25rem, 3vw, 2.5rem);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.js-hero-highlight {
  font-weight: 700;
  color: #d01f28;
  font-size: 1.15em;
}

.js-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #00a4ae;
  color: var(--white);
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  font-size: clamp(0.8rem, 1.5vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.js-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #00a4ae;
  color: var(--white);
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 3rem;
  font-size: 1rem;
  font-weight: 700;
  transition: background 0.25s, transform 0.2s;
  box-shadow: 0 0.25rem 1rem rgba(0,164,174,0.3);
}

.js-hero-btn:hover {
  background: #008c95;
  transform: translateY(-0.125rem);
}

.js-hero-photo {
  flex-shrink: 0;
  width: 28%;
  max-width: 16rem;
}

.js-hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ── 66 Tests Section ── */
.js-tests-section {
  background: #ffffff;
  padding: 3.5rem 1.5rem 3rem;
}

.js-tests-inner {
  max-width: 85rem;
  margin: 0 auto;
  text-align:center;
}

.js-tests-heading {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

.js-tests-heading span {
  color: #00a4ae;
  font-weight: 800;
}

/* ── Test Cards Grid ── */
.js-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.js-card {
  background: var(--white);
  border: 0.0625rem solid #e4e4e4;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem 1.5rem;
  text-align: left;
  transition: transform 0.2s, box-shadow 0.2s;
}

.js-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.07);
}

.js-card-icon {
  width: 6rem;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 2rem 1rem;
}

.js-card-icon img {
  width: 6rem;
  height: auto;
  object-fit: contain;
}

.js-card-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00a4ae;
  text-align: left;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.js-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.js-card-list li {
  position: relative;
  padding-left: 0.875rem;
  font-size: 0.8125rem;
  font-weight:600;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0.375rem;
}

.js-card-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #00a4ae;
  font-weight: 700;
}

/* ── Bottom Contact/CTA Section ── */
.js-contact-section {
  width:90%;
  margin:2% auto;
  background-color:#e2f2f1;
  padding: 3rem 1.5rem 3.5rem;
  border-radius: 3rem;
}

.js-contact-inner {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.js-contact-heading {
  font-size: clamp(1.85rem, 2.5vw, 1.75rem);
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.5;
  margin-bottom: 2rem;
}

.js-contact-heading strong {
  color: #00a4ae;
  font-weight: 800;
}

.js-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.js-contact-card {
  background: #fff;
  border: 0.0625rem solid rgba(0,164,174,0.12);
  border-radius: 1rem;
  padding: 2rem 1.25rem 1.5rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.js-contact-card:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.375rem 1.25rem rgba(0,0,0,0.06);
}

.js-cc-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.js-cc-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.js-cc-value {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.375rem;
}

.js-cc-value a {
  color: var(--text-dark);
  text-decoration: none;
}

.js-cc-value a:hover {
  color: #00a4ae;
}

.js-cc-note {
  font-size: 0.6875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.js-register-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #00a4ae;
  color: var(--white);
  text-decoration: none;
  padding: 0.5rem 2.5rem;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background 0.25s, transform 0.2s;
  box-shadow: 0 0.25rem 1rem rgba(0,164,174,0.3);
}

.js-register-btn:hover {
  background: #008c95;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1.5rem rgba(0,164,174,0.4);
}

/* ── Jaanch Seva Responsive — Tablet ── */
@media (max-width: 56.25em) {
  .js-hero { min-height: auto; }
  .js-hero-inner { padding: 2rem 1.5rem; }
  .js-hero-content { max-width: 65%; }
  .js-hero-photo { width: 30%; }

  .js-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }

  .js-contact-cards { grid-template-columns: repeat(3, 1fr); }
}

/* ── Jaanch Seva Responsive — Mobile ── */
@media (max-width: 37.5em) {
  .js-hero { min-height: auto; display: flex; flex-direction: column; }
  .js-hero-bg { display: block; width: 100%; height: auto; order: 1; }
  .js-hero-inner {
    position: static;
    flex-direction: column;
    padding: 1.5rem 1rem;
    text-align: center;
    gap: 1rem;
    order: 0;
    background: linear-gradient(135deg, #e8f5f2 0%, #d4ede6 100%);
  }
  .js-hero-content { max-width: 100%; }
  .js-hero-title { font-size: 1.25rem; }
  .js-hero-highlight { font-size: inherit; }
  .js-hero-photo { width: 40%; max-width: 10rem; order: 0; }

  /* Override the large heading class on mobile */
  .js-section-heading-large { font-size: 1.375rem; }
  .hero-badge-name { font-size: 1rem; font-weight: 600; }
  .hero-badge { flex-wrap: wrap; font-size: 0.8rem; padding: 0.4rem 0.75rem; }

  .js-tests-section { padding: 2rem 0.75rem; }
  .js-tests-heading { font-size: 1.25rem; margin-bottom: 1.5rem; }

  .js-cards-grid { grid-template-columns: 1fr; gap: 1rem; }
  .js-card { padding: 1.25rem 1rem; }
  .js-card-icon { width: 3.5rem; height: 3.5rem; }
  .js-card-icon img { width: 2rem; height: 2rem; }
  .js-card-title { font-size: 0.9375rem; }
  .js-card-list li { font-size: 0.75rem; }

  .js-contact-section { padding: 2rem 0.75rem 2.5rem; }
  .js-contact-heading { font-size: 1.125rem; }
  .js-contact-cards { grid-template-columns: 1fr; gap: 0.875rem; }
  .js-contact-card { padding: 1.25rem 1rem; }
  .js-cc-value { font-size: 1rem; }
  .js-cc-note { font-size: 0.625rem; }
  .js-register-btn { font-size: 0.9375rem; padding: 0.75rem 2rem; }
}