.fleet-page{--fleet-blue:#0D1B3D;--fleet-blue-dark:#071124;--fleet-ink:#0D1B3D;--fleet-muted:#66758d;--fleet-line:#dfe6f1;background:#f6f8fb;color:var(--fleet-ink);overflow-x:hidden}
.fleet-page *{box-sizing:border-box;letter-spacing:0}
.fleet-page .wc-container{width:min(1660px,calc(100% - 48px));max-width:none;margin:0 auto}
.fleet-hero{padding:28px 0 16px}
.fleet-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:16px;align-items:stretch}
.fleet-hero-copy,.fleet-hero-proof,.fleet-tools-inner,.fleet-card,.fleet-empty,.fleet-bottom-inner{border:1px solid var(--fleet-line);border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(15,23,42,.06)}
.fleet-hero-copy{padding:30px;background:linear-gradient(135deg,#fff 0%,#eef5ff 100%)}
.fleet-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#eaf2ff;color:var(--fleet-blue);font-size:12px;font-weight:950;text-transform:uppercase}
.fleet-hero h1{max-width:950px;margin:13px 0 11px;font-size:clamp(34px,4.2vw,62px);line-height:1.02}
.fleet-hero p{max-width:820px;margin:0;color:var(--fleet-muted);font-size:17px;font-weight:800;line-height:1.55}
.fleet-hero-proof{display:grid;grid-template-columns:1fr;gap:0;padding:10px}
.fleet-hero-proof div{display:grid;align-content:center;min-height:104px;padding:18px;border-radius:22px;background:#f8fafc}
.fleet-hero-proof div+div{margin-top:8px}
.fleet-hero-proof strong{font-size:27px;line-height:1.05}
.fleet-hero-proof span{margin-top:5px;color:var(--fleet-muted);font-size:14px;font-weight:850}
.fleet-tools{padding:0 0 18px}
.fleet-tools-inner{display:grid;gap:13px;padding:16px}
.fleet-tools-summary{display:flex;align-items:center;justify-content:space-between;gap:12px}
.fleet-tools-summary strong{font-size:18px}
.fleet-tools-summary span{color:var(--fleet-muted);font-weight:850;text-align:right}
.fleet-filter-scroll{display:flex;gap:8px;overflow:auto;padding-bottom:3px}
.fleet-filter-scroll a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:39px;padding:0 14px;border:1px solid var(--fleet-line);border-radius:999px;background:#fff;color:#334155;font-size:14px;font-weight:950;text-decoration:none}
.fleet-filter-scroll a.is-active{border-color:var(--fleet-blue);background:var(--fleet-blue);color:#fff}
.fleet-filter-selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.fleet-filter-selects label{display:grid;gap:6px;color:var(--fleet-muted);font-size:12px;font-weight:950;text-transform:uppercase}
.fleet-filter-selects select{height:44px;border:1px solid var(--fleet-line);border-radius:14px;background:#f8fafc;color:var(--fleet-ink);font:inherit;font-weight:900;padding:0 12px}
.fleet-list{padding:0 0 22px}
.fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.fleet-card{position:relative;overflow:hidden;display:grid;grid-template-rows:auto 1fr;border-radius:30px}
.fleet-card::before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,#fd7906,#ffb169);z-index:2}
.fleet-card-media{position:relative;display:block;aspect-ratio:16/12;background:linear-gradient(135deg,#f8fafc,#eef5ff);overflow:hidden}
.fleet-card-image-link{position:absolute;inset:0;display:block;overflow:hidden}
.fleet-card-media img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;opacity:1;transform:scale(1);transition:transform .34s ease}
.fleet-card-media::after{content:"";position:absolute;left:0;right:0;bottom:0;height:32%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.92));pointer-events:none}
.fleet-card-body{display:grid;gap:12px;padding:18px 20px 20px}
.fleet-card-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}
.fleet-card-top h2{margin:0;font-size:25px;line-height:1.05}
.fleet-card-top h2 a{color:inherit;text-decoration:none}
.fleet-card-top span{display:block;margin-top:4px;color:var(--fleet-muted);font-weight:900}
.fleet-card-price{align-self:start;text-align:right}
.fleet-card-price small{display:block;color:var(--fleet-muted);font-size:11px;font-weight:950;text-transform:uppercase}
.fleet-card-price strong{display:block;margin-top:2px;font-size:20px;white-space:nowrap}
.fleet-specs{display:flex;flex-wrap:wrap;gap:7px}
.fleet-specs span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid #dde7f2;border-radius:999px;background:#f8fafc;color:#334155;font-size:13px;font-weight:900}
.fleet-card p{min-height:40px;margin:0;color:var(--fleet-muted);font-size:14px;font-weight:780;line-height:1.45}
.fleet-card-actions{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;border-top:1px solid #edf2f7;padding-top:14px}
.fleet-reserve-btn,.fleet-card-actions a,.fleet-bottom-inner button,.fleet-empty a,.fleet-modal-submit{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:15px;font:inherit;font-weight:950;text-decoration:none;cursor:pointer}
.fleet-reserve-btn,.fleet-modal-submit,.fleet-bottom-inner button{background:var(--fleet-blue);color:#fff;box-shadow:0 14px 28px rgba(11,99,246,.18)}
.fleet-card-actions a{padding:0 14px;background:#eef5ff;color:var(--fleet-blue)}
.fleet-empty{padding:34px;text-align:center}
.fleet-empty h2{margin:0 0 8px;font-size:30px}
.fleet-empty p{max-width:620px;margin:0 auto 16px;color:var(--fleet-muted);font-weight:800;line-height:1.5}
.fleet-empty a{padding:0 18px;background:var(--fleet-blue);color:#fff}
.fleet-bottom-note{padding:0 0 56px}
.fleet-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;background:linear-gradient(135deg,#fff 0%,#eef5ff 100%)}
.fleet-bottom-inner span{color:var(--fleet-blue);font-size:12px;font-weight:950;text-transform:uppercase}
.fleet-bottom-inner h2{max-width:850px;margin:4px 0 0;font-size:28px;line-height:1.12}
.fleet-bottom-inner button{padding:0 20px;white-space:nowrap}
.fleet-booking-overlay{position:fixed;inset:0;z-index:3000;background:rgba(15,23,42,.58);backdrop-filter:blur(10px)}
.fleet-booking-modal{position:fixed;left:50%;top:50%;z-index:3001;width:min(940px,calc(100% - 28px));max-height:calc(100vh - 28px);overflow:auto;transform:translate(-50%,-50%) scale(.98);opacity:0;pointer-events:none;border:1px solid rgba(219,230,242,.96);border-radius:32px;background:#fff;box-shadow:0 34px 90px rgba(15,23,42,.32);padding:28px;transition:opacity .18s ease,transform .18s ease}
.fleet-booking-modal.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
.fleet-modal-close{position:absolute;right:18px;top:18px;width:48px;height:48px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:32px;font-weight:900;cursor:pointer}
.fleet-modal-head{max-width:760px}
.fleet-modal-head span{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eaf2ff;color:var(--fleet-blue);font-size:12px;font-weight:950;text-transform:uppercase}
.fleet-modal-head h2{margin:13px 0 8px;font-size:clamp(30px,4vw,46px);line-height:1}
.fleet-modal-head p{margin:0;color:var(--fleet-muted);font-weight:820;line-height:1.5}
.fleet-modal-form{display:grid;gap:13px;margin-top:22px}
.fleet-modal-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}
.fleet-modal-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}
.fleet-modal-field{display:grid;gap:7px;color:var(--fleet-muted);font-size:12px;font-weight:950;text-transform:uppercase}
.fleet-modal-field select,.fleet-modal-field input{width:100%;height:52px;border:1px solid var(--fleet-line);border-radius:16px;background:#f8fafc;color:#0f172a;font:inherit;font-size:16px;font-weight:900;padding:0 13px}
.fleet-dropoff-field.is-disabled{opacity:.55}
.fleet-same-location{display:flex;align-items:center;gap:8px;min-height:52px;padding:0 13px;border:1px solid var(--fleet-line);border-radius:16px;background:#fff;color:#334155;font-size:14px;font-weight:900;white-space:nowrap}
.fleet-same-location input{width:20px;height:20px}
.fleet-modal-submit{width:100%;min-height:58px;margin-top:4px;font-size:20px}
.fleet-modal-note{display:block;color:#64748b;text-align:center;font-weight:820;line-height:1.4}
body.fleet-modal-open{overflow:hidden}
@media(max-width:1180px){
  .fleet-hero-inner{grid-template-columns:1fr}
  .fleet-hero-proof{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fleet-hero-proof div+div{margin-top:0}
  .fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fleet-filter-selects{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .fleet-page .wc-container{width:calc(100% - 20px)}
  .fleet-hero{padding-top:16px}
  .fleet-hero-copy,.fleet-hero-proof,.fleet-tools-inner,.fleet-card,.fleet-bottom-inner{border-radius:22px}
  .fleet-hero-copy{padding:20px}
  .fleet-hero h1{font-size:34px}
  .fleet-hero p{font-size:15px}
  .fleet-hero-proof,.fleet-grid,.fleet-filter-selects,.fleet-modal-grid,.fleet-modal-grid.compact{grid-template-columns:1fr}
  .fleet-hero-proof div{min-height:auto}
  .fleet-tools-summary,.fleet-bottom-inner{display:grid}
  .fleet-tools-summary span{text-align:left}
  .fleet-card-top{grid-template-columns:1fr}
  .fleet-card-price{text-align:left}
  .fleet-card-actions{grid-template-columns:1fr}
  .fleet-card-actions a{width:100%}
  .fleet-bottom-inner button{width:100%}
  .fleet-booking-modal{border-radius:24px;padding:20px}
  .fleet-modal-close{right:12px;top:12px;width:44px;height:44px}
  .fleet-modal-head{padding-right:46px}
  .fleet-modal-head h2{font-size:31px}
  .fleet-same-location{justify-content:flex-start}
}

/* Romania Rentacar public fleet refresh: aligned with homepage and booking cards. */
body.fleet-public-body .fleet-page {
  --fleet-blue:#147fe8;
  --fleet-blue-dark:#0b6fd0;
  --fleet-navy:#0D1B3D;
  --fleet-muted:#60708d;
  --fleet-line:#dfe6f1;
  background:#f6f8fb;
}

body.fleet-public-body .fleet-page .wc-container {
  width:min(1500px,calc(100% - 48px));
}

body.fleet-public-body .fleet-hero {
  padding:18px 0 14px;
}

body.fleet-public-body .fleet-hero-inner {
  grid-template-columns:minmax(0,1fr);
  gap:14px;
}

body.fleet-public-body .fleet-hero-copy {
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 38px;
  border-radius:30px;
  background:
    linear-gradient(90deg,rgba(13,27,61,.92),rgba(13,27,61,.58),rgba(13,27,61,.2)),
    url('/uploads/heroes/hero-fleet-desktop.webp') center/cover no-repeat;
  color:#fff;
  box-shadow:0 20px 60px rgba(6,29,69,.11);
}

body.fleet-public-body .fleet-eyebrow {
  width:fit-content;
  min-height:0;
  padding:0 0 0 14px;
  border-radius:0;
  background:transparent;
  color:#fff;
  border-left:3px solid #E63946;
  font-size:13px;
}

body.fleet-public-body .fleet-hero h1 {
  max-width:760px;
  margin:15px 0 10px;
  color:#fff;
  font-size:clamp(42px,5vw,76px);
  letter-spacing:0;
}

body.fleet-public-body .fleet-hero p {
  max-width:700px;
  color:rgba(255,255,255,.88);
  font-size:18px;
}

body.fleet-public-body .fleet-hero-proof {
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  padding:0;
  border:1px solid rgba(223,230,241,.95);
  border-radius:999px;
  background:#fff;
  box-shadow:0 14px 38px rgba(6,29,69,.06);
  overflow:hidden;
}

body.fleet-public-body .fleet-hero-proof div {
  min-height:72px;
  padding:14px 22px;
  border-radius:0;
  background:#fff;
}

body.fleet-public-body .fleet-hero-proof div+div {
  margin-top:0;
  border-left:1px solid var(--fleet-line);
}

body.fleet-public-body .fleet-hero-proof strong {
  color:var(--fleet-navy);
  font-size:22px;
}

body.fleet-public-body .fleet-hero-proof span {
  color:var(--fleet-muted);
  font-size:12px;
}

body.fleet-public-body .fleet-hero-proof button {
  min-height:72px;
  border:0;
  border-radius:999px;
  margin:8px;
  background:var(--fleet-blue);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(20,127,232,.22);
}

body.fleet-public-body .fleet-tools {
  padding:4px 0 22px;
}

body.fleet-public-body .fleet-tools-inner {
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  padding:18px 20px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(6,29,69,.045);
}

body.fleet-public-body .fleet-tools-summary {
  display:grid;
  justify-content:start;
}

body.fleet-public-body .fleet-tools-summary strong {
  color:var(--fleet-navy);
  font-size:28px;
  line-height:1.05;
}

body.fleet-public-body .fleet-tools-summary span {
  color:var(--fleet-muted);
  text-align:left;
}

body.fleet-public-body .fleet-filter-selects {
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  min-width:0;
}

body.fleet-public-body .fleet-filter-selects label {
  min-width:0;
  text-transform:none;
  color:var(--fleet-muted);
}

body.fleet-public-body .fleet-filter-selects select {
  width:100%;
  min-width:0;
  height:46px;
  border-radius:999px;
  background:#fff;
  color:var(--fleet-navy);
}

body.fleet-public-body .fleet-list {
  padding-bottom:32px;
}

body.fleet-public-body .fleet-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

body.fleet-public-body .fleet-card {
  grid-template-columns:300px minmax(0,1fr);
  grid-template-rows:1fr;
  min-height:284px;
  border-radius:24px;
  border:1px solid rgba(223,230,241,.95);
  background:#fff;
  box-shadow:0 14px 42px rgba(6,29,69,.06);
}

body.fleet-public-body .fleet-card::before {
  display:none;
}

body.fleet-public-body .fleet-card-media {
  aspect-ratio:auto;
  min-height:100%;
  background:linear-gradient(145deg,#fff,#f7faff);
}

body.fleet-public-body .fleet-card-media::after {
  display:none;
}

body.fleet-public-body .fleet-card-media img {
  object-fit:contain;
  padding:28px;
}

body.fleet-public-body .fleet-card-body {
  align-content:start;
  gap:16px;
  padding:26px 24px 22px;
}

body.fleet-public-body .fleet-card-top {
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
}

body.fleet-public-body .fleet-card-category {
  display:inline-flex;
  width:fit-content;
  margin:0 0 8px;
  min-height:26px;
  align-items:center;
  padding:0 11px;
  border-radius:999px;
  background:#e9fbf5;
  color:#087a56;
  font-size:12px;
  font-weight:950;
}

body.fleet-public-body .fleet-card-top h2 {
  color:var(--fleet-navy);
  font-size:30px;
  line-height:1.05;
}

body.fleet-public-body .fleet-similar-label {
  margin-top:5px;
  color:var(--fleet-muted);
  font-size:13px;
}

body.fleet-public-body .fleet-card-price small {
  color:var(--fleet-muted);
  text-transform:none;
}

body.fleet-public-body .fleet-card-price strong {
  color:var(--fleet-navy);
  font-size:24px;
}

body.fleet-public-body .fleet-specs {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,max-content));
  gap:10px 18px;
}

body.fleet-public-body .fleet-specs span {
  justify-content:flex-start;
  gap:7px;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#4b5a73;
  font-size:13px;
}

body.fleet-public-body .fleet-spec-icon {
  width:17px;
  height:17px;
  flex:0 0 17px;
  color:#0057B8;
  fill:currentColor;
}

body.fleet-public-body .fleet-card p {
  min-height:0;
  color:var(--fleet-muted);
  font-size:14px;
  font-weight:760;
}

body.fleet-public-body .fleet-card-actions {
  margin-top:auto;
  border-top:0;
  padding-top:2px;
}

body.fleet-public-body .fleet-reserve-btn,
body.fleet-public-body .fleet-modal-submit,
body.fleet-public-body .fleet-bottom-inner button {
  border-radius:999px;
  background:var(--fleet-blue);
  box-shadow:0 14px 28px rgba(20,127,232,.22);
}

body.fleet-public-body .fleet-card-actions a {
  border-radius:999px;
  background:#f4f8ff;
  color:var(--fleet-navy);
}

body.fleet-public-body .fleet-bottom-inner {
  border-radius:24px;
  background:#0D1B3D;
  color:#fff;
}

body.fleet-public-body .fleet-bottom-inner span,
body.fleet-public-body .fleet-bottom-inner h2 {
  color:#fff;
}

@media(max-width:1180px) {
  body.fleet-public-body .fleet-tools-inner {
    grid-template-columns:1fr;
  }

  body.fleet-public-body .fleet-filter-selects {
    min-width:0;
  }

  body.fleet-public-body .fleet-grid {
    grid-template-columns:1fr;
  }
}

@media(max-width:760px) {
  body.fleet-public-body .fleet-page .wc-container {
    width:calc(100% - 28px);
  }

  body.fleet-public-body .fleet-hero {
    padding-top:8px;
  }

  body.fleet-public-body .fleet-hero-copy {
    min-height:220px;
    padding:24px;
    border-radius:24px;
    background:
      linear-gradient(90deg,rgba(13,27,61,.9),rgba(13,27,61,.54)),
      url('/uploads/heroes/hero-fleet-mobile.webp') center/cover no-repeat;
  }

  body.fleet-public-body .fleet-hero h1 {
    font-size:40px;
  }

  body.fleet-public-body .fleet-hero-proof {
    grid-template-columns:1fr 1fr;
    border-radius:24px;
  }

  body.fleet-public-body .fleet-hero-proof div {
    min-height:64px;
    padding:14px;
  }

  body.fleet-public-body .fleet-hero-proof div+div {
    border-left:0;
  }

  body.fleet-public-body .fleet-hero-proof button {
    grid-column:1 / -1;
    min-height:52px;
  }

  body.fleet-public-body .fleet-tools-inner {
    padding:16px;
    border-radius:22px;
  }

  body.fleet-public-body .fleet-tools-summary strong {
    font-size:24px;
  }

  body.fleet-public-body .fleet-filter-selects {
    grid-template-columns:1fr 1fr;
  }

  body.fleet-public-body .fleet-card {
    grid-template-columns:1fr;
    min-height:0;
    border-radius:22px;
  }

  body.fleet-public-body .fleet-card-media {
    aspect-ratio:16/10;
  }

  body.fleet-public-body .fleet-card-media img {
    padding:20px;
  }

  body.fleet-public-body .fleet-card-body {
    padding:20px;
  }

  body.fleet-public-body .fleet-card-top {
    grid-template-columns:1fr;
  }

  body.fleet-public-body .fleet-card-price {
    text-align:left;
  }

  body.fleet-public-body .fleet-specs {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 12px;
  }
}
