:root {
  --bg: #06111f;
  --bg-soft: #0b1830;
  --surface: rgba(15, 27, 47, 0.82);
  --surface-strong: rgba(12, 24, 44, 0.96);
  --surface-alt: rgba(255, 255, 255, 0.05);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f5f7fb;
  --muted: #94a8c2;
  --accent: #55e6c1;
  --accent-strong: #1fc3a0;
  --accent-2: #ff7b4d;
  --accent-3: #ffd36d;
  --shadow: 0 32px 70px rgba(0, 0, 0, 0.35);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  background:
    radial-gradient(circle at 10% 20%, rgba(85, 230, 193, 0.18), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(255, 123, 77, 0.18), transparent 24%),
    radial-gradient(circle at 50% 120%, rgba(45, 109, 255, 0.22), transparent 35%),
    linear-gradient(180deg, #07111f 0%, #091528 42%, #040913 100%);
  color: var(--text);
  overflow-x: hidden;
}

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

.page-shell {
  position: relative;
  isolation: isolate;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 86%);
  z-index: -2;
}

.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 25%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.04), transparent 18%);
  mix-blend-mode: screen;
  opacity: 0.5;
  z-index: -1;
}

.gc-navbar {
  padding: 1rem 0;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    padding 0.35s ease;
  background: rgba(6, 17, 31, 0.28);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
}

.gc-navbar.is-scrolled {
  background: rgba(6, 17, 31, 0.88);
  border-color: var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  padding: 0.8rem 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, var(--accent) 0%, #90fff0 100%);
  color: #05111f;
  font-size: 0.9rem;
  box-shadow: 0 14px 28px rgba(85, 230, 193, 0.22);
}

.brand-text {
  font-size: 0.95rem;
}

.navbar-nav {
  gap: 0.6rem;
}

.nav-link {
  color: rgba(245, 247, 251, 0.74);
  font-weight: 500;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text);
}

.btn {
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-accent {
  color: #08131d;
  border: 0;
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent-3) 100%);
  box-shadow: 0 18px 34px rgba(255, 123, 77, 0.22);
}

.btn-accent:hover,
.btn-accent:focus {
  color: #08131d;
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(255, 123, 77, 0.28);
}

.btn-ghost {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  padding: 11rem 0 4rem;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
}

.hero-glow-a {
  top: 8%;
  left: -10%;
  width: 24rem;
  height: 24rem;
  background: rgba(85, 230, 193, 0.36);
}

.hero-glow-b {
  right: -8%;
  bottom: 8%;
  width: 26rem;
  height: 26rem;
  background: rgba(255, 123, 77, 0.28);
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #dce7f5;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-tag::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
}

.hero-copy h1,
.section-heading h2,
.feature-panel h2,
.break-board h2,
.countdown-panel h2,
.community-card h2,
.community-panel h2,
.footer-panel h2 {
  margin: 1.3rem 0 1rem;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(3.15rem, 8vw, 5.75rem);
  max-width: 11ch;
}

.text-gradient {
  background: linear-gradient(135deg, var(--accent) 0%, #b3fff3 35%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead,
.section-heading p,
.feature-panel p,
.category-card p,
.spotlight-card p,
.break-board p,
.countdown-panel p,
.community-card p,
.community-panel p,
.footer-panel p,
.accordion-body {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 1.85rem;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.mini-stat {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mini-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #d7e4f5;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mini-stat strong {
  font-size: 1rem;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  min-height: 36rem;
  padding: 2.2rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%),
    rgba(12, 22, 41, 0.7);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform-style: preserve-3d;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 3.7rem 3.7rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 82%);
}

.hero-card {
  position: absolute;
  width: 58%;
  min-height: 17rem;
  padding: 1.35rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(8, 19, 35, 0.86), rgba(14, 28, 51, 0.96));
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(85, 230, 193, 0.25), rgba(255, 123, 77, 0.82));
}

.hero-card-left {
  top: 11%;
  left: 2%;
  transform: rotate(-14deg) translateZ(10px);
  animation: float-card-left 8s ease-in-out infinite;
}

.hero-card-main {
  top: 13%;
  left: 20%;
  width: 64%;
  min-height: 23rem;
  z-index: 2;
  transform: translateZ(30px);
  animation: float-card-main 7s ease-in-out infinite;
}

.hero-card-right {
  right: 0;
  bottom: 12%;
  transform: rotate(16deg) translateZ(10px);
  animation: float-card-right 8.5s ease-in-out infinite;
}

