/* =====================================================
   carhirelarnaca-airport.co.uk  style v1
   Anti-footprint: unique class names
   Fonts: DM Sans + Fraunces
   Palette: #1c4e80 (deep navy) + #f5a623 (amber CTA)
   ===================================================== */

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

:root {
  --navy:       #1c4e80;
  --navy-dk:    #163b60;
  --navy-lt:    #e8f0f9;
  --navy-pale:  #f0f5fb;
  --amber:      #f5a623;
  --amber-dk:   #d98e0f;
  --amber-lt:   #fef8ed;
  --surf:       #f7f9fc;
  --surf-md:    #eef2f7;
  --surf-dk:    #dde3ec;
  --ink:        #0d1b2a;
  --ink-mid:    #2d3f52;
  --muted:      #607080;
  --white:      #ffffff;
  --edge:       #dde3ec;
  --pos:        #1a7a3c;
  --neg:        #c0392b;

  --fh: 'Fraunces', Georgia, serif;
  --fb: 'DM Sans', system-ui, sans-serif;
  --mw:  940px;
  --mww: 1180px;
  --r:   8px;
  --rlg: 16px;
  --sh:  0 4px 24px rgba(28,78,128,.13);
  --shs: 0 1px 6px rgba(0,0,0,.06);
}

*, *::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(--ink-mid); background: var(--white); -webkit-font-smoothing: antialiased; }
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
.wrap  { max-width: var(--mw);  margin: 0 auto; padding: 0 20px; }
.xwrap { max-width: var(--mww); margin: 0 auto; padding: 0 20px; }

/* ── TOP BAR ── */
.topbar {
  position: sticky; top: 0; z-index: 300;
  background: var(--navy); box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.topbar-row {
  max-width: var(--mww); margin: 0 auto; padding: 0 20px;
  height: 64px; display: flex; align-items: center; justify-content: space-between;
}
.brand-logo {
  font-family: var(--fh); font-size: 1.15rem; font-weight: 800; font-style: italic;
  color: var(--white); text-decoration: none; letter-spacing: -.01em; line-height: 1.2;
}
.brand-logo span { color: #fbbf24; font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { font-size: .84rem; font-weight: 500; color: rgba(255,255,255,.85); text-decoration: none; padding: 6px 13px; border-radius: var(--r); transition: background .2s; }
.nav-links a:hover, .nav-links a.here { background: rgba(255,255,255,.15); color: var(--white); }
.cta-pill { background: var(--amber) !important; color: var(--ink) !important; font-weight: 700 !important; border-radius: 22px !important; padding: 8px 18px !important; font-size: .82rem !important; }
.cta-pill:hover { background: var(--amber-dk) !important; }
.ham-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.ham-btn span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
.slide-nav { display: none; position: fixed; inset: 0; z-index: 400; background: var(--white); flex-direction: column; padding: 72px 24px 24px; }
.slide-nav.vis { display: flex; }
.slide-nav a { font-size: 1rem; font-weight: 600; color: var(--ink-mid); text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--edge); }
.slide-nav a:hover { color: var(--navy-dk); }
.close-slide { position: absolute; top: 16px; right: 18px; background: none; border: none; cursor: pointer; font-size: 1.4rem; color: var(--muted); }

/* ── HERO ── */
.pg-hero {
  position: relative; overflow: hidden;
  padding: 56px 20px 64px;
  background: linear-gradient(150deg, #0d2b4a 0%, #1c4e80 55%, #2672b8 100%);
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 60%;
  opacity: .25; z-index: 0;
}
.hero-inner { position: relative; z-index: 1; text-align: center; margin-bottom: 38px; }
.hero-inner h1 { font-family: var(--fh); font-size: clamp(1.9rem, 4.5vw, 3.3rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 12px; }
.hero-inner h1 em { font-style: normal; color: #fbbf24; }
.hero-inner p { font-size: 1.08rem; color: rgba(255,255,255,.82); max-width: 560px; margin: 0 auto; }
.badge-strip { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 18px; }
.hero-badge { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; padding: 5px 14px; font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.88); }

/* Форма */
.booking-form {
  position: relative; z-index: 1;
  background: var(--white); border-radius: var(--rlg);
  padding: 22px 24px; max-width: 900px; margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0,0,0,.24);
}
.form-row { display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 12px; align-items: end; }
.f-group { display: flex; flex-direction: column; gap: 5px; }
.f-group label { font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); }
.f-group input, .f-group select {
  border: 1.5px solid var(--edge); border-radius: var(--r);
  padding: 10px 13px; font-family: var(--fb); font-size: .93rem; color: var(--ink);
  background: var(--surf); transition: border-color .2s; width: 100%;
}
.f-group input:focus, .f-group select:focus { outline: none; border-color: var(--navy); background: var(--white); }
.f-note { font-size: .79rem; color: var(--muted); margin-top: 11px; }
.btn-go {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--amber); color: var(--ink); font-family: var(--fh);
  font-size: 1rem; font-weight: 800; border: none; cursor: pointer;
  padding: 12px 28px; border-radius: var(--r); transition: background .2s, transform .15s;
  white-space: nowrap;
}
.btn-go:hover { background: var(--amber-dk); transform: translateY(-1px); }
.trust-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; }
.trust-chip { font-size: .8rem; color: rgba(255,255,255,.75); font-weight: 600; display: flex; align-items: center; gap: 6px; }
@media(max-width:768px){ .form-row { grid-template-columns: 1fr 1fr; } .btn-go { grid-column: 1 / -1; } }
@media(max-width:480px){ .form-row { grid-template-columns: 1fr; } }

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

