@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/plus-jakarta-sans.cd8db90cd9.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/assets/sora.3902474d3e.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/space-grotesk.a0d054c4af.woff2") format("woff2");
}

:root {
  --red: #ff2e42;
  --red-2: #e0121f;
  --gold: #f4d21a;
  --ink: #eaf0ff;
  --muted: #9aa6d6;
  --bg: #05061a;
  --glass: rgba(255, 255, 255, 0.055);
  --glass-brd: rgba(255, 255, 255, 0.12);
  --radius: 22px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(1160px, 92%);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.01em;
}
.mono {
  font-family: "Space Grotesk", monospace;
}

#bgfx {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: float 18s ease-in-out infinite;
}
.b1 {
  width: 640px;
  height: 640px;
  background: #ff2e42;
  top: -180px;
  left: -140px;
}
.b2 {
  width: 560px;
  height: 560px;
  background: #2c47ff;
  bottom: -160px;
  right: -120px;
  animation-delay: -6s;
}
.b3 {
  width: 420px;
  height: 420px;
  background: #7a1fff;
  top: 38%;
  left: 52%;
  animation-delay: -11s;
  opacity: 0.4;
}
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(60px, -50px) scale(1.12);
  }
  66% {
    transform: translate(-40px, 40px) scale(0.92);
  }
}
#bgfx::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.4) 0.5px,
    transparent 0.6px
  );
  background-size: 26px 26px;
  opacity: 0.05;
}
#coin3d {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s linear;
  will-change: opacity;
}
#progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 60;
  background: linear-gradient(90deg, var(--red), #ff8a94);
  box-shadow: 0 0 14px rgba(255, 46, 66, 0.8);
}

