/* ======================================================================================
   BUSINESS ROUTER TEST PAGE OVERRIDES
   Target: /business copy.html
   Purpose: Keep index-style layout while giving the business router a distinct welcome tone
   ====================================================================================== */

.business-router-page #business-routes .section-title{
  font-size: clamp(2.2rem, 3.8vw, 2.8rem);
}

.business-router-page #business-routes .section-helper-line{
  margin: 0.38rem auto 1.05rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 400;
  color: var(--color-text-secondary);
  opacity: 0.74;
}

.business-router-page #business-routes .explore-card{
  text-align: center;
}

.business-router-page #business-routes .explore-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.business-router-page #business-routes .explore-grid .route-link{
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: clamp(410px, 31.5vw, 474px);
}

.business-router-page #business-routes .explore-card h3{
  color: var(--color-text-primary);
  font-size: 1.82rem;
  font-weight: 600;
}

.business-router-page #business-routes .explore-card .hero-subtitle{
  font-size: 1.18rem;
  font-weight: 600 !important;
  margin: 0.35rem 0.75rem 1.45rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.business-router-page #business-routes .route-bullets{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

.business-router-page #business-routes .route-bullets li{
  position: relative;
  padding-left: 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  word-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.business-router-page #business-routes .route-bullets li::before{
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.02em;
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
  color: var(--route-accent, var(--color-primary));
  opacity: 0.95;
}

.business-router-page #business-routes .route-link .route-cta-wrap{
  margin-top: auto;
  display: block;
  width: 100%;
}

.business-router-page .explore-grid .route-link:nth-child(1){
  --route-accent: #c14dff;
}

.business-router-page .explore-grid .route-link:nth-child(2){
  --route-accent: #3b82f6;
}

.business-router-page .explore-grid .route-link:nth-child(3){
  --route-accent: #f59e0b;
}

.business-router-page .explore-grid .route-link:nth-child(4){
  --route-accent: #22c55e;
}

.business-router-page .explore-grid .route-link:nth-child(1) .route-tag,
.business-router-page .explore-grid .route-link:nth-child(2) .route-tag,
.business-router-page .explore-grid .route-link:nth-child(3) .route-tag,
.business-router-page .explore-grid .route-link:nth-child(4) .route-tag{
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.business-router-page #business-routes .route-tag{
  top: 0.88rem;
  right: -2.72rem;
  width: 10rem;
  padding: 0.31rem 0.54rem 0.41rem;
  font-size: 0.68rem;
  font-weight: 580;
  letter-spacing: 0.055em;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.05)), var(--route-accent);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.14);
  opacity: 0.92;
  filter: none;
}

.business-router-page #business-routes .route-tag::before{
  opacity: 0;
}

.business-router-page #business-routes .route-tag::after{
  height: 2px;
  opacity: 0;
  animation: none;
}

@media (max-width: 991px){
  .business-router-page #business-routes .explore-grid{
    grid-template-columns: 1fr;
  }

  .business-router-page #business-routes .explore-grid .route-link{
    min-height: 0;
  }

  .business-router-page #business-routes .route-tag{
    right: -2.52rem;
    width: 9.95rem;
    font-size: 0.645rem;
  }

  .business-router-page #business-routes .route-bullets li{
    text-align: left;
  }
}

@media (max-width: 320px){
  .business-router-page #business-routes > .container{
    padding-left: 0.56rem;
    padding-right: 0.56rem;
  }

  .business-router-page #business-routes .explore-grid{
    gap: 0.72rem;
  }

  html[lang^="fr"] .business-router-page #business-routes .route-link:nth-child(2) h3{
    font-size: 1.34rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}
