:root {
  color-scheme: var(--ghv-color-scheme);
  --landing-bg: var(--ghv-landing-bg);
  --landing-bg-2: var(--ghv-landing-bg-2);
  --landing-surface: var(--ghv-landing-surface);
  --landing-surface-strong: var(--ghv-landing-surface-strong);
  --landing-surface-soft: var(--ghv-landing-surface-soft);
  --landing-border: var(--ghv-landing-border);
  --landing-border-strong: var(--ghv-landing-border-strong);
  --landing-text: var(--ghv-landing-text);
  --landing-muted: var(--ghv-landing-muted);
  --landing-soft: var(--ghv-landing-soft);
  --landing-primary: var(--ghv-landing-primary);
  --landing-primary-strong: var(--ghv-landing-primary-strong);
  --landing-secondary: var(--ghv-landing-secondary);
  --landing-secondary-soft: var(--ghv-landing-secondary-soft);
  --landing-highlight: var(--ghv-landing-highlight);
  --landing-shadow: var(--ghv-landing-shadow);
  --landing-radius: 26px;
  --landing-max: 1348px;
  --landing-font: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --landing-display: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
}

html {
  overflow-y: auto;
  scroll-behavior: smooth;
}

body.landing {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: var(--landing-font);
  color: var(--landing-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(77, 228, 207, 0.18), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(79, 165, 255, 0.2), transparent 22%),
    radial-gradient(circle at 50% 120%, rgba(132, 231, 221, 0.1), transparent 30%),
    linear-gradient(180deg, #021017 0%, #04131a 34%, #05171f 100%);
}

body.landing::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0%, transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 80px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 80px);
  opacity: 0.24;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.landing-shell {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.landing-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  mix-blend-mode: screen;
}

.landing-orb,
.landing-beam,
.landing-pulse,
.landing-ribbon,
.landing-spark {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.42;
}

.landing-orb {
  filter: blur(48px);
  animation: landing-drift 18s ease-in-out infinite;
}

.landing-orb.is-a {
  top: -6rem;
  left: -5rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(77, 228, 207, 0.18) 0%, rgba(77, 228, 207, 0) 72%);
}

.landing-orb.is-b {
  top: 10%;
  right: -4rem;
  width: 25rem;
  height: 25rem;
  background: radial-gradient(circle, rgba(79, 165, 255, 0.2) 0%, rgba(79, 165, 255, 0) 72%);
  animation-delay: -6s;
}

.landing-orb.is-c {
  bottom: -8rem;
  left: 24%;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(168, 255, 242, 0.14) 0%, rgba(168, 255, 242, 0) 74%);
  animation-delay: -12s;
}

.landing-beam {
  width: 28rem;
  height: 4.5rem;
  background: linear-gradient(90deg, rgba(77, 228, 207, 0), rgba(77, 228, 207, 0.12), rgba(79, 165, 255, 0));
  transform: rotate(-18deg);
  animation: landing-beam-float 16s linear infinite;
}

.landing-beam.is-a {
  top: 16%;
  left: 52%;
}

.landing-beam.is-b {
  bottom: 14%;
  left: -10%;
  animation-delay: -7s;
  animation-duration: 20s;
}

.landing-pulse {
  width: 13rem;
  height: 13rem;
  border: 1px solid rgba(168, 255, 242, 0.08);
  background: radial-gradient(circle, rgba(77, 228, 207, 0.1) 0%, rgba(77, 228, 207, 0.015) 42%, rgba(77, 228, 207, 0) 72%);
  animation: landing-pulse 10s ease-in-out infinite;
}

.landing-pulse.is-a {
  top: 26%;
  right: 8%;
}

.landing-pulse.is-b {
  bottom: 10%;
  left: 10%;
  animation-delay: -4.5s;
}

.landing-ribbon {
  width: 34rem;
  height: 6.5rem;
  background: linear-gradient(90deg, rgba(77, 228, 207, 0), rgba(77, 228, 207, 0.12), rgba(79, 165, 255, 0.16), rgba(79, 165, 255, 0));
  filter: blur(30px);
  animation: landing-ribbon-flow 22s ease-in-out infinite;
}

.landing-ribbon.is-a {
  top: 22%;
  left: 14%;
  transform: rotate(12deg);
}

.landing-ribbon.is-b {
  bottom: 8%;
  right: 8%;
  transform: rotate(-16deg);
  animation-delay: -9s;
}

.landing-spark {
  width: 14px;
  height: 14px;
  background: radial-gradient(circle, rgba(168, 255, 242, 0.96) 0%, rgba(168, 255, 242, 0) 68%);
  filter: blur(1px);
  opacity: 0.8;
  animation: landing-spark-rise 12s linear infinite;
}

.landing-spark.is-a {
  left: 18%;
  bottom: -2rem;
  animation-delay: -2s;
}

.landing-spark.is-b {
  left: 58%;
  bottom: -3rem;
  animation-delay: -7s;
}

.landing-spark.is-c {
  left: 82%;
  bottom: -1rem;
  animation-delay: -10s;
}

.landing-header {
  position: relative;
  z-index: 120;
  width: min(calc(100% - 32px), var(--landing-max));
  margin: 0 auto;
  padding: 14px 0 0;
}

.landing-header-bar {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(8, 12, 22, 0.96), rgba(6, 10, 18, 0.9));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 0 0 auto;
}

.landing-brand-mark {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.landing-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(1, 10, 18, 0.22));
}

.landing-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  max-width: none;
}

