:root {
  --udaan-overlay: rgba(7, 22, 34, 0.58);
  --udaan-panel: rgba(255, 255, 255, 0.96);
  --udaan-panel-border: rgba(21, 60, 84, 0.1);
  --udaan-panel-shadow: 0 32px 84px -40px rgba(7, 33, 54, 0.42);
  --udaan-focus-ring: rgba(21, 60, 84, 0.18);
}

html[data-mobile-menu-open="true"],
html[data-mobile-menu-open="true"] body {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  overflow-x: hidden;
}

.home-hero {
  isolation: isolate;
}

.home-hero::before,
.home-hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
  border-radius: 999px;
}

.home-hero::before {
  top: 1.75rem;
  left: -7rem;
  width: min(34rem, 48vw);
  height: min(34rem, 48vw);
  background: radial-gradient(circle, rgba(21, 60, 84, 0.12), transparent 72%);
}

.home-hero::after {
  top: -4rem;
  right: -5rem;
  width: min(26rem, 34vw);
  height: min(26rem, 34vw);
  background: radial-gradient(circle, rgba(165, 38, 62, 0.14), transparent 70%);
}

.hero-copy-column,
.hero-portrait-column {
  position: relative;
  z-index: 1;
}

.hero-chip-strip {
  position: relative;
  z-index: 1;
}

.home-hero-panel {
  min-height: 680px;
  border: 1px solid rgba(21, 60, 84, 0.08);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 251, 0.94)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 42px 120px -58px rgba(9, 32, 49, 0.54);
}

.hero-stage-aurora,
.hero-stage-sun {
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
}

.hero-stage-aurora {
  bottom: 4.5rem;
  left: -3rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(21, 60, 84, 0.18), transparent 74%);
}

.hero-stage-sun {
  top: -4.5rem;
  right: -3rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(174, 43, 66, 0.17), transparent 70%);
}

.hero-chip-ribbon {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-chip-ribbon-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
}

.hero-chip-ribbon-item.is-highlight {
  background: #153c54;
  color: #fff;
  box-shadow: 0 24px 48px -34px rgba(21, 60, 84, 0.72);
}

.hero-portrait-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 1fr);
  align-items: end;
  gap: 1.5rem;
  margin-top: 1.75rem;
  min-height: 560px;
}

.hero-portrait-aside {
  align-self: center;
  border: 1px solid rgba(21, 60, 84, 0.1);
  border-radius: 30px;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 251, 0.94)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 34px 78px -48px rgba(15, 41, 59, 0.52);
  backdrop-filter: blur(16px);
}

.hero-advantage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #153c54;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-advantage-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

.hero-advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.hero-advantage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1rem;
  background: rgba(21, 60, 84, 0.08);
  color: #153c54;
  flex: 0 0 auto;
}

.hero-advantage-title {
  color: #071622;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-advantage-copy {
  color: rgba(7, 22, 34, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
  margin-top: 0.2rem;
}

.hero-advantage-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 60, 84, 0.1);
  color: rgba(7, 22, 34, 0.74);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero-portrait-shell {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem 1rem 0;
}

.hero-stage-glow {
  position: absolute;
  inset: 1rem 0 2.5rem;
  border-radius: 38px;
  background:
    radial-gradient(circle at 65% 20%, rgba(191, 69, 96, 0.2), transparent 44%),
    radial-gradient(circle at 40% 78%, rgba(21, 60, 84, 0.22), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06));
}

.hero-stage-frame {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(100%, 26rem);
  min-height: 33rem;
  padding: 1.25rem 1rem 0;
  overflow: hidden;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at 52% 72%, rgba(231, 122, 142, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 251, 0.98), rgba(245, 250, 252, 0.95) 36%, rgba(229, 239, 245, 0.98) 100%);
  box-shadow: 0 48px 120px -54px rgba(13, 36, 53, 0.62);
}