/* NAV */
header.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition:
    background 0.3s,
    backdrop-filter 0.3s,
    border-color 0.3s;
  border-bottom: 1px solid transparent;
}
header.nav.scrolled {
  background: rgba(6, 8, 26, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--glass-brd);
}
.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
/* official logo — highlighted on white plate */
.off-logo {
  height: 52px;
  width: auto;
  background: #fff;
  border-radius: 12px;
  padding: 6px 12px;
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  object-fit: contain;
}
.off-logo.ph {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Sora";
  font-weight: 800;
  color: #0a1240;
  font-size: 1rem;
  height: 52px;
}
.off-logo.ph b {
  color: var(--red);
}
.off-logo.ph em {
  font-style: normal;
  font-weight: 600;
  font-size: 0.6rem;
  color: #6a74a0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 0.2rem;
}
.brand .txt {
  line-height: 1.15;
}
.brand .txt strong {
  font-family: "Sora";
  font-weight: 800;
  font-size: 1rem;
  display: block;
}
.brand .txt small {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.72rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.nav-links a:not(.nav-cta) {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--muted);
  position: relative;
}
.nav-links a:not(.nav-cta):hover {
  color: #fff;
}
.nav-links a[aria-current="page"] {
  color: #fff;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--glass-brd);
  border-radius: 12px;
  background: var(--glass);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.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;
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1100px) {
  .nav-links {
    gap: 0.85rem;
  }
  .brand .txt {
    display: none;
  }
}
@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.75rem;
    border: 1px solid var(--glass-brd);
    border-radius: 18px;
    background: rgba(6, 8, 26, 0.96);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(18px);
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a:not(.nav-cta) {
    display: block;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    font-size: 0.92rem;
    color: #d7def8;
  }
  .nav-links a:not(.nav-cta):hover,
  .nav-links a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
  }
  .nav-cta {
    display: flex !important;
    justify-content: center;
    margin-top: 0.25rem;
    padding: 0.75rem 1rem !important;
    font-size: 0.88rem !important;
  }
}
@media (max-width: 560px) {
  .off-logo {
    height: 44px;
    padding: 5px 8px;
  }
  .nav-in {
    gap: 0.55rem;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition:
    transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.2s;
  white-space: nowrap;
  font-family: "Space Grotesk";
}
.btn-red {
  background: linear-gradient(135deg, #ff4657, var(--red-2));
  color: #fff;
  box-shadow: 0 12px 34px rgba(255, 46, 66, 0.42);
}
.btn-red:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(255, 46, 66, 0.6);
}
.btn-glass {
  background: var(--glass);
  color: #fff;
  border: 1px solid var(--glass-brd);
  backdrop-filter: blur(8px);
}
.btn-glass:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}
.nav-cta {
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
}
.btn .shine {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  overflow: hidden;
}
.btn .shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: skewX(-20deg);
  animation: sweep 3.6s ease-in-out infinite;
}
@keyframes sweep {
  0%,
  60% {
    left: -60%;
  }
  100% {
    left: 130%;
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Space Grotesk";
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--red);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

/* HERO */
.thank-you-hero .completed-chip {
  margin: 0.8rem 0 1rem;
  color: #f1d99a;
  border-color: rgba(241, 217, 154, 0.3);
  background: rgba(241, 217, 154, 0.06);
}
.thank-you-hero h1 {
  line-height: 1.08;
}
.thank-you-message {
  max-width: 44ch;
  margin: 0 0 1.6rem;
  color: var(--muted);
}
.thank-you-message strong {
  display: block;
  margin-top: 0.6rem;
  color: #fff;
}
.farewell-card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1.5rem, 6vw, 4rem);
  text-align: center;
  border: 1px solid var(--glass-brd);
  border-radius: var(--radius);
  background: linear-gradient(
    135deg,
    rgba(255, 46, 66, 0.1),
    rgba(127, 162, 255, 0.08)
  );
}
.farewell-card h2 {
  margin: 1rem 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
}
.farewell-card p {
  max-width: 52ch;
  margin: 0 auto 1.6rem;
  color: var(--muted);
}
@media (max-width: 900px) {
  .thank-you-message {
    margin-inline: auto;
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5.2rem 0 2rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.5fr minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}
.hero-grid > *,
.grid-2 > *,
.grid-3 > *,
.stats > * {
  min-width: 0;
}
.madani-chip {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 0.5rem 0.9rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.madani-chip img {
  width: 140px;
  height: auto;
  display: block;
}
.showcase {
  min-height: 96vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.showcase .inner {
  width: 100%;
}
.showcase .eyebrow {
  color: var(--gold);
}
.showcase h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  text-shadow: 0 3px 26px rgba(5, 6, 26, 0.75);
}
.showcase .spin-space {
  height: 58vh;
}
.showcase .tag {
  color: #cdd6ff;
  max-width: 44ch;
  margin: 1rem auto 0;
  text-shadow: 0 2px 16px rgba(5, 6, 26, 0.8);
}
.jkt-slot {
  width: min(21vw, 260px, 100%);
  aspect-ratio: 1;
  min-height: 200px;
  margin-inline: auto;
  position: relative;
}
.jkt-slot::before {
  content: "";
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    transparent 42%,
    rgba(255, 90, 102, 0.15) 58%,
    transparent 78%
  );
  pointer-events: none;
}
.logo-fallback {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.5));
  backface-visibility: visible;
  animation: fallback-spin 9s linear infinite;
}
.jkt-slot {
  display: grid;
  place-items: center;
}
.jkt-slot .logo-fallback {
  width: 92%;
  height: 92%;
}
.spin-space {
  display: grid;
  place-items: center;
  perspective: 900px;
}
.spin-space .logo-fallback {
  width: min(72vw, 430px);
  height: auto;
}
@keyframes fallback-spin {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg) scale(0.96);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.hero-organizer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.organizer-label {
  font-size: 0.7rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.2rem;
}
.organizer-name {
  font-family: "Sora";
  font-weight: 700;
  color: #fff;
  margin: 0.4rem 0 0;
  line-height: 1.4;
}
.organizer-name span {
  display: block;
  font-weight: 500;
  color: var(--muted);
  font-size: 0.85em;
}
.initiative-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
}
.ini-label {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}
.ini-name {
  font-family: "Sora";
  font-weight: 700;
  font-size: 0.92rem;
  color: #fff;
}
@media (max-width: 900px) {
  .jkt-slot {
    width: min(75vw, 290px);
    min-height: 0;
    margin: 0.4rem auto 0;
  }
  .madani-chip img {
    width: 118px;
  }
  .initiative-strip {
    padding-top: 1.8rem;
  }
  .hero .scroll-cue {
    display: none;
  }
}
@media (max-width: 480px) {
  .jkt-slot {
    width: min(60vw, 215px);
  }
  .pillrow {
    flex-direction: column;
    align-items: center;
  }
  .madani-chip img {
    width: 112px;
  }
}
.off-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #fff;
  border-radius: 16px;
  padding: 0.7rem 1.1rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
  margin-bottom: 1.3rem;
}
.off-hero {
  height: 56px;
  width: auto;
  object-fit: contain;
}
.off-hero.ph {
  display: flex;
  flex-direction: column;
  color: #0a1240;
}
.off-hero.ph span {
  font-family: "Sora";
  font-weight: 800;
  font-size: 1.15rem;
}
.off-hero.ph em {
  font-style: normal;
  font-size: 0.62rem;
  color: #6a74a0;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.off-cap {
  font-size: 0.7rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.9rem);
  font-weight: 800;
  line-height: 0.97;
  margin: 0.5rem 0 0.9rem;
  text-shadow: 0 3px 26px rgba(5, 6, 26, 0.65);
}
.grad-text {
  background: linear-gradient(120deg, #fff 20%, #ff8a94 55%, #7fa2ff 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 40ch;
  margin-bottom: 1.1rem;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}
.pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}
.pillrow .chip svg {
  color: var(--red);
}
.hero-right {
  min-height: 360px;
}
.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mouse {
  width: 24px;
  height: 38px;
  border: 2px solid var(--muted);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.mouse i {
  width: 4px;
  height: 7px;
  border-radius: 2px;
  background: var(--red);
  animation: wheel 1.6s ease-in-out infinite;
}
@keyframes wheel {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.count {
  display: flex;
  gap: 0.6rem;
}
.count .cell {
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  border-radius: 16px;
  padding: 0.7rem 0.3rem;
  min-width: 74px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.count .n {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1;
  background: linear-gradient(180deg, #fff, #ff8a94);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.count .l {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.35rem;
}
.cd-box {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 1rem 1.15rem 0.85rem;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 46, 66, 0.15),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 46, 66, 0.45);
  box-shadow: 0 14px 40px rgba(255, 46, 66, 0.2);
  animation: cdpulse 2.6s ease-in-out infinite;
}
.cd-box .cell {
  background: rgba(255, 46, 66, 0.1);
  border-color: rgba(255, 138, 148, 0.35);
}
.cd-label {
  color: #ff8a94 !important;
  margin-bottom: 0.55rem;
  display: inline-block;
}
@keyframes cdpulse {
  0%,
  100% {
    box-shadow: 0 12px 34px rgba(255, 46, 66, 0.16);
  }
  50% {
    box-shadow: 0 18px 50px rgba(255, 46, 66, 0.36);
  }
}

.marquee {
  border-block: 1px solid var(--glass-brd);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  padding: 0.9rem 0;
  position: relative;
  z-index: 2;
}
.marquee .track {
  display: flex;
  gap: 2.4rem;
  width: max-content;
  animation: scrollx 22s linear infinite;
  font-family: "Sora";
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  opacity: 0.9;
  align-items: center;
}
.marquee .track span {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  white-space: nowrap;
}
.marquee .dot {
  color: var(--red);
}
@keyframes scrollx {
  to {
    transform: translateX(-50%);
  }
}

section {
  position: relative;
  padding: 6rem 0;
  z-index: 2;
}
.sec-head {
  text-align: center;
  max-width: 62ch;
  margin: 0 auto 3rem;
}
.sec-head h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 800;
  margin: 0.6rem 0;
}
.sec-head p {
  color: var(--muted);
  font-size: 1.06rem;
}
.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal.d1 {
  transition-delay: 0.08s;
}
.reveal.d2 {
  transition-delay: 0.16s;
}
.reveal.d3 {
  transition-delay: 0.24s;
}
.reveal.d4 {
  transition-delay: 0.32s;
}

/* SHOWCASE (3D coin lives here in the middle of the scroll) */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: center;
}
.gcard {
  position: relative;
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  border-radius: var(--radius);
  padding: 1.8rem;
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
  transform-style: preserve-3d;
}
.gcard:hover {
  border-color: rgba(255, 46, 66, 0.5);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}