.landing-brand-label {
  color: var(--landing-highlight);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-brand-field {
  display: grid;
  align-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-brand-title {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.landing-brand-title.is-long {
  font-size: 0.92rem;
}

.landing-brand-title.is-xlong {
  font-size: 0.84rem;
}

.landing-brand-title.is-xxlong {
  font-size: 0.76rem;
}

.landing-brand-subtitle {
  color: #b8c1d6;
  font-size: 0.82rem;
  line-height: 1.2;
}

.landing-menu-toggle {
  display: none;
  margin-left: auto;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: var(--landing-text);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.landing-nav-shell {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  justify-content: space-between;
  min-width: 0;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.landing-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 10px;
  border-radius: 12px;
  color: var(--landing-muted);
  border: 1px solid transparent;
  background: transparent;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.landing-nav a:hover,
.landing-nav a:focus-visible {
  color: var(--landing-text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
  outline: none;
}

.landing-nav-home {
  display: none !important;
}

.landing-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex: 0 0 auto;
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
  cursor: pointer;
  text-align: center;
}

.landing-btn.primary {
  color: #03201d;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--landing-highlight), var(--landing-primary));
  box-shadow: 0 18px 38px rgba(30, 199, 189, 0.24);
}

.landing-btn.primary:hover,
.landing-btn.primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(30, 199, 189, 0.32);
  outline: none;
}

.landing-btn.secondary {
  color: var(--landing-text);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.landing-btn.secondary:hover,
.landing-btn.secondary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(132, 231, 221, 0.28);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.landing-btn.header-cta {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border-color: rgba(129, 154, 220, 0.28);
  background:
    linear-gradient(180deg, rgba(25, 34, 52, 0.96), rgba(16, 24, 39, 0.96));
  color: #f1f5ff;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing-btn.header-cta:hover,
.landing-btn.header-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(147, 173, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(29, 39, 60, 0.98), rgba(18, 27, 43, 0.98));
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  outline: none;
}

.landing-btn.header-cta span {
  font-size: 1rem;
  line-height: 1;
}

.landing-profile-wrap {
  position: relative;
  min-width: 320px;
}

.landing-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 5px 12px 5px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--landing-text);
  cursor: pointer;
  width: 100%;
  min-width: 320px;
}

.landing-profile-btn img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.landing-profile-copy {
  display: grid;
  gap: 1px;
  text-align: left;
}

.landing-profile-copy strong {
  font-size: 0.88rem;
  line-height: 1.2;
}

.landing-profile-copy span {
  color: var(--landing-soft);
  font-size: 0.74rem;
  line-height: 1.2;
}

.landing-profile-caret {
  color: var(--landing-soft);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.landing-profile-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  width: min(380px, calc(100vw - 32px));
  min-width: 340px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 20, 27, 0.96);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.landing-profile-wrap.is-open .landing-profile-dropdown,
.topnav-profile.is-open .landing-profile-dropdown,
.landing-profile-dropdown.open,
.landing-profile-dropdown[aria-hidden='false'] {
  display: grid;
  gap: 4px;
}

.landing-profile-dropdown a {
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--landing-muted);
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 180ms ease, color 180ms ease;
}

.landing-profile-dropdown .topnav-menu-link {
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 74px;
}

.landing-profile-dropdown .topnav-menu-copy {
  gap: 4px;
}

.landing-profile-dropdown .topnav-menu-link span {
  white-space: normal;
}

.landing-profile-dropdown a:hover,
.landing-profile-dropdown a:focus-visible {
  color: var(--landing-text);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.landing-section {
  width: min(calc(100% - 32px), var(--landing-max));
  margin: 0 auto;
  padding: 34px 0;
  scroll-margin-top: 28px;
}

.landing-hero {
  min-height: clamp(680px, calc(100vh - 96px), 860px);
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(44px, 6vw, 78px);
  display: flex;
  align-items: center;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
  width: 100%;
}

.landing-hero-copy {
  display: grid;
  align-content: center;
  gap: 0;
  max-width: 620px;
  min-width: 0;
  padding: 18px 0;
}

.landing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8e9bba;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.landing-kicker::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7b93ff;
  box-shadow: 0 0 14px rgba(123, 147, 255, 0.55);
}

.landing-hero-copy h1 {
  margin: 18px 0 20px;
  font-family: var(--landing-display);
  font-size: clamp(3.4rem, 5.05vw, 5.45rem);
  line-height: 0.96;
  letter-spacing: -0.058em;
  max-width: 11.8ch;
  text-wrap: pretty;
}

.landing-hero-title-line {
  display: block;
}

.landing-hero-title-line+.landing-hero-title-line {
  margin-top: 0.08em;
}

.landing-hero-copy h1 .accent,
.landing-hero-copy h1 strong {
  background: linear-gradient(135deg, #a8c8ff 0%, #89a4ff 52%, #6ddff2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 28px rgba(106, 159, 255, 0.12);
}

.landing-hero-copy p {
  margin: 0;
  max-width: 51ch;
  color: #a2b0cc;
  font-size: 1.05rem;
  line-height: 1.72;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.landing-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-hero-meta span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(15, 21, 36, 0.58), rgba(10, 16, 29, 0.4));
  color: #a7b4cf;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.landing-hero-meta svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  stroke: #9cb4ff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-hero-panel {
  --hero-tilt-x: 2deg;
  --hero-tilt-y: -5deg;
  --hero-glow-x: 70%;
  --hero-glow-y: 28%;
  position: relative;
  min-height: clamp(500px, 46vw, 640px);
  padding: 28px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.landing-hero-panel::before {
  content: '';
  position: absolute;
  top: 7%;
  right: 2%;
  width: 62%;
  height: 54%;
  background: radial-gradient(circle at center, rgba(84, 142, 255, 0.2) 0%, rgba(84, 142, 255, 0.06) 38%, rgba(84, 142, 255, 0) 74%);
  filter: blur(42px);
  opacity: 0.76;
  pointer-events: none;
}

.landing-hero-panel::after {
  content: '';
  position: absolute;
  left: 16%;
  right: 10%;
  bottom: 0;
  height: 90px;
  background: radial-gradient(circle at center, rgba(96, 224, 255, 0.12), rgba(96, 224, 255, 0) 72%);
  filter: blur(30px);
  opacity: 0.58;
  pointer-events: none;
}

.landing-dashboard-showcase {
  position: relative;
  width: min(100%, 760px);
  min-height: clamp(468px, 42vw, 586px);
  margin: 0 auto;
  padding: 26px 22px 42px;
  perspective: 2200px;
  transform-style: preserve-3d;
  transform: translateX(0) scale(0.96);
  transform-origin: center center;
}

.landing-dashboard-showcase::before {
  content: '';
  position: absolute;
  inset: 12% 4% auto 42%;
  height: 210px;
  background: radial-gradient(circle, rgba(88, 138, 255, 0.18), rgba(88, 138, 255, 0));
  filter: blur(40px);
  pointer-events: none;
}

.landing-dashboard-showcase::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 14%;
  bottom: 12px;
  height: 74px;
  background: radial-gradient(circle at center, rgba(91, 124, 255, 0.16), rgba(91, 124, 255, 0) 70%);
  filter: blur(24px);
  opacity: 0.48;
  pointer-events: none;
}

.landing-dashboard-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(152px, 168px) minmax(0, 1fr);
  gap: clamp(12px, 1vw, 14px);
  min-height: 488px;
  max-width: 100%;
  padding: 16px;
  border-radius: 28px;
  border: 1px solid rgba(142, 161, 255, 0.12);
  background:
    radial-gradient(circle at var(--hero-glow-x) var(--hero-glow-y), rgba(77, 228, 207, 0.09), transparent 20%),
    radial-gradient(circle at 100% 0%, rgba(103, 136, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(13, 17, 28, 0.98), rgba(8, 11, 21, 0.98));
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  transform: rotateX(2deg) rotateY(-4.5deg) rotateZ(-0.55deg);
  transform-style: preserve-3d;
  transition: none;
}

.landing-dashboard-shell::before {
  display: none;
}

.landing-dashboard-sidebar,
.landing-dashboard-main {
  position: relative;
  z-index: 1;
}

.landing-dashboard-sidebar {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 14px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(10, 14, 25, 0.92), rgba(7, 10, 18, 0.92));
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.03);
}

.landing-dashboard-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.landing-dashboard-brand-mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.landing-dashboard-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.landing-dashboard-brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.landing-dashboard-brand-copy strong {
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.landing-dashboard-brand-copy span {
  color: var(--landing-muted);
  font-size: 0.72rem;
}

.landing-dashboard-nav {
  display: grid;
  gap: 8px;
  align-content: start;
}

.landing-dashboard-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: #9da8c6;
  background: rgba(255, 255, 255, 0.02);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.landing-dashboard-nav a.is-active {
  color: #eef3ff;
  border-color: rgba(121, 142, 255, 0.2);
  background: linear-gradient(135deg, rgba(94, 109, 255, 0.18), rgba(94, 109, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.landing-dashboard-nav a:hover {
  transform: translateX(2px);
  color: #eef3ff;
  border-color: rgba(121, 142, 255, 0.14);
}

.landing-dashboard-showcase a,
.landing-dashboard-showcase button {
  pointer-events: none;
}

.landing-dashboard-nav-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: currentColor;
  flex: 0 0 auto;
}

.landing-dashboard-nav-icon svg,
.landing-dashboard-support-icon svg,
.landing-dashboard-stat-icon svg,
.landing-dashboard-module-icon svg,
.landing-dashboard-float-icon svg,
.landing-dashboard-icon-button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-dashboard-sidebar-support {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
}

.landing-dashboard-support-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: #d8e0ff;
  background: rgba(122, 139, 255, 0.12);
  flex: 0 0 auto;
}

.landing-dashboard-sidebar-support strong,
.landing-dashboard-sidebar-support span {
  display: block;
}

.landing-dashboard-sidebar-support strong {
  font-size: 0.82rem;
}

.landing-dashboard-sidebar-support span {
  color: var(--landing-muted);
  font-size: 0.72rem;
}

.landing-dashboard-main {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 14px;
  min-width: 0;
}

.landing-dashboard-toolbar-card,
.landing-dashboard-stat-card,
.landing-dashboard-modules-wrap,
.landing-dashboard-module-card,
.landing-dashboard-activity,
.landing-dashboard-highlight,
.landing-dashboard-float-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(17, 22, 38, 0.96), rgba(11, 16, 31, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.landing-dashboard-toolbar-card {
  padding: 16px 18px;
  border-radius: 18px;
  border-color: rgba(121, 142, 255, 0.14);
  background:
    radial-gradient(circle at var(--hero-glow-x) var(--hero-glow-y), rgba(88, 218, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(17, 22, 38, 0.94), rgba(11, 16, 31, 0.96));
}

.landing-dashboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.landing-dashboard-greeting {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.landing-dashboard-greeting strong {
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.landing-dashboard-greeting span {
  color: var(--landing-muted);
  font-size: 0.76rem;
}

.landing-dashboard-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.landing-dashboard-server-chip,
.landing-dashboard-user-pill,
.landing-dashboard-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.04);
  color: #ebefff;
}

.landing-dashboard-server-chip {
  font-size: 0.76rem;
  font-weight: 600;
}

.landing-dashboard-server-dot,
.landing-dashboard-user-status {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #57efd9;
  box-shadow: 0 0 12px rgba(87, 239, 217, 0.52);
  flex: 0 0 auto;
}

.landing-dashboard-icon-button {
  width: 38px;
  padding: 0;
  cursor: default;
}

.landing-dashboard-user-pill {
  position: relative;
  min-width: 42px;
  padding-right: 18px;
  font-size: 0.75rem;
  font-weight: 700;
}

.landing-dashboard-user-status {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 7px;
  height: 7px;
}

.landing-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.landing-dashboard-stat-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 110px;
  min-width: 0;
  padding: 15px;
  border-radius: 18px;
}

.landing-dashboard-stat-card strong {
  font-size: 1.42rem;
  line-height: 1.06;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.landing-dashboard-stat-card>span:last-of-type,
.landing-dashboard-stat-card small {
  color: var(--landing-muted);
}

.landing-dashboard-stat-card>span:last-of-type {
  font-size: 0.76rem;
  font-weight: 700;
}

.landing-dashboard-stat-card small {
  font-size: 0.68rem;
}

.landing-dashboard-stat-card.is-tickets .landing-dashboard-stat-icon,
.landing-dashboard-module-card.is-active .landing-dashboard-module-icon {
  color: #7a89ff;
  background: rgba(122, 137, 255, 0.16);
}

.landing-dashboard-stat-card.is-sales .landing-dashboard-stat-icon {
  color: #69b8ff;
  background: rgba(105, 184, 255, 0.16);
}

.landing-dashboard-stat-card.is-health .landing-dashboard-stat-icon {
  color: #6be7d3;
  background: rgba(107, 231, 211, 0.16);
}

.landing-dashboard-stat-card.is-plan .landing-dashboard-stat-icon {
  color: #ffd166;
  background: rgba(255, 209, 102, 0.16);
}

.landing-dashboard-stat-icon,
.landing-dashboard-module-icon,
.landing-dashboard-float-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  color: #dfe7ff;
}

.landing-dashboard-modules-wrap {
  padding: 13px;
  border-radius: 18px;
}

.landing-dashboard-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.landing-dashboard-module-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  min-height: 74px;
  padding: 13px 15px;
  border-radius: 16px;
}

.landing-dashboard-module-card.is-active {
  border-color: rgba(122, 137, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 28px rgba(58, 76, 188, 0.14);
}

.landing-dashboard-module-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.landing-dashboard-module-copy strong {
  font-size: 0.86rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.landing-dashboard-module-copy span {
  color: var(--landing-muted);
  font-size: 0.68rem;
  overflow-wrap: anywhere;
}

.landing-dashboard-module-copy small {
  color: #86a6ff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-dashboard-module-arrow {
  color: #7c89a9;
  font-size: 1.15rem;
  line-height: 1;
}

.landing-dashboard-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr);
  gap: 12px;
}

.landing-dashboard-activity,
.landing-dashboard-highlight {
  padding: 16px;
  border-radius: 18px;
}

.landing-dashboard-activity {
  min-width: 0;
}

.landing-dashboard-highlight {
  min-width: 0;
}

.landing-dashboard-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.landing-dashboard-section-head strong {
  font-size: 0.88rem;
  line-height: 1.1;
}

.landing-dashboard-section-head span {
  color: #8fa0cf;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-dashboard-activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.landing-dashboard-activity-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.landing-dashboard-activity-list strong,
.landing-dashboard-activity-list span,
.landing-dashboard-activity-list time {
  display: block;
}

.landing-dashboard-activity-list strong {
  font-size: 0.8rem;
}

.landing-dashboard-activity-list div span,
.landing-dashboard-activity-list time {
  color: var(--landing-muted);
  font-size: 0.68rem;
}

.landing-dashboard-activity-list time {
  white-space: nowrap;
  text-align: right;
  align-self: center;
}

.landing-dashboard-activity-avatar {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #eef3ff;
  background: rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
}

.landing-dashboard-activity-avatar.is-sale {
  background: rgba(105, 184, 255, 0.16);
  color: #84c8ff;
}

.landing-dashboard-activity-avatar.is-plan {
  background: rgba(255, 209, 102, 0.16);
  color: #ffd166;
}

.landing-dashboard-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.landing-dashboard-highlight-grid div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
}

.landing-dashboard-highlight-grid strong {
  font-size: 1.06rem;
  line-height: 1;
}

.landing-dashboard-highlight-grid span {
  color: var(--landing-muted);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.landing-dashboard-float-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(252px, calc(100% - 28px));
  display: grid;
  gap: 10px;
  padding: 15px 15px 13px;
  border-radius: 22px;
  border-color: rgba(151, 176, 255, 0.22);
  background:
    radial-gradient(circle at top left, rgba(123, 162, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(18, 23, 39, 0.98), rgba(13, 18, 33, 0.98));
  box-shadow:
    0 26px 48px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(122, 137, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  pointer-events: none;
  transform: translateZ(28px) rotateY(-5deg) rotateX(2deg);
  z-index: 4;
}

.landing-dashboard-float-copy {
  display: grid;
  gap: 3px;
}

.landing-dashboard-float-copy strong {
  font-size: 0.96rem;
  letter-spacing: -0.03em;
}

.landing-dashboard-float-copy span,
.landing-dashboard-float-card small {
  color: var(--landing-muted);
  font-size: 0.7rem;
}

.landing-dashboard-float-price {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.landing-dashboard-float-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--landing-muted);
  font-size: 0.68rem;
}

.landing-dashboard-float-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(91, 136, 255, 0.18);
  color: #dce6ff;
  font-size: 0.72rem;
  font-weight: 700;
}

.landing-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.landing-panel-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  min-height: 118px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.landing-panel-card .eyebrow {
  color: var(--landing-highlight);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-panel-card strong {
  font-size: 1.02rem;
  line-height: 1.3;
}

.landing-panel-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.landing-panel-flow {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(132, 231, 221, 0.14);
  background: rgba(132, 231, 221, 0.06);
}

.landing-panel-flow h2 {
  margin: 0;
  font-size: 1rem;
}

.landing-flow-list {
  display: grid;
  gap: 10px;
}

.landing-flow-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.landing-flow-index {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--landing-highlight);
  font-family: var(--landing-display);
  font-size: 1rem;
  font-weight: 700;
}

.landing-flow-copy strong {
  display: block;
  font-size: 0.96rem;
  margin-bottom: 5px;
}

.landing-flow-copy span {
  display: block;
  color: var(--landing-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.landing-hero-panel {
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
  --hero-glow-x: 50%;
  --hero-glow-y: 50%;
}

.landing-hero-stage {
  position: relative;
  min-height: 404px;
  margin-top: 16px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 20% 0%, rgba(79, 165, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(4, 14, 22, 0.94), rgba(5, 18, 27, 0.9));
  overflow: hidden;
  transform-style: preserve-3d;
  transform: perspective(1400px) rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.landing-hero-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--hero-glow-x) var(--hero-glow-y), rgba(77, 228, 207, 0.26), transparent 24%),
    radial-gradient(circle at 70% 22%, rgba(79, 165, 255, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 32%);
  pointer-events: none;
}

.landing-hero-stage::after {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 64px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 64px);
  opacity: 0.3;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.1));
}