.hero-stage-frame::before,
.hero-stage-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-stage-frame::before {
  inset: 1rem;
  border-radius: 30px;
  border: 1px solid rgba(21, 60, 84, 0.06);
  background:
    radial-gradient(circle at 50% 78%, rgba(242, 160, 174, 0.26), transparent 38%),
    radial-gradient(circle at 50% 20%, rgba(21, 60, 84, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(21, 60, 84, 0.05), rgba(21, 60, 84, 0)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

.hero-stage-frame::after {
  left: 18%;
  right: 18%;
  bottom: 0.75rem;
  height: 1.5rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(10, 28, 40, 0.22), transparent 70%);
  filter: blur(14px);
}

.hero-stage-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.78rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(21, 60, 84, 0.08);
  box-shadow: 0 20px 40px -28px rgba(21, 60, 84, 0.44);
  color: #153c54;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-stage-image {
  position: relative;
  z-index: 2;
  width: min(100%, 24.25rem);
  height: auto;
  max-height: 36rem;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 36px 56px rgba(12, 33, 48, 0.18)) saturate(1.03) contrast(1.03);
  transform: translateY(0.35rem);
}

.home-hero-stat-cluster {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.home-hero-stat {
  width: 13rem;
  border-radius: 24px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96)),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 60, 84, 0.1);
  box-shadow: 0 30px 78px -48px rgba(13, 33, 47, 0.48);
  backdrop-filter: blur(16px);
}

.home-hero-stat--northwest,
.home-hero-stat--northeast,
.home-hero-stat--southwest,
.home-hero-stat--southeast {
  position: absolute;
}

.home-hero-stat--northwest {
  top: 3rem;
  left: -1.75rem;
}

.home-hero-stat--northeast {
  top: 1.35rem;
  right: -0.85rem;
}

.home-hero-stat--southwest {
  bottom: 4.4rem;
  left: -2.35rem;
}

.home-hero-stat--southeast {
  right: -0.4rem;
  bottom: 2.75rem;
}

