/* =====================================================
   carhireolbia-airport.co.uk  style v1
   Anti-footprint: unique class names, new fonts & palette
   Fonts: Raleway (headings) + Lato (body)
   Palette: #2e7d32 (forest green) + #ff8f00 (amber CTA)
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800;900&family=Lato:wght@300;400;700&display=swap');

:root {
  --grn:       #2e7d32;
  --grn-dk:    #1b5e20;
  --grn-lt:    #e8f5e9;
  --grn-pale:  #f1f8f1;
  --gold:      #ff8f00;
  --gold-dk:   #e65100;
  --gold-lt:   #fff8e1;
  --stone:     #f8f9fa;
  --stone-md:  #eef0f2;
  --stone-dk:  #dee2e6;
  --dark:      #0d1f0d;
  --dark-mid:  #2c3e2c;
  --grey:      #5f7060;
  --white:     #ffffff;
  --border:    #d8e0d8;
  --ok:        #2e7d32;
  --warn:      #c62828;

  --fh: 'Raleway', system-ui, sans-serif;
  --fb: 'Lato', system-ui, sans-serif;
  --cw:  940px;
  --cwx: 1180px;
  --rd:  8px;
  --rdl: 16px;
  --shadow:  0 4px 24px rgba(46,125,50,.14);
  --shadow-s: 0 1px 6px rgba(0,0,0,.07);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--fb); font-size: 1rem; line-height: 1.72; color: var(--dark-mid); background: var(--white); -webkit-font-smoothing: antialiased; }
a { color: var(--grn); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
.cw  { max-width: var(--cw);  margin: 0 auto; padding: 0 20px; }
.cwx { max-width: var(--cwx); margin: 0 auto; padding: 0 20px; }

/* ── HEADER ── */
.site-head {
  position: sticky; top: 0; z-index: 300;
  background: var(--grn); box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.head-inner {
  max-width: var(--cwx); margin: 0 auto; padding: 0 20px;
  height: 64px; display: flex; align-items: center; justify-content: space-between;
}
.logo-link {
  font-family: var(--fh); font-size: 1.18rem; font-weight: 900;
  color: var(--white); text-decoration: none; letter-spacing: -.01em;
}
.logo-link span { color: #ffe082; }
.desk-nav { display: flex; align-items: center; gap: 4px; list-style: none; }
.desk-nav a { font-size: .84rem; font-weight: 600; color: rgba(255,255,255,.85); text-decoration: none; padding: 6px 13px; border-radius: var(--rd); transition: background .2s; }
.desk-nav a:hover, .desk-nav a.cur { background: rgba(255,255,255,.15); color: var(--white); }
.book-btn { background: var(--gold) !important; color: var(--dark) !important; font-weight: 800 !important; border-radius: 22px !important; padding: 8px 18px !important; font-size: .82rem !important; }
.book-btn:hover { background: var(--gold-dk) !important; }
.mob-tog { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.mob-tog span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
.mob-drawer { display: none; position: fixed; inset: 0; z-index: 400; background: var(--white); flex-direction: column; padding: 72px 24px 24px; }
.mob-drawer.open { display: flex; }
.mob-drawer a { font-size: 1rem; font-weight: 700; color: var(--dark-mid); text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--border); }
.mob-drawer a:hover { color: var(--grn-dk); }
.close-drawer { position: absolute; top: 16px; right: 18px; background: none; border: none; cursor: pointer; font-size: 1.4rem; color: var(--grey); }

/* ── HERO ── */
.hero-sect {
  position: relative; overflow: hidden;
  padding: 56px 20px 64px;
  background: linear-gradient(145deg, #0d3b0f 0%, #2e7d32 55%, #43a047 100%);
}
.hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 55%;
  opacity: .22; z-index: 0;
}
.hero-text { position: relative; z-index: 1; text-align: center; margin-bottom: 38px; }
.hero-text h1 { font-family: var(--fh); font-size: clamp(1.9rem, 4.5vw, 3.2rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 12px; }
.hero-text h1 em { font-style: normal; color: #ffe082; }
.hero-text p { font-size: 1.08rem; color: rgba(255,255,255,.82); max-width: 560px; margin: 0 auto; }

/* Search box */
.search-box {
  position: relative; z-index: 1;
  background: var(--white); border-radius: var(--rdl);
  padding: 22px 24px; max-width: 900px; margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0,0,0,.24);
}
.srch-row { display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 12px; align-items: end; }
.srch-field { display: flex; flex-direction: column; gap: 5px; }
.srch-field label { font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--grey); }
.srch-field input, .srch-field select {
  border: 1.5px solid var(--border); border-radius: var(--rd);
  padding: 10px 13px; font-family: var(--fb); font-size: .93rem; color: var(--dark);
  background: var(--stone); transition: border-color .2s; width: 100%;
}
.srch-field input:focus, .srch-field select:focus { outline: none; border-color: var(--grn); background: var(--white); }
.srch-note { font-size: .79rem; color: var(--grey); margin-top: 11px; }
.btn-find {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--gold); color: var(--dark); font-family: var(--fh);
  font-size: 1rem; font-weight: 900; border: none; cursor: pointer;
  padding: 12px 28px; border-radius: var(--rd); transition: background .2s, transform .15s;
  white-space: nowrap;
}
.btn-find:hover { background: var(--gold-dk); transform: translateY(-1px); }
.chips-row { position: relative; z-index: 1; max-width: 900px; margin: 16px auto 0; display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; }
.chip-item { font-size: .8rem; color: rgba(255,255,255,.75); font-weight: 600; display: flex; align-items: center; gap: 6px; }
@media(max-width:768px){ .srch-row { grid-template-columns: 1fr 1fr; } .btn-find { grid-column: 1/-1; } }
@media(max-width:480px){ .srch-row { grid-template-columns: 1fr; } }

/* ── USPs ── */
.usps-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 28px 0; }
.usp-block { display: flex; align-items: flex-start; gap: 13px; padding: 18px; background: var(--grn-pale); border-radius: var(--rdl); border: 1px solid #c8e6c9; }
.usp-dot { flex-shrink: 0; width: 42px; height: 42px; background: var(--grn); color: var(--white); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
.usp-copy strong { display: block; font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.usp-copy span { font-size: .85rem; color: var(--grey); }
@media(max-width:620px){ .usps-band { grid-template-columns: 1fr; } }

/* ── SECTIONS ── */
.section { padding: 58px 0; }
.section-white { background: var(--white); }
.section-stone { background: var(--stone); }
.section-tint2 { background: var(--grn-pale); border-top: 1px solid #c8e6c9; border-bottom: 1px solid #c8e6c9; }
.section h2 { font-family: var(--fh); font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 900; color: var(--dark); margin-bottom: 6px; line-height: 1.2; }
.section h2::after { content: ''; display: block; width: 40px; height: 3px; background: var(--grn); border-radius: 2px; margin-top: 8px; }
.section h3 { font-family: var(--fh); font-size: 1.15rem; font-weight: 800; color: var(--dark); margin: 26px 0 8px; }
.section h3::after { display: none; }
.section p { color: var(--dark-mid); margin-bottom: 13px; font-size: 1rem; line-height: 1.78; }
.section p:last-child { margin-bottom: 0; }
.lead-text { font-size: 1.06rem; color: var(--dark-mid); margin-bottom: 28px; max-width: 720px; }
.inline-link { color: var(--grn-dk); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ── KPIs ── */
.kpi-band { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 22px 0; }
.stat-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--rdl); padding: 18px; text-align: center; }
.kpi-num { font-family: var(--fb); font-size: 1.65rem; font-weight: 700; color: var(--grn); display: block; }
.kpi-tag { font-size: .78rem; color: var(--grey); margin-top: 3px; display: block; }
@media(max-width:768px){ .kpi-band { grid-template-columns: 1fr 1fr; } }

/* ── CHARTS ── */
.chart-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 20px 0; }
.chart-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--rdl); padding: 22px; }
.chart-card h3 { font-family: var(--fb); font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: 14px; }
.chart-card h3::after { display: none; }
@media(max-width:768px){ .chart-duo { grid-template-columns: 1fr; } }