.gcard .ic {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  background:
    radial-gradient(
      circle at 30% 25%,
      rgba(255, 138, 148, 0.2),
      rgba(255, 46, 66, 0.06) 62%
    ),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 46, 66, 0.28);
  box-shadow: inset 0 0 16px rgba(255, 46, 66, 0.1);
}
.gcard .ic svg {
  width: 42px;
  height: 42px;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(5, 6, 26, 0.55));
}
.gcard h3 {
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}
.gcard p {
  color: var(--muted);
  font-size: 0.97rem;
}
.gcard .num-badge {
  position: absolute;
  top: 1.1rem;
  right: 1.3rem;
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.14);
}

/* CPR ACTION CHAIN — satu laluan bersambung, bukan tiga kad */
.cpr-chain {
  position: relative;
  margin-top: 0.4rem;
  overflow: hidden;
  padding: 8px 0;
}
.ekg {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(255, 46, 66, 0.35));
}
.ekg-line {
  fill: none;
  stroke: url(#ekgGrad);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}
.ekg-arrow {
  fill: none;
  stroke: #ff8a94;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity 0.5s ease 1.3s;
}
.cpr-chain.in .ekg-line {
  stroke-dashoffset: 0;
}
.cpr-chain.in .ekg-arrow {
  opacity: 0.85;
}
.chain-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.cstep {
  position: relative;
  text-align: center;
  padding: 0 0.5rem;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.cpr-chain.in .cstep {
  opacity: 1;
  transform: none;
}
.cpr-chain.in .cstep:nth-child(1) {
  transition-delay: 0.4s;
}
.cpr-chain.in .cstep:nth-child(2) {
  transition-delay: 0.7s;
}
.cpr-chain.in .cstep:nth-child(3) {
  transition-delay: 1s;
}
.cstep::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 46, 66, 0.13), transparent 65%);
  pointer-events: none;
}
.cstep:nth-child(2)::before {
  background: radial-gradient(
    circle,
    rgba(122, 31, 255, 0.13),
    transparent 65%
  );
}
.cstep:nth-child(3)::before {
  background: radial-gradient(circle, rgba(44, 71, 255, 0.15), transparent 65%);
}
.node {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 18px auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 46, 66, 0.24), rgba(44, 71, 255, 0.2)),
    #0a0c26;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 12px 30px rgba(5, 6, 26, 0.55),
    inset 0 0 16px rgba(255, 255, 255, 0.05);
}
.node svg {
  width: 32px;
  height: 32px;
}
.node .num {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 0.78rem;
  color: #fff;
  background: linear-gradient(135deg, #ff4657, var(--red-2));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 6px 16px rgba(255, 46, 66, 0.45);
}
.cstep .k {
  font-family: "Space Grotesk";
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
}
.cstep h3 {
  font-size: 1.2rem;
  margin: 0.35rem 0 0.4rem;
}
.cstep p {
  color: var(--muted);
  font-size: 0.94rem;
  max-width: 30ch;
  margin-inline: auto;
}
@media (max-width: 800px) {
  .ekg {
    display: none;
  }
  .chain-steps {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }
  .chain-steps::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 34px;
    bottom: 60px;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--red), #7a1fff 55%, #7fa2ff);
    box-shadow: 0 0 10px rgba(255, 46, 66, 0.4);
    opacity: 0.5;
  }
  .cstep {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 1.1rem;
    text-align: left;
    padding: 0;
    align-items: start;
  }
  .cstep::before {
    top: -36px;
    left: 34px;
    transform: none;
    width: 170px;
    height: 170px;
  }
  .node {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 68px;
    height: 68px;
    margin: 0;
  }
  .node svg {
    width: 26px;
    height: 26px;
  }
  .cstep .k,
  .cstep h3,
  .cstep p {
    grid-column: 2;
  }
  .cstep p {
    max-width: none;
    margin-inline: 0;
  }
}
@media (max-width: 480px) {
  .chain-steps {
    gap: 0;
  }
  .chain-steps::before {
    display: none;
  }
  .cstep {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cstep::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .node {
    grid-column: 1;
    grid-row: auto;
    margin: 0 auto 0.8rem;
  }
  .cstep .k,
  .cstep h3,
  .cstep p {
    grid-column: 1;
  }
  .cstep p {
    max-width: 32ch;
    margin-inline: auto;
  }
  .cstep:not(:last-child)::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    margin: 0.9rem auto;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--red), #7fa2ff);
    opacity: 0.5;
  }
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
  text-align: center;
}
.stat .v {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  background: linear-gradient(180deg, #fff, #ff8a94);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat .lab {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.orgbox {
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  border-radius: var(--radius);
  padding: 1.9rem;
  backdrop-filter: blur(10px);
}
.orgbox .row {
  display: flex;
  gap: 0.9rem;
  padding: 0.85rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.orgbox .row:last-child {
  border-bottom: 0;
}
.orgbox .k {
  font-weight: 700;
  color: #fff;
  min-width: 120px;
  font-size: 0.95rem;
}
.orgbox .v {
  color: var(--muted);
  font-size: 0.95rem;
}
.checklist {
  list-style: none;
  margin-top: 1.2rem;
  display: grid;
  gap: 0.8rem;
}
.checklist li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}
.checklist li svg {
  flex: none;
  margin-top: 3px;
  color: var(--red);
}

/* RSVP / Google Form */
.form-shell {
  max-width: 760px;
  margin: 0 auto;
}
.gform-frame {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-brd);
  border-radius: 24px;
  padding: 10px;
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.gform-frame iframe {
  width: 100%;
  min-height: 900px;
  border: 0;
  border-radius: 16px;
  background: #fff;
}
.gform-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 1.4rem;
}
.gform-setup {
  background: rgba(255, 196, 84, 0.08);
  border: 1px dashed rgba(255, 196, 84, 0.4);
  color: #ffd68a;
  border-radius: 20px;
  padding: 1.6rem 1.8rem;
  text-align: left;
  font-size: 0.95rem;
}
.gform-setup h4 {
  font-family: "Sora";
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.gform-setup code {
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 6px;
  border-radius: 5px;
  font-size: 0.85em;
}
.gform-setup ol {
  margin: 0.6rem 0 0 1.1rem;
  display: grid;
  gap: 0.35rem;
}

/* VIDEO PROMOSI */
.video-card {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--glass-brd);
  background: var(--glass);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}
