.hero-home {
  margin-top: 4px
}

.hero-archive {
  margin-top: 4px
}

.single-header .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.page-header-shell {
  min-height: 220px
}

.timeline-list {
  display: grid;
  gap: 12px
}

.timeline-item a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line)
}

.not-found {
  margin-top: 4px;
  min-height: max(62vh, 560px);
  align-items: stretch
}

.not-found-shell {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr)
}

.not-found-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px
}

.not-found-copy h1 {
  margin: 0;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  line-height: 1.02;
  letter-spacing: -.05em
}

.not-found-copy p {
  margin: 0;
  max-width: 58ch;
  color: var(--text-2)
}

.not-found-path {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 16px;
  border-radius: 20px;
  background: var(--bg-soft);
  border: 1px solid var(--line)
}

.not-found-path span {
  color: var(--text-3);
  font-size: .92rem
}

.not-found-path code {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  border: 1px solid var(--line);
  overflow-wrap: anywhere
}

html[data-theme="dark"] .not-found-path code {
  background: rgba(255, 255, 255, .08)
}

.not-found-search {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.not-found-search input {
  flex: 1 1 260px;
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: var(--bg-soft);
  outline: none
}

.not-found-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  overflow: hidden
}

.nf-visual {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  background: linear-gradient(135deg, rgba(10, 132, 255, .18), rgba(94, 92, 230, .18) 52%, rgba(255, 255, 255, .12))
}

.nf-number {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(5.8rem, 17vw, 9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.12em;
  color: rgba(255, 255, 255, .88);
  text-shadow: 0 18px 42px rgba(11, 11, 15, .16)
}

.nf-ring,
.nf-glow,
.nf-dot {
  position: absolute;
  border-radius: 50%
}

.nf-ring {
  border: 1px solid rgba(255, 255, 255, .5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

.nf-ring-a {
  width: 240px;
  height: 240px;
  top: 26px;
  right: 18px
}

.nf-ring-b {
  width: 180px;
  height: 180px;
  bottom: 18px;
  left: 20px
}

.nf-glow {
  filter: blur(28px);
  opacity: .9
}

.nf-glow-a {
  width: 160px;
  height: 160px;
  left: 12%;
  top: 16%;
  background: rgba(255, 255, 255, .42)
}

.nf-glow-b {
  width: 180px;
  height: 180px;
  right: 8%;
  bottom: 10%;
  background: rgba(48, 209, 88, .2)
}

.nf-dot {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .12)
}

.nf-dot-a {
  width: 14px;
  height: 14px;
  left: 18%;
  bottom: 23%;
  background: #fff
}

.nf-dot-b {
  width: 20px;
  height: 20px;
  right: 22%;
  top: 20%;
  background: rgba(255, 255, 255, .85)
}

.nf-dot-c {
  width: 12px;
  height: 12px;
  right: 34%;
  bottom: 16%;
  background: rgba(255, 255, 255, .72)
}

.not-found-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px
}

.nf-mini-card {
  padding: 18px;
  border-radius: 22px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12)
}

.nf-mini-card strong {
  display: block;
  font-size: 1rem
}

.nf-mini-card p {
  margin: 8px 0 0;
  color: var(--text-2)
}

.links-body .entry-content>*:first-child {
  margin-top: 0
}

.links-body .entry-content>*:last-child {
  margin-bottom: 0
}

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

@media (max-width: 640px) {
  .not-found-search {
    flex-direction: column
  }

  .not-found-search .btn {
    width: 100%
  }

  .not-found-panel {
    padding: 18px
  }

  .nf-visual {
    min-height: 280px
  }

  .nf-number {
    font-size: clamp(4.8rem, 28vw, 6.8rem)
  }
}

/* === Landing Page Hero (严格匹配提示词) === */

/* Body background - 提示词要求 #f9fafb */
body {
  background: #f9fafb;
}

.lp-hero-wrap {
  margin-top: 40px;
  padding: 0 16px;
}

.lp-hero {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 48px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  height: 600px;
  display: flex;
  flex-direction: column;
}

.lp-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  pointer-events: none;
  z-index: 0;
  user-select: none;
  transition: transform 1s ease
}

