/* Outstation page rebuilt from the supplied 914 × 1721 reference. */
body.outstation-rebuild {
  --os-navy: #06254b;
  --os-navy-deep: #031d3c;
  --os-red: #ed1728;
  --os-green: #009b45;
  --os-blue: #1979d3; 
  --os-text: #09274c;
  --os-muted: #65778b;
  --os-line: #dce4eb;
  color: var(--os-text);
  background: #f8fafc;
  font-size: 16px;
}

body.outstation-rebuild main { background: #fff; }
body.outstation-rebuild .os-shell {
  width: min(1760px, calc(100% - clamp(64px, 7vw, 104px)));
  max-width: none;
  margin-inline: auto;
}
body.outstation-rebuild h1,
body.outstation-rebuild h2,
body.outstation-rebuild h3,
body.outstation-rebuild p { margin-top: 0; }

/* Header */
.site-header {
    position: sticky;
    z-index: 70;
    top: 0;
    border-bottom: 1px solid rgba(8, 47, 92, .08);
    background: rgba(255, 255, 255, .97);
    transform: none;
}
body.outstation-rebuild .site-header > .container {
  width: min(1760px, calc(100% - clamp(64px, 7vw, 104px)));
  max-width: none;
}
body.outstation-rebuild .top-strip { height: 34px; background: #061a34; }
body.outstation-rebuild .top-strip-inner { min-height: 34px; }
body.outstation-rebuild .outdoor-top-trust,
body.outstation-rebuild .outdoor-top-apps { display: flex; align-items: center; }
body.outstation-rebuild .outdoor-top-trust { gap: 25px; }
body.outstation-rebuild .outdoor-top-trust span { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: 12px; font-weight: 650; }
body.outstation-rebuild .outdoor-top-trust svg { width: 12px; height: 12px; color: #fff; }
body.outstation-rebuild .outdoor-top-apps { gap: 7px; color: #fff; font-size: 12px; }
body.outstation-rebuild .outdoor-top-apps b { font-size: 12px; }
    body.outstation-rebuild .header-inner {
        min-height: 62px;
        gap: clamp(20px, 2vw, 34px);
    }
    body.outstation-rebuild .brand img {
        width: 109px;
    }
body.outstation-rebuild .desktop-nav {
    display: flex;
    gap: clamp(13px, 1.15vw, 21px);
}
body.outstation-rebuild .desktop-nav a { color: #061d3f; font-size: 15px; font-weight: 600; }
body.outstation-rebuild .desktop-nav a::after { height: 2px; }
body.outstation-rebuild .header-actions { display: flex; gap: 10px; margin-left: auto; }
body.outstation-rebuild .header-actions a { min-height: 41px; padding: 0 17px; border-radius: 9px; font-size: 15px; font-weight: 600; }
body.outstation-rebuild .header-actions .sign-in { border: 1px solid #d6dfe8; color: var(--os-navy); background: #fff; }
body.outstation-rebuild .header-actions .book-header { display: inline-flex !important; border: 1px solid var(--os-red); color: #fff; background: var(--os-red); font-size: 15px; }
body.outstation-rebuild .menu-button { display: none; }

/* Booking hero */
body.outstation-rebuild .os-hero {
  position: relative;
  min-height: 430px;
  height: auto;
  overflow: hidden;
  padding: 16px 0 18px;
  background: url("../images/outdoor-service-hero.webp") center 54% / cover no-repeat;
}
body.outstation-rebuild .os-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(4,27,49,.05)); }
body.outstation-rebuild .os-booking-wrap {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - clamp(96px, 11vw, 160px)));
}
body.outstation-rebuild .os-booking-card {
  min-height: 340px;
  height: auto;
  padding: 14px 24px 0;
  border: 1px solid rgba(221,228,234,.8);
  border-radius: 14px 14px 0 0;
  background: #fff;
  box-shadow: 0 14px 38px rgba(3, 29, 58, .17);
}
body.outstation-rebuild .os-progress { display: grid; height: 46px; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; padding: 0 27px 8px; border-bottom: 1px solid #e5eaf0; }
body.outstation-rebuild .os-progress > div { display: flex; align-items: center; gap: 8px; color: #677486; white-space: nowrap; }
body.outstation-rebuild .os-progress span { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #fff; background: #667284; font-size: 12px; font-weight: 700; }
body.outstation-rebuild .os-progress strong { font-size: 13px; font-weight: 600; }
body.outstation-rebuild .os-progress > div.is-active { color: var(--os-red); }
body.outstation-rebuild .os-progress > div.is-active span { background: var(--os-red); box-shadow: 0 0 0 5px rgba(237,23,40,.08); }
body.outstation-rebuild .os-progress > i { height: 1px; margin-inline: 25px; background: #ccd6df; }

body.outstation-rebuild .os-booking-heading { display: flex; min-height: 76px; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 18px 0 12px; }
body.outstation-rebuild .os-booking-heading > div:first-child { min-width: 0; flex: 1; }
body.outstation-rebuild .os-booking-heading h1 { margin: 0; color: var(--os-navy); font-size: clamp(31px, 2.5vw, 36px); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; white-space: nowrap; }
body.outstation-rebuild .os-booking-heading p { max-width: 940px; margin: 4px 0 0; color: #465c75; font-size: 15px; font-weight: 600; line-height: 1.35; }
body.outstation-rebuild .os-booking-heading .os-distance-policy { color: #d91529; font-weight: 800; }
body.outstation-rebuild .os-trip-switch { display: grid; width: 31.25%; flex-shrink: 0; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #d3dce5; border-radius: 5px; background: #fff; }
body.outstation-rebuild .os-trip-switch button { min-height: 51px; color: var(--os-navy); background: #fff; font-size: 15px; font-weight: 600; cursor: pointer; }
body.outstation-rebuild .os-trip-switch button.is-selected { color: #fff; background: linear-gradient(90deg, #062d5b, #031d40); }

body.outstation-rebuild .os-route-row { display: grid; height: 69px; grid-template-columns: minmax(0,1fr) 96px minmax(0,1fr); align-items: start; gap: 10px; }
body.outstation-rebuild .os-field { min-width: 0; }
body.outstation-rebuild .os-field > span { display: block; height: 19px; margin: 0; color: #09264a; font-size: 15px; font-weight: 750; line-height: 15px; }
body.outstation-rebuild .os-field > div { display: flex; height: 46px; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid #d7e0e8; border-radius: 6px; background: #fff; }
body.outstation-rebuild .os-field > div:focus-within { border-color: #8097ad; box-shadow: 0 0 0 3px rgba(6,37,75,.06); }
body.outstation-rebuild .os-field svg { flex: 0 0 auto; width: 15px; height: 15px; color: #6a7b8e; }
body.outstation-rebuild .os-field input,
body.outstation-rebuild .os-field select { width: 100%; min-width: 0; height: 44px; padding: 0; border: 0; outline: 0; color: #0a274a; background: transparent; font-size: 15px; font-weight: 650; }
body.outstation-rebuild .os-field input::placeholder { color: #8290a1; opacity: 1; }
body.outstation-rebuild .os-route-connector {
  display: grid;
  height: 65px;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
  column-gap: 7px;
  align-items: center;
  padding-top: 19px;
}
body.outstation-rebuild .os-route-connector i {
  width: 100%;
  height: 0;
  border-top: 2px dotted #0a2f57;
}
body.outstation-rebuild .os-route-connector button { display: grid; width: 32px; height: 32px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--os-navy); font-size: 14px; cursor: pointer; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
body.outstation-rebuild .os-route-connector button:hover { background: #0a3d73; box-shadow: 0 5px 12px rgba(3,29,60,.18); }
body.outstation-rebuild .os-route-connector button:focus-visible { outline: 3px solid rgba(237,23,40,.3); outline-offset: 3px; }
body.outstation-rebuild .os-route-connector button.is-swapping { transform: rotate(180deg); }

body.outstation-rebuild .os-detail-row { display: grid; height: 105px; grid-template-columns: .82fr .88fr .82fr .95fr 1.25fr; gap: 10px; align-items: start; padding-top: 18px; }
body.outstation-rebuild .os-detail-row.is-one-way { grid-template-columns: .82fr .88fr .95fr 1.25fr; }
body.outstation-rebuild .os-submit { display: flex; flex-direction: column; gap: 6px; padding-top: 19px; }
body.outstation-rebuild .os-submit button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border-radius: 6px; color: #fff; background: linear-gradient(90deg, #e70e20, #f42938); box-shadow: 0 9px 18px rgba(237,23,40,.18); font-size: 15px; font-weight: 700; cursor: pointer; }
body.outstation-rebuild .os-submit button svg { width: 14px; height: 14px; }
body.outstation-rebuild .os-submit p { margin: 0; color: #0a294e; font-size: 12px; font-weight: 500; text-align: right; white-space: nowrap; }

body.outstation-rebuild .os-benefits { display: grid; height: 72px; grid-template-columns: repeat(4,1fr); padding: 8px 17px; border-radius: 0 0 10px 10px; color: #fff; background: linear-gradient(90deg, #052d59, #031e40); box-shadow: 0 15px 30px rgba(3,29,57,.22); }
body.outstation-rebuild .os-benefits article { display: grid; min-width: 0; grid-template-columns: 35px 1fr; gap: 10px; align-items: center; padding: 0 15px; border-right: 1px solid rgba(255,255,255,.16); }
body.outstation-rebuild .os-benefits article:last-child { border-right: 0; }
body.outstation-rebuild .os-benefits i { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.09); font-style: normal; }
body.outstation-rebuild .os-benefits i svg { width: 17px; height: 17px; }
body.outstation-rebuild .os-benefits strong,
body.outstation-rebuild .os-benefits small { display: block; white-space: nowrap; }
body.outstation-rebuild .os-benefits strong { font-size: 15px; }
body.outstation-rebuild .os-benefits small { margin-top: 1px; color: rgba(255,255,255,.87); font-size: 12px; font-weight: 550; }

/* Cab comparison */
body.outstation-rebuild .os-cabs { padding: 18px 0 10px; background: radial-gradient(circle at 50% 25%, #fff 0, #fff 38%, #f9fbfd 100%); }
body.outstation-rebuild .os-section-heading { min-height: 78px; margin-bottom: 18px; text-align: center; }
body.outstation-rebuild .os-section-heading > span,
body.outstation-rebuild .os-left-heading > span,
body.outstation-rebuild .os-pricing-copy > span { display: block; margin-bottom: 3px; color: var(--os-red); font-size: 12px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
body.outstation-rebuild .os-section-heading h2 { margin: 0; color: var(--os-navy); font-size: clamp(30px, 2.55vw, 46px); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
body.outstation-rebuild .os-section-heading p { margin: 7px 0 0; color: #64758a; font-size: clamp(11px, 1vw, 17px); font-weight: 400; }
body.outstation-rebuild .os-cab-grid { display: grid; height: clamp(500px, 36.3vw, 670px); grid-template-columns: 1fr 1.07fr 1.04fr; gap: clamp(16px, 2.1vw, 40px); }
body.outstation-rebuild .os-cab-card { position: relative; display: flex; height: 100%; flex-direction: column; overflow: hidden; padding: 0 clamp(16px, 1.45vw, 24px) clamp(14px, 1.1vw, 18px); border: 1px solid #d8e0e8; border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(5,36,72,.07); }
body.outstation-rebuild .os-cab-card.is-popular { border: 2px solid #ff4b55; box-shadow: 0 12px 30px rgba(237,23,40,.09); }
body.outstation-rebuild .os-cab-visual { position: relative; display: grid; flex: 0 0 36%; min-height: 0; overflow: hidden; place-items: end center; }
body.outstation-rebuild .os-cab-visual > span { position: absolute; z-index: 2; top: clamp(15px, 1.1vw, 20px); right: 0; display: inline-flex; min-height: clamp(31px, 2.2vw, 41px); align-items: center; gap: 7px; padding: 0 clamp(10px, .9vw, 15px); border-radius: 8px; color: #fff; background: linear-gradient(90deg,#062a5a,#001947); box-shadow: 0 5px 12px rgba(4,30,67,.14); font-size: clamp(10px, .88vw, 16px); font-weight: 600; text-transform: uppercase; white-space: nowrap; }
body.outstation-rebuild .os-cab-visual > span svg { width: clamp(13px, 1vw, 18px); height: clamp(13px, 1vw, 18px); color: #fff; }
body.outstation-rebuild .os-cab-visual img { position: absolute; bottom: 0; left: 50%; width: 94%; height: 79%; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 13px 10px rgba(4,35,68,.13)); }
body.outstation-rebuild .os-cab-title-row { display: flex; min-height: clamp(38px, 3vw, 50px); flex: 0 0 auto; align-items: center; justify-content: center; gap: clamp(8px, .8vw, 13px); padding-top: 4px; text-align: center; }
body.outstation-rebuild .os-cab-title-row h3 { margin: 0; color: #061e4c; font-size: clamp(18px, 1.5vw, 26px); font-weight: 700; letter-spacing: -.015em; line-height: 1.05; }
body.outstation-rebuild .os-popular-label { display: inline-flex; min-height: 28px; align-items: center; justify-content: center; padding: 4px clamp(9px, .8vw, 14px); border-radius: 8px; color: #fff; background: linear-gradient(90deg,#ee091a,#ff1226); font-size: clamp(9px, .72vw, 13px); font-style: normal; font-weight: 700; line-height: 1; text-align: center; text-transform: uppercase; white-space: nowrap; }
body.outstation-rebuild .os-cab-price { position: relative; z-index: 1; display: grid; flex: 0 0 16%; justify-items: center; align-content: center; padding: 0 0 clamp(10px, 1vw, 16px); border-bottom: 1px solid #d8e0e8; background: #fff; text-align: center; }
body.outstation-rebuild .os-cab-price del { color: var(--os-red); font-size: clamp(16px, 1.55vw, 27px); font-weight: 600; line-height: 1; text-decoration-thickness: 2px; }
body.outstation-rebuild .os-cab-price strong { margin-top: clamp(7px, .65vw, 11px); color: #07265a; font-size: clamp(26px, 2.1vw, 38px); font-weight: 700; letter-spacing: -.02em; line-height: 1; }
body.outstation-rebuild .os-cab-specs { display: grid; min-height: 0; flex: 1 1 auto; grid-template-rows: repeat(6,1fr); margin: 0; padding: 0; list-style: none; }
body.outstation-rebuild .os-cab-specs li { display: grid; grid-template-columns: clamp(16px, 1.2vw, 22px) 1fr auto; gap: clamp(8px, .9vw, 14px); align-items: center; border-bottom: 1px solid #d8e0e8; color: #06204d; font-size: clamp(11px, 1vw, 18px); font-weight: 500; line-height: 1.2; }
body.outstation-rebuild .os-cab-specs svg { width: clamp(14px, 1.1vw, 20px); height: clamp(14px, 1.1vw, 20px); color: #08255b; }
body.outstation-rebuild .os-cab-specs b { color: #02a12f; font-weight: 600; }
body.outstation-rebuild .os-cab-specs b.is-not-included { color: #e31b2d; }
body.outstation-rebuild .os-cab-specs b.is-pending { color: #6c7b91; }
body.outstation-rebuild .os-cab-card > button { width: 100%; min-height: clamp(48px, 3.2vw, 58px); margin-top: clamp(10px, 1vw, 15px); border: 0; border-radius: 8px; color: #fff; background: linear-gradient(90deg,#082d63,#032354); box-shadow: 0 7px 16px rgba(3,35,84,.14); font-size: clamp(14px, 1.2vw, 20px); font-weight: 600; cursor: pointer; }
body.outstation-rebuild .os-cab-card.is-popular > button { border-color: var(--os-red); color: #fff; background: linear-gradient(90deg,#eb0015,#ff1025); box-shadow: 0 8px 20px rgba(237,23,40,.15); }

/* Route-based pricing */
body.outstation-rebuild .os-pricing { padding: 28px 0 30px; border-top: 1px solid #e4e9ef; background: linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%); }
body.outstation-rebuild .os-pricing-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.08fr); gap: clamp(28px,4vw,72px); align-items: center; }
body.outstation-rebuild .os-pricing-copy h2 { margin: 0; color: var(--os-navy); font-size: clamp(24px,2vw,34px); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; }
body.outstation-rebuild .os-pricing-copy > p { margin: 7px 0 0; color: #607389; font-size: clamp(11px,.9vw,15px); line-height: 1.45; }
body.outstation-rebuild .os-formula { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: clamp(6px,.7vw,13px); align-items: center; margin-top: 22px; }
body.outstation-rebuild .os-formula article { display: grid; min-height: 112px; place-items: center; align-content: center; gap: 10px; padding: 10px 7px; border: 1px solid #dfe7ee; border-radius: 10px; background: #fff; box-shadow: 0 5px 15px rgba(5,36,72,.025); text-align: center; }
body.outstation-rebuild .os-formula article.is-total { border-color: #f2c9ce; background: #fff7f7; }
body.outstation-rebuild .os-formula i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #d7e1e9; border-radius: 50%; color: var(--os-navy); background: #fff; font-style: normal; }
body.outstation-rebuild .os-formula .is-total i { border-color: #ff6c79; color: var(--os-red); }
body.outstation-rebuild .os-formula svg { width: 20px; height: 20px; }
body.outstation-rebuild .os-formula article b { color: var(--os-navy); font-size: clamp(10px,.85vw,14px); line-height: 1.25; }
body.outstation-rebuild .os-formula > strong { color: var(--os-red); font-size: 22px; font-weight: 700; }
body.outstation-rebuild .os-pricing-rules { display: grid; gap: 7px; }
body.outstation-rebuild .os-pricing-rules article { display: grid; min-height: 57px; grid-template-columns: 35px 1fr auto; gap: 12px; align-items: center; padding: 8px 14px; border: 1px solid #dce5ec; border-radius: 9px; background: #fff; box-shadow: 0 4px 13px rgba(5,36,72,.025); }
body.outstation-rebuild .os-pricing-rules i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #099760; background: #e8f8f1; font-size: 15px; font-style: normal; font-weight: 700; }
body.outstation-rebuild .os-pricing-rules strong { display: block; color: var(--os-navy); font-size: clamp(12px,1vw,16px); font-weight: 600; line-height: 1.2; }
body.outstation-rebuild .os-pricing-rules p { margin: 2px 0 0; color: #687b8e; font-size: clamp(10px,.8vw,13px); line-height: 1.25; }
body.outstation-rebuild .os-pricing-rules article > b { color: var(--os-navy); font-size: 23px; font-weight: 500; }

/* Booking steps and FAQ */
body.outstation-rebuild .os-left-heading > span { display: block; margin-bottom: 6px; color: var(--os-red); font-size: 12px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
body.outstation-rebuild .os-left-heading h2 { margin: 0; color: var(--os-navy); font-size: clamp(23px,1.9vw,32px); font-weight: 700; letter-spacing: -.03em; line-height: 1.1; }
body.outstation-rebuild .os-guide { padding: 36px 0 30px; border-top: 1px solid #e7edf2; background: #fff; }
body.outstation-rebuild .os-guide-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; }
body.outstation-rebuild .os-how,
body.outstation-rebuild .os-faq { min-width: 0; padding: 0 28px 0 0; background: #fff; }
body.outstation-rebuild .os-faq { padding: 0 0 0 34px; border-left: 1px solid #e1e8ee; }
body.outstation-rebuild .os-how-steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin-top: 32px; }
body.outstation-rebuild .os-how-steps::before { content: ""; position: absolute; top: 31px; right: 11%; left: 11%; border-top: 1px dashed #ccd9e5; }
body.outstation-rebuild .os-how-step,
body.outstation-rebuild .os-how-steps > article { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
body.outstation-rebuild .os-how-steps i { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 13px; border: 1px solid #cce9db; border-radius: 50%; color: #11985d; background: #f8fffb; font-style: normal; box-shadow: 0 0 0 8px #fff; }
body.outstation-rebuild .os-how-steps .is-blue i { border-color: #cce1f6; color: #177bda; background: #f7fbff; }
body.outstation-rebuild .os-how-steps .is-purple i { border-color: #e0d7fb; color: #7d50df; background: #faf8ff; }
body.outstation-rebuild .os-how-steps .is-orange i { border-color: #f3dfce; color: #d56a16; background: #fffaf6; }
body.outstation-rebuild .os-how-steps svg { width: 26px; height: 26px; }
body.outstation-rebuild .os-how-steps strong { color: var(--os-navy); font-size: clamp(10px,.88vw,14px); line-height: 1.25; }
body.outstation-rebuild .os-how-steps p { margin: 6px 0 0; color: #6d7f92; font-size: clamp(9px,.72vw,12px); line-height: 1.35; }
body.outstation-rebuild .os-faq .os-left-heading { margin-bottom: 15px; }
body.outstation-rebuild .os-faq details { border-bottom: 1px solid #e2e8ed; }
body.outstation-rebuild .os-faq summary { position: relative; padding: 8px 28px 8px 0; color: var(--os-navy); font-size: clamp(11px,.9vw,14px); font-weight: 600; line-height: 1.2; cursor: pointer; list-style: none; }
body.outstation-rebuild .os-faq summary::-webkit-details-marker { display: none; }
body.outstation-rebuild .os-faq summary::after { content: "+"; position: absolute; top: 5px; right: 2px; color: #05244c; font-size: 20px; font-weight: 700; }
body.outstation-rebuild .os-faq details[open] summary::after { content: "−"; }
body.outstation-rebuild .os-faq details p { margin: -2px 28px 9px 0; color: #6c7e90; font-size: 13px; line-height: 1.35; }

/* Travel expert */
body.outstation-rebuild .os-support-section { padding: 13px 0 20px; background: #fff; }
body.outstation-rebuild .os-support { position: relative; display: grid; min-height: 165px; grid-template-columns: .37fr .48fr .22fr; overflow: hidden; border-radius: 11px; color: #fff; background: radial-gradient(circle at 85% 45%,#0b477f 0,#063464 34%,#031f43 78%); box-shadow: 0 12px 28px rgba(3,31,60,.17); }
body.outstation-rebuild .os-testimonial { display: grid; grid-template-columns: 112px 1fr; gap: 23px; align-items: center; padding: 17px 24px; border-right: 1px solid rgba(255,255,255,.17); }
body.outstation-rebuild .os-testimonial > img { width: 105px; height: 105px; object-fit: cover; border: 3px solid var(--os-red); border-radius: 50%; background: #fff; }
body.outstation-rebuild .os-rating { display: grid; gap: 6px; }
body.outstation-rebuild .os-stars { margin: 0; color: #ffc928; font-size: 17px; letter-spacing: 1px; white-space: nowrap; }
body.outstation-rebuild .os-stars b { margin-left: 8px; color: #fff; font-size: 15px; letter-spacing: 0; }
body.outstation-rebuild .os-rating > strong { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 15px; }
body.outstation-rebuild .os-rating > span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.86); font-size: 12px; }
body.outstation-rebuild .os-rating svg { width: 13px; height: 13px; }
body.outstation-rebuild .os-help { position: relative; z-index: 1; align-self: center; padding: 17px 34px; }
body.outstation-rebuild .os-help > span { display: block; color: #d9e6f2; font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
body.outstation-rebuild .os-help h2 { margin: 4px 0 0; color: #fff; font-size: clamp(23px,2vw,34px); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; }
body.outstation-rebuild .os-help p { margin: 5px 0 13px; color: rgba(255,255,255,.84); font-size: 15px; }
body.outstation-rebuild .os-help > div { display: flex; gap: 9px; }
body.outstation-rebuild .os-help a { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 0 16px; border-radius: 6px; color: #fff; font-size: 15px; font-weight: 700; }
body.outstation-rebuild .os-help a.is-phone { background: #ef1729; }
body.outstation-rebuild .os-help a.is-whatsapp { background: #13a84a; }
body.outstation-rebuild .os-help a svg { width: 15px; height: 15px; }
body.outstation-rebuild .os-support-art { width: 100%; height: 100%; align-self: end; padding: 20px 18px 5px 0; fill: none; stroke: rgba(255,255,255,.32); stroke-width: 1.4; }

/* Reference footer */
body.outstation-rebuild .outdoor-exact-footer { color: #fff; background: linear-gradient(110deg,#062a54,#031c3a); }
body.outstation-rebuild .outdoor-exact-footer > .container { width: min(1760px, calc(100% - clamp(64px,7vw,104px))); max-width: none; }
body.outstation-rebuild .outdoor-exact-footer-grid { display: grid; grid-template-columns: 1.18fr repeat(4,.72fr) .9fr; gap: clamp(18px,2.2vw,40px); padding: 30px 0 24px; }
body.outstation-rebuild .outdoor-exact-footer-brand img { width: 96px; }
body.outstation-rebuild .outdoor-exact-footer p,
body.outstation-rebuild .outdoor-exact-footer a,
body.outstation-rebuild .outdoor-exact-footer span { font-size: 13px; line-height: 1.55; }
body.outstation-rebuild .outdoor-exact-footer h3 { margin: 0 0 10px; color: #fff; font-size: 15px; }
body.outstation-rebuild .outdoor-exact-footer a { display: block; margin: 4px 0; color: rgba(255,255,255,.75); }
body.outstation-rebuild .outdoor-exact-footer a:hover { color: #fff; }
body.outstation-rebuild .outdoor-exact-footer-brand p { max-width: 190px; margin: 10px 0 13px; color: rgba(255,255,255,.76); }
body.outstation-rebuild .outdoor-exact-footer-brand div { display: flex; gap: 8px; }
body.outstation-rebuild .outdoor-exact-footer-brand svg { width: 15px; height: 15px; color: #fff; }
body.outstation-rebuild .outdoor-download span { display: flex; min-height: 43px; align-items: center; margin: 7px 0; padding: 5px 11px; border: 1px solid rgba(255,255,255,.42); border-radius: 5px; color: #fff; font-weight: 700; }
body.outstation-rebuild .outdoor-exact-footer-bottom { display: flex; min-height: 50px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); }
body.outstation-rebuild .outdoor-exact-footer-bottom nav { display: flex; gap: 20px; }

/* Readable typography scale used consistently across the complete page */
body.outstation-rebuild .outdoor-top-trust span,
body.outstation-rebuild .outdoor-top-apps,
body.outstation-rebuild .outdoor-top-apps b { font-size: 15px; }
body.outstation-rebuild .desktop-nav a {
    font-size: 15px;
}
body.outstation-rebuild .header-actions a,
body.outstation-rebuild .header-actions .book-header { font-size: 14px; }
body.outstation-rebuild .os-progress span { font-size: 13px; }
body.outstation-rebuild .os-progress strong { font-size: 15px; }
body.outstation-rebuild .os-booking-heading p { font-size: 14px; }
body.outstation-rebuild .os-trip-switch button { font-size: 14px; }
body.outstation-rebuild .os-field > span { font-size: 15px; }
body.outstation-rebuild .os-field input,
body.outstation-rebuild .os-field select { font-size: 14px; }
body.outstation-rebuild .os-submit button { font-size: 14px; }
body.outstation-rebuild .os-submit p { font-size: 15px; }
body.outstation-rebuild .os-benefits strong { font-size: 15px; }
body.outstation-rebuild .os-benefits small { font-size: 15px; }
body.outstation-rebuild .os-cabs { scroll-margin-top: 18px; }
body.outstation-rebuild .os-section-heading > span,
body.outstation-rebuild .os-pricing-copy > span { font-size: 15px; }
body.outstation-rebuild .os-section-heading p { font-size: clamp(13px,1vw,17px); }
body.outstation-rebuild .os-popular-label { font-size: clamp(10px,.72vw,13px); }
body.outstation-rebuild .os-cab-visual > span { font-size: clamp(12px,.88vw,16px); }
body.outstation-rebuild .os-cab-specs li { font-size: clamp(13px,1vw,17px); }
body.outstation-rebuild .os-pricing-copy > p { font-size: clamp(13px,.9vw,15px); }
body.outstation-rebuild .os-formula article b { font-size: clamp(12px,.85vw,14px); }
body.outstation-rebuild .os-pricing-rules strong { font-size: clamp(13px,1vw,16px); }
body.outstation-rebuild .os-pricing-rules p { font-size: clamp(12px,.8vw,13px); }
body.outstation-rebuild .os-left-heading > span { font-size: 15px; }
body.outstation-rebuild .os-how-steps strong { font-size: clamp(12px,.88vw,14px); }
body.outstation-rebuild .os-how-steps p { font-size: 15px; }
body.outstation-rebuild .os-faq summary { font-size: clamp(13px,.9vw,14px); }
body.outstation-rebuild .os-faq details p { font-size: 15px; }
body.outstation-rebuild .os-stars b,
body.outstation-rebuild .os-rating > strong { font-size: 15px; }
body.outstation-rebuild .os-rating > span,
body.outstation-rebuild .os-help > span { font-size: 15px; }
body.outstation-rebuild .os-help p,
body.outstation-rebuild .os-help a { font-size: 15px; }
body.outstation-rebuild .outdoor-exact-footer p,
body.outstation-rebuild .outdoor-exact-footer a,
body.outstation-rebuild .outdoor-exact-footer span { font-size: 15px; }
body.outstation-rebuild .outdoor-exact-footer h3 { font-size: 14px; }

/* Responsive */
@media (max-width: 1100px) {
  body.outstation-rebuild .desktop-nav { gap: 16px; }
  body.outstation-rebuild .header-actions { gap: 7px; }
  body.outstation-rebuild .header-actions a { padding-inline: 13px; }
  body.outstation-rebuild .os-support { grid-template-columns: .42fr .58fr; }
  body.outstation-rebuild .os-support-art { display: none; }
}

@media (min-width: 761px) and (max-width: 840px) {
  body.outstation-rebuild .header-inner { gap: 20px; }
  body.outstation-rebuild .desktop-nav { gap: 10px; }
  body.outstation-rebuild .desktop-nav a { font-size: 13px; }
  body.outstation-rebuild .header-actions a { padding-inline: 10px; font-size: 13px; }
}

@media (max-width: 760px) {
  body.outstation-rebuild .site-header { position: sticky; height: auto; }
  body.outstation-rebuild .top-strip { display: none; }
  body.outstation-rebuild .site-header > .container { width: calc(100% - 32px); }
  body.outstation-rebuild .header-inner { min-height: 62px; }
  body.outstation-rebuild .desktop-nav,
  body.outstation-rebuild .header-actions .sign-in,
  body.outstation-rebuild .header-actions .book-header { display: none; }
  body.outstation-rebuild .menu-button { display: grid; }
  body.outstation-rebuild .os-shell { width: calc(100% - 32px); }
  body.outstation-rebuild .outdoor-exact-footer > .container { width: calc(100% - 32px); }
  body.outstation-rebuild .os-hero { height: auto; padding: 14px 0 26px; }
  body.outstation-rebuild .os-booking-card { height: auto; padding: 14px; border-radius: 12px 12px 0 0; }
  body.outstation-rebuild .os-progress { padding-inline: 0; }
  body.outstation-rebuild .os-progress strong { display: none; }
  body.outstation-rebuild .os-progress > i { margin-inline: 8px; }
  body.outstation-rebuild .os-booking-heading { height: auto; flex-direction: column; padding-top: 16px; }
  body.outstation-rebuild .os-booking-heading h1 { font-size: 27px; white-space: normal; }
  body.outstation-rebuild .os-trip-switch { width: 100%; }
  body.outstation-rebuild .os-route-row { height: auto; grid-template-columns: 1fr; margin-top: 16px; }
  body.outstation-rebuild .os-route-connector { display: none; }
  body.outstation-rebuild .os-detail-row,
  body.outstation-rebuild .os-detail-row.is-one-way { height: auto; grid-template-columns: 1fr 1fr; margin-top: 12px; }
  body.outstation-rebuild .os-submit { grid-column: span 2; }
  body.outstation-rebuild .os-benefits { height: auto; grid-template-columns: 1fr 1fr; padding: 12px; }
  body.outstation-rebuild .os-benefits article { min-height: 56px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  body.outstation-rebuild .os-benefits strong,
  body.outstation-rebuild .os-benefits small { white-space: normal; }
  body.outstation-rebuild .os-cabs,
  body.outstation-rebuild .os-pricing,
  body.outstation-rebuild .os-guide,
  body.outstation-rebuild .os-support-section { height: auto; padding: 30px 0; }
  body.outstation-rebuild .os-section-heading { height: auto; }
  body.outstation-rebuild .os-cabs { scroll-margin-top: 74px; }
  body.outstation-rebuild .os-section-heading h2 { font-size: 27px; }
  body.outstation-rebuild .os-cab-grid { height: auto; grid-template-columns: 1fr; }
  body.outstation-rebuild .os-cab-card { width: min(100%,390px); height: 610px; margin-inline: auto; }
  body.outstation-rebuild .os-cab-visual { flex-basis: 210px; }
  body.outstation-rebuild .os-cab-price { flex-basis: 95px; }
  body.outstation-rebuild .os-pricing-grid,
  body.outstation-rebuild .os-guide-grid,
  body.outstation-rebuild .os-support { height: auto; grid-template-columns: 1fr; }
  body.outstation-rebuild .os-pricing-grid { gap: 22px; }
  body.outstation-rebuild .os-formula { max-width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  body.outstation-rebuild .os-formula > strong { display: none; }
  body.outstation-rebuild .os-formula article,
  body.outstation-rebuild .os-formula article:nth-of-type(3),
  body.outstation-rebuild .os-formula article:nth-of-type(4) { width: 100%; min-height: 126px; margin: 0; }
  body.outstation-rebuild .os-guide-grid { gap: 32px; }
  body.outstation-rebuild .os-how,
  body.outstation-rebuild .os-faq { height: auto; padding: 0; }
  body.outstation-rebuild .os-faq { padding-top: 28px; border-top: 1px solid #e1e8ee; border-left: 0; }
  body.outstation-rebuild .os-how-steps { grid-template-columns: repeat(2,1fr); row-gap: 28px; }
  body.outstation-rebuild .os-how-steps::before { display: none; }
  body.outstation-rebuild .os-support { grid-template-columns: 1fr; }
  body.outstation-rebuild .os-testimonial { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  body.outstation-rebuild .os-help { padding: 24px; }
  body.outstation-rebuild .outdoor-exact-footer-grid { grid-template-columns: 1fr 1fr; }
  body.outstation-rebuild .outdoor-exact-footer-brand { grid-column: span 2; }
  body.outstation-rebuild .outdoor-exact-footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; padding: 10px 0; }
}

@media (max-width: 430px) {
  body.outstation-rebuild .os-booking-heading h1 { font-size: 24px; }
  body.outstation-rebuild .os-detail-row,
  body.outstation-rebuild .os-detail-row.is-one-way { grid-template-columns: 1fr; }
  body.outstation-rebuild .os-submit { grid-column: auto; }
  body.outstation-rebuild .os-benefits { grid-template-columns: 1fr; }
  body.outstation-rebuild .os-help { padding: 18px; }
  body.outstation-rebuild .os-help > div { flex-wrap: wrap; }
}
.os-static-cab-grid{display:none!important}.os-quote-error{margin:12px 0 0;color:#c8162d;font-weight:700;text-align:right}.os-submit button.is-loading{cursor:wait;opacity:.8}

/* Dynamic catalogue keeps the approved three-card composition; extra cars continue below. */
body.outstation-rebuild [data-outstation-cabs] {
  --os-card-gap: clamp(16px, 2.1vw, 40px);
  display: grid;
  height: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--os-card-gap);
  overflow: visible;
  padding: 0 1px 10px;
}
body.outstation-rebuild [data-outstation-cabs] .os-cab-card {
  width: 100%;
  min-width: 0;
  height: clamp(500px, 36.3vw, 670px);
  margin-inline: 0;
}

@media (min-width: 1280px) {
  body.outstation-rebuild [data-outstation-cabs].has-four-cabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.35vw, 26px);
  }
  body.outstation-rebuild [data-outstation-cabs].has-four-cabs .os-cab-card {
    height: clamp(500px, 31vw, 610px);
  }
}

@media (min-width: 761px) and (max-width: 1279px) {
  body.outstation-rebuild [data-outstation-cabs].has-four-cabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.outstation-rebuild [data-outstation-cabs] {
    height: auto;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-card {
    display: grid;
    width: min(100%, 620px);
    height: clamp(278px, 77vw, 320px);
    grid-template-columns: minmax(0, 43fr) minmax(0, 57fr);
    grid-template-rows: minmax(0, 1fr) auto auto;
    column-gap: 11px;
    margin-inline: auto;
    padding: 11px;
    border-radius: 16px;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-visual {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    flex: none;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(145deg, #f4f9ff, #eaf4ff);
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-visual > span {
    top: 9px;
    right: 9px;
    min-height: 27px;
    gap: 5px;
    padding: 0 8px;
    border-radius: 7px;
    font-size: clamp(8px, 2.45vw, 12px);
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-visual > span svg {
    width: 13px;
    height: 13px;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-visual img {
    width: 98%;
    height: 76%;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-title-row {
    grid-column: 1;
    grid-row: 2;
    min-height: 31px;
    flex: none;
    flex-wrap: wrap;
    gap: 3px 5px;
    padding: 4px 3px 0;
    background: #edf6ff;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-title-row h3 {
    font-size: clamp(15px, 4.5vw, 21px);
  }
  body.outstation-rebuild [data-outstation-cabs] .os-popular-label {
    min-height: 19px;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: clamp(7px, 1.9vw, 10px);
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-price {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    min-width: 0;
    min-height: 44px;
    flex: none;
    align-items: baseline;
    align-content: initial;
    justify-content: center;
    gap: 6px;
    padding: 5px 3px 8px;
    border: 0;
    border-radius: 0 0 12px 12px;
    background: #edf6ff;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-price del {
    font-size: clamp(12px, 3.35vw, 17px);
    white-space: nowrap;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-price strong {
    margin: 0;
    font-size: clamp(20px, 5.7vw, 29px);
    white-space: nowrap;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-specs {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: none;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-specs li {
    grid-template-columns: 16px minmax(0, 1fr) auto;
    gap: clamp(4px, 1.3vw, 8px);
    font-size: clamp(9px, 2.65vw, 13px);
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-specs svg {
    width: 15px;
    height: 15px;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-specs span {
    min-width: 0;
    line-height: 1.1;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-specs b {
    font-size: clamp(8px, 2.5vw, 13px);
    white-space: nowrap;
  }
  body.outstation-rebuild [data-outstation-cabs] .os-cab-card > button {
    grid-column: 2;
    grid-row: 3;
    min-height: 44px;
    margin: 0;
    align-self: end;
    font-size: clamp(13px, 3.6vw, 17px);
  }
}

body.outstation-rebuild #cab-options:focus { outline: none; }
