.tyc-main--hub{
  padding-block:24px 72px;
}

.tyc-hub-hero{
  display:grid;
  gap:24px;
  grid-template-columns:minmax(0, 1.4fr) minmax(280px, .9fr);
  padding:clamp(28px, 4vw, 42px);
  border-radius:var(--radius-lg);
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top right, rgba(14,165,183,.18), transparent 28%),
    linear-gradient(135deg, #0b2830, #123948);
  color:#fff;
  box-shadow:var(--shadow-strong);
}

.tyc-hub-hero__title{
  margin:.9rem 0 .75rem;
  color:#fff;
  font-size:clamp(2rem, 4vw, 3.4rem);
}

.tyc-hub-hero__excerpt{
  margin:0;
  font-size:clamp(1.02rem, 2vw, 1.15rem);
  color:rgba(255,255,255,.9);
}

.tyc-hub-hero__body{
  margin-top:1.25rem;
}

.tyc-hub-hero__body .tyc-muted{
  color:rgba(255,255,255,.88);
}

.tyc-hub-hero__body .tyc-muted a{
  color:#fff;
  border-bottom-color:rgba(255,255,255,.38);
}

.tyc-hub-hero__stats{
  display:grid;
  gap:16px;
  align-content:start;
}

.tyc-hub-stat{
  padding:20px;
  border-radius:var(--radius-md);
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}

.tyc-hub-stat strong{
  display:block;
  margin-bottom:.35rem;
  color:#fff;
  font-size:clamp(1.6rem, 3vw, 2.2rem);
  line-height:1;
}

.tyc-hub-stat span{
  color:rgba(255,255,255,.86);
  line-height:1.5;
}

.tyc-section-head{
  max-width:820px;
}

.tyc-route-card,
.tyc-destination-card,
.tyc-upcoming-card{
  display:flex;
  flex-direction:column;
}

.tyc-route-card__stops{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:1rem 0 0;
  padding:0;
  list-style:none;
}

.tyc-route-card__stops li{
  padding:.48rem .78rem;
  border-radius:999px;
  background:rgba(14,165,183,.09);
  color:var(--c3);
  font-size:.85rem;
  font-weight:700;
}

.tyc-card__actions{
  margin-top:auto;
  padding-top:1.25rem;
}

.tyc-card__actions .tyc-btn{
  width:100%;
}

@media (max-width: 992px){
  .tyc-hub-hero{
    grid-template-columns:1fr;
  }
}