.lp-hero-content {
  position: relative;
  z-index: 20;
  flex: 1;
  padding: 48px 64px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.lp-hero-content h1 {
  margin: 0;
  font-family: 'Outfit', 'SF Pro Display', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(42px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #0a1b33
}

.lp-hero-content p {
  margin: 16px 0 0;
  max-width: 56ch;
  font-size: clamp(14px, 1.2vw, 15px);
  color: #64748b;
  line-height: 1.65
}

.lp-hero-content .lp-cta {
  margin-top: 28px;
  padding: 12px 28px;
  border-radius: 9999px;
  background: #0a152d;
  color: #ffffff;
  font-weight: 600;
  font-size: .92rem;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.lp-hero-content .lp-cta:hover {
  transform: translateY(-1px) scale(1.02)
}

/* Floating Bottom Navbar */
.lp-floating-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08)
}

.lp-nav-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-size: .9rem;
  color: #0a1b33
}

.lp-nav-link {
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  transition: color .2s ease;
  white-space: nowrap
}

.lp-nav-link:hover {
  color: #0a1b33
}

.lp-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 9999px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  color: #0a1b33;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  transition: border-color .2s ease;
  white-space: nowrap
}

.lp-nav-cta:hover {
  border-color: rgba(148, 163, 184, 0.8)
}

.lp-nav-cta svg {
  width: 14px;
  height: 14px;
  flex: none
}

/* Nav Divider */
.lp-nav-div {
  width: 1px;
  height: 20px;
  background: rgba(226, 232, 240, .6);
  margin: 0 4px
}

/* Hero Eyebrow */
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 20px
}

.hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  position: relative
}

.hero__dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid #22c55e;
  animation: pulseRing 2s ease-out infinite
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: .6
  }

  100% {
    transform: scale(1.8);
    opacity: 0
  }
}

/* Hero Actions */
.hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px
}

.lp-cta2 {
  background: transparent;
  color: #64748b;
  border-radius: 9999px;
  padding: 11px 24px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(226, 232, 240, .5);
  transition: all .25s;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer
}

.lp-cta2:hover {
  color: #0a1b33;
  border-color: #cbd5e1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04)
}

.lp-cta2 svg {
  width: 14px;
  height: 14px;
  transition: transform .25s
}

.lp-cta2:hover svg {
  transform: translateX(2px)
}

/* Hero Video */
.hero__vid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  user-select: none
}

.hero__vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lp-hero:hover .hero__vid video {
  transform: scale(1.08)
}

/* Marquee Logo Scroller */
.lp-marquee-wrap {
  margin-top: 40px
}

.lp-marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent)
}

.lp-marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: lp-marquee-scroll 30s linear infinite
}

.lp-marquee:hover .lp-marquee-track {
  animation-play-state: paused
}

@keyframes lp-marquee-scroll {
  from {
    transform: translateX(0)
  }

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

.lp-logo-card {
  position: relative;
  height: 96px;
  width: 160px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  cursor: default;
  transition: border-color .2s ease
}

.lp-logo-card:hover {
  border-color: rgba(148, 163, 184, 0.8)
}

.lp-logo-card .lp-card-glow {
  position: absolute;
  inset: 0;
  transform: scale(1.5);
  opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
  border-radius: inherit
}

.lp-logo-card:hover .lp-card-glow {
  transform: scale(1);
  opacity: 1
}

.lp-logo-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transition: filter .3s ease
}

.lp-logo-card:hover img {
  filter: brightness(0) invert(1)
}

html[data-theme="dark"] .lp-logo-card:hover img {
  filter: none
}

/* Fade-in animation */
.lp-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1)
}

.lp-fade-up.is-visible {
  opacity: 1;
  transform: none
}

.lp-fade-up.d1 {
  transition-delay: .15s
}

.lp-fade-up.d2 {
  transition-delay: .3s
}

.lp-fade-up.d3 {
  transition-delay: .45s
}

/* Responsive */
@media (max-width: 1120px) {
  .lp-hero {
    max-width: calc(100% - 32px)
  }
}

