/* ACT ROUTE17-ROUTE41-HOMEPAGE-HERO-IMAGE-FIX-2
   Direct PNG repair: shorter explicit homepage hero, Route20-width parity retained, dark footer retained. */
body.page-layout-wide main.container{
  max-width:min(1480px, calc(100vw - 40px));
}
.page.page--wide{
  max-width:none;
}
.mx-masthead .container,
body.page-layout-wide .mx-masthead .container{
  max-width:min(1480px, calc(100vw - 40px));
}
.mx-masthead-inner{
  gap:16px;
}
.nav{
  justify-content:flex-end;
  min-width:0;
}
main.container:has(.page--index){
  padding-top:0;
}
.page--index .mx-article-surface{
  margin-top:0;
  padding:0 0 34px;
  overflow:hidden;
}
.page--index .mx-article-surface > :not(.mx-home-hero){
  margin-left:32px;
  margin-right:32px;
}
.page--index .mx-home-hero{
  position:relative;
  margin:0 0 20px;
  min-height:clamp(320px, 30vw, 420px);
  padding:20px 24px;
  border-radius:0;
  background-color:#dce9ef;
  background-image:
    linear-gradient(135deg, rgba(11,20,30,.52) 0%, rgba(11,20,30,.22) 34%, rgba(255,255,255,.84) 100%),
    url('/assets/media/homepage/route41-zoom-out-state-flow-map-mini.png'),
    url('/assets/media/homepage/route41-zoom-out-state-flow-map-mini.png');
  background-position:center, 96% center, center;
  background-size:cover, auto 118%, cover;
  background-repeat:no-repeat;
  border-bottom:1px solid rgba(220,229,238,.9);
  box-shadow:0 18px 42px rgba(8,18,28,.08);
}
.page--index .mx-home-hero::after{
  content:none;
  display:none;
}
.page--index .mx-home-hero__banner{
  position:relative;
  z-index:2;
  display:block;
  width:min(760px, 100%);
}
.page--index .mx-home-hero__copy{
  max-width:720px;
  padding:20px 20px 18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:22px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(8px);
  box-shadow:0 16px 36px rgba(8,18,28,.14);
}
.page--index .mx-home-hero__eyebrow{
  margin:0 0 8px;
  color:#4f6780;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.page--index .mx-home-hero__copy h1{
  max-width:15ch;
  margin:0 0 12px;
  color:#111827;
  font-size:clamp(2.25rem, 4.1vw, 3.85rem);
  line-height:1;
  letter-spacing:-.04em;
}
.page--index .mx-home-hero__dek{
  max-width:52ch;
  margin:0;
  color:#566577;
  font-size:clamp(.96rem, 1.08vw, 1.06rem);
  line-height:1.48;
}
.page--index .mx-home-hero__chips{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  max-width:720px;
  padding-right:0;
  margin-top:12px;
}
.page--index .mx-home-hero__chips .mx-chip--soft{
  background:rgba(255,255,255,.74);
  border-color:rgba(45,103,178,.18);
  color:#234b7a;
  box-shadow:0 8px 18px rgba(24,37,54,.05);
}
.page--index .mx-home-hero__chips .mx-chip--ai{
  border-color:rgba(45,103,178,.28);
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(236,244,251,.80));
}
.page--index .mx-home-hero__visual{
  display:none;
}
.page--index .mx-home-hero .mx-search,
.page--index .mx-home-hero form[role="search"]{
  display:none;
}
.route-map-preview--text-only{
  display:block;
}
.route-map-preview--text-only .route-map-preview__body{
  max-width:76ch;
}
.home-decision{
  margin:18px 0 28px;
}
.home-decision__header{
  margin-bottom:16px;
  max-width:72ch;
}
.home-decision__eyebrow{
  margin:0 0 6px;
  color:#4f6780;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-decision__header h2{
  margin:0 0 8px;
  color:#111827;
  font-size:clamp(1.65rem, 2.3vw, 2.2rem);
  line-height:1.1;
  letter-spacing:-.03em;
}
.home-decision__intro{
  margin:0;
  color:#566577;
  font-size:1rem;
  line-height:1.55;
}
.home-decision-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}
.home-decision-card{
  padding:22px 22px 20px;
  border:1px solid rgba(45,103,178,.14);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,251,.96));
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.home-decision-card--zoom-out{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,246,240,.96));
}
.home-decision-card__kicker{
  margin:0 0 8px;
  color:#4f6780;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.home-decision-card h3{
  margin:0 0 10px;
  color:#111827;
  font-size:1.5rem;
  line-height:1.08;
}
.home-decision-card p{
  margin:0;
  color:#566577;
  line-height:1.6;
}
.home-decision-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.home-decision-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 13px;
  border:1px solid rgba(45,103,178,.18);
  border-radius:999px;
  background:rgba(255,255,255,.8);
  color:#243e5e;
  font-size:.92rem;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(16,24,40,.04);
}
.home-decision-actions a:hover,
.home-decision-actions a:focus{
  border-color:rgba(45,103,178,.34);
  transform:translateY(-1px);
}

