/* City marketing landings — Lucknow, Mumbai, Dehradun */
.city-lp {
  --city-ink: #0d1f28;
  --city-wash: #e7f4f1;
  --city-card: #fff;
  background: #f3f6f5;
}

.city-lp .metro-hero {
  min-height: min(92vh, 780px);
}

.city-lp .metro-hero-bg {
  opacity: 0.42;
  transform: scale(1.04);
}

.city-lp .metro-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 28, 0.25) 0%, rgba(8, 22, 28, 0.72) 70%),
    radial-gradient(ellipse at 20% 80%, rgba(0, 174, 151, 0.35), transparent 50%);
  pointer-events: none;
}

.city-lp .metro-hero-inner {
  z-index: 2;
  padding-bottom: 4.5rem;
}

.city-lp .metro-hero h1 {
  max-width: 16ch;
}

.city-trust-band {
  background: #0d1f28;
  color: #fff;
  padding: 0;
  margin-top: -1.5rem;
  position: relative;
  z-index: 3;
}

.city-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.city-trust-item {
  padding: 1.35rem 1.1rem 1.45rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.city-trust-item:last-child {
  border-right: 0;
}

.city-trust-item strong {
  display: block;
  font-size: 1.7rem;
  color: #7ef0dc;
  margin-bottom: 0.2rem;
  font-family: Fraunces, Georgia, serif;
}

.city-trust-item span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

.city-story {
  background: #fff;
  padding: 4.5rem 0;
}

.city-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.city-story-media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(13, 31, 40, 0.16);
}

.city-story-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.city-story-copy .section-title {
  max-width: 14ch;
}

.city-story-copy p {
  max-width: 38rem;
  color: #4a5d67;
  font-size: 1.02rem;
  line-height: 1.65;
}

.city-story-copy .btn {
  margin-top: 0.5rem;
}

.city-team-sec {
  background:
    radial-gradient(ellipse at top right, rgba(0, 174, 151, 0.1), transparent 45%),
    #f7fbfa;
}

.city-team-lead {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  margin: 2rem 0 1.5rem;
  border-radius: 28px;
  overflow: hidden;
  background: #0d1f28;
  color: #fff;
  box-shadow: 0 24px 50px rgba(13, 31, 40, 0.18);
}

.city-team-lead img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.city-team-lead-copy {
  padding: 2.1rem 2rem 2.2rem;
}

.city-team-lead-copy .role,
.city-team-card .role {
  margin: 0 0 0.4rem;
  color: #5fd4c4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-team-card .role {
  color: var(--teal-deep, #0f6e62);
}

.city-team-lead-copy h3 {
  margin: 0 0 0.7rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.85rem;
}

.city-team-lead-copy p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  line-height: 1.55;
}

.city-team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.city-team-card {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: 0 14px 32px rgba(13, 31, 40, 0.07);
}

.city-team-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  display: block;
}

.city-team-card-body {
  padding: 0.95rem 0.95rem 1.1rem;
}

.city-team-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.city-team-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #5b6b73;
  line-height: 1.45;
}

.city-locs {
  background: #fff;
}

.city-loc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.75rem 0 2.25rem;
}

.city-loc-card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: #f7fbfa;
  box-shadow: 0 12px 28px rgba(13, 31, 40, 0.06);
}

.city-loc-media {
  position: relative;
  display: block;
}

.city-loc-media img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
}

.city-loc-media span {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(13, 31, 40, 0.78);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.city-loc-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem 1.05rem 1.1rem;
}

.city-loc-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
}

.city-loc-body h3 a {
  color: inherit;
  text-decoration: none;
}

.city-loc-body p {
  margin: 0;
  font-size: 0.84rem;
  color: #5b6b73;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.city-loc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.9rem;
  margin-top: auto;
  padding-top: 0.85rem;
}

