:root {
  --primary: #2f6246;
  --primary-deep: #234a35;
  --secondary: #2f6246;
  --secondary-deep: #234a35;
  --accent: #f58925;
  --accent-soft: #f7b05c;
  --medical-red: #e31b23;
  --charcoal: #333333;
  --light-gray: #ebe8e2;
  --bg: #f6f4f0;
  --dark: #333333;
  --muted: #2c2e2d;
  --white: #ffffff;
  --line: rgba(47, 98, 70, 0.14);
  --shadow: 0 18px 50px rgba(47, 98, 70, 0.16);
  --radius: 1.5rem;
  --header-offset: 118px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: Inter, "Noto Sans Devanagari", Montserrat, system-ui, sans-serif;
  background: var(--bg);
  color: var(--dark);
  line-height: 1.65;
  overflow-x: clip;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
.display-font {
  font-family: Inter, Montserrat, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.text-primary {
  color: var(--primary) !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.announce-bar {
  background: linear-gradient(90deg, #234a35, #2f6246 62%, #f58925);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.55rem 0;
  position: relative;
  z-index: 1040;
  box-shadow: inset 0 3px 0 var(--accent);
}

.announce-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
  width: 100%;
}

.announce-logo {
  height: 22px;
  width: auto;
  border-radius: 4px;
  object-fit: contain;
  background: var(--white);
}

.announce-bar a {
  color: #fff;
  font-weight: 600;
}

.announce-bar .chip {
  background: rgba(20, 48, 34, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.38rem 0.75rem 0.28rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  line-height: 1;
}

.announce-bar .chip i {
  display: block;
  line-height: 0;
}

.announce-bar .chip span {
  display: inline-block;
  line-height: 1;
  padding-top: 0.1em;
}

.announce-marquee {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.announce-marquee__track {
  display: flex;
  width: max-content;
  animation: announce-scroll 24s linear infinite;
}

.announce-marquee__track span {
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-right: 4rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
}

@keyframes announce-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.announce-marquee:hover .announce-marquee__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .announce-marquee__track {
    animation: none;
  }
}

.site-header {
  background: rgba(246, 244, 240, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.promo-banner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #f4f0e6;
}

.promo-banner img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100%;
  height: auto !important;
  object-fit: cover;
}

.brand-logo {
  height: 56px;
  width: auto;
  max-width: min(220px, 58vw);
  object-fit: contain;
  border-radius: 10px;
  background: var(--white);
  padding: 0.2rem;
}

.navbar-brand {
  font-family: Inter, Montserrat, sans-serif;
  font-size: 1.05rem;
  color: var(--dark) !important;
  flex-shrink: 0;
  margin-right: 1rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.site-header .navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.site-header .navbar .container {
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggler {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  flex-shrink: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 98, 70, 0.2);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231E293B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
  padding-top: 0;
}

.navbar-nav {
  flex-wrap: nowrap;
  column-gap: 0.1rem;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: var(--dark) !important;
  padding: 0.5rem 0.55rem !important;
  font-size: 0.88rem;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.btn-primary-glow,
.btn-soft-green,
.btn-accent {
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.72rem 1.25rem;
}

.btn-primary-glow {
  background: linear-gradient(135deg, var(--primary-deep), var(--primary));
  color: #fff;
  box-shadow: 0 10px 24px rgba(47, 98, 70, 0.32);
}

.btn-primary-glow:hover {
  color: #fff;
  filter: brightness(1.05);
}

.btn-soft-green {
  background: var(--primary);
  color: #fff;
}

.btn-soft-green:hover {
  color: #fff;
  filter: brightness(1.05);
}

.btn-accent {
  background: var(--accent);
  color: #3b2208;
}

.btn-accent:hover {
  color: #3b2208;
}

.btn-ghost {
  border-radius: 999px;
  border: 1.5px solid rgba(47, 98, 70, 0.28);
  color: var(--primary);
  font-weight: 700;
  background: #fff;
  padding: 0.72rem 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  line-height: 1;
}

.btn i {
  display: block;
  line-height: 0;
  font-size: 0.95em;
}

.btn i::before {
  display: block;
  line-height: 1;
}

.btn span {
  display: inline-block;
  line-height: 1;
  padding-top: 0.12em;
}

.cta-banner .btn-light {
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(47, 98, 70, 0.12);
  color: var(--primary-deep);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
}

.section-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin: 0.8rem 0 0.9rem;
}

.lead-muted {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: none;
  width: 100%;
}

.lead-muted.mx-auto {
  max-width: 46rem;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.blob-a {
  width: 280px;
  height: 280px;
  background: rgba(47, 98, 70, 0.2);
  top: -60px;
  left: -80px;
}

.blob-b {
  width: 320px;
  height: 320px;
  background: rgba(245, 137, 37, 0.22);
  right: -90px;
  bottom: -80px;
}

.hero {
  padding: 3.2rem 0 4.5rem;
  overflow: hidden;
}

.hero-card {
  background: linear-gradient(160deg, #ffffff 0%, #f6f4f0 48%, #efe8dc 100%);
  border-radius: 2rem;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  margin-bottom: 1rem;
}

.hero-photo-wrap {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}

.hero-photo {
  border-radius: 1.1rem;
  object-fit: cover;
  object-position: 20% 22%;
  width: 100%;
  height: 150px;
  box-shadow: 0 10px 24px rgba(30, 41, 59, 0.1);
}

@media (min-width: 992px) {
  .hero-photo-wrap {
    margin-top: 0;
  }

  .hero-photo {
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    background: transparent;
  }
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.trust-badge {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.split-panel {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split-photo,
.split-copy {
  min-width: 0;
}

.split-panel img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
  display: block;
}

.split-copy {
  padding: 2.4rem;
}

.challenge-list li {
  margin-bottom: 0.7rem;
  padding-left: 0.2rem;
}

.about-intro,
.process-intro {
  width: 100%;
}

.about-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  width: 100%;
}

@media (min-width: 768px) {
  .about-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

.glass-tile {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.6rem 1.7rem 1.7rem;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  width: 100%;
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.glass-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-deep), var(--primary), var(--accent));
}

.glass-tile-mark {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.55rem;
}

.glass-tile h3 {
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
}

.condition-card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem;
  height: 100%;
  border: 1px solid transparent;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.condition-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 98, 70, 0.28);
  box-shadow: var(--shadow);
}

a.condition-card {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

a.condition-card .card-more {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--primary);
}

.page-hero {
  background: linear-gradient(180deg, #f6f4f0, #ebe8e2);
  padding: 2.2rem 0 2rem;
  border-bottom: 1px solid var(--line);
}

.page-crumb {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.page-crumb a {
  color: var(--primary);
  font-weight: 600;
}

.page-hero h1 {
  margin-bottom: 0.45rem;
}

.page-hero .lead-muted {
  max-width: 40rem;
  margin-bottom: 0;
}

.inner-block {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.6rem 1.7rem;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
  height: auto;
}

.inner-block--fill {
  height: 100%;
}

.inner-block h2,
.inner-block h3 {
  margin-bottom: 0.7rem;
}

.topic-list {
  display: grid;
  gap: 0.65rem;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.topic-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.topic-list i {
  color: var(--primary);
  margin-top: 0.28rem;
}

.icon-orb {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.condition-num {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--primary-deep);
}

.timeline {
  position: relative;
  display: grid;
  gap: 1.2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  width: 100%;
}

@media (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.process-grid .time-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  height: 100%;
}

.process-grid .step-body {
  height: 100%;
  width: 100%;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 20px;
  bottom: 20px;
  width: 3px;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  border-radius: 99px;
}

.time-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  align-items: start;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--primary);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--primary);
  position: relative;
  z-index: 1;
}

.step-body {
  background: #fff;
  border-radius: 1.3rem;
  padding: 1.2rem 1.4rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.slider-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.slider-window {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.slider-track {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  transition: transform 0.45s ease;
  will-change: transform;
}

.story-card {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: none;
  padding: 0;
  box-sizing: border-box;
}

.story-inner {
  background: #fff;
  border-radius: 1.8rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  align-items: stretch;
  height: auto;
  box-shadow: var(--shadow);
}

/* Photo fills the text-column height; intrinsic image size does not grow the row. */
.story-photo {
  position: relative;
  min-height: 260px;
  min-width: 0;
  overflow: hidden;
  align-self: stretch;
}

.story-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2rem 2.1rem;
  width: 100%;
  min-width: 0;
  height: auto;
}

.story-quote {
  margin: 0;
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  overflow: visible;
  overflow-wrap: break-word;
  font-size: clamp(1.12rem, 2.1vw, 1.42rem);
  line-height: 1.55;
  color: var(--dark);
}

.story-meta {
  width: 100%;
  margin-top: 0;
}

.story-meta strong {
  display: block;
}

.before-after {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.ba-pill {
  background: var(--bg);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.slider-nav {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
  margin-top: 1rem;
}

.story-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.story-video-wrap {
  margin-top: 2.2rem;
  text-align: center;
}

.story-video-label {
  display: inline-block;
  margin: 0 0 1.15rem;
  padding: 0.55rem 1.45rem;
  border-radius: 999px;
  background: #e7efe8;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 100%;
  margin: 0 auto;
}

.story-video {
  margin: 0;
  width: 100%;
  background: #111;
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.story-video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78vh;
  background: #111;
  vertical-align: middle;
}

.story-shot {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: zoom-in;
  text-align: left;
}

.story-shot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: transform 0.35s ease;
}

.story-shot:hover img,
.story-shot:focus-visible img {
  transform: scale(1.04);
}

.story-zoom-hint {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(20, 40, 32, 0.88);
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.story-zoom {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgba(10, 16, 14, 0.94);
  display: flex;
  flex-direction: column;
}

.story-zoom[hidden] {
  display: none !important;
}

.story-zoom-bar {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  flex-shrink: 0;
}

.story-zoom-bar button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--dark);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}

.story-zoom-stage {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-zoom-stage:active {
  cursor: grabbing;
}

.story-zoom-stage img {
  display: block;
  max-width: 96%;
  max-height: 86vh;
  width: auto;
  height: auto;
  transform-origin: center center;
  user-select: none;
  pointer-events: none;
}

.slider-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: var(--dark);
  color: #fff;
}

.video-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  min-height: 220px;
}

.video-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.play-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 98, 70, 0.08), rgba(51, 51, 51, 0.58));
  display: grid;
  place-items: center;
}

.play-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.location-card {
  background: #fff;
  border-radius: 1.8rem;
  padding: 1.8rem;
  height: 100%;
  box-shadow: var(--shadow);
}

.map-shell {
  height: 100%;
  min-height: 420px;
}

.map-frame {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 1.8rem;
  display: block;
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.area-pills span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.faq-shell {
  width: 100%;
}

.accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 0.75rem;
}

.accordion-button {
  border-radius: 1.1rem !important;
  font-weight: 700;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  color: var(--dark);
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: #efe8dc !important;
}

.accordion-body {
  background: #fff;
  border-radius: 0 0 1.1rem 1.1rem;
}

.program-card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease;
}

.program-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -40px;
  bottom: -50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(47, 98, 70, 0.14), rgba(245, 137, 37, 0.18));
}

