/* Bus World reusable Fleet Detail Page
   Theme width is inherited exclusively from .bw-shell / --site-width. */

.bw-fleet-detail,
.bw-fleet-detail * {
  box-sizing: border-box;
}

.bw-fleet-detail {
  min-width: 0;
  background: #fff;
  color: var(--color-charcoal);
  font-family: var(--font-interface);
}

.bw-fleet-detail img {
  max-width: 100%;
  height: auto;
}

.bw-fleet-detail button,
.bw-fleet-detail a {
  -webkit-tap-highlight-color: transparent;
}

.bw-fleet-detail__section {
  position: relative;
  padding: clamp(34px, 4vw, 58px) 0;
  border-bottom: 1px solid var(--color-border-light);
}

.bw-fleet-detail__uses,
.bw-fleet-detail__features,
.bw-fleet-detail__journey,
.bw-fleet-detail__related {
  background: #fffaf5;
}

.bw-fd-section-title,
.bw-fd-final-cta__title {
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(31px, 2.55vw, 44px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.04;
  text-wrap: balance;
}

.bw-fd-section-intro {
  max-width: 760px;
  margin: 9px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bw-fd-eyebrow {
  margin: 0 0 12px;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bw-fd-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--color-accent);
}

.bw-fd-icon svg {
  width: 100%;
  height: 100%;
}

.bw-fd-icon--xs { width: 18px; height: 18px; }
.bw-fd-icon--sm { width: 25px; height: 25px; }
.bw-fd-icon--lg { width: 42px; height: 42px; }
.bw-fd-icon--dark { color: #111; }

.bw-fd-button {
  min-height: 50px;
  gap: 12px;
  padding: 11px 20px;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: .045em;
}

.bw-fd-button svg {
  width: 18px;
  height: 18px;
}

.bw-fleet-detail .bw-button-primary {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
}

.bw-fleet-detail .bw-button-primary:hover,
.bw-fleet-detail .bw-button-primary:focus-visible {
  border-color: #111;
  background: #111;
  color: #fff;
}

.bw-fleet-detail .bw-button-outline {
  border-color: var(--color-accent);
  background: #fff;
  color: var(--color-accent);
}

.bw-fleet-detail .bw-button-outline:hover,
.bw-fleet-detail .bw-button-outline:focus-visible {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
}

.bw-fd-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
  color: rgba(0,0,0,.58);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.bw-fd-note > span:first-child {
  color: var(--color-accent);
}

.bw-fd-note--accent {
  justify-content: flex-start;
  margin-top: 0;
  padding: 12px 16px;
  border-radius: 0 0 8px 8px;
  background: #fff0e3;
  text-align: left;
}

/* 01. Hero */
.bw-fleet-detail__hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border-light);
  background: #fdf5e8;
}

.bw-fd-hero__grid {
  min-height: clamp(475px, 58vh, 620px);
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(18px, 3vw, 54px);
}

.bw-fd-hero__copy,
.bw-fd-hero__visual {
  min-width: 0;
}

.bw-fd-hero__copy {
  position: relative;
  z-index: 2;
  padding: 36px 0 30px;
}

.bw-fd-breadcrumb {
  margin-bottom: 18px;
}

.bw-fd-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0,0,0,.58);
  font-size: 11px;
  line-height: 1.35;
}

.bw-fd-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.bw-fd-breadcrumb a {
  text-decoration: none;
}

.bw-fd-breadcrumb a:hover {
  color: var(--color-accent);
}