@media (max-width: 900px) {
  .lp-hero {
    height: auto;
    min-height: 480px
  }

  .lp-hero-content {
    padding: 36px 32px 100px
  }
}

@media (max-width: 640px) {
  .lp-hero-content {
    padding: 28px 20px 90px
  }

  .lp-hero-content h1 {
    font-size: 32px
  }

  .lp-floating-nav {
    bottom: 16px;
    padding: 5px;
    gap: 3px
  }

  .lp-nav-link {
    padding: 6px 10px;
    font-size: 11px
  }

  .lp-nav-cta {
    padding: 6px 14px;
    font-size: 11px
  }

  .lp-logo-card {
    height: 72px;
    width: 120px
  }

  .lp-logo-card img {
    width: 36px;
    height: 36px
  }

  .lp-marquee-wrap {
    margin-top: 24px
  }
}

/* === Page Transition Overlay === */
.page-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  background: #f9fafb;
  transform: translateY(100%)
}

.page-overlay.enter {
  animation: overlayEnter 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.page-overlay.exit {
  animation: overlayExit 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes overlayEnter {
  from {
    transform: translateY(100%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes overlayExit {
  from {
    transform: translateY(0)
  }

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

/* === Page Container === */
.page {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  scroll-behavior: smooth
}

.page.active {
  display: flex;
  flex-direction: column
}

.page--hero {
  align-items: center;
  justify-content: flex-start;
  padding: 32px 16px;
  background: #f9fafb
}

/* ══ Hero Section ══ */
.hero {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 48px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .5);
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, .03);
  overflow: hidden;
  height: 600px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0
}

.hero__vid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  user-select: none
}

.hero__vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.hero:hover .hero__vid video {
  transform: scale(1.08)
}

.hero__content {
  position: relative;
  z-index: 20;
  flex: 1;
  padding: 48px 64px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  opacity: 0;
  animation: fadeInUp .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s forwards
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s forwards
}

.hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  position: relative
}

.hero__dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid #22c55e;
  animation: pulseRing 2s ease-out infinite
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: .6
  }

  100% {
    transform: scale(1.8);
    opacity: 0
  }
}

.hero__h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #0a1b33;
  line-height: 1.08
}

.hero__h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #6366f1, #8b5cf6, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.hero__sub {
  font-size: 15px;
  color: #64748b;
  margin-top: 20px;
  max-width: 460px;
  line-height: 1.7
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px
}

.hero__cta {
  background: #0a152d;
  color: #fff;
  border-radius: 9999px;
  padding: 11px 28px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s
}

.hero__cta:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 24px rgba(10, 21, 45, .35)
}

.hero__cta:active {
  transform: scale(.97)
}

.hero__cta2 {
  background: transparent;
  color: #64748b;
  border-radius: 9999px;
  padding: 11px 24px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(226, 232, 240, .5);
  cursor: pointer;
  transition: all .25s;
  display: flex;
  align-items: center;
  gap: 6px
}

.hero__cta2:hover {
  color: #0a1b33;
  border-color: #cbd5e1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .04)
}

.hero__cta2 svg {
  width: 14px;
  height: 14px;
  transition: transform .25s
}

.hero__cta2:hover svg {
  transform: translateX(2px)
}

.hero__stats {
  position: absolute;
  top: 48px;
  right: 64px;
  z-index: 20;
  display: flex;
  gap: 32px;
  opacity: 0;
  animation: fadeInUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s forwards
}

.hero__stat {
  text-align: right
}

.hero__stat-v {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #0a1b33;
  letter-spacing: -.02em
}

.hero__stat-l {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 2px
}

/* Nav */
.hero__nav-wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 30;
  opacity: 0;
  animation: fadeInUpNav .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .45s forwards
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInUpNav {
  from {
    opacity: 0;
    transform: translate(-50%, 20px)
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0)
  }
}

.hero__nav {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  padding: 6px;
  border-radius: 9999px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
  border: 1px solid rgba(226, 232, 240, .4)
}

.nav-logo {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0a1b33;
  flex-shrink: 0
}

.nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  padding: 6px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color .2s, background .2s;
  border-radius: 9999px
}

