:root {
  --bg: #033d2a;
  --bg-deep: #022e20;
  --panel: rgba(6, 69, 48, 0.84);
  --panel-strong: rgba(8, 85, 59, 0.94);
  --line: rgba(244, 223, 177, 0.18);
  --text: #f9f3e6;
  --muted: #d9d3c4;
  --green-soft: #0a6f4c;
  --green-bright: #0ea26d;
  --red: #e23a3b;
  --red-dark: #c52a2c;
  --gold: #f2cb79;
  --shadow: 0 24px 60px rgba(1, 24, 17, 0.38);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Hind Siliguri", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 24px 24px, rgba(242, 203, 121, 0.045) 0 2px, transparent 3px),
    radial-gradient(circle at 72px 24px, rgba(242, 203, 121, 0.03) 0 2px, transparent 3px),
    radial-gradient(circle at 48px 48px, rgba(242, 203, 121, 0.04) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 0 30px, rgba(242, 203, 121, 0.028) 30px 32px, transparent 32px 96px),
    linear-gradient(transparent 0 30px, rgba(242, 203, 121, 0.028) 30px 32px, transparent 32px 96px),
    radial-gradient(circle at 12% 10%, rgba(242, 203, 121, 0.16), transparent 22%),
    radial-gradient(circle at 78% 14%, rgba(226, 58, 59, 0.18), transparent 22%),
    radial-gradient(circle at 48% 110%, rgba(14, 162, 109, 0.2), transparent 36%),
    linear-gradient(180deg, #044831 0%, #033923 45%, #022c1d 100%);
  background-size:
    96px 96px,
    96px 96px,
    96px 96px,
    96px 96px,
    96px 96px,
    auto,
    auto,
    auto,
    auto;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(circle at 36px 36px, rgba(242, 203, 121, 0.085) 0 3px, transparent 4px),
    linear-gradient(rgba(242, 203, 121, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 203, 121, 0.06) 1px, transparent 1px);
  background-size: 96px 96px, 96px 96px, 96px 96px;
  opacity: 0.42;
  animation: backgroundGridMove 14s linear infinite;
}

body::after {
  inset: auto -8% -16% -8%;
  height: 34vh;
  background:
    radial-gradient(circle at 22% 15%, rgba(226, 58, 59, 0.15), transparent 24%),
    radial-gradient(circle at 75% 12%, rgba(242, 203, 121, 0.13), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(2, 33, 23, 0.92));
  filter: blur(14px);
}

.site-pattern {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.03) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.025) 0 2px, transparent 3px),
    linear-gradient(135deg, transparent 0 42px, rgba(242, 203, 121, 0.03) 42px 44px, transparent 44px 88px);
  opacity: 0.22;
  animation: sitePatternFloat 24s ease-in-out infinite;
}

