:root {
  --navy: #8B2F2F;
  --navy-dark: #551D1D;
  --saffron: #d9861d;
  --saffron-dark: #b86c12;
  --gold: #c59a3b;
  --cream: #fff7e8;
  --light: #f7f3ea;
  --green: #104533;
  --whatsapp: #1faa59;
  --whatsapp-dark: #148c47;
  --text: #172033;
  --muted: #5e6a78;
  --shadow: 0 18px 45px rgba(10, 46, 87, .16);
  --radius: 18px;
  --font-sans: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

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

img {
  max-width: 100%;
  display: block
}

/* ── Topbar ── */
.topbar {
  background: var(--navy-dark);
  color: #fff;
  font-size: 13px;
  padding: 9px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.topbar a {
  color: #dbe7f5
}

.lang-switch {
  display: flex;
  gap: 6px;
  align-items: center
}

.lang-switch span {
  opacity: .5;
  cursor: default
}

.lang-switch b {
  color: #fff
}

/* ── News ticker ── */
.news {
  background: linear-gradient(90deg, var(--saffron), #e89a2e);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: stretch
}

.news-label {
  background: rgba(0, 0, 0, .18);
  padding: 10px 16px;
  font-weight: 800;
  letter-spacing: .5px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  text-transform: uppercase
}

.news-wrap {
  flex: 1;
  overflow: hidden;
  position: relative
}

.news-track {
  display: flex;
  width: max-content;
  animation: news-marquee 40s linear infinite
}

.news-track:hover {
  animation-play-state: paused
}

.news-content {
  flex-shrink: 0;
  padding: 10px 0;
  padding-right: 5rem
}

@keyframes news-marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media(prefers-reduced-motion:reduce) {
  .news-track {
    animation: none;
    justify-content: center;
    width: 100%
  }

  .news-content[aria-hidden="true"] {
    display: none
  }
}

/* ── Header: logo row + menu below ── */
.site-header {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
  position: sticky;
  top: 0;
  z-index: 100
}

.logo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 5%;
  background: #fff;
  border-bottom: 1px solid #eef2f6
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0
}

.brand img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  flex-shrink: 0
}

.brand h1 {
  font-size: 22px;
  margin: 0;
  color: var(--navy);
  line-height: 1.15;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: .02em
}

.brand .hi {
  font-family: var(--font-display)
}

.brand small {
  display: block;
  color: var(--saffron);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .4px;
  margin-top: 2px;
  text-transform: uppercase
}

.brand .project-name {
  font-size: 13px;
  color: var(--navy);
  font-weight: 700;
  margin-top: 6px;
  line-height: 1.3
}

.brand .project-name span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  margin-top: 1px
}

.brand .rera-tag {
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
  margin-top: 2px
}

.partner-logos {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px
}

.partner-logos img {
  height: 78px;
  width: auto;
  max-width: 280px;
  object-fit: contain
}

.partner-logos .digital-img {
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 300px;
  height: 72px
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: var(--navy);
  position: relative
}

.menu {
  display: flex;
  align-items: center;
  flex: 1
}

.menu-main,
.menu-actions {
  display: flex;
  align-items: center
}

.menu-main {
  gap: 2px
}

.menu-actions {
  gap: 6px;
  margin-left: auto
}

.menu a {
  font-weight: 600;
  color: #fff;
  padding: 12px 14px;
  font-size: 14px;
  transition: background .2s
}

.menu a:hover,
.menu a.active {
  background: rgba(255, 255, 255, .12)
}

.menu .nav-action {
  padding: 9px 16px;
  border-radius: 6px
}

.menu .nav-action-result {
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .08)
}

.menu .nav-action-apply {
  background: var(--saffron);
  box-shadow: none
}

.menu .nav-action-result:hover,
.menu .nav-action-result.active {
  background: rgba(255, 255, 255, .18)
}

.menu .nav-action-apply:hover,
.menu .nav-action-apply.active {
  background: var(--saffron-dark)
}

.menu-toggle {
  display: none;
  background: none;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  margin: 8px 0
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  background: var(--saffron);
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  box-shadow: 0 6px 18px rgba(217, 134, 29, .3)
}

.btn:hover {
  background: var(--saffron-dark);
  transform: translateY(-1px)
}

.btn.alt {
  background: var(--navy);
  box-shadow: 0 6px 18px rgba(10, 46, 87, .25)
}

.btn.alt:hover {
  background: #0d4a7a
}

.btn.outline {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
  box-shadow: none
}

.btn.sm {
  padding: 8px 16px;
  font-size: 13px
}

/* ── Hero carousel ── */
.hero-slider {
  position: relative;
  overflow: hidden;
  background: var(--navy-dark)
}

.slide {
  display: none;
  min-height: clamp(480px, 72vh, 720px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative
}

.slide.active {
  display: flex;
  align-items: center
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(55, 18, 18, .88) 0%, rgba(85, 29, 29, .62) 45%, rgba(85, 29, 29, .28) 100%)
}

.slide-inner {
  position: relative;
  z-index: 1;
  padding: 70px 5%;
  color: #fff;
  max-width: 780px
}

.slide-inner h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  margin: 16px 0 14px;
  font-family: var(--font-display);
  font-weight: 700
}

.slide-inner h2 span {
  color: var(--saffron)
}

.slide-inner p {
  font-size: 17px;
  line-height: 1.7;
  color: #dbe7f5;
  max-width: 560px;
  margin-bottom: 20px
}

.slide-img {
  display: none
}

.slide-img img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover
}

.slide-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px
}

.slide-badge {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(4px)
}

.slide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0
}

.meta-pill {
  background: rgba(217, 134, 29, .9);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700
}

.meta-pill.dark {
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .3)
}

.slide-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 8px
}

.slide-price-card {
  min-width: 150px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18)
}

.slide-price-card.is-shop {
  background: rgba(255, 248, 235, .96)
}

.slide-price-type {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6b7280
}

.slide-price-card strong {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  line-height: 1.2
}

.slide-price-card em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-weight: 800;
  color: #b45309
}

.slide-price-card.is-shop em {
  color: #047857
}

.highlight-pricing-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px
}

.highlight-price-card {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e7edf4;
  background: #f8fafc
}

.highlight-price-card.is-shop {
  border-color: #f1c27d;
  background: #fff8eb
}

