/* Landing-only styling layered on top of forge.css */

.landing-body {
  background: var(--bg0);
}

.landing-wrap {
  padding-top: 1.25rem;
}

/* Hero */
.landing-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: radial-gradient(1200px 600px at 70% 10%, rgba(255, 200, 120, 0.14), transparent 60%),
              radial-gradient(900px 500px at 20% 80%, rgba(167, 139, 250, 0.10), transparent 55%),
              rgba(10, 14, 24, 0.55);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}

.landing-hero-bg {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      to bottom,
      rgba(7, 10, 15, 0.35),
      rgba(7, 10, 15, 0.88)
    ),
    url("/static/images/bdb_hero.png");

  background-size: cover, 88%;
  background-position: center, right -40px;
  background-repeat: no-repeat, no-repeat;

  filter: saturate(1.05) contrast(1.05);
  opacity: 0.55;
}


.landing-hero {
  backdrop-filter: blur(0.5px);
}

.landing-hero-content {
  position: relative;
  padding: 3.25rem 2.25rem;
  max-width: 860px;
}

.landing-kicker {
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(255, 211, 122, 0.95);
  text-transform: uppercase;
}

.landing-title {
  margin: 0.75rem 0 0.5rem;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.landing-subtitle {
  margin: 0 0 1.5rem;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  max-width: 42ch;
}

.landing-title,
.landing-subtitle {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.landing-cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* Premium card highlight */
.landing-card,
.landing-callout {
  position: relative;
  overflow: hidden;
}

.landing-card::before,
.landing-callout::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 10px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 211, 122, 0.00),
    rgba(255, 211, 122, 0.35),
    rgba(255, 211, 122, 0.00)
  );
  opacity: 0.9;
  pointer-events: none;
}

.btn-lg {
  padding: 0.85rem 1.1rem;
  font-size: 1rem;
  border-radius: 14px;
}

.landing-micro {
  margin-top: 1.35rem;
  color: rgba(255,255,255,0.62);
  font-size: 0.92rem;
}

.mono {
  font-family: var(--font-mono);
}

/* Sections */
.landing-section {
  margin-top: 2.25rem;
}

.section-title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.section-lede {
  margin: 0 0 1.15rem;
  color: rgba(255,255,255,0.70);
  max-width: 70ch;
}

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

.landing-card {
  padding: 1.05rem 1.05rem;
}

.landing-card-title {
  font-weight: 750;
  margin-bottom: 0.35rem;
}

.landing-card-body {
  color: rgba(255,255,255,0.70);
  line-height: 1.45;
}

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

.landing-callout {
  padding: 1.05rem;
}

.landing-callout-title {
  font-weight: 750;
  margin-bottom: 0.35rem;
}

.landing-callout-body {
  color: rgba(255,255,255,0.70);
  line-height: 1.45;
}

.landing-link {
  color: rgba(255, 211, 122, 0.95);
  text-decoration: none;
}

.landing-link:hover {
  text-decoration: underline;
}

/* Footer */
.landing-footer {
  margin-top: 2.5rem;
}

/* Access badges */
.landing-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.0rem;
}

.landing-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.0rem;
}

.landing-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 211, 122, 0.22);
  background: rgba(255, 211, 122, 0.07);
  color: rgba(255, 211, 122, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Pilot rollout pill (aqua-glow accent) */
.landing-badge-pilot {
  border-color: rgba(62, 242, 255, 0.26);
  background: rgba(62, 242, 255, 0.07);
  color: rgba(180, 250, 255, 0.92);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(62, 242, 255, 0.12);
}

.footer-note {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 980px) {
  .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .landing-hero-content {
    padding: 2.25rem 1.25rem;
  }

  .landing-grid {
    grid-template-columns: 1fr;
  }

  .landing-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .landing-hero-bg {
    background-image:
      linear-gradient(
        to bottom,
        rgba(7, 10, 15, 0.55),
        rgba(7, 10, 15, 0.95)
      ),
      url("/static/images/bd_wallpaper.jpg");
    background-size: cover;
    background-position: center 25%;
  }
}
@media (max-width: 600px) {
  .topbar {
    padding: 10px 12px;
  }
  .brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .btn {
    padding: 8px 10px;
    border-radius: 12px;
  }
}