.site-heritage {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.heritage-ornament,
.heritage-skyline {
  position: absolute;
}

.heritage-ornament {
  opacity: 0.12;
  mix-blend-mode: screen;
  animation: ornamentDrift 26s ease-in-out infinite;
}

.heritage-ornament-top {
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background:
    radial-gradient(circle at 24px 24px, rgba(242, 203, 121, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 72px 24px, rgba(242, 203, 121, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 48px 48px, rgba(242, 203, 121, 0.1) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 0 22px, rgba(242, 203, 121, 0.08) 22px 24px, transparent 24px 96px),
    linear-gradient(transparent 0 22px, rgba(242, 203, 121, 0.08) 22px 24px, transparent 24px 96px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent);
}

.heritage-ornament-side {
  top: 16%;
  bottom: 14%;
  left: -36px;
  width: 160px;
  background:
    radial-gradient(circle at 28px 28px, rgba(242, 203, 121, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 56px 56px, rgba(242, 203, 121, 0.12) 0 3px, transparent 4px),
    linear-gradient(180deg, transparent 0 30px, rgba(242, 203, 121, 0.08) 30px 32px, transparent 32px 88px),
    linear-gradient(90deg, transparent 0 30px, rgba(242, 203, 121, 0.06) 30px 32px, transparent 32px 88px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent);
}

.heritage-skyline {
  left: 0;
  right: 0;
  bottom: -8px;
  height: 240px;
  opacity: 0.22;
  filter: blur(0.1px);
  animation: skylineBreath 18s ease-in-out infinite;
}

.skyline-dome,
.skyline-arch,
.skyline-block {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(242, 203, 121, 0.34), rgba(242, 203, 121, 0.08));
  box-shadow: 0 0 24px rgba(242, 203, 121, 0.06);
}

.skyline-dome {
  width: 136px;
  height: 104px;
  border-radius: 136px 136px 0 0;
}

.skyline-arch {
  width: 84px;
  height: 74px;
  border-radius: 84px 84px 0 0;
}

.skyline-block {
  width: 160px;
  height: 54px;
  border-radius: 10px 10px 0 0;
}

.skyline-dome::after,
.skyline-arch::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 10px;
  height: 18px;
  border-radius: 999px 999px 0 0;
  background: rgba(242, 203, 121, 0.24);
  transform: translateX(-50%);
}

.skyline-dome-left { left: 12%; }
.skyline-arch-left { left: calc(12% + 142px); }
.skyline-block-left { left: calc(12% - 24px); }

.skyline-dome-center { left: 43%; width: 168px; height: 124px; }
.skyline-arch-center { left: calc(43% + 176px); width: 96px; height: 82px; }
.skyline-block-center { left: calc(43% - 36px); width: 214px; height: 62px; }

.skyline-dome-right { right: 14%; width: 126px; height: 96px; }
.skyline-arch-right { right: calc(14% + 132px); }
.skyline-block-right { right: calc(14% - 28px); width: 170px; }

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

.topbar,
main,
.footer {
  width: min(1180px, calc(100vw - 28px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 8px -16px;
  z-index: -1;
  border-radius: 999px;
  background: rgba(2, 35, 24, 0.72);
  border: 1px solid rgba(242, 203, 121, 0.14);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 10px;
}

.brand-logo {
  display: block;
  width: min(160px, 28vw);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav a,
.btn,
h1,
h2,
h3 {
  font-family: var(--font-display);
}

.brand span {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a:hover,
.nav a.active {
  color: var(--gold);
}

.lang-switch {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(242, 203, 121, 0.12);
}

.lang-btn,
.menu-btn,
input,
select,
button {
  font: inherit;
}

.lang-btn,
.menu-btn {
  border: 0;
  cursor: pointer;
}

.lang-btn {
  min-width: 46px;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  background: transparent;
  font-family: var(--font-display);
  font-weight: 700;
}

.lang-btn.is-active {
  background: linear-gradient(180deg, rgba(226, 58, 59, 0.95), rgba(197, 42, 44, 0.92));
  color: #fff8ef;
}

.menu-btn {
  display: none;
  margin-left: auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 34px;
  padding: 42px 0 30px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: #ffe4a3;
  text-shadow: 0 0 14px rgba(242, 203, 121, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

h1 {
  margin: 0;
  max-width: 9.5ch;
  font-size: clamp(2.7rem, 5.6vw, 5rem);
  line-height: 0.98;
  text-wrap: balance;
}

.hero-text,
.section-head p,
.program-card p,
.detail-card p,
.faq-list p,
.apply-copy p,
.footer span {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.hero-text {
  max-width: 58ch;
  margin: 18px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  color: #fff6ef;
  box-shadow: 0 16px 34px rgba(226, 58, 59, 0.22);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid rgba(242, 203, 121, 0.18);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-points span,
.metrics article,
.story-band {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-points span {
  padding: 9px 13px;
  border-radius: 999px;
  color: #efe4c9;
}

.hero-art {
  position: relative;
  min-height: 560px;
  background: transparent;
  overflow: hidden;
  --pointer-x: 0px;
  --pointer-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(1400px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.06) 48%, transparent 56%),
    radial-gradient(circle at calc(50% + var(--pointer-x)) calc(46% + var(--pointer-y)), rgba(255, 255, 255, 0.09), transparent 24%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-art:hover {
  filter: saturate(1.03);
}

.hero-art > * {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.hero-art-glow {
  position: absolute;
  inset: 2%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 22% 74%, rgba(242, 203, 121, 0.12), transparent 24%),
    radial-gradient(circle at 78% 28%, rgba(226, 58, 59, 0.18), transparent 24%);
  filter: blur(20px);
  animation: ambientPulse 7s ease-in-out infinite;
}

.flag-layer {
  transition: transform 220ms ease;
}

.flag-field,
.flag-wave,
.sun-halo,
.flag-shine {
  position: absolute;
  pointer-events: none;
}

.flag-text {
  position: absolute;
  z-index: 2;
  color: rgba(255, 245, 220, 0.78);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(4, 31, 22, 0.28);
  opacity: 0;
  animation: flagTextFloat 12s linear infinite;
}

.flag-text-1 {
  left: 42%;
  top: 41%;
  animation-delay: 0s;
}

.flag-text-2 {
  left: 48%;
  top: 46%;
  animation-delay: 2.2s;
}

.flag-text-3 {
  left: 46%;
  top: 38%;
  animation-delay: 4.4s;
}

.flag-text-4 {
  left: 51%;
  top: 43%;
  animation-delay: 6.6s;
}

.flag-text-5 {
  left: 44%;
  top: 49%;
  animation-delay: 8.8s;
}

.flag-field {
  inset: 11% 8% 11%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(13, 123, 84, 0.34), rgba(3, 78, 53, 0.82) 68%, rgba(2, 56, 38, 0.94) 100%),
    repeating-linear-gradient(
      102deg,
      rgba(255, 255, 255, 0.03) 0 2px,
      transparent 2px 46px
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 40px 90px rgba(1, 24, 17, 0.2);
}

.flag-wave {
  left: -8%;
  right: -8%;
  height: 29%;
  border-radius: 46% 54% 42% 58% / 52% 36% 64% 48%;
  background: linear-gradient(90deg, rgba(6, 88, 61, 0.08), rgba(255, 255, 255, 0.04), rgba(6, 88, 61, 0.12));
  filter: blur(10px);
  mix-blend-mode: screen;
}

.flag-wave-a {
  top: 10%;
  animation: flagWaveA 8s ease-in-out infinite;
}

.flag-wave-b {
  top: 36%;
  animation: flagWaveB 9s ease-in-out infinite;
}

.flag-wave-c {
  top: 63%;
  animation: flagWaveC 7.5s ease-in-out infinite;
}

.flag-sun {
  position: absolute;
  top: 24%;
  right: 24%;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #ff9a9a, #ef3438 60%, #d61f2d 100%);
  filter: drop-shadow(0 0 18px rgba(226, 58, 59, 0.22));
  animation: sunFloat 6s ease-in-out infinite;
}

.sun-halo {
  top: 18%;
  right: 18%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 113, 113, 0.2), rgba(226, 58, 59, 0.1) 42%, transparent 68%);
  filter: blur(16px);
  animation: haloPulse 6.4s ease-in-out infinite;
}

.flag-shine {
  inset: 8%;
  border-radius: 50%;
  background:
    linear-gradient(104deg, transparent 20%, rgba(255, 255, 255, 0.12) 42%, transparent 57%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 46%);
  opacity: 0.55;
  animation: shineSweep 9s linear infinite;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 12px 0 26px;
}

.metrics article,
.program-card,
.detail-card,
.apply-section,
.faq-list details {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.metrics article {
  padding: 22px;
}

.metrics strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--gold);
}

.metrics span {
  color: var(--muted);
}

.section {
  padding: 46px 0;
}

.section-alt {
  position: relative;
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 12px -18px;
  z-index: -1;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(248, 242, 227, 0.04), rgba(248, 242, 227, 0.02)),
    rgba(3, 52, 35, 0.72);
  border: 1px solid rgba(242, 203, 121, 0.12);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  max-width: 14ch;
}

.card-grid,
.market-grid {
  display: grid;
  gap: 18px;
}

.card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-card,
.detail-card,
.apply-section,
.faq-list details {
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(242, 203, 121, 0.14);
}

.program-card.featured {
  background:
    linear-gradient(180deg, rgba(226, 58, 59, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-8px);
}

.program-card {
  position: relative;
  overflow: hidden;
}

.program-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -24% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 203, 121, 0.08), transparent 70%);
  pointer-events: none;
}

.detail-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(242, 203, 121, 0.07), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 48%);
  opacity: 0.85;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.detail-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 203, 121, 0.08), transparent 68%);
  pointer-events: none;
  transition: transform 260ms ease, opacity 260ms ease;
}

.detail-card > * {
  position: relative;
  z-index: 1;
}

.detail-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 203, 121, 0.28);
  box-shadow: 0 28px 64px rgba(1, 24, 17, 0.44);
  background: rgba(255, 255, 255, 0.06);
}

