:root {
  --ink: #102016;
  --muted: #607469;
  --surface: #f3f8ec;
  --panel: #ffffff;
  --leaf: #16884f;
  --leaf-2: #0f6f42;
  --mint: #dff8e9;
  --lime: #b8e986;
  --forest: #063d26;
  --earth: #8d683d;
  --sky: #d9f0f1;
  --saffron: #f0b64d;
  --line: rgba(16, 32, 22, 0.14);
  --shadow: 0 22px 60px rgba(16, 32, 22, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(184, 233, 134, 0.38), transparent 28rem),
    linear-gradient(180deg, #f8fcf2 0%, var(--surface) 48%, #edf6e6 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.07;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.9rem, 7vw, 6.4rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: 1.08rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 14px 28px;
  color: #ffffff;
  background: rgba(6, 61, 38, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.header-action,
.primary-action,
.secondary-action,
.trust-strip span,
.credit-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.brand {
  justify-self: start;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--forest);
  font-weight: 800;
  background: #bff4ca;
  border-radius: 8px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

.nav-links {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 4px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.nav-links a {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.86);
  border-radius: 6px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.header-action {
  justify-self: end;
  min-height: 42px;
  padding: 0 15px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
}

.header-action:hover,
.header-action:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: #ffffff;
  background: var(--forest);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 36, 22, 0.88) 0%, rgba(4, 36, 22, 0.72) 40%, rgba(4, 36, 22, 0.2) 78%),
    linear-gradient(180deg, rgba(4, 36, 22, 0.28) 0%, rgba(4, 36, 22, 0.05) 55%, rgba(243, 248, 236, 0.92) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 46px;
  align-items: center;
  width: min(1220px, calc(100% - 48px));
  min-height: 820px;
  margin: 0 auto;
  padding: 138px 0 92px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.mini-label {
  margin: 0 0 12px;
  color: #bff4ca;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.17rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.primary-action,
.secondary-action {
  min-height: 50px;
  padding: 0 18px;
  font-weight: 800;
  border-radius: 8px;
}

.primary-action {
  color: var(--forest);
  background: #bff4ca;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: #d8ffdf;
}

.secondary-action {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.secondary-action:hover,
.secondary-action:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.trust-strip span {
  min-height: 36px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.info-card {
  width: 100%;
  min-width: 0;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.info-card h2 {
  font-size: 1.65rem;
}

.info-card p {
  color: var(--muted);
}

.calculator {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.calculator label {
  display: grid;
  gap: 6px;
}

.calculator label span,
.calc-result span,
.metric span,
.metric small,
.section-heading p:not(.eyebrow),
.learning-grid p,
.india-map-card p,
.timeline-item p,
.offer-grid p,
.interest-panel p,
.roadmap-grid p,
.role-output {
  color: var(--muted);
}

.calculator label span {
  font-size: 0.82rem;
  font-weight: 800;
}

.calculator input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calc-result {
  display: grid;
  gap: 4px;
  padding: 16px;
  color: #ffffff;
  background: var(--forest);
  border-radius: 8px;
}

.calc-result span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.calc-result strong {
  font-size: 1.9rem;
}

#calc-note {
  min-height: 20px;
  margin: 0;
  font-size: 0.78rem;
}

.metrics-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  width: min(1220px, calc(100% - 48px));
  margin: -54px auto 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16, 32, 22, 0.1);
}

.metric {
  display: grid;
  gap: 3px;
  min-height: 126px;
  padding: 22px;
  background: #ffffff;
}

.metric strong {
  color: var(--forest);
  font-size: 2rem;
  line-height: 1.1;
}

.learn-section,
.india-section,
.platform-section,
.roadmap-section {
  padding: 92px 24px 0;
}

.roadmap-section {
  padding-bottom: 92px;
}

.section-heading {
  width: min(880px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  font-size: 1.04rem;
}

.learning-grid,
.offer-grid,
.roadmap-grid {
  display: grid;
  width: min(1220px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.learning-grid,
.offer-grid,
.roadmap-grid {
  grid-template-columns: repeat(4, 1fr);
}

.learning-grid article,
.offer-grid article,
.roadmap-grid article,
.india-map-card,
.timeline,
.interest-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 32, 22, 0.08);
}

.learning-grid article,
.offer-grid article,
.roadmap-grid article {
  min-height: 236px;
  padding: 22px;
}

.learning-grid i,
.learning-grid svg,
.offer-grid i,
.offer-grid svg {
  width: 34px;
  height: 34px;
  color: var(--leaf);
}

.learning-grid h3,
.offer-grid h3,
.roadmap-grid h3 {
  margin-top: 18px;
}

.learning-grid p,
.offer-grid p,
.roadmap-grid p {
  margin: 12px 0 0;
}

.india-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(223, 248, 233, 0.72) 100%),
    radial-gradient(circle at 86% 22%, rgba(15, 111, 66, 0.14), transparent 25rem);
}

.india-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
  width: min(1060px, 100%);
  margin: 0 auto;
}

.india-map-card {
  min-height: 380px;
  padding: 26px;
  background:
    radial-gradient(circle at 72% 24%, rgba(184, 233, 134, 0.45), transparent 9rem),
    linear-gradient(145deg, #ffffff 0%, #ecf8e7 100%);
}

.earth-mark {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 35% 35%, #7ce69e 0%, #16884f 42%, #063d26 100%);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(6, 61, 38, 0.22);
}

.earth-mark svg {
  width: 46px;
  height: 46px;
}

.india-map-card h3 {
  margin-top: 26px;
  font-size: 1.6rem;
}

.timeline {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  min-height: 94px;
  align-items: start;
  padding: 18px;
  background: #ffffff;
}

.timeline-item span,
.roadmap-grid span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  font-weight: 800;
  background: var(--leaf);
  border-radius: 8px;
}

.timeline-item p {
  margin: 6px 0 0;
}

.interest-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  width: min(940px, 100%);
  margin: 22px auto 0;
  padding: 22px;
  background: var(--forest);
  color: #ffffff;
}

.interest-panel p,
.interest-panel .mini-label {
  color: rgba(255, 255, 255, 0.78);
}

.role-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.role-tab {
  min-height: 40px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.role-tab.active,
.role-tab:hover,
.role-tab:focus-visible {
  color: var(--forest);
  background: #bff4ca;
}

.role-output {
  grid-column: 1 / -1;
  min-height: 68px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.roadmap-grid article {
  position: relative;
  overflow: hidden;
}

.roadmap-grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 112px;
  height: 112px;
  background: rgba(184, 233, 134, 0.28);
  border-radius: 50%;
}

.roadmap-grid span {
  width: auto;
  min-width: 72px;
  height: 34px;
  padding: 0 10px;
  font-size: 0.78rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 24px;
  color: #ffffff;
  background: var(--forest);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer a {
  color: #bff4ca;
  font-weight: 800;
}

svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

:focus-visible {
  outline: 3px solid var(--saffron);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 122px;
  }

  .info-card {
    max-width: 560px;
  }

  .metrics-band,
  .learning-grid,
  .offer-grid,
  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .india-layout,
  .interest-panel {
    grid-template-columns: 1fr;
  }

  .role-tabs {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand small,
  .header-action span {
    display: none;
  }

  .header-action {
    width: 42px;
    padding: 0;
  }

  .hero-grid {
    display: block;
    width: auto;
    max-width: calc(100vw - 28px);
    min-height: auto;
    margin: 0 14px;
    padding: 104px 0 78px;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .primary-action,
  .secondary-action {
    flex: 0 0 100%;
  }

  .info-card {
    max-width: 100%;
    margin-top: 30px;
    padding: 18px;
  }

  .metrics-band,
  .learning-grid,
  .offer-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .metrics-band {
    width: calc(100% - 28px);
    margin-top: -38px;
  }

  .learn-section,
  .india-section,
  .platform-section,
  .roadmap-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .timeline-item {
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  .site-footer {
    display: grid;
    justify-content: start;
  }
}