.card-pill {
  display: inline-flex;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #dde8f3;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-card h2,
.category-card h3,
.spotlight-card h3,
.feature-panel h3,
.timeline-item h3 {
  margin: 1rem 0 0.7rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-card h2 {
  font-size: 1.6rem;
}

.hero-card p {
  color: #b8cade;
  line-height: 1.65;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.card-meta span,
.spotlight-meta span,
.footer-meta span {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dbe7f5;
  font-size: 0.83rem;
}

.card-glare {
  position: absolute;
  inset: -10% -30% auto auto;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), transparent 72%);
  transform: rotate(22deg);
  pointer-events: none;
}

.hero-visual-meter {
  margin-top: 1.25rem;
}

.meter-track {
  position: relative;
  height: 0.7rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.meter-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.meter-fill-a {
  width: 86%;
  background: linear-gradient(90deg, var(--accent) 0%, #b0fff0 100%);
}

.meter-fill-b {
  width: 68%;
  background: linear-gradient(90deg, var(--accent-2) 0%, var(--accent-3) 100%);
}

.floating-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 17, 31, 0.76);
  backdrop-filter: blur(16px);
  color: #edf5ff;
  font-size: 0.88rem;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
}

.floating-chip-top {
  top: 6%;
  right: 6%;
}

.floating-chip-bottom {
  left: 7%;
  bottom: 7%;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 4rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #dbe8f7;
}

.trust-item i,
.category-icon,
.feature-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(85, 230, 193, 0.18), rgba(255, 123, 77, 0.18));
  color: #f7fbff;
}

.marquee-wrap {
  position: relative;
  margin-top: 4rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 1.4rem;
  animation: marquee 32s linear infinite;
}

.marquee-track span {
  position: relative;
  padding: 0 1.4rem;
  color: #d8e4f1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.marquee-track span::after {
  content: "•";
  position: absolute;
  right: -0.1rem;
  color: rgba(255, 255, 255, 0.3);
}

.section-block {
  position: relative;
  padding: 6.2rem 0;
}

.section-dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.section-heading {
  margin-bottom: 2.4rem;
}

.section-heading h2,
.feature-panel h2,
.break-board h2,
.countdown-panel h2,
.community-card h2,
.community-panel h2,
.footer-panel h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  max-width: 14ch;
}

.section-heading p {
  margin: 0;
}