.highlight-price-card span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6b7280
}

.highlight-price-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  color: #b45309;
  line-height: 1
}

.highlight-price-card.is-shop strong {
  color: #047857
}

.highlight-price-card small {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-weight: 600
}

.slider-nav {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
  border: none;
  cursor: pointer;
  padding: 0
}

.slider-dot.active {
  background: var(--saffron);
  width: 28px;
  border-radius: 5px
}

.slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none
}

.slider-arrows button {
  pointer-events: all;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(4px)
}

.slider-arrows button:hover {
  background: var(--saffron)
}

/* ── Site notice (one-line) ── */
.site-notice {
  background: #fff8e8;
  border-bottom: 1px solid rgba(217, 134, 29, .35);
  padding: 8px 5%
}

.site-notice-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0
}

.notice-badge {
  flex-shrink: 0;
  background: var(--saffron);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
  padding: 6px 10px;
  border-radius: 6px
}

.site-notice-inner p {
  margin: 0;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: var(--navy);
  line-height: 1.4
}

.site-notice-text {
  display: inline-block;
  padding-left: 100%;
  animation: notice-line-scroll 28s linear infinite
}

.site-notice-inner:hover .site-notice-text {
  animation-play-state: paused
}

@keyframes notice-line-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@media(prefers-reduced-motion:reduce) {
  .site-notice-text {
    animation: none;
    padding-left: 0
  }
}

.notice-scroll {
  flex: 1;
  overflow: hidden;
  height: 24px
}

.notice-track {
  display: flex;
  width: max-content;
  gap: 4rem;
  animation: notice-marquee 30s linear infinite
}

.notice-track:hover {
  animation-play-state: paused
}

.notice-track p {
  margin: 0;
  font-size: 14px;
  color: var(--navy);
  line-height: 24px;
  white-space: nowrap
}

@keyframes notice-marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

/* ── Important note bar ── */
.important-note-bar {
  background: #c62828;
  color: #fff;
  text-align: center;
  padding: 12px 5%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1.45
}

.important-note-bar b {
  color: #ffe082
}

/* ── Project highlight + sidebar (reference-style) ── */
.highlight-news-section {
  background:
    linear-gradient(135deg, rgba(247, 243, 234, .92), rgba(255, 255, 255, .96)),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 10px,
      rgba(10, 46, 87, .025) 10px,
      rgba(10, 46, 87, .025) 11px)
}

.highlight-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .9fr);
  gap: 22px;
  align-items: start
}

.highlight-body-split {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 22px
}

.mini-head {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--navy)
}

.detail-list li::before {
  content: "✓";
  color: #1b8a4a;
  font-weight: 900;
  flex-shrink: 0
}

.highlight-aside .reg-box {
  margin-top: 0
}

.layout-thumb {
  display: block;
  margin-top: 14px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #e6edf5;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.layout-thumb img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block
}

.layout-thumb span {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  text-align: center
}

.home-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px
}

.sidebar-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #e6edf5;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .07);
  display: flex;
  flex-direction: column
}

.sidebar-card-head {
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: #fff;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 800;
  flex-shrink: 0
}

.sidebar-card-body {
  padding: 0;
  height: 280px;
  overflow: hidden;
  position: relative
}

.sidebar-scroll-track {
  animation: sidebar-scroll 28s linear infinite
}

.sidebar-scroll-track.slow {
  animation-duration: 34s
}

.sidebar-card:hover .sidebar-scroll-track {
  animation-play-state: paused
}

.why-invest,
.latest-news-list {
  padding: 4px 16px 8px
}

.why-invest p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #485566;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6
}

.why-invest p:last-child {
  border-bottom: 1px solid #eef2f6
}

.why-invest b {
  color: var(--navy)
}

.latest-news-list .news-row {
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6
}

.latest-news-list .news-row:last-child {
  border-bottom: 1px solid #eef2f6
}

.latest-news-list time {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--saffron);
  margin-bottom: 4px
}

.latest-news-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #485566
}

@keyframes sidebar-scroll {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-50%)
  }
}

@media(prefers-reduced-motion:reduce) {
  .sidebar-scroll-track {
    animation: none
  }
}

.highlight-card .card-head {
  flex-wrap: wrap;
  gap: 8px
}

@media(max-width:1024px) {

  .highlight-news-layout,
  .highlight-body-split {
    grid-template-columns: 1fr
  }
}

/* ── Bank logo party carousel ── */
.bank-section {
  background: #fff;
  border-bottom: 1px solid #e8dfd0;
  padding: 14px 0 10px
}

.bank-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 5%
}

.bank-label {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
  padding-right: 12px;
  border-right: 2px solid var(--saffron)
}

.bank-carousel {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent)
}

.bank-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: bank-marquee 28s linear infinite
}

.bank-track:hover {
  animation-play-state: paused
}

.bank-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(10, 46, 87, .1);
  border-radius: 12px;
  padding: 8px 14px 8px 8px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .04)
}

.bank-logo img {
  height: 36px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  background: #fff
}

.bank-mark {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 32px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px
}

.bank-note {
  margin: 8px 5% 0;
  font-size: 11px;
  color: var(--muted);
  text-align: center
}

@keyframes bank-marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media(prefers-reduced-motion:reduce) {
  .bank-track {
    animation: none
  }
}

@media(max-width:768px) {
  .bank-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0 4%
  }

  .bank-label {
    border-right: none;
    border-bottom: 2px solid var(--saffron);
    padding: 0 0 8px;
    width: fit-content
  }
}

/* ── Countdown ── */
.countdown-section {
  background: linear-gradient(135deg, #1a2a3a, #0a2e57);
  padding: 28px 5%;
  border-bottom: none
}

.countdown-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto
}

.countdown-copy {
  text-align: left;
  flex: 1;
  min-width: 240px
}

.countdown-section h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 8px;
  font-family: Georgia, serif
}

.countdown-section .sub {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  margin: 0
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap
}