.landing-stage-link,
.landing-stage-signal {
  position: absolute;
  z-index: 0;
}

.landing-stage-node {
  position: absolute;
  z-index: 2;
}

.landing-stage-core {
  position: absolute;
  z-index: 3;
}

.landing-stage-link {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(77, 228, 207, 0.1), rgba(79, 165, 255, 0.62), rgba(77, 228, 207, 0.12));
  box-shadow: 0 0 20px rgba(79, 165, 255, 0.16);
  opacity: 0.78;
  transform-origin: left center;
  animation: landing-stage-link-pulse 7s ease-in-out infinite;
}

.landing-stage-link.is-a {
  top: 33%;
  left: 24%;
  width: 24%;
  transform: rotate(18deg);
}

.landing-stage-link.is-b {
  top: 31%;
  right: 22%;
  width: 20%;
  transform: rotate(-16deg);
  animation-delay: -2s;
}

.landing-stage-link.is-c {
  bottom: 30%;
  left: 26%;
  width: 18%;
  transform: rotate(-22deg);
  animation-delay: -3.5s;
}

.landing-stage-link.is-d {
  bottom: 26%;
  right: 22%;
  width: 20%;
  transform: rotate(24deg);
  animation-delay: -1s;
}

.landing-stage-link.is-e {
  top: 49%;
  left: 18%;
  width: 14%;
  transform: rotate(0deg);
  animation-delay: -4.2s;
}

.landing-stage-link.is-f {
  top: 49%;
  right: 18%;
  width: 14%;
  transform: rotate(0deg);
  animation-delay: -5.2s;
}

.landing-stage-signal {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 255, 242, 0.98) 0%, rgba(168, 255, 242, 0) 72%);
  box-shadow: 0 0 18px rgba(77, 228, 207, 0.45);
  animation: landing-stage-signal-float 5.2s ease-in-out infinite;
}

.landing-stage-signal.is-a {
  top: 24%;
  left: 30%;
}

.landing-stage-signal.is-b {
  top: 24%;
  right: 30%;
  animation-delay: -1.8s;
}

.landing-stage-signal.is-c {
  bottom: 23%;
  left: 34%;
  animation-delay: -3s;
}

.landing-stage-signal.is-d {
  bottom: 21%;
  right: 32%;
  animation-delay: -4.2s;
}

.landing-stage-core {
  top: 50%;
  left: 50%;
  width: 206px;
  padding: 22px 18px;
  border-radius: 32px;
  border: 1px solid rgba(77, 228, 207, 0.2);
  background:
    linear-gradient(180deg, rgba(16, 40, 49, 0.98), rgba(8, 21, 30, 0.96));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translate(-50%, -50%) translateZ(48px);
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.landing-stage-core::before {
  content: '';
  position: absolute;
  inset: -24px;
  border-radius: 40px;
  background: radial-gradient(circle, rgba(77, 228, 207, 0.18), transparent 70%);
  filter: blur(16px);
  z-index: -1;
  animation: landing-stage-core-glow 8s ease-in-out infinite;
}

.landing-stage-core img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.landing-stage-core strong {
  font-family: var(--landing-display);
  font-size: 1.54rem;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.landing-stage-core span {
  color: var(--landing-soft);
  font-size: 0.8rem;
  line-height: 1.55;
  max-width: 14ch;
}

.landing-stage-node {
  width: 178px;
  padding: 14px 15px;
  border-radius: 22px;
  border: 1px solid rgba(var(--node-accent-rgb), 0.22);
  background: linear-gradient(180deg, rgba(14, 24, 34, 0.94), rgba(9, 18, 27, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 22px rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  transform: translateZ(18px);
  animation: landing-stage-node-float 8s ease-in-out infinite;
  isolation: isolate;
}

.landing-stage-node.is-tickets {
  top: 8%;
  left: 5%;
}

.landing-stage-node.is-loja {
  top: 8%;
  right: 5%;
  animation-delay: -1.4s;
}

.landing-stage-node.is-seguranca {
  top: 41%;
  left: 0;
  animation-delay: -2.8s;
}

.landing-stage-node.is-streamers {
  top: 41%;
  right: 0;
  animation-delay: -4.1s;
}

.landing-stage-node.is-equipe {
  bottom: 6%;
  left: 8%;
  animation-delay: -5.4s;
}

.landing-stage-node.is-anuncios {
  bottom: 6%;
  right: 6%;
  animation-delay: -6.5s;
}

.landing-stage-node-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--node-accent);
  background: linear-gradient(135deg, rgba(var(--node-accent-rgb), 0.22), rgba(var(--node-accent-rgb), 0.08));
  border: 1px solid rgba(var(--node-accent-rgb), 0.26);
  flex-shrink: 0;
}

.landing-stage-node-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-stage-node-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.landing-stage-node-copy strong {
  font-size: 0.96rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.landing-stage-node-copy span {
  color: var(--landing-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  line-height: 1.22;
}

.landing-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.landing-capability-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(var(--cap-accent-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 14px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.landing-capability-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--cap-accent-rgb), 0.28);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
}

.landing-capability-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--cap-accent-rgb), 0.18), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 30%);
  pointer-events: none;
}