/* ── FLEET CARDS ── */
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.f-pill { padding: 7px 16px; border-radius: 20px; font-size: .83rem; font-weight: 700; border: 1.5px solid var(--border); background: var(--white); color: var(--grey); cursor: pointer; transition: all .2s; }
.f-pill.active, .f-pill:hover { background: var(--grn); color: var(--white); border-color: var(--grn); }
.fleet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.fleet-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--rdl); overflow: hidden;
  transition: box-shadow .2s, transform .15s, border-color .2s;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
}
.fleet-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: var(--grn); text-decoration: none; }
.fleet-body { padding: 20px 16px 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.fleet-cat { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--grn); }
h3.fleet-name { font-family: var(--fb); font-size: 1.05rem; font-weight: 700; color: var(--dark); line-height: 1.2; margin: 0; }
.fleet-specs { display: flex; gap: 10px; flex-wrap: wrap; font-size: .8rem; color: var(--grey); }
.fleet-spec { display: flex; align-items: center; gap: 4px; }
.fleet-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.tag { display: inline-block; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 10px; }
.tag-green { background: #c8e6c9; color: #1b5e20; }
.tag-gold  { background: var(--gold-lt); color: var(--gold-dk); }
.tag-blue  { background: #e3f2fd; color: #0d47a1; }
.fleet-price-row { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; }
.fleet-from { font-size: .72rem; color: var(--grey); display: block; margin-bottom: 1px; }
.fleet-price { font-family: var(--fb); font-size: 1.45rem; font-weight: 700; color: var(--grn-dk); }
.fleet-price small { font-size: .72rem; font-weight: 400; color: var(--grey); }
.btn-fleet { display: block; width: 100%; margin-top: 10px; padding: 10px; text-align: center;
  background: var(--grn); color: var(--white); border: none; border-radius: var(--rd);
  font-family: var(--fh); font-size: .85rem; font-weight: 800; cursor: pointer;
  text-decoration: none; transition: background .2s;
}
.btn-fleet:hover { background: var(--grn-dk); text-decoration: none; color: var(--white); }
@media(max-width:900px){ .fleet-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:500px){ .fleet-grid { grid-template-columns: 1fr; } }

/* ── VENDOR CARDS ── */
.vendors-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 20px 0; }
.vendor-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--rdl); padding: 18px; }
.vendor-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; }
h3.vendor-title { font-family: var(--fb); font-size: 1.05rem; font-weight: 700; color: var(--dark); margin: 0; }
.vendor-rating { font-family: var(--fb); font-size: .85rem; font-weight: 700; padding: 4px 10px; border-radius: 8px; }
.vendor-stars { color: #ff8f00; font-size: .82rem; margin-bottom: 6px; }
.vendor-meta { font-size: .82rem; color: var(--grey); line-height: 1.6; }
.vendor-meta strong { color: var(--dark-mid); }
.vendor-bars { margin-top: 10px; display: grid; gap: 5px; }
.vbar-row { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: var(--grey); }
.vbar-lbl { width: 90px; flex-shrink: 0; }
.vbar-track { flex: 1; height: 6px; background: var(--stone-dk); border-radius: 3px; overflow: hidden; }
.vbar-fill { height: 100%; background: var(--grn); border-radius: 3px; }
.vbar-num { width: 28px; text-align: right; font-weight: 700; color: var(--dark); }
@media(max-width:900px){ .vendors-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:500px){ .vendors-grid { grid-template-columns: 1fr; } }

/* ── TABLE ── */
.tbl-wrap { overflow-x: auto; border-radius: var(--rdl); border: 1px solid var(--border); margin: 18px 0; }
.info-tbl { width: 100%; border-collapse: collapse; font-size: .93rem; }
.info-tbl thead th { background: var(--grn); color: var(--white); padding: 11px 16px; text-align: left; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.info-tbl thead th:first-child { border-radius: var(--rdl) 0 0 0; }
.info-tbl thead th:last-child  { border-radius: 0 var(--rdl) 0 0; }
.info-tbl tbody tr { border-bottom: 1px solid var(--border); }
.info-tbl tbody tr:last-child { border-bottom: none; }
.info-tbl tbody tr:nth-child(even) { background: var(--grn-pale); }
.info-tbl td { padding: 10px 16px; }
.td-bold { font-weight: 700; color: var(--dark); }
.td-p { font-weight: 700; color: var(--grn-dk); }
.td-ok { color: var(--ok); font-weight: 700; }
@media(max-width:620px){
  .info-tbl { display: block; }
  .info-tbl thead { display: none; }
  .info-tbl tbody { display: block; }
  .info-tbl tbody tr { display: block; border: 1px solid var(--border); border-radius: var(--rd); margin-bottom: 10px; }
  .info-tbl tbody td { display: flex; gap: 10px; padding: 9px 14px; font-size: .88rem; border-bottom: 1px solid var(--border); }
  .info-tbl tbody td:last-child { border-bottom: none; }
  .info-tbl tbody td::before { content: attr(data-col); font-weight: 700; color: var(--grey); font-size: .67rem; text-transform: uppercase; flex-shrink: 0; min-width: 90px; }
}

/* ── INFO BOXES ── */
.note-panel { background: var(--grn-pale); border-left: 3px solid var(--grn); border-radius: var(--rd); padding: 14px 17px; margin: 14px 0; font-size: .95rem; color: var(--dark-mid); line-height: 1.72; }
.warn-panel { background: var(--gold-lt); border-left: 3px solid var(--gold); border-radius: var(--rd); padding: 14px 17px; margin: 14px 0; font-size: .95rem; color: #5d3200; line-height: 1.72; }

/* ── CHECK LIST ── */
.check-list { list-style: none; padding: 0; display: grid; gap: 8px; margin: 12px 0 16px; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; font-size: .95rem; color: var(--dark-mid); }
.tick-dot { flex-shrink: 0; width: 20px; height: 20px; background: var(--grn); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .58rem; font-weight: 900; margin-top: 2px; }

/* ── MAP ── */
.map-wrap { border-radius: var(--rdl); overflow: hidden; border: 1px solid var(--border); }
.map-wrap iframe { display: block; width: 100%; height: 440px; border: none; }

/* ── FAQ ── */
.qa-list { margin: 8px 0 28px; }
.qa-item { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--rd); margin-bottom: .6rem; overflow: hidden; }
.qa-item.open { border-color: var(--grn); box-shadow: 0 2px 10px rgba(46,125,50,.1); }
.qa-toggle { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; cursor: pointer; padding: 14px 16px; }
.qa-toggle h3 { flex: 1; font-family: var(--fb); font-size: 1rem; font-weight: 700; color: var(--dark); margin: 0; line-height: 1.35; }
.qa-toggle h3::after { display: none; }
.qa-arrow { flex-shrink: 0; width: 24px; height: 24px; border: 1.5px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--grey); font-size: 1rem; transition: transform .25s, background .2s, border-color .2s, color .2s; }
.qa-item.open .qa-arrow { transform: rotate(45deg); background: var(--grn); border-color: var(--grn); color: var(--white); }
.qa-panel { display: none; padding: 0 16px 14px; border-top: 1px solid var(--border); }
.qa-panel p { margin-top: 12px; font-size: .95rem; color: var(--dark-mid); line-height: 1.78; }
.qa-item.open .qa-panel { display: block; }
h2.qa-section { font-family: var(--fb); font-size: 1.28rem; font-weight: 800; color: var(--dark); margin: 36px 0 12px; }
h2.qa-section::after { content: ''; display: block; width: 30px; height: 3px; background: var(--grn); border-radius: 2px; margin-top: 6px; }

/* ── BUTTONS ── */
.btn-gold { display: inline-flex; align-items: center; font-family: var(--fh); font-size: .87rem; font-weight: 900; letter-spacing: .03em; text-decoration: none; padding: 12px 28px; border-radius: var(--rd); background: var(--gold); color: var(--dark); transition: background .2s, transform .15s; }
.btn-gold:hover { background: var(--gold-dk); transform: translateY(-1px); text-decoration: none; color: var(--dark); }
.btn-grn { display: inline-flex; align-items: center; font-family: var(--fh); font-size: .87rem; font-weight: 800; text-decoration: none; padding: 11px 24px; border-radius: var(--rd); background: var(--grn); color: var(--white); transition: background .2s; }
.btn-grn:hover { background: var(--grn-dk); text-decoration: none; color: var(--white); }
.btn-border { display: inline-flex; align-items: center; font-family: var(--fh); font-size: .87rem; font-weight: 800; text-decoration: none; padding: 10px 22px; border-radius: var(--rd); background: transparent; color: var(--grn); border: 2px solid var(--grn); transition: background .2s, color .2s; }
.btn-border:hover { background: var(--grn); color: var(--white); text-decoration: none; }

/* ── BREADCRUMB ── */
.breadtrail { background: var(--stone-md); border-bottom: 1px solid var(--border); padding: 8px 20px; }
.breadtrail-row { max-width: var(--cwx); margin: 0 auto; display: flex; align-items: center; gap: 6px; font-size: .79rem; color: var(--grey); }
.breadtrail-row a { color: var(--grn-dk); font-weight: 500; }
.bc-arrow { color: var(--stone-dk); }

/* ── TECH PAGES ── */
.page-body { max-width: var(--cw); margin: 0 auto; padding: 52px 20px; }
.page-body h1 { font-family: var(--fh); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.page-body h1::after { content: ''; display: block; width: 40px; height: 3px; background: var(--grn); border-radius: 2px; margin-top: 8px; margin-bottom: 24px; }
.page-body h2 { font-family: var(--fh); font-size: 1.15rem; font-weight: 800; color: var(--dark); margin: 28px 0 8px; }
.page-body h2::after { display: none; }
.page-body p { font-size: .95rem; line-height: 1.82; color: var(--dark-mid); margin-bottom: 12px; }
.page-body ul { padding-left: 1.3rem; margin-bottom: 12px; }
.page-body li { font-size: .95rem; color: var(--dark-mid); line-height: 1.82; margin-bottom: 4px; }
.page-body a { color: var(--grn); text-decoration: underline; }

/* ── WIDGET ── */
.widget-box { margin: 24px 0; min-height: 60px; }

/* ── FOOTER ── */
.page-foot { background: #0d1f0d; color: rgba(255,255,255,.5); padding: 46px 20px 24px; }
.foot-inner { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 36px; margin-bottom: 30px; }
.foot-logo { font-family: var(--fh); font-size: 1.1rem; font-weight: 900; color: var(--white); display: block; margin-bottom: 10px; }
.foot-logo span { color: #ffe082; }
.foot-brand p { font-size: .85rem; line-height: 1.65; }
.foot-item { margin-top: 8px; font-size: .85rem; line-height: 1.7; }
.foot-item strong { color: rgba(255,255,255,.5); display: block; margin-bottom: 1px; }
.foot-nav h4 { font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 10px; }
.foot-nav ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.foot-nav a { font-size: .86rem; color: rgba(255,255,255,.42); text-decoration: none; transition: color .2s; }
.foot-nav a:hover { color: var(--white); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; font-size: .78rem; }
.foot-bottom a { color: rgba(255,255,255,.3); text-decoration: none; }
.foot-small { font-size: .75rem; color: rgba(255,255,255,.22); line-height: 1.6; margin-top: 6px; }
@media(max-width:860px){ .foot-inner { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1/-1; } }
@media(max-width:768px){
  .desk-nav { display: none; } .mob-tog { display: flex; }
  .foot-inner { grid-template-columns: 1fr; gap: 20px; } .foot-brand { grid-column: auto; }
  .foot-bottom { flex-direction: column; text-align: center; gap: 6px; }
}

/* ── H3 RESET in cards ── */
h3.fleet-name, h3.vendor-title { margin: 0; font-size: inherit; line-height: inherit; }
