:root {
  --brand: #1f4f82;
  --brand-dark: #17395e;
  --brand-soft: #edf4fb;
  --navy: #274c77;
  --navy-2: #4f6f91;
  --gold: #c7a15b;
  --gold-soft: #f3ead7;
  --ink: #0c1016;
  --muted: #0c1016;
  --line: #e8edf2;
  --surface: #fffdf9;
  --surface-alt: #f7f9fb;
  --surface-warm: #faf7f0;
  --shadow: 0 18px 50px rgba(56, 79, 105, .10);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1200px;
  --header-height: 84px;
}
:root {
      --igp-blue: #1f4f82;
      --igp-blue-dark: #17395e;
      --igp-blue-light: #edf4fb;
      --igp-gold: #c7a15b;
      --igp-ivory: #fffdf9;
      --igp-warm: #faf7f0;
      --igp-white: #ffffff;
      --igp-text: #243447;
      --igp-muted: #0c1016;
      --igp-border: #e8edf2;
      --igp-shadow: 0 18px 48px rgba(56, 79, 105, 0.10);
    }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999;
  transform: translateY(-150%);
  background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  height: var(--header-height);
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(15, 28, 45, .08);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 12px; color: #fff; background: var(--brand);
  box-shadow: 0 8px 20px rgba(141, 16, 37, .28);
}
.brand-mark svg { width: 25px; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; opacity: .72; font-size: .72rem; }