.landing-capability-card>* {
  position: relative;
  z-index: 1;
}

.landing-capability-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.landing-capability-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(var(--cap-accent-rgb), 0.22), rgba(var(--cap-accent-rgb), 0.08));
  border: 1px solid rgba(var(--cap-accent-rgb), 0.24);
  color: var(--cap-accent);
  flex-shrink: 0;
}

.landing-capability-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-capability-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--cap-accent-rgb), 0.14);
  color: var(--cap-accent);
  border: 1px solid rgba(var(--cap-accent-rgb), 0.16);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.landing-capability-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.26;
  letter-spacing: -0.03em;
}

.landing-capability-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.landing-capability-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-capability-list li {
  position: relative;
  padding-left: 18px;
  color: var(--landing-soft);
  font-size: 0.86rem;
  line-height: 1.6;
}

.landing-capability-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cap-accent);
  box-shadow: 0 0 0 4px rgba(var(--cap-accent-rgb), 0.12);
  transform: translateY(-50%);
}

.landing-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.landing-entry-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(var(--entry-accent-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(9, 32, 39, 0.94), rgba(5, 18, 24, 0.92));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 16px;
  min-height: 100%;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.landing-entry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--entry-accent-rgb), 0.28);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
}

.landing-entry-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--entry-accent-rgb), 0.16), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 26%);
  pointer-events: none;
}

.landing-entry-card>* {
  position: relative;
  z-index: 1;
}

.landing-entry-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.landing-entry-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--entry-accent);
  background: linear-gradient(135deg, rgba(var(--entry-accent-rgb), 0.22), rgba(var(--entry-accent-rgb), 0.08));
  border: 1px solid rgba(var(--entry-accent-rgb), 0.22);
  flex-shrink: 0;
}

.landing-entry-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-entry-card .landing-system-category {
  margin-bottom: 10px;
}

.landing-entry-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.landing-entry-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.92rem;
  line-height: 1.72;
}

.landing-entry-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-entry-points li {
  color: var(--landing-soft);
  font-size: 0.84rem;
  line-height: 1.58;
  position: relative;
  padding-left: 16px;
}

.landing-entry-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--entry-accent);
  transform: translateY(-50%);
}

.landing-overview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-overview-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.landing-overview-card .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--landing-highlight);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-overview-card .eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--landing-primary);
}

.landing-overview-card h2 {
  margin: 14px 0 10px;
  font-size: 1.22rem;
  line-height: 1.3;
}

.landing-overview-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.landing-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  max-width: 800px;
}

.landing-section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--landing-highlight);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-section-head .eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--landing-primary);
  box-shadow: 0 0 16px rgba(77, 228, 207, 0.58);
}

.landing-section-head h2 {
  margin: 0;
  font-family: var(--landing-display);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.landing-section-head p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.8;
  font-size: 1rem;
}

.landing-section-head.centered {
  margin: 0 auto 24px;
  text-align: center;
  justify-items: center;
}

.landing-systems-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  justify-content: center;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.landing-system-card {
  position: relative;
  padding: 18px 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  min-height: 182px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.landing-system-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--landing-primary), rgba(79, 165, 255, 0.9));
  opacity: 0.9;
}

.landing-system-card:hover,
.landing-system-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(132, 231, 221, 0.24);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.landing-system-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(132, 231, 221, 0.1);
  color: var(--landing-highlight);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-system-card h3 {
  margin: 16px 0 10px;
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.landing-system-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.landing-system-card .landing-btn {
  min-width: 132px;
  margin-top: auto;
}

.landing-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(132, 231, 221, 0.12);
  background: rgba(132, 231, 221, 0.06);
  color: var(--landing-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.landing-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-plan-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.landing-plan-card.featured {
  border-color: var(--landing-border-strong);
  background:
    radial-gradient(circle at top right, rgba(77, 228, 207, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 31, 38, 0.96), rgba(5, 20, 26, 0.94));
  transform: translateY(-6px);
}

.landing-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(132, 231, 221, 0.12);
  color: var(--landing-highlight);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-plan-head {
  display: grid;
  gap: 8px;
}

.landing-plan-head h3 {
  margin: 0;
  font-size: 1.48rem;
  letter-spacing: -0.04em;
}

.landing-plan-head p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.7;
  font-size: 0.94rem;
}

.landing-plan-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--landing-display);
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.landing-plan-price span {
  color: var(--landing-soft);
  font-family: var(--landing-font);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0;
}

.landing-plan-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-plan-list li {
  position: relative;
  padding-left: 18px;
  color: var(--landing-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.landing-plan-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--landing-primary);
  box-shadow: 0 0 14px rgba(77, 228, 207, 0.44);
  transform: translateY(-50%);
}

.landing-plan-card .landing-btn {
  width: 100%;
}

.landing-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.landing-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
  display: grid;
  gap: 12px;
}

.landing-faq-question {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.landing-faq-body {
  padding: 0;
  color: var(--landing-muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.landing-cta-panel {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--landing-border);
  background:
    radial-gradient(circle at top right, rgba(79, 165, 255, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(7, 29, 36, 0.96), rgba(4, 18, 24, 0.94));
  box-shadow: var(--landing-shadow);
  text-align: center;
}

.landing-cta-panel h2 {
  margin: 0;
  font-family: var(--landing-display);
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.landing-cta-panel p {
  margin: 0 auto;
  max-width: 60ch;
  color: var(--landing-muted);
  line-height: 1.8;
  font-size: 1rem;
}

.landing-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.landing-discord-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 24px;
  align-items: stretch;
  padding: 32px;
  border-radius: 34px;
  border: 1px solid var(--landing-border);
  background:
    radial-gradient(circle at top right, rgba(114, 137, 218, 0.26), transparent 34%),
    radial-gradient(circle at bottom left, rgba(77, 228, 207, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(8, 24, 38, 0.96), rgba(4, 14, 24, 0.96));
  box-shadow: var(--landing-shadow);
  overflow: hidden;
}

.landing-discord-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.04)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 96px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 96px);
  opacity: 0.34;
  pointer-events: none;
}

.landing-discord-copy,
.landing-discord-panel {
  position: relative;
  z-index: 1;
}

.landing-discord-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.landing-discord-copy h2 {
  margin: 0;
  font-family: var(--landing-display);
  font-size: clamp(2.1rem, 2.9vw, 3.3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  max-width: 14ch;
  text-wrap: balance;
}

.landing-discord-copy p {
  margin: 0;
  max-width: 58ch;
  color: var(--landing-muted);
  font-size: 1rem;
  line-height: 1.82;
}

.landing-discord-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.landing-discord-actions .landing-btn svg,
.landing-footer-discord-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.landing-discord-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-discord-chips>span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--landing-soft);
  font-size: 0.84rem;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.landing-discord-chips>span:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(5, 12, 24, 0.18);
}

.landing-discord-chip-icon,
.landing-discord-stat-icon,
.landing-discord-feed-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
}

.landing-discord-chip-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(114, 137, 218, 0.16);
  color: #cfd7ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: landing-discord-icon-float 3.6s ease-in-out infinite;
}

.landing-discord-chip-icon svg,
.landing-discord-stat-icon svg,
.landing-discord-feed-icon svg,
.landing-discord-badge svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-discord-chips>span.is-alert .landing-discord-chip-icon {
  background: rgba(255, 209, 102, 0.16);
  color: #ffd166;
}

.landing-discord-chips>span.is-staff .landing-discord-chip-icon {
  background: rgba(87, 239, 217, 0.16);
  color: #57efd9;
  animation-delay: -1.2s;
}

.landing-discord-chips>span.is-live .landing-discord-chip-icon {
  background: rgba(142, 140, 255, 0.16);
  color: #b8b5ff;
  animation-delay: -2.1s;
}

.landing-discord-banner {
  position: relative;
  min-height: 252px;
  margin-top: 8px;
  border-radius: 28px;
  border: 1px solid rgba(121, 143, 255, 0.3);
  background: rgba(10, 16, 34, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 40px rgba(39, 59, 160, 0.2);
  overflow: hidden;
  isolation: isolate;
}

.landing-discord-banner::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 3;
}

.landing-discord-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 10, 24, 0.02) 0%, rgba(6, 10, 24, 0.14) 100%),
    linear-gradient(135deg, rgba(121, 143, 255, 0.18), transparent 42%, rgba(87, 239, 217, 0.12) 100%);
  z-index: 2;
  pointer-events: none;
}

.landing-discord-banner-grid {
  position: relative;
  z-index: 1;
  min-height: 252px;
}

.landing-discord-banner-media {
  position: absolute;
  inset: 0;
}

.landing-discord-banner-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.landing-discord-banner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-discord-banner-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 15, 38, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.landing-discord-banner-pill::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #aef5ee;
  box-shadow: 0 0 18px rgba(174, 245, 238, 0.8);
  flex-shrink: 0;
  animation: landing-discord-banner-pulse 2.4s ease-in-out infinite;
}

