/* ============================================================
   LIMOUSINE AUSTRALIA — FLEET PAGE v1.7
   No sticky top bar — sidebar handles all filtering
   Fonts: Playfair Display + Lato
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Lato:wght@300;400;700;900&display=swap');

:root {
  --gold:       #d4af37;
  --dark:       #0b0b0e;
  --dark2:      #111116;
  --cream:      #f7f3ec;
  --cream2:     #faf8f4;
  --warm:       #eae4d8;
  --text:       #1c1812;
  --text-mid:   #5a5040;
  --text-muted: #9a8860;
  --serif:      'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans:       'Lato', 'Trebuchet MS', Arial, sans-serif;
}

/* reset */
.la-hero *, .la-layout *, .la-trust * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* serif */
.la-hero h1, .la-fleet-title, .la-vc-name,
.la-det-name, .la-det-r-name, .la-rate-price,
.la-vc-price, .la-sb-rval, .la-oth-price, .la-tn, .la-vcs-n {
  font-family: 'Playfair Display', Georgia, serif !important;
}

/* sans */
.la-eyebrow, .la-hero-sub, .la-sb-head, .la-sb-name,
.la-sb-count, .la-sb-rlbl, .la-sb-book, .la-sb-enquire,
.la-fleet-cnt, .la-vc-sub, .la-vc-from, .la-vc-price span,
.la-vcs-l, .la-vf, .la-btn-det, .la-btn-bk,
.la-det-bar-lbl, .la-det-close, .la-det-sub, .la-det-desc,
.la-det-section-head, .la-dft, .la-ds, .la-rate-label,
.la-rate-note, .la-others-head, .la-oth-name,
.la-det-book-full, .la-vc-type, .la-det-badge, .la-tl {
  font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif !important;
}

/* ── HERO ─────────────────────────────────────────────────── */
.la-hero {
  background: #0b0b0e;
  padding: 70px 40px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.la-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37 40%, #c8a227 60%, transparent);
}
.la-hero::after {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 300px;
  background: radial-gradient(ellipse, rgba(212,175,55,0.09) 0%, transparent 70%);
  pointer-events: none;
}
.la-eyebrow {
  font-size: 11px !important; font-weight: 700 !important;
  letter-spacing: 0.5em; text-transform: uppercase; color: #d4af37;
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-bottom: 22px; position: relative; z-index: 1;
}
.la-eyebrow::before, .la-eyebrow::after {
  content: ''; width: 55px; height: 1px; background: rgba(212,175,55,0.45);
}
.la-hero h1 {
  font-size: 64px !important; font-weight: 400 !important;
  color: #f5f0e8 !important; line-height: 1.1 !important;
  margin: 0 0 14px 0 !important; padding: 0 !important;
  position: relative; z-index: 1;
}
.la-hero h1 em { font-style: italic; color: #d4af37; }
.la-hero-sub {
  font-size: 12px !important; font-weight: 300 !important;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); position: relative; z-index: 1;
}

/* ── LAYOUT ───────────────────────────────────────────────── */
.la-layout {
  display: flex !important;
  align-items: flex-start !important;
  background: #eae4d8;
  position: relative;
}

/* ── SIDEBAR — CSS sticky, works with Hello Elementor ──────── */
.la-sidebar {
  width: 240px !important;
  flex-shrink: 0 !important;
  background: #0b0b0e !important;
  border-right: 1px solid rgba(212,175,55,0.12) !important;
  position: sticky !important;
  top: 0 !important;
  max-height: 100vh !important;
  overflow-y: auto !important;
  align-self: flex-start !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(212,175,55,0.25) transparent;
}
.la-sidebar::-webkit-scrollbar { width: 3px; }
.la-sidebar::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.25); border-radius: 2px; }