.bw-fd-hero__title {
  max-width: 670px;
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(48px, 4.7vw, 76px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}

.bw-fd-hero__intro {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(0,0,0,.72);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
}

.bw-fd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bw-fd-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.bw-fd-hero__highlight {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 128px;
  padding: 7px 10px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 6px;
  background: rgba(255,255,255,.76);
}

.bw-fd-hero__highlight strong,
.bw-fd-hero__highlight small {
  display: block;
}

.bw-fd-hero__highlight strong {
  color: #111;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.bw-fd-hero__highlight small {
  margin-top: 2px;
  color: rgba(0,0,0,.57);
  font-size: 9px;
  line-height: 1.25;
}

.bw-fd-hero__visual {
  align-self: stretch;
  display: grid;
  align-items: end;
  margin-right: calc(var(--site-gutter) * -1);
}

.bw-fd-hero__visual picture {
  display: block;
  width: 100%;
}

.bw-fd-hero__image {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  object-position: right bottom;
}

/* 02. Quick facts */
.bw-fleet-detail__facts {
  padding: 18px 0 20px;
  background: #fff;
}

.bw-fd-facts__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-fact {
  min-width: 0;
  min-height: 112px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 16px;
}

.bw-fd-fact + .bw-fd-fact {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-fact__copy {
  min-width: 0;
}

.bw-fd-fact__label {
  margin: 0;
  color: rgba(0,0,0,.56);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.bw-fd-fact__value {
  margin: 8px 0 0;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.bw-fd-fact__subvalue {
  margin: 3px 0 0;
  color: rgba(0,0,0,.56);
  font-size: 10px;
  line-height: 1.35;
}

/* 03. Overview */
.bw-fd-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: clamp(30px, 4vw, 68px);
}

.bw-fd-overview__copy p {
  margin: 16px 0 0;
  color: rgba(0,0,0,.70);
  font-size: 14px;
  line-height: 1.72;
}

.bw-fd-overview__media-card {
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fffaf5;
}

.bw-fd-overview__image {
  width: 100%;
  max-height: 315px;
  object-fit: contain;
  object-position: center;
}

.bw-fd-overview__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid var(--color-border-light);
  background: #fff;
}

.bw-fd-overview__point {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 14px;
}

.bw-fd-overview__point + .bw-fd-overview__point {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-overview__point h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.bw-fd-overview__point p {
  margin: 4px 0 0;
  color: rgba(0,0,0,.58);
  font-size: 9px;
  line-height: 1.4;
}

/* 04. Uses */
.bw-fd-use-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  margin-top: 18px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-use-card {
  min-width: 0;
  min-height: 175px;
  padding: 22px 16px 18px;
  text-align: center;
}

.bw-fd-use-card + .bw-fd-use-card {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-use-card h3 {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.bw-fd-use-card p {
  margin: 8px 0 0;
  color: rgba(0,0,0,.62);
  font-size: 10px;
  line-height: 1.5;
}

/* 05. Capacity */
.bw-fd-capacity__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 16px;
  margin-top: 18px;
}

.bw-fd-capacity__visual-card,
.bw-fd-capacity__details {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-capacity__visual-card {
  display: grid;
  grid-template-rows: 1fr auto;
}

.bw-fd-capacity__image {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  background: #fffaf5;
}

.bw-fd-capacity__image-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid var(--color-border-light);
}

.bw-fd-capacity__image-point {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 8px;
  color: rgba(0,0,0,.72);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.bw-fd-capacity__image-point + .bw-fd-capacity__image-point {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-capacity__details {
  padding: 22px 24px;
}

.bw-fd-capacity__group + .bw-fd-capacity__group {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--color-border-light);
}

.bw-fd-capacity__group h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.bw-fd-capacity__group ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(0,0,0,.66);
  font-size: 11px;
  line-height: 1.55;
}

.bw-fd-capacity__group li + li {
  margin-top: 5px;
}

/* 06. Features */
.bw-fd-features__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0,1fr));
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-feature {
  min-width: 0;
  min-height: 160px;
  padding: 18px 10px 14px;
  text-align: center;
}

.bw-fd-feature + .bw-fd-feature {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-feature h3 {
  margin: 9px 0 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.bw-fd-feature p {
  margin: 6px 0 0;
  color: rgba(0,0,0,.60);
  font-size: 9px;
  line-height: 1.4;
}

.bw-fd-feature__status {
  display: block;
  margin-top: 7px;
  color: var(--color-accent);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.bw-fd-features__support {
  height: clamp(120px, 12vw, 170px);
  overflow: hidden;
  margin: 12px 0 0;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-features__support-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/* 07. Gallery */
.bw-fd-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, .69fr) minmax(0, .69fr);
  grid-template-rows: repeat(2, clamp(170px, 15vw, 225px));
  gap: 12px;
  margin-top: 18px;
}

.bw-fd-gallery__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--color-border-light);
  border-radius: 7px;
  background: #fffaf5;
  cursor: zoom-in;
}

.bw-fd-gallery__item--lead {
  grid-row: 1 / span 2;
}

.bw-fd-gallery__image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 220ms ease;
}

.bw-fd-gallery__item:hover .bw-fd-gallery__image,
.bw-fd-gallery__item:focus-visible .bw-fd-gallery__image {
  transform: scale(1.015);
}

.bw-fd-gallery__expand {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 15px;
}

.bw-fd-gallery-dialog {
  width: min(94vw, 1120px);
  max-height: 90vh;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.bw-fd-gallery-dialog::backdrop {
  background: rgba(0,0,0,.72);
}

.bw-fd-gallery-dialog img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
}

.bw-fd-gallery-dialog__close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  background: rgba(0,0,0,.66);
  color: #fff;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

/* 08. Journey */
.bw-fd-journey__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .24fr);
  gap: 14px;
  margin-top: 18px;
}