.landing-discord-banner-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8, 15, 38, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.landing-discord-banner-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.38);
  animation: landing-discord-banner-dot 2.8s ease-in-out infinite;
}

.landing-discord-banner-dots span:nth-child(2) {
  animation-delay: -0.9s;
}

.landing-discord-banner-dots span:nth-child(3) {
  animation-delay: -1.8s;
}

.landing-discord-banner-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 176px;
  margin-top: auto;
}

.landing-discord-banner-gridline,
.landing-discord-banner-orb,
.landing-discord-banner-ribbon,
.landing-discord-banner-ring {
  position: absolute;
  pointer-events: none;
}

.landing-discord-banner-gridline {
  inset: 12px 18px 16px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 72px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 72px);
  opacity: 0.18;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18));
}

.landing-discord-banner-orb {
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.92;
}

.landing-discord-banner-orb.is-a {
  top: 18%;
  left: 10%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(173, 241, 255, 0.38) 0%, rgba(173, 241, 255, 0) 70%);
  animation: landing-discord-banner-float-a 6.8s ease-in-out infinite;
}

.landing-discord-banner-orb.is-b {
  right: 10%;
  bottom: 14%;
  width: 154px;
  height: 154px;
  background: radial-gradient(circle, rgba(209, 217, 255, 0.34) 0%, rgba(209, 217, 255, 0) 72%);
  animation: landing-discord-banner-float-b 7.6s ease-in-out infinite;
}

.landing-discord-banner-ribbon {
  left: 50%;
  top: 58%;
  width: 82%;
  height: 74px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(191, 226, 255, 0.28), rgba(255, 255, 255, 0));
  filter: blur(18px);
  transform: translate(-50%, -50%) rotate(-6deg);
  opacity: 0.62;
  animation: landing-discord-banner-ribbon 7s ease-in-out infinite;
}

.landing-discord-banner-ring {
  left: 50%;
  top: 57%;
  width: 228px;
  height: 228px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%);
  opacity: 0.42;
  animation: landing-discord-banner-ring 7s ease-in-out infinite;
}

.landing-discord-banner-card {
  position: relative;
  z-index: 2;
  width: min(100%, 324px);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 20px 18px 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(8, 15, 38, 0.22), rgba(8, 15, 38, 0.32)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 18px 36px rgba(34, 43, 120, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  transform: translateY(0);
  animation: landing-discord-banner-card 5.8s ease-in-out infinite;
}

.landing-discord-banner-card::before {
  content: '';
  position: absolute;
  inset: auto 16px 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  opacity: 0.8;
}

.landing-discord-banner-icon {
  width: 84px;
  height: 84px;
  padding: 10px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(9, 18, 48, 0.42), rgba(9, 18, 48, 0.18)),
    rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 22, 72, 0.22);
}

.landing-discord-banner-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.landing-discord-banner-name {
  margin: 0;
  text-align: center;
  font-family: var(--landing-display);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  text-wrap: balance;
}

.landing-discord-banner-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.landing-discord-banner-meta::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #aef5ee;
  box-shadow: 0 0 14px rgba(174, 245, 238, 0.76);
  flex-shrink: 0;
}

.landing-discord-panel {
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(114, 137, 218, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(14, 23, 42, 0.94), rgba(9, 16, 31, 0.96));
  display: grid;
  gap: 18px;
  min-height: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.landing-discord-panel[data-state="loading"] .landing-discord-status {
  color: #b9c4ff;
}

.landing-discord-panel[data-state="error"] .landing-discord-status {
  color: #ffd166;
}

.landing-discord-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-discord-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(173, 189, 255, 0.2);
  background: rgba(114, 137, 218, 0.14);
  color: #d9e0ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-discord-status {
  color: var(--landing-soft);
  font-size: 0.83rem;
  font-weight: 700;
  text-align: right;
}

.landing-discord-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.landing-discord-avatar {
  width: 68px;
  height: 68px;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(114, 137, 218, 0.2), rgba(77, 228, 207, 0.1)),
    rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.landing-discord-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.landing-discord-identity-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.landing-discord-identity-copy strong {
  font-family: var(--landing-display);
  font-size: 1.28rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.landing-discord-identity-copy p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.landing-discord-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.landing-discord-stat {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  min-height: 124px;
  align-content: start;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.landing-discord-stat:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 26px rgba(5, 12, 24, 0.22);
}

.landing-discord-stat-head,
.landing-discord-feed-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-discord-stat-icon,
.landing-discord-feed-icon {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #dbe4ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing-discord-stat.is-members .landing-discord-stat-icon {
  background: rgba(87, 239, 217, 0.16);
  color: #57efd9;
}

.landing-discord-stat.is-online .landing-discord-stat-icon {
  background: rgba(114, 137, 218, 0.16);
  color: #b7c4ff;
}

.landing-discord-stat.is-entry .landing-discord-stat-icon {
  background: rgba(255, 209, 102, 0.16);
  color: #ffd166;
}

.landing-discord-stat-label {
  color: var(--landing-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-discord-stat strong {
  font-family: var(--landing-display);
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.landing-discord-stat span:last-child {
  color: var(--landing-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.landing-discord-feed {
  display: grid;
  gap: 10px;
}

.landing-discord-feed-item {
  display: grid;
  gap: 6px;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.landing-discord-feed-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.landing-discord-feed-title>span:last-child {
  color: var(--landing-highlight);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-discord-feed-item strong {
  font-size: 0.98rem;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.landing-discord-feed-item.is-support .landing-discord-feed-icon {
  background: rgba(87, 239, 217, 0.16);
  color: #57efd9;
}

.landing-discord-feed-item.is-news .landing-discord-feed-icon {
  background: rgba(142, 140, 255, 0.16);
  color: #b8b5ff;
}

.landing-btn.is-disabled,
.landing-footer-discord-btn.is-disabled {
  opacity: 0.64;
}

.landing-footer-discord-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(173, 189, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(114, 137, 218, 0.2), rgba(77, 228, 207, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #f4f8ff;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(88, 101, 242, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.landing-footer-discord-btn:hover,
.landing-footer-discord-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(173, 189, 255, 0.32);
  box-shadow: 0 20px 36px rgba(88, 101, 242, 0.24);
  outline: none;
}

.landing-footer {
  width: min(calc(100% - 32px), var(--landing-max));
  margin: 0 auto;
  padding: 10px 0 42px;
}

.landing-footer-shell {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.landing-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-footer-brand {
  max-width: 420px;
  display: grid;
  gap: 14px;
}

.landing-footer-brand p {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.landing-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr 1fr;
  gap: 18px;
  margin-top: 24px;
}

.landing-footer-col {
  display: grid;
  gap: 12px;
  align-content: start;
}

.landing-footer-col h3 {
  margin: 0;
  color: var(--landing-highlight);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-footer-col a,
.landing-footer-col p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.landing-footer-col a:hover,
.landing-footer-col a:focus-visible {
  color: var(--landing-text);
  outline: none;
}

.landing-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.landing-payment-logo {
  display: grid;
  place-items: center;
  min-height: 62px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.landing-payment-logo img {
  width: 100%;
  max-width: 92px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.landing-payment-logo.is-mastercard img,
.landing-payment-logo.is-pix img {
  max-width: 64px;
}

.landing-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--landing-soft);
  font-size: 0.86rem;
  line-height: 1.7;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes landing-drift {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(20px, -24px, 0) scale(1.06);
  }
}

@keyframes landing-beam-float {
  0% {
    transform: translate3d(-6%, 0, 0) rotate(-18deg);
  }

  50% {
    transform: translate3d(14%, -10%, 0) rotate(-14deg);
  }

  100% {
    transform: translate3d(28%, -18%, 0) rotate(-20deg);
  }
}

@keyframes landing-pulse {

  0%,
  100% {
    transform: scale(0.86);
    opacity: 0.42;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.18;
  }
}

@keyframes landing-bob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

@keyframes landing-ribbon-flow {

  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    opacity: 0.34;
    transform: translate3d(30px, -22px, 0) rotate(8deg) scale(1.08);
  }
}

@keyframes landing-spark-rise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.6);
    opacity: 0;
  }

  20% {
    opacity: 0.85;
  }

  80% {
    opacity: 0.35;
  }

  100% {
    transform: translate3d(36px, -82vh, 0) scale(1.2);
    opacity: 0;
  }
}

@keyframes landing-stage-link-pulse {

  0%,
  100% {
    opacity: 0.42;
    filter: saturate(0.92);
  }

  50% {
    opacity: 0.88;
    filter: saturate(1.08);
  }
}

@keyframes landing-stage-node-float {

  0%,
  100% {
    transform: translateZ(18px) translateY(0);
  }

  50% {
    transform: translateZ(28px) translateY(-8px);
  }
}

@keyframes landing-stage-signal-float {

  0%,
  100% {
    transform: translateY(0) scale(0.9);
    opacity: 0.58;
  }

  50% {
    transform: translateY(-8px) scale(1.2);
    opacity: 1;
  }
}

@keyframes landing-stage-core-glow {

  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes landing-discord-icon-float {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-3px) scale(1.04);
  }
}

@media (max-width: 1360px) {
  .landing-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.92fr);
    gap: 32px;
  }

  .landing-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-panel {
    min-height: 500px;
  }

  .landing-dashboard-showcase {
    width: 100%;
    min-height: 470px;
    padding: 18px 16px 34px;
    transform: translateX(0) scale(0.93);
  }

  .landing-dashboard-shell {
    grid-template-columns: 148px minmax(0, 1fr);
    transform: rotateX(1.6deg) rotateY(-4deg) rotateZ(-0.45deg);
  }

  .landing-dashboard-stats,
  .landing-dashboard-modules,
  .landing-dashboard-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-dashboard-module-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .landing-dashboard-module-arrow {
    display: none;
  }

  .landing-dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .landing-dashboard-float-card {
    right: 10px;
    bottom: 12px;
    width: min(240px, calc(100% - 24px));
  }
}

@media (max-width: 1180px) {

  .landing-capability-grid,
  .landing-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-discord-showcase {
    grid-template-columns: 1fr;
  }

  .landing-discord-banner {
    min-height: 230px;
  }

  .landing-discord-banner-grid {
    min-height: 230px;
  }

  .landing-systems-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .landing-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.9fr);
    gap: 28px;
  }

  .landing-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-panel {
    min-height: 470px;
  }

  .landing-dashboard-showcase {
    width: 100%;
    min-height: 444px;
    padding: 16px 10px 28px;
    transform: translateX(0) scale(0.91);
  }

  .landing-dashboard-shell {
    grid-template-columns: 142px minmax(0, 1fr);
    transform: rotateX(1.2deg) rotateY(-3deg) rotateZ(-0.35deg);
  }

  .landing-dashboard-stats,
  .landing-dashboard-modules,
  .landing-dashboard-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-dashboard-module-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .landing-dashboard-module-arrow {
    display: none;
  }

  .landing-dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .landing-dashboard-float-card {
    right: 10px;
    bottom: 12px;
    width: min(240px, calc(100% - 24px));
  }
}

@media (max-width: 980px) {
  .landing-header {
    width: min(calc(100% - 24px), var(--landing-max));
  }

  .landing-header-bar {
    flex-wrap: wrap;
    border-radius: 24px;
  }

  .landing-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .landing-brand {
    flex: 1 1 100%;
    align-items: flex-start;
  }

  .landing-brand-copy {
    max-width: none;
  }

  .landing-nav-shell {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding-top: 6px;
  }

  .landing-nav-shell.open {
    display: flex;
  }

  .landing-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    margin: 0;
  }

  .landing-nav a {
    width: 100%;
    text-align: center;
  }

  .landing-nav-home {
    display: none !important;
  }

  .landing-header-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: stretch;
    margin-left: 0;
  }

  .landing-header-actions>* {
    flex: 1 1 220px;
  }

  .landing-profile-wrap {
    flex: 1 1 100%;
  }

  .landing-profile-btn {
    width: 100%;
    justify-content: space-between;
  }

  .landing-profile-dropdown {
    position: static;
    margin-top: 10px;
  }

  .landing-hero-grid,
  .landing-overview-strip,
  .landing-plans-grid,
  .landing-faq-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: auto;
    align-items: stretch;
    padding-top: 28px;
  }

  .landing-hero-copy {
    max-width: none;
    padding: 6px 0 0;
  }

  .landing-hero-copy h1 {
    max-width: 12ch;
  }

  .landing-hero-panel {
    min-height: auto;
    padding: 4px 0 10px;
  }

  .landing-dashboard-showcase {
    width: 100%;
    min-height: auto;
    padding: 10px 8px 16px;
    transform: none;
  }

  .landing-dashboard-shell {
    grid-template-columns: 1fr;
    gap: 14px;
    transform: none;
  }

  .landing-dashboard-sidebar {
    min-height: auto;
    grid-template-rows: auto auto auto;
  }

  .landing-dashboard-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-dashboard-toolbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .landing-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-dashboard-modules-wrap {
    padding: 12px;
  }

  .landing-dashboard-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .landing-dashboard-float-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(320px, 100%);
    margin: 8px 0 0 auto;
    transform: none;
  }

  .landing-systems-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-plan-card.featured {
    transform: none;
  }

  .landing-discord-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-discord-banner {
    min-height: 230px;
  }

  .landing-discord-banner-grid {
    min-height: 230px;
  }

  .landing-footer-top {
    flex-direction: column;
  }
}