.detail-card:hover::before {
  opacity: 1;
  transform: translate3d(6px, -6px, 0);
}

.detail-card:hover::after {
  transform: scale(1.18);
  opacity: 0.95;
}

.program-media {
  position: relative;
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(242, 203, 121, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(1, 24, 17, 0.18);
}

.program-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(2, 20, 14, 0.12));
  pointer-events: none;
}

.program-media-video {
  background: linear-gradient(145deg, rgba(242, 203, 121, 0.16), rgba(226, 58, 59, 0.14));
}

.program-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.06) brightness(0.98);
}

.program-icon {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(242, 203, 121, 0.95), rgba(226, 58, 59, 0.7));
}

.icon-cash {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(14, 162, 109, 0.9), rgba(226, 58, 59, 0.84));
}

.program-card h3,
.detail-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.detail-illustration {
  position: relative;
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  border-radius: 22px;
  border: 1px solid rgba(242, 203, 121, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(3, 52, 35, 0.64);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.detail-illustration::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.14), transparent 56%);
  opacity: 0.8;
  animation: illustrationGlow 5.2s ease-in-out infinite;
}

.detail-illustration span {
  position: absolute;
  display: block;
  transform-origin: center;
  will-change: transform, opacity, filter;
}

.detail-card:hover .detail-illustration {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(242, 203, 121, 0.26);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 30px rgba(1, 24, 17, 0.26);
}