.video-facade,
.video-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.video-facade {
  position: relative;
  cursor: pointer;
}
.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.video-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 6, 26, 0.05) 35%,
    rgba(5, 6, 26, 0.85)
  );
}
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  width: clamp(64px, 12vw, 86px);
  height: clamp(64px, 12vw, 86px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff4657, var(--red-2));
  box-shadow: 0 14px 40px rgba(255, 46, 66, 0.45);
  transition:
    transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.35s ease;
}
.video-play svg {
  width: 42%;
  height: 42%;
  margin-left: 8%;
}
.video-label {
  position: absolute;
  z-index: 1;
  left: clamp(1rem, 3vw, 1.8rem);
  right: clamp(1rem, 3vw, 1.8rem);
  bottom: clamp(0.9rem, 3vw, 1.5rem);
  display: grid;
  gap: 0.1rem;
}
.video-label strong {
  font-family: "Sora";
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  line-height: 1.3;
}
.video-sub {
  font-size: 0.82rem;
  color: var(--muted);
}
.video-facade:hover .video-play,
.video-facade:focus-visible .video-play {
  transform: scale(1.08);
  box-shadow: 0 18px 50px rgba(255, 46, 66, 0.6);
}
.video-facade:hover .video-poster {
  transform: scale(1.04);
}
.video-note {
  max-width: 900px;
  margin: 1rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.86rem;
}