.count-box {
  background: linear-gradient(180deg, #f0c14b, #d9861d);
  border: none;
  border-radius: 10px;
  padding: 14px 18px;
  min-width: 78px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  text-align: center
}

.count-box .num {
  font-size: 32px;
  font-weight: 900;
  color: #1a1208;
  line-height: 1;
  display: block
}

.count-box .lbl {
  font-size: 11px;
  font-weight: 800;
  color: #3a2a10;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 4px;
  display: block
}

@media(max-width:768px) {
  .countdown-copy {
    text-align: center;
    width: 100%
  }

  .countdown {
    width: 100%
  }
}

/* ── Section utilities ── */
.section {
  padding: 70px 5%
}

.section.alt {
  background: var(--light)
}

.section.dark {
  background: var(--navy-dark);
  color: #fff
}

.section-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 8px
}

.section h2 {
  font-size: 36px;
  color: var(--navy);
  margin: 0 0 12px;
  font-family: var(--font-display);
  line-height: 1.2
}

.section.dark h2,
.section.dark .section-label {
  color: #fff
}

.section.dark .section-label {
  color: var(--saffron)
}

.section .lead {
  font-size: 17px;
  color: var(--muted);
  max-width: 900px;
  line-height: 1.7;
  margin-bottom: 32px
}

.section.dark .lead {
  color: #c8d8ea
}

/* ── Project highlight ── */
.project-highlight {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: start
}

.highlight-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid #e6edf5;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .07)
}

.highlight-card .card-head {
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: #fff;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.highlight-card .card-head h3 {
  margin: 0;
  font-size: 18px
}

.status-badge {
  background: var(--saffron);
  color: #fff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800
}

.highlight-card .card-body {
  padding: 24px
}

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

.detail-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eef2f6;
  font-size: 14px;
  color: #485566;
  display: flex;
  gap: 8px
}

.detail-list li b {
  color: var(--navy);
  min-width: 140px;
  flex-shrink: 0
}

.reg-box {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid rgba(197, 154, 59, .35)
}

.reg-box .fee {
  font-size: 40px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1
}

.reg-box .fee-label {
  font-size: 13px;
  color: var(--muted);
  margin: 6px 0 16px
}

.reg-box .refund-note {
  font-size: 14px;
  color: var(--green);
  background: #e8f6ee;
  border: 1px solid rgba(16, 69, 51, .25);
  border-radius: 10px;
  padding: 10px 14px;
  margin: 10px 0 16px;
  font-weight: 600;
  line-height: 1.45
}

.layout-preview {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative
}

.layout-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 420px;
  aspect-ratio: 4 / 3
}

.layout-preview .zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600
}

/* ── Cards & grids ── */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr)
}

.card {
  background: #fff;
  border: 1px solid rgba(10, 46, 87, .08);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  transition: transform .2s, box-shadow .2s
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .1)
}

.card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px
}

.card p,
.card li {
  color: #485566;
  line-height: 1.65;
  font-size: 14px
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fff3dc;
  color: var(--saffron);
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 14px
}

/* ── Location benefits ── */
.loc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.loc-item {
  background: #fff;
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid #e6edf5;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
  transition: transform .2s
}

.loc-item:hover {
  transform: translateY(-2px)
}

.loc-item .dist {
  display: inline-block;
  background: var(--saffron);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px
}

.loc-item h4 {
  margin: 0;
  font-size: 14px;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.4
}

/* ── Photo feature cards ── */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.photo-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #e6edf5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  transition: transform .2s
}

.photo-card:hover {
  transform: translateY(-3px)
}

.photo-card-media {
  height: 170px;
  background-size: cover;
  background-position: center
}

.photo-card-body {
  padding: 16px 18px 18px
}

.photo-card-body .dist {
  display: inline-block;
  background: var(--saffron);
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px
}

.photo-card-body h3,
.photo-card-body h4 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--navy)
}

.photo-card-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted)
}

.media-banner {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin: 22px 0
}

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

.project-logo {
  width: 72px;
  height: auto;
  display: block;
  margin-bottom: 10px
}

.project-card-body .project-logo {
  width: 64px
}

/* ── Split & highlight ── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.highlight {
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow)
}

.highlight .section-label {
  color: #ffd59a
}

.highlight h2,
.highlight h3 {
  color: #fff;
  margin-top: 0
}

.highlight p,
.highlight li {
  color: #fff
}

.highlight ul {
  margin: 14px 0 0;
  padding-left: 18px;
  line-height: 1.9
}

.highlight .btn {
  align-self: flex-start;
  margin-top: 16px
}

.subsidy-group {
  margin-top: 22px
}

.subsidy-group h3 {
  margin: 0 0 8px
}

.subsidy-rate-block {
  margin-bottom: 12px
}

.subsidy-rate-label {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy)
}

.subsidy-rate-line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--text)
}

.subsidy-rate-value {
  font-weight: 700
}

.subsidy-rate-sep {
  color: #9ca3af
}

.subsidy-rate-subsidy {
  color: #b45309;
  font-weight: 700
}

.subsidy-group-title {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--muted, #4b5563)
}

.subsidy-group-intro {
  margin: 0 0 14px;
  color: var(--muted, #4b5563);
  line-height: 1.5
}

.subsidy-unit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px
}

.subsidy-unit-row {
  padding: 12px 14px;
  border-left: 3px solid var(--saffron);
  background: #fffaf2
}

.subsidy-unit-row.is-highlight {
  border-left-color: var(--navy);
  background: #f4f7fb
}

.subsidy-unit-name {
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px
}

.subsidy-unit-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  font-size: 15px;
  line-height: 1.45
}

.subsidy-before {
  color: #6b7280
}

.subsidy-arrow {
  color: #9ca3af
}

.subsidy-after {
  color: #047857;
  font-weight: 700
}

.subsidy-save {
  color: #b45309;
  font-weight: 600
}

.subsidy-calc {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280
}

.price-align-block {
  margin: 14px 0 18px;
  display: grid;
  gap: 16px
}

.price-align-group {
  padding: 12px 14px;
  border-left: 3px solid var(--saffron);
  background: #fffaf2
}

.price-align-group + .price-align-group {
  border-left-color: var(--navy);
  background: #f4f7fb
}

.price-align-rate {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: baseline;
  margin-bottom: 8px
}

.price-align-label {
  font-weight: 800;
  color: var(--navy)
}

.price-align-value {
  font-weight: 700;
  color: #b45309
}

.price-align-unit {
  display: grid;
  gap: 2px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, .06)
}

.price-align-unit-name {
  font-weight: 700;
  color: var(--navy)
}

.price-align-unit-prices {
  font-size: 14px;
  line-height: 1.45;
  color: #374151
}

.subsidy-pricing.is-compact h3 {
  margin-top: 0
}

.subsidy-explain {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--saffron);
  background: #fffaf2
}

.subsidy-explain h3 {
  margin: 0 0 10px;
  font-size: 1.15rem
}

.subsidy-explain ol {
  margin: 0;
  padding-left: 18px
}

.subsidy-explain li {
  margin: 8px 0;
  line-height: 1.5
}

.subsidy-compact-note {
  margin-top: 14px;
  color: var(--muted, #4b5563);
  line-height: 1.5
}

@media (max-width: 640px) {
  .subsidy-unit-prices,
  .price-align-unit-prices,
  .subsidy-rate-line {
    font-size: 14px
  }
}

.featured-copy h2,
.featured-copy .lead,
.featured-copy p {
  text-align: left
}

.featured-copy .lead {
  color: var(--text);
  max-width: none;
  margin-bottom: 16px
}

.featured-copy .tagline {
  margin-top: 18px;
  font-weight: 700;
  color: var(--saffron);
  font-size: 17px
}

.section.split.scheme-split {
  align-items: stretch
}

.scheme-split .highlight {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.invest-block {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid #e6edf5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05)
}

.invest-block h4 {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 16px
}

.invest-block p {
  font-size: 14px;
  color: #485566;
  margin: 0 0 16px;
  line-height: 1.7
}

.invest-block p:last-child {
  margin-bottom: 0
}

/* ── Tables ── */
.table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.table th {
  background: var(--navy);
  color: #fff;
  text-align: left;
  font-size: 14px
}

