/* PROXYCAR — en-tête commun (refonte sept. 2026) */
.pc-topbar,.pc-header,.pc-tabs{font-family:'Instrument Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;box-sizing:border-box;line-height:1.4;}
.pc-topbar *,.pc-header *,.pc-tabs *{box-sizing:border-box;}
.pc-topbar{background:#151A30;color:#fff;font-size:14.5px;font-weight:500;padding:11px 20px;position:relative;z-index:1001;}
.pc-topbar-in{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:8px 20px;flex-wrap:wrap;}
.pc-topbar-item{display:flex;align-items:center;gap:6px;color:#fff;text-decoration:none;}
.pc-topbar a.pc-topbar-phone{color:#F0A36B;font-weight:700;font-size:16px;text-decoration:none;}
.pc-header{background:#fff;padding:14px 20px;}
.pc-header-in{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.pc-logo{display:block;flex-shrink:0;}
.pc-logo img{display:block;height:72px;width:auto;max-width:none;}
.pc-actions{display:flex;align-items:center;gap:12px;}
.pc-header a.pc-btn{display:inline-flex;align-items:center;height:48px;padding:0 22px;border-radius:999px;font-weight:700;font-size:15px;white-space:nowrap;text-decoration:none;transition:transform .15s,background .2s,color .2s;}
.pc-header a.pc-btn:hover{transform:translateY(-1px);}
.pc-header a.pc-btn-ghost{border:1.5px solid #151A30;color:#151A30;background:#fff;}
.pc-header a.pc-btn-ghost:hover{background:#151A30;color:#fff;}
.pc-header a.pc-btn-red{background:#A8151C;color:#fff;}
.pc-header a.pc-btn-red:hover{background:#86101A;}
.pc-tabs{display:block;background:#A8151C;padding:0 20px;margin:0;position:sticky;top:0;z-index:1000;box-shadow:0 6px 18px rgba(21,26,48,.14);}
.pc-tabs .pc-tabs-in{max-width:1280px;margin:0 auto;height:60px;display:flex;align-items:center;justify-content:space-between;gap:4px;flex-wrap:nowrap;}
.pc-tabs .pc-tabs-in a{color:#fff;font-size:15.5px;font-weight:700;height:42px;padding:0 14px;border-radius:999px;display:flex;align-items:center;white-space:nowrap;text-decoration:none;background:transparent;border:0;transition:background .2s,color .2s;}
.pc-tabs .pc-tabs-in a::after,.pc-tabs .pc-tabs-in a::before{display:none;}
.pc-tabs .pc-tabs-in a:hover{background:rgba(255,255,255,.18);color:#fff;}
.pc-tabs .pc-tabs-in a.active{background:#fff;color:#A8151C;}
.pc-tabs .pc-tabs-in a:focus-visible,.pc-header a.pc-btn:focus-visible{outline:3px solid #F0A36B;outline-offset:2px;}
@media(max-width:1180px){
  .pc-tabs .pc-tabs-in{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .pc-tabs .pc-tabs-in::-webkit-scrollbar{display:none;}
}
@media(max-width:768px){
  .pc-topbar{font-size:13px;}
  .pc-topbar-in{justify-content:center;}
  .pc-logo img{height:48px;}
  .pc-header a.pc-btn-ghost{display:none;}
  .pc-header a.pc-btn{height:44px;padding:0 16px;font-size:14px;}
  .pc-tabs .pc-tabs-in{height:54px;}
  .pc-tabs .pc-tabs-in a{font-size:15px;}
}