.home-hero-stat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.home-hero-stat-label {
  color: rgba(7, 22, 34, 0.56);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-hero-stat-value {
  margin-top: 0.45rem;
  color: #071622;
  font-family: var(--font-heading, inherit);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.home-hero-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1rem;
  background: rgba(21, 60, 84, 0.08);
  color: #153c54;
  flex: 0 0 auto;
}

.home-hero-stat-detail {
  margin-top: 0.7rem;
  color: rgba(7, 22, 34, 0.68);
  font-size: 0.84rem;
  line-height: 1.5;
}

.home-hero-stat-grid {
  position: relative;
  z-index: 3;
  display: none;
  margin-top: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-hero-stat-grid .home-hero-stat {
  width: auto;
  position: relative;
}

a[aria-label="Chat with us on WhatsApp"] {
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

html[data-mobile-menu-open="true"] a[aria-label="Chat with us on WhatsApp"],
html[data-udaan-path="/setup"] a[aria-label="Chat with us on WhatsApp"],
html[data-udaan-path^="/admin"] a[aria-label="Chat with us on WhatsApp"] {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 1rem, 0);
  visibility: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--udaan-focus-ring);
  outline-offset: 3px;
}

header.sticky.top-0.z-50 {
  isolation: isolate;
}

html[data-udaan-path="/"] header.sticky.top-0.z-50 {
  border-bottom: 1px solid rgba(21, 60, 84, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

html[data-udaan-path="/"] header.sticky.top-0.z-50 .brand-surface {
  border-color: transparent;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
}

html[data-udaan-path="/"] header.sticky.top-0.z-50 nav {
  gap: 0.25rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-udaan-path="/"] header.sticky.top-0.z-50 nav a {
  border-radius: 4px !important;
  white-space: nowrap;
  line-height: 1;
}

html[data-udaan-path="/"] header.sticky.top-0.z-50 a[href="/contact"] {
  border-radius: 6px !important;
}

html[data-udaan-path="/"] header.sticky.top-0.z-50 a[href="/"] p:first-of-type {
  max-width: 20rem;
}

html[data-udaan-path="/"] header.sticky.top-0.z-50 a[href="/"] p + p {
  max-width: 15rem;
}

/* Homepage editorial pass: restrained consultancy page, not a template hero. */
html[data-udaan-path="/"] .home-hero {
  background: #fbfcfd;
  padding-top: 2.5rem !important;
  padding-bottom: 0 !important;
}

html[data-udaan-path="/"] .home-hero::before,
html[data-udaan-path="/"] .home-hero::after,
html[data-udaan-path="/"] .hero-stage-aurora,
html[data-udaan-path="/"] .hero-stage-sun,
html[data-udaan-path="/"] .hero-stage-glow {
  display: none;
}

html[data-udaan-path="/"] .home-hero > .container {
  align-items: end !important;
  gap: clamp(2rem, 5vw, 5.5rem) !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr) !important;
}

html[data-udaan-path="/"] .hero-copy-column {
  max-width: 650px;
  padding-bottom: clamp(5.25rem, 8vw, 7rem);
}

html[data-udaan-path="/"] .home-hero .section-kicker {
  display: none;
}

html[data-udaan-path="/"] .home-hero h1 {
  max-width: 13.4ch !important;
  font-size: clamp(3.55rem, 5.15vw, 4.8rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
}

html[data-udaan-path="/"] .home-hero h1 .text-gradient-brand {
  background: none;
  color: #153c54;
  -webkit-text-fill-color: currentColor;
}

html[data-udaan-path="/"] .home-hero h1 + p {
  max-width: 32rem !important;
  color: #526779;
  font-size: 1.02rem !important;
  line-height: 1.68 !important;
}

html[data-udaan-path="/"] .home-hero .hero-copy-column a[href="/contact"],
html[data-udaan-path="/"] .home-hero .hero-copy-column a[href="/destinations"] {
  min-height: 3.05rem;
  border-radius: 6px;
}

html[data-udaan-path="/"] .hero-chip-strip {
  display: none !important;
}

html[data-udaan-path="/"] .hero-chip-ribbon {
  display: none !important;
}

html[data-udaan-path="/"] .home-hero .brand-float-card,
html[data-udaan-path="/"] .hero-portrait-aside,
html[data-udaan-path="/"] .home-hero-stat-cluster,
html[data-udaan-path="/"] .home-hero-stat-grid {
  display: none !important;
}

html[data-udaan-path="/"] .home-hero-panel {
  display: flex;
  min-height: clamp(33rem, 52vw, 46rem);
  padding: 0 !important;
  overflow: visible !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-udaan-path="/"] .hero-portrait-column {
  align-self: stretch;
}

html[data-udaan-path="/"] .hero-portrait-layout {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  margin-top: 0;
}

html[data-udaan-path="/"] .hero-portrait-shell {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  padding: 0;
}

html[data-udaan-path="/"] .hero-stage-frame {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-udaan-path="/"] .hero-stage-frame::before,
html[data-udaan-path="/"] .hero-stage-frame::after {
  display: none;
}

html[data-udaan-path="/"] .hero-stage-badge {
  display: none;
}

html[data-udaan-path="/"] .hero-stage-image {
  position: relative;
  inset: auto;
  display: block;
  width: auto;
  height: clamp(33rem, 52vw, 46rem);
  max-width: min(116%, 52rem);
  max-height: none;
  margin-bottom: -0.45rem;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 36px rgba(12, 33, 48, 0.1)) saturate(1.02) contrast(1.01);
  transform: none;
}

html[data-udaan-path="/"] main > section:nth-of-type(2) {
  margin-top: 0 !important;
  border-top: 1px solid rgba(21, 60, 84, 0.08);
  border-bottom: 1px solid rgba(21, 60, 84, 0.08);
  background: #fff;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

html[data-udaan-path="/"] main > section:nth-of-type(2) .container > div {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

html[data-udaan-path="/"] main > section:nth-of-type(2) .container > div > div {
  align-items: center !important;
  min-height: 3.5rem;
  justify-content: flex-start;
  border-color: rgba(21, 60, 84, 0.08) !important;
  border-width: 0 0 0 1px !important;
  border-radius: 0 !important;
  padding: 0.55rem 1.25rem !important;
  background: transparent !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(2) .container > div > div:first-child {
  border-left-width: 0 !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(2) [class*="text-xs"] {
  display: block;
  color: #6a7b89 !important;
  font-size: 0.78rem !important;
  line-height: 1.3 !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(2) p,
html[data-udaan-path="/"] main > section:nth-of-type(2) span {
  color: #153c54 !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(2) svg {
  color: #f5821f !important;
}

html[data-udaan-path="/"] a[aria-label="Chat with us on WhatsApp"] {
  width: 3.35rem !important;
  height: 3.35rem !important;
  padding: 0 !important;
  border-radius: 999px !important;
}

html[data-udaan-path="/"] a[aria-label="Chat with us on WhatsApp"] span {
  display: none !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(3),
html[data-udaan-path="/"] main > section:nth-of-type(5) {
  display: none;
}

html[data-udaan-path="/"] .section-title,
html[data-udaan-path="/"] main h2 {
  letter-spacing: 0 !important;
}

html[data-udaan-path="/"] .section-copy {
  max-width: 40rem;
  line-height: 1.58;
}

html[data-udaan-path="/"] main > section:not(.home-hero) h2 {
  line-height: 1.03 !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(4) {
  padding-top: 4.5rem !important;
  padding-bottom: 4.75rem !important;
  background: #fff !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(4) .section-copy {
  color: #526779 !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(4) article {
  border-radius: 8px !important;
  border: 1px solid rgba(21, 60, 84, 0.1) !important;
  background: #fff !important;
  box-shadow: none !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(4) article > p:first-of-type {
  display: none;
}

html[data-udaan-path="/"] main > section:nth-of-type(4) article h3 {
  margin-top: 1.2rem !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(4) article p {
  color: #526779 !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(6) {
  padding-top: 4.5rem !important;
  padding-bottom: 5rem !important;
  border-top: 1px solid rgba(21, 60, 84, 0.08);
  background: #f7f9fb !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(6) .brand-card {
  border-radius: 8px !important;
  box-shadow: 0 26px 72px -58px rgba(7, 22, 34, 0.5) !important;
}

html[data-udaan-path="/"] main > section:nth-of-type(6) .brand-card img {
  transform: none !important;
}

@media (min-width: 1280px) {
  html[data-udaan-path="/"] .home-hero h1 {
    font-size: 4.8rem !important;
  }
}

@media (min-width: 1024px) and (max-width: 1240px) {
  html[data-udaan-path="/"] header.sticky.top-0.z-50 nav a {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-size: 0.86rem !important;
  }

  html[data-udaan-path="/"] header.sticky.top-0.z-50 a[href="/"] p:first-of-type {
    max-width: 16rem;
  }

  html[data-udaan-path="/"] header.sticky.top-0.z-50 a[href="/"] p + p {
    max-width: 12rem;
  }
}

@media (max-width: 1023px) {
  html[data-udaan-path="/"] .home-hero > .container {
    gap: 1.5rem !important;
    grid-template-columns: 1fr !important;
  }

  html[data-udaan-path="/"] .hero-copy-column {
    max-width: 720px;
    padding-bottom: 0;
  }

  html[data-udaan-path="/"] .home-hero h1 {
    max-width: 11ch !important;
    font-size: 3.8rem !important;
  }
}

@media (max-width: 767px) {
  html[data-udaan-path="/"] .home-hero {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }

  html[data-udaan-path="/"] .home-hero > .container {
    gap: 0.5rem !important;
  }

  html[data-udaan-path="/"] .home-hero h1 {
    max-width: 10.6ch !important;
    font-size: 2.76rem !important;
    line-height: 1.04 !important;
  }

  html[data-udaan-path="/"] .home-hero h1 + p {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  html[data-udaan-path="/"] .home-hero-panel {
    min-height: 0;
    padding: 0 !important;
  }

  html[data-udaan-path="/"] .hero-portrait-layout {
    min-height: 0;
  }

  html[data-udaan-path="/"] .hero-stage-frame {
    min-height: 0;
  }

  html[data-udaan-path="/"] .hero-stage-image {
    width: min(100%, 22rem);
    height: auto !important;
    max-width: calc(100vw - 2rem);
    max-height: none;
    margin-bottom: -0.25rem;
    object-position: center bottom;
  }

  html[data-udaan-path="/"] main > section:nth-of-type(2) {
    padding-bottom: 1.5rem;
  }

  html[data-udaan-path="/"] main > section:nth-of-type(2) .container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0.75rem !important;
  }

  .home-hero::before {
    top: 5rem;
    left: -9rem;
    width: 22rem;
    height: 22rem;
  }

  .home-hero::after {
    top: -3rem;
    right: -7rem;
    width: 20rem;
    height: 20rem;
  }

  .home-hero-panel {
    min-height: 0;
  }

  .hero-chip-ribbon {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    margin-right: -0.35rem;
  }

  .hero-chip-ribbon-item {
    flex: 0 0 auto;
  }

  .hero-portrait-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
  }

  .hero-portrait-aside {
    order: 2;
    padding: 1.1rem;
  }

  .hero-portrait-shell {
    min-height: 0;
    padding: 0.5rem 0 0;
  }

  .hero-stage-glow {
    inset: 0 0 1rem;
  }

  .hero-stage-frame {
    width: 100%;
    min-height: 28rem;
    padding: 1rem 0.8rem 0;
    border-radius: 32px;
  }

  .hero-stage-badge {
    top: 0.85rem;
    left: 0.85rem;
  }

  .hero-stage-image {
    width: min(100%, 20.5rem);
    max-height: 28rem;
  }

  .home-hero-stat-cluster {
    display: none;
  }

  .home-hero-stat-grid {
    display: grid;
  }

  html[data-mobile-menu-open="true"] header.sticky.top-0.z-50::after {
    content: "";
    position: fixed;
    inset: 0;
    background: var(--udaan-overlay);
    backdrop-filter: blur(10px);
    z-index: 0;
  }

  header.sticky.top-0.z-50 > * {
    position: relative;
    z-index: 1;
  }

  header.sticky.top-0.z-50 nav.brand-surface.mt-3.flex.flex-col.gap-1.p-4 {
    position: fixed;
    top: calc(env(safe-area-inset-top) + 5.35rem);
    left: max(1rem, env(safe-area-inset-left));
    right: max(1rem, env(safe-area-inset-right));
    z-index: 2;
    margin: 0;
    max-height: calc(100vh - env(safe-area-inset-top) - 6.75rem);
    overflow-y: auto;
    border: 1px solid var(--udaan-panel-border);
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.98)),
      var(--udaan-panel);
    box-shadow: var(--udaan-panel-shadow);
    backdrop-filter: blur(18px);
  }

  header.sticky.top-0.z-50 nav.brand-surface.mt-3.flex.flex-col.gap-1.p-4 a {
    min-height: 3.25rem;
  }

  button[aria-label="Toggle menu"][aria-expanded="true"] {
    border-color: transparent;
    background: #153c54;
    color: #fff;
    box-shadow: 0 18px 40px -28px rgba(21, 60, 84, 0.72);
  }

  [data-udaan-path="/contact"] iframe[title="Udaan Office Location"] {
    min-height: 320px;
  }

  [data-udaan-path^="/admin"] main,
  [data-udaan-path="/setup"] main {
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
  }
}

@media (max-width: 479px) {
  .home-hero-panel {
    padding: 1rem;
  }

  .hero-chip-ribbon {
    gap: 0.55rem;
  }

  .hero-chip-ribbon-item {
    padding: 0.65rem 0.9rem;
    font-size: 0.84rem;
  }

  .hero-stage-frame {
    min-height: 24rem;
    padding-top: 0.9rem;
  }

  .hero-stage-image {
    width: min(100%, 17.8rem);
    max-height: 24rem;
  }

  .home-hero-stat {
    padding: 0.9rem;
    border-radius: 20px;
  }

  .home-hero-stat-value {
    font-size: 1.7rem;
  }

  header.sticky.top-0.z-50 nav.brand-surface.mt-3.flex.flex-col.gap-1.p-4 {
    top: calc(env(safe-area-inset-top) + 4.85rem);
    left: max(0.75rem, env(safe-area-inset-left));
    right: max(0.75rem, env(safe-area-inset-right));
    max-height: calc(100vh - env(safe-area-inset-top) - 6rem);
  }
}