.detail-illustration-launch span:nth-child(1) {
  left: 28px;
  top: 14px;
  width: 22px;
  height: 36px;
  border-radius: 14px 14px 8px 8px;
  background: linear-gradient(180deg, rgba(242, 203, 121, 0.96), rgba(226, 58, 59, 0.92));
  animation: rocketBob 3s ease-in-out infinite;
}

.detail-illustration-launch span:nth-child(2) {
  left: 22px;
  top: 22px;
  width: 10px;
  height: 16px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: rgba(242, 203, 121, 0.9);
  animation: rocketWingLeft 3s ease-in-out infinite;
}

.detail-illustration-launch span:nth-child(3) {
  right: 22px;
  top: 22px;
  width: 10px;
  height: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: rgba(242, 203, 121, 0.9);
  animation: rocketWingRight 3s ease-in-out infinite;
}

.detail-illustration-launch span:nth-child(4) {
  left: 29px;
  top: 46px;
  width: 20px;
  height: 18px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: rgba(255, 230, 164, 0.9);
  filter: blur(0.3px);
  animation: rocketFlame 1.1s ease-in-out infinite;
}

.detail-illustration-support span:nth-child(1) {
  left: 20px;
  top: 18px;
  width: 38px;
  height: 28px;
  border-radius: 14px;
  border: 3px solid rgba(242, 203, 121, 0.88);
  background: rgba(255, 255, 255, 0.02);
  animation: bubbleFloat 3.2s ease-in-out infinite;
}

.detail-illustration-support span:nth-child(2) {
  left: 28px;
  top: 46px;
  width: 14px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 36% 100%);
  background: rgba(242, 203, 121, 0.88);
  animation: bubbleTail 3.2s ease-in-out infinite;
}

.detail-illustration-support span:nth-child(3) {
  left: 28px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(242, 203, 121, 0.92);
  animation: supportDot 1.6s ease-in-out infinite;
}

.detail-illustration-support span:nth-child(4) {
  left: 42px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(242, 203, 121, 0.92);
  animation: supportDot 1.6s ease-in-out infinite 0.35s;
}

.detail-illustration-local span:nth-child(1) {
  left: 22px;
  top: 12px;
  width: 34px;
  height: 54px;
  border-radius: 12px;
  border: 3px solid rgba(242, 203, 121, 0.9);
  background: rgba(255, 255, 255, 0.02);
  animation: phoneTilt 3.6s ease-in-out infinite;
}

.detail-illustration-local span:nth-child(2) {
  left: 31px;
  top: 24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff9a9a, #ef3438);
  animation: mapPulse 1.8s ease-in-out infinite;
}

.detail-illustration-local span:nth-child(3) {
  left: 34px;
  bottom: 10px;
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background: rgba(242, 203, 121, 0.78);
  animation: phoneTilt 3.6s ease-in-out infinite;
}

.detail-illustration-local span:nth-child(4) {
  right: 8px;
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ef3438 0 56%, transparent 57%),
    linear-gradient(180deg, #0f7e56, #045137);
  box-shadow: 0 0 0 2px rgba(242, 203, 121, 0.12);
  animation: mapOrbit 4.6s ease-in-out infinite;
}

