/* Route hub + detail landing pages (programmatic SEO) */
.route-hub,
.route-detail {
  direction: rtl;
  text-align: right;
  padding-top: 6.5rem;
}

.route-hub {
  --rh-ink: #000000;
  --rh-muted: #5e5e5e;
  --rh-accent: var(--brand-ink, #000);
  --rh-line: rgba(67, 89, 113, 0.12);
  --rh-surface: #ffffff;
  --rh-surface-soft: rgba(255, 255, 255, 0.78);
  position: relative;
  isolation: isolate;
  min-height: 70vh;
  padding-bottom: 3.5rem;
  background-color: #eef0f8;
  background-image:
    radial-gradient(ellipse 80% 55% at 100% 0%, rgba(0, 0, 0, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 15%, rgba(133, 146, 255, 0.16), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(0, 0, 0, 0.1), transparent 55%),
    linear-gradient(165deg, #e8ebf7 0%, #f3f4fa 42%, #e9ecf6 100%);
}

.route-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
}

.route-hub-inner {
  max-width: 58rem;
  position: relative;
  z-index: 1;
}

.route-hub-header {
  margin-bottom: 1.75rem;
}

.route-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: #6f6b7d;
}

.route-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-inline-start: 0.5rem;
  color: #b0adbb;
}

.route-breadcrumbs a {
  color: var(--brand-ink, #000);
  text-decoration: none;
}

.route-hub-title,
.route-detail-title {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.4;
  letter-spacing: 0;
  color: #5d596c;
  margin: 0 0 0.75rem;
  text-wrap: balance;
}

.route-hub-lead,
.route-detail-intro,
.route-detail-body {
  font-family: font-regular, "tahoma", sans-serif;
  font-size: 0.975rem;
  line-height: 1.9;
  letter-spacing: 0;
  color: #6f6b7d;
  max-width: 65ch;
  margin: 0 0 1.5rem;
  text-wrap: pretty;
}

.route-hub-lead {
  margin-bottom: 0;
}

.route-hub-panel {
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--rh-line);
  border-radius: 1rem;
  background: var(--rh-surface);
  box-shadow:
    0 0.5rem 1.5rem rgba(67, 89, 113, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

.route-hub-subtitle,
.route-detail-h2 {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 1.45;
  letter-spacing: 0;
  color: #5d596c;
  margin: 2rem 0 1rem;
}

.route-hub-subtitle--flush {
  margin: 0 0 0.85rem;
  font-size: 1rem;
}

.route-hub-jump {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin: 0 0 1.75rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid var(--rh-line);
  border-radius: 0.95rem;
  background: var(--rh-surface-soft);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0.35rem 1rem rgba(67, 89, 113, 0.05);
}

.route-hub-jump-label {
  font-size: 0.82rem;
  color: var(--rh-muted);
  flex-shrink: 0;
}

.route-hub-jump ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.45rem;
}

.route-hub-jump a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 0.3rem 0.7rem;
  border-radius: 0.55rem;
  border: 1px solid var(--rh-line);
  background: #fff;
  color: var(--rh-ink);
  text-decoration: none;
  font-size: 0.84rem;
  line-height: 1.4;
  transition: border-color 160ms ease, color 160ms ease;
}

.route-hub-jump a span {
  color: var(--rh-muted);
  font-size: 0.75rem;
}

.route-hub-jump a:hover {
  border-color: rgba(0, 0, 0, 0.45);
  color: var(--rh-accent);
}

.route-hub-origin {
  margin-bottom: 1.75rem;
  padding: 1.1rem 1.15rem 1.2rem;
  scroll-margin-top: 5.5rem;
  border: 1px solid var(--rh-line);
  border-radius: 1rem;
  background: var(--rh-surface-soft);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0.4rem 1.2rem rgba(67, 89, 113, 0.05);
}

.route-hub-origin-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--rh-line);
}

.route-hub-origin-count {
  font-size: 0.8rem;
  color: var(--rh-muted);
  flex-shrink: 0;
}

.route-hub-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.75rem;
}

.route-hub-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.7rem 0.95rem;
  border-radius: 0.85rem;
  background: var(--rh-surface);
  border: 1px solid var(--rh-line);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0.2rem 0.65rem rgba(67, 89, 113, 0.04);
  transition:
    border-color 180ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 180ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    background 180ms ease;
}

.route-hub-card:hover {
  border-color: rgba(0, 0, 0, 0.5);
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem rgba(67, 89, 113, 0.1);
  transform: translateY(-1px);
}

