/* ============ Autogara Husi — Parity fixes (v1.2.1) ============ */
/* Header: transparent sus, alb + umbra la scroll (replica JS-ul vechi, fara main.js) */
header.header{transition:background .25s ease, box-shadow .25s ease;}
header.header.ah-scrolled{background:#fff !important; box-shadow:0 4px 20px rgba(0,0,0,.08);}
/* Asigura latime completa a header-ului fix */
header.header, header.js-header{left:0; right:0; width:100%;}

/* ============ PNRR banner (hero) — CSS lipsa in tema portata ============ */
.pnrr-hero{background:#fff;padding:26px 20px;border-radius:10px;text-align:center;box-shadow:0 2px 14px rgba(0,0,0,.05);margin:18px auto;max-width:1040px}
.pnrr-block{max-width:920px;margin:0 auto}
.pnrr-logos{display:flex;gap:34px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:14px}
.pnrr-hero .pnrr-logo img{height:60px !important;width:auto !important;max-width:100% !important;object-fit:contain;display:block}
.pnrr-hero .pnrr-logo--guvern img{height:78px !important}
.pnrr-title{font-size:18px;line-height:1.4;font-weight:700;color:#0d2a54;margin:12px 0 8px}
.pnrr-disclaimer{font-size:13px;line-height:1.6;color:#444;max-width:720px;margin:0 auto 12px}
.pnrr-links{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;font-size:13px}
.pnrr-links a{color:#1967d2;text-decoration:none;word-break:break-word}
@media(max-width:600px){
  .pnrr-logos{gap:18px}
  .pnrr-hero .pnrr-logo img{height:42px !important}
  .pnrr-hero .pnrr-logo--guvern img{height:56px !important}
  .pnrr-title{font-size:16px}
}

/* ============ Căutare curse live (v1.5.0) ============ */
.searchMenu-loc__field{display:none}
.searchMenu-loc__field.-is-active{display:block}
.ah-ac__item{display:block;width:100%;text-align:left;padding:9px 12px;border:0;background:transparent;cursor:pointer;font-size:14px;border-radius:6px}
.ah-ac__item:hover{background:#f0f5f5}
.ah-ac__county{color:#8a94a6;font-size:12px;margin-left:6px}
.ah-ac__empty{padding:10px 12px;color:#8a94a6;font-size:13px}
.send_data_azi.is-selected,.send_data_maine.is-selected{outline:2px solid #38AA49;outline-offset:1px}
.ah-srch{background:#f0f5f5;padding:44px 20px}
.ah-srch__inner{max-width:1100px;margin:0 auto}
.ah-srch__head{font-size:26px;font-weight:700;color:#1a2332;margin:0 0 20px}
.ah-srch__list{display:flex;flex-direction:column;gap:12px}
.ah-srch__card{background:#fff;border-radius:12px;padding:18px 22px;display:grid;grid-template-columns:auto 1.6fr auto auto;gap:18px;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.ah-srch__time strong{font-size:18px;color:#1a2332}.ah-srch__time span{color:#38AA49;margin:0 4px}
.ah-srch__route{color:#64748b;font-size:14px}
.ah-srch__price{font-size:20px;font-weight:700;color:#38AA49;white-space:nowrap}
.ah-srch__seats{display:block;font-size:12px;color:#8a94a6}
.ah-srch__buy{border:0;cursor:pointer;padding:11px 20px;border-radius:8px;font-weight:600}
.ah-srch__msg,.ah-srch__loading{padding:16px;color:#64748b;font-size:15px}
.ah-srch__na{color:#dc2626;font-size:13px}
@media(max-width:768px){.ah-srch__card{grid-template-columns:1fr;gap:8px}}

/* ============ Checkout (v1.6.0) ============ */
.ah-co{background:#f0f5f5;padding:50px 20px;min-height:60vh}
.ah-co__inner{max-width:1000px;margin:0 auto}
.ah-co__title{font-size:30px;font-weight:700;color:#1a2332;margin:0 0 24px}
.ah-co__grid{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;align-items:start}
.ah-co__form,.ah-co__summary{background:#fff;border-radius:14px;padding:26px;box-shadow:0 2px 14px rgba(0,0,0,.05)}
.ah-co__sub{font-size:18px;font-weight:600;color:#1a2332;margin:0 0 18px}
.ah-co__form label{display:block;font-size:13px;color:#64748b;margin-bottom:14px;font-weight:500}
.ah-co__form input,.ah-co__form select{display:block;width:100%;margin-top:6px;padding:11px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;color:#1a2332}
.ah-co__form input:focus,.ah-co__form select:focus{outline:2px solid #38AA49;border-color:#38AA49}
.ah-co__pay{border:0;cursor:pointer;width:100%;padding:14px;border-radius:10px;font-weight:700;font-size:16px;margin-top:6px}
.ah-co__note{font-size:12px;color:#8a94a6;text-align:center;margin-top:10px}
.ah-co__row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.ah-co__row span{color:#64748b}.ah-co__row strong{color:#1a2332;text-align:right}
.ah-co__total{font-size:18px;border-bottom:0;padding-top:16px}
.ah-co__total strong{color:#38AA49}
.ah-co__code{margin-top:14px;font-size:12px;color:#8a94a6;letter-spacing:1px}
@media(max-width:768px){.ah-co__grid{grid-template-columns:1fr}}