.table th,
.table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8edf2;
  font-size: 14px
}

.table tr:last-child td {
  border-bottom: none
}

/* ── News cards ── */
.news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

/* ── Multi-project cards ── */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 28px
}

.project-card {
  background: #fff;
  border: 1px solid rgba(10, 46, 87, .1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  display: flex;
  flex-direction: column
}

.project-card-media {
  min-height: 220px;
  background-size: cover;
  background-position: center;
  position: relative
}

.project-card-media.placeholder {
  background: linear-gradient(135deg, #e8eef5, #f7f3ea)
}

.project-status {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff
}

.project-status.open {
  background: var(--green)
}

.project-status.soon {
  background: var(--muted)
}

.project-status.launch {
  background: var(--saffron)
}

.project-status-row {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.project-status-row .project-status {
  position: static
}

.project-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.project-card-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--saffron);
  text-transform: uppercase;
  letter-spacing: .5px
}

.project-card-body h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 22px
}

.project-card-body>p {
  color: #485566;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 14px
}

.project-card-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8
}

.project-card-meta li::before {
  content: "• ";
  color: var(--saffron);
  font-weight: 800
}

.project-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto
}

.project-subnav {
  background: #fff;
  border-bottom: 1px solid #e6edf5;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.project-subnav a {
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  border-bottom: 2px solid transparent
}

.project-subnav a:hover,
.project-subnav a.active {
  color: var(--saffron);
  border-bottom-color: var(--saffron)
}

@media(max-width:900px) {
  .projects-grid {
    grid-template-columns: 1fr
  }
}

.news-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px;
  border: 1px solid #e6edf5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04)
}

.news-card .date {
  font-size: 12px;
  font-weight: 800;
  color: var(--saffron);
  margin-bottom: 8px
}

.news-card p {
  font-size: 14px;
  color: #485566;
  margin: 0 0 12px;
  line-height: 1.6
}

.news-card a {
  color: var(--navy);
  font-weight: 700;
  font-size: 13px
}

/* ── Gallery ── */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px
}

.gallery div {
  min-height: 220px;
  border-radius: var(--radius);
  background-color: #1a3a5c;
  display: flex;
  align-items: end;
  padding: 20px;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .55);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  background-size: cover;
  background-position: center
}

.gallery div:first-child {
  grid-row: span 2;
  min-height: 456px;
  background-image: url('Shree-Shyam-Awas/banner.jpeg')
}

.hero-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow)
}

.hero-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center
}

/* ── Downloads ── */
.downloads {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px
}

.dl-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  transition: transform .2s, box-shadow .2s
}

.dl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08)
}

.dl-card .dl-icon {
  font-size: 32px;
  margin-bottom: 10px
}

.dl-card h4 {
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--navy)
}

.dl-card a {
  font-size: 12px;
  color: var(--saffron);
  font-weight: 700
}

/* ── Forms ── */
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit
}

.form textarea {
  grid-column: 1/-1;
  min-height: 120px
}

/* ── Timeline ── */
.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px
}

.step {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px;
  text-align: center;
  border: 1px solid #e6edf5;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04)
}

.step b {
  display: block;
  background: var(--saffron);
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin: 0 auto 12px;
  font-size: 14px
}

/* ── Footer ── */
.footer {
  background:
    linear-gradient(180deg, #6a2424 0%, var(--navy-dark) 40%);
  color: #fff;
  padding: 0;
  border-top: 3px solid var(--saffron)
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 5% 0
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px 28px;
  padding-bottom: 36px
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  text-decoration: none
}

.footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 4px
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2
}

.footer-brand span {
  display: block;
  margin-top: 4px;
  color: var(--saffron);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em
}

.footer-desc {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.6;
  max-width: 34ch
}

.footer-contact-line {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.footer-contact-line a {
  color: #ffe0a8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none
}

.footer-contact-line a:hover {
  color: #fff
}

.footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase
}

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

.footer-links li {
  margin: 0 0 8px
}

.footer-links a {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s
}

.footer-links a:hover {
  color: var(--saffron)
}

.footer-links .soon {
  color: rgba(255, 255, 255, .55);
  font-size: 14px
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 18px 0 4px
}

.footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  line-height: 1.65;
  text-align: left
}

.footer-legal b {
  color: #ffd59a;
  font-weight: 800
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  justify-content: space-between
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.5
}

.footer-bottom .footer-disclaimer {
  max-width: none;
  text-align: right;
  opacity: .9
}

.policy-block {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: var(--radius);
  padding: 28px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
  margin-bottom: 18px
}

.policy-block h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px
}