.nav-link:hover {
  color: #0a1b33;
  background: rgba(10, 27, 51, .04)
}

.nav-link.active {
  color: #0a1b33
}

.nav-div {
  width: 1px;
  height: 20px;
  background: rgba(226, 232, 240, .6);
  margin: 0 4px
}

.nav-cta {
  background: #fff;
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  color: #0a1b33;
  border: 1px solid rgba(226, 232, 240, .6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 4px;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s
}

.nav-cta:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  transform: translateX(2px)
}

.nav-cta svg {
  width: 14px;
  height: 14px
}

/* Marquee */
.marquee-sec {
  margin-top: 40px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto
}

.marquee-vp {
  overflow: hidden;
  padding: 8px 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%)
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  animation: marquee 40s linear infinite
}

.marquee-vp:hover .marquee-track {
  animation-play-state: paused
}

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

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

.logo-card {
  position: relative;
  height: 96px;
  width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  transition: border-color .3s, box-shadow .3s, transform .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  cursor: pointer
}

.logo-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  transform: translateY(-4px)
}

.logo-card__g {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  transform: scale(1.5);
  opacity: 0;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.logo-card:hover .logo-card__g {
  transform: scale(1);
  opacity: 1
}

.logo-card__img {
  position: relative;
  z-index: 10;
  height: 32px;
  width: auto;
  transition: filter .35s
}

.logo-card:hover .logo-card__img {
  filter: brightness(0) invert(1)
}

/* === Products Page === */
.page--products {
  background: #f9fafb;
  color: #0a1b33
}

.prod-inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

/* Top Nav */
.prod-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: rgba(249, 250, 251, .88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-bottom: 1px solid rgba(226, 232, 240, .5);
  position: sticky;
  top: 0;
  z-index: 50
}

.prod-nav__left {
  display: flex;
  align-items: center;
  gap: 12px
}

.prod-nav__logo {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0a1b33
}

.prod-nav__brand {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a1b33;
  letter-spacing: .06em
}

.prod-nav__center {
  display: flex;
  align-items: center;
  gap: 2px
}

.prod-nav__tab {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  padding: 7px 14px;
  border-radius: 9999px;
  border: none;
  background: transparent;
  transition: all .2s
}

.prod-nav__tab:hover {
  color: #0a1b33;
  background: rgba(10, 27, 51, .04)
}

.prod-nav__tab.on {
  color: #0a1b33;
  background: rgba(10, 27, 51, .06)
}

.prod-nav__back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #0a1b33;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  border-radius: 9999px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all .25s
}

.prod-nav__back:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

.prod-nav__back svg {
  width: 14px;
  height: 14px;
  transition: transform .25s
}

.prod-nav__back:hover svg {
  transform: translateX(-3px)
}

/* Section */
.section {
  scroll-margin-top: 70px
}

/* Overview */
.s-overview {
  padding: 0 40px
}

.s-overview__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-top: 56px
}

.s-hero {
  text-align: center;
  margin-bottom: 48px
}

.s-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #0a1b33;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.s-hero__eyebrow::before,
.s-hero__eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(10, 27, 51, .12)
}

.s-hero__title {
  font-family: 'Outfit', sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: #0a1b33;
  line-height: 1.15;
  letter-spacing: -.02em
}

.s-hero__sub {
  font-size: 15px;
  color: #64748b;
  margin-top: 12px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px
}

.stat-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 24px;
  padding: 28px;
  text-align: center;
  transition: all .3s;
  opacity: 0;
  transform: translateY(20px)
}

.stat-card.on {
  animation: fadeSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, .06)
}

.stat-card__v {
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0a1b33;
  letter-spacing: -.02em
}

.stat-card__l {
  font-size: 13px;
  color: #64748b;
  margin-top: 4px
}

/* Developers Section */
.s-dev {
  padding: 80px 40px 0
}

.s-dev__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%
}

.s-dev__hero {
  text-align: center;
  margin-bottom: 56px
}

.s-dev__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #0a1b33;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.s-dev__eyebrow::before,
.s-dev__eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(10, 27, 51, .12)
}

.s-dev__title {
  font-family: 'Outfit', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #0a1b33;
  line-height: 1.15;
  letter-spacing: -.02em
}