.program-card:hover {
  transform: translateY(-8px) rotate(-0.4deg);
}

.cta-banner {
  background: linear-gradient(120deg, #234a35, #2f6246 52%, #f58925);
  color: #fff;
  border-radius: 2rem;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.fill-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .fill-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fill-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fill-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.watch-item {
  min-width: 0;
}

.fill-grid > article {
  display: flex;
  width: 100%;
  min-width: 0;
}
.fill-grid > .program-card,
.fill-grid > .community-card,
.fill-grid > .watch-item {
  width: 100%;
  min-width: 0;
}

.community-card {
  background: #fff;
  border-radius: 1.4rem;
  padding: 1.3rem;
  height: 100%;
  border: 1px solid var(--line);
}

.stat-band {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  width: 100%;
}

.stat-tile {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 1.1rem;
  padding: 0.9rem;
  text-align: center;
}

.stat-tile strong {
  display: block;
  font-size: 1.6rem;
  font-family: Inter, Montserrat, sans-serif;
  color: var(--primary-deep);
}

.site-footer {
  background: var(--dark);
  color: #cbd5e1;
  padding: 4rem 0 1.4rem;
}

.site-footer h5 {
  color: #fff;
  font-family: Inter, Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-logo {
  height: 64px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--white);
  padding: 0.2rem;
}

.site-footer a {
  color: #cbd5e1;
}

.site-footer a:hover {
  color: #fff;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  margin-right: 0.4rem;
  color: #fff;
}

.float-stack {
  position: fixed;
  right: 20px;
  bottom: 88px;
  left: auto;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 0;
  transform: none;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.35rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.float-call {
  background: var(--primary);
}

.float-wa {
  background: #25d366;
}

#scrollTopBtn {
  position: fixed;
  left: 18px;
  bottom: 24px;
  z-index: 1050;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--dark);
  color: #fff;
  display: none;
  place-items: center;
}

.booking-modal .modal-content {
  border: 0;
  border-radius: 1.5rem;
}

.booking-modal .modal-header {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 1.35rem;
}

.booking-modal .modal-body {
  padding: 1.2rem 1.35rem 1.5rem;
}

.consult-lede {
  color: var(--muted);
  margin-bottom: 1.15rem;
}

.lang-hi {
  font-weight: 600;
  color: #4d6660;
}

.consult-block {
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.1rem 1.15rem 1.2rem;
  margin: 0 0 1rem;
  background: #fbfaf7;
  overflow: visible;
}

.consult-block legend {
  float: none;
  width: auto;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 0 0.35rem;
  color: var(--primary-deep);
}

.consult-hint {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 0.65rem;
}

.consult-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
}