@media (max-width: 720px) {

  .landing-section,
  .landing-footer {
    width: min(calc(100% - 20px), var(--landing-max));
  }

  .landing-brand-field {
    min-height: 44px;
    padding: 8px 10px;
  }

  .landing-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.55rem, 11vw, 3.6rem);
    line-height: 0.98;
  }

  .landing-hero-title-line+.landing-hero-title-line {
    margin-top: 0.12em;
  }

  .landing-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .landing-hero-actions,
  .landing-cta-actions,
  .landing-discord-actions {
    flex-direction: column;
  }

  .landing-hero-actions .landing-btn,
  .landing-cta-actions .landing-btn,
  .landing-discord-actions .landing-btn {
    width: 100%;
  }

  .landing-panel-grid,
  .landing-capability-grid,
  .landing-entry-grid,
  .landing-systems-grid,
  .landing-footer-grid {
    grid-template-columns: 1fr;
  }

  .landing-panel-flow {
    padding: 16px;
  }

  .landing-flow-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .landing-flow-index {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .landing-plan-card,
  .landing-overview-card,
  .landing-system-card,
  .landing-faq-item,
  .landing-cta-panel,
  .landing-discord-showcase,
  .landing-discord-panel,
  .landing-footer-shell {
    border-radius: 24px;
  }

  .landing-header-bar {
    padding: 14px;
  }

  .landing-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 0;
  }

  .landing-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-discord-showcase {
    padding: 22px;
  }

  .landing-discord-banner {
    min-height: 216px;
    border-radius: 24px;
  }

  .landing-discord-banner-grid {
    min-height: 216px;
    padding: 16px;
  }

  .landing-discord-banner::before {
    inset: 7px;
    border-radius: 18px;
  }

  .landing-discord-banner-media img {
    object-position: center;
  }

  .landing-discord-copy h2 {
    max-width: none;
  }

  .landing-discord-identity {
    align-items: flex-start;
  }

  .landing-discord-stats {
    grid-template-columns: 1fr;
  }

  .landing-dashboard-showcase {
    padding: 0 0 8px;
    gap: 12px;
    transform: none;
  }

  .landing-dashboard-shell,
  .landing-dashboard-sidebar,
  .landing-dashboard-toolbar-card,
  .landing-dashboard-modules-wrap,
  .landing-dashboard-activity,
  .landing-dashboard-highlight,
  .landing-dashboard-float-card {
    border-radius: 20px;
  }

  .landing-dashboard-nav {
    grid-template-columns: 1fr 1fr;
  }

  .landing-dashboard-nav a {
    padding: 10px;
  }

  .landing-dashboard-nav a span:last-child {
    font-size: 0.72rem;
  }

  .landing-dashboard-sidebar-support {
    display: none;
  }

  .landing-dashboard-toolbar-actions {
    gap: 8px;
  }

  .landing-dashboard-server-chip,
  .landing-dashboard-user-pill {
    min-height: 36px;
  }

  .landing-dashboard-stats,
  .landing-dashboard-modules,
  .landing-dashboard-highlight-grid {
    grid-template-columns: 1fr;
  }

  .landing-dashboard-module-card,
  .landing-dashboard-stat-card {
    min-height: auto;
  }

  .landing-dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .landing-dashboard-float-card {
    width: 100%;
    margin: 10px 0 0;
    transform: none;
  }

  .landing-hero-stage {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
  }

  .landing-stage-core {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 208px);
    justify-self: center;
    grid-column: 1 / -1;
    order: 1;
    transform: none;
  }

  .landing-stage-node {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    animation: none;
    transform: none;
  }

  .landing-stage-node.is-tickets {
    order: 2;
  }

  .landing-stage-node.is-loja {
    order: 3;
  }

  .landing-stage-node.is-seguranca {
    order: 4;
  }

  .landing-stage-node.is-streamers {
    order: 5;
  }

  .landing-stage-node.is-equipe {
    order: 6;
  }

  .landing-stage-node.is-anuncios {
    order: 7;
  }

  .landing-stage-link,
  .landing-stage-signal {
    display: none;
  }
}

@media (max-width: 560px) {
  .landing-hero {
    padding-top: 22px;
    padding-bottom: 40px;
  }

  .landing-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .landing-hero-meta {
    grid-template-columns: 1fr;
  }

  .landing-hero-meta span {
    min-height: 52px;
    padding: 13px 14px;
  }

  .landing-dashboard-showcase {
    padding-bottom: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .landing-orb,
  .landing-beam,
  .landing-pulse,
  .landing-ribbon,
  .landing-spark,
  .landing-stage-link,
  .landing-stage-node,
  .landing-stage-signal,
  .landing-stage-core::before,
  .landing-scroll-link span {
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .landing-btn,
  .landing-system-card,
  .landing-hero-stage,
  .landing-dashboard-shell,
  .landing-nav a {
    transition: none !important;
  }
}


/* ==========================================================================
   Landing premium hero/header override - 2026-04-23
   ========================================================================== */

body.landing {
  background:
    radial-gradient(circle at 74% 22%, rgba(52, 120, 255, 0.18), transparent 32%),
    radial-gradient(circle at 18% 8%, rgba(148, 174, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #03070d 0%, #06111b 42%, #07131f 100%) !important;
}

body.landing::before {
  background:
    linear-gradient(114deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 8%, transparent 23%),
    linear-gradient(163deg, transparent 54%, rgba(129, 178, 255, 0.08) 78%, transparent 100%),
    radial-gradient(circle at 58% 102%, rgba(95, 155, 255, 0.14), transparent 36%) !important;
  opacity: .55 !important;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .78) 62%, rgba(0, 0, 0, .38)) !important;
}

.landing-shell {
  overflow: hidden;
}

.landing-ambient {
  mix-blend-mode: screen;
  opacity: .78;
}

.landing-orb,
.landing-pulse,
.landing-spark {
  opacity: .22 !important;
}

.landing-ribbon,
.landing-beam {
  border-radius: 999px;
  opacity: .34 !important;
  filter: blur(18px) !important;
}

.landing-beam.is-a {
  top: -2%;
  left: -6%;
  width: 48rem;
  height: 5.5rem;
  transform: rotate(25deg);
  background: linear-gradient(90deg, transparent, rgba(208, 224, 255, .34), rgba(94, 155, 255, .08), transparent);
}

.landing-beam.is-b {
  bottom: 2%;
  left: -14%;
  width: 58rem;
  height: 5rem;
  transform: rotate(-13deg);
  background: linear-gradient(90deg, transparent, rgba(128, 178, 255, .18), rgba(255, 255, 255, .16), transparent);
}

.landing-header {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 72px), 1430px) !important;
  padding-top: 28px !important;
  z-index: 50;
}