.detail-illustration-models span:nth-child(1),
.detail-illustration-models span:nth-child(2) {
  top: 18px;
  width: 16px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(242, 203, 121, 0.95), rgba(14, 162, 109, 0.86));
  animation: modelColumnLeft 2.8s ease-in-out infinite;
}

.detail-illustration-models span:nth-child(1) {
  left: 18px;
}

.detail-illustration-models span:nth-child(2) {
  left: 45px;
  background: linear-gradient(180deg, rgba(255, 170, 170, 0.95), rgba(226, 58, 59, 0.86));
  animation: modelColumnRight 2.8s ease-in-out infinite;
}

.detail-illustration-models span:nth-child(3) {
  left: 31px;
  top: 30px;
  width: 16px;
  height: 8px;
  background: rgba(242, 203, 121, 0.88);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  animation: arrowBridge 2s ease-in-out infinite;
}

.program-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.program-card li + li {
  margin-top: 10px;
}

#programs .section-head p,
#programs .program-card p,
#programs .program-card li {
  line-height: 1.78;
}

#programs .section-kicker {
  color: #ffebb8;
}

.market-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-band {
  margin: 20px 0 8px;
  padding: 20px 24px;
  border-radius: 999px;
  text-align: center;
  color: #fff1d0;
  font-size: 1.08rem;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 14px 0 0;
}

.apply-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 22px;
  margin: 32px 0 54px;
  background:
    radial-gradient(circle at 86% 10%, rgba(226, 58, 59, 0.16), transparent 24%),
    rgba(255, 255, 255, 0.05);
}

.contact-actions {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  min-height: 88px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(242, 203, 121, 0.16);
  background: rgba(2, 34, 23, 0.8);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 203, 121, 0.34);
}

.contact-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--text);
}

.contact-card span:last-child {
  color: var(--muted);
}

.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #fff7ec;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.contact-card-tg .contact-icon {
  background: linear-gradient(180deg, #199bd7, #0b73ad);
}

.contact-card-wa .contact-icon {
  background: linear-gradient(180deg, #1daa61, #0f8447);
}

.contact-trust {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(242, 203, 121, 0.16);
  background:
    linear-gradient(180deg, rgba(242, 203, 121, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(2, 34, 23, 0.82);
}

.contact-trust-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff3d0;
  background: linear-gradient(180deg, rgba(242, 203, 121, 0.28), rgba(14, 162, 109, 0.24));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.contact-trust-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.contact-trust-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-trust-copy strong {
  font-family: var(--font-display);
  font-size: 0.98rem;
  color: #fff0c9;
}

.contact-trust-copy span {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 34px;
  color: var(--muted);
}

.footer p {
  margin: 0;
  font-family: var(--font-display);
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto auto auto;
  }

  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 18px;
    border-radius: 24px;
    background: rgba(2, 35, 24, 0.94);
    border: 1px solid rgba(242, 203, 121, 0.12);
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .hero,
  .section-head,
  .apply-section {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .metrics,
  .market-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-art {
    min-height: 500px;
  }
}

@media (max-width: 720px) {
  .topbar,
  main,
  .footer {
    width: min(100vw - 20px, 1180px);
  }

  .topbar {
    gap: 10px;
  }

  .topbar::before {
    inset: 6px -4px;
  }

  .brand-copy span {
    display: none;
  }

  .brand-logo {
    width: min(132px, 34vw);
  }

  h1 {
    max-width: 8.5ch;
    font-size: clamp(2.1rem, 9.6vw, 3.35rem);
    line-height: 1;
  }

  h2 {
    max-width: 13ch;
    font-size: clamp(1.78rem, 7.2vw, 2.42rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .section-head {
    gap: 18px;
  }

  .apply-copy h2 {
    max-width: 12ch;
    font-size: clamp(1.7rem, 6.8vw, 2.28rem);
  }

  .card-grid,
  .metrics,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 420px;
  }

  .flag-sun {
    width: 132px;
    height: 132px;
    top: 14%;
    right: 10%;
  }

  .flag-text {
    display: none;
  }

  .story-band,
  .footer {
    border-radius: 24px;
  }

  .heritage-ornament-top {
    height: 120px;
    opacity: 0.14;
  }

  .heritage-ornament-side {
    width: 110px;
    opacity: 0.12;
  }

  .heritage-skyline {
    height: 120px;
    opacity: 0.16;
  }

  .skyline-dome-left,
  .skyline-arch-left,
  .skyline-block-left,
  .skyline-dome-right,
  .skyline-arch-right,
  .skyline-block-right {
    display: none;
  }

  .skyline-dome-center {
    left: 50%;
    width: 130px;
    height: 96px;
    transform: translateX(-50%);
  }

  .skyline-arch-center {
    left: calc(50% + 34px);
    width: 74px;
    height: 64px;
    transform: translateX(-50%);
  }

  .skyline-block-center {
    left: 50%;
    width: 170px;
    height: 48px;
    transform: translateX(-50%);
  }

.footer {
  flex-direction: column;
  }
}

@keyframes illustrationGlow {
  0%, 100% { opacity: 0.45; transform: scale(0.96); }
  50% { opacity: 0.95; transform: scale(1.04); }
}

@keyframes rocketBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes rocketWingLeft {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(-2px) rotate(-6deg); }
}

@keyframes rocketWingRight {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(2px) rotate(6deg); }
}

@keyframes rocketFlame {
  0%, 100% { transform: scaleY(0.88); opacity: 0.75; }
  50% { transform: scaleY(1.18) translateY(2px); opacity: 1; }
}

@keyframes bubbleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes bubbleTail {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(1px) scale(1.08); }
}

@keyframes supportDot {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.22); opacity: 1; }
}

