/* BLR route pages v3 CSS. Installed as MU asset because some WP editors/themes do not keep inline <style> reliably. */
.blr-lp,
.blr-lp * {
  box-sizing: border-box;
}

.blr-lp {
  --green: #95BF30;
  --green-soft: #C6E776;
  --green-dark: #5f8515;
  --ink: #111512;
  --ink-2: #313a32;
  --muted: #667162;
  --line: rgba(17,21,18,.12);
  --paper: #f7f8f1;
  --white: #fff;
  --shadow: 0 24px 70px rgba(17,21,18,.14);
  --shadow-soft: 0 16px 45px rgba(17,21,18,.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 0 0 76px;
  color: var(--ink);
  font-family: "Frutiger Next", "Frutiger", "Inter", "Segoe UI", Arial, sans-serif;
}

.blr-lp a {
  color: inherit;
}

.blr-lp a.blr-inline-link {
  color: var(--green-dark);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.blr-lp a.blr-inline-link:hover {
  color: var(--ink);
}

.blr-lp p {
  margin: 0 0 14px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;
}

.blr-lp h1,
.blr-lp h2,
.blr-lp h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -.055em;
  line-height: .98;
  font-weight: 950;
}

.blr-lp h1 {
  font-size: clamp(48px, 7vw, 92px);
  max-width: 860px;
}

.blr-lp h2 {
  font-size: clamp(34px, 5vw, 64px);
  margin-bottom: 16px;
}

.blr-lp h3 {
  font-size: 24px;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.blr-lp-hero {
  padding: 62px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(370px, .96fr);
  gap: 38px;
  align-items: center;
}

.blr-lp-hero-copy {
  min-width: 0;
}

.blr-lp-eyebrow,
.blr-lp-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 950;
}

.blr-lp-eyebrow {
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(149,191,48,.42);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 35px rgba(17,21,18,.06);
}

.blr-lp-eyebrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(149,191,48,.56);
  animation: blrLpPulse 1.8s infinite;
}

@keyframes blrLpPulse {
  70% { box-shadow: 0 0 0 13px rgba(149,191,48,0); }
  100% { box-shadow: 0 0 0 0 rgba(149,191,48,0); }
}

.blr-lp-hero-text {
  margin-top: 24px;
  max-width: 690px;
}

.blr-lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.blr-lp-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(17,21,18,.10);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -.02em;
  transition: transform .22s ease, box-shadow .22s ease;
}

.blr-lp-btn:hover {
  transform: translateY(-2px);
}

.blr-lp-btn--green {
  background: linear-gradient(135deg, var(--green-soft), var(--green));
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(149,191,48,.34);
}

.blr-lp-btn--dark {
  background: var(--ink);
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(17,21,18,.24);
}

.blr-lp-pill {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.blr-lp-hero-card {
  position: relative;
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 10%, rgba(198,231,118,.46), transparent 18rem),
    linear-gradient(135deg, #1b211b, #34412d 56%, #769829);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
  padding: 24px;
}

.blr-lp-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #f7faef;
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}

.blr-lp-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.blr-lp-media--station {
  aspect-ratio: 900 / 700;
}

.blr-lp-media--station img {
  object-fit: cover;
}

.blr-lp-media--course {
  aspect-ratio: 1483 / 943;
}

.blr-lp-media--wide {
  aspect-ratio: 1642 / 958;
}

.blr-lp-media--course img,
.blr-lp-media--wide img {
  object-fit: contain;
  background: #f7faef;
}

.blr-lp-hero-caption {
  margin-top: 18px;
  color: #fff;
}

.blr-lp-hero-caption h2 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  margin-bottom: 8px;
  text-shadow: 0 8px 24px rgba(0,0,0,.22);
}

.blr-lp-hero-caption p {
  color: rgba(255,255,255,.82);
  margin: 0;
}

.blr-lp-section,
.blr-lp-booking,
.blr-lp-visual,
.blr-lp-faq,
.blr-lp-final {
  margin: 28px 0;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow-soft);
}

.blr-lp-booking {
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at 0 0, rgba(198,231,118,.32), transparent 28rem),
    rgba(255,255,255,.94);
}

.blr-lp-booking-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.blr-lp-booking-text p:last-child {
  margin-bottom: 0;
}

.blr-lp-event-table {
  margin-top: 18px;
  padding: 16px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(17,21,18,.09);
  overflow-x: auto;
}