.bw-fd-journey__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-journey-card {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 146px;
  padding: 18px 14px;
}

.bw-fd-journey-card + .bw-fd-journey-card {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-journey-card h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.bw-fd-journey-card p {
  margin: 7px 0 0;
  color: rgba(0,0,0,.60);
  font-size: 9px;
  line-height: 1.45;
}

.bw-fd-journey__guidance {
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-journey__guidance ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bw-fd-journey__guidance li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(0,0,0,.66);
  font-size: 9px;
  line-height: 1.45;
}

.bw-fd-journey__guidance li + li {
  margin-top: 10px;
}

.bw-fd-check {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--color-accent);
}

.bw-fd-check svg { width: 100%; height: 100%; }

/* Vehicle rates - database-driven exact/range pricing */
.bw-fleet-detail__vehicle-rates {
  background: #fff;
}

.bw-fd-rates__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.bw-fd-rates__heading {
  min-width: 0;
}

.bw-fd-rates__currency-note {
  flex: 0 0 auto;
  min-width: 118px;
  padding: 10px 13px;
  border: 1px solid var(--color-border-light);
  border-radius: 7px;
  background: #fffaf5;
  text-align: right;
}

.bw-fd-rates__currency-note span,
.bw-fd-rates__currency-note strong {
  display: block;
}

