/* assets/css/wanderin-core-v123.css */

:root{
  --wi-bg:#050708;
  --wi-bg-soft:#0a0d10;
  --wi-bg-elev:#101418;
  --wi-surface:#12171c;
  --wi-surface-2:#171d24;
  --wi-surface-3:#1c232c;
  --wi-surface-light:#f6f2eb;
  --wi-card:#12171c;
  --wi-card-2:#171d24;
  --wi-text:#eef2f6;
  --wi-text-soft:#b3bcc7;
  --wi-text-dark:#eef2f6;
  --wi-text-dark-soft:#b3bcc7;
  --wi-gold:#c5a059;
  --wi-gold-2:#d6b57a;
  --wi-gold-ink:#f2e3c4;
  --wi-border:rgba(197,160,89,.18);
  --wi-border-strong:rgba(197,160,89,.34);
  --wi-shadow:0 18px 48px rgba(0,0,0,.28);
  --wi-shadow-soft:0 10px 28px rgba(0,0,0,.14);
  --wi-radius:18px;
  --wi-radius-lg:24px;
  --wi-radius-xl:30px;
  --wi-container:min(1160px, calc(100% - 32px));
  --wi-transition:180ms ease;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#050708 0%, #0b1015 100%);color:var(--wi-text);font-family:Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none;transition:color var(--wi-transition),opacity var(--wi-transition),transform var(--wi-transition),border-color var(--wi-transition),background var(--wi-transition),box-shadow var(--wi-transition)}
a:hover{text-decoration:none}

.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell{width:var(--wi-container);margin-inline:auto}
.wi-shell--padded,.wi-page-shell,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell{padding-block:28px 56px}
.wi-section,.ws-section{padding:0 0 28px}
.wi-grid,.ws-route-grid,.wi-card-grid,.wu-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.wi-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.wi-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.wi-stack-8{display:grid;gap:8px}.wi-stack-10{display:grid;gap:10px}.wi-stack-12{display:grid;gap:12px}.wi-stack-14{display:grid;gap:14px}.wi-stack-16{display:grid;gap:16px}.wi-stack-20{display:grid;gap:20px}.wi-stack-24{display:grid;gap:24px}

.wi-section-head,.ws-section-head,.wu-block__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}
.wi-section-head h2,.ws-section-head h2,.wu-block__head h2{margin:0;color:#fff;font-size:clamp(24px,3vw,36px);line-height:1.08;letter-spacing:-.04em;font-weight:900}
.wi-section-head p,.ws-section-head p,.wu-block__head p{margin:6px 0 0;color:var(--wi-text-soft);max-width:64ch;font-size:15px;line-height:1.72}
.wi-eyebrow,.ws-eyebrow,.wi-hero-kicker,.wi-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 12px;color:var(--wi-gold-2);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.wi-breadcrumbs a{color:var(--wi-gold-ink);opacity:.86}.wi-breadcrumbs span{opacity:.74}

.wi-hero,.ws-hero,.wi-global-hero,.wi-hub-hero{position:relative;overflow:hidden;border:1px solid var(--wi-border);border-radius:var(--wi-radius-xl);background:radial-gradient(circle at 86% 12%, rgba(197,160,89,.18), transparent 26%),linear-gradient(135deg, #050708 0%, #0c1116 58%, #151b23 100%);box-shadow:var(--wi-shadow);color:#fff}
.wi-hero::before,.ws-hero::before,.wi-global-hero::before,.wi-hub-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(5,7,8,.18), rgba(5,7,8,.48) 72%, rgba(5,7,8,.68));pointer-events:none}
.wi-hero > *,.ws-hero > *,.wi-global-hero > *,.wi-hub-hero > *{position:relative;z-index:1}
.wi-hero-inner,.ws-hero-grid,.wi-global-hero__inner{width:var(--wi-container);margin-inline:auto;padding:34px 0}
.ws-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:20px;align-items:start}
.wi-hero h1,.ws-hero h1,.wi-global-hero h1,.wi-premium-vehicle h1{margin:0 0 12px;color:#fff;font-size:clamp(34px,4.4vw,54px);line-height:1.02;letter-spacing:-.055em;font-weight:900}
.wi-hero p,.ws-hero p,.wi-global-hero p{margin:0;color:rgba(255,255,255,.88);font-size:16px;line-height:1.78;max-width:66ch}
.wi-hero-media-img,.wi-page-vehicle .wi-hero img,.wi-page-vehicle .wi-vehicle-card img,.wi-page-vehicle .wi-vehicle-gallery img{width:100%;min-height:320px;aspect-ratio:16 / 9;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.12)}
.wi-hero-media-fallback{min-height:320px;padding:22px;border-radius:24px;background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.12);display:grid;align-content:start;gap:10px}
.wi-hero-media-fallback h2{margin:0;color:#fff;font-size:28px;line-height:1.06;letter-spacing:-.04em;font-weight:900}.wi-hero-media-fallback p{margin:0;color:rgba(255,255,255,.78)}
.ws-actions,.wi-hero-cta,.ws-convert__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.ws-pills,.wi-pills,.wi-hub-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.ws-pills span,.wi-pills span,.wi-chip,#wiCount,.wi-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(197,160,89,.24);background:rgba(197,160,89,.08);color:var(--wi-gold-ink);font-size:12px;font-weight:800;letter-spacing:.02em}
.wi-chip-strong{background:rgba(197,160,89,.16);border-color:rgba(197,160,89,.34)}
.wi-hide{display:none !important}

.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card{display:block;background:linear-gradient(180deg,#12171c 0%, #171d24 100%);color:var(--wi-text);border:1px solid rgba(15,20,25,.08);border-radius:var(--wi-radius-lg);box-shadow:var(--wi-shadow-soft);overflow:hidden}
.wi-card{padding:0}
.wi-card--compact{padding:16px}.wi-card--spacious{padding:24px}.wi-card--flush{padding:0}.wi-card--textonly .wi-card-img{display:none}
.wi-card:hover,.ws-route-card:hover,.ws-link-card:hover,.whm-card:hover,.wi-pick-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.18)}
.wi-card-img,.ws-route-card > img,.ws-link-card > img,.whm-card > img{height:180px;background:#12171c;overflow:hidden}
.wi-card-img img,.ws-route-card > img,.ws-link-card > img,.whm-card > img{width:100%;height:100%;object-fit:cover}
.wi-card-body,.ws-card-body{padding:16px 18px 18px;display:grid;gap:10px}
.wi-card-title,.ws-card-body h3,.wi-title-sm{margin:0;color:#eef2f6;font-size:20px;line-height:1.12;letter-spacing:-.03em;font-weight:900}.wi-title-sm{font-size:18px}
.wi-card-meta,.ws-meta,.wi-pick-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--wi-text-dark-soft);font-size:13px;font-weight:700}
.wi-card-desc,.ws-card-body p,.wi-copy-card p,.wi-lead-note,.wi-muted,.wi-muted2{color:var(--wi-text-dark-soft);line-height:1.72}
.wi-copy-card p{margin:10px 0 0}
.wi-pick-link{display:block;padding:18px}.wi-pick-label{display:block;font-size:18px;font-weight:900;line-height:1.2;letter-spacing:-.02em;color:#0f1419}.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results{padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:var(--wi-text-soft)}

.wi-btn-primary,.wi-btn,.wi-btn2,.wu-faq-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px;padding:16px 32px;border-radius:16px;font-size:15px;font-weight:900;line-height:1;border:1px solid transparent;cursor:pointer;white-space:nowrap}
.wi-btn-primary,.wi-btn{background:linear-gradient(180deg, #c5a059 0%, #a78342 100%);color:#050708;border-color:rgba(197,160,89,.42);box-shadow:0 14px 34px rgba(197,160,89,.22)}
.wi-btn-primary:hover,.wi-btn:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(197,160,89,.28)}
.wi-btn2,.wi-btn--ghost,.wu-faq-more{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.12)}
.wi-btn2:hover,.wi-btn--ghost:hover,.wu-faq-more:hover{transform:translateY(-1px);background:rgba(255,255,255,.10);color:#fff}

.wu-block{display:grid;gap:16px;margin-top:28px}.wu-block--reviews,.wu-block--faq{padding:0}
.wu-review-slider{display:grid;gap:12px}.wu-review-slider__controls{display:flex;justify-content:flex-end;gap:8px}.wu-review-slider__btn{width:42px;height:42px;border-radius:999px;border:1px solid rgba(197,160,89,.24);background:rgba(197,160,89,.08);color:var(--wi-gold-ink);font-size:22px;font-weight:900;cursor:pointer}.wu-review-slider__viewport{overflow:hidden}.wu-review-slider__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.wu-review-slider__track > *{scroll-snap-align:start}
.wi-review-block{display:grid;gap:14px;padding:20px;background:linear-gradient(180deg,#12171c 0%, #171d24 100%);color:var(--wi-text-dark);border:1px solid rgba(15,20,25,.08);border-radius:24px;box-shadow:var(--wi-shadow-soft)}
.wi-review-block__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wi-review-block__photo{width:52px;height:52px;border-radius:999px;object-fit:cover;border:1px solid rgba(15,20,25,.08);background:var(--wi-surface)}.wi-review-block__stars{color:var(--wi-gold);font-size:15px;letter-spacing:.16em;font-weight:900}.wi-review-block__verified{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(197,160,89,.12);color:#f2e3c4;font-size:12px;font-weight:900}.wi-review-block__quote{margin:0;color:#eef2f6;font-size:15px;line-height:1.78}.wi-review-block__name{font-weight:900;color:#0f1419}.wi-review-block__country{color:#b3bcc7;font-size:13px;font-weight:700}.wu-review-meta,.wu-review-tags{display:flex;flex-wrap:wrap;gap:8px;color:#b3bcc7;font-size:13px;font-weight:700}.wu-review-tags span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:var(--wi-surface-2);color:#f2e3c4;border:1px solid rgba(197,160,89,.18)}

.wi-faq-accordion,.wu-faq-list{display:grid;gap:12px}.wi-faq-accordion details,.wi-faq-accordion .wu-faq-item,.wu-faq-list .wu-faq-item{background:linear-gradient(180deg,#12171c 0%, #171d24 100%);color:var(--wi-text-dark);border:1px solid rgba(15,20,25,.08);border-radius:22px;box-shadow:var(--wi-shadow-soft);overflow:hidden}.wi-faq-accordion details[open],.wi-faq-accordion .wu-faq-item.is-open,.wu-faq-list .wu-faq-item[open]{border-color:rgba(197,160,89,.32);box-shadow:0 18px 40px rgba(197,160,89,.08)}
.wi-faq-accordion summary,.wi-faq-accordion .wu-faq-item summary,.wu-faq-list .wu-faq-item summary{list-style:none;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;cursor:pointer;padding:18px 20px;color:#eef2f6;font-size:16px;line-height:1.45;font-weight:900}.wi-faq-accordion summary::-webkit-details-marker,.wi-faq-accordion .wu-faq-item summary::-webkit-details-marker,.wu-faq-list .wu-faq-item summary::-webkit-details-marker{display:none}
.wi-faq-accordion summary::after,.wi-faq-accordion .wu-faq-item summary::after,.wu-faq-list .wu-faq-item summary::after{content:"+";flex:0 0 32px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#11161b;color:var(--wi-gold);font-size:20px;font-weight:900;line-height:1}.wi-faq-accordion details[open] summary::after,.wi-faq-accordion .wu-faq-item.is-open summary::after,.wu-faq-list .wu-faq-item[open] summary::after{content:"–"}
.wi-faq-accordion .wi-faq-answer,.wi-faq-accordion .wu-faq-item__body,.wu-faq-list .wu-faq-item__body{padding:0 20px 18px;color:#b3bcc7;font-size:15px;line-height:1.8}.wi-faq-accordion .wi-faq-answer > *:first-child,.wi-faq-accordion .wu-faq-item__body > *:first-child,.wu-faq-list .wu-faq-item__body > *:first-child{margin-top:0}.wi-faq-accordion .wi-faq-answer > *:last-child,.wi-faq-accordion .wu-faq-item__body > *:last-child,.wu-faq-list .wu-faq-item__body > *:last-child{margin-bottom:0}
.wu-faq-actions{margin-top:8px;display:flex;justify-content:flex-start}

.wi-main-header{position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);background:rgba(5,7,8,.88);border-bottom:1px solid rgba(197,160,89,.12)}
.wi-main-footer{border-top:1px solid rgba(197,160,89,.12);background:#050708;color:var(--wi-text-soft)}

@media (max-width:1080px){.wi-grid,.ws-route-grid,.wi-card-grid,.wu-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ws-hero-grid{grid-template-columns:1fr}}
@media (max-width:720px){.wi-shell--padded,.wi-page-shell,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell{padding-block:20px 40px}.wi-grid,.ws-route-grid,.wi-card-grid,.wu-review-grid{grid-template-columns:1fr}.wi-hero,.ws-hero,.wi-global-hero,.wi-hub-hero{border-radius:24px}.wi-hero-inner,.ws-hero-grid,.wi-global-hero__inner{padding:20px 0}.wi-hero h1,.ws-hero h1,.wi-global-hero h1,.wi-premium-vehicle h1{font-size:32px}.wi-review-block{padding:16px}.wi-card-body,.ws-card-body{padding:14px 16px 16px}.wi-btn-primary,.wi-btn,.wi-btn2,.wu-faq-more{width:100%}}


.wi-input,
input[type="text"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="tel"],
select,
textarea{
  width:100%;
  min-height:52px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(197,160,89,.18);
  background:var(--wi-surface);
  color:#eef2f6;
  font:inherit;
  box-shadow:var(--wi-shadow-soft);
}
textarea{min-height:120px;resize:vertical}
.wi-input:focus,
input:focus,
select:focus,
textarea:focus{outline:none;border-color:rgba(197,160,89,.42);box-shadow:0 0 0 4px rgba(197,160,89,.12)}

.wi-searchbox,.wi-hub-search,.wi-searchbox__panel,.wi-hub-panel,.t-panel,.t-side-card,.wi-form-section,.wb-form-shell,.wi-book,.wi-help,.wi-banner,.wi-day,.wi-prose{background:linear-gradient(180deg,#12171c 0%, #171d24 100%);color:var(--wi-text-dark);border:1px solid rgba(15,20,25,.08);border-radius:var(--wi-radius-lg);box-shadow:var(--wi-shadow-soft)}
.wi-searchbox,.wi-hub-search,.t-panel,.wi-form-section,.wb-form-shell,.wi-book,.wi-help,.wi-day{padding:20px}
.wi-searchbox__form,.wi-searchbox__row,.wi-searchbox__panel,.wi-hub-layout,.wi-hub-search-row,.wi-row,.wb-phone-grid,.t-form-grid,.t-side-grid,.wb-summary-grid,.wb-trust-row{display:grid;gap:12px}
.wi-searchbox__row,.wi-hub-search-row,.wi-row,.wb-phone-grid,.t-side-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.wi-links{display:flex;flex-wrap:wrap;gap:10px}.wi-links a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(197,160,89,.18);background:rgba(197,160,89,.08);color:var(--wi-gold-ink);font-weight:800;font-size:13px}
.wi-pill,.t-pill,.wi-pill--green{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(197,160,89,.24);background:rgba(197,160,89,.08);color:var(--wi-gold-ink);font-size:12px;font-weight:800;letter-spacing:.02em}
.wi-wrap{width:var(--wi-container);margin-inline:auto}.wi-ul{margin:0;padding-left:18px}.wi-ul li{margin:0 0 8px;color:var(--wi-text-soft)}.wi-prose,.wi-prose-tight{padding:20px;line-height:1.8}.wi-text-reset{margin:0}.wi-title-reset{margin:0}

.wi-faq,.founder-faq-list{display:grid;gap:12px}.wi-faq-q,.wi-faq-item h3{margin:0;padding:18px 20px;border:1px solid rgba(15,20,25,.08);border-bottom:none;border-radius:22px 22px 0 0;background:linear-gradient(180deg,#12171c 0%, #171d24 100%);color:#eef2f6;font-size:16px;line-height:1.45;font-weight:900}.wi-faq-a,.wi-faq-item .wi-p{margin:0;padding:0 20px 18px;border:1px solid rgba(15,20,25,.08);border-top:none;border-radius:0 0 22px 22px;background:linear-gradient(180deg,#12171c 0%, #171d24 100%);color:#b3bcc7;font-size:15px;line-height:1.8;box-shadow:var(--wi-shadow-soft)}

.t-hero,.wi-hero--img{position:relative;overflow:hidden;border:1px solid var(--wi-border);border-radius:var(--wi-radius-xl);background:radial-gradient(circle at 86% 12%, rgba(197,160,89,.18), transparent 26%),linear-gradient(135deg, #050708 0%, #0c1116 58%, #151b23 100%);box-shadow:var(--wi-shadow);color:#fff}.t-hero-inner,.wi-hero-inner{position:relative;z-index:1;padding:28px}.t-title,.wb-title{margin:0;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.04;letter-spacing:-.05em;font-weight:900}.t-sub,.wi-p,.t-lead{color:var(--wi-text-soft);line-height:1.8}.t-fact-grid,.t-related-grid,.t-class-grid,.t-plan-grid,.wi-grid-3,.wu-feature-grid,.whm-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.t-fact-card,.t-plan-card,.wi-stop-card,.wu-feature-card,.wshortcut-link,.founder-cms__rail-card{background:linear-gradient(180deg,#12171c 0%, #171d24 100%);color:var(--wi-text-dark);border:1px solid rgba(15,20,25,.08);border-radius:24px;box-shadow:var(--wi-shadow-soft);padding:18px}.t-fact-label,.wi-chip-k{display:block;color:#b3bcc7;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.t-fact-value,.t-plan-title,.wi-chip-v,.wi-stop-name{display:block;margin-top:8px;color:#eef2f6;font-size:18px;font-weight:900;line-height:1.2}.t-card-stack,.t-side-panels,.founder-cms__rail-actions,.wshortcut-grid{display:grid;gap:16px}.wshortcut-shell,.wshortcut-section,.wshortcut-search,.wshortcut-hero,.wshortcut-nav,.wshortcut-footer,.wshortcut-feature,.founder-faq-group,.founder-faq-aside,.founder-cms__chips{display:grid;gap:16px}.wshortcut-btn,.wshortcut-btn--ghost{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 24px;border-radius:16px;font-weight:900}.wshortcut-btn{background:linear-gradient(180deg, #c5a059 0%, #a78342 100%);color:#050708}.wshortcut-btn--ghost{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);color:#fff}

@media (max-width:720px){.wi-searchbox__row,.wi-hub-search-row,.wi-row,.wb-phone-grid,.t-side-grid,.t-fact-grid,.t-related-grid,.t-class-grid,.t-plan-grid,.wi-grid-3,.wu-feature-grid,.whm-card-grid{grid-template-columns:1fr}.wi-links a,.wshortcut-btn,.wshortcut-btn--ghost{width:100%}}


/* Pass 131 — visibility, header/footer, contrast */
body,
.wi-shell,
.wi-page-shell,
.wi-section,
.ws-section,
.wp-public,
.ws-shell,
.wi-route-hub-shell,
.wi-platform-page,
.wi-trip-shell{
  color:var(--wi-text);
}

.wi-section h1,
.wi-section h2,
.wi-section h3,
.wi-section h4,
.ws-section h1,
.ws-section h2,
.ws-section h3,
.ws-section h4,
.wp-public h1,
.wp-public h2,
.wp-public h3,
.wp-public h4,
.wi-route-hub-shell h1,
.wi-route-hub-shell h2,
.wi-route-hub-shell h3,
.wi-route-hub-shell h4,
.wi-platform-page h1,
.wi-platform-page h2,
.wi-platform-page h3,
.wi-platform-page h4,
.wi-trip-shell h1,
.wi-trip-shell h2,
.wi-trip-shell h3,
.wi-trip-shell h4{
  color:#fff;
}

.wi-card,
.wi-card *,
.ws-route-card,
.ws-route-card *,
.ws-link-card,
.ws-link-card *,
.whm-card,
.whm-card *,
.wi-pick-card,
.wi-pick-card *{
  color:var(--wi-text-dark);
}

.wi-card .wi-card-desc,
.wi-card .wi-muted,
.wi-card .wi-muted2,
.wi-card .wi-card-meta,
.wi-card .wi-copy-card p,
.wi-card .wi-p,
.ws-route-card .wi-card-desc,
.ws-route-card .wi-card-meta,
.ws-link-card .wi-card-desc,
.whm-card p,
.whm-card .whm-tags,
.whm-card .whm-card__eyebrow,
.wi-pick-card .wi-pick-meta{
  color:var(--wi-text-dark-soft);
}

.wi-card a,
.ws-route-card a,
.ws-link-card a,
.whm-card a,
.wi-pick-card a{
  color:inherit;
}

.wi-card .wi-badge,
.ws-route-card .wi-badge,
.ws-link-card .wi-badge,
.whm-card .wi-badge,
.wi-pick-card .wi-badge{
  color:var(--wi-gold-ink);
}

.wi-alert-card,
.wi-empty-card,
.wi-no-results,
.ws-note,
.wi-note{
  color:var(--wi-text);
}

.wi-faq-accordion summary,
.wu-faq-list .wu-faq-item summary{
  align-items:center;
}

.wi-faq-accordion summary::after,
.wu-faq-list .wu-faq-item summary::after{
  align-self:center;
}

.wi-faq-accordion .wi-faq-answer,
.wi-faq-accordion .wu-faq-item__body,
.wu-faq-list .wu-faq-item__body{
  color:#5d6772;
}

.wi-btn-primary:hover,
.wi-btn:hover{
  color:#050708;
  background:linear-gradient(180deg, #d3ad66 0%, #b58d49 100%);
  border-color:rgba(197,160,89,.52);
}

.wi-btn2:hover,
.wi-btn--ghost:hover,
.wu-faq-more:hover{
  color:#fff;
  border-color:rgba(197,160,89,.28);
  background:rgba(255,255,255,.10);
}

.ww-header-wrap{
  position:sticky;
  top:0;
  z-index:1200;
  backdrop-filter:blur(14px);
  background:rgba(5,7,8,.74);
  border-bottom:1px solid rgba(197,160,89,.14);
}
.ww-site-shell,
.ww-footer-shell{
  width:var(--wi-container);
  margin-inline:auto;
}
.ww-header{
  min-height:86px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
}
.ww-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.ww-brand img{
  width:42px;
  height:42px;
  border-radius:12px;
}
.ww-brand-name{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.02em;
}
.ww-brand-tag{
  display:block;
  color:var(--wi-text-soft);
  font-size:12px;
  line-height:1.45;
}
.ww-header-center,
.ww-actions{
  display:flex;
  align-items:center;
  gap:12px;
  justify-content:flex-end;
}
.ww-search-toggle,
.ww-contrast-toggle,
.ww-lang-toggle,
.ww-menu-btn,
.ww-search-btn,
.ww-footer-cta-btn,
.ww-footer-cta-btn2,
.ww-footer-pill{
  appearance:none;
  border:none;
  text-decoration:none;
}
.ww-search-toggle,
.ww-contrast-toggle,
.ww-lang-toggle,
.ww-menu-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(197,160,89,.14);
  background:rgba(255,255,255,.04);
  color:#fff;
  cursor:pointer;
}
.ww-search-toggle:hover,
.ww-contrast-toggle:hover,
.ww-lang-toggle:hover,
.ww-menu-btn:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(197,160,89,.26);
}
.ww-search-toggle svg,
.ww-lang-caret{
  width:18px;
  height:18px;
}
.ww-search-wrap,
.ww-mobile-panel{
  padding:0 0 18px;
}
.ww-search,
.ww-mobile-panel-inner,
.ww-lang-panel{
  background:linear-gradient(180deg, rgba(17,22,27,.98) 0%, rgba(10,13,16,.98) 100%);
  border:1px solid rgba(197,160,89,.16);
  border-radius:22px;
  box-shadow:var(--wi-shadow);
}
.ww-search{
  padding:16px;
  display:grid;
  gap:12px;
}
.ww-search-shell{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
}
.ww-search-shell input{
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(197,160,89,.18);
  background:#0f1419;
  color:#eef2f6;
  padding:0 16px;
  box-shadow:none;
}
.ww-search-shell input::placeholder{
  color:#99a4af;
}
.ww-search-btn,
.ww-footer-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:16px;
  background:linear-gradient(180deg, #c5a059 0%, #a78342 100%);
  color:#050708;
  font-weight:900;
  border:1px solid rgba(197,160,89,.42);
  box-shadow:0 14px 34px rgba(197,160,89,.22);
}
.ww-search-btn:hover,
.ww-footer-cta-btn:hover{
  color:#050708;
  background:linear-gradient(180deg, #d3ad66 0%, #b58d49 100%);
}
.ww-footer-cta-btn2{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
}
.ww-footer-cta-btn2:hover{
  color:#fff;
  background:rgba(255,255,255,.10);
  border-color:rgba(197,160,89,.24);
}
.ww-chip-row,
.ww-footer-contact,
.ww-footer-links,
.ww-footer-standard-grid,
.ww-footer-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ww-chip-row a,
.ww-footer-pill{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(197,160,89,.18);
  background:rgba(197,160,89,.08);
  color:var(--wi-gold-ink);
  font-size:12px;
  font-weight:800;
}
.ww-chip-row a.is-strong{background:rgba(197,160,89,.16)}
.ww-search-helper{color:var(--wi-text-soft);font-size:13px}
.ww-search-drop{display:grid;gap:8px}
.ww-search-drop a{display:block;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.04);color:#fff}
.ww-lang{position:relative}
.ww-lang-panel{
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  min-width:210px;
  padding:8px;
  display:none;
  z-index:20;
}
.ww-lang.is-open .ww-lang-panel{display:grid;gap:6px}
.ww-lang-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  color:#fff;
}
.ww-lang-item:hover,.ww-lang-item.is-current{background:rgba(255,255,255,.06)}
.ww-lang-item-main{display:flex;align-items:center;gap:10px}
.ww-flag{width:24px;height:24px;display:inline-flex;overflow:hidden;border-radius:999px;flex:0 0 24px}
.ww-flag svg{width:100%;height:100%;display:block}
.ww-lang-item-copy strong,.ww-lang-toggle-text strong{display:block;color:#fff;font-size:14px;font-weight:900}
.ww-lang-item-copy small,.ww-lang-toggle-text small{display:block;color:var(--wi-text-soft);font-size:11px}
.ww-mobile-panel-inner{padding:10px;display:grid;gap:6px}
.ww-mobile-panel-inner a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;color:#fff}
.ww-mobile-panel-inner a:hover{background:rgba(255,255,255,.06)}
.ww-footer{
  margin-top:64px;
  background:linear-gradient(180deg, #060809 0%, #0b0f13 100%);
  border-top:1px solid rgba(197,160,89,.12);
  color:var(--wi-text);
}
.ww-footer-shell{padding:32px 0 38px;display:grid;gap:24px}
.ww-footer-cta,
.ww-footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:20px;
}
.ww-footer-cta,
.ww-footer-brand-block,
.ww-footer-standard,
.ww-footer-legal-block{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border:1px solid rgba(197,160,89,.12);
  border-radius:24px;
  padding:22px;
}
.ww-footer-main{grid-template-columns:1.2fr .9fr .8fr}
.ww-footer h2,
.ww-footer-title,
.ww-footer-brand strong{margin:0;color:#fff;font-weight:900;letter-spacing:-.03em}
.ww-footer h2{font-size:30px;line-height:1.05}
.ww-footer p,
.ww-footer-desc,
.ww-footer-bottom,
.ww-footer-brand span{color:var(--wi-text-soft);margin:0;line-height:1.75}
.ww-footer-links a{color:var(--wi-gold-ink)}
.ww-footer-links a:hover,.ww-footer-pill:hover{color:#fff;border-color:rgba(197,160,89,.3)}
.ww-footer-standard-card{
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(197,160,89,.12);
  background:rgba(255,255,255,.03);
  color:#fff;
}
.ww-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding-top:8px;
}
.ww-wa-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1200;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(180deg, #c5a059 0%, #a78342 100%);
  color:#050708;
  border:1px solid rgba(197,160,89,.42);
  box-shadow:0 16px 40px rgba(0,0,0,.34);
  font-weight:900;
}
.ww-wa-float svg{width:20px;height:20px}

@media (max-width:980px){
  .ww-header{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "center center";padding:16px 0}
  .ww-brand{grid-area:brand}
  .ww-actions{grid-area:actions}
  .ww-header-center{grid-area:center;justify-content:flex-start}
  .ww-footer-cta,.ww-footer-main{grid-template-columns:1fr}
}
@media (max-width:720px){
  .ww-site-shell,.ww-footer-shell{width:min(1160px, calc(100% - 24px))}
  .ww-search-shell{grid-template-columns:1fr}
  .ww-header-center{flex-wrap:wrap}
  .ww-search-toggle,.ww-contrast-toggle,.ww-lang-toggle,.ww-menu-btn{min-height:42px;padding:0 14px}
  .ww-footer-cta-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .ww-footer-cta-btn,.ww-footer-cta-btn2{width:100%}
  .ww-wa-float span{display:none}
  .ww-wa-float{padding:0 14px;min-width:54px;justify-content:center}
}


/* Pass 132 — visibility, cards, results, header/footer, driver apply */
body,
.wi-shell,
.wi-page-shell,
.wp-public,
.ws-shell,
.wi-section,
.ws-section,
.wi-route-hub-shell,
.wi-platform-page,
.wi-trip-shell{
  color:var(--wi-text);
}

.wi-shell a,
.wi-page-shell a,
.wp-public a,
.ws-section a,
.wi-route-hub-shell a,
.wi-platform-page a,
.wi-trip-shell a{
  color:inherit;
}

.wi-card,
.wi-card a,
.wi-card span,
.wi-card strong,
.wi-card h1,
.wi-card h2,
.wi-card h3,
.wi-card h4,
.wi-card p,
.wi-card li,
.ws-route-card,
.ws-route-card a,
.ws-route-card span,
.ws-route-card strong,
.ws-route-card h1,
.ws-route-card h2,
.ws-route-card h3,
.ws-route-card p,
.ws-link-card,
.ws-link-card a,
.ws-link-card span,
.ws-link-card strong,
.ws-link-card h1,
.ws-link-card h2,
.ws-link-card h3,
.ws-link-card p,
.whm-card,
.whm-card a,
.whm-card span,
.whm-card strong,
.whm-card h1,
.whm-card h2,
.whm-card h3,
.whm-card p,
.wi-pick-card,
.wi-pick-card a,
.wi-pick-card span,
.wi-pick-card strong,
.wi-pick-card h1,
.wi-pick-card h2,
.wi-pick-card h3,
.wi-pick-card p{
  color:var(--wi-text-dark);
}

.wi-card .wi-card-desc,
.wi-card .wi-card-meta,
.wi-card .wi-muted,
.wi-card .wi-muted2,
.wi-card .wi-p,
.ws-route-card .wi-card-desc,
.ws-route-card .wi-card-meta,
.ws-link-card .wi-card-desc,
.whm-card .whm-card__eyebrow,
.whm-card .whm-tags,
.whm-card p,
.wi-pick-card .wi-pick-meta,
.wi-faq-accordion .wi-faq-answer,
.wi-faq-accordion .wu-faq-item__body,
.wu-faq-list .wu-faq-item__body{
  color:var(--wi-text-dark-soft);
}

.wi-hero,
.ws-hero,
.wi-global-hero,
.wi-hub-hero,
.t-hero,
.wi-hero--img{
  color:var(--wi-text);
}

.wi-hero a,
.ws-hero a,
.wi-global-hero a,
.wi-hub-hero a,
.t-hero a,
.wi-hero--img a,
.ww-header-wrap a,
.ww-footer a{
  color:inherit;
}

.wi-card .wi-eyebrow,
.ws-result-top span,
.ws-result-top em{
  color:#7c6240;
}

.wi-btn-primary,
.wi-btn,
.ww-search-btn,
.ww-footer-cta-btn{
  color:#050708 !important;
}
.wi-btn-primary:hover,
.wi-btn:hover,
.ww-search-btn:hover,
.ww-footer-cta-btn:hover{
  color:#050708 !important;
}
.wi-btn2,
.wi-btn--ghost,
.ww-footer-cta-btn2,
.ww-menu-btn,
.ww-search-toggle,
.ww-lang-toggle,
.ww-contrast-toggle{
  color:#eef2f6;
}
.wi-btn2:hover,
.wi-btn--ghost:hover,
.ww-footer-cta-btn2:hover,
.ww-menu-btn:hover,
.ww-search-toggle:hover,
.ww-lang-toggle:hover,
.ww-contrast-toggle:hover{
  color:#ffffff;
}

.wshortcut-link{
  padding:0;
}
.wshortcut-link__body{
  display:block;
  width:100%;
  padding:18px;
  color:var(--wi-text-dark);
}
.wshortcut-link__body span{
  color:var(--wi-text-dark);
  font-weight:900;
  line-height:1.5;
}
.wshortcut-link__num{display:none !important}

.ws-results{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.ws-result-row{
  display:block;
  background:linear-gradient(180deg,#12171c 0%, #171d24 100%);
  color:var(--wi-text-dark);
}
.ws-result-row__link{
  display:block;
  color:inherit;
}
.ws-result-copy{
  min-height:100%;
}
.ws-result-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.ws-result-top span,
.ws-result-top em{
  font-size:12px;
  font-weight:800;
  font-style:normal;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ws-result-meta,
.ws-result-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.ws-result-badges span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(197,160,89,.12);
  color:#f2e3c4;
  font-size:12px;
  font-weight:900;
}
.ws-result-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin-top:6px;
  padding:0 18px;
  border-radius:14px;
  background:linear-gradient(180deg, #c5a059 0%, #a78342 100%);
  color:#050708;
  border:1px solid rgba(197,160,89,.42);
  box-shadow:0 14px 30px rgba(197,160,89,.18);
  font-size:14px;
  font-weight:900;
}
.ws-result-cta.is-ghost{
  background:rgba(15,20,25,.04);
  color:#eef2f6;
  border-color:rgba(15,20,25,.1);
  box-shadow:none;
}
.ws-result-row:hover .ws-result-cta{
  filter:brightness(1.03);
}
.ws-result-row:hover .ws-result-cta.is-ghost{
  background:rgba(15,20,25,.08);
}

.wi-faq-accordion summary,
.wu-faq-list .wu-faq-item summary{
  align-items:center;
}
.wi-faq-accordion summary::after,
.wu-faq-list .wu-faq-item summary::after{
  align-self:center;
}

.ww-header-wrap{
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.ww-site-shell{
  padding-inline:2px;
}
.ww-header{
  padding:14px 0;
}
.ww-brand,
.ww-actions,
.ww-header-center{
  min-width:0;
}
.ww-footer-links{
  display:grid;
  gap:10px;
}
.ww-footer-main{
  align-items:start;
}
.ww-footer-standard-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.ww-footer-bottom{
  align-items:center;
  color:var(--wi-text-soft);
}
.ww-footer-bottom div:last-child{
  color:var(--wi-gold-ink);
}

.wi-driver-apply-shell,
.wi-driver-apply-grid,
.wi-driver-apply-main,
.wi-driver-apply-side,
.wi-driver-apply-panel{
  display:grid;
  gap:20px;
}
.wi-driver-apply-grid{
  grid-template-columns:minmax(0,1fr) minmax(300px,.46fr);
  align-items:start;
}
.wi-driver-apply-main,
.wi-driver-apply-panel{
  padding:24px;
}
.wi-driver-apply-title{
  margin:0;
  color:#fff;
  font-size:clamp(30px,4vw,42px);
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:900;
}
.wi-driver-apply-lead{
  margin:0;
  color:var(--wi-text-soft);
}

@media (max-width:980px){
  .ws-results{grid-template-columns:1fr}
  .wi-driver-apply-grid{grid-template-columns:1fr}
}


/* Pass 133 — systemic contrast, layout integrity, booking selection, fleet consistency */
body{
  background:linear-gradient(180deg,#050708 0%, #0b1015 100%) !important;
  color:var(--wi-text) !important;
}
body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page){
  width:min(1160px, calc(100% - 32px)) !important;
  max-width:1160px !important;
  margin-inline:auto !important;
  min-width:0 !important;
}
body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page) > *{
  min-width:0;
}
body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page) img{
  max-width:100%;
}
body :where(.wi-section,.ws-section,.wu-block,.wt-section,.wr-section){
  color:var(--wi-text) !important;
}
body :where(.wi-section-head h2,.ws-section-head h2,.wu-block__head h2,.wt-section-head h2,.wr-section-head h2){
  color:#eef2f6 !important;
}
body :where(.wi-section-head p,.ws-section-head p,.wu-block__head p,.wt-section-head p,.wr-section-head p,.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results){
  color:var(--wi-text-soft) !important;
}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row){
  background:linear-gradient(180deg,#12171c 0%, #171d24 100%) !important;
  color:#0f1419 !important;
}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row) :where(h1,h2,h3,h4,strong,a,span,p,li,small,em,label,div){
  color:#eef2f6;
}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row) :where(.wi-card-desc,.wi-card-meta,.wi-muted,.wi-muted2,.wu-faq-item__body,.wi-faq-answer,.wu-review-meta,.wu-review-tags,.whm-card__eyebrow,p,.ws-meta,.wi-pick-meta,.wu-fleet-kicker,.wu-fleet-empty){
  color:var(--wi-text-dark-soft) !important;
}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row) :where(.wi-eyebrow,.wi-badge,.wu-review-tags span,.ws-result-badges span,.wr-class-badge,.wu-fleet-facts span){
  color:#7d602a !important;
}
body :where(.wi-hero,.ws-hero,.wi-global-hero,.wi-hub-hero,.t-hero,.wi-hero--img,.ww-header-wrap,.ww-footer){
  color:#eef2f6 !important;
}
body :where(.wi-hero,.ws-hero,.wi-global-hero,.wi-hub-hero,.t-hero,.wi-hero--img,.ww-header-wrap,.ww-footer) :where(h1,h2,h3,h4,strong,a,span,p,li,small,em,label,div){
  color:inherit;
}
body .ww-header-wrap{
  position:sticky;
  top:0;
  z-index:1300;
  background:rgba(5,7,8,.84) !important;
  border-bottom:1px solid rgba(197,160,89,.14) !important;
  box-shadow:0 14px 36px rgba(0,0,0,.24) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}
body .ww-header,
body .ww-site-shell{
  min-width:0;
}
body .ww-site-shell{padding-inline:4px !important}
body .ww-brand{gap:14px !important}
body .ww-brand-name,
body .ww-brand-tag,
body .ww-nav a,
body .ww-lang-toggle,
body .ww-book-btn,
body .ww-menu-btn,
body .ww-help-link,
body .ww-search-toggle,
body .ww-contrast-toggle,
body .ww-lang-item,
body .ww-lang-item-copy strong,
body .ww-lang-toggle-text strong,
body .ww-mobile-panel-inner a{
  color:#eef2f6 !important;
}
body .ww-brand-tag,
body .ww-lang-item-copy small,
body .ww-lang-toggle-text small,
body .ww-search-helper{
  color:#b3bcc7 !important;
}
body .ww-nav a,
body .ww-lang-toggle,
body .ww-menu-btn,
body .ww-help-link,
body .ww-search-toggle,
body .ww-contrast-toggle,
body .ww-book-btn{
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  box-shadow:none !important;
}
body .ww-nav a:hover,
body .ww-nav a.is-active,
body .ww-lang-toggle:hover,
body .ww-menu-btn:hover,
body .ww-help-link:hover,
body .ww-search-toggle:hover,
body .ww-contrast-toggle:hover{
  background:rgba(197,160,89,.12) !important;
  border-color:rgba(197,160,89,.28) !important;
  color:#fff !important;
}
body .ww-book-btn{
  background:linear-gradient(180deg,#c5a059 0%, #a78342 100%) !important;
  border-color:rgba(197,160,89,.36) !important;
  color:#050708 !important;
  box-shadow:0 14px 28px rgba(197,160,89,.18) !important;
}
body .ww-book-btn:hover,
body .ww-search-btn:hover,
body .wi-btn-primary:hover,
body .wi-btn:hover,
body .ww-footer-cta-btn:hover{
  color:#050708 !important;
  filter:brightness(1.04);
}
body .ww-footer{
  background:linear-gradient(180deg,#050708 0%, #0a0d10 100%) !important;
  border-top:1px solid rgba(197,160,89,.14) !important;
  color:#eef2f6 !important;
}
body .ww-footer :where(h2,h3,strong,a,span,p,div){
  color:inherit;
}
body .ww-footer-desc,
body .ww-footer-bottom,
body .ww-footer-brand span,
body .ww-footer-title{
  color:#b3bcc7 !important;
}
body .ww-footer-links a,
body .ww-footer-bottom div:last-child,
body .ww-footer-pill{
  color:#f2e3c4 !important;
}
body .ww-footer-links a:hover,
body .ww-footer-pill:hover{
  color:#ffffff !important;
  border-color:rgba(197,160,89,.3) !important;
}
body .ww-footer-standard-card,
body .ww-footer-cta,
body .ww-footer-brand-block,
body .ww-footer-standard,
body .ww-footer-legal-block{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)) !important;
  border-color:rgba(197,160,89,.14) !important;
}
body .wi-btn-primary,
body .wi-btn,
body .ww-search-btn,
body .ww-footer-cta-btn,
body .ws-result-cta,
body .wr-btn--primary{
  background:linear-gradient(180deg,#c5a059 0%, #a78342 100%) !important;
  border:1px solid rgba(197,160,89,.42) !important;
  color:#050708 !important;
  box-shadow:0 14px 30px rgba(197,160,89,.2) !important;
}
body .wi-btn2,
body .wi-btn--ghost,
body .ww-footer-cta-btn2,
body .wr-btn{
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#eef2f6 !important;
}
body .wi-btn2:hover,
body .wi-btn--ghost:hover,
body .ww-footer-cta-btn2:hover,
body .wr-btn:hover{
  background:rgba(255,255,255,.1) !important;
  color:#fff !important;
}
body .wi-faq-accordion details,
body .wi-faq-accordion .wu-faq-item,
body .wu-faq-list .wu-faq-item{
  background:linear-gradient(180deg,#12171c 0%, #171d24 100%) !important;
  color:#0f1419 !important;
  border:1px solid rgba(15,20,25,.08) !important;
}
body .wi-faq-accordion summary,
body .wu-faq-list .wu-faq-item summary{
  color:#0f1419 !important;
  align-items:center !important;
}
body .wi-faq-accordion summary::after,
body .wu-faq-list .wu-faq-item summary::after{
  align-self:center !important;
  background:#11161b !important;
  color:#c5a059 !important;
}
body .wi-faq-accordion .wi-faq-answer,
body .wi-faq-accordion .wu-faq-item__body,
body .wu-faq-list .wu-faq-item__body{
  color:#4f5b67 !important;
}
body .wu-fleet-card{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
  gap:0;
  overflow:hidden;
}
body .wu-fleet-card__media{
  min-height:260px;
  background:#12171c;
}
body .wu-fleet-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body .wu-fleet-card__body{
  display:grid;
  gap:16px;
  padding:22px;
}
body .wu-fleet-card__top{display:grid;gap:10px}
body .wu-fleet-card__top h3{margin:0;color:#0f1419 !important;font-size:28px;line-height:1.05;letter-spacing:-.04em;font-weight:900}
body .wu-fleet-card__top p{margin:0;color:#4f5b67 !important;line-height:1.8}
body .wu-fleet-kicker{color:#7d602a !important;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body .wu-fleet-facts,
body .wu-fleet-samples__list,
body .wu-fleet-actions,
body .ws-chip-row{display:flex;flex-wrap:wrap;gap:10px}
body .wu-fleet-facts span,
body .wu-fleet-sample,
body .ws-chip-row a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(197,160,89,.12);
  border:1px solid rgba(197,160,89,.2);
  color:#7d602a !important;
  font-size:12px;
  font-weight:800;
}
body .wu-fleet-sample:hover,
body .ws-chip-row a:hover{color:#0f1419 !important;border-color:rgba(197,160,89,.32)}
body .wu-fleet-empty{padding:14px 16px;border-radius:16px;background:var(--wi-surface-2);color:#4f5b67 !important}
body .wr-panel,
body .wr-class-card{
  background:linear-gradient(180deg,#12171c 0%, #171d24 100%) !important;
  border:1px solid rgba(15,20,25,.08) !important;
  border-radius:24px !important;
  color:#0f1419 !important;
  box-shadow:0 10px 28px rgba(0,0,0,.14) !important;
  overflow:hidden;
}
body .wr-class-card img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
body .wr-class-body{display:grid;gap:14px;padding:18px}
body .wr-class-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
body .wr-class-copy{display:grid;gap:8px}
body .wr-class-copy h3{margin:0;color:#0f1419 !important;font-size:22px;line-height:1.08;letter-spacing:-.03em;font-weight:900}
body .wr-class-eyebrow{color:#7d602a !important;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body .wr-class-badges{display:flex;flex-wrap:wrap;gap:8px}
body .wr-class-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(197,160,89,.12);border:1px solid rgba(197,160,89,.2);color:#7d602a !important;font-size:12px;font-weight:900}
body .wr-meta-row{display:flex;flex-wrap:wrap;gap:10px;color:#4f5b67 !important;font-size:13px;font-weight:800}
body .wr-class-fitline,
body .wr-class-model,
body .wr-fit-hint{margin:0;color:#4f5b67 !important;line-height:1.72}
body .wr-card-actions{display:flex;flex-wrap:wrap;gap:10px}
body .wr-class-card.is-selected{
  border-color:#c5a059 !important;
  box-shadow:0 0 0 1px rgba(197,160,89,.34), 0 18px 38px rgba(197,160,89,.16) !important;
}
body .wr-class-card.is-selected .wr-class-badge,
body .wr-class-card.is-selected .wr-class-eyebrow{
  color:#7d602a !important;
}
body .wt-trips .wi-card,
body .wt-trip .wi-card,
body .wi-page-search .wi-card,
body .wi-page-directory .wi-card{height:100%}
@media (max-width:980px){
  body .wu-fleet-card{grid-template-columns:1fr}
}
@media (max-width:720px){
  body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page){
    width:min(1160px, calc(100% - 24px)) !important;
  }
  body .ww-site-shell{padding-inline:0 !important}
  body .wr-card-actions,
  body .wu-fleet-actions,
  body .ws-chip-row{display:grid;grid-template-columns:1fr}
  body .wr-btn,
  body .wr-btn--primary,
  body .wu-fleet-actions .wi-btn,
  body .wu-fleet-actions .wi-btn2{width:100%}
}


/* Pass 134 — footer polish and premium booking states */
body .ww-header-wrap{
  background:rgba(5,7,8,.82) !important;
  border-bottom:1px solid rgba(197,160,89,.16) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.24) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}
body .ww-site-shell,
body .ww-footer-shell{
  width:min(1160px, calc(100% - 32px)) !important;
  max-width:1160px !important;
  margin-inline:auto !important;
}
body .ww-header{
  padding:18px 0 !important;
  gap:18px !important;
}
body .ww-header-center,
body .ww-actions{
  gap:12px !important;
}
body .ww-footer-shell{
  padding:36px 0 42px !important;
  gap:26px !important;
}
body .ww-footer-cta,
body .ww-footer-main{
  align-items:start !important;
}
body .ww-footer-main{
  grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) minmax(0,.82fr) !important;
  gap:18px !important;
}
body .ww-footer-standard-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
}
body .ww-footer-links{
  display:grid !important;
  gap:10px !important;
}
body .ww-footer-standard-card,
body .ww-footer-legal-block,
body .ww-footer-brand-block,
body .ww-footer-cta,
body .ww-footer-standard{
  min-width:0;
}
body .ww-footer-links a,
body .ww-footer-pill,
body .ww-footer-bottom,
body .ww-footer-bottom div,
body .ww-footer-desc,
body .ww-footer-title,
body .ww-footer-brand strong,
body .ww-footer-brand span,
body .ww-footer p,
body .ww-footer h2,
body .ww-footer h3{
  color:inherit;
}
body .ww-footer{color:#eef2f6 !important;}
body .ww-footer .ww-footer-desc,
body .ww-footer .ww-footer-brand span,
body .ww-footer .ww-footer-bottom,
body .ww-footer .ww-footer-title{color:#b3bcc7 !important;}
body .ww-footer .ww-footer-links a,
body .ww-footer .ww-footer-pill{color:#f2e3c4 !important;}
body .ww-footer .ww-footer-links a:hover,
body .ww-footer .ww-footer-pill:hover{color:#fff !important;}

body .wr-booking-sticky,
body .wb-form-shell{
  background:linear-gradient(180deg,#12171c 0%, #171d24 100%) !important;
  color:#0f1419 !important;
  border:1px solid rgba(15,20,25,.08) !important;
  border-radius:26px !important;
  box-shadow:0 16px 36px rgba(0,0,0,.12) !important;
  overflow:hidden;
}
body .wr-booking-sticky :where(h2,h3,h4,strong,label,button,input,textarea,select,span,a,small,p,div){
  color:inherit;
}
body .wr-book-head,
body .wr-form,
body .wr-book-core,
body .wr-form-section,
body .wr-detail-box,
body .wr-submit-bar,
body .wr-quote-box,
body .wr-booking-selected-card,
body .wr-booking-essential-grid > div,
body .wr-pickup-mode-grid > div,
body .wr-form-grid > div{
  min-width:0;
}
body .wr-book-head{
  display:grid;
  gap:12px;
  padding:22px 22px 0;
}
body .wr-book-head h2{margin:0;color:#0f1419 !important;}
body .wr-book-head p,
body .wr-book-kicker,
body .wr-book-titleline p,
body .wi-service-standard__chip,
body .wr-payment-note,
body .wr-quote-note,
body .wr-quote-basis,
body .wr-note,
body .wr-note--warn,
body .wr-contact-pref__hint,
body .wb-phone-preview,
body .wb-email-preview{
  color:#4f5b67 !important;
}
body .wr-book-kicker{font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#7d602a !important;font-size:12px;}
body .wr-book-context,
body .wi-service-standard,
body .wr-contact-pref__buttons,
body .wr-addons,
body .wr-card-actions,
body .wr-meta-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
body .wr-book-context__chip,
body .wi-service-standard__chip,
body .wr-contact-pref__btn,
body .wr-addon,
body .wr-class-badge,
body .wr-meta-row span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(197,160,89,.18);
  background:rgba(197,160,89,.10);
  color:#7d602a !important;
  font-size:12px;
  font-weight:800;
}
body .wr-form{display:grid;gap:18px;padding:18px 22px 22px;}
body .wr-form-section,
body .wr-detail-box,
body .wr-submit-bar,
body .wr-booking-selected-card{
  background:var(--wi-surface) !important;
  color:#0f1419 !important;
  border:1px solid rgba(15,20,25,.08) !important;
  border-radius:22px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.06) !important;
}
body .wr-form-section,
body .wr-detail-box,
body .wr-submit-bar{padding:18px !important;}
body .wr-detail-box summary{cursor:pointer;color:#0f1419 !important;font-weight:900;}
body .wr-form-section label,
body .wr-detail-box label,
body .wr-contact-pref__btn,
body .wr-note-toggle-link,
body .wr-submit-bar strong,
body .wr-quote-head strong,
body .wr-booking-selected-card strong{
  color:#0f1419 !important;
}
body .wr-form input,
body .wr-form textarea,
body .wr-form select{
  width:100%;
  min-height:52px;
  border-radius:16px;
  border:1px solid rgba(15,20,25,.12);
  background:var(--wi-surface);
  color:#0f1419 !important;
  padding:14px 16px;
  box-shadow:none;
}
body .wr-form textarea{min-height:110px;resize:vertical;}
body .wr-form input::placeholder,
body .wr-form textarea::placeholder{color:#7b8691;}
body .wr-form input:focus,
body .wr-form textarea:focus,
body .wr-form select:focus{
  outline:none;
  border-color:rgba(197,160,89,.42);
  box-shadow:0 0 0 4px rgba(197,160,89,.14);
}
body .wr-booking-selected-card{
  display:grid;
  grid-template-columns:minmax(220px,.92fr) minmax(0,1.08fr);
  gap:0;
  overflow:hidden;
}
body .wr-booking-selected-card__media{
  background:#12171c;
  min-height:240px;
}
body .wr-booking-selected-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body .wr-booking-selected-card__body,
body .wr-booking-selected-card__content,
body .wr-booking-selected-card__copy{
  display:grid;
  gap:12px;
  padding:20px;
}
body .wr-booking-selected-card__eyebrow,
body .wr-booking-selected-card__kicker{
  color:#7d602a !important;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
}
body .wr-booking-selected-card__title,
body #wr_booking_selected_title{
  margin:0;
  color:#0f1419 !important;
  font-size:clamp(22px,2.6vw,30px);
  line-height:1.06;
  letter-spacing:-.04em;
  font-weight:900;
}
body .wr-booking-selected-card__price,
body #wr_quote_text{color:#0f1419 !important;font-weight:900;}
body .wr-class-grid,
body .wr-card-actions{align-items:stretch;}
body .wr-class-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
body .wr-class-card{
  position:relative;
  display:grid;
  grid-template-rows:auto 1fr;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
body .wr-class-card:hover{
  transform:translateY(-2px);
  border-color:rgba(197,160,89,.22) !important;
  box-shadow:0 16px 34px rgba(0,0,0,.12) !important;
}
body .wr-class-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  pointer-events:none;
  box-shadow:inset 0 0 0 0 rgba(197,160,89,0);
  transition:box-shadow .18s ease, opacity .18s ease;
}
body .wr-class-card.is-selected,
body .wr-class-card[data-selected="1"]{
  border-color:#c5a059 !important;
  background:linear-gradient(180deg,#12171c 0%, #171d24 100%) !important;
  box-shadow:0 0 0 1px rgba(197,160,89,.42), 0 18px 38px rgba(197,160,89,.18) !important;
}
body .wr-class-card.is-selected::before,
body .wr-class-card[data-selected="1"]::before{
  box-shadow:inset 0 0 0 1px rgba(197,160,89,.18);
}
body .wr-class-card.is-selected .wr-class-eyebrow,
body .wr-class-card.is-selected .wr-class-badge,
body .wr-class-card[data-selected="1"] .wr-class-eyebrow,
body .wr-class-card[data-selected="1"] .wr-class-badge{
  color:#7d602a !important;
}
body .wr-class-card.is-selected .js-book-class,
body .wr-class-card[data-selected="1"] .js-book-class{
  background:#11161b !important;
  color:#f2e3c4 !important;
  border-color:rgba(197,160,89,.34) !important;
  box-shadow:0 12px 24px rgba(0,0,0,.14) !important;
}
body .wr-class-card .js-book-class[data-state="selected"]{
  background:#11161b !important;
  color:#f2e3c4 !important;
  border-color:rgba(197,160,89,.34) !important;
}
body .wr-class-card .js-book-class:not([data-state="selected"]):hover,
body .wr-submit-actions .wr-btn--primary:hover,
body .wr-submit-bar .wr-btn--primary:hover{
  filter:brightness(1.04);
  transform:translateY(-1px);
}
body .wr-submit-bar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
}
body .wr-submit-actions{
  display:grid;
  gap:12px;
  align-items:center;
}
body .wr-submit-actions .wr-btn,
body .wr-submit-actions .wr-btn--primary,
body .wr-card-actions .wr-btn,
body .wr-card-actions .wr-btn--primary{
  min-height:54px;
  padding:16px 24px;
  border-radius:16px;
  font-weight:900;
}
body .wr-booking-shell--booked .wr-booking-selected-card,
body .wr-booking-form--booked .wr-submit-bar{
  border-color:#c5a059 !important;
  box-shadow:0 0 0 1px rgba(197,160,89,.28), 0 16px 32px rgba(197,160,89,.14) !important;
}
body .wr-ajax-status,
body .wr-ajax-next{
  background:var(--wi-surface-2) !important;
  border:1px solid rgba(197,160,89,.22) !important;
  border-radius:18px !important;
  color:#0f1419 !important;
  box-shadow:0 10px 24px rgba(0,0,0,.08) !important;
}
body .wr-ajax-status strong,
body .wr-ajax-next strong{color:#0f1419 !important;}
body .wr-ajax-status p,
body .wr-ajax-next p{color:#4f5b67 !important;}
@media (max-width:980px){
  body .ww-footer-main{grid-template-columns:1fr !important;}
  body .wr-booking-selected-card{grid-template-columns:1fr;}
  body .wr-class-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  body .wr-submit-bar{grid-template-columns:1fr;}
}
@media (max-width:720px){
  body .wr-form{padding:16px !important;}
  body .wr-book-head{padding:18px 18px 0;}
  body .wr-class-grid{grid-template-columns:1fr;}
  body .wr-submit-actions .wr-btn,
  body .wr-submit-actions .wr-btn--primary,
  body .wr-card-actions .wr-btn,
  body .wr-card-actions .wr-btn--primary{width:100%;}
}


/* Pass 134 — Dark Monolith master overrides */
html,body{background:var(--wi-bg)!important;color:var(--wi-text)!important}
body, .wi-shell, .wi-container, .wi-page-shell, .wi-section-container, .wi-platform-page, .wi-trip-shell, .wi-route-hub-shell, .ww-site-shell, .ww-footer-shell{max-width:1160px}
.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.ww-site-shell,.ww-footer-shell{width:min(1160px,calc(100% - 32px))!important;margin-inline:auto!important}
.wi-section, .ws-section, .wi-section-container, main section{background:transparent!important;color:var(--wi-text)!important}
.wi-card,.wi-review-block,.wi-faq-accordion details,.wi-faq-accordion .wu-faq-item,.wu-faq-list .wu-faq-item,.wi-searchbox,.wi-hub-search,.wi-searchbox__panel,.wi-hub-panel,.t-panel,.t-side-card,.wi-form-section,.wb-form-shell,.wi-book,.wi-help,.wi-banner,.wi-day,.wi-prose,.t-fact-card,.t-plan-card,.wi-stop-card,.wu-feature-card,.wshortcut-link,.founder-cms__rail-card,.whm-card,.ws-route-card,.ws-link-card,.wi-faq-q,.wi-faq-a,.wi-empty-card,.wi-alert-card,.ww-search-drop a,.ww-mobile-panel,.ww-lang-panel,.ww-footer-standard-card,.ww-footer-cta,.ww-footer-pill,.ww-footer-links a,.wi-driver-apply-main,.wi-driver-apply-aside .wi-card{background:linear-gradient(180deg,#12171c 0%, #171d24 100%)!important;color:var(--wi-text)!important;border-color:rgba(197,160,89,.16)!important;box-shadow:0 18px 48px rgba(0,0,0,.34)!important}
.wi-card *, .wi-review-block *, .wi-faq-accordion *,.wu-faq-list *,.ws-route-card *, .ws-link-card *, .whm-card *, .wi-driver-apply-main *, .wi-driver-apply-aside *{color:inherit}
.wi-card p,.wi-card li,.wi-card span,.wi-card .wi-card-meta,.wi-card .wi-card-desc,.wi-review-block__country,.wi-review-block__quote,.wi-faq-accordion .wi-faq-answer,.wi-faq-accordion .wu-faq-item__body,.wi-faq-a,.wi-driver-apply-lead,.wi-driver-apply-form .wi-muted,.ww-footer-desc,.ww-footer-bottom{color:var(--wi-text-soft)!important}
.wi-card h1,.wi-card h2,.wi-card h3,.wi-card h4,.wi-review-block__name,.wi-card-title,.wi-title-sm,.wi-section-head h1,.wi-section-head h2,.wi-section-head h3,.ws-section-head h1,.ws-section-head h2,.ws-section-head h3,.wi-driver-apply-title,.ww-footer-title,.ww-footer-brand strong,.ww-brand-name,.ww-brand-tag,.ww-mobile-panel a span:first-child{color:#fff!important}
body h1, body h2, body h3, .t-title, .wb-title, .wi-hero h1, .ws-hero h1, .wi-global-hero h1{color:#fff!important}
.wi-eyebrow,.ws-eyebrow,.wi-hero-kicker,.wi-breadcrumbs,.wi-chip,.wi-badge,.ww-footer-pill,.ww-footer-links a:hover,.ww-lang-item.is-current strong,.wi-review-block__verified,.wi-faq-accordion summary::after,.wi-faq-accordion .wu-faq-item summary::after{color:var(--wi-gold-ink)!important}
.wi-badge,.wi-chip,.ww-footer-pill,.ww-footer-standard-card{background:rgba(197,160,89,.10)!important;border-color:rgba(197,160,89,.28)!important}
.wi-hero,.ws-hero,.wi-global-hero,.t-hero,.wi-hero--img{background:radial-gradient(circle at 86% 12%, rgba(197,160,89,.18), transparent 26%),linear-gradient(135deg,#050708 0%,#0c1116 58%,#151b23 100%)!important;color:#fff!important;border-color:rgba(197,160,89,.18)!important}
.wi-hero p,.ws-hero p,.wi-global-hero p,.t-sub,.wi-p,.t-lead{color:rgba(255,255,255,.82)!important}
.ww-header-wrap,.wi-main-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(5,7,8,.82)!important;border-bottom:1px solid rgba(197,160,89,.14)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
.ww-header{min-height:78px!important;padding:12px 0!important;display:grid!important;grid-template-columns:auto 1fr auto!important;gap:18px!important;align-items:center!important}
.ww-brand,.ww-actions,.ww-header-center{min-width:0}
.ww-brand{padding-left:2px!important}
.ww-brand-name,.ww-brand-tag,.ww-search-toggle,.ww-contrast-toggle,.ww-lang-toggle,.ww-menu-btn,.ww-mobile-panel a,.ww-search-helper,.ww-search-drop a,.ww-search-toggle-text{color:#fff!important}
.ww-search-toggle,.ww-contrast-toggle,.ww-lang-toggle,.ww-menu-btn{background:rgba(255,255,255,.04)!important;border:1px solid rgba(197,160,89,.14)!important}
.ww-search-shell,.ww-search,.ww-search-wrap{background:transparent!important}
.ww-search-shell{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;padding:12px!important;border-radius:18px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(197,160,89,.16)!important}
.ww-search-shell input,.wi-searchbox input,.wi-hub-search input,.t-search input, input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="date"], input[type="time"], textarea, select{background:#0a0d10!important;color:#eef2f6!important;border:1px solid rgba(197,160,89,.18)!important;border-radius:14px!important}
.ww-search-shell input:focus,.wi-searchbox input:focus,.wi-hub-search input:focus,.t-search input:focus,input:focus,textarea:focus,select:focus{outline:none!important;border-color:rgba(197,160,89,.54)!important;box-shadow:0 0 0 3px rgba(197,160,89,.14)!important}
.ww-search-btn,.wi-btn-primary,.wi-btn,.wshortcut-btn,.wr-card-actions .wr-btn--primary,.wr-card-actions .wr-btn,.ww-footer-cta-btn{background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;border:1px solid rgba(197,160,89,.36)!important;box-shadow:0 14px 34px rgba(197,160,89,.22)!important}
.ww-search-btn:hover,.wi-btn-primary:hover,.wi-btn:hover,.wshortcut-btn:hover,.wr-card-actions .wr-btn--primary:hover,.wr-card-actions .wr-btn:hover,.ww-footer-cta-btn:hover{color:#050708!important;filter:brightness(1.02)!important;transform:translateY(-1px)!important}
.wi-btn2,.wshortcut-btn--ghost,.ww-footer-cta-btn2,.wr-card-actions .wr-btn:not(.wr-btn--primary){background:rgba(255,255,255,.04)!important;color:#fff!important;border:1px solid rgba(197,160,89,.16)!important}
.wi-btn2:hover,.wshortcut-btn--ghost:hover,.ww-footer-cta-btn2:hover,.wr-card-actions .wr-btn:not(.wr-btn--primary):hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
.ww-footer{background:#050708!important;color:#eef2f6!important;border-top:1px solid rgba(197,160,89,.14)!important}
.ww-footer-shell{padding:40px 0 28px!important}
.ww-footer-main{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.9fr)!important;gap:20px!important;align-items:start!important}
.ww-footer a,.ww-footer strong,.ww-footer h2,.ww-footer h3,.ww-footer span,.ww-footer div{color:inherit}
.ww-footer-links{display:grid!important;gap:10px!important}
.ww-footer-links a{color:var(--wi-gold-ink)!important}
.ww-footer-bottom{display:flex!important;justify-content:space-between!important;gap:16px!important;flex-wrap:wrap!important;color:var(--wi-text-soft)!important;border-top:1px solid rgba(197,160,89,.12)!important;padding-top:16px!important;margin-top:20px!important}
.wi-grid,.ws-route-grid,.wi-card-grid,.t-fact-grid,.t-related-grid,.t-class-grid,.t-plan-grid,.wi-grid-3,.wu-feature-grid,.whm-card-grid,.ww-footer-standard-grid{gap:20px!important}
.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-review-block,.wi-faq-accordion details{padding:20px!important;border-radius:22px!important}
.wi-card-body{padding:18px 20px 20px!important}
.wi-card-img,.wi-vehicle-card-media,.whm-card__media{background:#0a0d10!important;border-bottom:1px solid rgba(197,160,89,.10)!important}
.wi-card-img img,.wi-vehicle-card-media img,.whm-card__media img{width:100%!important;height:100%!important;object-fit:cover!important}
.wi-faq-accordion summary,.wi-faq-accordion .wu-faq-item summary{align-items:center!important;color:#fff!important}
.wi-faq-accordion .wi-faq-answer,.wi-faq-accordion .wu-faq-item__body{color:var(--wi-text-soft)!important}
.wi-faq-accordion summary::after,.wi-faq-accordion .wu-faq-item summary::after{background:#0a0d10!important;border:1px solid rgba(197,160,89,.22)!important}
.wr-class-card,.wr-booking-selected-card,.wr-booking-shell,.wr-booking-shell--booked,.wr-class-grid .wr-class-card,.wr-class-grid .wr-card{background:linear-gradient(180deg,#12171c 0%, #171d24 100%)!important;color:#eef2f6!important;border-color:rgba(197,160,89,.14)!important;box-shadow:0 18px 44px rgba(0,0,0,.30)!important}
.wr-class-card.is-selected,.wr-class-card[data-selected="1"],.wr-booking-selected-card{border-color:#c5a059!important;box-shadow:0 0 0 1px rgba(197,160,89,.34),0 20px 48px rgba(197,160,89,.16)!important}
.wr-class-card.is-selected::before,.wr-class-card[data-selected="1"]::before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(197,160,89,.24)!important;pointer-events:none}
.wr-class-card .js-book-class[data-state="selected"],.wr-class-card.is-selected .js-book-class,.wr-class-card[data-selected="1"] .js-book-class{background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;border-color:rgba(197,160,89,.36)!important}
.wr-class-card .wr-class-eyebrow,.wr-class-card .wr-class-badge,.wr-booking-selected-card__eyebrow,.wr-booking-selected-card__kicker{color:var(--wi-gold-ink)!important}
.wr-booking-selected-card__title,#wr_booking_selected_title,.wr-class-card h3,.wr-class-card h4{color:#fff!important}
.wr-booking-selected-card__price,.wr-class-card .wr-class-price{color:var(--wi-gold)!important}
.wp-fleet .wi-card,.wp-fleet .whm-card,.wp-fleet .wi-card-grid > *, .wp-trips .wi-card,.wp-trips .whm-card{height:100%}
.wp-fleet .wi-shell,.wp-trips .wi-shell,.wp-fleet .wi-container,.wp-trips .wi-container,.wp-public .wi-shell,.wp-public .wi-container{overflow:clip!important}
.ws-note,.wi-note{background:rgba(255,255,255,.03)!important;color:var(--wi-text-soft)!important}
.wi-driver-apply-shell,.wi-driver-apply-grid{gap:20px!important}
.wi-driver-apply-main .wi-chip{margin-bottom:12px!important}
@media (max-width: 980px){.ww-footer-main{grid-template-columns:1fr!important}.ww-header{grid-template-columns:1fr auto!important}.ww-header-center{display:none!important}}


/* Pass 135 — scorched earth purge: dark monolith authority */
:root{
  --wi-container:min(1160px, calc(100% - 32px));
}
body,
body.wi-body{
  background:#050708 !important;
  color:#eef2f6 !important;
}
body :where(h1,h2,h3){
  color:#ffffff !important;
}
body :where(.wi-eyebrow,.ws-eyebrow,.wi-breadcrumbs,.wi-hero-kicker,.ww-footer-links a,.ww-footer-pill,.ww-brand-name--accent,.wr-class-eyebrow,.wi-badge,.wi-chip,.ws-pills span,.wi-pills span,.wu-review-tags span,.wu-fleet-facts span,.wi-spec-chip small){
  color:var(--wi-gold) !important;
}
body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){
  width:var(--wi-container) !important;
  max-width:1160px !important;
  margin-inline:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  min-width:0 !important;
}
body :where(.wi-section,.ws-section,.wu-block,.wt-section,.wr-section,.ww-footer,.ww-search-wrap,.wi-searchbox,.wi-searchbox__form,.wi-searchbox__panel){
  background:transparent !important;
  color:#eef2f6 !important;
}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row,.wi-searchbox__form,.ww-search,.ww-search-shell,.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results,.wu-vehicle-hero__panel,.wu-vehicle-gallery__hero,.wu-vehicle-gallery__item,.founder-cms__article,.founder-cms__rail-card,.wr-panel,.wr-class-card,.wr-booking-sticky,.wb-form-shell,#booking .wr-form-section,#booking .wr-booking-brain,#booking .wr-summary-tile,#booking .wr-quote-box--submit,#booking .wr-booking-selected-card,#booking .wr-vehicle-drawer-card,#booking .wr-vehicle-mini,#booking .wr-stop-spotlight,#booking .wr-booking-essential-grid > div,#booking .wr-pickup-mode-grid > div,#booking .wr-form-grid > div){
  background:linear-gradient(180deg,#12171c 0%,#171d24 100%) !important;
  border-color:rgba(197,160,89,.14) !important;
  color:#eef2f6 !important;
}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row,.wi-searchbox__form,.ww-search,.ww-search-shell,.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results,.wu-vehicle-hero__panel,.wu-vehicle-gallery__hero,.wu-vehicle-gallery__item,.founder-cms__article,.founder-cms__rail-card,.wr-panel,.wr-class-card,.wr-booking-sticky,.wb-form-shell,#booking .wr-form-section,#booking .wr-booking-brain,#booking .wr-summary-tile,#booking .wr-quote-box--submit,#booking .wr-booking-selected-card,#booking .wr-vehicle-drawer-card,#booking .wr-vehicle-mini) :where(h1,h2,h3,h4,strong,a,span,small,label,p,li,div){
  color:#eef2f6 !important;
}
body :where(.wi-card-desc,.wi-card-meta,.wi-muted,.wi-muted2,.ws-card-body p,.whm-card__body p,.wu-faq-item__body,.wi-faq-answer,.wu-review-meta,.wu-review-tags,.ws-meta,.wi-pick-meta,.wu-fleet-kicker,.wu-fleet-empty,.ww-brand-tag,.ww-search-helper,.ww-lang-item-copy small,.ww-lang-toggle-text small,.ww-footer-desc,.ww-footer-bottom,.ww-footer-brand span,.ww-footer-title,.wr-class-fitline,.wr-class-model,.wr-fit-hint,.wr-meta-row,#booking .wr-book-head p,#booking .wr-booking-selected-card p,#booking .wr-booking-selected-card small){
  color:#b3bcc7 !important;
}
body :where(.wi-card-title,.ws-card-body h3,.wi-title-sm,.wu-fleet-card__top h3,.wu-vehicle-hero__head h1,.wu-vehicle-gallery__hero figcaption,.wr-class-copy h3,.ww-brand-name,.ww-footer h2,.ww-footer h3,.ww-footer-brand strong,.ww-lang-toggle-text strong,.ww-lang-item-copy strong,.ww-mobile-panel-inner a span:first-child,.wi-searchbox__label,.ww-search-btn,.wi-searchbox__submit){
  color:#ffffff !important;
}
body .wi-card-img,
body .wu-fleet-card__media,
body .wi-hero-media-fallback,
body .whm-card__media,
body .wu-vehicle-gallery__hero,
body .wu-vehicle-gallery__item,
body .ww-brand img{
  background:#0a0d10 !important;
}
body .ww-header-wrap{
  position:sticky !important;
  top:0 !important;
  z-index:1300 !important;
  background:rgba(5,7,8,.82) !important;
  border-bottom:1px solid rgba(197,160,89,.16) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.28) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}
body .ww-header{
  min-height:80px !important;
  padding:18px 0 !important;
  gap:18px !important;
  align-items:center !important;
}
body .ww-brand{padding-left:2px !important; gap:14px !important;}
body .ww-header-center,
body .ww-actions{gap:12px !important; align-items:center !important;}
body :where(.ww-nav a,.ww-lang-toggle,.ww-book-btn,.ww-menu-btn,.ww-help-link,.ww-search-toggle,.ww-contrast-toggle,.ww-mobile-panel-inner a){
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#eef2f6 !important;
  box-shadow:none !important;
}
body :where(.ww-nav a:hover,.ww-nav a.is-active,.ww-lang-toggle:hover,.ww-menu-btn:hover,.ww-help-link:hover,.ww-search-toggle:hover,.ww-contrast-toggle:hover,.ww-mobile-panel-inner a:hover){
  background:rgba(197,160,89,.12) !important;
  border-color:rgba(197,160,89,.32) !important;
  color:#ffffff !important;
}
body .ww-book-btn,
body .ww-search-btn,
body .wi-btn-primary,
body .wi-btn,
body .wr-btn--primary,
body .ww-footer-cta-btn,
body .wi-searchbox__submit,
body .ws-result-cta{
  background:linear-gradient(180deg,#c5a059 0%,#a78342 100%) !important;
  border:1px solid rgba(197,160,89,.42) !important;
  color:#050708 !important;
  box-shadow:0 14px 30px rgba(197,160,89,.2) !important;
}
body .ww-book-btn:hover,
body .ww-search-btn:hover,
body .wi-btn-primary:hover,
body .wi-btn:hover,
body .wr-btn--primary:hover,
body .ww-footer-cta-btn:hover,
body .wi-searchbox__submit:hover,
body .ws-result-cta:hover{
  background:linear-gradient(180deg,#d2ae69 0%,#b18d4b 100%) !important;
  color:#050708 !important;
  opacity:1 !important;
}
body :where(.wi-btn2,.wi-btn--ghost,.ww-footer-cta-btn2,.wr-btn,.wi-searchbox__chip,.ws-head-link){
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#eef2f6 !important;
}
body :where(.wi-btn2:hover,.wi-btn--ghost:hover,.ww-footer-cta-btn2:hover,.wr-btn:hover,.wi-searchbox__chip:hover,.ws-head-link:hover){
  background:rgba(255,255,255,.1) !important;
  color:#ffffff !important;
}
body .ww-search-wrap,
body .ww-mobile-panel,
body .ww-lang-panel,
body .wi-searchbox__panel,
body .ww-search-drop{
  background:#0a0d10 !important;
  border:1px solid rgba(197,160,89,.16) !important;
  color:#eef2f6 !important;
  box-shadow:0 18px 38px rgba(0,0,0,.28) !important;
}
body .ww-search-shell,
body .wi-searchbox__row,
body .wi-searchbox__form{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  width:100% !important;
}
body .ww-search,
body .wi-searchbox,
body .wi-searchbox--page{
  width:100% !important;
  max-width:100% !important;
}
body .ww-search input,
body .wi-searchbox__input{
  flex:1 1 auto !important;
  min-height:58px !important;
  width:100% !important;
  padding:0 18px !important;
  border-radius:18px !important;
  background:#12171c !important;
  border:1px solid rgba(197,160,89,.16) !important;
  color:#eef2f6 !important;
  box-shadow:none !important;
}
body .ww-search input::placeholder,
body .wi-searchbox__input::placeholder{color:#8f99a5 !important; opacity:1 !important;}
body .ww-search input:focus,
body .wi-searchbox__input:focus{
  outline:none !important;
  border-color:rgba(197,160,89,.5) !important;
  box-shadow:0 0 0 3px rgba(197,160,89,.12) !important;
}
body .ww-footer{
  background:#050708 !important;
  border-top:1px solid rgba(197,160,89,.16) !important;
  color:#eef2f6 !important;
}
body .ww-footer-main{
  display:grid !important;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) minmax(0,.82fr) !important;
  gap:18px !important;
}
body .ww-footer-cta,
body .ww-footer-brand-block,
body .ww-footer-standard,
body .ww-footer-legal-block,
body .ww-footer-standard-card{
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015)) !important;
  border:1px solid rgba(197,160,89,.14) !important;
  color:#eef2f6 !important;
}
body .ww-footer-links a,
body .ww-footer-pill{color:#f2e3c4 !important;}
body .ww-footer-links a:hover,
body .ww-footer-pill:hover{color:#ffffff !important;border-color:rgba(197,160,89,.32) !important;}
body .wu-fleet-page,
body .wu-fleet-grid,
body .wt-trips,
body .wt-trip,
body .wi-page-search .ws-results,
body .wi-page-directory .ws-route-grid{width:100% !important; max-width:100% !important;}
body .wu-fleet-grid,
body .ws-results,
body .wi-page-search .wi-grid,
body .wi-page-directory .wi-grid,
body .wt-trips .wi-grid,
body .wt-trip .wi-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:16px !important;}
body .wu-fleet-card{display:grid !important;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr) !important;gap:0 !important;overflow:hidden !important;}
body .wu-fleet-card__media{min-height:260px !important;}
body .wu-fleet-card__media img{width:100% !important;height:100% !important;object-fit:cover !important;}
body .wu-fleet-card__body{padding:22px !important;display:grid !important;gap:16px !important;}
body .wu-fleet-card__top h3,
body .wu-fleet-card__top p,
body .wu-fleet-sample,
body .wu-fleet-empty,
body .wu-fleet-actions a,
body .wu-fleet-actions button{color:#eef2f6 !important;}
body #booking :where(.wr-class-card,.wr-booking-selected-card,.wr-vehicle-drawer-card,.wr-vehicle-mini,.wr-form-section,.wr-booking-brain,.wr-summary-tile,.wr-quote-box--submit){
  background:linear-gradient(180deg,#12171c 0%,#171d24 100%) !important;
  border:1px solid rgba(197,160,89,.14) !important;
  color:#eef2f6 !important;
}
body #booking :where(.wr-class-card h3,.wr-class-card strong,.wr-booking-selected-card strong,.wr-vehicle-drawer-card__title,.wr-vehicle-mini__title,.wr-book-head h2,.wr-submit-actions button,.wr-price-box strong,.wr-price-box--booking strong,.wr-summary-tile strong){
  color:#ffffff !important;
}
body #booking :where(.wr-class-fitline,.wr-class-model,.wr-fit-hint,.wr-book-head p,.wr-booking-selected-card p,.wr-booking-selected-card small,.wr-booking-selected-card__copy small,.wr-vehicle-mini__eyebrow,.wr-booking-brain__copy,.wr-booking-brain__chips span,.wr-booking-brain__fit){
  color:#b3bcc7 !important;
}
body #booking .wr-class-card.is-selected,
body #booking .wr-booking-selected-card,
body #booking .wr-vehicle-drawer-card.is-selected,
body #booking .wr-vehicle-mini.is-selected{
  border-color:#c5a059 !important;
  box-shadow:0 0 0 1px rgba(197,160,89,.34),0 18px 38px rgba(197,160,89,.16) !important;
}
body #booking :where(input,select,textarea){
  background:#0f1419 !important;
  border:1px solid rgba(197,160,89,.16) !important;
  color:#eef2f6 !important;
}
body #booking :where(input::placeholder,textarea::placeholder){color:#8f99a5 !important;}
body #booking :where(input:focus,select:focus,textarea:focus){outline:none !important;border-color:rgba(197,160,89,.5) !important;box-shadow:0 0 0 3px rgba(197,160,89,.12) !important;}
body .wi-review-block__name,
body .wi-review-block__quote,
body .wi-review-block__country{color:#eef2f6 !important;}
body .wi-faq-accordion details,
body .wi-faq-accordion .wu-faq-item,
body .wu-faq-list .wu-faq-item{background:linear-gradient(180deg,#12171c 0%,#171d24 100%) !important;}
body .wi-faq-accordion summary,
body .wi-faq-accordion .wu-faq-item summary,
body .wu-faq-list .wu-faq-item summary{color:#ffffff !important; display:flex !important; align-items:center !important; justify-content:space-between !important; gap:16px !important;}
body .wi-faq-accordion .wi-faq-answer,
body .wi-faq-accordion .wu-faq-item__body,
body .wu-faq-list .wu-faq-item__body{color:#b3bcc7 !important;}
body .wi-faq-accordion summary::after,
body .wi-faq-accordion .wu-faq-item summary::after,
body .wu-faq-list .wu-faq-item summary::after{background:#0f1419 !important;color:#c5a059 !important;align-self:center !important;}
@media (max-width:1080px){
  body .wu-fleet-grid,
  body .ws-results,
  body .wi-page-search .wi-grid,
  body .wi-page-directory .wi-grid,
  body .wt-trips .wi-grid,
  body .wt-trip .wi-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){width:min(1160px, calc(100% - 24px)) !important;}
  body .ww-header{grid-template-columns:minmax(0,1fr) auto auto !important;}
  body .ww-brand-copy{display:none !important;}
  body .wu-fleet-grid,
  body .ws-results,
  body .wi-page-search .wi-grid,
  body .wi-page-directory .wi-grid,
  body .wt-trips .wi-grid,
  body .wt-trip .wi-grid,
  body .ww-footer-main{grid-template-columns:1fr !important;}
  body .wu-fleet-card{grid-template-columns:1fr !important;}
  body .ww-search-shell,
  body .wi-searchbox__row,
  body .ws-actions,
  body .wi-hero-cta,
  body .wu-fleet-actions,
  body .wr-card-actions{display:grid !important;grid-template-columns:1fr !important;}
  body .ww-search-btn,
  body .wi-searchbox__submit,
  body .wi-btn,
  body .wi-btn2,
  body .wr-btn,
  body .wr-btn--primary{width:100% !important;}
}


/* Pass 135 FINAL MASTER — scorched earth dark DNA */
:root{--wi-bg:#050708;--wi-bg-soft:#0a0d10;--wi-surface:#12171c;--wi-surface-2:#171d24;--wi-card:#12171c;--wi-card-2:#171d24;--wi-text:#eef2f6;--wi-text-soft:#b3bcc7;--wi-text-dark:#eef2f6;--wi-text-dark-soft:#b3bcc7;--wi-gold:#c5a059}
html,body{background:var(--wi-bg)!important;color:var(--wi-text)!important}
body,body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){width:min(1160px, calc(100% - 32px))!important;max-width:1160px!important;margin-inline:auto!important;padding-left:0!important;padding-right:0!important}
body :where(h1,h2,h3){color:#ffffff!important}
body :where(.wi-section,.ws-section,.wp-public,.ww-footer,.ww-header-wrap,.ww-site-shell,.ww-mobile-panel,.ww-search-wrap,.wi-driver-apply-page,.wu-fleet-page,.wt-trips,.wt-trip,.wi-page-search,.wi-page-directory){background:var(--wi-bg)!important;color:var(--wi-text)!important}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row,.wi-searchbox,.wi-searchbox__form,.wi-searchbox__panel,.ww-search,.ww-search-shell,.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results,.wu-vehicle-hero__panel,.wu-vehicle-gallery__hero,.wu-vehicle-gallery__item,.founder-cms__article,.founder-cms__rail-card,.wr-panel,.wr-class-card,.wr-booking-sticky,.wb-form-shell,#booking .wr-form-section,#booking .wr-booking-brain,#booking .wr-summary-tile,#booking .wr-quote-box--submit,#booking .wr-booking-selected-card,#booking .wr-vehicle-drawer-card,#booking .wr-vehicle-mini,#booking .wr-stop-spotlight,#booking .wr-booking-essential-grid>div,#booking .wr-pickup-mode-grid>div,#booking .wr-form-grid>div,.ww-footer-cta,.ww-footer-standard-card,.ww-footer-links a,.ww-footer-pill){background:linear-gradient(180deg,#12171c 0%, #171d24 100%)!important;color:#eef2f6!important;border-color:rgba(197,160,89,.16)!important;box-shadow:0 18px 48px rgba(0,0,0,.34)!important}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row,.wi-searchbox,.wi-searchbox__form,.wi-searchbox__panel,.ww-search,.ww-search-shell,.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results,.wu-vehicle-hero__panel,.wu-vehicle-gallery__hero,.wu-vehicle-gallery__item,.founder-cms__article,.founder-cms__rail-card,.wr-panel,.wr-class-card,.wr-booking-sticky,.wb-form-shell,#booking .wr-form-section,#booking .wr-booking-brain,#booking .wr-summary-tile,#booking .wr-quote-box--submit,#booking .wr-booking-selected-card,#booking .wr-vehicle-drawer-card,#booking .wr-vehicle-mini) :where(h1,h2,h3,h4,strong,a,span,small,label,p,li,div){color:#eef2f6!important}
body :where(.wi-card-desc,.wi-card-meta,.wi-muted,.wi-muted2,.ws-card-body p,.whm-card__body p,.wu-faq-item__body,.wi-faq-answer,.wu-review-meta,.wu-review-tags,.ws-meta,.wi-pick-meta,.wu-fleet-kicker,.wu-fleet-empty,.ww-brand-tag,.ww-search-helper,.ww-lang-item-copy small,.ww-lang-toggle-text small,.ww-footer-desc,.ww-footer-bottom,.ww-footer-brand span,.ww-footer-title,.wr-class-fitline,.wr-class-model,.wr-fit-hint,.wr-meta-row,#booking .wr-book-head p,#booking .wr-booking-selected-card p,#booking .wr-booking-selected-card small){color:#b3bcc7!important}
body :where(.wi-eyebrow,.ws-eyebrow,.wi-breadcrumbs,.wi-hero-kicker,.ww-footer-links a,.ww-footer-pill,.ww-brand-name--accent,.wr-class-eyebrow,.wi-badge,.wi-chip,.ws-pills span,.wi-pills span,.wu-review-tags span,.wu-fleet-facts span,.wi-spec-chip small,.ww-brand-name,.ww-search-btn,.ww-header a,.ww-menu-btn,.ww-lang-toggle,.ww-search-toggle,.ww-contrast-toggle){color:#f2e3c4!important}
body .ww-header-wrap,body .ww-header,body .ww-site-shell{background:rgba(5,7,8,.88)!important;color:#eef2f6!important;border-bottom:1px solid rgba(197,160,89,.12)!important;backdrop-filter:blur(12px)!important}
body .ww-header{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:18px!important;padding:14px 0!important}
body .ww-brand,body .ww-brand *{color:#ffffff!important}body .ww-header-center,body .ww-actions{display:flex!important;align-items:center!important;gap:12px!important;justify-content:flex-end!important}
body .ww-search-wrap{padding:0 0 18px!important}body .ww-search,body .ww-search-shell,body .wi-searchbox,body .wi-searchbox__form{width:100%!important;max-width:100%!important;margin:0 auto!important}
body .ww-search-shell,body .wi-searchbox__row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important}
body .ww-search input,body .wi-searchbox__input,body .wi-input,body input[type="text"],body input[type="search"],body input[type="date"],body input[type="time"],body input[type="number"],body input[type="tel"],body select,body textarea{background:#0a0d10!important;color:#eef2f6!important;border:1px solid rgba(197,160,89,.22)!important;box-shadow:none!important}
body .ww-search input::placeholder,body .wi-searchbox__input::placeholder,body textarea::placeholder{color:#8f99a5!important}body .ww-search input:focus,body .wi-searchbox__input:focus,body .wi-input:focus,body input:focus,body select:focus,body textarea:focus{outline:none!important;border-color:rgba(197,160,89,.5)!important;box-shadow:0 0 0 4px rgba(197,160,89,.12)!important}
body .ww-footer{background:#050708!important;color:#eef2f6!important;border-top:1px solid rgba(197,160,89,.12)!important}body .ww-footer-main{display:grid!important;grid-template-columns:1.1fr .9fr .8fr!important;gap:20px!important;align-items:start!important}body .ww-footer a,body .ww-footer strong,body .ww-footer h2,body .ww-footer h3{color:#ffffff!important}body .ww-footer-links a,body .ww-footer-pill{color:#f2e3c4!important}
body .wu-fleet-grid,body .ws-results,body .wi-page-search .wi-grid,body .wi-page-directory .wi-grid,body .wt-trips .wi-grid,body .wt-trip .wi-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;width:100%!important;margin:0!important;padding:0!important;justify-content:stretch!important}
body .wu-fleet-card{display:grid!important;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr)!important;gap:0!important;overflow:hidden!important;margin:0!important}body .wu-fleet-card__media{min-height:260px!important}body .wu-fleet-card__media img{width:100%!important;height:100%!important;object-fit:cover!important}body .wu-fleet-card__body{padding:22px!important;display:grid!important;gap:16px!important}
body #booking .wr-class-card,body #booking .wr-booking-selected-card,body #booking .wr-vehicle-drawer-card,body #booking .wr-vehicle-mini{background:linear-gradient(180deg,#12171c 0%,#171d24 100%)!important;color:#eef2f6!important;border:1px solid rgba(197,160,89,.14)!important}
body #booking .wr-class-card.is-selected,body #booking .wr-class-card[data-selected="1"],body #booking .wr-booking-selected-card,body #booking .wr-vehicle-drawer-card.is-selected,body #booking .wr-vehicle-mini.is-selected{border-color:#c5a059!important;box-shadow:0 0 0 1px rgba(197,160,89,.34),0 20px 48px rgba(197,160,89,.16)!important}
body .wi-faq-accordion details,body .wi-faq-accordion .wu-faq-item,body .wu-faq-list .wu-faq-item{background:linear-gradient(180deg,#12171c 0%,#171d24 100%)!important}body .wi-faq-accordion summary,body .wi-faq-accordion .wu-faq-item summary,body .wu-faq-list .wu-faq-item summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;color:#ffffff!important}body .wi-faq-accordion .wi-faq-answer,body .wi-faq-accordion .wu-faq-item__body,body .wu-faq-list .wu-faq-item__body{color:#b3bcc7!important}body .wi-faq-accordion summary::after,body .wi-faq-accordion .wu-faq-item summary::after,body .wu-faq-list .wu-faq-item summary::after{background:#0f1419!important;color:#c5a059!important}
@media (max-width:1080px){body .wu-fleet-grid,body .ws-results,body .wi-page-search .wi-grid,body .wi-page-directory .wi-grid,body .wt-trips .wi-grid,body .wt-trip .wi-grid,body .ww-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:760px){body,body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){width:min(1160px, calc(100% - 24px))!important}body .ww-header{grid-template-columns:minmax(0,1fr) auto auto!important}body .ww-brand-copy{display:none!important}body .wu-fleet-grid,body .ws-results,body .wi-page-search .wi-grid,body .wi-page-directory .wi-grid,body .wt-trips .wi-grid,body .wt-trip .wi-grid,body .ww-footer-main{grid-template-columns:1fr!important}body .wu-fleet-card{grid-template-columns:1fr!important}body .ww-search-shell,body .wi-searchbox__row{grid-template-columns:1fr!important}}


/* Pass 136 — final finish: lower header, remove contrast switch, centered fleet, dark search, visible text */
body{width:auto !important;max-width:none !important;margin:0 !important;padding:0 !important;background:var(--wi-bg) !important;color:var(--wi-text) !important;}
body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){width:min(1160px, calc(100% - 32px)) !important;max-width:1160px !important;margin-inline:auto !important;padding-left:0 !important;padding-right:0 !important;}
body :where(h1,h2,h3){color:#ffffff !important;}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wi-review-block,.wu-faq-item,.wi-faq-accordion details,.ws-result-row,.wi-searchbox,.wi-searchbox__panel,.ww-search,.ww-search-shell,.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results){background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;color:#eef2f6 !important;border:1px solid rgba(197,160,89,.14) !important;}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.ws-result-row,.wi-review-block,.wi-faq-accordion,.wu-faq-list) :where(h1,h2,h3,h4,p,a,span,strong,small,label,li){color:#eef2f6 !important;}
body :where(.wi-card .wi-card-meta,.wi-card .wi-card-desc,.wu-fleet-card__top p,.wi-review-block__country,.wi-review-block__quote,.wi-faq-accordion .wi-faq-answer,.wi-faq-accordion .wu-faq-item__body,.ww-search-helper,.ww-footer-desc,.ww-footer-bottom,.ww-brand-tag){color:#b3bcc7 !important;}
body .ww-header-wrap{position:sticky !important;top:0 !important;z-index:1000 !important;background:rgba(5,7,8,.82) !important;border-bottom:1px solid rgba(197,160,89,.12) !important;backdrop-filter:blur(14px) !important;}
body .ww-site-shell{width:min(1160px, calc(100% - 32px)) !important;max-width:1160px !important;margin-inline:auto !important;background:transparent !important;}
body .ww-header{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:14px !important;padding:8px 0 !important;min-height:58px !important;background:transparent !important;border-bottom:0 !important;}
body .ww-brand{gap:10px !important;min-width:0 !important;}
body .ww-brand img{width:34px !important;height:34px !important;}
body .ww-brand-name{font-size:16px !important;line-height:1.1 !important;color:#fff !important;}
body .ww-brand-tag{font-size:11px !important;line-height:1.2 !important;}
body .ww-header-center{display:flex !important;justify-content:center !important;}
body .ww-actions{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:10px !important;}
body .ww-search-toggle,body .ww-lang-toggle,body .ww-menu-btn{min-height:40px !important;padding:0 14px !important;border-radius:14px !important;background:rgba(255,255,255,.04) !important;border:1px solid rgba(197,160,89,.12) !important;color:#f2e3c4 !important;}
body .ww-search-toggle:hover,body .ww-lang-toggle:hover,body .ww-menu-btn:hover{background:rgba(197,160,89,.10) !important;border-color:rgba(197,160,89,.28) !important;color:#fff !important;}
body .ww-contrast-toggle{display:none !important;}
body .ww-search-wrap{padding:0 0 14px !important;background:transparent !important;}
body .ww-search{max-width:720px !important;margin:0 auto !important;border-radius:18px !important;}
body .ww-search-shell{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:10px !important;padding:10px !important;border-radius:18px !important;background:rgba(10,13,16,.94) !important;border:1px solid rgba(197,160,89,.18) !important;box-shadow:0 20px 48px rgba(0,0,0,.28) !important;}
body .ww-search-shell input,body .wi-searchbox__input{height:48px !important;padding:0 16px !important;border-radius:14px !important;background:#050708 !important;border:1px solid rgba(197,160,89,.14) !important;color:#eef2f6 !important;}
body .ww-search-shell input::placeholder,body .wi-searchbox__input::placeholder{color:#8f99a5 !important;}
body .ww-search-shell input:focus,body .wi-searchbox__input:focus{border-color:rgba(197,160,89,.46) !important;box-shadow:0 0 0 4px rgba(197,160,89,.10) !important;outline:none !important;}
body .ww-search-btn,body .wi-searchbox__submit{min-height:48px !important;padding:0 20px !important;border-radius:14px !important;background:linear-gradient(180deg,#c5a059 0%,#a78342 100%) !important;color:#050708 !important;border:1px solid rgba(197,160,89,.34) !important;font-weight:900 !important;}
body .ww-search-btn:hover,body .wi-searchbox__submit:hover{transform:translateY(-1px) !important;box-shadow:0 16px 34px rgba(197,160,89,.18) !important;color:#050708 !important;}
body .ww-search-drop,body .wi-searchbox__panel{display:grid !important;gap:8px !important;padding:10px !important;margin-top:10px !important;border-radius:18px !important;background:rgba(10,13,16,.98) !important;border:1px solid rgba(197,160,89,.14) !important;box-shadow:0 18px 48px rgba(0,0,0,.28) !important;}
body .ww-search-title{padding:2px 6px 6px !important;color:#c5a059 !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.12em !important;text-transform:uppercase !important;}
body .ww-search-item{display:grid !important;gap:4px !important;padding:12px 14px !important;border-radius:14px !important;background:rgba(255,255,255,.03) !important;border:1px solid rgba(255,255,255,.05) !important;color:#eef2f6 !important;}
body .ww-search-item:hover{background:rgba(197,160,89,.10) !important;border-color:rgba(197,160,89,.24) !important;}
body .ww-search-main{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;font-weight:800 !important;color:#fff !important;}
body .ww-search-sub{color:#b3bcc7 !important;font-size:13px !important;line-height:1.5 !important;}
body .ww-lang-panel,body .ww-mobile-panel{background:rgba(10,13,16,.98) !important;border:1px solid rgba(197,160,89,.14) !important;box-shadow:0 18px 42px rgba(0,0,0,.28) !important;}
body .ww-lang-item,body .ww-mobile-nav a{color:#eef2f6 !important;}
body .ww-lang-item:hover,body .ww-mobile-nav a:hover{background:rgba(197,160,89,.10) !important;color:#fff !important;}
body .ww-footer{background:#050708 !important;color:#eef2f6 !important;border-top:1px solid rgba(197,160,89,.12) !important;}
body .ww-footer-shell{padding-top:18px !important;padding-bottom:28px !important;}
body .ww-footer-main{display:grid !important;grid-template-columns:1.15fr .95fr .9fr !important;gap:20px !important;align-items:start !important;}
body .ww-footer-title,body .ww-footer h2,body .ww-footer h3,body .ww-footer strong,body .ww-footer-brand strong{color:#fff !important;}
body .ww-footer a,body .ww-footer-pill,body .ww-footer-links a{color:#f2e3c4 !important;}
body .ww-footer a:hover,body .ww-footer-pill:hover,body .ww-footer-links a:hover{color:#fff !important;}
body .ww-footer-cta,body .ww-footer-standard-card{background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;border:1px solid rgba(197,160,89,.14) !important;}
body .wu-fleet-grid,body .ws-route-grid,body .ws-results,body .wi-grid,body .whm-card-grid{width:100% !important;max-width:100% !important;margin:0 auto !important;padding:0 !important;justify-content:stretch !important;justify-items:stretch !important;align-items:stretch !important;}
body .wu-fleet-grid > *,body .ws-route-grid > *,body .ws-results > *,body .wi-grid > *,body .whm-card-grid > *{min-width:0 !important;margin:0 !important;}
body .wu-fleet-card{margin-inline:auto !important;}
body .wu-fleet-card__top h3{color:#fff !important;font-size:26px !important;line-height:1.06 !important;}
body .wu-fleet-kicker,body .wu-fleet-facts span{color:#f2e3c4 !important;}
body .wi-page-search .ws-results .wi-card,body .wi-page-search .ws-results .ws-result-row,body .wi-page-search .wi-grid > *{height:100% !important;}
body .wi-searchbox{padding:16px !important;}
body .wi-searchbox__label{color:#fff !important;font-weight:800 !important;}
body .wi-hero,body .ws-hero,body .t-hero,body .wi-global-hero,body .wi-hub-hero{background:radial-gradient(circle at 86% 12%, rgba(197,160,89,.18), transparent 26%),linear-gradient(135deg,#050708 0%,#0a0d10 58%,#12171c 100%) !important;color:#eef2f6 !important;border-color:rgba(197,160,89,.18) !important;}
body .wi-hero :where(h1,h2,h3,p,span,a,small,strong),body .ws-hero :where(h1,h2,h3,p,span,a,small,strong),body .t-hero :where(h1,h2,h3,p,span,a,small,strong){color:inherit !important;}
@media (max-width:980px){body .ww-footer-main{grid-template-columns:1fr 1fr !important;}}
@media (max-width:760px){body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){width:min(1160px, calc(100% - 24px)) !important;}body .ww-header{grid-template-columns:auto 1fr auto !important;gap:10px !important;padding:6px 0 !important;min-height:52px !important;}body .ww-brand-copy small{display:none !important;}body .ww-search-shell,body .wi-searchbox__row{grid-template-columns:1fr !important;}body .ww-footer-main{grid-template-columns:1fr !important;}}

/* Pass 137: final frontend closure */
html,body{background:#050708!important;color:#eef2f6!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:hidden!important}
body{font-family:Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
body *{box-sizing:border-box}
body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){width:min(1160px,calc(100% - 24px))!important;max-width:1160px!important;margin-inline:auto!important;padding-left:0!important;padding-right:0!important}
body :where(.wi-page-route,.wi-page-search,.wi-page-directory,.wi-page-vehicle,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-header-wrap,.ww-footer){background:transparent!important;color:#eef2f6!important}
body .ww-header-wrap{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(5,7,8,.92)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid rgba(197,160,89,.12)!important;box-shadow:0 8px 24px rgba(0,0,0,.22)!important}
body .ww-header{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:56px!important;padding:8px 0!important}
body .ww-brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
body .ww-brand-copy{display:grid!important;gap:2px!important;min-width:0!important}
body .ww-brand-name,body .ww-brand-tag,body .ww-header a,body .ww-menu-btn,body .ww-lang-toggle,body .ww-search-toggle,body .ww-mobile-panel a,body .ww-lang-item,body .ww-lang-item *{color:#fff!important}
body .ww-header-center{justify-self:center!important;width:100%!important;display:flex!important;justify-content:center!important}
body .ww-actions{display:flex!important;align-items:center!important;gap:10px!important;justify-content:flex-end!important}
body .ww-search-toggle,body .ww-lang-toggle,body .ww-menu-btn{min-height:44px!important;border-radius:16px!important;padding:0 14px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(197,160,89,.14)!important;box-shadow:none!important}
body .ww-lang-toggle{padding-inline:12px!important}
body .ww-lang-toggle-label{gap:10px!important}
body .ww-search-wrap{padding:0 0 10px!important}
body .ww-search{display:grid!important;gap:10px!important}
body .ww-search-shell{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;padding:10px!important;border-radius:20px!important;background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%)!important;border:1px solid rgba(197,160,89,.18)!important;box-shadow:0 18px 42px rgba(0,0,0,.28)!important}
body .ww-search input{width:100%!important;min-height:46px!important;border-radius:14px!important;background:#0a0d10!important;border:1px solid rgba(197,160,89,.18)!important;color:#fff!important;padding:0 16px!important;outline:none!important;box-shadow:none!important}
body .ww-search input::placeholder{color:#8e98a4!important}
body .ww-search input:focus{border-color:rgba(197,160,89,.55)!important;box-shadow:0 0 0 3px rgba(197,160,89,.12)!important}
body .ww-search-btn{min-height:46px!important;padding:0 18px!important;border-radius:14px!important;background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;border:1px solid rgba(197,160,89,.38)!important;font-weight:900!important}
body .ww-search-drop{background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%)!important;border:1px solid rgba(197,160,89,.16)!important;border-radius:18px!important;box-shadow:0 18px 44px rgba(0,0,0,.32)!important;padding:10px!important}
body .ww-search-item{display:grid!important;gap:4px!important;padding:12px 14px!important;border-radius:14px!important;background:rgba(255,255,255,.03)!important;border:1px solid transparent!important}
body .ww-search-item:hover{background:rgba(197,160,89,.08)!important;border-color:rgba(197,160,89,.18)!important}
body .ww-search-title{color:#f2e3c4!important;font-size:12px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important;padding:4px 4px 6px!important}
body .ww-search-main span:first-child{color:#fff!important;font-weight:800!important}
body .ww-search-main span:last-child,body .ww-search-sub,body .ww-search-helper,body .ww-lang-item-copy small,body .ww-lang-toggle-text small{color:#b3bcc7!important}
body .ww-mobile-panel{background:rgba(5,7,8,.98)!important;border:1px solid rgba(197,160,89,.12)!important;border-radius:18px!important;margin-top:8px!important;box-shadow:0 18px 44px rgba(0,0,0,.35)!important}
body .ww-mobile-panel-inner a{border-bottom:1px solid rgba(197,160,89,.08)!important}
body .ww-footer{margin-top:40px!important;padding:26px 0 38px!important;background:#050708!important;color:#eef2f6!important;border-top:1px solid rgba(197,160,89,.12)!important}
body .ww-footer-shell{width:min(1160px,calc(100% - 24px))!important;max-width:1160px!important;margin-inline:auto!important}
body .ww-footer a,body .ww-footer strong,body .ww-footer h2,body .ww-footer h3{color:#fff!important}
body .ww-footer-desc,body .ww-footer-bottom,body .ww-footer-brand span{color:#b3bcc7!important}
body .ww-footer-pill,body .ww-footer-links a{color:#f2e3c4!important;border-color:rgba(197,160,89,.18)!important;background:rgba(255,255,255,.03)!important}
body .ww-footer-cta,body .ww-footer-standard-card{background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%)!important;border:1px solid rgba(197,160,89,.16)!important;border-radius:22px!important}
body .ww-footer-main{display:grid!important;grid-template-columns:1.15fr .95fr .8fr!important;gap:18px!important;align-items:start!important}
body .ww-wa-float{background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;border:none!important;box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row,.wi-searchbox,.wi-searchbox__form,.wi-searchbox__panel,.wi-note,.ws-note,.wi-empty-card,.wi-alert-card,.wi-no-results,.wu-vehicle-hero__panel,.wu-vehicle-gallery__hero,.wu-vehicle-gallery__item,.founder-cms__article,.founder-cms__rail-card,.wr-panel,.wr-class-card,.wr-booking-sticky,.wb-form-shell,#booking .wr-form-section,#booking .wr-book-optional,#booking .wr-booking-brain,#booking .wr-summary-tile,#booking .wr-booking-selected-card,#booking .wr-vehicle-drawer-card,#booking .wr-vehicle-mini,#booking .wr-stop-spotlight,#booking .wr-booking-essential-grid>div,#booking .wr-pickup-mode-grid>div,#booking .wr-form-grid>div,.wr-related-link,.wr-story-next-card){background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%)!important;color:#eef2f6!important;border:1px solid rgba(197,160,89,.14)!important;box-shadow:0 18px 44px rgba(0,0,0,.34)!important}
body :where(.wi-card,.ws-route-card,.ws-link-card,.whm-card,.wi-pick-card,.wu-fleet-card,.wu-faq-item,.wi-review-block,.ws-result-row,.wi-searchbox,.wi-searchbox__form,.wi-searchbox__panel,.wr-panel,.wr-class-card,.wr-booking-sticky,.wb-form-shell,#booking .wr-form-section,#booking .wr-book-optional,#booking .wr-booking-brain,#booking .wr-summary-tile,#booking .wr-booking-selected-card,#booking .wr-vehicle-drawer-card,#booking .wr-vehicle-mini,#booking .wr-stop-spotlight,#booking .wr-booking-essential-grid>div,#booking .wr-pickup-mode-grid>div,#booking .wr-form-grid>div,.wr-related-link,.wr-story-next-card) :where(h1,h2,h3,h4,strong,a,span,small,label,p,li,div,em){color:#eef2f6!important}
body :where(.wi-card-desc,.wi-card-meta,.wi-muted,.wi-muted2,.ws-card-body p,.whm-card__body p,.wu-faq-item__body,.wi-faq-answer,.wu-review-meta,.wu-review-tags,.ws-meta,.wi-pick-meta,.wu-fleet-kicker,.wu-fleet-empty,.wr-class-fitline,.wr-class-model,.wr-fit-hint,.wr-meta-row,#booking .wr-book-head p,#booking .wr-booking-selected-card p,#booking .wr-booking-selected-card small,.wr-story-next-card p,.wr-related-link span){color:#b3bcc7!important}
body :where(.wi-eyebrow,.ws-eyebrow,.wi-breadcrumbs,.wi-hero-kicker,.wr-class-eyebrow,.wi-badge,.wi-chip,.ws-pills span,.wi-pills span,.wu-review-tags span,.wu-fleet-facts span,.wi-spec-chip small,.ww-brand-name--accent){color:#f2e3c4!important}
body .wr-page--route-master{width:min(1160px,calc(100% - 24px))!important;max-width:1160px!important;margin:0 auto!important;padding:10px 0 96px!important;background:transparent!important}
body .wr-layout,body .wr-main{display:grid!important;gap:18px!important;background:transparent!important}
body .wr-section,body .ws-section{margin:0!important;padding:0!important;background:transparent!important}
body .wr-hero{padding:18px!important;border-radius:28px!important;background:radial-gradient(circle at 86% 12%, rgba(197,160,89,.16), transparent 26%),linear-gradient(135deg,#050708 0%,#0c1116 58%,#151b23 100%)!important;border:1px solid rgba(197,160,89,.18)!important;box-shadow:0 22px 56px rgba(0,0,0,.38)!important}
body .wr-hero *{color:#eef2f6!important}
body .wr-breadcrumbs,body .wr-breadcrumbs a,body .wr-eyebrow{color:#f2e3c4!important}
body .wr-hero h1,body .wr-section-head h2,body .wr-section h2,body .wr-section h3,body .wr-subhead{color:#fff!important;letter-spacing:-.04em!important}
body .wr-hero-tagline,body .wr-hero-note,body .wr-hero-sidecopy,body .wr-section-head p{color:#b3bcc7!important;text-shadow:none!important}
body .wr-hero-statline span,body .wr-service-strip span,body .wr-class-badge,body .wr-meta-row span,body .wr-story-next-card__meta span,body .wr-related-link .wr-meta-row span{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(197,160,89,.14)!important;color:#f2e3c4!important;font-size:12px!important;font-weight:800!important}
body .wr-hero-actions,body .wr-hero-actions-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
body .wr-btn,body .wr-btn--primary,body .wr-btn--ghost{min-height:48px!important;padding:0 18px!important;border-radius:16px!important;font-weight:900!important}
body .wr-btn--primary,body .wi-btn-primary,body .wi-btn{background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;border:1px solid rgba(197,160,89,.4)!important;box-shadow:0 16px 34px rgba(0,0,0,.24)!important}
body .wr-btn--ghost,body .wi-btn2{background:rgba(255,255,255,.04)!important;color:#fff!important;border:1px solid rgba(197,160,89,.16)!important}
body .wr-btn--primary:hover,body .wi-btn-primary:hover,body .wi-btn:hover{filter:brightness(1.03)!important;color:#050708!important}
body .wr-btn--ghost:hover,body .wi-btn2:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
body #booking.wr-booking-sticky{padding:18px!important;border-radius:28px!important;background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%)!important;border:1px solid rgba(197,160,89,.18)!important;box-shadow:0 20px 50px rgba(0,0,0,.38)!important}
body #booking .wr-book-head h2,body #booking .wr-book-head p,body #booking .wr-book-kicker{color:#fff!important}
body #booking .wr-book-head p{color:#b3bcc7!important}
body #booking .wr-form-section--trip,body #booking .wr-form-section,body #booking .wr-book-optional,body #booking .wr-booking-brain,body #booking .wr-summary-tile,body #booking .wr-stop-spotlight{background:rgba(255,255,255,.03)!important;border:1px solid rgba(197,160,89,.14)!important}
body #booking input,body #booking select,body #booking textarea{background:#050708!important;color:#fff!important;border:1px solid rgba(197,160,89,.16)!important}
body #booking input::placeholder,body #booking textarea::placeholder{color:#8993a0!important}
body #booking .wr-booking-selected-card,body .wr-class-card.is-selected{border-color:rgba(197,160,89,.72)!important;box-shadow:0 0 0 1px rgba(197,160,89,.38),0 18px 44px rgba(0,0,0,.42)!important;background:linear-gradient(180deg,#11161b 0%,#181f27 100%)!important}
body .wr-class-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
body .wr-class-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:0!important;overflow:hidden!important;margin:0!important}
body .wr-class-card .wr-vehicle-media,body .wr-class-card .wr-booking-selected-card__media,body .wr-class-card img{width:100%!important;height:100%!important;min-height:112px!important;object-fit:cover!important}
body .wr-class-body{padding:14px!important;display:grid!important;gap:10px!important}
body .wr-class-copy h3,body .wr-booking-selected-card__copy strong,body .wr-booking-selected-card__title{color:#fff!important;font-size:22px!important;line-height:1.08!important;margin:0!important}
body .wr-price-box--booking strong,body .wr-class-price strong,body .wr-price-box strong{color:#f2e3c4!important}
body .wr-card-actions--single .wr-btn{width:100%!important;justify-content:center!important}
body .wr-section-head,body .ws-section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important}
body .wr-section-head p,body .ws-section-head p{max-width:62ch!important}
body .wr-story-next-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
body .wr-story-next-card{display:grid!important;gap:12px!important;padding:18px!important;align-content:start!important;overflow:hidden!important;text-decoration:none!important}
body .wr-story-next-card small{display:inline-flex!important;width:max-content!important;padding:0 10px!important;min-height:28px!important;border-radius:999px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(197,160,89,.14)!important;color:#f2e3c4!important}
body .wr-story-next-card strong{display:block!important;margin:0!important;font-size:22px!important;line-height:1.18!important;color:#fff!important;letter-spacing:-.03em!important}
body .wr-story-next-card p{margin:0!important;font-size:14px!important;line-height:1.7!important;color:#b3bcc7!important}
body .wr-story-next-card__cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 14px!important;border-radius:999px!important;background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;font-size:12px!important;font-weight:900!important}
body .wr-related-link{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;padding:16px 18px!important;text-decoration:none!important}
body .wr-related-link strong{display:block!important;margin:0 0 6px!important;color:#fff!important;font-size:20px!important;line-height:1.14!important}
body .wr-related-link em{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 14px!important;border-radius:999px!important;background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;font-style:normal!important;font-weight:900!important}
body #reviews .wr-review-grid,body #reviews .wr-review-grid--slider{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;overflow:visible!important;padding:0!important}
body #reviews .wr-review{display:grid!important;gap:12px!important;padding:18px!important}
body #reviews .wr-review h3,body #reviews .wr-review .wr-review-author{color:#fff!important}
body #reviews .wr-review p,body #reviews .wr-review-meta,body #reviews .wr-review-tags span{color:#b3bcc7!important}
body .wr-faq-item{overflow:hidden!important}
body .wr-faq-item summary,body .wi-faq-accordion summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:18px!important;color:#fff!important;font-weight:900!important}
body .wr-faq-item > div,body .wi-faq-accordion .wi-faq-answer,body .wi-faq-accordion .wu-faq-item__body{padding:0 18px 18px!important;color:#b3bcc7!important;line-height:1.8!important}
body .wr-faq-item summary::after,body .wi-faq-accordion summary::after{background:#050708!important;color:#c5a059!important;border:1px solid rgba(197,160,89,.18)!important}
body .ws-route-grid,body .ws-results,body .wi-grid,body .whm-card-grid,body .wu-fleet-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important;justify-items:stretch!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}
body .ws-route-grid>*,body .ws-results>*,body .wi-grid>*,body .whm-card-grid>*,body .wu-fleet-grid>*{min-width:0!important;margin:0!important}
body .wu-fleet-card{display:grid!important;grid-template-columns:minmax(260px,.92fr) minmax(0,1.08fr)!important;gap:0!important;overflow:hidden!important;margin:0 auto!important}
body .wu-fleet-card__media{min-height:250px!important}
body .wu-fleet-card__media img{width:100%!important;height:100%!important;object-fit:cover!important}
body .wu-fleet-card__body{padding:20px!important;display:grid!important;gap:14px!important}
body .wu-fleet-card__top h3,body .wu-vehicle-hero__head h1,body .wu-vehicle-gallery__hero figcaption{color:#fff!important}
body .wu-fleet-card__top p,body .wu-fleet-empty,body .wu-vehicle-hero__head p{color:#b3bcc7!important}
body .wu-fleet-facts span,body .wu-fleet-sample{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(197,160,89,.14)!important;color:#f2e3c4!important}
body .wi-searchbox,body .wi-searchbox__form,body .wi-searchbox__panel{background:transparent!important;border:none!important;box-shadow:none!important}
body .wi-searchbox__row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}
body .wi-searchbox__field,body .wi-searchbox input[type="search"]{background:#0a0d10!important;color:#fff!important;border:1px solid rgba(197,160,89,.18)!important;border-radius:16px!important;min-height:50px!important;padding:0 16px!important}
body .wi-searchbox__field::placeholder,body .wi-searchbox input[type="search"]::placeholder{color:#8e98a4!important}
body .wi-searchbox__submit{min-height:50px!important;padding:0 18px!important;border-radius:16px!important;background:linear-gradient(180deg,#c5a059 0%,#a78342 100%)!important;color:#050708!important;border:1px solid rgba(197,160,89,.38)!important}
body .wi-page-search .ws-result-row h3,body .wi-page-directory .ws-route-card h3,body .wi-page-directory .ws-link-card h3{color:#fff!important}
body .wi-page-search .ws-result-row p,body .wi-page-directory .ws-route-card p,body .wi-page-directory .ws-link-card p{color:#b3bcc7!important}
@media (max-width:980px){body .ww-footer-main,body .ws-route-grid,body .ws-results,body .wi-grid,body .whm-card-grid,body .wu-fleet-grid,body .wr-story-next-grid,body #reviews .wr-review-grid,body #reviews .wr-review-grid--slider,body .wr-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .wu-fleet-card{grid-template-columns:1fr!important}}
@media (max-width:760px){body :where(.wi-shell,.wi-container,.wi-page-shell,.wi-section-container,.wi-platform-page,.wi-trip-shell,.wi-route-hub-shell,.wp-public,.ws-shell,.wr-page,.wt-trip,.wt-trips,.wu-fleet-page,.ww-site-shell,.ww-footer-shell){width:min(1160px,calc(100% - 20px))!important}body .ww-header{grid-template-columns:auto 1fr auto!important;gap:8px!important;min-height:50px!important;padding:6px 0!important}body .ww-brand-copy{display:none!important}body .ww-search-wrap{padding:0 0 8px!important}body .ww-search-shell,body .wi-searchbox__row{grid-template-columns:1fr!important}body .ww-search-btn,body .wi-searchbox__submit{width:100%!important}body .ws-route-grid,body .ws-results,body .wi-grid,body .whm-card-grid,body .wu-fleet-grid,body .wr-story-next-grid,body #reviews .wr-review-grid,body #reviews .wr-review-grid--slider,body .wr-class-grid,body .ww-footer-main{grid-template-columns:1fr!important}body .wr-class-card{grid-template-columns:104px minmax(0,1fr)!important}body .wr-class-body{padding:12px!important}body .wr-story-next-card strong,body .wr-related-link strong{font-size:20px!important}body .wr-related-link{grid-template-columns:1fr!important}body .wr-related-link em{width:max-content!important}body #booking.wr-booking-sticky{padding:14px!important}}


/* Pass 138 — route cleanup, compact header, booking readability */
body.wi-page-route,body.wi-page-route .wi-body,body.wi-page-route main,body.wi-page-route .wr-page--route-master{background:#050708 !important;color:#eef2f6 !important;}
body.wi-page-route .wr-page--route-master{width:min(1160px, calc(100% - 20px)) !important;max-width:1160px !important;margin:0 auto !important;padding:10px 0 84px !important;}
body.wi-page-route .wr-layout,body.wi-page-route .wr-main,body.wi-page-route .wr-section,body.wi-page-route .ws-section,body.wi-page-route .wr-panel,body.wi-page-route .wr-section-head{min-width:0 !important;max-width:100% !important;}
body.wi-page-route .wr-section-head,body.wi-page-route .ws-section-head{margin-bottom:14px !important;}
body.wi-page-route .wr-section-head h2,body.wi-page-route .ws-section-head h2,body.wi-page-route #reviews h2,body.wi-page-route #faq h2,body.wi-page-route .wr-subhead,body.wi-page-route .wr-hero h1{color:#ffffff !important;}
body.wi-page-route .wr-section-head p,body.wi-page-route .ws-section-head p,body.wi-page-route .wr-review p,body.wi-page-route .wr-faq-intro,body.wi-page-route .wr-story-next-card p,body.wi-page-route .wr-related-link span,body.wi-page-route .wr-related-link p,body.wi-page-route .wr-story-next-card__meta,body.wi-page-route .wr-related-link .wr-meta-row,body.wi-page-route .wr-copy-soft,body.wi-page-route .wr-copy-muted{color:#b3bcc7 !important;}
body.wi-page-route .wr-hero,body.wi-page-route .wr-panel,body.wi-page-route .wr-faq-item,body.wi-page-route .wr-review,body.wi-page-route .wr-related-link,body.wi-page-route .wr-related-link--row,body.wi-page-route .wr-story-next-card,body.wi-page-route .wr-booking-sticky,body.wi-page-route #booking .wr-form-section,body.wi-page-route #booking .wr-booking-brain,body.wi-page-route #booking .wr-booking-selected-card,body.wi-page-route #booking .wr-booking-essential-grid > div,body.wi-page-route #booking .wr-pickup-mode-grid > div,body.wi-page-route #booking .wr-form-grid > div{background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;border:1px solid rgba(197,160,89,.16) !important;box-shadow:0 18px 42px rgba(0,0,0,.34) !important;}
body.wi-page-route .wr-related-link,body.wi-page-route .wr-related-link--row,body.wi-page-route .wr-story-next-card{display:grid !important;grid-template-columns:1fr !important;align-items:start !important;gap:12px !important;padding:18px !important;overflow:hidden !important;}
body.wi-page-route .wr-related-link strong,body.wi-page-route .wr-related-link--row strong,body.wi-page-route .wr-story-next-card strong{display:block !important;margin:0 !important;color:#ffffff !important;font-size:21px !important;line-height:1.18 !important;letter-spacing:-.03em !important;word-break:break-word !important;}
body.wi-page-route .wr-related-link em,body.wi-page-route .wr-related-link--row em,body.wi-page-route .wr-story-next-card__cta{justify-self:start !important;width:auto !important;max-width:100% !important;white-space:nowrap !important;margin-top:2px !important;}
body.wi-page-route .wr-story-next-grid,body.wi-page-route .wr-related-grid,body.wi-page-route #reviews .wr-review-grid,body.wi-page-route #reviews .wr-review-grid--slider{grid-template-columns:1fr !important;}
body.wi-page-route #booking .wr-book-head h2,body.wi-page-route #booking .wr-book-head p,body.wi-page-route #booking .wr-book-kicker,body.wi-page-route #booking label,body.wi-page-route #booking .wr-label,body.wi-page-route #booking .wr-field-label,body.wi-page-route #booking .wr-form-section h3,body.wi-page-route #booking .wr-booking-selected-card__title,body.wi-page-route #booking .wr-booking-selected-card__copy,body.wi-page-route #booking .wr-class-copy h3,body.wi-page-route #booking .wr-class-fitline,body.wi-page-route #booking .wr-class-model,body.wi-page-route #booking .wr-class-badge,body.wi-page-route #booking .wr-class-price,body.wi-page-route #booking .wr-price-box,body.wi-page-route #booking .wr-price-box strong,body.wi-page-route #booking .wr-meta-row,body.wi-page-route #booking .wr-booking-selected-card p,body.wi-page-route #booking .wr-booking-selected-card small{color:#eef2f6 !important;}
body.wi-page-route #booking .wr-book-kicker,body.wi-page-route #booking .wr-class-eyebrow,body.wi-page-route #booking .wr-class-badge,body.wi-page-route #booking .wr-book-context__chip,body.wi-page-route #booking .wi-service-standard__chip{color:#f2e3c4 !important;}
body.wi-page-route #booking .wr-class-price,body.wi-page-route #booking .wr-price-box strong,body.wi-page-route #booking .wr-booking-selected-card__price{color:#c5a059 !important;}
body.wi-page-route #booking .wr-number-stepper{display:grid !important;grid-template-columns:46px minmax(0,1fr) 46px !important;align-items:stretch !important;border:1px solid rgba(197,160,89,.18) !important;border-radius:16px !important;overflow:hidden !important;background:#050708 !important;}
body.wi-page-route #booking .wr-step-btn{border:0 !important;background:#050708 !important;color:#c5a059 !important;min-height:48px !important;font-size:24px !important;font-weight:900 !important;}
body.wi-page-route #booking .wr-step-btn:hover{background:#0f1419 !important;color:#f2e3c4 !important;}
body.wi-page-route #booking .wr-number-stepper input{border:0 !important;border-left:1px solid rgba(197,160,89,.14) !important;border-right:1px solid rgba(197,160,89,.14) !important;background:#050708 !important;color:#ffffff !important;text-align:center !important;font-size:22px !important;font-weight:900 !important;}
body.wi-page-route #booking .wr-btn,body.wi-page-route #booking .wr-btn--primary,body.wi-page-route #booking .js-book-class,body.wi-page-route #booking .wr-submit-actions .wr-btn,body.wi-page-route #booking .wr-card-actions .wr-btn{min-height:48px !important;border-radius:16px !important;}
body.wi-page-route #booking .wr-class-card,body.wi-page-route #booking .wr-booking-selected-card{color:#eef2f6 !important;}
body.wi-page-route #booking .wr-class-card.is-selected,body.wi-page-route #booking .wr-class-card[data-selected="1"],body.wi-page-route #booking .wr-booking-selected-card{border-color:#c5a059 !important;box-shadow:0 0 0 1px rgba(197,160,89,.34), 0 18px 42px rgba(197,160,89,.14) !important;}
body .ww-header-wrap{background:rgba(5,7,8,.92) !important;backdrop-filter:blur(16px) !important;border-bottom:1px solid rgba(197,160,89,.14) !important;}
body .ww-site-shell,body .ww-footer-shell{width:min(1160px, calc(100% - 20px)) !important;margin-inline:auto !important;}
body .ww-header{min-height:60px !important;gap:10px !important;padding:8px 0 !important;}
body .ww-brand img{width:38px !important;height:38px !important;border-radius:11px !important;}
body .ww-brand-tag,body .ww-lang-toggle-text small,body .ww-search-toggle-text{display:none !important;}
body .ww-search-toggle,body .ww-lang-toggle,body .ww-menu-btn{min-height:42px !important;padding:0 12px !important;border-radius:14px !important;}
body .ww-lang-toggle-text strong{font-size:13px !important;line-height:1 !important;}
body .ww-header-center{justify-content:flex-start !important;}
body .ww-search-wrap{padding:0 0 10px !important;}
body .ww-search{padding:12px !important;gap:10px !important;}
body .ww-search-shell input{min-height:46px !important;padding:0 14px !important;background:#0a0d10 !important;color:#ffffff !important;border:1px solid rgba(197,160,89,.18) !important;}
body .ww-search-shell input:focus{outline:none !important;border-color:rgba(197,160,89,.5) !important;box-shadow:0 0 0 3px rgba(197,160,89,.12) !important;}
body .ww-search-btn{min-height:46px !important;padding:0 16px !important;}
body .ww-search-drop{display:grid !important;gap:8px !important;}
body .ww-search-item,body .ww-search-drop a{display:grid !important;gap:4px !important;padding:12px 14px !important;border-radius:14px !important;background:rgba(255,255,255,.04) !important;border:1px solid rgba(197,160,89,.08) !important;color:#ffffff !important;}
body .ww-search-main{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;color:#ffffff !important;font-weight:800 !important;}
body .ww-search-sub{color:#b3bcc7 !important;font-size:13px !important;line-height:1.5 !important;}
body .ww-wa-float{right:14px !important;bottom:14px !important;min-height:52px !important;width:52px !important;padding:0 !important;justify-content:center !important;}
body .ww-wa-float span{display:none !important;}
@media (max-width:760px){body .ww-header{grid-template-columns:auto 1fr auto !important;min-height:54px !important;padding:6px 0 !important;}body .ww-brand-copy{display:none !important;}body .ww-header-center{justify-content:flex-start !important;}body .ww-search-toggle,body .ww-lang-toggle,body .ww-menu-btn{min-height:40px !important;padding:0 11px !important;}body .ww-search-wrap{padding:0 0 8px !important;}}


/* Pass 139 — route booking cards + child page readability */
body.wi-page-route,
body.wi-page-route .wi-body,
body.wi-page-route main,
body.wi-page-route .wr-page--route-master,
body.wi-page-route .ww-site-main{
  background:#050708 !important;
  color:#eef2f6 !important;
}
body.wi-page-route .wr-page--route-master{
  width:min(1160px, calc(100% - 20px)) !important;
  max-width:1160px !important;
  margin:0 auto !important;
}
body.wi-page-route .wr-main > .wr-section,
body.wi-page-route .wr-main > .ws-section,
body.wi-page-route .wr-main > section.wr-section,
body.wi-page-route .wr-main > section.ws-section,
body.wi-page-route .wr-layout > .wr-section,
body.wi-page-route .wr-layout > .ws-section{
  background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;
  border:1px solid rgba(197,160,89,.14) !important;
  border-radius:28px !important;
  box-shadow:0 18px 42px rgba(0,0,0,.30) !important;
  padding:22px !important;
  margin:0 0 18px !important;
}
body.wi-page-route .wr-section-head,
body.wi-page-route .ws-section-head{
  margin-bottom:14px !important;
}
body.wi-page-route .wr-section-head h2,
body.wi-page-route .ws-section-head h2,
body.wi-page-route .wr-subhead,
body.wi-page-route .wr-section-head strong,
body.wi-page-route .ws-section-head strong,
body.wi-page-route .wr-vehicle-group__label span,
body.wi-page-route .wr-vehicle-group__title,
body.wi-page-route #reviews h2,
body.wi-page-route #faq h2,
body.wi-page-route .wr-faq-title,
body.wi-page-route .wr-review-title{
  color:#ffffff !important;
}
body.wi-page-route .wr-section-head p,
body.wi-page-route .ws-section-head p,
body.wi-page-route .wr-vehicle-group__label small,
body.wi-page-route .wr-faq-intro,
body.wi-page-route .wr-copy-soft,
body.wi-page-route .wr-copy-muted,
body.wi-page-route .wr-story-next-card p,
body.wi-page-route .wr-related-link span,
body.wi-page-route .wr-related-link p{
  color:#b3bcc7 !important;
}
body.wi-page-route #booking .wr-vehicle-group__label{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  margin-bottom:12px !important;
}
body.wi-page-route #booking .wr-class-grid{
  grid-template-columns:1fr !important;
  gap:14px !important;
}
body.wi-page-route #booking .wr-class-card{
  display:grid !important;
  grid-template-columns:132px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:stretch !important;
  padding:14px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;
  border:1px solid rgba(197,160,89,.14) !important;
  border-radius:24px !important;
}
body.wi-page-route #booking .wr-class-card img,
body.wi-page-route #booking .wr-class-card .wr-media,
body.wi-page-route #booking .wr-class-card .wr-vehicle-media img{
  width:100% !important;
  height:100% !important;
  min-height:108px !important;
  aspect-ratio:4 / 3 !important;
  object-fit:cover !important;
  border-radius:20px !important;
}
body.wi-page-route #booking .wr-class-body{
  display:grid !important;
  align-content:start !important;
  gap:10px !important;
  min-width:0 !important;
  padding:0 !important;
}
body.wi-page-route #booking .wr-class-head{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:10px !important;
  align-items:start !important;
}
body.wi-page-route #booking .wr-class-copy,
body.wi-page-route #booking .wr-class-copy *{
  min-width:0 !important;
}
body.wi-page-route #booking .wr-class-copy h3{
  margin:0 !important;
  color:#ffffff !important;
  font-size:22px !important;
  line-height:1.08 !important;
  letter-spacing:-.03em !important;
  font-weight:900 !important;
  overflow-wrap:anywhere !important;
}
body.wi-page-route #booking .wr-class-eyebrow,
body.wi-page-route #booking .wr-class-badge,
body.wi-page-route #booking .wi-service-standard__chip{
  color:#f2e3c4 !important;
}
body.wi-page-route #booking .wr-price-box,
body.wi-page-route #booking .wr-price-box strong,
body.wi-page-route #booking .wr-price-main,
body.wi-page-route #booking .wr-class-price{
  color:#c5a059 !important;
  font-size:20px !important;
  line-height:1 !important;
  font-weight:900 !important;
}
body.wi-page-route #booking .wr-meta-row,
body.wi-page-route #booking .wr-meta-row span,
body.wi-page-route #booking .wr-class-fitline,
body.wi-page-route #booking .wr-class-model,
body.wi-page-route #booking .wr-fit-hint,
body.wi-page-route #booking .wr-card-actions,
body.wi-page-route #booking .wr-booking-selected-card p,
body.wi-page-route #booking .wr-booking-selected-card small{
  color:#b3bcc7 !important;
}
body.wi-page-route #booking .wr-meta-row{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}
body.wi-page-route #booking .wr-meta-row span{
  background:none !important;
  border:0 !important;
  min-height:0 !important;
  padding:0 !important;
  color:#b3bcc7 !important;
  font-size:14px !important;
  font-weight:700 !important;
}
body.wi-page-route #booking .wr-card-actions,
body.wi-page-route #booking .wr-card-actions--single{
  display:flex !important;
  justify-content:flex-start !important;
  align-items:center !important;
  margin-top:2px !important;
}
body.wi-page-route #booking .wr-card-actions .wr-btn,
body.wi-page-route #booking .wr-card-actions .wr-btn--primary,
body.wi-page-route #booking .wr-card-actions .js-book-class{
  min-height:44px !important;
  padding:0 16px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#c5a059 0%, #a78342 100%) !important;
  border:1px solid rgba(197,160,89,.34) !important;
  color:#050708 !important;
  font-size:14px !important;
  font-weight:900 !important;
}
body.wi-page-route #booking .wr-class-card.is-selected,
body.wi-page-route #booking .wr-class-card[data-selected="1"]{
  border-color:#c5a059 !important;
  box-shadow:0 0 0 1px rgba(197,160,89,.32), 0 18px 44px rgba(197,160,89,.14) !important;
}
body.wi-page-route #booking .wr-booking-selected-card,
body.wi-page-route #booking .wr-booking-selected-card *{
  color:#eef2f6 !important;
}
body.wi-page-route #booking .wr-booking-selected-card__price{
  color:#c5a059 !important;
}
body.wi-page-route .wr-service-strip,
body.wi-page-route .wi-service-standard{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}
body.wi-page-route .wr-related-grid,
body.wi-page-route .wr-story-next-grid,
body.wi-page-route #reviews .wr-review-grid,
body.wi-page-route #reviews .wr-review-grid--slider,
body.wi-page-route .wr-details-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:16px !important;
}
body.wi-page-route .wr-related-link,
body.wi-page-route .wr-related-link--row,
body.wi-page-route .wr-story-next-card{
  background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;
  border:1px solid rgba(197,160,89,.14) !important;
  border-radius:24px !important;
  box-shadow:0 18px 42px rgba(0,0,0,.30) !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
  align-items:start !important;
  padding:18px !important;
  overflow:hidden !important;
  text-decoration:none !important;
}
body.wi-page-route .wr-related-link > div,
body.wi-page-route .wr-story-next-card > div{
  display:grid !important;
  gap:8px !important;
}
body.wi-page-route .wr-related-link strong,
body.wi-page-route .wr-story-next-card strong{
  margin:0 !important;
  color:#ffffff !important;
  font-size:22px !important;
  line-height:1.16 !important;
  letter-spacing:-.03em !important;
  overflow-wrap:anywhere !important;
}
body.wi-page-route .wr-related-link span,
body.wi-page-route .wr-story-next-card p,
body.wi-page-route .wr-story-next-card__meta,
body.wi-page-route .wr-related-link .wr-meta-row{
  color:#b3bcc7 !important;
  margin:0 !important;
}
body.wi-page-route .wr-related-link em,
body.wi-page-route .wr-story-next-card__cta{
  justify-self:start !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:38px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#c5a059 0%, #a78342 100%) !important;
  color:#050708 !important;
  font-style:normal !important;
  font-weight:900 !important;
}
body.wi-page-route #reviews,
body.wi-page-route #faq{
  background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;
  border:1px solid rgba(197,160,89,.14) !important;
  border-radius:28px !important;
  padding:22px !important;
}
body.wi-page-route #reviews .wr-review,
body.wi-page-route #faq .wr-faq-item,
body.wi-page-route #faq .wi-faq-accordion details{
  background:rgba(255,255,255,.02) !important;
  border:1px solid rgba(197,160,89,.12) !important;
}
body.wi-page-route #reviews .wr-review h3,
body.wi-page-route #reviews .wr-review strong,
body.wi-page-route #faq summary,
body.wi-page-route #faq summary *{
  color:#ffffff !important;
}
body.wi-page-route #reviews .wr-review p,
body.wi-page-route #reviews .wr-review-meta,
body.wi-page-route #faq .wi-faq-answer,
body.wi-page-route #faq .wu-faq-item__body{
  color:#b3bcc7 !important;
}
body.wi-page-route .wr-section--why-route .wr-panel,
body.wi-page-route .wr-section--why-book .wr-panel,
body.wi-page-route .wr-why-card{
  background:rgba(255,255,255,.02) !important;
  border:1px solid rgba(197,160,89,.12) !important;
}
body.wi-page-route .wr-section--why-route .wr-panel *,
body.wi-page-route .wr-section--why-book .wr-panel *,
body.wi-page-route .wr-why-card *{
  color:#eef2f6 !important;
}
body .wi-page-vehicle .wi-section h2,
body .wi-page-vehicle .wi-card h3,
body .wi-page-vehicle .wi-section p,
body .wi-page-vehicle .wi-card p,
body .wi-page-vehicle .wi-card-meta,
body .wi-page-vehicle .wi-card-desc,
body .wi-page-vehicle .ws-note,
body .wi-page-vehicle .wi-note{
  color:#eef2f6 !important;
}
body .wi-page-vehicle .wi-section,
body .wi-page-vehicle .wi-card,
body .wi-page-vehicle .ws-route-card,
body .wi-page-vehicle .ws-link-card,
body .wi-page-vehicle .ws-note,
body .wi-page-vehicle .wi-note,
body .wi-page-vehicle .wi-alert-card{
  background:linear-gradient(180deg,#0a0d10 0%, #12171c 100%) !important;
  border:1px solid rgba(197,160,89,.14) !important;
  color:#eef2f6 !important;
}
@media (max-width:760px){
  body.wi-page-route .wr-main > .wr-section,
  body.wi-page-route .wr-main > .ws-section,
  body.wi-page-route #reviews,
  body.wi-page-route #faq{padding:18px !important;}
  body.wi-page-route #booking .wr-class-card{grid-template-columns:110px minmax(0,1fr) !important;gap:12px !important;padding:12px !important;}
  body.wi-page-route #booking .wr-class-copy h3{font-size:19px !important;}
  body.wi-page-route #booking .wr-price-box strong{font-size:18px !important;}
}


/* Pass 140 — route closure, booking readability, compact header */
body.wi-page-route,
body.wi-page-route .wr-page,
body.wi-page-route .wr-layout,
body.wi-page-route main,
body.wi-page-route .wi-shell,
body.wi-page-route .wi-page-shell,
body.wi-page-route .wi-section-container,
body.wi-page-route section,
body.wi-page-route #reviews,
body.wi-page-route #faq,
body.wi-page-route .wr-section,
body.wi-page-route .wr-panel-wrap{
  background:#050708 !important;
  color:#eef2f6 !important;
}
body.wi-page-route .wr-page,
body.wi-page-route .wr-layout{
  width:min(1160px,calc(100% - 20px)) !important;
  margin-inline:auto !important;
}
body.wi-page-route .wr-hero,
body.wi-page-route .wr-panel,
body.wi-page-route .wr-review,
body.wi-page-route .wr-faq-item,
body.wi-page-route .wr-related-link,
body.wi-page-route .wr-story-next-card,
body.wi-page-route #booking .wr-booking-sticky,
body.wi-page-route #booking .wr-form-section,
body.wi-page-route #booking .wr-booking-brain,
body.wi-page-route #booking .wr-booking-selected-card,
body.wi-page-route #booking .wr-booking-essential-grid > div,
body.wi-page-route #booking .wr-pickup-mode-grid > div,
body.wi-page-route #booking .wr-form-grid > div,
body.wi-page-route #booking .wr-class-card{
  background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%) !important;
  color:#eef2f6 !important;
  border:1px solid rgba(197,160,89,.16) !important;
}
body.wi-page-route .wr-section-head h2,
body.wi-page-route .wr-section-head strong,
body.wi-page-route .wr-subhead,
body.wi-page-route #reviews h2,
body.wi-page-route #faq h2,
body.wi-page-route .wr-review-title,
body.wi-page-route .wr-faq-title,
body.wi-page-route .wr-vehicle-group__label span,
body.wi-page-route .wr-vehicle-group__title,
body.wi-page-route .wr-hero h1,
body.wi-page-route .wr-hero h2,
body.wi-page-route .wr-hero h3,
body.wi-page-route .wr-hero strong{
  color:#ffffff !important;
}
body.wi-page-route .wr-section-head p,
body.wi-page-route .wr-faq-intro,
body.wi-page-route .wr-review p,
body.wi-page-route .wr-copy-soft,
body.wi-page-route .wr-copy-muted,
body.wi-page-route .wr-vehicle-group__label small,
body.wi-page-route .wr-hero p,
body.wi-page-route .wr-hero small,
body.wi-page-route .wr-hero span,
body.wi-page-route .wr-review small{
  color:#b3bcc7 !important;
}
body.wi-page-route #booking .wr-class-grid{
  grid-template-columns:1fr !important;
  gap:14px !important;
}
body.wi-page-route #booking .wr-class-card{
  display:grid !important;
  grid-template-columns:124px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:center !important;
  padding:14px !important;
  border-radius:24px !important;
  overflow:hidden !important;
}
body.wi-page-route #booking .wr-class-card .wr-media,
body.wi-page-route #booking .wr-class-card .wr-vehicle-media,
body.wi-page-route #booking .wr-class-card img{
  display:block !important;
  width:124px !important;
  height:124px !important;
  min-height:124px !important;
  object-fit:cover !important;
  border-radius:20px !important;
  overflow:hidden !important;
}
body.wi-page-route #booking .wr-class-body{
  display:grid !important;
  gap:8px !important;
  align-content:start !important;
  min-width:0 !important;
}
body.wi-page-route #booking .wr-class-head{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:10px !important;
  align-items:start !important;
}
body.wi-page-route #booking .wr-class-copy,
body.wi-page-route #booking .wr-class-copy *{
  min-width:0 !important;
}
body.wi-page-route #booking .wr-class-copy h3,
body.wi-page-route #booking .wr-class-copy strong,
body.wi-page-route #booking .wr-class-copy a,
body.wi-page-route #booking .wr-booking-selected-card__title,
body.wi-page-route #booking .wr-booking-selected-card strong,
body.wi-page-route #booking .wr-booking-selected-card h3{
  color:#ffffff !important;
  font-size:22px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  margin:0 !important;
  overflow-wrap:anywhere !important;
}
body.wi-page-route #booking .wr-class-price,
body.wi-page-route #booking .wr-price-main,
body.wi-page-route #booking .wr-price-box strong,
body.wi-page-route #booking .wr-booking-selected-card__price{
  color:#c5a059 !important;
  font-size:20px !important;
  font-weight:900 !important;
}
body.wi-page-route #booking .wr-class-fitline,
body.wi-page-route #booking .wr-class-model,
body.wi-page-route #booking .wr-fit-hint,
body.wi-page-route #booking .wr-booking-selected-card p,
body.wi-page-route #booking .wr-booking-selected-card small,
body.wi-page-route #booking .wr-card-actions,
body.wi-page-route #booking .wr-meta-row,
body.wi-page-route #booking .wr-meta-row span{
  color:#b3bcc7 !important;
  font-size:14px !important;
}
body.wi-page-route #booking .wr-card-actions,
body.wi-page-route #booking .wr-card-actions--single{
  display:flex !important;
  justify-content:flex-start !important;
  align-items:center !important;
}
body.wi-page-route #booking .wr-card-actions .wr-btn,
body.wi-page-route #booking .wr-card-actions .wr-btn--primary,
body.wi-page-route #booking .wr-card-actions .js-book-class{
  min-height:44px !important;
  padding:0 16px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#c5a059 0%,#a78342 100%) !important;
  border:1px solid rgba(197,160,89,.34) !important;
  color:#050708 !important;
  font-size:14px !important;
  font-weight:900 !important;
}
body.wi-page-route #booking .wr-class-card.is-selected,
body.wi-page-route #booking .wr-class-card[data-selected="1"],
body.wi-page-route #booking .wr-booking-selected-card{
  border-color:#c5a059 !important;
  box-shadow:0 0 0 1px rgba(197,160,89,.36),0 18px 44px rgba(197,160,89,.16) !important;
}
body.wi-page-route #booking .wr-number-stepper{
  display:grid !important;
  grid-template-columns:48px minmax(0,1fr) 48px !important;
  overflow:hidden !important;
  background:#050708 !important;
  border:1px solid rgba(197,160,89,.18) !important;
  border-radius:18px !important;
}
body.wi-page-route #booking .wr-step-btn{
  background:#050708 !important;
  color:#c5a059 !important;
  border:0 !important;
  font-size:34px !important;
  font-weight:900 !important;
}
body.wi-page-route #booking .wr-step-btn:hover{background:#11161b !important;color:#f2e3c4 !important;}
body.wi-page-route #booking .wr-number-stepper input{
  background:#050708 !important;
  color:#ffffff !important;
  border-left:1px solid rgba(197,160,89,.14) !important;
  border-right:1px solid rgba(197,160,89,.14) !important;
  text-align:center !important;
  font-size:22px !important;
  font-weight:900 !important;
}
body.wi-page-route .wr-related-grid,
body.wi-page-route .wr-story-next-grid,
body.wi-page-route .wr-details-grid,
body.wi-page-route #reviews .wr-review-grid,
body.wi-page-route #reviews .wr-review-grid--slider{
  grid-template-columns:1fr !important;
  gap:16px !important;
}
body.wi-page-route .wr-related-link,
body.wi-page-route .wr-related-link--row,
body.wi-page-route .wr-story-next-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:10px !important;
  padding:18px !important;
  text-decoration:none !important;
}
body.wi-page-route .wr-related-link strong,
body.wi-page-route .wr-related-link--row strong,
body.wi-page-route .wr-story-next-card strong{
  color:#ffffff !important;
  font-size:22px !important;
  line-height:1.16 !important;
  margin:0 !important;
}
body.wi-page-route .wr-related-link p,
body.wi-page-route .wr-related-link span,
body.wi-page-route .wr-related-link .wr-meta-row,
body.wi-page-route .wr-story-next-card p,
body.wi-page-route .wr-story-next-card__meta,
body.wi-page-route .wr-copy-card p,
body.wi-page-route .wr-copy-card .wi-muted,
body.wi-page-route .wr-story-next-card .wi-muted{display:none !important;}
body.wi-page-route .wr-related-link em,
body.wi-page-route .wr-story-next-card__cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#c5a059 0%,#a78342 100%) !important;
  color:#050708 !important;
  font-style:normal !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
body.wi-page-route .wr-review,
body.wi-page-route .wi-review-block,
body.wi-page-route .wu-faq-item,
body.wi-page-route .wi-faq-accordion details{background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%) !important;color:#eef2f6 !important;}
body.wi-page-route .wr-review p,
body.wi-page-route .wi-review-block__quote,
body.wi-page-route .wu-faq-item__body,
body.wi-page-route .wi-faq-answer{color:#eef2f6 !important;}
body.wi-page-route .wr-review-title,
body.wi-page-route #reviews h2,
body.wi-page-route #faq h2,
body.wi-page-route .wr-faq-title{opacity:1 !important;visibility:visible !important;display:block !important;color:#ffffff !important;}
body .ww-header-wrap{background:rgba(5,7,8,.94) !important;border-bottom:1px solid rgba(197,160,89,.14) !important;backdrop-filter:blur(14px) !important;}
body .ww-site-shell{width:min(1160px,calc(100% - 20px)) !important;margin-inline:auto !important;}
body .ww-header{min-height:58px !important;padding:8px 0 !important;gap:12px !important;align-items:center !important;}
body .ww-brand img{width:34px !important;height:34px !important;}
body .ww-brand-copy,body .ww-brand-tag{display:none !important;}
body .ww-lang-toggle{min-height:48px !important;padding:8px 12px !important;}
body .ww-lang-toggle-text strong{font-size:16px !important;}
body .ww-search-wrap{padding:0 0 10px !important;}
body .ww-search{max-width:520px !important;margin:0 auto !important;}
body .ww-search-shell{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:10px !important;align-items:center !important;padding:8px !important;border-radius:20px !important;background:linear-gradient(180deg,#0a0d10 0%,#12171c 100%) !important;border:1px solid rgba(197,160,89,.18) !important;}
body .ww-search-shell input{min-height:44px !important;padding:0 14px !important;background:#050708 !important;color:#ffffff !important;border:1px solid transparent !important;border-radius:14px !important;}
body .ww-search-shell input::placeholder{color:#9ea8b3 !important;}
body .ww-search-shell input:focus{outline:none !important;border-color:rgba(197,160,89,.42) !important;box-shadow:0 0 0 3px rgba(197,160,89,.12) !important;}
body .ww-search-btn{min-height:44px !important;padding:0 16px !important;border-radius:14px !important;background:linear-gradient(180deg,#c5a059 0%,#a78342 100%) !important;color:#050708 !important;border:1px solid rgba(197,160,89,.28) !important;font-weight:900 !important;}
body.wi-page-route .ww-search-wrap{display:none !important;}
body.wi-page-directory .wi-card-desc,
body.wi-page-vehicle .wi-card-desc,
body.wi-page-airport .wi-card-desc{display:none !important;}
@media (max-width:760px){
  body .ww-header{grid-template-columns:auto 1fr auto !important;min-height:54px !important;padding:6px 0 !important;}
  body .ww-search{max-width:none !important;}
  body .ww-search-shell{grid-template-columns:1fr !important;}
  body .ww-search-btn{width:100% !important;}
  body.wi-page-route #booking .wr-class-card{grid-template-columns:112px minmax(0,1fr) !important;}
  body.wi-page-route #booking .wr-class-card .wr-media,
  body.wi-page-route #booking .wr-class-card .wr-vehicle-media,
  body.wi-page-route #booking .wr-class-card img{width:112px !important;height:112px !important;min-height:112px !important;}
}

body.wi-page-route #booking .wr-class-fitline,
body.wi-page-route #booking .wr-class-model,
body.wi-page-route #booking .wr-fit-hint{display:none !important;}
body.wi-page-route #booking .wr-class-copy h3,
body.wi-page-route #booking .wr-class-price,
body.wi-page-route #booking .wr-meta-row,
body.wi-page-route #booking .wr-card-actions .js-book-class{opacity:1 !important;filter:none !important;text-shadow:none !important;}
body.wi-page-route #booking .wr-class-card [style*="color"],
body.wi-page-route .wr-related-link [style*="color"],
body.wi-page-route .wr-story-next-card [style*="color"]{color:inherit !important;}
body.wi-page-route .wr-related-link > :not(strong):not(em),
body.wi-page-route .wr-story-next-card > :not(strong):not(.wr-story-next-card__cta){max-width:100% !important;}
body.wi-page-route .wr-related-link strong,
body.wi-page-route .wr-story-next-card strong{max-width:100% !important;}
body.wi-page-route .wr-related-link .wr-meta-row,body.wi-page-route .wr-story-next-card__meta{display:none !important;}
body.wi-page-route #reviews,body.wi-page-route #faq,body.wi-page-route .wr-section,body.wi-page-route .wr-panel-wrap{padding-top:0 !important;}

body.wi-page-route .wr-related-link > div,
body.wi-page-route .wr-related-link--row > div,
body.wi-page-route .wr-story-next-card > div{width:100% !important;min-width:0 !important;}
body.wi-page-route .wr-related-link em,
body.wi-page-route .wr-story-next-card__cta{position:static !important;}