.blr-lp-section {
  padding: clamp(24px, 4vw, 38px);
}

.blr-lp-section:nth-of-type(odd) {
  background:
    linear-gradient(135deg, rgba(198,231,118,.18), rgba(255,255,255,.92)),
    #fff;
}

.blr-lp-location-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
}

.blr-lp-location-table th,
.blr-lp-location-table td,
.blr-route-location-table th,
.blr-route-location-table td {
  text-align: left;
  vertical-align: top;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.blr-lp-location-table th:last-child,
.blr-lp-location-table td:last-child,
.blr-route-location-table th:last-child,
.blr-route-location-table td:last-child {
  border-right: 0;
}

.blr-lp-location-table tr:last-child td,
.blr-route-location-table tr:last-child td {
  border-bottom: 0;
}

.blr-lp-location-table th,
.blr-route-location-table th {
  background: #111512;
  color: #fff;
  font-weight: 950;
}

.blr-lp-location-table td,
.blr-route-location-table td {
  color: var(--ink-2);
  font-weight: 650;
}

.blr-route-location-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
}

.blr-lp-visual {
  padding: clamp(20px, 3vw, 30px);
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(198,231,118,.24), rgba(255,255,255,.92)),
    #fff;
}

.blr-lp-visual-copy p:last-child {
  margin-bottom: 0;
}

.blr-lp-faq {
  padding: clamp(24px, 4vw, 38px);
}

.blr-lp-faq-list {
  display: grid;
  gap: 12px;
}

.blr-lp-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.blr-lp-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 19px 22px;
  font-size: 18px;
  font-weight: 950;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.blr-lp-faq summary::-webkit-details-marker {
  display: none;
}

.blr-lp-faq summary:after {
  content: "+";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--green-dark);
  background: #eef4df;
  font-size: 22px;
}

.blr-lp-faq details[open] summary:after {
  content: "×";
}

.blr-lp-faq-answer {
  padding: 0 22px 20px;
}

.blr-lp-faq-answer p:last-child {
  margin-bottom: 0;
}

.blr-lp-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(198,231,118,.45), transparent 22rem),
    linear-gradient(135deg, #151a15, #34422a);
}

.blr-lp-final h2,
.blr-lp-final p,
.blr-lp-final .blr-lp-kicker {
  color: #fff;
}

.blr-lp-final p {
  color: rgba(255,255,255,.78);
}

@media (max-width: 980px) {
  .blr-lp-hero,
  .blr-lp-visual,
  .blr-lp-final,
  .blr-lp-booking-top {
    grid-template-columns: 1fr;
  }

  .blr-lp-hero {
    padding-top: 40px;
  }
}

@media (max-width: 640px) {
  .blr-lp {
    width: min(100% - 24px, 1180px);
  }

  .blr-lp h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .blr-lp p {
    font-size: 16px;
  }

  .blr-lp-actions {
    display: grid;
  }

  .blr-lp-btn,
  .blr-lp-pill {
    width: 100%;
  }

  .blr-lp-hero-card {
    border-radius: 30px;
    padding: 18px;
  }

  .blr-lp-media {
    border-radius: 24px;
  }

  .blr-route-location-table,
  .blr-route-location-table thead,
  .blr-route-location-table tbody,
  .blr-route-location-table tr,
  .blr-route-location-table th,
  .blr-route-location-table td {
    display: block;
  }

  .blr-route-location-table thead {
    display: none;
  }

  .blr-route-location-table tr {
    border-bottom: 1px solid var(--line);
  }

  .blr-route-location-table tr:last-child {
    border-bottom: 0;
  }

  .blr-route-location-table td {
    border-right: 0;
  }
}
.blr-route-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 34px;
}

.blr-route-image-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.blr-route-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.blr-route-image-card figcaption {
  padding: 12px 14px 14px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .blr-route-image-grid {
    grid-template-columns: 1fr;
  }
}
.blr-lp-counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: -8px 0 18px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(149,191,48,.34);
  background: rgba(255,255,255,.82);
  color: var(--ink-2);
  box-shadow: 0 12px 35px rgba(17,21,18,.07);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
}

.blr-lp-counter:before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(149,191,48,.56);
  animation: blrLpPulse 1.8s infinite;
}

.blr-lp-counter p,
.blr-lp-counter span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