.map-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--glass-brd);
  min-height: 340px;
}
.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 360px;
  filter: invert(0.92) hue-rotate(180deg) contrast(0.9);
}
.loc-info {
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  border-radius: var(--radius);
  padding: 2rem;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loc-info h3 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}
.loc-info .addr {
  color: var(--muted);
  margin-bottom: 1.3rem;
}
.loc-info .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.faq {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}
details {
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  border-radius: 16px;
  padding: 0.2rem 1.3rem;
  backdrop-filter: blur(10px);
}
details summary {
  cursor: pointer;
  font-weight: 700;
  font-family: "Sora";
  padding: 1.05rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--red);
  transition: transform 0.25s;
}
details[open] summary::after {
  transform: rotate(45deg);
}
details p {
  color: var(--muted);
  padding: 0 0 1.15rem;
  font-size: 0.96rem;
}

/* SPONSORS */
.sponsors {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 3.6rem;
}
.sponsor-tier {
  --sponsor-logo: 200px;
  --sponsor-pad: 1.9rem;
  text-align: center;
}
.sponsor-tier-lead {
  --sponsor-logo: clamp(185px, 44vw, 220px);
}
.sponsor-tier-co {
  --sponsor-card: clamp(132px, 32vw, 168px);
  --sponsor-logo: var(--sponsor-card);
  --sponsor-pad: 0.85rem;
}
.sponsor-tier-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Space Grotesk";
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--red);
  margin-bottom: 1.7rem;
}
.sponsor-tier-title::before,
.sponsor-tier-title::after {
  content: "";
  height: 1px;
  width: clamp(1.5rem, 9vw, 4.5rem);
  background: var(--glass-brd);
}
.sponsor-tier-co .sponsor-tier-title {
  font-size: 0.72rem;
  color: var(--muted);
}
.sponsor-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.sponsor-tier-co .sponsor-list {
  gap: 1rem;
}
.sponsor {
  /* Lebar kad ditetapkan di sini supaya item flex tidak mengembang ikut saiz
     asal imej dan memaksa baris membalut. */
  width: min(100%, calc(var(--sponsor-logo) + var(--sponsor-pad) * 2));
  display: grid;
  justify-items: center;
  gap: 0.95rem;
}
.sponsor-logo {
  width: 100%;
  padding: var(--sponsor-pad);
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}
.sponsor-tier-lead .sponsor-logo {
  background: #fff;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}
.sponsor-logo img {
  width: 100%;
  height: auto;
}
/* Kad penaja bersama kekal sama tinggi walaupun nisbah logo berbeza. */
.sponsor-tier-co .sponsor-logo {
  height: 112px;
}
.sponsor-tier-co .sponsor-logo img {
  width: auto;
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
}
.sponsor-name {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
}
.sponsor-tier-co .sponsor-name {
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--muted);
}
@media (max-width: 600px) {
  .sponsors {
    gap: 2.6rem;
  }
  .sponsor-tier {
    --sponsor-pad: 1.35rem;
  }
  .sponsor-tier-co {
    --sponsor-pad: 0.7rem;
  }
  .sponsor-tier-co .sponsor {
    width: calc(50% - 0.5rem);
  }
}