.city-loc-actions button {
  appearance: none;
  border: 0;
  background: #00ae97;
  color: #fff;
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.city-loc-actions a {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--teal-deep, #0f6e62);
}

.city-area-groups {
  display: grid;
  gap: 1.15rem;
}

.city-area-group {
  padding: 1.1rem 1.15rem 1.2rem;
  border-radius: 20px;
  background: #f3f7f6;
}

.city-area-group h3 {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
}

.city-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.city-area-chips button {
  appearance: none;
  border: 1px solid rgba(0, 174, 151, 0.28);
  background: #fff;
  color: var(--navy, #102833);
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
}

.city-area-chips button:hover {
  background: rgba(0, 174, 151, 0.12);
  border-color: rgba(0, 174, 151, 0.5);
}

.city-why-sec {
  background: #0d1f28;
  color: #fff;
}

.city-why-sec .section-label {
  color: #7ef0dc;
}

.city-why-sec .section-title {
  color: #fff;
}

.city-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.city-why-card {
  border-radius: 22px;
  overflow: hidden;
  background: #132833;
  border: 0;
}

.city-why-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.city-why-body {
  padding: 1.2rem 1.15rem 1.35rem;
}

.city-why-body span {
  display: block;
  margin-bottom: 0.4rem;
  color: #7ef0dc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.city-why-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  color: #fff;
}

.city-why-card p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.city-problems {
  background: #fff;
}

.city-problems .section-title {
  max-width: 18ch;
}

.city-problems .section-lead {
  max-width: 40rem;
}

.city-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.city-problem-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #f7fbfa;
  box-shadow: 0 12px 28px rgba(13, 31, 40, 0.06);
}

.city-problem-card img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
}

.city-problem-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem 1.05rem 1.1rem;
}

.city-problem-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--navy, #102833);
}

.city-problem-body p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted, #5b6b73);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.city-problem-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin-top: auto;
  padding-top: 0.9rem;
}

.city-problem-actions a {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--teal-deep, #0f6e62);
}

.city-problems-more {
  margin: 1.35rem 0 0;
  text-align: center;
}

.city-problems-more a {
  font-weight: 700;
  color: var(--teal-deep, #0f6e62);
}

.city-includes {
  background: #f7fbfa;
}

.city-includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.city-includes-media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(13, 31, 40, 0.12);
}

.city-includes-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.city-include {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding: 0;
}

.city-include li {
  list-style: none;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  font-size: 0.95rem;
  box-shadow: 0 8px 20px rgba(13, 31, 40, 0.04);
}

.city-include strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0d1f28;
}

.city-how {
  background: #fff;
}

.city-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.city-how-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #0d1f28;
  color: #fff;
  box-shadow: 0 16px 36px rgba(13, 31, 40, 0.12);
}

.city-how-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  opacity: 0.55;
}

.city-how-card .step-num,
.city-how-card h3,
.city-how-card p {
  position: relative;
  z-index: 1;
  margin-left: 1.15rem;
  margin-right: 1.15rem;
}

.city-how-card .step-num {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  margin-top: -1.15rem;
  border-radius: 50%;
  background: #00ae97;
  font-weight: 800;
}

.city-how-card h3 {
  margin-top: 0.75rem;
  font-size: 1.15rem;
}

.city-how-card p {
  margin: 0.35rem 0 1.25rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.city-guides {
  background: #f7fbfa;
}

.city-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.city-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 28px rgba(13, 31, 40, 0.06);
}

.city-blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.city-blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.05rem 1.05rem 1.15rem;
}

.city-blog-card strong {
  font-size: 0.98rem;
  color: var(--navy, #102833);
}

.city-blog-card span {
  font-size: 0.84rem;
  color: var(--muted, #5b6b73);
}

.city-circles {
  background: #fff;
  padding-top: 2.25rem;
}

.city-gym {
  background: #0d1f28;
  color: #fff;
}

.city-gym-grid {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

@media (min-width: 800px) {
  .city-gym-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.city-gym-media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}

.city-gym-copy {
  padding: 1.8rem 1.7rem 1.9rem;
}

.city-gym-copy .section-label {
  color: #7ef0dc;
}

.city-gym-copy .section-title {
  color: #fff;
  max-width: 16ch;
}

.city-gym-copy p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
}

.city-gym-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 1.15rem;
  padding: 0;
  list-style: none;
}

.city-gym-pills li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 600;
}

.city-faq-sec {
  background: #eef3f2;
}

.city-faq-sec .section-title,
.city-faq-sec h2 {
  max-width: 18ch;
}

.city-lp .cta-band {
  background:
    linear-gradient(135deg, #0d1f28 0%, #0f4c4a 60%, #00ae97 140%);
}

@media (max-width: 980px) {
  .city-story-grid,
  .city-team-lead,
  .city-includes-grid,
  .city-gym-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .city-team-grid,
  .city-loc-grid,
  .city-why-grid,
  .city-how-grid,
  .city-blog-grid,
  .city-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .city-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .city-trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 560px) {
  .city-team-grid,
  .city-loc-grid,
  .city-why-grid,
  .city-how-grid,
  .city-blog-grid,
  .city-problem-grid {
    grid-template-columns: 1fr;
  }
}