.s-dev__sub {
  font-size: 15px;
  color: #64748b;
  margin-top: 12px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6
}

/* SDK Grid */
.sdk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.sdk-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 20px;
  padding: 28px;
  transition: all .3s;
  opacity: 0;
  transform: translateY(20px)
}

.sdk-card.on {
  animation: fadeSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.sdk-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, .06)
}

.sdk-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.sdk-card__icon svg {
  width: 22px;
  height: 22px
}

.sdk-card__title {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0a1b33;
  margin-bottom: 6px
}

.sdk-card__desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6
}

/* Code Showcase */
.code-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px
}

.code-panel {
  background: #0f172a;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .06);
  opacity: 0;
  transform: translateY(24px)
}

.code-panel.on {
  animation: fadeSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.code-panel__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.code-panel__dots {
  display: flex;
  gap: 6px
}

.code-panel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%
}

.code-panel__dot--r {
  background: #ef4444
}

.code-panel__dot--y {
  background: #eab308
}

.code-panel__dot--g {
  background: #22c55e
}

.code-panel__name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, .4)
}

.code-panel__body {
  padding: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  line-height: 1.8;
  color: #e2e8f0;
  overflow-x: auto;
  min-height: 200px
}

.code-panel__body .kw {
  color: #c084fc
}

.code-panel__body .fn {
  color: #38bdf8
}

.code-panel__body .str {
  color: #4ade80
}

.code-panel__body .cm {
  color: rgba(255, 255, 255, .25)
}

.code-panel__body .num {
  color: #fb923c
}

/* API Preview */
.api-preview {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px)
}

.api-preview.on {
  animation: fadeSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.api-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(226, 232, 240, .6)
}

.api-preview__title {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0a1b33
}

.api-preview__methods {
  display: flex;
  gap: 6px
}

.api-method {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 9999px;
  letter-spacing: .04em
}

.api-method--get {
  background: rgba(34, 197, 94, .1);
  color: #16a34a
}

.api-method--post {
  background: rgba(59, 130, 246, .1);
  color: #3b82f6
}

.api-method--ws {
  background: rgba(168, 85, 247, .1);
  color: #9333ea
}

.api-preview__body {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.api-preview__endpoints {
  padding: 20px 28px;
  border-right: 1px solid rgba(226, 232, 240, .6)
}

.api-endpoint {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 4px;
  transition: background .2s;
  cursor: pointer
}

.api-endpoint:hover {
  background: rgba(10, 27, 51, .03)
}

.api-endpoint.on {
  background: rgba(99, 102, 241, .06)
}

.api-endpoint__method {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 4px;
  flex-shrink: 0
}

.api-endpoint__path {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #0a1b33
}

.api-preview__response {
  padding: 20px;
  background: #0f172a;
  min-height: 260px
}

.api-preview__response pre {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  line-height: 1.7;
  color: #e2e8f0;
  white-space: pre-wrap
}

/* Enterprise Section */
.s-ent {
  padding: 80px 40px 0
}

.s-ent__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%
}

.s-ent__hero {
  text-align: center;
  margin-bottom: 56px
}

.s-ent__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #0a1b33;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.s-ent__eyebrow::before,
.s-ent__eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(10, 27, 51, .12)
}

.s-ent__title {
  font-family: 'Outfit', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #0a1b33;
  line-height: 1.15;
  letter-spacing: -.02em
}

.s-ent__sub {
  font-size: 15px;
  color: #64748b;
  margin-top: 12px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6
}

/* Enterprise Features */
.ent-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.ent-feat {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all .3s;
  opacity: 0;
  transform: translateY(20px)
}

.ent-feat.on {
  animation: fadeSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.ent-feat:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, .06)
}

.ent-feat__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px
}

.ent-feat__icon svg {
  width: 24px;
  height: 24px;
  color: #fff
}

.ent-feat__title {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #0a1b33;
  margin-bottom: 8px
}

.ent-feat__desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.65
}

/* Case Studies */
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.case-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 24px;
  overflow: hidden;
  transition: all .35s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(24px)
}