@keyframes phoneTilt {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-1px); }
}

@keyframes mapPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(239, 52, 56, 0.22); }
  50% { transform: scale(1.12); box-shadow: 0 0 0 8px rgba(239, 52, 56, 0); }
}

@keyframes mapOrbit {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-2px, 2px, 0) scale(1.06); }
}

@keyframes modelColumnLeft {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.08) translateY(-1px); }
}

@keyframes modelColumnRight {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.92) translateY(2px); }
}

@keyframes arrowBridge {
  0%, 100% { transform: translateX(0); opacity: 0.76; }
  50% { transform: translateX(3px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .detail-card,
  .detail-card::before,
  .detail-card::after,
  .detail-illustration,
  .detail-illustration::before,
  .detail-illustration span {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@keyframes ambientPulse {
  0%, 100% { transform: scale(1); opacity: 0.92; }
  50% { transform: scale(1.04); opacity: 1; }
}

@keyframes backgroundGridMove {
  0% { background-position: 0 0, 0 0, 0 0; }
  100% { background-position: 96px 48px, 96px 48px, 96px 48px; }
}

@keyframes sitePatternFloat {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.22; }
  50% { transform: translate3d(10px, -8px, 0); opacity: 0.28; }
}

@keyframes ornamentDrift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(6px, -10px, 0); }
}

@keyframes skylineBreath {
  0%, 100% { transform: translateY(0); opacity: 0.22; }
  50% { transform: translateY(-4px); opacity: 0.28; }
}

@keyframes flagWaveA {
  0%, 100% { transform: translateX(-1%) translateY(0) rotate(-3deg); }
  50% { transform: translateX(2%) translateY(1.2%) rotate(2deg); }
}

@keyframes flagWaveB {
  0%, 100% { transform: translateX(1%) translateY(0) rotate(2deg); }
  50% { transform: translateX(-2%) translateY(-1.5%) rotate(-2deg); }
}

@keyframes flagWaveC {
  0%, 100% { transform: translateX(-2%) translateY(0) rotate(-1deg); }
  50% { transform: translateX(2%) translateY(1%) rotate(1deg); }
}

@keyframes sunFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.02); }
}

@keyframes haloPulse {
  0%, 100% { transform: scale(0.98); opacity: 0.72; }
  50% { transform: scale(1.04); opacity: 0.92; }
}

@keyframes shineSweep {
  0% { transform: translateX(-8%) translateY(0); }
  50% { transform: translateX(8%) translateY(-1%); }
  100% { transform: translateX(-8%) translateY(0); }
}

@keyframes flagTextFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
    opacity: 0;
  }
  10% {
    opacity: 0.78;
  }
  55% {
    transform: translate3d(90px, -36px, 0) scale(1);
    opacity: 0.72;
  }
  100% {
    transform: translate3d(170px, -78px, 0) scale(1.04);
    opacity: 0;
  }
}

@keyframes ringPulse {
  0% { transform: scale(0.86); opacity: 0; }
  20% { opacity: 0.45; }
  100% { transform: scale(1.18); opacity: 0; }
}