.home-decision-visuals{
  margin-top:14px;
}
.home-decision-thumb-row{
  display:grid;
  gap:10px;
}
.home-decision-thumb-row--three{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.home-decision-thumb-row--two{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.home-decision-thumb{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  height:auto;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(45,103,178,.14);
  box-shadow:0 8px 18px rgba(16,24,40,.05);
}
@media(max-width:820px){
  .home-decision-grid{
    grid-template-columns:1fr;
  }
  .home-decision-thumb-row--three,
  .home-decision-thumb-row--two{
    grid-template-columns:repeat(auto-fit, minmax(88px, 1fr));
  }
}
@media(max-width:820px){
  .home-decision-grid{
    grid-template-columns:1fr;
  }
}
.mx-page-cover--regions .mx-page-cover__visual-card,
.route-card--state::before{
  background-image:url('/assets/media/homepage/route41-card-town-stops-sunny.png');
}
.page--states .route-card--state.route-card--image-var::before{
  background-image:var(--route-card-image);
}
.mx-page-cover--segments .mx-page-cover__visual-card,
.route-card--segment::before{
  background-image:url('/assets/media/homepage/route41-card-roadside-classics-sunny.png');
}
.mx-page-cover--places .mx-page-cover__visual-card,
.route-card--place::before{
  background-image:url('/assets/media/homepage/route41-card-waterfront-stops-sunny.png');
}
.mx-page-cover--trips .mx-page-cover__visual-card,
.route-card--trip::before,
.route-card.route-card--sampler::before{
  background-image:url('/assets/media/homepage/route41-card-northern-lake-country-sunny.png');
}
.mx-page-cover--corridor .mx-page-cover__visual-card,
.route-card--corridor::before,
.route-card--overview::before,
.route-card--route::before{
  background-image:url('/assets/media/homepage/route41-card-tamiami-wetlands-sunny.png');
}
.hero-slot{
  position:relative;
  width:100%;
  overflow:hidden;
}
.hero-image{
  display:block;
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:cover;
}

/* ROUTE41-STATES-DIRECTORY-JOURNEY-AND-VISUAL-POLISH-1 */
.page--states .route-states-nav,.page--states .route-states-planning-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 30px}.page--states .route-states-nav a,.page--states .route-states-planning-links a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:9px 12px;border:1px solid rgba(45,103,178,.2);border-radius:999px;background:#fff;color:#243e5e;font-weight:800;line-height:1.2;text-align:center;text-decoration:none}.page--states a:focus{outline:2px solid #2d67b2;outline-offset:2px}.page--states .route-states-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}.page--states .route-states-panel{min-width:0;overflow:hidden;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:linear-gradient(180deg,#fff,#f4f8fb);box-shadow:0 14px 34px rgba(16,24,40,.06)}.page--states .route-states-panel>img{display:block;width:100%;height:108px;object-fit:cover;border-bottom:1px solid rgba(45,103,178,.14)}.page--states .route-states-panel>div{padding:18px}.page--states .route-states-panel h3{margin:0 0 14px;color:#111827;font-size:1.4rem}.page--states .route-states-panel h4{margin:15px 0 6px;color:#4f6780;font-size:.76rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.page--states .route-states-panel p{margin:0;color:#566577;line-height:1.52}.page--states .route-states-panel h4+p{font-size:.94rem}.page--states .route-states-handoff{margin-top:18px!important;padding-top:14px!important;border-top:1px solid rgba(45,103,178,.14);color:#243e5e!important;font-weight:800}.page--states .route-states-closing{margin-top:34px}.page--states .route-states-planning-links{display:flex;flex-wrap:wrap;margin:14px 0 0}.page--states .route-states-planning-links a{min-width:118px}
@media(max-width:980px){.page--states .route-states-grid{grid-template-columns:1fr}}@media(max-width:620px){.page--states .route-states-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.page--states .route-states-nav a{min-height:44px;font-size:.9rem}.page--states .route-states-panel>img{height:100px}.page--states .route-states-panel>div{padding:16px}.page--states .route-states-planning-links a{flex:1 1 145px}}

.route-content-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.45fr) minmax(260px, .75fr);
  gap:22px;
  align-items:stretch;
  margin:6px 0 28px;
}
.route-content-hero__copy,
.route-content-panel,
.route-layer-card,
.route-offer-card{
  border:1px solid rgba(45,103,178,.14);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,251,.94));
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.route-content-hero__copy{
  padding:24px;
}
.route-content-hero__eyebrow,
.route-layer-card__eyebrow,
.route-offer-card__eyebrow,
.route-content-kicker{
  margin:0 0 8px;
  color:#4f6780;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.route-content-hero__copy p:last-child,
.route-content-panel p:last-child,
.route-layer-card p:last-child,
.route-offer-card p:last-child{
  margin-bottom:0;
}
.route-content-hero__media{
  margin:0;
  min-height:100%;
}
.route-content-hero__media img,
.route-layer-card__image{
  display:block;
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  border:1px solid rgba(45,103,178,.14);
  border-radius:22px;
  box-shadow:0 14px 34px rgba(16,24,40,.08);
}
.route-content-two-col{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  margin:22px 0;
}
.route-content-panel{
  padding:22px;
}
.route-layer-grid,
.route-offer-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin:18px 0 28px;
}
.route-layer-grid--two,
.route-offer-grid--two{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.route-layer-card,
.route-offer-card{
  overflow:hidden;
}
.route-layer-card__body,
.route-offer-card{
  padding:18px;
}
.route-offer-card--with-image{
  padding:0;
}
.route-offer-card__body{
  padding:18px;
}
.route-offer-card__image{
  display:block;
  width:100%;
  aspect-ratio:2 / 1;
  max-height:190px;
  object-fit:cover;
  border-bottom:1px solid rgba(45,103,178,.14);
}
.route-layer-card h3,
.route-offer-card h3{
  margin:0 0 8px;
  color:#111827;
  font-size:1.14rem;
  line-height:1.18;
}
.route-layer-card p,
.route-offer-card p{
  color:#566577;
  line-height:1.55;
}
.route-layer-card a:not(.route-card-button),
.route-offer-card__link{
  color:#234b7a;
  font-weight:800;
}
.route-card-button,
.route-offer-card__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  min-height:38px;
  padding:8px 12px;
  border:1px solid rgba(45,103,178,.18);
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#243e5e;
  font-size:.9rem;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(16,24,40,.04);
}
.route-offer-card__meta{
  margin:0 0 8px;
  font-weight:750;
}
.route-note-card{
  margin:18px 0 26px;
  padding:18px 20px;
  border:1px solid rgba(45,103,178,.14);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(250,253,255,.98), rgba(241,247,251,.94));
  color:#566577;
  box-shadow:0 10px 24px rgba(16,24,40,.05);
}
.route-page-section{
  margin:28px 0 32px;
  scroll-margin-top:120px;
}
.route-page-section:first-of-type{
  margin-top:22px;
}
.route-page-section__title{
  margin:0 0 16px;
  color:#111827;
  font-size:clamp(1.5rem, 2.25vw, 2rem);
  line-height:1.12;
  letter-spacing:-.03em;
}
.route-page-section__lead{
  margin:0 0 18px;
  color:#566577;
  line-height:1.6;
}
.route-section-nav{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:0 0 24px;
}
.route-section-nav__label{
  color:#4f6780;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.route-section-nav__links{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:2px 0 6px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.route-section-nav__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-height:38px;
  padding:8px 12px;
  border:1px solid rgba(45,103,178,.18);
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#243e5e;
  font-size:.92rem;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(16,24,40,.04);
  white-space:nowrap;
  transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease, background-color .15s ease;
}
.route-section-nav__link:hover,
.route-section-nav__link:focus{
  border-color:rgba(45,103,178,.34);
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 22px rgba(16,24,40,.06);
  transform:translateY(-1px);
}
@media(max-width:980px){
  .route-content-hero,
  .route-content-two-col,
  .route-layer-grid,
  .route-layer-grid--two,
  .route-offer-grid,
  .route-offer-grid--two{
    grid-template-columns:1fr;
  }
  .route-content-hero__media img,
  .route-layer-card__image{
    min-height:190px;
  }
}