.la-sb-inner { padding: 30px 0 50px; }
.la-sb-head {
  font-size: 9px !important; font-weight: 900 !important;
  letter-spacing: 0.44em; text-transform: uppercase;
  color: rgba(212,175,55,0.55); padding: 0 22px;
  margin-bottom: 10px; margin-top: 28px;
}
.la-sb-head:first-child { margin-top: 0; }
.la-sb-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 22px; cursor: pointer;
  transition: all 0.18s; border-left: 3px solid transparent;
}
.la-sb-item:hover { background: rgba(255,255,255,0.04); border-left-color: rgba(212,175,55,0.45); }
.la-sb-item.on { background: rgba(212,175,55,0.09); border-left-color: #d4af37; }
.la-sb-name {
  font-size: 13px !important; font-weight: 400 !important;
  color: rgba(255,255,255,0.52); transition: color 0.18s;
}
.la-sb-item.on .la-sb-name,
.la-sb-item:hover .la-sb-name { color: #f0ebe0; }
.la-sb-count {
  font-size: 10px !important; font-weight: 700 !important;
  color: rgba(212,175,55,0.6); background: rgba(212,175,55,0.12);
  padding: 3px 9px; border-radius: 12px; min-width: 28px; text-align: center;
}
.la-sb-div { height: 1px; background: rgba(255,255,255,0.07); margin: 16px 22px; }
.la-sb-rate-row {
  display: flex; align-items: center; justify-content: space-between; padding: 8px 22px;
}
.la-sb-rlbl { font-size: 12px !important; font-weight: 300 !important; color: rgba(255,255,255,0.4); }
.la-sb-rval { font-size: 20px !important; color: #d4af37; }
.la-sb-book {
  display: block; margin: 26px 22px 0;
  background: #d4af37; color: #0b0b0e;
  font-size: 10px !important; font-weight: 900 !important;
  letter-spacing: 0.26em; text-transform: uppercase;
  padding: 14px 10px; text-align: center; border: none;
  cursor: pointer; transition: background 0.2s; width: calc(100% - 44px);
}
.la-sb-book:hover { background: #c9a42e; }
.la-sb-enquire {
  display: block; margin: 10px 22px 0;
  background: transparent; color: rgba(212,175,55,0.75);
  font-size: 10px !important; font-weight: 700 !important;
  letter-spacing: 0.24em; text-transform: uppercase;
  padding: 12px; text-align: center;
  border: 1px solid rgba(212,175,55,0.32);
  cursor: pointer; transition: all 0.2s; width: calc(100% - 44px);
}
.la-sb-enquire:hover { border-color: #d4af37; color: #d4af37; }

/* ── FLEET AREA ───────────────────────────────────────────── */
.la-fleet-area { flex: 1 !important; min-width: 0 !important; background: #f7f3ec; padding: 32px; }
.la-fleet-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.la-fleet-title { font-size: 30px !important; font-weight: 400 !important; color: #1c1812; }
.la-fleet-title em { font-style: italic; color: #d4af37; }
.la-fleet-cnt { font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.2em; color: #9a8860; text-transform: uppercase; }
.la-fleet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

/* ── VEHICLE CARD ─────────────────────────────────────────── */
.la-vc {
  background: #fff; border: 1px solid #e2dbd0;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  cursor: pointer; transition: all 0.25s ease;
}
.la-vc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: #d4af37; transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease; z-index: 2;
}
.la-vc:hover { border-color: #c8a520; box-shadow: 0 12px 44px rgba(0,0,0,0.12); transform: translateY(-4px); }
.la-vc:hover::before { transform: scaleX(1); }
.la-vc.hidden { display: none !important; }

.la-vc-img {
  height: 190px; background: #111116;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.la-vc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.la-vc-img svg { width: 100%; height: 100%; display: block; }
.la-vc-type {
  position: absolute; top: 12px; left: 12px;
  font-size: 9px !important; font-weight: 700 !important;
  letter-spacing: 0.22em; text-transform: uppercase; padding: 5px 11px; border: 1px solid;
}
.la-t-exec    { color: #d4af37; border-color: rgba(212,175,55,0.55); background: rgba(212,175,55,0.12); }
.la-t-suv     { color: #7ab0cc; border-color: rgba(122,176,204,0.55); background: rgba(122,176,204,0.12); }
.la-t-stretch { color: #b888c0; border-color: rgba(184,136,192,0.55); background: rgba(184,136,192,0.12); }
.la-t-van     { color: #82b07a; border-color: rgba(130,176,122,0.55); background: rgba(130,176,122,0.12); }
.la-t-biz     { color: #cc9860; border-color: rgba(204,152,96,0.55); background: rgba(204,152,96,0.12); }

.la-vc-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.la-vc-name { font-size: 24px !important; font-weight: 500 !important; color: #1c1812; line-height: 1.2; margin-bottom: 5px; }
.la-vc-sub  { font-size: 10px !important; font-weight: 400 !important; letter-spacing: 0.12em; color: #9a8860; margin-bottom: 14px; text-transform: uppercase; }
.la-vc-rule { height: 1px; background: #ede8da; margin-bottom: 14px; position: relative; }
.la-vc-rule::after { content: ''; position: absolute; left: 0; top: 0; width: 32px; height: 1px; background: #d4af37; }
.la-vc-specs { display: flex; margin-bottom: 16px; }
.la-vcs { flex: 1; text-align: center; padding: 10px 4px; border: 1px solid #ede8da; }
.la-vcs+.la-vcs { border-left: none; }
.la-vcs-n { font-size: 24px !important; font-weight: 400 !important; color: #1c1812; display: block; line-height: 1; }
.la-vcs-l { font-size: 8px !important; font-weight: 700 !important; letter-spacing: 0.2em; text-transform: uppercase; color: #9a8860; display: block; margin-top: 4px; }
.la-vc-feats { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.la-vf { font-size: 13px !important; font-weight: 400 !important; color: #5a5040; display: flex; align-items: center; gap: 9px; }
.la-vf::before { content: ''; width: 5px; height: 5px; background: #d4af37; transform: rotate(45deg); flex-shrink: 0; }
.la-vc-bottom { margin-top: auto; border-top: 1px solid #ede8da; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.la-vc-price-wrap { display: flex; flex-direction: column; }
.la-vc-from  { font-size: 9px !important; font-weight: 700 !important; letter-spacing: 0.22em; text-transform: uppercase; color: #9a8860; }
.la-vc-price { font-size: 28px !important; font-weight: 400 !important; color: #1c1812; line-height: 1; }
.la-vc-price span { font-size: 12px !important; font-weight: 400 !important; color: #9a8860; }
.la-vc-btns { display: flex; gap: 8px; flex-shrink: 0; }
.la-btn-det {
  background: transparent; border: 1px solid rgba(212,175,55,0.4); color: #8b6914;
  font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 11px 14px; cursor: pointer; transition: all 0.2s;
}
.la-btn-det:hover { background: #d4af37; color: #0b0b0e; border-color: #d4af37; }
.la-btn-bk {
  background: #0b0b0e; color: #f5f0e8; border: none;
  font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 11px 14px; cursor: pointer; transition: all 0.2s;
}
.la-btn-bk:hover { background: #d4af37; color: #0b0b0e; }

/* ── DETAIL PANEL ─────────────────────────────────────────── */
.la-detail { display: none; background: #fff; border: 1px solid #e5dece; margin: 0 0 30px; }
.la-detail.show { display: block; }
.la-det-bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; background: #f0ebe0; border-bottom: 1px solid #e5dece; }
.la-det-bar-lbl { font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.3em; text-transform: uppercase; color: #5a5040; }
.la-det-close { background: none; border: 1px solid #ddd6c4; color: #8a7850; font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.18em; text-transform: uppercase; padding: 8px 18px; cursor: pointer; transition: all 0.2s; }
.la-det-close:hover { border-color: #d4af37; color: #8b6914; }
.la-det-inner { display: grid; grid-template-columns: 1fr 330px; }
.la-det-left  { padding: 30px; border-right: 1px solid #ede8da; }
.la-det-right { padding: 30px; background: #faf8f4; }
.la-det-bigimg { width: 100%; height: 260px; background: #111116; border: 1px solid #e5dece; margin-bottom: 16px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.la-det-bigimg img { width: 100%; height: 100%; object-fit: cover; }
.la-det-bigimg svg { width: 100%; height: 100%; }
.la-det-thumbs { display: flex; gap: 10px; margin-bottom: 24px; }
.la-det-thumb { width: 72px; height: 50px; background: #111116; border: 1px solid #e5dece; cursor: pointer; flex-shrink: 0; overflow: hidden; transition: border-color 0.2s; }
.la-det-thumb.on { border-color: #d4af37; }
.la-det-thumb img { width: 100%; height: 100%; object-fit: cover; }
.la-det-title-row { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 6px; }
.la-det-name  { font-size: 36px !important; font-weight: 500 !important; color: #1c1812; }
.la-det-badge { font-size: 9px !important; font-weight: 700 !important; letter-spacing: 0.28em; text-transform: uppercase; padding: 7px 14px; border: 1px solid rgba(212,175,55,0.38); color: #8b6914; white-space: nowrap; margin-top: 7px; }
.la-det-sub   { font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0.12em; text-transform: uppercase; color: #9a8860; margin-bottom: 18px; }
.la-det-rule  { height: 1px; background: #ede8da; margin-bottom: 18px; position: relative; }
.la-det-rule::after { content: ''; position: absolute; left: 0; top: 0; width: 48px; height: 1px; background: #d4af37; }
.la-det-desc  { font-size: 14px !important; font-weight: 300 !important; line-height: 1.9; color: #5a5040; margin-bottom: 22px; }
.la-det-section-head { font-size: 9px !important; font-weight: 900 !important; letter-spacing: 0.38em; text-transform: uppercase; color: #1c1812; margin-bottom: 14px; }
.la-det-feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
.la-dft { font-size: 13px !important; font-weight: 400 !important; color: #5a5040; display: flex; align-items: center; gap: 8px; }
.la-dft::before { content: ''; width: 5px; height: 5px; background: #d4af37; transform: rotate(45deg); flex-shrink: 0; }
.la-det-serv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.la-ds { font-size: 13px !important; font-weight: 400 !important; color: #8a7850; display: flex; align-items: center; gap: 7px; }
.la-ds::before { content: '→'; color: #d4af37; font-size: 13px; }
.la-det-r-name { font-size: 26px !important; font-weight: 500 !important; color: #1c1812; margin-bottom: 20px; }
.la-rate-card { border: 1px solid #e5dece; padding: 18px 20px; margin-bottom: 14px; position: relative; background: #fff; }
.la-rate-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #d4af37; }
.la-rate-label { font-size: 9px !important; font-weight: 700 !important; letter-spacing: 0.32em; text-transform: uppercase; color: #9a8860; margin-bottom: 8px; }
.la-rate-price { font-size: 38px !important; font-weight: 400 !important; color: #1c1812; line-height: 1; }
.la-rate-price span { font-size: 13px !important; font-weight: 400 !important; color: #9a8860; }
.la-rate-note { font-size: 10px !important; font-weight: 300 !important; color: #9a8860; margin-top: 6px; }
.la-rate-airport { background: #0b0b0e; border: 1px solid rgba(212,175,55,0.3); padding: 18px 20px; margin-bottom: 22px; }
.la-rate-airport .la-rate-label { color: rgba(212,175,55,0.65); }
.la-rate-airport .la-rate-price { color: #d4af37; font-size: 26px !important; }
.la-rate-airport .la-rate-note  { color: rgba(255,255,255,0.3); }
.la-others-head { font-size: 9px !important; font-weight: 900 !important; letter-spacing: 0.36em; text-transform: uppercase; color: #1c1812; margin-bottom: 14px; }
.la-other-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #f0ece2; cursor: pointer; transition: all 0.16s; }
.la-other-row:hover .la-oth-name { color: #d4af37; }
.la-oth-name  { font-size: 13px !important; font-weight: 400 !important; color: #5a5040; transition: color 0.16s; }
.la-oth-price { font-size: 16px !important; font-weight: 400 !important; color: #1c1812; }
.la-det-book-full { width: 100%; background: #d4af37; color: #0b0b0e; border: none; font-size: 11px !important; font-weight: 900 !important; letter-spacing: 0.32em; text-transform: uppercase; padding: 17px; cursor: pointer; margin-top: 20px; transition: background 0.2s; }
.la-det-book-full:hover { background: #c9a42e; }

/* ── TRUST BAR ─────────────────────────────────────────────── */
.la-trust { background: #0b0b0e; display: grid; grid-template-columns: repeat(4,1fr); border-top: 3px solid #d4af37; }
.la-ti { padding: 38px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); }
.la-ti:last-child { border-right: none; }
.la-tn { font-size: 50px !important; font-weight: 400 !important; color: #d4af37; display: block; line-height: 1; margin-bottom: 8px; }
.la-tl { font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.32); display: block; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) { .la-fleet-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) {
  .la-layout   { flex-direction: column !important; }
  .la-sidebar  { width: 100% !important; position: relative !important; max-height: none !important; }
  .la-fleet-grid { grid-template-columns: 1fr 1fr; }
  .la-det-inner  { grid-template-columns: 1fr; }
  .la-trust      { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .la-fleet-grid { grid-template-columns: 1fr; }
  .la-hero h1  { font-size: 40px !important; }
  .la-trust    { grid-template-columns: 1fr 1fr; }
}
