.privacy-choice[hidden], [data-privacy-choices][hidden] { display: none !important; }
.privacy-choice { position: fixed; z-index: 30; bottom: 20px; left: 20px; width: min(480px, calc(100% - 40px)); max-height: calc(100dvh - 40px); overflow: auto; padding: 24px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-top: 3px solid var(--teal); box-shadow: 0 8px 36px #102e4929; }
.privacy-choice h2 { font: 650 1.25rem/1.4 "Segoe UI",Arial,sans-serif; letter-spacing: normal; margin-bottom: 10px; }
.privacy-choice p { font-size: .9375rem; line-height: 1.6; }
.privacy-choice .privacy-choice-status { margin-top: 8px; font-size: .875rem; }
.privacy-choice-actions { display: flex; gap: 12px; margin: 18px 0 12px; }
.privacy-choice button { flex: 1; min-height: 46px; border: 1px solid var(--blue); background: #fff; color: var(--blue); font: 600 1rem/1.4 "Segoe UI",Arial,sans-serif; padding: 10px 16px; cursor: pointer; }
.privacy-choice button:hover { background: var(--pale); }
.privacy-choice button:disabled { opacity: .55; cursor: not-allowed; }
.privacy-choice a { text-decoration: underline; color: var(--blue); font-size: .875rem; }
.privacy-choice button:focus-visible, [data-privacy-choices]:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.footer-privacy { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; font-size: .875rem; color: var(--muted); }
.footer-privacy a, .footer-privacy button { text-decoration: underline; }
[data-privacy-choices] { color: inherit; background: transparent; padding: 0; border: 0; font: inherit; cursor: pointer; }
.privacy-content { max-width: 800px; padding-block: 48px 72px; }
.privacy-content h1 { font-size: clamp(38px,6vw,56px); margin-bottom: 18px; }
.privacy-content h2 { font: 650 1.35rem/1.4 "Segoe UI",Arial,sans-serif; letter-spacing: normal; margin: 30px 0 12px; }
.privacy-content p, .privacy-content ul { margin-bottom: 16px; }
.privacy-content a { color: var(--blue); text-decoration: underline; overflow-wrap: anywhere; }
.privacy-content .privacy-updated { color: var(--muted); font-size: .875rem; }
.estimate-form .form-status { padding: 14px 16px; border-left: 3px solid var(--teal); background: var(--pale); }
.estimate-form .form-status:empty { display: none; }
.estimate-form .form-status[data-state="error"] { border-color: #9a3926; }
.estimate-form .form-status:focus { outline: 2px solid var(--teal); outline-offset: 3px; }
.estimate-submit:disabled { opacity: .65; cursor: default; transform: none; }
.contact-section .estimate-form .form-privacy a { color: var(--blue); text-decoration: underline; }
@media(max-width: 540px) { .privacy-choice { padding: 18px; bottom: 12px; left: 12px; width: calc(100% - 24px); max-height: calc(100dvh - 24px); } }