.route-hub-card-od {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.4rem;
  min-width: 0;
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.92rem;
  letter-spacing: 0;
  line-height: 1.45;
  color: var(--rh-ink);
}

.route-hub-card-arrow {
  color: var(--rh-accent);
  opacity: 0.85;
  font-family: font-regular, "tahoma", sans-serif;
}

.route-hub-card:hover .route-hub-card-city {
  color: var(--rh-accent);
}

.route-hub-card-title {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  color: var(--rh-ink, #5d596c);
  font-size: 0.92rem;
  line-height: 1.45;
}

.route-hub-card:hover .route-hub-card-title {
  color: var(--rh-accent, var(--brand-ink, #000));
}

.route-hub-card-meta {
  flex-shrink: 0;
  font-size: 0.78rem;
  color: var(--rh-muted, #6f6b7d);
  line-height: 1.3;
}

.route-hub-card-meta--muted {
  opacity: 0.9;
}

.route-detail-layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 992px) {
  .route-detail-layout {
    grid-template-columns: minmax(0, 1fr) 16rem;
    align-items: start;
  }
}

.route-detail-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.route-detail-bullets li {
  position: relative;
  padding-inline-start: 1.15rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #5d596c;
}

.route-detail-bullets li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.65em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--brand-ink, #000);
}

.route-detail-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 1.2rem;
  margin-bottom: 0.5rem;
}

.route-detail-faq .accordion-item {
  border: 1px solid #e8e7ec;
  border-radius: 0.85rem !important;
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.route-detail-faq .accordion-button {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.route-detail-faq .accordion-body {
  font-size: 0.9rem;
  line-height: 1.85;
  letter-spacing: 0;
  color: #6f6b7d;
}

.route-related {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.route-related a {
  color: var(--brand-ink, #000);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.7;
}

.route-related a:hover {
  text-decoration: underline;
}

.route-city-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.route-city-chips a {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 0.65rem;
  border: 1px solid var(--rh-line, #e8e7ec);
  background: #fff;
  color: var(--rh-ink, #5d596c);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.route-city-chips a:hover,
.route-city-chips-all:hover {
  border-color: rgba(0, 0, 0, 0.45);
  color: var(--rh-accent, var(--brand-ink, #000));
  background: rgba(0, 0, 0, 0.05);
}

.route-city-chips-all {
  border-style: dashed !important;
}

@media (max-width: 767.98px) {
  .route-hub-grid {
    grid-template-columns: 1fr;
  }

  .route-hub-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

.route-detail-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.65rem;
}

.route-detail-facts li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.85rem;
  background: #f7f7f9;
  border: 1px solid #eeedf2;
}

.route-detail-facts span {
  font-size: 0.75rem;
  color: #8a8698;
}

.route-detail-facts strong {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.95rem;
  color: #5d596c;
  letter-spacing: 0;
}

.route-detail-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 1.2rem;
  margin-inline-start: 0.5rem;
  margin-bottom: 0.5rem;
}

.route-detail-howto {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  counter-reset: none;
}

.route-detail-howto li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid #e8e7ec;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #6f6b7d;
  letter-spacing: 0;
}

.route-detail-howto strong {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  color: #5d596c;
  letter-spacing: 0;
}

@media (max-width: 575.98px) {
  .route-detail-cta-secondary {
    margin-inline-start: 0;
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .route-hub-card {
    transition: none;
  }

  .route-hub-card:hover {
    transform: none;
  }
}

/* SEO block under live TaxiTrips results — matches search page cards */
.route-seo-bottom {
  direction: rtl;
  text-align: right;
  padding: 0;
  background: transparent;
  border-top: none;
}

.route-seo-bottom .route-seo-p,
.route-seo-bottom .route-seo-lead {
  max-width: none;
}

.route-seo-card {
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: var(--box-shadow-lift, 0 10px 24px rgba(0, 0, 0, 0.1)) !important;
}

.route-seo-h1 {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.55;
  letter-spacing: 0;
  color: #5d596c;
  margin: 0 0 0.65rem;
}

.route-seo-lead,
.route-seo-p {
  font-family: font-regular, "tahoma", sans-serif;
  font-size: 0.925rem;
  line-height: 1.9;
  letter-spacing: 0;
  color: #6f6b7d;
  max-width: 75ch;
  margin: 0 0 1rem;
}

.route-seo-h2 {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 1.05rem;
  line-height: 1.45;
  letter-spacing: 0;
  color: #5d596c;
  margin: 1.5rem 0 0.85rem;
}

.route-seo-h2.mt-0 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.route-seo-facts {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}

.route-seo-fact {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  padding: 0.55rem 0.85rem;
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem;
  background: #f8f8fc;
}

.route-seo-fact-label {
  font-size: 0.72rem;
  color: #8c8898;
  line-height: 1.3;
}

.route-seo-fact-value {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  color: #5d596c;
  letter-spacing: 0;
  line-height: 1.4;
}

.route-seo-fact-fallback {
  margin-top: 0.9rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #6f6b7d;
}

.route-seo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.route-seo-list li {
  position: relative;
  padding: 0.9rem 1rem 0.9rem 1rem;
  padding-inline-start: 1.85rem;
  font-family: font-regular, "tahoma", sans-serif;
  font-size: 0.925rem;
  line-height: 1.9;
  letter-spacing: 0;
  color: #6f6b7d;
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem;
  background: #fafafa;
}

.route-seo-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0.85rem;
  top: 1.35rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--brand-ink, #000);
}

.route-seo-blocks {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.route-seo-block {
  padding: 0.9rem 1rem;
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem;
  background: #fafafa;
}

.route-seo-block-label {
  display: block;
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5d596c;
  margin-bottom: 0.45rem;
}

.route-seo-block .route-seo-p {
  max-width: none;
}

.route-seo-step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem;
  background: #fafafa;
  height: 100%;
}

.route-seo-step-num {
  flex: 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  color: var(--brand-ink, #000);
  font-family: font-bold, "tahoma", sans-serif;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.route-seo-step strong {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  color: #5d596c;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.15rem;
}

.route-seo-step p {
  font-size: 0.85rem;
  line-height: 1.75;
  color: #6f6b7d;
  margin: 0;
}

.route-seo-faq .accordion-item {
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem !important;
  margin-bottom: 0.85rem;
  overflow: hidden;
  background: #fff;
}

.route-seo-faq .accordion-button {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5d596c;
  box-shadow: none !important;
  padding-block: 1.1rem;
  padding-inline: 1.15rem;
}

.route-seo-faq .accordion-button:not(.collapsed) {
  background: rgba(0, 0, 0, 0.06);
  color: #5d596c;
}

.route-seo-faq .accordion-body {
  font-family: font-regular, "tahoma", sans-serif;
  font-size: 0.925rem;
  line-height: 1.9;
  letter-spacing: 0;
  color: #6f6b7d;
  padding: 10px 1.15rem;
}

/* Override Bootstrap extended accordion padding-top: 0 */
.route-seo-faq .accordion-header + .accordion-collapse .accordion-body {
  padding-top: 10px;
}

/* Expandable route SEO sections */
.route-seo-expand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.route-seo-expand > .accordion-item {
  border: 1px solid #e7e7ec;
  border-radius: 0.75rem !important;
  overflow: hidden;
  background: #fff;
}

.route-seo-expand > .accordion-item + .accordion-item {
  margin-top: 0;
}

.route-seo-expand .accordion-button {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.98rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5d596c;
  background: #fff;
  box-shadow: none !important;
  padding: 1rem 1.15rem;
}

.route-seo-expand .accordion-button:not(.collapsed) {
  background: rgba(0, 0, 0, 0.06);
  color: #5d596c;
}

.route-seo-expand .accordion-button::after {
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.route-seo-expand .accordion-body {
  padding: 0.85rem 1.15rem 1.15rem;
}

.route-seo-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.85rem 1.15rem;
}

.route-seo-hero-row .route-seo-lead {
  min-width: 0;
  text-align: justify;
  text-align-last: right;
}

.route-seo-hero-media {
  width: 280px;
  max-width: 100%;
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f5f5f9;
  flex-shrink: 0;
}

.route-seo-hero-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 158px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (min-width: 768px) {
  .route-seo-hero-media {
    width: 320px;
  }

  .route-seo-hero-img {
    max-height: 180px;
  }
}

@media (max-width: 575.98px) {
  .route-seo-hero-row {
    grid-template-columns: 1fr;
  }

  .route-seo-hero-media {
    width: 100%;
    max-width: 280px;
    margin-inline-start: auto;
    margin-inline-end: 0;
    order: -1;
  }

  .route-seo-hero-row .route-seo-lead {
    text-align: start;
    text-align-last: auto;
  }
}

.route-seo-media-row {
  display: flex;
  justify-content: center;
}

.route-seo-side-img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
  border-radius: 0.65rem;
}

.route-seo-side-img--wide {
  max-width: 420px;
}

@media (min-width: 768px) {
  .route-seo-side-img {
    max-width: 220px;
  }

  .route-seo-side-img--wide {
    max-width: 520px;
  }
}

/* Legal / policy pages (TravelPolicy) — same hub surface as /routes and /cities */
.legal-page .route-hub-panel p,
.legal-page .route-hub-panel li {
  font-family: font-regular, "tahoma", sans-serif;
  font-size: 0.95rem;
  line-height: 1.9;
  letter-spacing: 0;
  color: #6f6b7d;
}

.legal-page .route-hub-panel p:last-child,
.legal-page .route-hub-panel ul:last-child {
  margin-bottom: 0;
}

.legal-page .route-hub-panel ul {
  padding-inline-start: 1.15rem;
  margin-bottom: 0;
}

.legal-cancel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.legal-cancel-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem 1rem;
  padding: 0.85rem 1rem;
  background: var(--rh-surface-soft);
  border: 1px solid var(--rh-line);
  border-radius: 0.85rem;
}

.legal-cancel-when {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  color: #5d596c;
  font-size: 0.9rem;
  line-height: 1.5;
}

.legal-cancel-value {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  color: var(--brand-ink, #000);
  font-size: 0.9rem;
  line-height: 1.5;
}

.legal-cancel-list li.is-blocked .legal-cancel-value {
  color: #c2410c;
}

.legal-page-cta {
  margin-top: 0.5rem;
  text-align: center;
}

.legal-contact-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .legal-contact-grid {
    grid-template-columns: minmax(0, 16.5rem) minmax(0, 1fr);
    align-items: start;
  }
}

.legal-contact-channel {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  margin-bottom: 0.65rem;
  background: var(--rh-surface);
  border: 1px solid var(--rh-line);
  border-radius: 0.85rem;
}

.legal-contact-channel:last-child {
  margin-bottom: 0;
}

.legal-contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.12);
  color: var(--brand-ink, #000);
  font-size: 1.15rem;
}

.legal-contact-label {
  font-family: font-regular, "tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #6f6b7d;
  margin: 0;
}

.legal-contact-value {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5d596c;
  margin: 0;
}

.legal-contact-value a {
  color: inherit;
  text-decoration: none;
}

.legal-contact-value a:hover {
  color: var(--brand-ink, #000);
}

.legal-page .form-label {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.88rem;
  letter-spacing: 0;
  color: #5d596c;
}

.legal-page .form-control {
  border-radius: 0.75rem;
  border-color: var(--rh-line);
  line-height: 1.7;
  letter-spacing: 0;
}

.legal-page .form-control:focus {
  border-color: var(--brand-ink, #000);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

#contact-success {
  display: none;
  background: rgba(40, 199, 111, 0.12);
  border: 1px solid rgba(40, 199, 111, 0.35);
  border-radius: 0.75rem;
  padding: 1rem 1.15rem;
  color: #1a7a4a;
  line-height: 1.8;
  letter-spacing: 0;
}

.legal-contact-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .legal-contact-grid {
    grid-template-columns: minmax(0, 16.5rem) minmax(0, 1fr);
    align-items: start;
  }
}

.legal-contact-channel {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  margin-bottom: 0.65rem;
  background: var(--rh-surface);
  border: 1px solid var(--rh-line);
  border-radius: 0.85rem;
}

.legal-contact-channel:last-child {
  margin-bottom: 0;
}

.legal-contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.12);
  color: var(--brand-ink, #000);
  font-size: 1.15rem;
}

.legal-contact-label {
  font-family: font-regular, "tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #6f6b7d;
  margin: 0;
}

.legal-contact-value {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5d596c;
  margin: 0;
}

.legal-contact-value a {
  color: inherit;
  text-decoration: none;
}

.legal-contact-value a:hover {
  color: var(--brand-ink, #000);
}

.legal-page .form-label {
  font-family: font-bold, "tahoma", sans-serif;
  font-weight: normal;
  font-size: 0.88rem;
  letter-spacing: 0;
  color: #5d596c;
}

.legal-page .form-control {
  border-radius: 0.75rem;
  border-color: var(--rh-line);
  line-height: 1.7;
  letter-spacing: 0;
}

.legal-page .form-control:focus {
  border-color: var(--brand-ink, #000);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

#contact-success {
  display: none;
  background: rgba(40, 199, 111, 0.12);
  border: 1px solid rgba(40, 199, 111, 0.35);
  border-radius: 0.75rem;
  padding: 1rem 1.15rem;
  color: #1a7a4a;
  line-height: 1.8;
  letter-spacing: 0;
}