.case-card.on {
  animation: fadeSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px -12px rgba(0, 0, 0, .08)
}

.case-card__header {
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.case-card__logo {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  letter-spacing: .04em
}

.case-card__body {
  padding: 24px 28px
}

.case-card__quote {
  font-size: 14px;
  color: #0a1b33;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 16px
}

.case-card__author {
  display: flex;
  align-items: center;
  gap: 10px
}

.case-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0
}

.case-card__name {
  font-size: 13px;
  font-weight: 600;
  color: #0a1b33
}

.case-card__role {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 1px
}

/* Compliance */
.compliance {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 48px
}

.compliance-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 9999px;
  padding: 10px 20px;
  transition: all .25s;
  opacity: 0;
  transform: translateY(16px)
}

.compliance-badge.on {
  animation: fadeSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.compliance-badge:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
  transform: translateY(-2px)
}

.compliance-badge__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.compliance-badge__icon svg {
  width: 14px;
  height: 14px;
  color: #fff
}

.compliance-badge__text {
  font-size: 12px;
  font-weight: 600;
  color: #0a1b33
}

/* Partner Logos */
.partner-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  opacity: .35;
  margin-bottom: 48px;
  flex-wrap: wrap
}

.partner-row span {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0a1b33;
  letter-spacing: .02em
}

/* Community Section */
.s-comm {
  padding: 80px 40px 0
}

.s-comm__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%
}

.s-comm__hero {
  text-align: center;
  margin-bottom: 56px
}

.s-comm__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #0a1b33;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.s-comm__eyebrow::before,
.s-comm__eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(10, 27, 51, .12)
}

.s-comm__title {
  font-family: 'Outfit', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #0a1b33;
  line-height: 1.15;
  letter-spacing: -.02em
}

.s-comm__sub {
  font-size: 15px;
  color: #64748b;
  margin-top: 12px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6
}

/* Community Stats */
.comm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.comm-stat {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  transition: all .3s;
  opacity: 0;
  transform: translateY(20px)
}

.comm-stat.on {
  animation: fadeSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.comm-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, .06)
}

.comm-stat__v {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0a1b33;
  letter-spacing: -.02em
}

.comm-stat__l {
  font-size: 13px;
  color: #64748b;
  margin-top: 4px
}

/* Events */
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.event-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 20px;
  overflow: hidden;
  transition: all .3s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px)
}

.event-card.on {
  animation: fadeSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, .06)
}

.event-card__banner {
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.event-card__date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 6px 12px;
  text-align: center
}

.event-card__date-day {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.event-card__date-month {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 2px
}

.event-card__type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, .15);
  padding: 4px 10px;
  border-radius: 9999px;
  backdrop-filter: blur(8px)
}

.event-card__body {
  padding: 20px
}

.event-card__title {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a1b33;
  margin-bottom: 6px
}

.event-card__desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6
}

/* Connect Grid */
.connect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.connect-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px)
}

.connect-card.on {
  animation: fadeSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.connect-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, .06)
}

.connect-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px
}

.connect-card__icon svg {
  width: 24px;
  height: 24px;
  color: #fff
}

.connect-card__title {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a1b33;
  margin-bottom: 4px
}

.connect-card__desc {
  font-size: 12px;
  color: #64748b
}

/* Governance */
.governance {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px)
}

.governance.on {
  animation: fadeSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.governance__header {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(226, 232, 240, .6)
}

.governance__title {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0a1b33
}

.governance__badge {
  font-size: 11px;
  font-weight: 600;
  color: #16a34a;
  background: rgba(34, 197, 94, .1);
  padding: 4px 12px;
  border-radius: 9999px
}

.governance__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(226, 232, 240, .4)
}

.governance__item {
  background: #fff;
  padding: 24px 28px
}

.governance__item-label {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px
}

.governance__item-value {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0a1b33
}

.governance__item-sub {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px
}

/* Footer */
.s-footer {
  padding: 64px 40px 40px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%
}

.s-footer__card {
  background: #0a1b33;
  border-radius: 28px;
  padding: 56px 40px;
  position: relative;
  overflow: hidden;
  text-align: center
}