.consult-options--stack {
  flex-direction: column;
  gap: 0.55rem;
}

.consult-form .form-check {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  min-height: 0;
  padding-left: 0 !important;
}

.consult-form .form-check-input {
  float: none !important;
  position: static !important;
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  margin: 0 !important;
  vertical-align: middle;
}

.consult-form .form-check span {
  display: block;
  line-height: 1.4;
  padding-top: 0;
}

.consult-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  padding-left: 0 !important;
}

.consult-consent .form-check-input {
  margin-top: 0.2em !important;
}

.consult-consent span {
  line-height: 1.45;
}

.consult-wa-hint {
  margin: 0.7rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 0.85rem;
  background: #e8f6ee;
  color: var(--primary-deep);
  font-weight: 600;
}

.consult-form .btn span {
  padding-top: 0.12em;
}

.pay-qr {
  text-align: center;
  margin-bottom: 1rem;
}

.pay-qr-img {
  display: block;
  width: min(320px, 100%);
  height: auto;
  margin: 0 auto;
  border-radius: 1rem;
  background: #000;
}

.pay-apps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .pay-apps {
    grid-template-columns: 1fr 1fr;
  }
}

.pay-card,
.pay-bank {
  border-radius: 1.15rem;
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid var(--line);
}

.pay-card h3,
.pay-bank h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.pay-card--phonepe {
  background: #f6f1fb;
  border-color: rgba(95, 37, 159, 0.22);
}