.policy-block p,
.policy-block li {
  color: #485566;
  font-size: 14px;
  line-height: 1.7
}

.policy-block ul {
  margin: 0;
  padding-left: 18px
}

.policy-block li {
  margin-bottom: 8px
}

.newsletter {
  display: flex;
  gap: 8px;
  margin-top: 12px
}

.newsletter input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 14px
}

.newsletter input::placeholder {
  color: #cbb
}

@media(max-width:900px) {
  .footer-top {
    grid-template-columns: 1fr 1fr
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start
  }

  .footer-bottom .footer-disclaimer {
    text-align: left
  }
}

@media(max-width:640px) {
  .footer-top {
    grid-template-columns: 1fr
  }
}

/* ── Disclaimer & misc ── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(197, 154, 59, .6);
  background: #fffdf6;
  color: var(--navy);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px
}

.price {
  font-size: 42px;
  font-weight: 900;
  color: var(--navy)
}

.hero-card {
  background: #fff;
  border: 1px solid rgba(197, 154, 59, .45);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow)
}

/* ── Floating CTA / WhatsApp ── */
.float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  background: var(--saffron);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(217, 134, 29, .45);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s, background .2s
}

.float-cta:hover {
  transform: scale(1.04);
  background: var(--saffron-dark)
}

.float-cta.float-wa {
  background: var(--whatsapp);
  box-shadow: 0 10px 28px rgba(31, 170, 89, .4)
}

.float-cta.float-wa:hover {
  background: var(--whatsapp-dark)
}

.btn.disabled,
a.btn.disabled,
.float-cta.disabled {
  background: #8a93a3 !important;
  color: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: .85
}

.btn.disabled:hover,
.float-cta.disabled:hover {
  transform: none;
  background: #8a93a3 !important
}

/* ── Blog listing & articles ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px
}

.blog-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
  transition: transform .2s
}

.blog-card:hover {
  transform: translateY(-3px)
}

.blog-card-media {
  display: block;
  height: 180px;
  background-size: cover;
  background-position: center
}

.blog-card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.blog-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px
}

.blog-cat {
  display: inline-block;
  background: rgba(139, 47, 47, .1);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px
}

.blog-card-top time,
.blog-meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--saffron)
}

.blog-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
  color: var(--navy)
}

.blog-card h3 a:hover {
  color: var(--saffron)
}

.blog-card p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #485566;
  line-height: 1.55;
  flex: 1
}

.blog-read {
  font-size: 13px;
  font-weight: 800;
  color: var(--navy)
}

.blog-read:hover {
  color: var(--saffron)
}

.blog-article-hero {
  min-height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff
}

.blog-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(85, 29, 29, .35), rgba(85, 29, 29, .88))
}

.blog-article-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 5% 48px
}

.blog-back {
  display: inline-block;
  color: #ffd59a;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px
}

.blog-article-hero h1 {
  margin: 12px 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-family: Georgia, serif;
  line-height: 1.2;
  color: #fff
}

.blog-article-body {
  max-width: 860px;
  margin: 0 auto
}

.blog-article-body h3 {
  color: var(--navy);
  margin: 28px 0 10px
}

.blog-article-body p,
.blog-article-body li {
  color: #485566;
  font-size: 16px;
  line-height: 1.75
}

.blog-article-body ul {
  padding-left: 18px
}

.blog-cta {
  margin-top: 36px;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: #fff;
  border-radius: var(--radius);
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap
}

.blog-cta h3 {
  margin: 0 0 6px;
  color: #fff
}

.blog-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px
}

@media(max-width:1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:700px) {
  .blog-grid {
    grid-template-columns: 1fr
  }
}

/* ── Page hero (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: #fff;
  padding: 50px 5%;
  text-align: center
}

.page-hero h1 {
  font-size: 40px;
  margin: 0 0 10px;
  font-family: var(--font-display)
}

.page-hero p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  margin: 0
}

.about-hero {
  background:
    linear-gradient(135deg, rgba(85, 29, 29, .92), rgba(139, 47, 47, .88)),
    url('Shree-Shyam-Awas/banner.jpeg') center / cover no-repeat;
  padding: 72px 5%
}

.about-hero-kicker {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffd59a !important
}

.about-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none
}

.about-points li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #eef2f6;
  font-size: 15px;
  color: #485566;
  font-weight: 600
}

.about-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1b8a4a;
  font-weight: 900
}

.about-visual {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 320px
}

.about-visual img {
  width: min(220px, 70%);
  height: auto
}

.about-visual p {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px
}

.about-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px
}

.about-step {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: var(--radius);
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05)
}

.about-step .step-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #fff;
  background: var(--saffron);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px
}

.about-step h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px
}

.about-step p {
  margin: 0;
  color: #485566;
  font-size: 14px;
  line-height: 1.55
}

.about-stats {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8px
}

.about-promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px
}

.about-promise>div {
  padding: 8px 4px 8px 0;
  border-top: 3px solid var(--saffron)
}

.about-promise h3 {
  margin: 14px 0 8px;
  color: var(--navy);
  font-size: 18px
}

.about-promise p {
  margin: 0;
  color: #485566;
  font-size: 14px;
  line-height: 1.55
}

.about-cta {
  margin-top: 36px;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: #fff;
  border-radius: var(--radius);
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.about-cta h3 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #fff
}

.about-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

@media(max-width:900px) {

  .about-steps,
  .about-promise {
    grid-template-columns: 1fr
  }
}

/* ── Responsive ── */
@media(max-width:1024px) {

  .project-highlight,
  .split {
    grid-template-columns: 1fr
  }

  .grid,
  .loc-grid,
  .photo-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .downloads,
  .news-cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .logo-bar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 5%
  }

  .brand img {
    width: 72px;
    height: 72px
  }

  .brand h1 {
    font-size: 16px
  }

  .partner-logos {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end
  }

  .partner-logos img {
    height: 52px;
    max-width: 160px
  }

  .partner-logos .digital-img {
    max-width: 180px;
    height: 48px
  }

  .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 8px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    gap: 0;
    align-items: stretch
  }

  .menu.open {
    display: flex
  }

  .menu a {
    padding: 12px 5%;
    border-radius: 0
  }

  .menu-main,
  .menu-actions {
    flex-direction: column;
    align-items: stretch
  }

  .menu-actions {
    margin: 8px 5% 4px;
    gap: 8px
  }

  .menu .nav-action {
    padding: 11px 14px;
    text-align: center;
    border-radius: 6px
  }

  .menu-toggle {
    display: block
  }

  .nav {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 4px 5%
  }

  .slide-inner {
    padding: 48px 5% 70px
  }

  .slide-inner h2 {
    font-size: 32px
  }

  .slide.active {
    min-height: clamp(420px, 68vh, 560px)
  }

  .grid,
  .grid-3,
  .loc-grid,
  .photo-grid,
  .timeline,
  .downloads,
  .news-cards {
    grid-template-columns: 1fr
  }

  .footer-top {
    grid-template-columns: 1fr
  }

  .hero h2,
  .section h2 {
    font-size: 28px
  }

  .count-box {
    min-width: 72px;
    padding: 14px 18px
  }

  .count-box .num {
    font-size: 32px
  }

  .float-cta {
    bottom: 16px;
    right: 16px;
    padding: 12px 18px;
    font-size: 13px
  }
}

