/*
 * Vivateh - Cum ajungi la magazin
 * Versiune: 2.3.0
 * Cale recomandata:
 * /catalog/view/theme/oct_ultrastore/stylesheet/Informatii/vht_cum_ajungi.css
 *
 * Stilurile sunt izolate sub #vht-route-page pentru a evita conflictele
 * cu tema OCT UltraStore si cu celelalte module Vivateh.
 */

  #vht-route-page {
    --vht-orange: rgb(243, 146, 0);
    --vht-orange-dark: rgb(210, 118, 0);
    --vht-blue: rgb(15, 112, 183);
    --vht-blue-dark: rgb(7, 61, 100);
    --vht-ink: #102a3a;
    --vht-text: #425c6c;
    --vht-muted: #6f8491;
    --vht-line: #dce8ef;
    --vht-soft: #f4f8fb;
    --vht-white: #ffffff;
    --vht-shadow: 0 22px 60px rgba(7, 61, 100, 0.13);
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 18px auto 64px;
    color: var(--vht-text);
    font-family: inherit;
    line-height: 1.65;
    isolation: isolate;
  }

  #vht-route-page,
  #vht-route-page * {
    box-sizing: border-box;
  }

  #vht-route-page a {
    text-decoration: none;
  }

  #vht-route-page svg {
    display: block;
  }

  #vht-route-page .vht-route__skip {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 20;
    padding: 10px 14px;
    border-radius: 10px;
    color: var(--vht-white);
    border: 0;
    background: var(--vht-blue-dark);
    font: inherit;
    cursor: pointer;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
  }

  #vht-route-page .vht-route__skip:focus {
    transform: translateY(0);
  }

  #vht-route-page .vht-route__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(32px, 6vw, 86px);
    min-height: 560px;
    padding: clamp(42px, 6vw, 84px);
    overflow: hidden;
    border-radius: 32px;
    background:
      radial-gradient(circle at 7% 3%, rgba(243, 146, 0, 0.32), transparent 30%),
      radial-gradient(circle at 95% 100%, rgba(15, 112, 183, 0.48), transparent 35%),
      linear-gradient(135deg, #073d64 0%, #0b598f 55%, #0871b3 100%);
    box-shadow: var(--vht-shadow);
  }

  #vht-route-page .vht-route__hero::before,
  #vht-route-page .vht-route__hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    pointer-events: none;
  }

  #vht-route-page .vht-route__hero::before {
    top: -180px;
    right: -130px;
    width: 470px;
    height: 470px;
  }

  #vht-route-page .vht-route__hero::after {
    right: 40px;
    bottom: -240px;
    width: 560px;
    height: 560px;
  }

  #vht-route-page .vht-route__hero-copy,
  #vht-route-page .vht-route__hero-visual {
    position: relative;
    z-index: 2;
  }

  #vht-route-page .vht-route__hero-copy {
    align-self: center;
  }

  #vht-route-page .vht-route__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff4df;
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }

  #vht-route-page .vht-route__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vht-orange);
    box-shadow: 0 0 0 6px rgba(243, 146, 0, 0.18);
  }

  #vht-route-page .vht-route__hero h2 {
    max-width: 700px;
    margin: 0;
    color: var(--vht-white);
    font-size: clamp(38px, 5.1vw, 70px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  #vht-route-page .vht-route__hero h2 span {
    display: block;
    color: #ffc45c;
  }

  #vht-route-page .vht-route__lead {
    max-width: 690px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.75;
  }

  #vht-route-page .vht-route__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
  }

  #vht-route-page .vht-route__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 19px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  #vht-route-page .vht-route__button svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
  }

  #vht-route-page .vht-route__button--primary {
    color: #132b38;
    background: var(--vht-orange);
    box-shadow: 0 13px 30px rgba(243, 146, 0, 0.28);
  }

  #vht-route-page .vht-route__button--ghost {
    color: var(--vht-white);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.09);
  }

  #vht-route-page .vht-route__button:hover,
  #vht-route-page .vht-route__button:focus-visible {
    transform: translateY(-2px);
  }

  #vht-route-page .vht-route__button--primary:hover,
  #vht-route-page .vht-route__button--primary:focus-visible {
    color: #132b38;
    background: #ffad2f;
    box-shadow: 0 17px 38px rgba(243, 146, 0, 0.36);
  }

  #vht-route-page .vht-route__button--ghost:hover,
  #vht-route-page .vht-route__button--ghost:focus-visible {
    color: var(--vht-white);
    background: rgba(255, 255, 255, 0.16);
  }

  #vht-route-page .vht-route__hero-visual {
    align-self: stretch;
    min-height: 410px;
  }

  #vht-route-page .vht-route__route-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.82);
  }

  #vht-route-page .vht-route__art-line {
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 2 13;
  }

  #vht-route-page .vht-route__art-point {
    fill: #0a5d94;
    stroke: rgba(255, 255, 255, 0.95);
    stroke-width: 4;
  }

  #vht-route-page .vht-route__art-point--orange {
    fill: var(--vht-orange);
  }

  #vht-route-page .vht-route__location-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(88%, 340px);
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 22px;
    color: var(--vht-ink);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(3, 34, 55, 0.3);
    transform: translate(-50%, -50%) rotate(-2deg);
    backdrop-filter: blur(14px);
  }

  #vht-route-page .vht-route__pin {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-top: -49px;
    border: 7px solid rgba(255, 255, 255, 0.96);
    border-radius: 50% 50% 50% 10px;
    color: var(--vht-white);
    background: var(--vht-orange);
    box-shadow: 0 11px 30px rgba(243, 146, 0, 0.34);
    transform: rotate(-45deg);
  }

  #vht-route-page .vht-route__pin svg {
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
  }

  #vht-route-page .vht-route__location-label {
    margin: 20px 0 3px;
    color: var(--vht-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #vht-route-page .vht-route__location-card h3 {
    margin: 0;
    color: var(--vht-ink);
    font-size: 25px;
    line-height: 1.2;
  }

  #vht-route-page .vht-route__address {
    margin: 11px 0 0;
    color: var(--vht-text);
    font-size: 15px;
  }

  #vht-route-page .vht-route__arrival {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid var(--vht-line);
    color: var(--vht-blue-dark);
    font-size: 13px;
    font-weight: 800;
  }

  #vht-route-page .vht-route__arrival span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22a765;
    box-shadow: 0 0 0 5px rgba(34, 167, 101, 0.13);
  }

  #vht-route-page .vht-route__quick-grid {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: -34px clamp(18px, 4vw, 58px) 0;
  }

  #vht-route-page .vht-route__quick-card {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 104px;
    padding: 19px;
    border: 1px solid var(--vht-line);
    border-radius: 18px;
    background: var(--vht-white);
    box-shadow: 0 14px 35px rgba(7, 61, 100, 0.1);
  }

  #vht-route-page .vht-route__quick-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    color: var(--vht-blue);
    background: #eaf5fc;
  }

  #vht-route-page .vht-route__quick-card:nth-child(2) .vht-route__quick-icon {
    color: var(--vht-orange-dark);
    background: #fff4df;
  }

  #vht-route-page .vht-route__quick-icon svg {
    width: 23px;
    height: 23px;
  }

  #vht-route-page .vht-route__quick-card strong,
  #vht-route-page .vht-route__quick-card span {
    display: block;
  }

  #vht-route-page .vht-route__quick-card strong {
    color: var(--vht-ink);
    font-size: 15px;
    line-height: 1.35;
  }

  #vht-route-page .vht-route__quick-card span {
    margin-top: 3px;
    color: var(--vht-muted);
    font-size: 13px;
    line-height: 1.45;
  }

  #vht-route-page .vht-route__section {
    padding: clamp(70px, 8vw, 110px) clamp(0px, 1vw, 12px) 0;
  }

  #vht-route-page .vht-route__section-head {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
  }

  #vht-route-page .vht-route__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--vht-orange-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  #vht-route-page .vht-route__kicker::before {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 99px;
    background: var(--vht-orange);
  }

  #vht-route-page .vht-route__section h2 {
    margin: 0;
    color: var(--vht-ink);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  #vht-route-page .vht-route__section-intro {
    margin: 16px auto 0;
    color: var(--vht-muted);
    font-size: 17px;
  }

  #vht-route-page .vht-route__map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 20px;
    align-items: stretch;
  }

  #vht-route-page .vht-route__map-wrap {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid var(--vht-line);
    border-radius: 25px;
    background: var(--vht-soft);
    box-shadow: 0 18px 55px rgba(7, 61, 100, 0.11);
  }

  #vht-route-page .vht-route__map-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
  }

  #vht-route-page .vht-route__map-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: calc(100% - 36px);
    padding: 10px 14px;
    border-radius: 12px;
    color: var(--vht-ink);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 28px rgba(7, 61, 100, 0.14);
    font-size: 13px;
    font-weight: 800;
    pointer-events: none;
  }

  #vht-route-page .vht-route__map-badge span {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: var(--vht-orange);
    box-shadow: 0 0 0 5px rgba(243, 146, 0, 0.15);
  }

  #vht-route-page .vht-route__visit-card {
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 25px;
    color: var(--vht-white);
    background:
      radial-gradient(circle at 100% 0, rgba(243, 146, 0, 0.25), transparent 32%),
      var(--vht-blue-dark);
    box-shadow: 0 18px 55px rgba(7, 61, 100, 0.16);
  }

  #vht-route-page .vht-route__visit-card h3 {
    margin: 0 0 24px;
    color: var(--vht-white);
    font-size: 24px;
    line-height: 1.25;
  }

  #vht-route-page .vht-route__visit-list {
    display: grid;
    gap: 20px;
    margin: 0;
  }

  #vht-route-page .vht-route__visit-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: start;
  }

  #vht-route-page .vht-route__visit-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #ffc45c;
    background: rgba(255, 255, 255, 0.1);
  }

  #vht-route-page .vht-route__visit-icon svg {
    width: 19px;
    height: 19px;
  }

  #vht-route-page .vht-route__visit-item dt {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #vht-route-page .vht-route__visit-item dd {
    margin: 4px 0 0;
    color: var(--vht-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
  }

  #vht-route-page .vht-route__visit-item a {
    color: var(--vht-white);
  }

  #vht-route-page .vht-route__visit-actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 28px;
  }

  #vht-route-page .vht-route__visit-actions .vht-route__button {
    width: 100%;
  }

  #vht-route-page .vht-route__transport-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: -14px 0 34px;
  }

  #vht-route-page .vht-route__transport-nav button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid var(--vht-line);
    border-radius: 999px;
    color: var(--vht-blue-dark);
    background: var(--vht-white);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  #vht-route-page .vht-route__transport-nav button:hover,
  #vht-route-page .vht-route__transport-nav button:focus-visible {
    border-color: var(--vht-orange);
    color: var(--vht-orange-dark);
    transform: translateY(-1px);
  }

  #vht-route-page .vht-route__transport-nav svg {
    width: 17px;
    height: 17px;
  }

  #vht-route-page .vht-route__mode {
    margin-top: 38px;
    scroll-margin-top: 24px;
  }

  #vht-route-page .vht-route__mode-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }

  #vht-route-page .vht-route__mode-icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    color: var(--vht-white);
    background: var(--vht-blue);
    box-shadow: 0 10px 24px rgba(15, 112, 183, 0.22);
  }

  #vht-route-page .vht-route__mode--bus .vht-route__mode-icon,
  #vht-route-page .vht-route__mode--minibus .vht-route__mode-icon {
    background: var(--vht-orange);
    box-shadow: 0 10px 24px rgba(243, 146, 0, 0.23);
  }

  #vht-route-page .vht-route__mode-icon svg {
    width: 23px;
    height: 23px;
  }

  #vht-route-page .vht-route__mode-heading h3 {
    margin: 0;
    color: var(--vht-ink);
    font-size: 24px;
    line-height: 1.2;
  }

  #vht-route-page .vht-route__mode-heading p {
    margin: 3px 0 0;
    color: var(--vht-muted);
    font-size: 13px;
  }

  #vht-route-page .vht-route__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  #vht-route-page .vht-route__cards--single {
    grid-template-columns: 1fr;
  }

  #vht-route-page .vht-route__card {
    overflow: hidden;
    border: 1px solid var(--vht-line);
    border-radius: 20px;
    background: var(--vht-white);
    box-shadow: 0 11px 34px rgba(7, 61, 100, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  #vht-route-page .vht-route__card:hover {
    border-color: #bfd6e4;
    box-shadow: 0 17px 42px rgba(7, 61, 100, 0.11);
    transform: translateY(-2px);
  }

  #vht-route-page .vht-route__card[open] {
    border-color: rgba(15, 112, 183, 0.36);
  }

  #vht-route-page .vht-route__card summary {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 94px;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
  }

  #vht-route-page .vht-route__card summary::-webkit-details-marker {
    display: none;
  }

  #vht-route-page .vht-route__number {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 17px;
    color: var(--vht-white);
    background: var(--vht-blue);
    box-shadow: 0 9px 22px rgba(15, 112, 183, 0.22);
    font-size: 18px;
    font-weight: 900;
  }

  #vht-route-page .vht-route__mode--bus .vht-route__number,
  #vht-route-page .vht-route__mode--minibus .vht-route__number {
    color: #1c2a32;
    background: var(--vht-orange);
    box-shadow: 0 9px 22px rgba(243, 146, 0, 0.25);
  }

  #vht-route-page .vht-route__summary-copy strong,
  #vht-route-page .vht-route__summary-copy span {
    display: block;
  }

  #vht-route-page .vht-route__summary-copy strong {
    color: var(--vht-ink);
    font-size: 15px;
    line-height: 1.35;
  }

  #vht-route-page .vht-route__summary-copy span {
    margin-top: 4px;
    color: var(--vht-muted);
    font-size: 12px;
  }

  #vht-route-page .vht-route__summary-copy .vht-route__stop-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px 5px;
    margin-top: 7px;
    color: var(--vht-blue-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
  }

  #vht-route-page .vht-route__summary-copy .vht-route__stop-line::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border: 2px solid var(--vht-white);
    border-radius: 50%;
    background: var(--vht-orange);
    box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.17);
  }

  #vht-route-page .vht-route__summary-copy .vht-route__stop-line b {
    color: var(--vht-orange-dark);
    font-weight: 900;
  }

  #vht-route-page .vht-route__chevron {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    color: var(--vht-blue);
    background: var(--vht-soft);
    transition: transform 0.25s ease, background 0.25s ease;
  }

  #vht-route-page .vht-route__chevron svg {
    width: 17px;
    height: 17px;
  }

  #vht-route-page .vht-route__card[open] .vht-route__chevron {
    color: var(--vht-white);
    background: var(--vht-blue);
    transform: rotate(180deg);
  }

  #vht-route-page .vht-route__card-content {
    display: grid;
    gap: 14px;
    padding: 0 20px 22px;
    border-top: 1px solid var(--vht-line);
  }

  #vht-route-page .vht-route__direction {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 13px;
    padding-top: 17px;
  }

  #vht-route-page .vht-route__direction + .vht-route__direction {
    border-top: 1px dashed #d9e5ec;
  }

  #vht-route-page .vht-route__direction-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    min-height: 29px;
    padding: 5px 8px;
    border-radius: 9px;
    color: var(--vht-blue-dark);
    background: #eaf5fc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  #vht-route-page .vht-route__direction--return .vht-route__direction-label {
    color: #935400;
    background: #fff3dc;
  }

  #vht-route-page .vht-route__direction p {
    margin: 0;
    color: var(--vht-text);
    font-size: 14px;
    line-height: 1.75;
  }

  #vht-route-page .vht-route__street {
    display: inline;
    padding: 2px 5px;
    border-radius: 5px;
    color: #6d3c00;
    background: #ffe4ae;
    font-weight: 900;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  #vht-route-page .vht-route__station-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid #cfe3f0;
    border-radius: 17px;
    color: var(--vht-blue-dark);
    background: #f0f8fd;
    font-size: 14px;
  }

  #vht-route-page .vht-route__station-note svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    margin-top: 2px;
    color: var(--vht-blue);
  }

  #vht-route-page .vht-route__station-note strong {
    color: var(--vht-ink);
  }

  #vht-route-page .vht-route__cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: clamp(70px, 8vw, 110px);
    padding: clamp(30px, 5vw, 58px);
    overflow: hidden;
    border-radius: 28px;
    background:
      radial-gradient(circle at 95% 20%, rgba(243, 146, 0, 0.25), transparent 24%),
      linear-gradient(125deg, #f1f8fc, #ffffff 58%, #fff4df);
    border: 1px solid #d9e7ef;
  }

  #vht-route-page .vht-route__cta::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -105px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(15, 112, 183, 0.07);
    border-radius: 50%;
    pointer-events: none;
  }

  #vht-route-page .vht-route__cta-copy {
    position: relative;
    z-index: 2;
  }

  #vht-route-page .vht-route__cta h2 {
    margin: 0;
    color: var(--vht-ink);
    font-size: clamp(28px, 3.7vw, 45px);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  #vht-route-page .vht-route__cta p {
    max-width: 730px;
    margin: 14px 0 0;
    color: var(--vht-text);
    font-size: 16px;
  }

  #vht-route-page .vht-route__cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  #vht-route-page .vht-route__cta .vht-route__button--ghost {
    color: var(--vht-blue-dark);
    border-color: #b9d4e4;
    background: var(--vht-white);
  }

  #vht-route-page .vht-route__cta .vht-route__button--ghost:hover,
  #vht-route-page .vht-route__cta .vht-route__button--ghost:focus-visible {
    color: var(--vht-blue-dark);
    background: #eef7fc;
  }

  #vht-route-page .vht-route__disclaimer {
    max-width: 920px;
    margin: 22px auto 0;
    color: var(--vht-muted);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }

  #vht-route-page :focus-visible {
    outline: 3px solid rgba(243, 146, 0, 0.55);
    outline-offset: 3px;
  }

  @media (max-width: 1050px) {
    #vht-route-page .vht-route__hero {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    #vht-route-page .vht-route__hero-visual {
      min-height: 360px;
    }

    #vht-route-page .vht-route__map-layout {
      grid-template-columns: 1fr;
    }

    #vht-route-page .vht-route__visit-actions {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 6px;
    }

    #vht-route-page .vht-route__cta {
      grid-template-columns: 1fr;
    }

    #vht-route-page .vht-route__cta-actions {
      justify-content: flex-start;
    }
  }

  @media (max-width: 760px) {
    #vht-route-page {
      margin-top: 8px;
      margin-bottom: 42px;
    }

    #vht-route-page .vht-route__hero {
      gap: 25px;
      padding: 32px 20px 54px;
      border-radius: 22px;
    }

    #vht-route-page .vht-route__hero h2 {
      font-size: clamp(37px, 12vw, 52px);
    }

    #vht-route-page .vht-route__lead {
      font-size: 16px;
    }

    #vht-route-page .vht-route__actions,
    #vht-route-page .vht-route__cta-actions {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
    }

    #vht-route-page .vht-route__button {
      width: 100%;
    }

    #vht-route-page .vht-route__hero-visual {
      min-height: 315px;
    }

    #vht-route-page .vht-route__location-card {
      width: 88%;
      padding: 19px;
    }

    #vht-route-page .vht-route__quick-grid {
      grid-template-columns: 1fr;
      margin: -28px 13px 0;
    }

    #vht-route-page .vht-route__quick-card {
      min-height: 88px;
    }

    #vht-route-page .vht-route__section {
      padding-top: 68px;
    }

    #vht-route-page .vht-route__section-head {
      margin-bottom: 28px;
      text-align: left;
    }

    #vht-route-page .vht-route__section h2 {
      font-size: 34px;
    }

    #vht-route-page .vht-route__map-wrap,
    #vht-route-page .vht-route__map-wrap iframe {
      min-height: 430px;
    }

    #vht-route-page .vht-route__visit-actions {
      grid-template-columns: 1fr;
    }

    #vht-route-page .vht-route__transport-nav {
      justify-content: flex-start;
      margin-top: -8px;
    }

    #vht-route-page .vht-route__cards {
      grid-template-columns: 1fr;
    }

    #vht-route-page .vht-route__card summary {
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 11px;
      min-height: 86px;
      padding: 15px;
    }

    #vht-route-page .vht-route__number {
      width: 49px;
      height: 49px;
      border-radius: 14px;
      font-size: 16px;
    }

    #vht-route-page .vht-route__card-content {
      padding: 0 15px 18px;
    }

    #vht-route-page .vht-route__direction {
      grid-template-columns: 1fr;
      gap: 9px;
    }

    #vht-route-page .vht-route__direction-label {
      justify-self: start;
    }

    #vht-route-page .vht-route__cta {
      padding: 30px 21px;
      border-radius: 22px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #vht-route-page *,
    #vht-route-page *::before,
    #vht-route-page *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

  @media print {
    #vht-route-page {
      max-width: none;
      margin: 0;
    }

    #vht-route-page .vht-route__hero,
    #vht-route-page .vht-route__visit-card {
      color: #000;
      background: #fff;
      box-shadow: none;
    }

    #vht-route-page .vht-route__hero h2,
    #vht-route-page .vht-route__lead,
    #vht-route-page .vht-route__visit-card h3,
    #vht-route-page .vht-route__visit-item dd,
    #vht-route-page .vht-route__visit-item a {
      color: #000;
    }

    #vht-route-page .vht-route__hero-visual,
    #vht-route-page .vht-route__actions,
    #vht-route-page .vht-route__visit-actions,
    #vht-route-page .vht-route__transport-nav,
    #vht-route-page .vht-route__map-wrap,
    #vht-route-page .vht-route__cta-actions {
      display: none;
    }

    #vht-route-page .vht-route__hero {
      display: block;
      min-height: 0;
      padding: 24px;
      border: 1px solid #bbb;
    }

    #vht-route-page .vht-route__quick-grid,
    #vht-route-page .vht-route__map-layout,
    #vht-route-page .vht-route__cards {
      display: block;
      margin: 20px 0;
    }

    #vht-route-page .vht-route__quick-card,
    #vht-route-page .vht-route__visit-card,
    #vht-route-page .vht-route__card {
      margin-bottom: 12px;
      break-inside: avoid;
      box-shadow: none;
    }

    #vht-route-page .vht-route__card-content {
      display: block !important;
    }
  }