.pay-card--gpay {
  background: #eef4fe;
  border-color: rgba(66, 133, 244, 0.28);
}

.pay-number {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0.2rem 0 0.25rem;
  color: var(--dark);
}

.pay-hint {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 0.85rem;
}

.pay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pay-actions .btn {
  flex: 1 1 auto;
}

.pay-bank {
  background: #fbfaf7;
}

.pay-bank-list {
  margin: 0 0 0.9rem;
}

.pay-bank-list > div {
  display: grid;
  grid-template-columns: minmax(9rem, 40%) 1fr;
  gap: 0.4rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
}

.pay-bank-list dt {
  margin: 0;
  font-weight: 600;
  color: var(--muted);
  font-size: 0.88rem;
}

.pay-bank-list dd {
  margin: 0;
  font-weight: 700;
  word-break: break-all;
}

.form-control,
.form-select {
  border-radius: 0.9rem;
  padding: 0.75rem 0.9rem;
  border-color: #d4d8d7;
}

.care-ledger {
  position: relative;
  overflow: hidden;
  padding: 5.25rem 0 5.75rem;
  background:
    radial-gradient(1200px 480px at 12% -10%, rgba(47, 98, 70, 0.42), transparent 58%),
    radial-gradient(900px 420px at 92% 110%, rgba(245, 137, 37, 0.16), transparent 52%),
    linear-gradient(168deg, #16241c 0%, #2a2a2a 46%, #1a2e24 100%);
  color: #e8eeec;
}

.care-ledger__mist {
  position: absolute;
  pointer-events: none;
  filter: blur(28px);
  border-radius: 50%;
  opacity: 0.55;
}

.care-ledger__mist--left {
  width: 220px;
  height: 220px;
  left: -70px;
  top: 40px;
  background: rgba(47, 98, 70, 0.32);
}

.care-ledger__mist--right {
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: 20px;
  background: rgba(245, 137, 37, 0.18);
}

.care-ledger__intro {
  max-width: none;
  width: 100%;
  margin: 0 0 2.75rem;
}

.ledger-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9ddd4;
  border: 1px solid rgba(47, 98, 70, 0.45);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  background: rgba(47, 98, 70, 0.14);
}

