[hidden] { display: none !important; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%); left: -10000px; }
.callback-choice { display: flex !important; align-items: center; gap: .7rem; }
.callback-choice input { width: auto; }
.inline-form { flex-wrap: wrap; }
.inline-form label { min-width: 0; flex: 1 1 190px; }
.ticket-timeline { padding-left: 1.5rem; }
.ticket-timeline li { padding: .8rem 0; }
.ticket-timeline strong, .ticket-timeline time { display: block; }
.language-switch { position: relative; z-index: 51; display: flex; justify-content: flex-end; gap: .7rem; align-items: center; height: 44px; padding: 0 max(1rem, calc((100% - 1160px) / 2)); background: #071326; color: #fff; font-size: .875rem; }
.language-switch a { display: inline-flex; align-items: center; min-height: 44px; color: #fff; text-decoration: underline; text-underline-offset: .25rem; }
.site-header, body[data-page="home"] .site-header { top: 44px; }
.language-switch [aria-current] { color: #ffcb69; font-weight: 700; }
.consent-panel { position: fixed; z-index: 2000; bottom: 1rem; left: 1rem; max-width: 440px; width: calc(100% - 2rem); padding: 1.2rem; background: #fff; color: #13233b; box-shadow: 0 5px 30px #0004; border: 1px solid #c6d3e2; border-radius: .8rem; }
.consent-panel .button { margin-right: .5rem; }
.quick-contact { flex-wrap: wrap; }
.empty-project { text-align: center; padding: 4rem 1.5rem; }
.contact-card [data-site-phone] { display: block; }
@media (max-width: 680px) {
  .quick-contact { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .quick-contact__button { min-width: 0; text-align: center; font-size: .85rem; }
  .language-switch { justify-content: center; }
}