.primary-nav { display: flex; align-items: center; gap: 27px; font-size: .91rem; font-weight: 600; }
.primary-nav a { text-decoration: none; opacity: .92; }
.primary-nav a:hover, .primary-nav a:focus-visible { opacity: 1; color: var(--gold); }
.nav-cta {
  padding: 11px 17px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px;
}
.is-scrolled .nav-cta { border-color: var(--line); background: var(--brand); color: #fff !important; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.hero {
  min-height: 760px; height: 100svh; position: relative; overflow: hidden;
  display: grid; align-items: center; color: #fff; background: var(--navy);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,22,40,.92) 0%, rgba(10,22,40,.73) 47%, rgba(10,22,40,.24) 100%);
}
.hero-art { position: absolute; inset: 0; overflow: hidden; background:
  radial-gradient(circle at 78% 26%, rgba(201,154,66,.24), transparent 22%),
  linear-gradient(145deg, #172a46 0%, #0d1b2f 56%, #08111f 100%); }
.hero-grid {
  position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(700px) rotateX(58deg) translateY(45%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 440px; height: 440px; right: 6%; top: 12%; background: rgba(141,16,37,.25); }
.hero-orb-two { width: 240px; height: 240px; right: 30%; bottom: 16%; background: rgba(201,154,66,.16); }
.hero-skyline { position: absolute; inset: auto 0 0; width: 100%; height: 55%; fill: rgba(255,255,255,.075); }
.hero-content { position: relative; z-index: 2; padding-top: var(--header-height); }
.eyebrow {
  margin: 0 0 18px; color: var(--gold); text-transform: uppercase;
  font-size: 1.2rem; font-weight: 800; letter-spacing: .18em;
}
.hero h1 {
  max-width: 850px; margin: 0; font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .98; letter-spacing: -.055em; text-wrap: balance;
}
.hero .hindih1{font-size: clamp(3rem, 7vw, 4rem); line-height: 1.2; letter-spacing: -.055em; text-wrap: balance;}
.hero-lead {
  max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.82);
  font-size: clamp(1.08rem, 2vw, 1.38rem); line-height: 1.6;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800;
  text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 12px 30px rgba(141,16,37,.35); }
.button-primary:hover { background: #a5142d; }
.button-secondary { color: #fff; border: 1px solid rgba(255,255,255,.36); background: rgba(255,255,255,.06); }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.hero-note { margin-top: 20px; color: rgba(255,255,255,.57); font-size: .84rem; }
.scroll-cue {
  position: absolute; z-index: 3; bottom: 27px; left: 50%; transform: translateX(-50%);
  display: grid; justify-items: center; gap: 4px; color: rgba(255,255,255,.7);
  text-decoration: none; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em;
}
.scroll-arrow { font-size: 1.45rem; animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
.igp-growth-section {
      padding: clamp(70px, 9vw, 110px) 20px;
      background: var(--igp-ivory);
    }

    .igp-container {
      width: min(1200px, 100%);
      margin: 0 auto;
    }

    .igp-section-header {
      max-width: 900px;
      margin: 0 auto 44px;
      text-align: center;
    }

    .igp-section-header h2 {
      margin: 0;
      font-size: clamp(2.35rem, 5vw, 4.4rem);
      line-height: 1.05;
      letter-spacing: -0.045em;
    }
    .igp-section-header p {
      max-width: 820px;
      margin: 22px auto 0;
      color: var(--igp-muted);
      font-size: clamp(1rem, 1.6vw, 1.18rem);
      line-height: 1.7;
    }

    .igp-tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 28px;
    }

    .igp-tab {
      min-height: 48px;
      padding: 0 24px;
      border: 1px solid var(--igp-border);
      border-radius: 999px;
      background: var(--igp-white);
      color: var(--igp-text);
      font: inherit;
      font-weight: 750;
      cursor: pointer;
      transition: 0.2s ease;
    }

    .igp-tab:hover {
      border-color: rgba(31, 79, 130, 0.35);
      transform: translateY(-2px);
    }

    .igp-tab.active {
      border-color: var(--igp-blue);
      background: var(--igp-blue);
      color: var(--igp-white);
    }

    .igp-view-card {
      padding: clamp(22px, 4vw, 42px);
      border: 1px solid var(--igp-border);
      border-radius: 28px;
      background: var(--igp-white);
      box-shadow: var(--igp-shadow);
    }
    .igp-view-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 24px;
      margin-bottom: 22px;
    }

    .igp-header-left {
      flex: 1;
      min-width: 0;
    }

    .igp-chart-unit {
      flex: 0 0 auto;
      padding: 9px 14px;
      border-radius: 10px;
      background: var(--igp-blue-light);
      color: var(--igp-blue);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
    }

    .igp-data-legend {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      margin: 4px 0 18px;
      color: var(--igp-muted);
      font-size: 13px;
    }

    .igp-data-legend span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .igp-legend-solid,
    .igp-legend-dashed {
      width: 34px;
      height: 0;
      border-top: 3px solid var(--igp-blue);
    }

    .igp-legend-dashed {
      border-top-style: dashed;
    }

    .igp-legend-diamond {
      width: 10px;
      height: 10px;
      border: 2px solid var(--igp-blue);
      background: #fff;
      transform: rotate(45deg);
    }

    .igp-view-header h3 {
      margin: 0;
      font-size: clamp(1.2rem, 3vw, 2.25rem);
      line-height: 1.2;
      letter-spacing: -0.025em;
    }

    .igp-view-header p {
      max-width: 780px;
      margin: 9px 0 0;
      color: var(--igp-muted);
      line-height: 1.65;
    }

    .igp-chart-card,
    .igp-infrastructure-card-panel {
      padding: clamp(18px, 3vw, 30px);
      border: 1px solid var(--igp-border);
      border-radius: 22px;
      background: #fbfdff;
    }
.igp-container .text-container {
    line-height: 1.6;
    color: #333;
  }
  .igp-container .more-text, .igp-container .view-less-btn {
    display: none;
  }
  .igp-container .toggle-btn {
    color: #0066cc;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
  }
  .igp-container .hidden-checkbox {
    display: none;
  }
  #text-trigger:not(:checked) ~ .view-more-btn {
    display: inline-block;
  }
  #text-trigger:not(:checked) ~ .view-less-btn {
    display: none;
  }

  #text-trigger:checked ~ .more-text {
    display: inline;
  }
  #text-trigger:checked ~ .view-more-btn {
    display: none;
  }
  #text-trigger:checked ~ .view-less-btn {
    display: inline-block;
  }

    #growthChart {
      width: 100%;
      height: clamp(430px, 55vw, 580px);
    }

    #infraPanel {
      display: none;
    }

    .infra-city-card {
      width: 100%;
      min-height: 410px;
      padding: 22px;
      border: 1px solid var(--igp-border);
      border-radius: 18px;
      background: var(--igp-white);
      box-shadow: 0 12px 32px rgba(56, 79, 105, 0.08);
    }

    .infra-city-card h4 {
      margin: 0 0 18px;
      font-size: 1.28rem;
      color: var(--igp-text);
    }

    .city-badge {
      display: inline-block;
      margin-bottom: 14px;
      padding: 6px 11px;
      border-radius: 999px;
      background: var(--igp-blue-light);
      color: var(--igp-blue);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .city-badge.planned {
      background: #fff3dd;
      color: #9b6800;
    }

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

    .infra-list li {
      display: grid;
      gap: 5px;
      padding: 13px 0;
      border-bottom: 1px solid var(--igp-border);
    }

    .infra-list li:last-child {
      border-bottom: 0;
    }

    .infra-list strong {
      color: var(--igp-text);
      font-size: 13px;
    }

    .infra-list span {
      color: var(--igp-muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .owl-stage {
      display: flex;
    }

    .owl-item {
      display: flex;
    }

    .owl-item > .infra-city-card {
      width: 100%;
    }

    .owl-theme .owl-nav {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 22px;
    }

    .owl-theme .owl-nav button {
      width: 44px;
      height: 44px;
      margin: 0 !important;
      border: 1px solid var(--igp-border) !important;
      border-radius: 50% !important;
      background: var(--igp-white) !important;
      color: var(--igp-blue) !important;
      font-size: 26px !important;
      line-height: 1 !important;
    }

    .owl-theme .owl-nav button:hover {
      background: var(--igp-blue) !important;
      color: var(--igp-white) !important;
    }

    .owl-theme .owl-dots {
      margin-top: 12px !important;
    }

    .owl-theme .owl-dots .owl-dot span {
      background: #d7e1eb;
    }

    .owl-theme .owl-dots .owl-dot.active span {
      background: var(--igp-blue);
    }
    .igp-view-card .owl-carousel .owl-nav button.owl-next{ right: -50px;}
    .igp-note {
      margin-top: 24px;
      padding: 20px 22px;
      border-left: 4px solid var(--igp-gold);
      border-radius: 0 14px 14px 0;
      background: var(--igp-warm);
      color: var(--igp-muted);
      font-size: 12px;
      line-height: 1.7;
    }


.why-section { background: #f8f4ea; }

.two-column { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.text-accent { color: var(--brand); }
.section-intro h2, .evidence-heading h2 {
  margin: 0; font-size: clamp(2.35rem, 5vw, 4.45rem); line-height: 1.05; letter-spacing: -.045em;
}
.section-copy p { font-size: 1.06rem; }
.section-copy .lead { margin-top: 0; color: var(--ink); font-size: 1.32rem; line-height: 1.55; }

.comparison-grid {
  display: grid; grid-template-columns: 1fr 20px 1fr; gap: 26px; align-items: center;
  margin-top: 76px;
}
/* .comparison-card { min-height: 410px; padding: 42px; border-radius: var(--radius-lg); box-shadow: var(--shadow); } */
.comparison-card h3 { margin: 8px 0 25px; font-size: 2rem; letter-spacing: -.03em; }
.comparison-card ul { list-style: none; padding: 0; margin: 0; }
/* .comparison-card li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid rgba(255,255,255,.12); } */
/* .comparison-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; } */
.card-kicker { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
.tier-one { color: #fff; background: var(--navy); }
.growth-city { background: var(--brand-soft); border: 1px solid #ecd3da; }
.growth-city li { border-color: rgba(141,16,37,.11); }
.growth-city li::before { color: var(--brand); }
.comparison-arrow { color: var(--muted); text-align: center; font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; }
.comparison-arrow svg { width: 110px; margin: 16px auto 0; color: var(--brand); }
/*--comparison-card--*/
.comparison-wrap {
	margin-top: 50px;
	display: flex;
	gap: 20px;
	position: relative
}
.card-vs {
    flex: 1;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	min-height: 300px;
	background: #fff;
	display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}
.card-vs::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg,
			rgba(240, 246, 255, .97) 0%,
			rgba(240, 246, 255, .95) 45%,
			rgba(240, 246, 255, .70) 70%,
			rgba(240, 246, 255, 0) 100%);
}
.left-vs {
	background-position: left center
}

.right-vs {
	background-position: right center
}
.right-vs::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, 
    rgba(255, 248, 236, 0.97) 0%, 
    rgba(255, 244, 220, 0.95) 45%, 
    rgb(255 245 226 / 70%) 70%, 
    rgba(255, 225, 165, 0) 100%);
}
.card-vs-content {

	padding: 50px;
	position: relative;
	z-index: 2;
}

.card-vs-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
}

.card-vs-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
}

.card-vs-content h3 {
 font-size:32px;
 margin: 0px;
 margin-bottom: 20px;
 color: #103d8b
}

.right-vs h3 {
  font-size: 32px;
  margin: 0px;
  margin-bottom: 20px;
	color: #cf8100
}

.card-vs-content ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.card-vs-content ul li {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 16px 0
}

.icon-vs {
	width: 28px;
	height: 28px;
    font-size: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-right: 22px
}

.left-vs .icon-vs {
	background: #123f90
}

.right-vs .icon-vs {
	background: #d78d08
}

.vs {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	font-weight: 700;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	z-index: 5
}

/*--comparison-card--*/
.investment-lens {
  display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start;
  margin-top: 46px; padding: 28px 32px; border-left: 5px solid var(--gold);
  background: #fffaf0; border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.lens-label { color: var(--brand); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.investment-lens p { margin: 0; color: #4c5260; }

.evidence-section { color: #fff; background: var(--navy); }
.evidence-heading { max-width: 790px; margin-left: auto; margin-right: auto; text-align: center; }
.evidence-heading p:last-child { color: rgba(255,255,255,.62); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.stat-card {
  min-height: 330px; padding: 30px; border-radius: var(--radius-md);
  background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12);
  transition: transform .25s ease, background .25s ease;
}
.stat-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.10); }
.stat-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: var(--brand); font-size: 1.2rem; }
.stat-value { display: block; margin-top: 28px; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.05em; color: #fff; }
.stat-range { color: #fff; }
.stat-card h3 { margin: 17px 0 10px; font-size: 1.08rem; line-height: 1.35; }
.stat-card p { margin: 0 0 18px; color: rgba(255,255,255,.64); font-size: .9rem; }
.stat-card a { color: #f0c978; font-size: .8rem; font-weight: 800; }
.evidence-footer {
  display: flex; justify-content: space-between; gap: 35px; align-items: center;
  margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.13);
}
.evidence-footer p { max-width: 720px; margin: 0; color: rgba(255,255,255,.67); }
.text-link { color: #f0c978; font-weight: 800; white-space: nowrap; text-decoration: none; }

.preview-footer { padding: 24px 0; color: #677083; background: #edf0f5; font-size: .85rem; }
.preview-footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --header-height: 74px; }
  .section { padding: 82px 0; }
  .nav-toggle { display: block; color: inherit; z-index: 4; }
  .primary-nav {
    position: fixed; inset: 0 0 0 22%; display: grid; align-content: start; gap: 8px;
    padding: 105px 30px 30px; color: var(--ink); background: #fff;
    transform: translateX(110%); transition: transform .25s ease; box-shadow: -20px 0 50px rgba(15,28,45,.16);
  }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; text-align: center; background: var(--brand); color: #fff !important; }
  .two-column { grid-template-columns: 1fr; gap: 32px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-arrow { transform: rotate(90deg); margin: 0 auto; }
  .stat-grid { grid-template-columns: repeat(1, 1fr); }
  .investment-lens{
    display: block;
  }
  .comparison-wrap {
		flex-direction: column
	}

	.card-vs {
		min-height: 650px
	}

	.vs {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
    width: 60px;
    height: 60px;
    font-size: 30px;
		margin: -35px auto
	}

	.card-vs-content {
		padding: 28px
	}

	.card-vs-content h3 {
		font-size:22px;
    margin-bottom: 10px;
	}

	.card-vs-content ul li {
    margin: 12px 0;
		font-size:15px
	}
}
@media (max-width:768px) {

	.card-vs {
		display: flex;
		flex-direction: column;
		min-height: auto;
	}
.comparison-wrap{ gap:10px;}
	.card-vs-content {
		width: 100%;
		padding: 30px;
    padding-bottom: 10px;
		order: 1;
	}
.icon-vs{width: 24px;
    height: 24px;
    font-size: 12px;
    margin-right: 15px;
  }
	.card-vs-image {
		position: relative;
		width: 100%;
		height: 230px;
		order: 2;
    margin-top:-100px;
	}

	.card-vs-image img {
		object-position: center bottom;
	}

	.card-vs::before {
		background: linear-gradient(180deg,
				rgba(240, 246, 255, .97) 0%,
				rgba(240, 246, 255, .90) 45%,
				rgba(240, 246, 255, .45) 70%,
				rgba(240, 246, 255, 0) 100%);
	}
  .right-vs::before {
    background: linear-gradient(180deg, 
    rgba(255, 248, 236, 0.97) 0%, 
    rgba(255, 244, 220, 0.95) 45%, 
    rgb(255 245 226 / 70%) 70%, 
    rgba(255, 225, 165, 0) 100%);
	}
.igp-growth-section {
        padding-inline: 14px;
      }
.igp-tab {
  gap: 9px;
  font-size: 12px;
  padding: 0 16px;
}
      .igp-view-card {
        padding: 18px 14px;
        border-radius: 20px;
      }

      .igp-view-header {
        flex-direction: column;
      }

      .igp-chart-unit {
        align-self: flex-start;
      }

      .igp-chart-card,
      .igp-infrastructure-card-panel {
        padding: 14px;
        border-radius: 16px;
      }

      #growthChart {
        height: 500px;
      }
      .hero .hindih1{font-size: clamp(1.8rem, 5vw, 4rem);}

}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 720px; }
  .hero::after { background: linear-gradient(180deg, rgba(10,22,40,.85), rgba(10,22,40,.92)); }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .comparison-card { min-height: auto; padding: 30px 24px; }
  .investment-lens { grid-template-columns: 1fr; padding: 24px; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 270px; }
  .evidence-footer { display: grid; }
  .brand-copy strong { font-size: .86rem; }
  .brand-copy small { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* COMPLETE HOMEPAGE MODULES 2–4 */
.growth-formula-section { background: var(--surface-alt); }
.growth-formula-header { max-width: 880px; text-align: center; }
.growth-formula-header h2,
.cities-heading h2,
.compare-copy h2,
.trust-intro h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.growth-formula-header > p:last-child { max-width: 720px; margin: 22px auto 0; color: var(--muted); }

.growth-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 58px;
}
.flow-step {
  padding: 28px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 35px rgba(20,30,50,.06);
}
.flow-number { color: var(--brand); font-weight: 900; font-size: .77rem; letter-spacing: .14em; }
.flow-step h3 { margin: 12px 0 10px; font-size: 1.12rem; }
.flow-step p { margin: 0; color: var(--muted); font-size: .88rem; }
.flow-connector { display: grid; place-items: center; color: var(--brand); font-size: 1.8rem; }

.cities-section { background: #fff; }
.cities-heading {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center;
}
.cities-heading > p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px; }
.city-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 16px 45px rgba(20,30,50,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.city-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(20,30,50,.14); }
.city-image {
  position: relative; min-height: 230px; overflow: hidden;
  display: flex; align-items: end; padding: 24px;
  color: #fff; font-size: 2rem; font-weight: 850; letter-spacing: -.04em;
}
.city-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(8,17,31,.78) 100%);
}
.city-image span { position: relative; z-index: 2; }
.city-lucknow { background: linear-gradient(135deg, #7e1930, #172d4b); }
.city-surat { background: linear-gradient(135deg, #1f5465, #11253b); }
.city-indore { background: linear-gradient(135deg, #9a5f1c, #2a3346); }
.city-jaipur { background: linear-gradient(135deg, #b56a52, #4a2630); }
.city-nagpur { background: linear-gradient(135deg, #9a3d20, #243144); }
.city-dholera { background: linear-gradient(135deg, #234f62, #1f2537); }
.city-body { padding: 26px;}
.city-theme { margin: 0 0 8px; color: var(--brand); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.city-body h3 { margin: 0; font-size: 1.55rem; }
.city-body > p:not(.city-theme) { min-height: 88px; color: var(--muted); }
.city-body a { color: var(--brand); font-weight: 800; text-decoration: none; }
.cities-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 42px; }
.button-dark { color: #fff; background: var(--navy); }
.dark-link { color: var(--brand); }

.compare-preview { background: var(--brand-soft); }
.compare-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 74px; align-items: center; }
.compare-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; margin: 24px 0 30px; }
.comparison-preview-card {
  overflow: hidden; border: 1px solid #ead7dc; border-radius: var(--radius-lg);
  background: #fff; box-shadow: var(--shadow);
}
.preview-row {
  display: grid; grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 14px; align-items: center; padding: 18px 20px;
  border-bottom: 1px solid var(--line); font-size: .86rem;
}
.preview-row:last-child { border-bottom: 0; }
.preview-row span { color: var(--muted); }
.preview-row strong { font-weight: 750; }
.preview-row a { color: var(--brand); font-weight: 800; }
.preview-head { color: #fff; background: var(--navy); }
.preview-head span { color: rgba(255,255,255,.7); }

.trust-section { background: #fff; }
.trust-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.trust-points { display: grid; gap: 16px; }
.trust-point {
  display: grid; grid-template-columns: auto 1fr; gap: 22px;
  padding: 25px 0; border-bottom: 1px solid var(--line);
}
.trust-point > span { color: var(--brand); font-weight: 900; }
.trust-point h3 { margin: 0 0 6px; font-size: 1.16rem; }
.trust-point p { margin: 0; color: var(--muted); }

.final-cta {
  position: relative; overflow: hidden; padding: 120px 0; color: #fff; background:
  radial-gradient(circle at 80% 20%, rgba(201,154,66,.22), transparent 24%),
  linear-gradient(135deg, var(--navy), #0a1526 62%, var(--brand-dark));
}
.final-cta::before {
  content: ""; position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 70px 70px;
}
.final-cta-inner { position: relative; z-index: 2; max-width: 900px; text-align: center; }
.final-cta .hero-actions { justify-content: center; }
.final-cta .button-secondary { border-color: rgba(255,255,255,.3); }
.hindih2section {width: auto;}
.hindih2section h2 {font-size: clamp(1.2rem, 5vw, 3.2rem); line-height: 1.3;}
/* .site-footer { padding: 68px 0 22px; color: rgba(255,255,255,.76); background: #08111f; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 52px; }
.footer-brand strong { color: #fff; font-size: 1.2rem; }
.footer-brand p { max-width: 350px; }
.site-footer h3 { margin: 0 0 13px; color: #fff; font-size: .92rem; }
.site-footer a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.7); text-decoration: none; font-size: .88rem; }
.site-footer a:hover { color: #f0c978; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; } */

@media (max-width: 1100px) {
  .growth-flow { grid-template-columns: 1fr 1fr; }
  .flow-connector { display: none; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .cities-heading, .compare-layout, .trust-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 640px) {
  .growth-flow, .city-grid { grid-template-columns: 1fr; }
  .cities-actions { display: grid; text-align: center; }
  .preview-row { min-width: 700px; }
  .comparison-preview-card { overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}


/* LIGHT THEME OVERRIDES */
body { background: var(--surface); }

.site-header {
  color: var(--ink);
  background: rgba(255,253,249,.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232,237,242,.7);
}
.site-header.is-scrolled {
  background: rgba(255,253,249,.96);
  color: var(--ink);
}
.brand-mark { color: #fff; background: var(--brand); }
.primary-nav a:hover,
.primary-nav a:focus-visible { color: var(--brand); }
.nav-cta {
  border-color: rgba(31,79,130,.22);
  background: #fff;
  color: var(--brand) !important;
}
.is-scrolled .nav-cta {
  background: var(--brand);
  color: #fff !important;
}

.hero {
  color: var(--ink);
  background: linear-gradient(135deg, #eef5fb 0%, #fffdf9 100%);
}
.hero::after {
  background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.90) 45%, rgba(255,253,249,.22) 100%);
}
.hero-art {
  background:
    radial-gradient(circle at 78% 26%, rgba(199,161,91,.14), transparent 22%),
    linear-gradient(145deg, #eaf3fb 0%, #f7fbff 56%, #fffaf1 100%);
}
.hero-grid {
  opacity: .18;
  background-image:
    linear-gradient(rgba(31,79,130,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,79,130,.08) 1px, transparent 1px);
}
.hero-orb-one { background: rgba(31,79,130,.12); }
.hero-orb-two { background: rgba(199,161,91,.14); }
.hero-skyline { fill: rgba(31,79,130,.08); }
.hero .eyebrow { color: var(--gold); }
.hero-lead { color: var(--muted); }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 12px 30px rgba(31,79,130,.20); }
.button-primary:hover { background: var(--brand-dark); }
.button-secondary {
  color: var(--brand);
  border: 1px solid rgba(31,79,130,.25);
  background: rgba(255,255,255,.78);
}
.button-secondary:hover { background: #fff; }
.hero-note, .scroll-cue { color: var(--muted); }

.tier-one {
  color: var(--ink);
  background: #eef4f9;
  border: 1px solid #dfe8f1;
}
.tier-one li { border-color: rgba(31,79,130,.10); }
.tier-one li::before { color: var(--brand); }
.growth-city {
  background: #fbf6eb;
  border-color: #eee1c5;
}
.growth-city li { border-color: rgba(199,161,91,.18); }
.growth-city li::before { color: #a87f32; }

.evidence-section {
  color: var(--ink);
  background: #f3f7fb;
}
.evidence-heading p:last-child,
.stat-card p,
.evidence-footer p { color: var(--muted); }
.stat-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(56,79,105,.07);
}
.stat-card:hover { background: #fff; }
.stat-icon { color: #fff; background: var(--brand); }
.stat-value, .stat-range { color: var(--ink); }
.stat-card a, .text-link { color: var(--brand); }
.evidence-footer { border-top: 1px solid var(--line); }

.growth-formula-section { background: var(--surface-warm); }
.flow-step { background: #fff; }
.flow-number { color: var(--brand); }
.flow-connector { color: var(--gold); }

.city-lucknow { background: linear-gradient(135deg, #dcebf7, #c7d8e8); }
.city-surat { background: linear-gradient(135deg, #d9eef0, #c8dde4); }
.city-indore { background: linear-gradient(135deg, #f2e4c9, #d8dce7); }
.city-jaipur { background: linear-gradient(135deg, #f3ded2, #e4ccd3); }
.city-nagpur { background: linear-gradient(135deg, #efd7cb, #d4dce5); }
.city-dholera { background: linear-gradient(135deg, #d9e7ef, #d7dee8); }
.city-image::after {
  background: linear-gradient(180deg, transparent 20%, rgba(255,255,255,.86) 100%);
}
.city-image { color: var(--ink); }

.compare-preview { background: #f8f4ea; }
.preview-head {
  color: var(--ink);
  background: #eef4f9;
}
.preview-head span { color: var(--muted); }

.final-cta {
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 20%, rgba(199,161,91,.16), transparent 24%),
    linear-gradient(135deg, #eef5fb, #fffdf9 62%, #f7efe1);
}
.final-cta::before {
  background-image:
    linear-gradient(rgba(31,79,130,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,79,130,.06) 1px, transparent 1px);
}
.final-cta .button-secondary {
  color: var(--brand);
  border-color: rgba(31,79,130,.24);
}

.site-footer {
  color: var(--muted);
  background: #f8fafc;
  border-top: 1px solid var(--line);
}
.site-footer h3,
.footer-brand strong { color: var(--ink); }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid var(--line); }

/* @media (max-width: 640px) {
  .hero::after {
    background: linear-gradient(180deg, rgba(255,253,249,.94), rgba(255,253,249,.98));
  }
} */


/* LOCAL IMAGE ASSETS */
.hero-art {
  background-image:
    linear-gradient(90deg, rgba(255,253,249,.18), rgba(255,253,249,.02)),
    url("../images/hero-growth-cities.png");
  background-size: cover;
  background-position: center right;
}
.hero-grid, .hero-orb, .hero-skyline { display: none; }

.city-image {
  background-size: cover !important;
  background-position: center !important;
}
/* .city-lucknow { background-image: url("../images/explore-growth-cities/lucknow-growththumb.jpg") !important; }
.city-surat { background-image: url("../images/explore-growth-cities/surat-growththumb.jpg") !important; }
.city-indore { background-image: url("../images/explore-growth-cities/indore-growththumb.jpg") !important; }
.city-jaipur { background-image: url("../images/explore-growth-cities/jaipur-growththumb.jpg") !important; }
.city-nagpur { background-image: url("../images/explore-growth-cities/nagpur-growththumb.jpg") !important; }
.city-dholera { background-image: url("../images/explore-growth-cities/dholera-growththumb.jpg") !important; } */

.city-image::after {
  background: linear-gradient(180deg, transparent 25%, rgba(255,255,255,.92) 100%);
}

.map-showcase {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 44px;
  align-items: center;
  margin-top: 54px;
  margin-bottom: 44px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #f5f9fd, #fffdf9);
  box-shadow: 0 16px 45px rgba(56,79,105,.07);
}
.map-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.map-copy > p:last-child { color: var(--muted); }
.map-figure {
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: #eef5fb;
}
.map-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 900px) {
  .map-showcase { grid-template-columns: 1fr; }
  .scroll-cue{ position: static; transform: none;}
}
@media (max-width: 640px) {
  .hero-art {
    opacity: .40;
    background-position: 63% center;
  }
  .map-showcase { padding: 18px; }
}