@media(max-width:560px) {

  .gallery,
  .form {
    grid-template-columns: 1fr
  }

  .gallery div:first-child {
    grid-row: auto;
    min-height: 260px
  }
}

/* ── Welcome news popup ── */
.site-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(20, 10, 10, .72);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility .25s
}

.site-popup.open {
  opacity: 1;
  visibility: visible
}

.site-popup-dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: min(88vh, 860px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  transform: translateY(12px) scale(.98);
  transition: transform .25s
}

.site-popup.open .site-popup-dialog {
  transform: none
}

.site-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center
}

.site-popup-close:hover {
  background: var(--navy)
}

.site-popup-media {
  display: block;
  width: 100%;
  max-height: min(78vh, 760px);
  overflow: auto;
  background: #111
}

.site-popup-media img {
  width: 100%;
  height: auto;
  display: block
}

.site-popup-caption {
  padding: 12px 16px 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  text-align: center
}

.site-popup-caption strong {
  color: #ffd59a
}

body.popup-open {
  overflow: hidden
}

/* ── Production a11y + mobile polish ── */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: var(--navy);
  color: #fff;
  padding: 10px 16px;
  font-weight: 700
}

.skip-link:focus {
  left: 12px;
  top: 12px
}

.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
}

img {
  height: auto
}

.form input,
.form textarea {
  width: 100%;
  max-width: 100%
}

@media(max-width:768px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    padding: 8px 4%
  }

  .brand .project-name {
    font-size: 11px
  }

  .partner-logos {
    width: 100%;
    justify-content: flex-start;
    gap: 8px
  }

  .partner-logos img {
    height: 40px;
    max-width: 110px
  }

  .partner-logos .digital-img {
    height: 36px;
    max-width: 130px
  }

  .highlight-news-layout {
    gap: 16px
  }

  .highlight-pricing-strip {
    grid-template-columns: 1fr
  }

  .slide-pricing {
    gap: 8px
  }

  .slide-price-card {
    min-width: 132px;
    padding: 8px 10px
  }

  .sidebar-card-body {
    height: 240px
  }

  .count-box {
    min-width: 64px;
    padding: 10px 12px
  }

  .count-box .num {
    font-size: 24px
  }

  .important-note-bar {
    font-size: 12px;
    padding: 10px 4%;
    text-align: left
  }

  .float-cta {
    bottom: 14px;
    right: 14px;
    padding: 12px 16px;
    font-size: 12px
  }

  .site-popup {
    padding: 12px
  }

  .site-popup-dialog {
    width: min(100%, 420px);
    max-height: 90vh
  }

  .page-hero h1 {
    font-size: 28px
  }

  .section {
    padding: 48px 4%
  }

  .section h2 {
    font-size: 26px
  }

  .footer-inner {
    padding: 36px 4% 0
  }

  .media-banner {
    margin: 16px 0
  }
}

@media(max-width:480px) {
  .brand img {
    width: 58px;
    height: 58px
  }

  .brand h1 {
    font-size: 14px
  }

  .slide-inner h2 {
    font-size: 26px
  }

  .slide-meta {
    gap: 6px
  }

  .btn {
    text-align: center;
    margin-left: 0 !important
  }

  .slide-inner .btn {
    display: inline-flex
  }

  .project-card-actions,
  .about-cta-actions {
    flex-direction: column
  }

  .project-card-actions .btn,
  .about-cta-actions .btn {
    width: 100%
  }
}

/* ── Apply booking ── */
.apply-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 28px;
  align-items: start
}

.apply-intro h2 {
  margin-top: 0
}

.apply-highlight {
  background: #fff8f0;
  border-left: 4px solid var(--saffron);
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45
}

.apply-fee-box {
  margin-top: 16px
}

.apply-form .field {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.apply-form .field.full,
.apply-form .field.full textarea {
  grid-column: 1 / -1
}

.apply-form label {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy)
}

.apply-form .req {
  color: #c0392b
}

.terms-accept-field {
  grid-column: 1 / -1;
  margin-top: 8px;
  margin-bottom: 4px
}

.terms-accept {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--navy);
  cursor: pointer
}

.terms-accept input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin: 3px 0 0;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
  accent-color: var(--saffron)
}

.terms-accept span {
  flex: 1;
  min-width: 0
}

.terms-accept a {
  color: var(--saffron);
  text-decoration: underline
}

.contact-location-card .contact-org {
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--saffron)
}

.contact-map-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius, 12px);
  border: 1px solid #e7edf4;
  background: #f8fafc;
  aspect-ratio: 16 / 9;
  min-height: 320px
}

.contact-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.contact-location-card a {
  color: inherit
}

.pay-mode-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.pay-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600
}

.form-error {
  color: #c0392b;
  font-size: 14px;
  margin: 0 0 8px
}

.apply-offline {
  max-width: 720px;
  margin: 28px auto 0;
  background: #fff;
  border-radius: var(--radius);
  padding: 22px;
  border: 1px solid #e6ebf2
}

.bank-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: center
}

.qr-wrap {
  width: 100%;
  text-align: center
}

.qr-wrap img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: #fff
}

.slip-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: var(--radius);
  padding: 24px
}

.slip-print-title {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--navy);
  margin-bottom: 18px
}