/* YELLOW TAGLINE BAR (UniSZA) */
.tagbar {
  background: var(--gold);
  color: #111;
  text-align: center;
  padding: 0.7rem 1rem;
  font-family: "Space Grotesk";
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: clamp(0.6rem, 1.6vw, 0.95rem);
  position: relative;
  z-index: 2;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
}
.tagbar .en {
  font-style: italic;
}
.tagbar .sep {
  color: #111;
  opacity: 0.6;
  margin: 0 0.6rem;
}

/* FOOTER */
footer {
  position: relative;
  z-index: 2;
  padding: 0 0 2.4rem;
  text-align: center;
  background: rgba(5, 6, 20, 0.7);
  backdrop-filter: blur(10px);
}
.foot-top {
  padding: 3rem 0 1.6rem;
}
.foot-top .brand {
  justify-content: center;
  margin-bottom: 1rem;
}
.brand-sm {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  justify-content: center;
}
.brand-sm img {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.tagline {
  font-family: "Sora";
  font-weight: 800;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  margin: 0.5rem 0;
}
footer .fl {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin: 1rem 0;
  font-weight: 600;
  color: var(--muted);
}
footer .fl a:hover {
  color: #fff;
}
/* recognition panel (white) */
.recog-panel {
  background: #fff;
  border-radius: 18px;
  max-width: 1100px;
  margin: 1.6rem auto 0.4rem;
  padding: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.recog-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.recog-ph {
  border: 2px dashed #c9ccdd;
  border-radius: 12px;
  padding: 1.8rem;
  color: #4a5170;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.recog-ph span {
  font-family: "Sora";
  font-weight: 800;
  color: #0a1240;
}
.recog-ph em {
  font-style: normal;
  font-size: 0.85rem;
  color: #7a80a0;
}
.recog-band {
  background: #fff;
  width: 100%;
  padding: 12px 16px;
  margin-top: 1.4rem;
}
.recog-band img {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
  display: block;
}
.recog-built {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: center;
  padding: 0.5rem 0.3rem;
}
.recog-built .soc {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.recog-built .soc svg {
  width: 19px;
  height: 19px;
}
.recog-built .soc .h {
  color: #111;
  font-family: "Sora";
  font-weight: 800;
  font-size: 0.9rem;
  margin-left: 0.25rem;
}
.acc-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  max-width: 1000px;
}
.acc-badges span {
  font-family: "Space Grotesk";
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #2a3350;
  background: #f1f3f8;
  border: 1px solid #e2e5ef;
  border-radius: 8px;
  padding: 0.34rem 0.62rem;
  white-space: nowrap;
}
.acc-badges .the {
  color: #b4141b;
  background: #fdeeef;
  border-color: #f2ccce;
}
.acc-badges .qs {
  color: #8a6a00;
  background: #fff6d4;
  border-color: #efe19c;
}
.acc-badges .sdg {
  color: #137a45;
  background: #e4f4ea;
  border-color: #c1e6d0;
}
.acc-badges .flexs {
  color: #0a1240;
  background: #eef1fb;
  border-color: #d6ddf6;
  font-weight: 700;
}
@media (max-width: 600px) {
  .acc-badges span {
    font-size: 0.6rem;
    padding: 0.3rem 0.5rem;
  }
}
footer .fine {
  font-size: 0.8rem;
  color: #6b76a8;
  margin-top: 1.2rem;
  line-height: 1.8;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(140%);
  background: #0a0f33;
  border: 1px solid var(--glass-brd);
  color: #fff;
  padding: 0.95rem 1.4rem;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  font-weight: 600;
  max-width: 90%;
  text-align: center;
}
.toast.show {
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 900px) {
  .hero-grid,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .hero {
    text-align: center;
    padding-top: 7rem;
    min-height: auto;
  }
  .hero-cta,
  .pillrow,
  .count,
  .off-lockup {
    justify-content: center;
  }
  .off-lockup {
    display: inline-flex;
  }
  .hero .lead {
    margin-inline: auto;
  }
  .hero-right {
    min-height: 300px;
    order: 2;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .cpr-chain .cstep {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ekg-line {
    stroke-dashoffset: 0;
    transition: none;
  }
  .ekg-arrow {
    opacity: 0.85;
    transition: none;
  }
  .video-poster,
  .video-play {
    transition: none;
  }
  .video-facade:hover .video-poster,
  .video-facade:hover .video-play,
  .video-facade:focus-visible .video-play {
    transform: none;
  }
}

/* SPA ROUTES — halaman maklumat berasingan daripada halaman utama */
[hidden] {
  display: none !important;
}
.route-page {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 8.5rem 0 5rem;
}
.route-head {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.route-head h1 {
  font-size: clamp(2.3rem, 6vw, 4.6rem);
  line-height: 1;
  margin: 0.7rem 0 1rem;
}
.route-head p {
  color: var(--muted);
  font-size: 1.05rem;
}
.route-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.route-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.route-tabs a {
  padding: 0.65rem 1rem;
  border: 1px solid var(--glass-brd);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  background: var(--glass);
}
.route-tabs a[aria-current="page"] {
  background: rgba(255, 46, 66, 0.16);
  border-color: rgba(255, 46, 66, 0.55);
  color: #fff;
}
.notice {
  max-width: 820px;
  margin: 0 auto 1.4rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(255, 196, 84, 0.36);
  border-radius: 14px;
  background: rgba(255, 196, 84, 0.07);
  color: #ffe1a3;
  text-align: center;
  font-size: 0.9rem;
}
.timeline {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}
.time-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.3rem;
  border: 1px solid var(--glass-brd);
  border-radius: 18px;
  background: var(--glass);
  backdrop-filter: blur(10px);
}
.time-row time {
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #ff8a94;
  font-size: 1rem;
}
.time-row h2 {
  font-size: 1.05rem;
  margin: 0 0 0.25rem;
}
.time-row p {
  color: var(--muted);
  font-size: 0.92rem;
}
.plan-gallery {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
}
.plan-card {
  overflow: hidden;
  border: 1px solid var(--glass-brd);
  border-radius: 20px;
  background: var(--glass);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}
.plan-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
}
.plan-card figcaption span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: "Sora";
  font-weight: 700;
}
.plan-card figcaption b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 46, 66, 0.16);
  color: #ff8a94;
  font-size: 0.78rem;
}
.plan-card figcaption a {
  color: #b8c2e8;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}
.plan-card figcaption a:hover {
  color: #fff;
}
.plan-frame {
  overflow-x: auto;
  background: #fff;
  scrollbar-color: #ff4657 #e8edf2;
  overscroll-behavior-inline: contain;
}
.plan-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.plan-source {
  max-width: 1120px;
  margin: 0 auto 1.2rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(71, 193, 205, 0.08);
  border: 1px solid rgba(71, 193, 205, 0.3);
  color: #cceef1;
  text-align: center;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .route-page {
    padding-top: 7rem;
  }
  .time-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .plan-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }
  .plan-frame img {
    width: 900px;
    max-width: none;
  }
  .plan-source {
    text-align: left;
  }
}