/* ── SECTIONS ── */
.pg-sec { padding: 58px 0; }
.sec-white { background: var(--white); }
.sec-surf  { background: var(--surf); }
.sec-tint  { background: var(--navy-pale); border-top: 1px solid #c5d9ef; border-bottom: 1px solid #c5d9ef; }
.pg-sec h2 { font-family: var(--fh); font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 800; color: var(--ink); margin-bottom: 6px; line-height: 1.2; }
.pg-sec h2::after { content: ''; display: block; width: 40px; height: 3px; background: var(--navy); border-radius: 2px; margin-top: 8px; }
.pg-sec h3 { font-family: var(--fh); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin: 26px 0 8px; }
.pg-sec h3::after { display: none; }
.pg-sec p { color: var(--ink-mid); margin-bottom: 13px; font-size: 1rem; line-height: 1.78; }
.pg-sec p:last-child { margin-bottom: 0; }
.lede { font-size: 1.06rem; color: var(--ink-mid); margin-bottom: 28px; max-width: 720px; }
.ilink { color: var(--navy-dk); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ── KPIs ── */
.kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 22px 0; }
.kpi-box { background: var(--white); border: 1px solid var(--edge); border-radius: var(--rlg); padding: 18px; text-align: center; }
.kpi-val { font-family: var(--fh); font-size: 1.65rem; font-weight: 900; color: var(--navy); display: block; }
.kpi-lbl { font-size: .78rem; color: var(--muted); margin-top: 3px; display: block; }
@media(max-width:768px){ .kpi-grid { grid-template-columns: 1fr 1fr; } }

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

/* ── CAR CARDS ── */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.ftab { padding: 7px 16px; border-radius: 20px; font-size: .83rem; font-weight: 700; border: 1.5px solid var(--edge); background: var(--white); color: var(--muted); cursor: pointer; transition: all .2s; }
.ftab.on, .ftab:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.cars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.car-tile {
  background: var(--white); border: 1.5px solid var(--edge);
  border-radius: var(--rlg); overflow: hidden;
  transition: box-shadow .2s, transform .15s, border-color .2s;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit; cursor: pointer;
}
.car-tile:hover { box-shadow: var(--sh); transform: translateY(-2px); border-color: var(--navy); text-decoration: none; }
.car-tile-body { padding: 20px 16px 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.car-cat { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); }
h3.car-label { font-family: var(--fb); font-size: 1.05rem; font-weight: 700; color: var(--ink); line-height: 1.2; margin: 0; }
.car-attrs { display: flex; gap: 10px; flex-wrap: wrap; font-size: .8rem; color: var(--muted); }
.car-attr { display: flex; align-items: center; gap: 4px; }
.car-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.ctag { display: inline-block; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 10px; }
.ctag-green { background: #d4f4e0; color: #1a7a3c; }
.ctag-blue  { background: var(--navy-lt); color: var(--navy-dk); }
.ctag-amber { background: var(--amber-lt); color: var(--amber-dk); }
.car-price-row { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; }
.car-from-lbl { font-size: .72rem; color: var(--muted); display: block; margin-bottom: 1px; }
.car-price-val { font-family: var(--fh); font-size: 1.45rem; font-weight: 900; color: var(--navy-dk); }
.car-price-val small { font-size: .72rem; font-weight: 400; color: var(--muted); font-family: var(--fb); }
.btn-tile { display: block; width: 100%; margin-top: 10px; padding: 10px; text-align: center;
  background: var(--navy); color: var(--white); border: none; border-radius: var(--r);
  font-family: var(--fh); font-size: .85rem; font-weight: 800; cursor: pointer;
  text-decoration: none; transition: background .2s;
}
.btn-tile:hover { background: var(--navy-dk); text-decoration: none; color: var(--white); }
@media(max-width:900px){ .cars-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:500px){ .cars-grid { grid-template-columns: 1fr; } }

/* ── COMPANIES ── */
.cos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 20px 0; }
.co-card { background: var(--white); border: 1.5px solid var(--edge); border-radius: var(--rlg); padding: 18px; }
.co-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; }
h3.co-name { font-family: var(--fb); font-size: 1.05rem; font-weight: 700; color: var(--ink); margin: 0; }
.co-score { background: var(--navy); color: var(--white); font-size: .85rem; font-weight: 900; padding: 4px 10px; border-radius: 8px; }
.co-stars { color: #f5a623; font-size: .82rem; margin-bottom: 6px; }
.co-info { font-size: .82rem; color: var(--muted); line-height: 1.6; }
.co-info strong { color: var(--ink-mid); }
.co-bars { margin-top: 10px; display: grid; gap: 5px; }
.co-bar-row { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: var(--muted); }
.co-bar-lbl { width: 90px; flex-shrink: 0; }
.co-track { flex: 1; height: 6px; background: var(--surf-dk); border-radius: 3px; overflow: hidden; }
.co-fill { height: 100%; background: var(--navy); border-radius: 3px; }
.co-num { width: 28px; text-align: right; font-weight: 700; color: var(--ink); }
@media(max-width:900px){ .cos-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:500px){ .cos-grid { grid-template-columns: 1fr; } }

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

/* ── INFO BOXES ── */
.info-note { background: var(--navy-pale); border-left: 3px solid var(--navy); border-radius: var(--r); padding: 14px 17px; margin: 14px 0; font-size: .95rem; color: var(--ink-mid); line-height: 1.72; }
.warn-note { background: var(--amber-lt); border-left: 3px solid var(--amber); border-radius: var(--r); padding: 14px 17px; margin: 14px 0; font-size: .95rem; color: #6b4c10; line-height: 1.72; }

/* ── CHECK LIST ── */
.tick-list { list-style: none; padding: 0; display: grid; gap: 8px; margin: 12px 0 16px; }
.tick-list li { display: flex; align-items: flex-start; gap: 9px; font-size: .95rem; color: var(--ink-mid); }
.tick-ico { flex-shrink: 0; width: 20px; height: 20px; background: var(--navy); 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-frame { border-radius: var(--rlg); overflow: hidden; border: 1px solid var(--edge); }
.map-frame iframe { display: block; width: 100%; height: 440px; border: none; }

/* ── FAQ ── */
.faq-pile { margin: 8px 0 28px; }
.faq-row { background: var(--white); border: 1.5px solid var(--edge); border-radius: var(--r); margin-bottom: .6rem; overflow: hidden; }
.faq-row.open { border-color: var(--navy); box-shadow: 0 2px 10px rgba(28,78,128,.1); }
.faq-btn { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; cursor: pointer; padding: 14px 16px; }
.faq-btn h3 { flex: 1; font-family: var(--fb); font-size: 1rem; font-weight: 700; color: var(--ink); margin: 0; line-height: 1.35; }
.faq-btn h3::after { display: none; }
.faq-pm { flex-shrink: 0; width: 24px; height: 24px; border: 1.5px solid var(--edge); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 1rem; transition: transform .25s, background .2s, border-color .2s, color .2s; }
.faq-row.open .faq-pm { transform: rotate(45deg); background: var(--navy); border-color: var(--navy); color: var(--white); }
.faq-body { display: none; padding: 0 16px 14px; border-top: 1px solid var(--edge); }
.faq-body p { margin-top: 12px; font-size: .95rem; color: var(--ink-mid); line-height: 1.78; }
.faq-row.open .faq-body { display: block; }
h2.faq-section { font-family: var(--fb); font-size: 1.28rem; font-weight: 800; color: var(--ink); margin: 36px 0 12px; }
h2.faq-section::after { content: ''; display: block; width: 30px; height: 3px; background: var(--navy); border-radius: 2px; margin-top: 6px; }

/* ── BUTTONS ── */
.btn-amber { display: inline-flex; align-items: center; font-family: var(--fh); font-size: .87rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; padding: 12px 28px; border-radius: var(--r); background: var(--amber); color: var(--ink); transition: background .2s, transform .15s; }
.btn-amber:hover { background: var(--amber-dk); transform: translateY(-1px); text-decoration: none; color: var(--ink); }
.btn-navy { 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(--r); background: var(--navy); color: var(--white); transition: background .2s; }
.btn-navy:hover { background: var(--navy-dk); text-decoration: none; color: var(--white); }
.btn-outline { 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(--r); background: transparent; color: var(--navy); border: 2px solid var(--navy); transition: background .2s, color .2s; }
.btn-outline:hover { background: var(--navy); color: var(--white); text-decoration: none; }

/* ── BREADCRUMB ── */
.pgcrumb { background: var(--surf-md); border-bottom: 1px solid var(--edge); padding: 8px 20px; }
.pgcrumb-row { max-width: var(--mww); margin: 0 auto; display: flex; align-items: center; gap: 6px; font-size: .79rem; color: var(--muted); }
.pgcrumb-row a { color: var(--navy-dk); font-weight: 500; }
.crumb-sep { color: var(--surf-dk); }

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

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

/* ── FOOTER ── */
.site-foot { background: #0d1b2a; color: rgba(255,255,255,.5); padding: 46px 20px 24px; }
.foot-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 36px; margin-bottom: 30px; }
.foot-brand-logo { font-family: var(--fh); font-size: 1.1rem; font-weight: 800; font-style: italic; color: var(--white); display: block; margin-bottom: 10px; }
.foot-brand-logo span { color: #fbbf24; font-style: normal; }
.foot-about p { font-size: .85rem; line-height: 1.65; }
.foot-detail { margin-top: 8px; font-size: .85rem; line-height: 1.7; }
.foot-detail strong { color: rgba(255,255,255,.5); display: block; margin-bottom: 1px; }
.foot-col h4 { font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 10px; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.foot-col a { font-size: .86rem; color: rgba(255,255,255,.42); text-decoration: none; transition: color .2s; }
.foot-col a:hover { color: var(--white); }
.foot-bar { 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-bar a { color: rgba(255,255,255,.3); text-decoration: none; }
.foot-note { font-size: .75rem; color: rgba(255,255,255,.22); line-height: 1.6; margin-top: 6px; }
@media(max-width:860px){ .foot-grid { grid-template-columns: 1fr 1fr; } .foot-about { grid-column: 1 / -1; } }
@media(max-width:768px){
  .nav-links { display: none; } .ham-btn { display: flex; }
  .foot-grid { grid-template-columns: 1fr; gap: 20px; } .foot-about { grid-column: auto; }
  .foot-bar { flex-direction: column; text-align: center; gap: 6px; }
}

/* H3 reset in cards */
h3.car-label, h3.co-name { margin: 0; font-size: inherit; line-height: inherit; }
