[data-consent-banner][hidden], [data-consent-open][hidden], [data-consent-feedback][hidden], [data-chat-start][hidden], [data-map-consent][hidden], iframe[data-external-src][hidden] { display: none !important; }
body { padding-bottom: var(--cookie-banner-height, 0px); }
.legal-width { max-width: 800px; }
.legal-address { white-space: pre-line; }
.legal-content h2 { font-size: 1.4rem; margin-top: 32px; }
.legal-content li { margin-block: 10px; }
.legal-content a { text-underline-offset: 3px; }
.legal-nav, .footer-policies { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.legal-nav { padding-bottom: 24px; border-bottom: 1px solid var(--border); margin-bottom: 28px; }
.legal-nav [aria-current] { font-weight: 700; }
.footer-policies { padding-top: 24px; border-top: 1px solid var(--border); margin-top: 24px; font-size: .9rem; }
.footer-policies a:hover { text-decoration: underline; }
.inline-button { display: inline; background: none; border: 0; color: inherit; font: inherit; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner { position: fixed; inset: auto 0 0; z-index: 110; background: #fff; border-top: 1px solid #bfc9c2; box-shadow: 0 -3px 20px #00000012; max-height: 75vh; max-height: 75dvh; overflow-y: auto; }
.cookie-banner-inner { display: flex; align-items: center; gap: 28px; padding-block: 20px; }
.cookie-banner h2 { font-size: 1.125rem; margin-bottom: 8px; }
.cookie-banner p { margin: 0; max-width: 580px; font-size: .9rem; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.cookie-banner .cookie-actions { flex-shrink: 0; }
.cookie-actions .btn { font-size: .875rem; padding: 10px 16px; min-height: 44px; }
.cookie-actions .btn-ghost { background: #fff; border-color: #7e8b82; color: #26312b; }
.cookie-actions .btn-ghost:hover { background: #edf2ee; }
.cookie-actions .btn-primary { background: var(--accent-strong); color: #fff; }
.cookie-dialog { width: min(580px, calc(100% - 32px)); max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); overflow-y: auto; padding: 28px; border: 1px solid var(--border); border-radius: 8px; color: var(--text); background: #fff; }
.cookie-dialog::backdrop { background: #0007; }
.cookie-dialog h2 { font-size: 1.5rem; }
.cookie-category { display: flex; align-items: flex-start; gap: 12px; border-top: 1px solid var(--border); padding-block: 18px; margin: 0; font-weight: 400; }
.cookie-category input { flex: 0 0 20px; width: 20px; height: 20px; min-height: 20px; padding: 0; margin: 4px 0 0; accent-color: var(--accent-strong); }
.cookie-category strong, .cookie-category small { display: block; }
.cookie-category small { margin-top: 5px; color: var(--muted); font-size: .875rem; }
.cookie-small { font-size: .875rem; }
.form-privacy-note { margin: 12px 0 0; font-size: .875rem; }
.legal-content { overflow-wrap: anywhere; }
.cookie-banner a, .cookie-dialog a { text-decoration: underline; }
.cookie-banner button, .cookie-dialog button, .footer-policies button { cursor: pointer; }
.cookie-banner button:focus-visible, .cookie-dialog :focus-visible, .footer-policies :focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.cookie-category small { color: #4b5b69; }
.cookie-dialog h2 { line-height: 1.2; }
.consent-feedback { position: fixed; z-index: 111; bottom: 14px; left: 16px; max-width: min(460px, calc(100% - 32px)); background: #fff; color: #26312b; border: 1px solid var(--border); padding: 12px 18px; margin: 0; box-shadow: 0 3px 16px #0002; }
.cookie-inventory { margin: 24px 0; }
.cookie-inventory dt { font-weight: 700; padding-top: 14px; border-top: 1px solid var(--border); overflow-wrap: anywhere; }
.cookie-inventory dd { margin: 8px 0 20px; }
.external-placeholder { padding: 28px; display: grid; align-content: center; justify-items: start; min-height: 260px; background: var(--soft); }
.external-placeholder p { max-width: 480px; }
.chat-launcher { position: fixed; right: 18px; bottom: 18px; z-index: 70; background: #207c9b; color: #fff; border: 0; border-radius: 6px; padding: 12px 18px; font-weight: 700; min-height: 44px; }
body.has-cookie-banner .chat-launcher, body.has-cookie-banner #itried-crm-chat, body.is-nav-open .chat-launcher { visibility: hidden; }
@media (max-width: 1000px) {
    .cookie-banner-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .cookie-banner .cookie-actions { flex-shrink: 1; }
}
@media (max-width: 560px) {
    .cookie-dialog { padding: 20px; }
    .cookie-banner-inner { padding-block: 16px; }
    .cookie-banner .cookie-actions { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cookie-banner [data-consent-open] { grid-column: 1 / -1; }
    .cookie-actions .btn { padding-inline: 12px; }
}