/* Production hardening and shared static-page styles */
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #fff;
  color: #05061a;
  font-weight: 800;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
:focus-visible {
  outline: 3px solid #f4d21a;
  outline-offset: 4px;
}
.body-nav-open {
  overflow: hidden;
}
.home-main {
  display: block;
}
.section-tight {
  padding-top: 1rem;
}
.heading-about {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  font-weight: 800;
  margin: 0.6rem 0;
}
.muted-copy {
  color: var(--muted);
}
.muted-copy strong {
  color: #fff;
}
.free-value {
  color: #5ef0a0 !important;
  font-weight: 700;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
}
.foot-brand-copy {
  text-align: left;
}
.foot-brand-copy strong {
  font-family: "Sora";
}
.foot-brand-copy small {
  color: var(--muted);
}
.copyright {
  opacity: 0.72;
}
.route-page {
  min-height: 100vh;
  padding: 8.5rem 0 5rem;
  position: relative;
  z-index: 2;
}
.route-tabs {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.route-tabs a {
  padding: 0.65rem 1rem;
  border: 1px solid var(--glass-brd);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
}
.route-tabs a[aria-current="page"] {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.route-head {
  max-width: 780px;
  margin-bottom: 2rem;
}
.route-head h1 {
  font-size: clamp(2.4rem, 6vw, 4.3rem);
  line-height: 1.05;
  margin: 0.65rem 0;
}
.route-head p,
.notice,
.plan-source {
  color: var(--muted);
}
.notice {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(244, 210, 26, 0.35);
  border-radius: 16px;
  background: rgba(244, 210, 26, 0.07);
  margin-bottom: 1.5rem;
}
.timeline {
  display: grid;
  gap: 1rem;
}
.time-row {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr;
  gap: 1.2rem;
  padding: 1.25rem;
  border: 1px solid var(--glass-brd);
  border-radius: 18px;
  background: var(--glass);
}
.time-row time {
  font-family: "Space Grotesk";
  font-weight: 800;
  color: #ff8a94;
}
.time-row h2 {
  font-size: 1.05rem;
  margin: 0;
}
.time-row p {
  color: var(--muted);
  margin-top: 0.25rem;
}
.plan-source {
  margin: 1.2rem 0;
}
.plan-gallery {
  display: grid;
  gap: 1.5rem;
}
.plan-card {
  border: 1px solid var(--glass-brd);
  border-radius: 20px;
  overflow: hidden;
  background: var(--glass);
  content-visibility: auto;
  contain-intrinsic-size: auto 1000px;
}
.plan-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.2rem;
}
.plan-card figcaption span {
  font-weight: 800;
}
.plan-card figcaption b {
  color: var(--red);
  margin-right: 0.7rem;
}
.plan-card figcaption a {
  color: #ffb4bb;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.plan-frame {
  overflow-x: auto;
  background: #eef1f7;
}
.plan-frame img {
  width: 100%;
  min-width: 720px;
  height: auto;
}
.route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.simple-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
  border: 1px solid var(--glass-brd);
  border-radius: 24px;
  background: var(--glass);
}
.simple-card h1 {
  font-size: clamp(2.3rem, 7vw, 4.6rem);
  margin: 0.5rem 0;
}
.simple-card p {
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.simple-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  max-width: 340px;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: #fff;
  color: #05061a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: 0.2s;
}
.toast.show {
  opacity: 1;
  transform: none;
}
.logo-fallback {
  display: block;
}
.webgl-program-ready .spin-space .logo-fallback,
.webgl-jkt-ready .jkt-slot .logo-fallback {
  visibility: hidden;
}
.reveal,
.cstep {
  opacity: 1;
  transform: none;
}
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(38px);
}
.motion-ready .reveal.in {
  opacity: 1;
  transform: none;
}
.motion-ready .cpr-chain .cstep {
  opacity: 0;
  transform: translateY(16px);
}
.motion-ready .cpr-chain.in .cstep {
  opacity: 1;
  transform: none;
}
@media (max-width: 700px) {
  .blob {
    animation: none;
    filter: blur(70px);
    opacity: 0.3;
  }
  .time-row {
    grid-template-columns: 1fr;
  }
  .plan-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }
  .route-page {
    padding-top: 7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal,
  .cstep {
    opacity: 1 !important;
    transform: none !important;
  }
  .marquee .track {
    width: auto;
    flex-wrap: wrap;
  }
  .marquee .track > span:nth-child(2) {
    display: none;
  }
  #coin3d {
    display: none !important;
  }
  .logo-fallback {
    visibility: visible !important;
  }
}
@media (max-width: 380px) {
  .btn {
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
  .count {
    gap: 0.3rem;
  }
  .count .cell {
    min-width: 60px;
  }
}
@media (max-width: 280px) {
  .off-logo {
    width: 108px;
    height: auto;
    padding: 3px 5px;
  }
  .nav-toggle {
    width: 38px;
    height: 38px;
    flex: none;
  }
  .cd-box {
    width: 100%;
    padding-inline: 0.6rem;
  }
  .count {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .count .cell {
    min-width: 0;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .orgbox {
    padding: 1rem;
  }
  .orgbox .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .orgbox .k {
    min-width: 0;
  }
}