.bw-fd-rates__currency-note span {
  color: rgba(0,0,0,.52);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bw-fd-rates__currency-note strong {
  margin-top: 3px;
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.bw-fd-rates__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 20px;
}

.bw-fd-rate-highlight {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fffaf5;
}

.bw-fd-rate-highlight__top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bw-fd-rate-highlight h3 {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.bw-fd-rate-highlight__duration,
.bw-fd-rate-highlight__suffix,
.bw-fd-rate-highlight__best-for {
  margin: 0;
}

.bw-fd-rate-highlight__duration {
  margin-top: 3px;
  color: rgba(0,0,0,.52);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
}

.bw-fd-rate-highlight__price {
  margin: 14px 0 0;
  color: #111;
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1;
}

.bw-fd-rate-highlight__suffix {
  margin-top: 4px;
  color: var(--color-accent);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

.bw-fd-rate-highlight__best-for {
  margin-top: 9px;
  color: rgba(0,0,0,.61);
  font-size: 9px;
  line-height: 1.45;
}

.bw-fd-rates__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin-top: 14px;
}

.bw-fd-rate-group {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-rate-group__header {
  padding: 15px 17px 13px;
  border-bottom: 1px solid var(--color-border-light);
  background: #fffaf5;
}

.bw-fd-rate-group__header h3 {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.bw-fd-rate-group__header p {
  margin: 4px 0 0;
  color: rgba(0,0,0,.56);
  font-size: 9px;
  line-height: 1.4;
}

.bw-fd-rate-group__list {
  display: grid;
}

.bw-fd-rate-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(112px, auto);
  align-items: center;
  gap: 16px;
  padding: 15px 17px;
}

.bw-fd-rate-row + .bw-fd-rate-row {
  border-top: 1px solid var(--color-border-light);
}

.bw-fd-rate-row__main {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bw-fd-rate-row__copy {
  min-width: 0;
}

.bw-fd-rate-row h4 {
  margin: 0;
  color: #111;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.bw-fd-rate-row__duration,
.bw-fd-rate-row__best-for,
.bw-fd-rate-row__description,
.bw-fd-rate-row__charge {
  margin: 0;
}

.bw-fd-rate-row__duration {
  margin-top: 3px;
  color: var(--color-accent);
  font-size: 8.5px;
  font-weight: 700;
  line-height: 1.35;
}

.bw-fd-rate-row__best-for,
.bw-fd-rate-row__description {
  margin-top: 5px;
  color: rgba(0,0,0,.58);
  font-size: 9px;
  line-height: 1.45;
}

.bw-fd-rate-row__charge {
  margin-top: 5px;
  color: rgba(0,0,0,.72);
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1.4;
}

.bw-fd-rate-row__price {
  min-width: 0;
  text-align: right;
}

.bw-fd-rate-row__price span,
.bw-fd-rate-row__price strong,
.bw-fd-rate-row__price small {
  display: block;
}

.bw-fd-rate-row__price span {
  color: rgba(0,0,0,.48);
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bw-fd-rate-row__price strong {
  margin-top: 3px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.bw-fd-rate-row__price small {
  margin-top: 3px;
  color: rgba(0,0,0,.55);
  font-size: 8px;
  line-height: 1.35;
}

.bw-fd-rates__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fffaf5;
}

.bw-fd-rates__notes {
  min-width: 0;
}

.bw-fd-rates__notes h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.bw-fd-rates__notes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bw-fd-rates__notes li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: rgba(0,0,0,.62);
  font-size: 8.5px;
  line-height: 1.4;
}

.bw-fd-rates__cta {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 09. Rental */
.bw-fd-rental__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
}

.bw-fd-rental-card {
  min-width: 0;
  min-height: 130px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 16px;
}

.bw-fd-rental-card + .bw-fd-rental-card {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-rental-card h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.bw-fd-rental-card p {
  margin: 7px 0 0;
  color: rgba(0,0,0,.60);
  font-size: 9px;
  line-height: 1.45;
}

/* 10. Pricing */
.bw-fd-pricing__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.bw-fd-pricing-card {
  min-width: 0;
  min-height: 145px;
  padding: 17px 12px;
  text-align: center;
}

.bw-fd-pricing-card + .bw-fd-pricing-card {
  border-left: 1px solid var(--color-border-light);
}

.bw-fd-pricing-card h3 {
  margin: 9px 0 0;
  font-size: 10px;
  font-weight: 600;
}

.bw-fd-pricing-card p {
  margin: 7px 0 0;
  color: rgba(0,0,0,.58);
  font-size: 8.5px;
  line-height: 1.45;
}

/* 11. Readiness */
.bw-fd-readiness__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.bw-fd-readiness__timeline::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 4%;
  right: 4%;
  height: 1px;
  background: rgba(243,1,1,.28);
}

.bw-fd-readiness__step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 8px 12px;
  text-align: center;
}

.bw-fd-readiness__marker {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border: 1px solid rgba(243,1,1,.35);
  border-radius: 50%;
  background: #fff;
}

.bw-fd-readiness__number {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.bw-fd-readiness__step > .bw-fd-icon {
  margin: 0 auto;
}

.bw-fd-readiness__step h3 {
  margin: 8px 0 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.bw-fd-readiness__step p {
  margin: 5px 0 0;
  color: rgba(0,0,0,.56);
  font-size: 8.5px;
  line-height: 1.4;
}

/* 12. Related */
.bw-fd-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 18px;
}

.bw-fd-related-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-related-card__media {
  height: 160px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border-light);
  background: #fffaf5;
}

.bw-fd-related-card__image {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.bw-fd-related-card__body {
  padding: 15px 16px 16px;
}

.bw-fd-related-card h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.bw-fd-related-card h3 a {
  text-decoration: none;
}

.bw-fd-related-card__capacity {
  margin: 5px 0 0 !important;
  color: var(--color-accent) !important;
  font-size: 9px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.bw-fd-related-card__body > p {
  margin: 8px 0 0;
  color: rgba(0,0,0,.60);
  font-size: 10px;
  line-height: 1.45;
}

.bw-fd-text-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.bw-fd-text-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-fast);
}

.bw-fd-text-link:hover svg {
  transform: translateX(3px);
}

/* 13. FAQ + final CTA */
.bw-fd-faq-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 18px;
  align-items: stretch;
}

.bw-fd-faq,
.bw-fd-final-cta {
  min-width: 0;
}

.bw-fd-faq__list {
  margin-top: 14px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-fd-faq__item + .bw-fd-faq__item {
  border-top: 1px solid var(--color-border-light);
}

.bw-fd-faq__button {
  width: 100%;
  min-height: 46px;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  color: #111;
  text-align: left;
  cursor: pointer;
}

.bw-fd-faq__question {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.bw-fd-faq__toggle {
  position: relative;
  width: 20px;
  height: 20px;
  color: var(--color-accent);
}

.bw-fd-faq__toggle::before,
.bw-fd-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%,-50%);
  transition: transform 220ms ease, opacity 180ms ease;
}

.bw-fd-faq__toggle::after {
  transform: translate(-50%,-50%) rotate(90deg);
}

.bw-fd-faq__item.is-open .bw-fd-faq__toggle::after {
  opacity: 0;
  transform: translate(-50%,-50%) rotate(0);
}

.bw-fd-faq__panel {
  border-top: 0 solid transparent;
}

.bw-fd-faq__panel-inner {
  padding: 0 14px 14px;
}

.bw-fd-faq__panel p {
  margin: 0;
  color: rgba(0,0,0,.64);
  font-size: 10px;
  line-height: 1.6;
}

/* Smooth FAQ only when JS has initialized. Without JS, answers remain visible. */
.bw-fd-faq.is-js .bw-fd-faq__panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    height 280ms cubic-bezier(.2,.7,.2,1),
    opacity 190ms ease,
    visibility 0s linear 280ms;
}

.bw-fd-faq.is-js .bw-fd-faq__item.is-open .bw-fd-faq__panel {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.bw-fd-final-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff8f0;
}

.bw-fd-final-cta__title {
  max-width: 520px;
  font-size: clamp(34px, 3vw, 50px);
}

.bw-fd-final-cta__copy {
  max-width: 580px;
  margin: 12px 0 0;
  color: rgba(0,0,0,.66);
  font-size: 12px;
  line-height: 1.55;
}

.bw-fd-final-cta__actions {
  position: relative;
  z-index: 2;
  width: min(260px, 100%);
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.bw-fd-final-cta__actions .bw-fd-button {
  width: 100%;
  min-height: 44px;
  justify-content: space-between;
  padding-inline: 14px;
  font-size: 9px;
}

.bw-fd-final-cta__media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  max-width: 580px;
  margin: 0;
  pointer-events: none;
}

.bw-fd-final-cta__image {
  width: 100%;
  object-fit: contain;
  object-position: right bottom;
}

/* Responsive */
@media (max-width: 1199px) {
  .bw-fd-hero__grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    min-height: 510px;
  }

  .bw-fd-hero__title {
    font-size: clamp(44px, 5vw, 64px);
  }

  .bw-fd-facts__grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .bw-fd-fact:nth-child(n+4) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-fact:nth-child(4) {
    border-left: 0;
  }

  .bw-fd-use-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .bw-fd-use-card:nth-child(4) {
    border-left: 0;
  }

  .bw-fd-use-card:nth-child(n+4) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-features__grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  .bw-fd-feature:nth-child(5) {
    border-left: 0;
  }

  .bw-fd-feature:nth-child(n+5) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-journey__layout {
    grid-template-columns: 1fr;
  }

  .bw-fd-journey__grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .bw-fd-journey-card:nth-child(4) {
    border-left: 0;
  }

  .bw-fd-journey-card:nth-child(n+4) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-journey__guidance ul {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px 20px;
  }

  .bw-fd-journey__guidance li + li {
    margin-top: 0;
  }

  .bw-fd-pricing__grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  .bw-fd-pricing-card:nth-child(5) {
    border-left: 0;
  }

  .bw-fd-pricing-card:nth-child(n+5) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-readiness__timeline {
    grid-template-columns: repeat(4, minmax(0,1fr));
    row-gap: 22px;
  }

  .bw-fd-readiness__timeline::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .bw-fd-rates__groups {
    grid-template-columns: 1fr;
  }

  .bw-fd-rates__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .bw-fd-rates__cta {
    width: 100%;
    justify-content: space-between;
  }

  .bw-fd-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 26px;
  }

  .bw-fd-hero__copy {
    padding: 10px 0 16px;
  }

  .bw-fd-hero__title {
    max-width: 760px;
    font-size: clamp(44px, 8vw, 66px);
  }

  .bw-fd-hero__intro {
    max-width: 720px;
  }

  .bw-fd-hero__visual {
    width: 100%;
    max-width: 760px;
    justify-self: end;
    margin-right: 0;
  }

  .bw-fd-hero__image {
    max-height: 390px;
  }

  .bw-fd-overview__grid {
    grid-template-columns: 1fr;
  }

  .bw-fd-capacity__grid {
    grid-template-columns: 1fr;
  }

  .bw-fd-gallery__grid {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(3, 180px);
  }

  .bw-fd-gallery__item--lead {
    grid-row: 1 / span 2;
  }

  .bw-fd-rental__grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .bw-fd-rental-card:nth-child(4) {
    border-left: 0;
  }

  .bw-fd-rental-card:nth-child(n+4) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-related__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .bw-fd-faq-cta__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .bw-fd-rates__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .bw-fd-rates__currency-note {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .bw-fd-rates__currency-note strong {
    margin-top: 0;
  }

  .bw-fd-rates__highlights {
    grid-template-columns: 1fr;
  }

  .bw-fd-rates__notes ul {
    grid-template-columns: 1fr;
  }

  .bw-fleet-detail__section {
    padding: 34px 0;
  }

  .bw-fd-section-title {
    font-size: clamp(30px, 8vw, 38px);
  }

  .bw-fd-hero__title {
    font-size: clamp(40px, 11vw, 54px);
  }

  .bw-fd-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bw-fd-hero__actions .bw-fd-button {
    width: 100%;
  }

  .bw-fd-hero__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .bw-fd-fact {
    min-height: 104px;
  }

  .bw-fd-overview__points {
    grid-template-columns: 1fr;
  }

  .bw-fd-overview__point + .bw-fd-overview__point {
    border-left: 0;
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-use-grid,
  .bw-fd-features__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .bw-fd-use-card:nth-child(odd),
  .bw-fd-feature:nth-child(odd) {
    border-left: 0;
  }

  .bw-fd-use-card:nth-child(n+3),
  .bw-fd-feature:nth-child(n+3) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-capacity__image-points {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .bw-fd-capacity__image-point:nth-child(odd) {
    border-left: 0;
  }

  .bw-fd-capacity__image-point:nth-child(n+3) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-gallery__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: auto;
  }

  .bw-fd-gallery__item,
  .bw-fd-gallery__item--lead {
    grid-row: auto;
    min-height: 180px;
  }

  .bw-fd-gallery__item--lead {
    grid-column: 1 / -1;
    min-height: 270px;
  }

  .bw-fd-journey__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .bw-fd-journey-card:nth-child(odd) {
    border-left: 0;
  }

  .bw-fd-journey-card:nth-child(n+3) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-journey__guidance ul {
    grid-template-columns: 1fr;
  }

  .bw-fd-rental__grid,
  .bw-fd-pricing__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .bw-fd-rental-card:nth-child(odd),
  .bw-fd-pricing-card:nth-child(odd) {
    border-left: 0;
  }

  .bw-fd-rental-card:nth-child(n+3),
  .bw-fd-pricing-card:nth-child(n+3) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-readiness__timeline {
    display: block;
    margin-left: 12px;
  }

  .bw-fd-readiness__step {
    min-height: 112px;
    display: grid;
    grid-template-columns: 44px 28px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: start;
    padding: 0 0 22px;
    text-align: left;
  }

  .bw-fd-readiness__step::after {
    content: "";
    position: absolute;
    top: 42px;
    bottom: 0;
    left: 21px;
    width: 1px;
    background: rgba(243,1,1,.25);
  }

  .bw-fd-readiness__step:last-child::after {
    display: none;
  }

  .bw-fd-readiness__marker {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .bw-fd-readiness__step > .bw-fd-icon {
    margin: 8px 0 0;
  }

  .bw-fd-readiness__step h3 {
    margin: 7px 0 0;
    font-size: 12px;
  }

  .bw-fd-readiness__step p {
    grid-column: 3;
    margin-top: 4px;
    font-size: 10px;
  }

  .bw-fd-final-cta {
    min-height: 460px;
  }

  .bw-fd-final-cta__media {
    width: 78%;
  }
}

@media (max-width: 520px) {
  .bw-fd-rate-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bw-fd-rate-row__price {
    padding-left: 35px;
    text-align: left;
  }

  .bw-fd-rate-row__price strong {
    white-space: normal;
  }

  .bw-fd-facts__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .bw-fd-fact {
    border-left: 0 !important;
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-fact:nth-child(-n+2) {
    border-top: 0;
  }

  .bw-fd-fact:nth-child(even) {
    border-left: 1px solid var(--color-border-light) !important;
  }

  .bw-fd-gallery__grid {
    grid-template-columns: 1fr;
  }

  .bw-fd-gallery__item,
  .bw-fd-gallery__item--lead {
    grid-column: auto;
    min-height: 220px;
  }

  .bw-fd-related__grid {
    grid-template-columns: 1fr;
  }

  .bw-fd-related-card__media {
    height: 190px;
  }

  .bw-fd-final-cta {
    padding: 26px 20px;
  }

  .bw-fd-final-cta__media {
    width: 92%;
    opacity: .92;
  }
}

@media (max-width: 370px) {
  .bw-fd-hero__highlights,
  .bw-fd-facts__grid,
  .bw-fd-use-grid,
  .bw-fd-features__grid,
  .bw-fd-journey__grid,
  .bw-fd-rental__grid,
  .bw-fd-pricing__grid {
    grid-template-columns: 1fr;
  }

  .bw-fd-fact,
  .bw-fd-use-card,
  .bw-fd-feature,
  .bw-fd-journey-card,
  .bw-fd-rental-card,
  .bw-fd-pricing-card {
    border-left: 0 !important;
    border-top: 1px solid var(--color-border-light);
  }

  .bw-fd-fact:first-child,
  .bw-fd-use-card:first-child,
  .bw-fd-feature:first-child,
  .bw-fd-journey-card:first-child,
  .bw-fd-rental-card:first-child,
  .bw-fd-pricing-card:first-child {
    border-top: 0;
  }

  .bw-fd-hero__title {
    font-size: 39px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bw-fleet-detail *,
  .bw-fleet-detail *::before,
  .bw-fleet-detail *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
