.landing-page .navbar.navbar-glass {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1200;
  margin-bottom: 0 !important;
}

.landing-page .landing {
  min-height: 100vh;
  padding-top: 38px;
}

.landing-content {
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
  user-select: none;
}

@media (max-width: 480px) {
  .landing-content {
    padding-bottom: 92px;
  }

  .landing-page .landing-scroll {
    width: 44px;
    height: 44px;
    bottom: 10px;
  }

  .landing-page .landing-scroll svg {
    width: 24px;
    height: 24px;
  }

  .landing-cta {
    margin-bottom: 16px;
  }
}

.landing-stats {
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(16, 16, 20, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.landing-cta {
  border: 0;
  cursor: pointer;
}

.landing-page .landing-scroll {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  transform: translateX(-50%) translateY(0);
  border: 0;
  will-change: transform;
  animation: landing-scroll-float 2.4s ease-in-out infinite;
}

.landing-page .landing-scroll:hover {
  transform: translateX(-50%) translateY(0);
  color: rgba(240, 240, 240, 0.95);
}

@keyframes landing-scroll-float {
  0%   { transform: translateX(-50%) translateY(0); }
  50%  { transform: translateX(-50%) translateY(-10px); }
  100% { transform: translateX(-50%) translateY(0); }
}

.landing-more,
.landing-more * {
  user-select: text;
}

.landing-modal {
  background: rgba(24, 24, 32, 0.86);
  border: 1px solid rgba(42, 42, 56, 0.95);
  box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.landing-steps {
  display: grid;
  gap: 16px;
}

.landing-step {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(16, 16, 20, 0.28);
  border-radius: 14px;
  padding: 14px 14px 12px;
}

.landing-step-title {
  font-weight: 800;
  margin-bottom: 6px;
}

.landing-step-text {
  color: rgba(240, 240, 240, 0.86);
  line-height: 1.55;
}

.landing-step-link a {
  display: inline-block;
  margin-top: 8px;
}

.landing-step-sep {
  margin: 12px 0;
  color: rgba(240, 240, 240, 0.62);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

.landing-ip-list {
  display: grid;
  gap: 10px;
}

.landing-ip-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.landing-ip-name {
  font-weight: 700;
  color: rgba(240, 240, 240, 0.92);
  white-space: nowrap;
}

.landing-ip-item code {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 4px 8px;
  border-radius: 999px;
  color: rgba(240, 240, 240, 0.92);
  white-space: nowrap;
}

.landing-ip-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .landing-ip-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.landing-root {
    width: 100%;
    max-width: none;
    padding: 0;
}

.landing {
    width: 100%;
    min-height: calc(100vh - 72px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px 64px;
}

.landing-sky {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/*.landing-glass {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(16, 16, 20, 0.18);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}*/

.landing-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.landing-hero {
    width: 100%;
    border-radius: 28px;
    padding: 40px 22px 26px;
    background: rgba(24, 24, 32, 0.42);
    border: 1px solid rgba(42, 42, 56, 0.65);
    box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, 0.55);
    text-align: center;
}

.landing-kicker {
    font-size: 18px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(240, 240, 240, 0.72);
    margin-bottom: 10px;
}

.landing-title {
    font-weight: 800;
    font-size: clamp(44px, 7vw, 92px);
    letter-spacing: 0.03em;
    margin-bottom: 22px;
}

.landing-stats {
    width: min(760px, 100%);
    margin: 0 auto 22px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
}

.landing-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(240, 240, 240, 0.85);
    font-weight: 600;
}

.landing-stat-value {
    font-size: 22px;
}

.landing-stat-icon {
    color: rgba(240, 240, 240, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-progress {
    height: 6px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.landing-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #f0b400, #f0b400);
    box-shadow: 0 0 14px rgba(240, 180, 0, 0.25);
}

.landing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 12px;
    background: #f0b400;
    color: #101014;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0.75rem 2rem rgba(240, 180, 0, 0.18);
}

.landing-cta:hover {
    background: #ffc000;
    color: #101014;
    text-decoration: none;
}

.landing-scroll {
    color: rgba(240, 240, 240, 0.72);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 0;
    background: rgba(16, 16, 20, 0.20);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.landing-scroll:hover {
    color: rgba(240, 240, 240, 0.9);
    text-decoration: none;
}

.landing-more {
    width: 100%;
    padding: 72px 16px 96px;
    background: #101014;
}

.landing-more-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.landing-cards {
    width: 100%;
}

.landing-info-card {
    width: 100%;
    border-radius: 18px;
    padding: 20px 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, 0.55);
    text-align: left;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.18s ease-in-out;
}

.landing-info-card:hover {
    transform: translateY(-10%);
    z-index: 5;
}

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

.landing-info-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.30;
    pointer-events: none;
    z-index: 0;
}

.landing-info-card--shareholder::before {
    background-image: url("/img/shareholderupscale.png");
}

.landing-info-card--discord-bg::before {
    background-image: url("/img/Discord.svg");
}

.landing-info-card--boosty::before {
    background-image: url("/img/Boosty.svg");
}

.landing-info-card--orange {
    background: rgba(240, 92, 41, 0.16);
    border-color: rgba(240, 92, 41, 0.28);
}

.landing-info-card--discord {
    background: rgba(114, 137, 218, 0.16);
    border-color: rgba(114, 137, 218, 0.30);
}

.landing-info-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.landing-info-desc {
    color: rgba(240, 240, 240, 0.86);
    font-size: 14px;
    line-height: 1.55;
}

.landing-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(240, 240, 240, 0.94);
    text-decoration: none;
    font-weight: 800;
    width: 100%;
}

.landing-info-btn:hover {
    background: rgba(0, 0, 0, 0.26);
    color: rgba(240, 240, 240, 1);
    text-decoration: none;
}

.landing-info-btn:focus,
.landing-info-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.10);
}