.page--index .route-list-grid--taxonomy-cards .route-card--state::before{
  background-image:url('/assets/media/homepage/route41-segments-card-mapish.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--place::before{
  background-image:url('/assets/media/homepage/route41-places-card-mapish.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--trip::before{
  background-image:url('/assets/media/homepage/route41-zoom-out-florida-corridor-map-mini.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--segment::before{
  background-image:url('/assets/media/homepage/route41-segments-card-mapish_2.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--overview::before{
  background-image:url('/assets/media/homepage/route41-trips-card-mapish.png');
}
.page--index .route-list-grid--taxonomy-cards .route-card--overview.route-card--image-var::before{
  background-position:center top;
}
.page--index .route-list-grid--taxonomy-cards .route-card--route-overview::before{
  background-image:url('/assets/media/homepage/route41-routes-card-mapish.png');
}
.page--index .route-list-grid--live-states .route-card--state-florida::before{
  background-image:url('/assets/media/homepage/route41-state-florida-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-georgia::before{
  background-image:url('/assets/media/homepage/route41-state-georgia-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-tennessee::before{
  background-image:url('/assets/media/homepage/route41-state-tennessee-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-kentucky::before{
  background-image:url('/assets/media/homepage/route41-state-kentucky-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-indiana::before{
  background-image:url('/assets/media/homepage/route41-state-indiana-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-illinois::before{
  background-image:url('/assets/media/homepage/route41-state-illinois-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-wisconsin::before{
  background-image:url('/assets/media/homepage/route41-state-wisconsin-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-michigan::before{
  background-image:url('/assets/media/homepage/route41-state-michigan-mini.png');
}
.page--index .route-list-grid--live-states .route-card--state-all::before{
  background-image:url('/assets/media/homepage/route41-segments-card-mapish.png');
}
.page--index .route-list-grid--proof-places{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
}
.page--index .route-list-grid--proof-places .route-card{
  grid-column:span 2;
}
.page--index .route-list-grid--proof-places .route-card--featured-place-primary{
  grid-column:span 3;
}
@media(min-width:901px){
  .page--index .route-list-grid--proof-places > .route-card:last-child{
    grid-column:3 / span 2;
  }
}
.route-card.route-card--image-var::before{
  background-image:var(--route-card-image);
}
.page--index .route-list-grid .route-card.route-card--image-var::before{
  background-image:var(--route-card-image);
}
.route41-gear-ad{
  display:grid;
  grid-template-columns:minmax(166px, .42fr) minmax(0, .58fr);
  align-items:stretch;
  margin:clamp(1rem, 2.5vw, 1.65rem) 0;
  min-height:188px;
  overflow:hidden;
  border:1px solid rgba(126,70,35,.14);
  border-radius:16px;
  background:linear-gradient(135deg, rgba(255,250,242,.98), rgba(246,238,226,.92));
  box-shadow:0 10px 24px rgba(6,21,33,.06);
}
.route41-gear-ad__media{display:block;min-width:0;overflow:hidden;background:#eadfcd}
.route41-gear-ad__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:left center}
.route41-gear-ad__copy{min-width:0;display:grid;align-content:center;gap:.25rem;padding:.85rem 1rem .95rem}
.route41-gear-ad__eyebrow{margin:0;color:#5c7894;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.route41-gear-ad h2{margin:0;color:#17324f;font-size:clamp(.98rem, 1.3vw, 1.2rem);line-height:1.1}
.route41-gear-ad p{margin:0;color:#5a6877;line-height:1.45}
.route41-gear-ad__cta{width:fit-content;min-height:40px;margin-top:.75rem;display:inline-flex;align-items:center;justify-content:center;padding:.55rem .85rem;border:1px solid #2d67b2;border-radius:12px;background:#2d67b2;color:#fff;text-decoration:none;font-family:Inter, ui-sans-serif, system-ui, sans-serif;font-weight:800}
.route41-gear-ad__cta:hover,
.route41-gear-ad__cta:focus{color:#fff;background:#245b9d;transform:translateY(-1px)}
/* ROUTE41-HOMEPAGE-GUIDE-LAYER-AND-GEAR-LAYOUT-POLISH-2: align the homepage gear ad with the Route20 decision-module pattern. */
.page--index .home-decision{
  min-width:0;
  margin:18px 0 28px;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(400px, 568px);
  gap:1.25rem;
  align-items:start;
}
.page--index .home-decision__header{
  min-width:0;
  margin-bottom:0;
  max-width:74ch;
}
.page--index .route41-gear-ad--home{
  margin:0;
}
.page--index .home-decision-grid{
  min-width:0;
  grid-column:1 / -1;
}
.page--index .route41-gear-ad__media{
  position:relative;
  background-image:url('/assets/media/campaigns/summer-heat-roadtrip-gear/route41-route-tested-gear-promo.webp');
  background-repeat:no-repeat;
  background-position:left center;
  background-size:330% auto;
}
.page--index .route41-gear-ad__media img{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}
@media(max-width:900px){
  .page--index .route-list-grid--proof-places{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .page--index .route-list-grid--proof-places .route-card,
  .page--index .route-list-grid--proof-places .route-card--featured-place-primary{
    grid-column:span 1;
  }
}
@media(max-width:620px){
  .page--index .route-list-grid--proof-places{
    grid-template-columns:1fr;
  }
  .page--index .route-card.route-card--state::after,
  .page--index .route-card.route-card--segment::after,
  .page--index .route-card.route-card--place::after,
  .page--index .route-card.route-card--trip::after,
  .page--index .route-card.route-card--corridor::after{
    display:none;
  }
}
@media(max-width:760px){
  .route41-gear-ad{grid-template-columns:1fr;min-height:0}
  .route41-gear-ad__media{min-height:164px}
  .route41-gear-ad__media img{object-position:center}
  .route41-gear-ad__copy{padding:1rem}
  .route41-gear-ad__cta{width:100%}
}
@media(max-width:820px){
  .page--index .home-decision{
    grid-template-columns:1fr;
  }
  .page--index .home-decision-grid{
    grid-template-columns:1fr;
  }
  .page--index .route41-gear-ad__media{
    min-height:164px;
    background-position:left center;
    background-size:250% auto;
  }
  .page--index .route41-gear-ad__cta{
    width:100%;
  }
}
.mx-footer{
  margin-top:42px;
  padding-top:8px;
  background:#111827;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.82);
}
.mx-footer__inner--beta{
  display:grid;
  grid-template-columns:minmax(240px, .95fr) minmax(0, 2.2fr);
  gap:28px;
  padding:30px 18px 18px;
}
.mx-footer__title,
.mx-footer__heading{
  color:#fff;
}
.mx-footer__tagline,
.mx-footer__lede,
.mx-footer__meta{
  color:rgba(255,255,255,.68);
}
.mx-footer__lede{
  margin:12px 0 0;
  max-width:34ch;
}
.mx-footer__cols--beta{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px 28px;
}
.mx-footer__col a{
  margin:7px 0;
  color:rgba(255,255,255,.84);
}
.mx-footer__col a:hover{
  color:#fff;
}
.mx-footer__meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px 20px;
  padding:14px 18px 26px;
  border-top:1px solid rgba(255,255,255,.10);
  font:600 .9rem/1.4 Inter, Arial, sans-serif;
}
.mx-footer__legal,
.mx-footer__meta-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
}
.mx-footer__meta-links a{
  color:rgba(255,255,255,.84);
  text-decoration:none;
}
.mx-footer__meta-links a:hover{
  color:#fff;
  text-decoration:underline;
}
@media(max-width:1180px){
  .mx-masthead-inner{
    align-items:stretch;
  }
  .nav{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
}
@media(max-width:900px){
  .page--index .mx-home-hero__banner{
    grid-template-columns:1fr;
  }
  .page--index .mx-home-hero__visual{
    justify-self:start;
    max-width:680px;
  }
  .page--index .mx-home-hero__visual img{
    max-height:280px;
  }
  .mx-footer__inner--beta,
  .mx-footer__cols--beta{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  body.page-layout-wide main.container,
  .mx-masthead .container,
  body.page-layout-wide .mx-masthead .container{
    max-width:min(100%, calc(100vw - 20px));
  }
  .page--index .mx-article-surface > :not(.mx-home-hero){
    margin-left:18px;
    margin-right:18px;
  }
  .page--index .mx-home-hero{
    padding:24px 18px;
  }
  .page--index .mx-home-hero__copy h1{
    font-size:clamp(2.05rem, 9vw, 3.05rem);
  }
  .page--index .mx-home-hero__visual img{
    max-height:240px;
    border-radius:22px;
  }
}

/* ROUTE41-ROUTE-OVERVIEW-FINAL-CONTENT-AND-CSS-POLISH-4 */
.route-overview-corridor{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,40%);gap:20px;align-items:start;margin:24px 0 28px}
.route-overview-corridor__copy{min-width:0}
.route-overview-corridor__copy h2{margin-top:0}
.route-overview-corridor__copy p{margin-bottom:0}
.route-overview-corridor .route-overview-gear-ad{align-self:start;min-width:0;min-height:172px;margin:0;grid-template-columns:minmax(124px,.4fr) minmax(0,.6fr)}
.route-overview-corridor .route41-gear-ad__copy{padding:.8rem .9rem .9rem}
.route-overview-corridor .route41-gear-ad__eyebrow{font-size:.7rem}
.route-overview-corridor .route41-gear-ad h2,.route-overview-corridor .route41-gear-ad h3{margin:0;color:#17324f;font-size:clamp(.94rem,1.15vw,1.08rem);line-height:1.1}
.route-overview-corridor .route41-gear-ad p{font-size:.88rem;line-height:1.35}
.route-overview-corridor .route41-gear-ad__cta{margin-top:.55rem;padding:.5rem .7rem;font-size:.82rem;line-height:1.2;text-align:center}
.route-overview-chapter__media{height:96px;margin:0 0 16px;overflow:hidden;border-radius:14px;background:#e9eff4}
.route-overview-chapter__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;border-radius:inherit}
.route-overview-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}
.route-overview-hero .route-content-hero__media{display:flex;align-items:center;justify-content:center;min-height:0;padding:10px;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:#f4f8fb;box-shadow:0 14px 34px rgba(16,24,40,.06)}
.route-overview-hero .route-content-hero__media img{height:auto;min-height:0;max-height:410px;object-fit:contain;border:0;border-radius:14px;box-shadow:none}
.route-overview-direction-cards .route-content-panel h2,.route-overview-closing .route-content-panel h2{margin:0 0 10px;color:#111827;font-size:clamp(1.18rem,1.7vw,1.45rem);line-height:1.16}
.route-overview-section-lead,.route-overview-anchor-note{max-width:76ch;color:#566577;line-height:1.6}
.route-overview-chapter-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0 30px}
.route-overview-chapter-nav a,.route-overview-anchor-list a{min-width:0;border:1px solid rgba(45,103,178,.18);background:rgba(255,255,255,.84);color:#243e5e;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(16,24,40,.04)}
.route-overview-chapter-nav a{display:grid;gap:4px;min-height:76px;padding:12px;border-radius:14px;font-size:.9rem;line-height:1.25}
.route-overview-chapter-nav a span{color:#4f6780;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.route-overview-chapter-nav a:hover,.route-overview-chapter-nav a:focus,.route-overview-anchor-list a:hover,.route-overview-anchor-list a:focus{border-color:rgba(45,103,178,.38);background:#fff;color:#17324f;transform:translateY(-1px)}
.route-overview-chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:0 0 32px}
.route-overview-chapter{min-width:0;padding:22px;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,248,251,.94));box-shadow:0 14px 34px rgba(16,24,40,.06);scroll-margin-top:120px}
.route-overview-chapter h3,.route-overview-planning h3{margin:0 0 10px;color:#111827;font-size:1.28rem;line-height:1.18}
.route-overview-chapter p:last-child{margin-bottom:0}
.route-overview-planning{margin:30px 0 32px}
.route-overview-planning>h2{margin:0 0 16px;color:#111827;font-size:clamp(1.5rem,2.25vw,2rem);line-height:1.12}
.route-overview-planning-grid{margin:0}
.route-overview-planning-grid .route-content-panel{scroll-margin-top:120px}
.route-overview-planning-grid ul{margin-bottom:0;padding-left:1.2rem}
.route-overview-planning-grid li+li{margin-top:.55rem}
.route-overview-anchor-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0 12px}
.route-overview-anchor-list a{display:flex;align-items:center;min-height:42px;padding:9px 12px;border-radius:999px;font-size:.92rem;line-height:1.2}
.route-overview-closing{margin-top:26px}
@media(max-width:1079px){.route-overview-chapter-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.route-overview-anchor-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){.route-overview-hero .route-content-hero__media{max-height:360px}.route-overview-hero .route-content-hero__media img{max-height:340px}.route-overview-chapter-grid{grid-template-columns:1fr}}
@media(max-width:820px){.route-overview-corridor{grid-template-columns:1fr;align-items:start}.route-overview-corridor .route-overview-gear-ad{max-width:620px}.route-overview-chapter__media{height:112px}}
@media(max-width:620px){.route-overview-hero .route-content-hero__media{padding:8px;max-height:270px}.route-overview-hero .route-content-hero__media img{max-height:250px}.route-overview-corridor{gap:16px;margin:20px 0 24px}.route-overview-corridor .route-overview-gear-ad{max-width:none}.route-overview-chapter__media{height:108px;margin-bottom:14px}.route-overview-chapter-nav{gap:8px}.route-overview-chapter-nav a{min-height:80px;padding:10px;font-size:.84rem}.route-overview-chapter,.route-content-panel{padding:18px}.route-overview-anchor-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}
@media(max-width:390px){.route-overview-chapter-nav,.route-overview-anchor-list{grid-template-columns:1fr}}

/* ROUTE41-TRIPS-DIRECTORY-COLLECTION-AND-IMAGE-POLISH-1 */
.page--trips .route-trips-hero .route-content-hero__media{background:#f4f8fb;border-radius:22px;padding:10px}
.page--trips .route-trips-hero .route-content-hero__media img{min-height:0;height:auto;max-height:390px;object-fit:contain;background:#f4f8fb}
.page--trips .route-trips-nav{margin-bottom:30px}
.page--trips .route-trips-section{margin-top:34px}
.page--trips .route-trips-core-grid,.page--trips .route-trips-alternatives-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}
.page--trips .route-trips-card{min-width:0}
.page--trips .route-trips-card .route-card-status{margin-bottom:10px;color:#4f6780}
.page--trips .route-trips-card--finish{grid-column:1 / -1}
.page--trips .route-trips-card--finish::before{min-height:210px;background-position:center 58%}
.page--trips .route-trips-card--finish h3{font-size:clamp(1.32rem,2vw,1.68rem)}
.page--trips .route-trips-section--alternatives{padding:24px;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:linear-gradient(180deg,rgba(248,252,255,.96),rgba(239,247,249,.92))}
.page--trips .route-trips-section--alternatives .route-page-section__lead{margin-bottom:0}
.page--trips .route-trips-section--family{padding:24px;border-left:4px solid rgba(45,103,178,.48);border-radius:0 22px 22px 0;background:linear-gradient(90deg,rgba(45,103,178,.07),rgba(255,255,255,0))}
.page--trips .route-trips-family-grid{display:grid;grid-template-columns:minmax(0,1fr);margin-top:20px}
.page--trips .route-trips-card--family{max-width:720px}
.page--trips .route-trips-related{padding-top:8px}

/* ROUTE41-PLACES-DIRECTORY-VISUAL-AND-CLASSIFICATION-POLISH-1 */
.page--places .route-places-hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.page--places .route-places-mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(138px,1fr));gap:6px;min-height:300px;padding:6px;overflow:hidden;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:#e7eef2}.page--places .route-places-mosaic__image{display:block;width:100%;height:100%;min-height:0;object-fit:cover;border-radius:14px}.page--places .route-places-nav,.page--places .route-places-planning-links,.page--places .route-places-chip-list{display:flex;flex-wrap:wrap;gap:10px}.page--places .route-places-nav{margin:0 0 30px}.page--places .route-places-nav a,.page--places .route-places-planning-links a,.page--places .route-places-chip-list a{display:inline-flex;align-items:center;min-height:40px;padding:8px 12px;border:1px solid rgba(45,103,178,.2);border-radius:999px;background:#fff;color:#243e5e;font-weight:800;line-height:1.2;text-decoration:none}.page--places a:focus{outline:2px solid #2d67b2;outline-offset:2px}.page--places .route-places-anchor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:20px 0 30px}.page--places .route-places-anchor-card,.page--places .route-places-state-panel{min-width:0;overflow:hidden;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:linear-gradient(180deg,#fff,#f4f8fb);box-shadow:0 14px 34px rgba(16,24,40,.06)}.page--places .route-places-anchor-card__media{display:block;height:178px;overflow:hidden;border-bottom:1px solid rgba(45,103,178,.14)}.page--places .route-places-anchor-card__media img,.page--places .route-places-state-panel__media{display:block;width:100%;height:100%;object-fit:cover}.page--places .route-places-anchor-card__body,.page--places .route-places-state-panel__body{padding:18px}.page--places .route-places-anchor-card__label,.page--places .route-places-directory-group h4{margin:0 0 8px;color:#4f6780;font-size:.76rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.page--places .route-places-anchor-card h3{margin:0 0 8px;font-size:1.22rem}.page--places .route-places-anchor-card h3 a{color:#17324f}.page--places .route-places-anchor-card p:last-child,.page--places .route-places-directory-group p{margin:0;color:#566577;line-height:1.5}.page--places .route-places-directory-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.page--places .route-places-guide-total{align-self:flex-start;flex:0 0 auto;margin:0;padding:9px 12px;border:1px solid rgba(45,103,178,.18);border-radius:999px;background:#eef5fb;color:#243e5e;font-size:.9rem;font-weight:850}.page--places .route-places-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:20px 0 30px}.page--places .route-places-state-panel__media{height:102px;border-bottom:1px solid rgba(45,103,178,.14)}.page--places .route-places-state-panel__heading{display:flex;justify-content:space-between;gap:12px;margin-bottom:16px}.page--places .route-places-state-panel__heading h3,.page--places .route-places-state-panel__heading p{margin:0}.page--places .route-places-state-panel__heading p{color:#4f6780;font-weight:850}.page--places .route-places-directory-group+.route-places-directory-group{margin-top:16px;padding-top:16px;border-top:1px solid rgba(45,103,178,.12)}.page--places .route-places-chip-list{gap:8px}.page--places .route-places-chip-list a{min-height:34px;padding:6px 10px;font-size:.86rem}.page--places .route-places-directory-group p{margin-top:10px}.page--places .route-places-planning{margin-top:36px;padding:24px;border-left:4px solid rgba(45,103,178,.48);border-radius:0 22px 22px 0;background:linear-gradient(90deg,rgba(45,103,178,.07),rgba(255,255,255,0))}
@media(max-width:1100px){.page--places .route-places-anchor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page--places .route-places-anchor-card:last-child{grid-column:1/-1;justify-self:center;width:calc((100% - 20px)/2)}}@media(max-width:980px){.page--places .route-places-hero,.page--places .route-places-directory-grid{grid-template-columns:1fr}.page--places .route-places-mosaic{min-height:280px}}@media(max-width:620px){.page--places .route-places-mosaic{min-height:232px;grid-template-rows:repeat(2,minmax(112px,1fr))}.page--places .route-places-anchor-grid{grid-template-columns:1fr;gap:16px}.page--places .route-places-anchor-card:last-child{grid-column:auto;justify-self:stretch;width:auto}.page--places .route-places-directory-heading{display:block}.page--places .route-places-guide-total{display:inline-flex;margin-top:4px}.page--places .route-places-nav a,.page--places .route-places-planning-links a{flex:1 1 145px;justify-content:center}.page--places .route-places-state-panel__media{height:96px}}@media(max-width:390px){.page--places .route-places-nav a,.page--places .route-places-planning-links a{flex-basis:100%}}


/* Route41 segments chapter directory */
.page--segments .route-segments-section{margin-top:28px}
.page--segments .route-segments-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0 30px}
.page--segments .route-segments-nav a,.page--segments .route-segment-card__links a,.page--segments .route-segment-card__cta,.page--segments .route-segments-related__links a{min-width:0;border:1px solid rgba(45,103,178,.2);background:#fff;color:#243e5e;font-weight:800;line-height:1.2;text-decoration:none}
.page--segments .route-segments-nav a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 12px;border-radius:999px;text-align:center;font-size:.88rem;box-shadow:0 8px 18px rgba(16,24,40,.04)}
.page--segments .route-segments-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:0 0 32px}
.page--segments .route-segment-card{min-width:0;overflow:hidden;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,248,251,.94));box-shadow:0 14px 34px rgba(16,24,40,.06);scroll-margin-top:120px}
.page--segments .route-segment-card__body{padding:18px 20px}
.page--segments .route-segment-card__sequence{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 8px;color:#4f6780;font-size:.76rem;font-weight:900;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}
.page--segments .route-segment-card__sequence span{color:#243e5e}
.page--segments .route-segment-card h3{margin:0;color:#111827;font-size:1.28rem;line-height:1.18}
.page--segments .route-segment-card h4{margin:16px 0 5px;color:#4f6780;font-size:.76rem;font-weight:900;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}
.page--segments .route-segment-card h4:first-child{margin-top:0}
.page--segments .route-segment-card p{margin:0;color:#566577;line-height:1.52}
.page--segments .route-segment-card__media{height:110px;margin:0;overflow:hidden;border-top:1px solid rgba(45,103,178,.14);border-bottom:1px solid rgba(45,103,178,.14);background:#e9eff4}
.page--segments .route-segment-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.page--segments .route-segment-card__links{display:flex;flex-wrap:wrap;gap:8px}
.page--segments .route-segment-card__links a{display:inline-flex;align-items:center;min-height:34px;padding:6px 10px;border-radius:999px;font-size:.86rem}
.page--segments .route-segment-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:18px;padding:9px 13px;border-radius:12px;background:#243e5e;color:#fff;font-size:.9rem}
.page--segments .route-segments-related__links{display:flex;flex-wrap:wrap;gap:10px}
.page--segments .route-segments-related__links a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 13px;border-radius:999px}
.page--segments .route-segments-nav a:hover,.page--segments .route-segments-nav a:focus,.page--segments .route-segment-card__links a:hover,.page--segments .route-segment-card__links a:focus,.page--segments .route-segments-related__links a:hover,.page--segments .route-segments-related__links a:focus{border-color:rgba(45,103,178,.42);color:#17324f;background:#fff;transform:translateY(-1px)}
.page--segments .route-segment-card__cta:hover,.page--segments .route-segment-card__cta:focus{border-color:#17324f;background:#17324f;color:#fff;transform:translateY(-1px)}
.page--segments .route-segments-nav a:focus,.page--segments .route-segment-card__links a:focus,.page--segments .route-segment-card__cta:focus,.page--segments .route-segments-related__links a:focus{outline:2px solid #2d67b2;outline-offset:2px}
@media(max-width:1079px){.page--segments .route-segments-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.page--segments .route-segments-grid{grid-template-columns:1fr}}
@media(max-width:620px){.page--segments .route-segments-nav{gap:8px;margin-bottom:24px}.page--segments .route-segments-nav a{min-height:42px;padding:8px 10px;font-size:.84rem}.page--segments .route-segment-card__body{padding:16px 18px}.page--segments .route-segment-card__media{height:104px}.page--segments .route-segment-card__cta{width:100%}.page--segments .route-segments-related__links a{flex:1 1 140px}}
@media(max-width:390px){.page--segments .route-segments-nav{grid-template-columns:1fr}.page--segments .route-segments-related__links a{flex-basis:100%}}

/* ROUTE41-ROUTES-HUB-MAINLINE-AND-RELATIONSHIP-POLISH-1 */
.page--routes .route-hub-nav,.page--routes .route-hub-start__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 30px}.page--routes .route-hub-nav a,.page--routes .route-hub-start__links a,.page--routes .route-hub-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 12px;border:1px solid rgba(45,103,178,.2);border-radius:999px;background:#fff;color:#243e5e;font-size:.92rem;font-weight:850;line-height:1.2;text-align:center;text-decoration:none;box-shadow:0 8px 18px rgba(16,24,40,.04)}.page--routes a:focus{outline:2px solid #2d67b2;outline-offset:2px}.page--routes .route-hub-primary__feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);overflow:hidden;border:1px solid rgba(45,103,178,.2);border-radius:24px;background:linear-gradient(135deg,#f8fcff,#edf5f8);box-shadow:0 16px 38px rgba(16,24,40,.08)}.page--routes .route-hub-primary__media{display:flex;align-items:center;justify-content:center;min-height:280px;margin:0;padding:18px;background:#f4f8fb}.page--routes .route-hub-primary__media img{display:block;width:100%;height:auto;max-height:350px;object-fit:contain}.page--routes .route-hub-primary__body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:30px}.page--routes .route-hub-primary h2,.page--routes .route-hub-ai h2{margin:0 0 12px;color:#111827;font-size:clamp(1.6rem,2.5vw,2.25rem);line-height:1.08;letter-spacing:-.035em}.page--routes .route-hub-primary__body>p:not(.route-hub-label),.page--routes .route-hub-ai p,.page--routes .route-hub-relationship-panel>p:not(.route-hub-label){color:#566577;line-height:1.6}.page--routes .route-hub-button{margin-top:8px}.page--routes .route-hub-label{margin:0 0 8px;color:#4f6780;font-size:.76rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.page--routes .route-hub-planning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.page--routes .route-hub-planning-card{display:grid;grid-template-columns:minmax(150px,.72fr) minmax(0,1fr);overflow:hidden;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:linear-gradient(180deg,#fff,#f4f8fb);box-shadow:0 14px 34px rgba(16,24,40,.06)}.page--routes .route-hub-planning-card>img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover}.page--routes .route-hub-planning-card__body{padding:20px}.page--routes .route-hub-planning-card h3,.page--routes .route-hub-relationship-panel h3{margin:0 0 10px;color:#111827;font-size:1.32rem;line-height:1.15}.page--routes .route-hub-planning-card__body>p:not(.route-hub-label){color:#566577;line-height:1.55}.page--routes .route-hub-ai{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;border:1px solid rgba(45,103,178,.16);border-left:4px solid rgba(45,103,178,.55);border-radius:0 22px 22px 0;background:linear-gradient(90deg,rgba(45,103,178,.08),rgba(255,255,255,.96))}.page--routes .route-hub-ai h2{font-size:clamp(1.25rem,2vw,1.55rem)}.page--routes .route-hub-ai p{margin:0}.page--routes .route-hub-ai .route-hub-button{flex:0 0 auto;margin:0}.page--routes .route-hub-relationship-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.page--routes .route-hub-relationship-panel{min-width:0;padding:22px;border:1px solid rgba(45,103,178,.14);border-radius:22px;background:linear-gradient(180deg,#fff,#f4f8fb);box-shadow:0 12px 28px rgba(16,24,40,.05)}.page--routes .route-hub-relationship-panel--alternate{border-color:rgba(45,103,178,.3);background:linear-gradient(180deg,#fbfdff,#edf4fb)}.page--routes .route-hub-relationship-panel a{color:#234b7a;font-weight:850}.page--routes .route-hub-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0!important}.page--routes .route-hub-chip-list a{display:inline-flex;align-items:center;min-height:36px;padding:7px 10px;border:1px solid rgba(45,103,178,.2);border-radius:999px;background:#fff;font-size:.88rem;text-decoration:none}.page--routes .route-hub-start{margin-top:38px}.page--routes .route-hub-start__links{margin:0}.page--routes .route-hub-nav a:hover,.page--routes .route-hub-start__links a:hover,.page--routes .route-hub-button:hover{border-color:rgba(45,103,178,.42);background:#f9fcff}@media(max-width:1080px){.page--routes .route-hub-planning-card{grid-template-columns:1fr}.page--routes .route-hub-planning-card>img{height:136px;min-height:136px}.page--routes .route-hub-relationship-grid{grid-template-columns:1fr}}@media(max-width:820px){.page--routes .route-hub-nav,.page--routes .route-hub-start__links{grid-template-columns:repeat(2,minmax(0,1fr))}.page--routes .route-hub-primary__feature{grid-template-columns:1fr}.page--routes .route-hub-primary__media{min-height:0;padding:14px}.page--routes .route-hub-primary__media img{max-height:300px}.page--routes .route-hub-ai{align-items:flex-start;flex-direction:column}.page--routes .route-hub-ai .route-hub-button{margin-top:4px}}@media(max-width:620px){.page--routes .route-hub-nav{gap:8px;margin-bottom:24px}.page--routes .route-hub-nav a,.page--routes .route-hub-start__links a{min-height:44px;padding:9px;font-size:.88rem}.page--routes .route-hub-primary__body,.page--routes .route-hub-planning-card__body,.page--routes .route-hub-relationship-panel{padding:18px}.page--routes .route-hub-primary__media img{max-height:240px}.page--routes .route-hub-planning-grid{grid-template-columns:1fr;gap:16px}.page--routes .route-hub-planning-card>img{height:124px;min-height:124px}.page--routes .route-hub-ai{gap:12px;padding:18px}.page--routes .route-hub-relationship-grid{gap:14px}.page--routes .route-hub-start{margin-top:30px}}@media(max-width:390px){.page--routes .route-hub-nav,.page--routes .route-hub-start__links{grid-template-columns:1fr}}
