/* =========================================================
   FOUND A BETTER ROUTE – SECTION BACKGROUND
   ========================================================= */

.df-section-route {
  padding-block: 3rem;
  background: radial-gradient(circle at top, #020617, #020617 40%, #050b1f 100%);
}

.df-section-route h2 {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  color: #ffffff;
}

.df-section-route p {
  margin: 0 0 1.2rem;
  color: var(--df-text-muted);
}

/* =========================================================
   CARD WRAPPER (gedeeld met sign-in card)
   ========================================================= */

.df-route-card,
.df-signin-card {
  max-width: 1200px;              /* direct de brede variant */
  margin: 0 auto;
  padding: 2.2rem 2.6rem;
  border-radius: var(--df-radius-lg);
  background: linear-gradient(135deg, #020617, #020617 40%, #020617);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.32);
}

/* Mobile padding */
@media (max-width: 640px) {
  .df-route-card,
  .df-signin-card {
    padding: 1.6rem 1.7rem;
  }
}

/* Oude layout voor df-route-card laten we staan voor de zekerheid
   (als je hem nog ergens gebruikt) */
.df-route-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}

.df-route-main {
  flex: 1.4;
}

.df-contact-note {
  flex: 0.9;
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.95);
}

/* Stack df-route-card op mobiel */
@media (max-width: 900px) {
  .df-route-card {
    flex-direction: column;
    gap: 1.5rem;
  }

  .df-contact-note {
    max-width: 100%;
  }
}

/* =========================================================
   HUIDIGE ROUTE BLOK – GRID (df-signin-card-content)
   ========================================================= */

.df-signin-card-content {
  display: flex;
  gap: 3.5rem; /* iets meer ruimte tussen links/rechts */
}

/* 2 even brede kolommen (jouw 50/50) */
@media (min-width: 900px) {
  .df-route-left {
    flex: 0 0 50%;
  }

  .df-route-right {
    flex: 0 0 50%;
    padding-left: 2.4rem;
    border-left: 1px solid rgba(148, 163, 184, 0.15);
  }
}

/* Stack op mobiel voor het nieuwe blok */
@media (max-width: 900px) {
  .df-signin-card-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .df-route-right {
    border-left: none;
    padding-left: 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
  }
}

/* =========================================================
   LEFT COLUMN (community input + bullets)
   ========================================================= */

.df-route-pill {
  display: inline-flex;
  align-items: center;
  padding-inline: 0.9rem;
  padding-block: 0.25rem;
  margin-bottom: 0.6rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.df-route-intro {
  margin: 0.4rem 0 0.75rem;
  color: rgba(226, 232, 240, 0.9);
}

.df-route-list {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.9);
}

.df-route-list li + li {
  margin-top: 0.1rem;
}

/* =========================================================
   RIGHT COLUMN (recent improvements + feedback tips)
   ========================================================= */

.df-route-right h4 {
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 204, 21, 0.9);
}

.df-route-right ul {
  margin: 0.3rem 0 0.7rem;
  padding-left: 1rem;
  color: rgba(210, 214, 220, 0.95);
  font-size: 0.9rem;
  line-height: 1.45;
}

.df-route-right li {
  margin-bottom: 0.35rem;
}

.df-route-right li::marker {
  color: rgba(250, 204, 21, 0.85);
}

/* Kleine extra spacing-tuning gedeeld voor links/rechts */

.df-route-left p,
.df-route-right p {
  margin-bottom: 0.7rem;
}

.df-route-left li,
.df-route-right li {
  line-height: 1.45;
}

/* Eventuele kleine statistiekregel onder de badge */
.df-route-stat {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: rgba(191, 219, 254, 0.95);
}