.s-footer__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 0%, rgba(99, 102, 241, .2) 0%, transparent 60%), radial-gradient(ellipse at 70% 100%, rgba(14, 165, 233, .15) 0%, transparent 50%)
}

.s-footer__card>* {
  position: relative;
  z-index: 1
}

.s-footer__title {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -.01em
}

.s-footer__sub {
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 28px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto
}

.s-footer__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0a1b33;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  transition: all .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.s-footer__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .25)
}

.s-footer__btn:active {
  transform: scale(.97)
}

.s-footer__bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, .6);
  font-size: 12px;
  color: #94a3b8;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.s-footer__links {
  display: flex;
  gap: 20px
}

.s-footer__links a {
  font-size: 12px;
  color: #94a3b8;
  transition: color .2s
}

.s-footer__links a:hover {
  color: #0a1b33
}

/* Animation */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(32px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .prod-nav__center {
    display: none
  }

  .code-showcase {
    grid-template-columns: 1fr
  }

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

  .ent-features {
    grid-template-columns: repeat(2, 1fr)
  }

  .case-grid {
    grid-template-columns: 1fr
  }

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

  .comm-stats {
    grid-template-columns: repeat(2, 1fr)
  }

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

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

  .governance__body {
    grid-template-columns: 1fr
  }
}

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

@media (max-width: 768px) {
  .page--hero {
    padding: 16px 12px
  }

  .hero {
    border-radius: 32px;
    height: 520px
  }

  .hero__content {
    padding: 32px 32px 0
  }

  .hero__h1 {
    font-size: 36px
  }

  .hero__sub {
    font-size: 13px;
    margin-top: 16px
  }

  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 20px
  }

  .hero__cta {
    padding: 9px 22px;
    font-size: 12px
  }

  .hero__cta2 {
    padding: 9px 18px;
    font-size: 12px
  }

  .hero__nav-wrap {
    bottom: 24px
  }

  .nav-link {
    padding: 6px 8px;
    font-size: 11px
  }

  .nav-cta {
    padding: 7px 14px;
    font-size: 11px
  }

  .nav-div {
    display: none
  }

  .prod-nav {
    padding: 14px 20px
  }

  .s-overview,
  .s-dev,
  .s-ent,
  .s-comm {
    padding-left: 20px;
    padding-right: 20px
  }

  .s-hero__title,
  .s-dev__title,
  .s-ent__title,
  .s-comm__title {
    font-size: 32px
  }

  .feat__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px
  }

  .feat__vis {
    display: none
  }

  .feat {
    height: auto
  }

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

  .api-preview__body {
    grid-template-columns: 1fr
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }

  .stat-card__v {
    font-size: 28px
  }

  .sdk-grid {
    grid-template-columns: 1fr
  }

  .ent-features {
    grid-template-columns: 1fr
  }

  .events-grid {
    grid-template-columns: 1fr
  }

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

  .comm-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }

  .compliance {
    flex-direction: column;
    align-items: center
  }

  .s-footer {
    padding: 40px 20px 32px
  }

  .s-footer__card {
    padding: 40px 24px
  }

  .s-footer__title {
    font-size: 22px
  }

  .s-footer__bottom {
    flex-direction: column;
    gap: 12px
  }
}

@media (max-width: 480px) {

  .stats-grid,
  .comm-stats {
    grid-template-columns: 1fr
  }

  .connect-grid {
    grid-template-columns: 1fr
  }
}

/* ══ Category Navigation ══ */
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  padding: 16px 0;
}

.category-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(226, 232, 240, .6);
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all .25s;
}

.category-tag:hover {
  color: #0a1b33;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.category-tag.active {
  color: #fff;
  background: #0a1b33;
  border-color: #0a1b33;
}

.category-count {
  font-size: 11px;
  opacity: .7;
}

.category-tag.active .category-count {
  opacity: .9;
}

/* ══ Post Grid Container ══ */
.post-grid-container {
  margin-bottom: 32px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

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

.empty-state {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(226, 232, 240, .6);
}

.empty-state h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0a1b33;
  margin-bottom: 8px;
}

.empty-state p {
  font-size: 14px;
  color: #64748b;
}