.slip-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px dashed #d7dee8;
  padding-bottom: 14px;
  margin-bottom: 16px
}

.slip-number span {
  display: block;
  font-size: 12px;
  color: var(--muted)
}

.slip-number strong {
  font-size: 18px;
  color: var(--navy);
  letter-spacing: .02em
}

.slip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px
}

.slip-grid p {
  margin: 0;
  font-size: 14px
}

/* ── Public result celebration + application receipt ── */
.result-search-form {
  max-width: 560px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end
}

.result-celebration,
.result-message {
  max-width: 860px;
  margin: 28px auto 0;
  border-radius: 22px;
  position: relative;
  overflow: hidden
}

.result-celebration {
  padding: 34px clamp(22px, 5vw, 48px);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 221, 132, .22), transparent 22%),
    radial-gradient(circle at 90% 85%, rgba(255, 255, 255, .14), transparent 24%),
    linear-gradient(135deg, #104533, #17704f);
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 20px 50px rgba(16, 69, 51, .24)
}

.success-seal {
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--green);
  font-size: 32px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  animation: result-seal-in .65s cubic-bezier(.2, .8, .2, 1) both
}

.result-kicker {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.result-celebration .result-kicker {
  color: #ffe09b
}

.result-celebration h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 5vw, 42px)
}

.result-lead {
  max-width: 650px;
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, .9);
  font-size: 16px
}

.allotment-highlight {
  display: inline-flex;
  flex-direction: column;
  padding: 11px 20px;
  border: 1px solid rgba(255, 224, 155, .55);
  border-radius: 12px;
  background: rgba(0, 0, 0, .14)
}

.allotment-highlight span {
  color: #ffe09b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}

.allotment-highlight strong {
  font-size: 20px;
  letter-spacing: .04em
}

.confetti {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.confetti i {
  --x: 8%;
  --delay: 0s;
  position: absolute;
  top: -16px;
  left: var(--x);
  width: 7px;
  height: 13px;
  border-radius: 2px;
  background: #f2b84b;
  opacity: 0;
  animation: result-confetti 3.4s var(--delay) ease-in infinite
}

.confetti i:nth-child(3n) {
  background: #fff;
  transform: rotate(35deg)
}

.confetti i:nth-child(4n) {
  background: #e97a67;
  border-radius: 50%
}

.confetti i:nth-child(2) {
  --x: 14%;
  --delay: .3s
}

.confetti i:nth-child(3) {
  --x: 20%;
  --delay: 1.1s
}

.confetti i:nth-child(4) {
  --x: 27%;
  --delay: .7s
}

.confetti i:nth-child(5) {
  --x: 34%;
  --delay: 1.7s
}

.confetti i:nth-child(6) {
  --x: 40%;
  --delay: .15s
}

.confetti i:nth-child(7) {
  --x: 47%;
  --delay: 1.35s
}

.confetti i:nth-child(8) {
  --x: 53%;
  --delay: .55s
}

.confetti i:nth-child(9) {
  --x: 59%;
  --delay: 2s
}

.confetti i:nth-child(10) {
  --x: 64%;
  --delay: .9s
}

.confetti i:nth-child(11) {
  --x: 70%;
  --delay: .2s
}

.confetti i:nth-child(12) {
  --x: 76%;
  --delay: 1.45s
}

.confetti i:nth-child(13) {
  --x: 82%;
  --delay: .65s
}

.confetti i:nth-child(14) {
  --x: 88%;
  --delay: 1.9s
}

.confetti i:nth-child(15) {
  --x: 94%;
  --delay: 1.15s
}

.confetti i:nth-child(16) {
  --x: 5%;
  --delay: 2.2s
}

.confetti i:nth-child(17) {
  --x: 44%;
  --delay: 2.5s
}

.confetti i:nth-child(18) {
  --x: 97%;
  --delay: 2.35s
}

@keyframes result-confetti {
  0% {
    opacity: 0;
    translate: 0 -10px;
    rotate: 0deg
  }

  12% {
    opacity: 1
  }

  100% {
    opacity: 0;
    translate: 20px 330px;
    rotate: 460deg
  }
}

@keyframes result-seal-in {
  from {
    opacity: 0;
    transform: scale(.5) rotate(-15deg)
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(0)
  }
}

.result-message {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px 28px;
  border: 1px solid #ead39f;
  background: #fff9eb
}

.result-message.not-allotted {
  border-color: #d9dee6;
  background: #f6f7f9
}

.result-message-icon {
  flex: 0 0 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--saffron);
  color: #fff;
  font-size: 22px;
  font-weight: 900
}

.result-message.not-allotted .result-message-icon {
  background: #687386
}

.result-message h2 {
  margin: 0 0 5px;
  font-size: 25px
}

.result-message p:last-child {
  margin: 0;
  color: #485566
}

.result-card {
  max-width: 860px;
  margin-top: 18px
}

.result-card .slip-head h2 {
  margin: 6px 0 0;
  font-size: 24px
}

.result-details,
.receipt-details {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e7ebf0;
  border: 1px solid #e7ebf0;
  border-radius: 12px;
  overflow: hidden
}

.result-details div,
.receipt-details div {
  padding: 12px 14px;
  background: #fff
}

.result-details dt,
.receipt-details dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase
}

.result-details dd,
.receipt-details dd {
  margin: 2px 0 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere
}

.result-next-steps {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--cream);
  border-left: 4px solid var(--saffron)
}

.result-next-steps h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 17px
}

.result-next-steps ol {
  margin: 0;
  padding-left: 20px;
  color: #485566;
  font-size: 14px
}

.result-next-steps li+li {
  margin-top: 4px
}

.result-actions,
.receipt-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.result-disclaimer {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px
}

.receipt-card {
  max-width: 900px;
  padding: clamp(22px, 4vw, 38px);
  border-top: 5px solid var(--saffron);
  box-shadow: 0 18px 50px rgba(85, 29, 29, .12)
}

.receipt-official-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--navy)
}

.receipt-eyebrow {
  margin: 0 0 4px !important;
  color: var(--saffron) !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.receipt-official-head h2 {
  margin: 0;
  font-size: clamp(25px, 4vw, 34px)
}

.receipt-official-head p {
  margin: 4px 0 0;
  color: var(--muted)
}

.receipt-status {
  text-align: right
}

.receipt-status small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px
}