.category-card,
.spotlight-card,
.feature-panel,
.break-board,
.countdown-panel,
.community-card,
.community-panel,
.footer-panel {
  height: 100%;
  padding: 1.7rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.category-card,
.spotlight-card,
.feature-panel {
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}

.category-card:hover,
.spotlight-card:hover,
.feature-panel:hover {
  transform: translateY(-8px);
  border-color: var(--line-strong);
  box-shadow: 0 34px 60px rgba(0, 0, 0, 0.38);
}

.category-icon {
  margin-bottom: 1.2rem;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.filter-pill {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #dbe7f5;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.filter-pill:hover,
.filter-pill.active {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, rgba(85, 230, 193, 0.16), rgba(255, 123, 77, 0.18));
}

.product-item {
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.product-item.is-hidden {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

.product-item[hidden] {
  display: none !important;
}

.card-art {
  position: relative;
  min-height: 12rem;
  margin-bottom: 1.35rem;
  border-radius: calc(var(--radius-xl) - 0.55rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.card-art::before,
.card-art::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(20px);
}

.card-art::before {
  width: 9rem;
  height: 9rem;
  top: -1rem;
  right: -1rem;
}

.card-art::after {
  width: 7rem;
  height: 7rem;
  left: -1rem;
  bottom: -1rem;
}

.art-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(5, 10, 17, 0.52);
  color: #f7fbff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.art-baseball {
  background:
    linear-gradient(135deg, rgba(27, 63, 123, 0.8), rgba(8, 20, 45, 0.82)),
    radial-gradient(circle at 30% 20%, rgba(255, 123, 77, 0.36), transparent 30%);
}

.art-baseball::before,
.art-break::after {
  background: rgba(255, 123, 77, 0.52);
}

.art-baseball::after,
.art-graded::before {
  background: rgba(85, 230, 193, 0.45);
}

.art-pokemon {
  background:
    linear-gradient(135deg, rgba(39, 20, 112, 0.76), rgba(15, 36, 90, 0.88)),
    radial-gradient(circle at 70% 18%, rgba(255, 211, 109, 0.42), transparent 26%);
}

.art-pokemon::before,
.art-onepiece::after {
  background: rgba(255, 211, 109, 0.55);
}

.art-pokemon::after,
.art-onepiece::before {
  background: rgba(73, 126, 255, 0.5);
}

.art-break {
  background:
    linear-gradient(135deg, rgba(4, 76, 82, 0.82), rgba(6, 22, 37, 0.92)),
    radial-gradient(circle at 60% 15%, rgba(85, 230, 193, 0.32), transparent 28%);
}

.art-graded {
  background:
    linear-gradient(135deg, rgba(53, 12, 78, 0.8), rgba(10, 16, 35, 0.92)),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.16), transparent 28%);
}

.art-onepiece {
  background:
    linear-gradient(135deg, rgba(112, 37, 18, 0.8), rgba(21, 20, 57, 0.92)),
    radial-gradient(circle at 75% 14%, rgba(255, 211, 109, 0.26), transparent 28%);
}

.art-supplies {
  background:
    linear-gradient(135deg, rgba(18, 62, 104, 0.82), rgba(8, 22, 32, 0.9)),
    radial-gradient(circle at 68% 16%, rgba(85, 230, 193, 0.28), transparent 30%);
}

.art-supplies::before {
  background: rgba(85, 230, 193, 0.48);
}

.art-supplies::after {
  background: rgba(255, 255, 255, 0.3);
}

.spotlight-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.spot-badge,
.spot-price,
.community-kicker {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.spot-badge {
  color: #dfe9f6;
}

.spot-price {
  color: var(--accent-3);
}

.spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.feature-panel-large {
  background:
    linear-gradient(135deg, rgba(85, 230, 193, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 22%),
    var(--surface-strong);
}

.feature-list {
  padding-left: 1.1rem;
  margin: 1.5rem 0 0;
  color: #dbe7f5;
}

.feature-list li + li {
  margin-top: 0.8rem;
}

.feature-symbol {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.timeline-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-time {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.3rem;
  color: var(--accent-3);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline-item h3 {
  font-size: 1.2rem;
  margin-top: 0;
}

.timeline-item p {
  margin: 0;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 2rem 0 1.5rem;
}

.countdown-box {
  padding: 1.1rem 0.7rem;
  border-radius: var(--radius-md);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.countdown-box strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.45rem);
  letter-spacing: -0.05em;
}

.countdown-box span {
  color: #d4e1ee;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  height: 100%;
}

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

.community-card::before {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.5;
}

.community-card-tall {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(255, 123, 77, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    var(--surface-strong);
}

.community-card-tall::before {
  background: rgba(255, 123, 77, 0.65);
}

.community-card-wide {
  grid-column: span 2;
  min-height: 8.5rem;
  background:
    linear-gradient(135deg, rgba(85, 230, 193, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.community-card-wide::before {
  background: rgba(85, 230, 193, 0.58);
}

.community-card:not(.community-card-tall):not(.community-card-wide)::before {
  background: rgba(255, 211, 109, 0.52);
}

.community-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent-3);
}

.community-card strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.45;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.stat-box {
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-box strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.1rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.stat-box span {
  display: inline-block;
  margin-top: 0.55rem;
  color: #dbe7f5;
  line-height: 1.5;
}

.signal-list {
  display: grid;
  gap: 1rem;
}

.signal-row {
  display: grid;
  gap: 0.55rem;
}

.signal-row span {
  color: #dbe7f5;
}

.signal-bar {
  height: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.signal-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
}

.gc-accordion .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.gc-accordion .accordion-button {
  padding: 1.3rem 1.4rem;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-weight: 600;
  box-shadow: none;
}

.gc-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.gc-accordion .accordion-button::after {
  filter: invert(1);
}

.gc-accordion .accordion-body {
  padding: 0 1.4rem 1.4rem;
}

.site-footer {
  padding: 0 0 4rem;
}

.footer-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(85, 230, 193, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    var(--surface-strong);
}

.footer-panel::after {
  content: "";
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: rgba(255, 123, 77, 0.22);
  filter: blur(40px);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #c8d5e5;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes float-card-main {
  0%,
  100% {
    transform: translate3d(0, 0, 30px);
  }

  50% {
    transform: translate3d(0, -12px, 30px);
  }
}

@keyframes float-card-left {
  0%,
  100% {
    transform: rotate(-14deg) translate3d(0, 0, 10px);
  }

  50% {
    transform: rotate(-12deg) translate3d(0, 10px, 10px);
  }
}

@keyframes float-card-right {
  0%,
  100% {
    transform: rotate(16deg) translate3d(0, 0, 10px);
  }

  50% {
    transform: rotate(14deg) translate3d(0, -10px, 10px);
  }
}

@media (max-width: 1199.98px) {
  .hero-card {
    width: 62%;
  }

  .hero-card-main {
    left: 18%;
    width: 66%;
  }

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

@media (max-width: 991.98px) {
  .gc-navbar {
    background: rgba(6, 17, 31, 0.9);
    border-color: var(--line);
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 0 0.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-section {
    padding-top: 9rem;
  }

  .mini-stats,
  .hero-trust,
  .countdown-grid,
  .stats-grid,
  .community-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage {
    min-height: 31rem;
  }

  .hero-card {
    width: 66%;
  }

  .hero-card-main {
    top: 14%;
    left: 17%;
  }

  .floating-chip {
    font-size: 0.8rem;
  }

  .community-card-tall,
  .community-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 767.98px) {
  .hero-copy h1 {
    max-width: 100%;
  }

  .mini-stats,
  .hero-trust,
  .countdown-grid,
  .stats-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 29rem;
    padding: 1.3rem;
  }

  .hero-card {
    width: 76%;
    min-height: 13.5rem;
  }

  .hero-card-left {
    top: 6%;
    left: -2%;
  }

  .hero-card-main {
    top: 18%;
    left: 11%;
    width: 79%;
    min-height: 18.5rem;
  }

  .hero-card-right {
    right: -4%;
    bottom: 8%;
  }

  .floating-chip {
    display: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-time {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
