.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.header-action-button,.quote-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid rgba(255,255,255,.15);transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.header-action-button{width:44px;padding:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff}
.header-action-button:hover,.header-action-button:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.35);box-shadow:0 10px 22px rgba(0,0,0,.2)}
.action-icon{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
.header-action-button .action-icon{width:19px;height:19px}
.header-action-button b,.quote-button b{position:absolute;top:-5px;right:-4px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border:2px solid #0a1118;border-radius:999px;background:var(--orange);color:#fff;font-size:9px;line-height:1}
.quote-button{padding:10px 12px 10px 14px;border-color:transparent;background:#fff;color:var(--ink);box-shadow:0 8px 18px rgba(0,0,0,.12);font-size:12px;font-weight:800;white-space:nowrap}
.quote-button:hover,.quote-button:focus-visible{transform:translateY(-2px);background:#fff7f1;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.quote-button .action-icon{width:17px;height:17px;color:var(--orange-deep)}
.quote-button b{top:-5px;right:-5px;border-color:#fff;background:var(--orange-deep)}
@media(max-width:1050px){.header-actions{gap:7px}.quote-button{padding-inline:12px}.quote-button span{font-size:11px}}
@media(max-width:700px){.header-actions{gap:7px}.header-action-button{width:40px;min-height:40px}.header-action-button .action-icon{width:18px;height:18px}.quote-button{min-height:40px;padding:8px 11px 8px 12px}.quote-button span{display:inline}.header-action-button b,.quote-button b{min-width:18px;height:18px;font-size:8px}}