.landing-header-bar {
  min-height: 64px;
  padding: 8px 0 !important;
  border: 0 !important;
  /* ========================================================================== 
   Landing Hero Final Overrides - 2026-04-23
   Single source of truth for the premium top section.
   ========================================================================== */

  body.landing {
    background:
      radial-gradient(circle at 74% 22%, rgba(56, 123, 255, 0.18), transparent 30%),
      radial-gradient(circle at 14% 8%, rgba(191, 211, 255, 0.12), transparent 24%),
      radial-gradient(circle at 50% 110%, rgba(53, 110, 220, 0.12), transparent 28%),
      linear-gradient(180deg, #03070d 0%, #07111b 38%, #091421 100%);
  }

  body.landing::before {
    background:
      linear-gradient(118deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 9%, transparent 23%),
      linear-gradient(165deg, transparent 56%, rgba(98, 146, 255, 0.08) 78%, transparent 100%),
      radial-gradient(circle at 54% 102%, rgba(88, 143, 255, 0.14), transparent 34%);
    opacity: 0.56;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.82) 62%, rgba(0, 0, 0, 0.38));
  }

  body.landing .landing-shell {
    overflow-x: hidden;
  }

  body.landing .landing-ambient {
    mix-blend-mode: screen;
    opacity: 0.72;
  }

  body.landing .landing-orb,
  body.landing .landing-pulse,
  body.landing .landing-spark {
    opacity: 0.18;
  }

  body.landing .landing-ribbon,
  body.landing .landing-beam {
    opacity: 0.28;
    filter: blur(18px);
  }

  body.landing .landing-beam.is-a {
    top: -1%;
    left: -10%;
    width: 50rem;
    height: 5rem;
    transform: rotate(24deg);
    background: linear-gradient(90deg, transparent, rgba(214, 227, 255, 0.28), rgba(73, 132, 255, 0.1), transparent);
  }

  body.landing .landing-beam.is-b {
    bottom: 1%;
    left: -12%;
    width: 60rem;
    height: 4.6rem;
    transform: rotate(-12deg);
    background: linear-gradient(90deg, transparent, rgba(106, 153, 255, 0.16), rgba(255, 255, 255, 0.14), transparent);
  }

  body.landing .landing-section,
  body.landing .landing-footer {
    width: min(calc(100% - 64px), 1420px);
  }

  body.landing .landing-hero {
    position: relative;
    min-height: 100vh;
    padding-top: clamp(124px, 13vh, 156px);
    padding-bottom: clamp(48px, 7vh, 84px);
    align-items: center;
    overflow: hidden;
  }

  body.landing .landing-hero::before {
    content: '';
    position: absolute;
    inset: 8% -6% auto auto;
    width: min(56vw, 780px);
    height: min(56vw, 780px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 132, 255, 0.18) 0%, rgba(77, 132, 255, 0.07) 38%, transparent 72%);
    filter: blur(34px);
    pointer-events: none;
  }

  body.landing .landing-hero::after {
    content: '';
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: 0;
    height: 160px;
    background:
      linear-gradient(102deg, transparent 0%, rgba(153, 186, 255, 0.14) 18%, transparent 32%),
      linear-gradient(180deg, transparent 0%, rgba(104, 149, 255, 0.08) 100%);
    filter: blur(18px);
    pointer-events: none;
  }

  body.landing .landing-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    align-items: center;
    gap: clamp(40px, 5vw, 84px);
    width: 100%;
    min-width: 0;
  }

  body.landing .landing-hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 620px;
    min-width: 0;
  }

  body.landing .landing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid rgba(134, 171, 255, 0.18);
    border-radius: 999px;
    background: rgba(8, 14, 25, 0.52);
    color: rgba(216, 226, 244, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
  }

  body.landing .landing-kicker::before {
    width: 8px;
    height: 8px;
    background: #5f96ff;
    box-shadow: 0 0 0 6px rgba(95, 150, 255, 0.12);
  }

  body.landing .landing-hero-copy h1 {
    max-width: 620px;
    margin: 24px 0 20px;
    font-size: clamp(3.35rem, 4.6vw, 4.35rem);
    line-height: 1.08;
    letter-spacing: -0.065em;
    font-weight: 800;
  }

  body.landing .landing-hero-title-line {
    display: block;
  }

  body.landing .landing-hero-copy h1 .accent,
  body.landing .landing-hero-copy h1 strong {
    background: linear-gradient(180deg, #91bbff 0%, #5e94ff 45%, #3c79ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  body.landing .landing-hero-copy p {
    max-width: 560px;
    color: rgba(208, 218, 235, 0.78);
    font-size: 1.02rem;
    line-height: 1.72;
  }

  body.landing .landing-hero-actions {
    margin-top: 30px;
    gap: 14px;
  }

  body.landing .landing-hero-actions .landing-btn {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
  }

  body.landing .landing-hero-actions .landing-btn.primary {
    color: #ffffff;
    background: linear-gradient(135deg, #7da4ff 0%, #4f86ff 54%, #2f70ff 100%);
    box-shadow: 0 18px 38px rgba(55, 109, 255, 0.34), 0 0 26px rgba(105, 147, 255, 0.18);
  }

  body.landing .landing-hero-actions .landing-btn.secondary {
    color: rgba(235, 241, 255, 0.9);
    border-color: rgba(144, 171, 221, 0.18);
    background: rgba(8, 13, 23, 0.4);
  }

  body.landing .landing-hero .landing-hero-meta {
    width: 100%;
    max-width: 620px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  body.landing .landing-hero .landing-hero-meta>span {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 10px;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.landing .landing-hero .landing-hero-meta svg {
    width: 20px;
    height: 20px;
    stroke: #76a7ff;
    stroke-width: 1.8;
    opacity: 0.94;
  }

  body.landing .landing-hero .landing-hero-meta-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  body.landing .landing-hero .landing-hero-meta-copy strong {
    color: #eff4ff;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
  }

  body.landing .landing-hero .landing-hero-meta-copy small {
    color: rgba(183, 197, 224, 0.66);
    font-size: 0.74rem;
    line-height: 1.5;
  }

  body.landing .landing-hero-panel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    min-height: 640px;
    padding: 24px 18px 42px;
  }

  body.landing .landing-hero-panel::before,
  body.landing .landing-hero-panel::after,
  body.landing .landing-dashboard-showcase::before,
  body.landing .landing-dashboard-showcase::after {
    display: none;
  }

body.landing .landing-dashboard-showcase {
  position: relative;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 24px 8px 20px;
  transform: perspective(1800px) rotateY(-11deg) rotateX(5deg);
  transform-style: preserve-3d;
}

  body.landing .landing-dashboard-showcase>* {
    transform: translateZ(0);
  }

  body.landing .landing-dashboard-shell {
    width: 100%;
    border-radius: 34px;
    border: 1px solid rgba(136, 162, 214, 0.18);
    background:
      linear-gradient(180deg, rgba(14, 21, 35, 0.95) 0%, rgba(9, 15, 28, 0.98) 100%),
      rgba(8, 13, 24, 0.92);
    box-shadow:
      0 42px 84px rgba(2, 7, 20, 0.56),
      0 0 0 1px rgba(255, 255, 255, 0.035) inset,
      0 0 64px rgba(71, 120, 255, 0.12);
    overflow: hidden;
  }

  body.landing .landing-dashboard-sidebar {
    background: linear-gradient(180deg, rgba(9, 16, 29, 0.98) 0%, rgba(7, 13, 24, 0.98) 100%);
  }

  body.landing .landing-dashboard-main {
    background: linear-gradient(180deg, rgba(10, 18, 31, 0.9) 0%, rgba(9, 15, 27, 0.96) 100%);
  }

  body.landing .landing-dashboard-toolbar-card,
  body.landing .landing-dashboard-stat-card,
  body.landing .landing-dashboard-modules-wrap,
  body.landing .landing-dashboard-module-card,
  body.landing .landing-dashboard-activity,
  body.landing .landing-dashboard-highlight,
  body.landing .landing-dashboard-float-card {
    border-color: rgba(136, 162, 214, 0.14);
    background: linear-gradient(180deg, rgba(17, 26, 42, 0.9) 0%, rgba(11, 18, 31, 0.94) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  body.landing .landing-dashboard-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.landing .landing-dashboard-modules {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.landing .landing-dashboard-module-card {
    min-height: 106px;
  }

  body.landing .landing-dashboard-bottom {
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
  }

body.landing .landing-dashboard-float-card {
  display: none;
}

  body.landing .landing-dashboard-float-price {
    color: #f8fbff;
    font-size: 2rem;
  }

  @media (max-width: 1360px) {

    body.landing .landing-section,
    body.landing .landing-footer {
      width: min(calc(100% - 48px), 1320px);
    }

    body.landing .landing-hero-grid {
      grid-template-columns: minmax(0, 1fr) minmax(480px, 0.98fr);
      gap: clamp(34px, 4vw, 64px);
    }

    body.landing .landing-hero-copy,
    body.landing .landing-hero-copy h1,
    body.landing .landing-hero .landing-hero-meta {
      max-width: 580px;
    }

    body.landing .landing-hero-copy h1 {
      font-size: clamp(3rem, 4vw, 4rem);
    }

    body.landing .landing-dashboard-showcase {
      width: min(100%, 790px);
    }

    body.landing .landing-hero .landing-hero-meta {
      gap: 16px;
    }
  }

@media (max-width: 1180px) {
    body.landing .landing-hero {
      padding-top: clamp(118px, 14vh, 148px);
    }

    body.landing .landing-hero-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    body.landing .landing-hero-copy,
    body.landing .landing-hero-copy h1,
    body.landing .landing-hero-copy p,
    body.landing .landing-hero .landing-hero-meta {
      max-width: 100%;
    }

    body.landing .landing-hero-copy h1 {
      font-size: clamp(3rem, 7vw, 4rem);
    }

    body.landing .landing-hero-panel {
      min-height: 0;
      padding: 8px 0 22px;
    }

  body.landing .landing-dashboard-showcase {
    width: min(100%, 900px);
    padding-bottom: 16px;
    transform: none;
  }

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

  body.landing .landing-dashboard-stats,
  body.landing .landing-dashboard-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.landing .landing-dashboard-bottom {
    grid-template-columns: 1fr;
  }
}

  @media (max-width: 760px) {
    body.landing .landing-hero {
      min-height: auto;
      padding-top: 114px;
      padding-bottom: 40px;
    }

    body.landing .landing-hero-copy h1 {
      font-size: clamp(2.45rem, 11vw, 3.3rem);
      line-height: 1.1;
    }

    body.landing .landing-hero-actions {
      flex-direction: column;
      align-items: stretch;
    }

    body.landing .landing-hero .landing-hero-meta {
      grid-template-columns: 1fr 1fr;
      gap: 20px 16px;
    }

    body.landing .landing-hero-panel {
      padding-top: 0;
    }

  body.landing .landing-dashboard-showcase {
    padding: 14px 0 12px;
  }

  body.landing .landing-dashboard-shell {
    border-radius: 28px;
  }
}

@media (max-width: 560px) {

    body.landing .landing-section,
    body.landing .landing-footer {
      width: min(calc(100% - 24px), 520px);
    }

    body.landing .landing-hero {
      padding-top: 106px;
      padding-bottom: 34px;
    }

    body.landing .landing-kicker {
      min-height: 34px;
      padding: 0 14px;
      font-size: 0.76rem;
    }

    body.landing .landing-hero-copy h1 {
      font-size: clamp(2.15rem, 12vw, 2.9rem);
      letter-spacing: -0.055em;
    }

    body.landing .landing-hero-copy p {
      font-size: 0.96rem;
      line-height: 1.66;
    }

    body.landing .landing-hero .landing-hero-meta {
      grid-template-columns: 1fr;
    }

    body.landing .landing-hero .landing-hero-meta-copy strong {
      font-size: 0.82rem;
    }

    body.landing .landing-hero .landing-hero-meta-copy small {
      font-size: 0.7rem;
    }

  body.landing .landing-dashboard-showcase {
    padding-bottom: 8px;
  }

  body.landing .landing-dashboard-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 12px;
    gap: 12px;
    transform: none;
  }

  body.landing .landing-dashboard-sidebar {
    display: none;
  }

  body.landing .landing-dashboard-main {
    gap: 12px;
  }

  body.landing .landing-dashboard-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  body.landing .landing-dashboard-toolbar-actions {
    justify-content: flex-start;
  }

  body.landing .landing-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.landing .landing-dashboard-stat-card {
    min-height: 0;
    padding: 14px;
  }

  body.landing .landing-dashboard-stat-card strong {
    font-size: 1.18rem;
    overflow-wrap: normal;
  }

  body.landing .landing-dashboard-stat-card > span:last-of-type,
  body.landing .landing-dashboard-stat-card small {
    overflow-wrap: normal;
  }

  body.landing .landing-dashboard-modules {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.landing .landing-dashboard-module-card {
    min-height: 0;
    padding: 14px;
  }

  body.landing .landing-dashboard-module-arrow {
    display: none;
  }

  body.landing .landing-dashboard-module-copy strong,
  body.landing .landing-dashboard-module-copy span,
  body.landing .landing-dashboard-module-copy small,
  body.landing .landing-dashboard-highlight-grid span,
  body.landing .landing-dashboard-activity-list strong,
  body.landing .landing-dashboard-activity-list div span,
  body.landing .landing-dashboard-activity-list time {
    overflow-wrap: normal;
    word-break: normal;
  }

  body.landing .landing-dashboard-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.landing .landing-dashboard-activity-list li {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.landing .landing-dashboard-activity-list time {
    grid-column: 2;
    text-align: left;
    white-space: normal;
  }
}

/* ==========================================================================
   Landing Hero Without Right Panel
   ========================================================================== */

body.landing .landing-hero {
  min-height: auto;
  padding-top: clamp(156px, 17vh, 210px);
  padding-bottom: clamp(40px, 6vh, 64px);
}

body.landing .landing-hero::before,
body.landing .landing-hero::after,
body.landing .landing-hero-panel {
  display: none !important;
}

body.landing .landing-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  justify-items: stretch;
}

body.landing .landing-hero-copy {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

body.landing .landing-hero-copy h1 {
  max-width: min(1440px, 100%);
}

body.landing .landing-hero-copy p {
  max-width: min(1120px, 100%);
}

body.landing .landing-hero .landing-hero-meta {
  max-width: 100%;
}

body.landing .landing-kicker {
  margin-inline: 0;
}

body.landing .landing-hero-copy h1 {
  margin: 22px 0 18px;
  font-size: clamp(3.45rem, 5.8vw, 5.75rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

body.landing .landing-hero-copy p {
  margin-inline: 0;
  font-size: 1.08rem;
  line-height: 1.68;
}

body.landing .landing-hero-actions {
  justify-content: flex-start;
  margin-top: 34px;
  gap: 16px;
}

body.landing .landing-hero .landing-hero-meta {
  margin-top: 42px;
  margin-inline: 0;
  justify-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.landing .landing-hero .landing-hero-meta > span {
  justify-items: start;
  text-align: left;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.landing .landing-hero .landing-hero-meta-copy {
  gap: 4px;
}

body.landing .landing-hero .landing-hero-meta-copy strong {
  font-size: 0.9rem;
  line-height: 1.3;
}

body.landing .landing-hero .landing-hero-meta-copy small {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(183, 197, 224, 0.72);
}

body.landing .landing-hero .landing-hero-meta svg {
  width: 22px;
  height: 22px;
  opacity: 0.96;
}

@media (max-width: 1180px) {
  body.landing .landing-hero {
    padding-top: clamp(142px, 16vh, 176px);
  }

  body.landing .landing-hero-copy,
  body.landing .landing-hero-copy h1,
  body.landing .landing-hero-copy p,
  body.landing .landing-hero .landing-hero-meta {
    max-width: 100%;
  }

  body.landing .landing-hero-copy h1 {
    font-size: clamp(3.2rem, 6vw, 4.8rem);
    max-width: min(980px, 100%);
  }

  body.landing .landing-hero-copy p {
    max-width: min(880px, 100%);
  }

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

@media (max-width: 760px) {
  body.landing .landing-hero {
    padding-top: 132px;
    padding-bottom: 34px;
  }

  body.landing .landing-hero-copy h1 {
    font-size: clamp(2.45rem, 9.4vw, 3.25rem);
    line-height: 1.02;
    max-width: 100%;
  }

  body.landing .landing-hero-copy p {
    max-width: 100%;
  }

  body.landing .landing-hero .landing-hero-meta {
    max-width: min(560px, 100%);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.landing .landing-hero .landing-hero-meta > span {
    gap: 8px;
  }
}

/* ==========================================================================
   Landing width rail sync - 2026-05-05
   Mantem toda a home na mesma largura util do cabecalho.
   ========================================================================== */

body.landing .landing-section,
body.landing .landing-footer,
body.landing .public-footer {
  width: min(calc(100% - 64px), 1680px) !important;
  max-width: none !important;
}

@media (max-width: 1500px) {
  body.landing .landing-section,
  body.landing .landing-footer,
  body.landing .public-footer {
    width: min(calc(100% - 56px), 1480px) !important;
  }
}

@media (max-width: 1280px) {
  body.landing .landing-section,
  body.landing .landing-footer,
  body.landing .public-footer {
    width: min(calc(100% - 48px), 1120px) !important;
  }
}

@media (max-width: 1180px) {
  body.landing .landing-section,
  body.landing .landing-footer,
  body.landing .public-footer {
    width: min(calc(100% - 48px), 980px) !important;
  }
}

@media (max-width: 760px) {
  body.landing .landing-section,
  body.landing .landing-footer,
  body.landing .public-footer {
    width: min(calc(100% - 28px), 640px) !important;
  }
}