.receipt-status-badge,
.inline-status {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 999px;
  background: #fff4d8;
  color: #80530c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase
}

.receipt-status-badge.allotted,
.inline-status.paid {
  background: #e5f5ec;
  color: #0c6341
}

.receipt-status-badge.not-allotted,
.inline-status.failed {
  background: #eef0f3;
  color: #4b5565
}

.inline-status.refunded {
  background: #e9f0ff;
  color: #2b579a
}

.receipt-reference {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px dashed #cfd5dd
}

.receipt-reference span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase
}

.receipt-reference strong {
  display: block;
  margin-top: 2px;
  color: var(--navy);
  font-size: 17px;
  overflow-wrap: anywhere
}

.receipt-section {
  margin-top: 22px
}

.receipt-section h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 9px
}

.receipt-section h3::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: var(--saffron)
}

.allotment-section.confirmed {
  padding: 16px;
  border: 1px solid #b9ddc8;
  border-radius: 14px;
  background: #f5fcf8
}

.receipt-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.receipt-timeline li {
  position: relative;
  display: flex;
  gap: 10px;
  min-width: 0;
  padding-right: 18px
}

.receipt-timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 34px;
  right: 4px;
  height: 2px;
  background: #dfe4ea
}

.receipt-timeline li>span {
  position: relative;
  z-index: 1;
  flex: 0 0 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9edf2;
  color: #657080;
  font-size: 12px;
  font-weight: 900
}

.receipt-timeline li.complete>span {
  background: var(--green);
  color: #fff
}

.receipt-timeline li.current>span {
  background: var(--saffron);
  color: #fff
}

.receipt-timeline li div {
  min-width: 0;
  padding-top: 4px
}

.receipt-timeline strong {
  display: block;
  font-size: 12px;
  line-height: 1.35
}

.receipt-timeline small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px
}

.receipt-note {
  margin-top: 22px;
  padding: 14px 16px;
  border-left: 4px solid var(--saffron);
  border-radius: 8px;
  background: #fff8e8
}

.receipt-note.success {
  border-color: var(--green);
  background: #eff9f3
}

.receipt-note>strong {
  color: var(--navy);
  font-size: 14px
}

.receipt-note p {
  margin: 3px 0 0;
  color: #485566;
  font-size: 13px
}

.receipt-note a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline
}

.receipt-verification {
  display: grid;
  grid-template-columns: minmax(180px, 250px) 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed #cfd5dd
}

.receipt-barcode {
  height: 46px;
  display: flex;
  align-items: stretch;
  gap: 1px;
  overflow: hidden
}

.receipt-barcode i {
  flex: 0 0 1px;
  background: #111
}

.receipt-barcode i.wide {
  flex-basis: 3px
}

.receipt-verification strong,
.receipt-verification a,
.receipt-verification small {
  display: block
}

.receipt-verification strong {
  font-size: 13px;
  color: var(--navy)
}

.receipt-verification a {
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  overflow-wrap: anywhere
}

.receipt-verification small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px
}

@media(prefers-reduced-motion:reduce) {

  .confetti i,
  .success-seal {
    animation: none
  }

  .confetti {
    display: none
  }
}

@media (max-width: 900px) {

  .apply-layout,
  .bank-grid,
  .slip-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:640px) {
  .result-search-form {
    grid-template-columns: 1fr
  }

  .result-search-form .btn {
    width: 100%
  }

  .result-message {
    padding: 20px;
    gap: 12px
  }

  .result-message-icon {
    flex-basis: 36px;
    height: 36px;
    font-size: 18px
  }

  .result-message h2 {
    font-size: 21px
  }

  .result-details,
  .receipt-details,
  .receipt-reference,
  .receipt-verification {
    grid-template-columns: 1fr
  }

  .receipt-official-head {
    flex-direction: column
  }

  .receipt-status {
    text-align: left
  }

  .receipt-timeline {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .receipt-timeline li:not(:last-child)::after {
    top: 32px;
    bottom: -14px;
    left: 15px;
    right: auto;
    width: 2px;
    height: auto
  }

  .result-actions .btn,
  .receipt-actions .btn {
    width: 100%
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 14mm
  }

  html,
  body {
    width: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: #111 !important
  }

  body.application-slip-page {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact
  }

  .skip-link,
  .site-notice,
  .project-subnav,
  .topbar,
  .news,
  .site-header,
  .page-hero,
  .footer,
  .slip-actions,
  .confetti {
    display: none !important
  }

  .application-slip-page .section {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important
  }

  .slip-card {
    display: block !important;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 10mm !important;
    border: 1px solid #444;
    border-radius: 0;
    box-shadow: none;
    background: #fff !important;
    page-break-inside: avoid;
    break-inside: avoid
  }

  .slip-print-title {
    display: block
  }

  .slip-head {
    flex-wrap: nowrap;
    border-bottom-color: #777
  }

  .slip-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 9px 18px
  }

  .slip-grid p,
  .slip-number span {
    color: #111 !important
  }

  .slip-number strong {
    color: #111 !important
  }

  .receipt-card {
    padding: 7mm !important;
    border: 1px solid #333 !important;
    border-top: 4px solid #8b2f2f !important;
    font-size: 10pt
  }

  .receipt-official-head {
    padding-bottom: 10px
  }

  .receipt-official-head h2 {
    font-size: 22px
  }

  .receipt-reference {
    padding: 10px 0
  }

  .receipt-section {
    margin-top: 12px
  }

  .receipt-details div {
    padding: 7px 9px
  }

  .receipt-timeline {
    grid-template-columns: repeat(3, 1fr) !important
  }

  .receipt-note,
  .allotment-section.confirmed {
    background: #fff !important
  }

  .receipt-verification {
    margin-top: 12px;
    padding-top: 10px
  }

  .receipt-status-badge,
  .inline-status {
    border: 1px solid #777;
    background: #fff !important;
    color: #111 !important
  }
}

/* Project document downloads */
.project-docs {
  margin-top: 18px;
}

.project-docs h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.project-docs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-docs.is-compact {
  margin-top: 14px;
}

.project-docs.is-compact .project-docs-actions {
  gap: 8px;
}

.project-doc-btn {
  font-size: 0.92rem;
}