.care-ledger__title {
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  color: #f8fafc;
  margin: 0.85rem 0 0.7rem;
}

.care-ledger__lede {
  color: #b8c4c1;
  margin: 0 auto;
}

.harbor-slate-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.harbor-slate {
  height: 100%;
  border-radius: 1.85rem;
  padding: 1px;
  display: flex;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.harbor-slate:hover {
  transform: translateY(-8px);
  filter: saturate(1.05);
}

.harbor-slate--tide {
  background: linear-gradient(145deg, #2f6246, rgba(47, 98, 70, 0.45), rgba(51, 51, 51, 0.4));
  box-shadow: 0 0 0 1px rgba(47, 98, 70, 0.45), 0 24px 50px rgba(12, 20, 18, 0.45);
}

.harbor-slate--ember {
  background: linear-gradient(145deg, #f58925, rgba(245, 137, 37, 0.4), rgba(51, 51, 51, 0.35));
  box-shadow: 0 0 0 1px rgba(245, 137, 37, 0.5), 0 24px 50px rgba(12, 20, 18, 0.45);
}

.harbor-slate__chrome {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: calc(1.85rem - 1px);
  padding: 1.65rem 1.55rem 1.4rem;
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(255, 255, 255, 0.07), transparent 55%),
    linear-gradient(180deg, #24382e 0%, #1c2820 100%);
}

.harbor-slate--tide .harbor-slate__chrome {
  box-shadow: inset 0 1px 0 rgba(47, 98, 70, 0.35), inset 0 0 48px rgba(47, 98, 70, 0.1);
}

.harbor-slate--ember .harbor-slate__chrome {
  box-shadow: inset 0 1px 0 rgba(245, 137, 37, 0.32), inset 0 0 48px rgba(245, 137, 37, 0.08);
}

.slate-ribbon {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  margin-bottom: 0.85rem;
}

.slate-ribbon--tide {
  color: #fff;
  background: linear-gradient(90deg, #234a35, #2f6246);
}

.slate-ribbon--ember {
  color: #333333;
  background: linear-gradient(90deg, #f58925, #f7b05c);
}

.harbor-slate__name {
  font-size: 1.55rem;
  color: #fff;
  margin-bottom: 0.35rem;
}

.slate-option {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9dcebb;
}

.slate-option--ember {
  color: #f7b05c;
}

.slate-intro {
  color: #c5d0cd;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.sum-figure s {
  display: inline-block;
  margin-left: 0.45rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #8b9693;
  text-decoration: line-through;
  letter-spacing: 0;
}

.sum-figure {
  font-family: Inter, Montserrat, sans-serif;
  font-weight: 800;
  font-size: clamp(2.9rem, 5.4vw, 3.9rem);
  line-height: 0.95;
  color: #fff;
  margin: 0 0 1.15rem;
  letter-spacing: -0.03em;
}

.sum-figure span {
  display: block;
  margin-top: 0.4rem;
  font-family: Inter, Montserrat, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #a8b3b0;
}

.harbor-slate--tide .sum-figure {
  text-shadow: 0 0 28px rgba(47, 98, 70, 0.45);
}

.harbor-slate--ember .sum-figure {
  text-shadow: 0 0 28px rgba(245, 137, 37, 0.32);
}

.perk-rail {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.perk-rail li {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.65rem;
  font-size: 0.93rem;
  color: #c5d0ce;
  line-height: 1.5;
}

.perk-rail li span {
  min-width: 0;
}

.perk-rail i {
  margin-top: 0.18rem;
}

.harbor-slate--tide .perk-rail i {
  color: #2f6246;
}

.harbor-slate--ember .perk-rail i {
  color: #f58925;
}

.harbor-slate__foot {
  margin-top: auto;
}

@keyframes tide-glow {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.08);
  }
}

.slate-commit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-weight: 800;
  border-radius: 999px;
  padding: 1rem 1.15rem;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  animation: tide-glow 3.6s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slate-commit span {
  display: inline-block;
  line-height: 1;
  padding-top: 0.12em;
}

.slate-commit--tide {
  background: linear-gradient(90deg, #234a35, #2f6246 45%, #3d7a58);
  color: #fff;
  box-shadow: 0 14px 32px rgba(47, 98, 70, 0.5), 0 0 28px rgba(47, 98, 70, 0.4);
}

.slate-commit--ember {
  background: linear-gradient(90deg, #d47314, #f58925 50%, #f7b05c);
  box-shadow: 0 14px 32px rgba(245, 137, 37, 0.42), 0 0 28px rgba(245, 137, 37, 0.34);
}

.slate-commit:hover {
  color: #1a1a1a;
  transform: translateY(-2px);
}

.slate-commit--tide:hover {
  color: #fff;
  box-shadow: 0 18px 40px rgba(47, 98, 70, 0.6), 0 0 36px rgba(47, 98, 70, 0.52);
}

.slate-commit--ember:hover {
  box-shadow: 0 18px 40px rgba(245, 137, 37, 0.52), 0 0 36px rgba(245, 137, 37, 0.44);
}

.slate-whisper {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8fa09c;
  text-align: center;
}

@media (max-width: 767.98px) {
  .harbor-slate-row {
    grid-template-columns: 1fr;
  }

  .harbor-slate:hover {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-offset: 0px;
  }

  .hero-photo {
    height: 150px;
    margin-top: 0;
    transform: none;
    object-position: 20% 22%;
  }

  .navbar-collapse {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }

  .navbar-nav {
    flex-wrap: wrap;
  }

  .brand-logo {
    height: 76px;
    max-width: min(300px, 72vw);
  }

  .announce-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.4rem;
    padding: 0 0.75rem;
  }

  .announce-marquee {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
  }

  .site-header .navbar {
    position: relative;
  }

  .site-header .navbar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 84px;
  }

  .navbar-brand {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin-right: 0;
    z-index: 1;
  }

  .navbar-toggler {
    margin-left: auto;
    z-index: 2;
  }

  .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
  }

  .story-gallery,
  .story-video-grid {
    grid-template-columns: 1fr;
  }

  .story-inner,
  .stat-band,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .story-photo {
    min-height: 240px;
    height: 240px;
  }

  .story-copy {
    min-height: 0;
    height: auto;
  }

  .timeline::before {
    left: 22px;
  }
}

.consult-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consult-form .btn.is-busy {
  opacity: 0.7;
  pointer-events: none;
}

.home-story-posters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.2rem;
}

.home-story-videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 920px;
  margin: 0 auto;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.area-grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-card {
  display: block;
  background: #fff;
  border-radius: 1.35rem;
  padding: 1.25rem 1.3rem 1.15rem;
  box-shadow: var(--shadow);
  color: inherit;
  height: 100%;
  transition: transform 0.2s ease;
}

.area-card:hover {
  transform: translateY(-3px);
  color: inherit;
}

.area-card__state {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.area-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
}

.area-card p {
  margin: 0 0 0.7rem;
  color: #5b615c;
  font-size: 0.92rem;
}

.area-card__local {
  font-size: 0.82rem !important;
  color: var(--primary) !important;
}

.area-steps {
  padding-left: 1.15rem;
  margin: 0 0 1rem;
}

.area-layout {
  align-items: flex-start;
}

.area-aside {
  position: sticky;
  top: calc(var(--header-offset) + 12px);
}

@media (max-width: 991.98px) {
  .area-aside {
    position: static;
  }
}

.area-steps li {
  margin-bottom: 0.55rem;
}

@media (max-width: 991.98px) {
  .area-grid,
  .area-grid--home {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .home-story-posters,
  .home-story-videos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .hero-card,
  .cta-banner,
  .split-copy {
    padding: 1.4rem;
  }

  .announce-bar .d-none-xs {
    display: none !important;
  }
}

.mobile-appoint {
  display: none;
}

@media (max-width: 767.98px) {
  .cta-banner {
    display: none !important;
  }

  .mobile-appoint {
    display: block;
    border-radius: 1.4rem;
    overflow: hidden;
    padding: 1.2rem 0.85rem 1.35rem;
    background:
      linear-gradient(180deg, rgba(36, 90, 58, 0.28), rgba(28, 70, 45, 0.4)),
      url("../images/appoint-mobile-bg.jpg") center/cover no-repeat;
  }

  .mobile-appoint__card {
    background: #fff;
    border-radius: 1.15rem;
    padding: 1.35rem 1.1rem 1.2rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  }

  .mobile-appoint__card h2 {
    margin: 0 0 0.45rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1.35rem;
    font-weight: 800;
    color: #1f4d35;
  }

  .mobile-appoint__card > p {
    text-align: center;
    color: #4b5563;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 1.1rem;
  }

  .mobile-appoint__field {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid #d7ddd9;
    border-radius: 0.7rem;
    padding: 0.15rem 0.85rem;
    margin-bottom: 0.7rem;
    background: #fff;
  }

  .mobile-appoint__field i {
    color: #6b7280;
    width: 1.05rem;
    text-align: center;
  }

  .mobile-appoint__field input,
  .mobile-appoint__field select {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0.82rem 0;
    font-size: 0.98rem;
    color: #333;
    outline: none;
    appearance: none;
    width: 100%;
  }

  .mobile-appoint__field select {
    color: #6b7280;
  }

  .mobile-appoint__field select:valid {
    color: #333;
  }

  .mobile-appoint__error {
    color: #b42318;
    font-size: 0.88rem;
    font-weight: 600;
    margin: 0 0 0.7rem;
  }

  .mobile-appoint button[type="submit"] {
    width: 100%;
    border: 0;
    border-radius: 0.7rem;
    background: #2f6246;
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
  }

  .mobile-appoint__thanks {
    text-align: center;
    color: #1f4d35;
    font-weight: 600;
    padding: 0.4rem 0 0.2rem;
  }
}
