.site-contact-widget { position: fixed; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); z-index: 900; font-family: inherit; }
.site-contact-widget[hidden], .site-contact-widget__choices[hidden] { display: none; }
.site-contact-widget__toggle { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; padding: 0; border: 0; border-radius: 50%; color: #202733; background: #ffa801; box-shadow: 0 4px 20px #0003; cursor: pointer; }
.site-contact-widget__choices { position: absolute; right: 0; bottom: 72px; width: 220px; max-width: calc(100vw - 48px); padding: 8px; border: 1px solid #dce0e5; border-radius: 14px; background: #fff; box-shadow: 0 5px 24px #0002; }
.site-contact-widget__choices a { display: block; padding: 12px; border-radius: 8px; color: #202733; text-decoration: none; font-size: 15px; line-height: 1.4; }
.site-contact-widget__choices a:hover { background: #fff1d4; }
.site-contact-widget button:focus-visible, .site-contact-widget a:focus-visible, .site-contact-dialog button:focus-visible { outline: 3px solid #397fbb; outline-offset: 3px; }
.site-contact-dialog { width: min(460px, calc(100vw - 24px)); height: min(820px, calc(100dvh - 32px)); max-width: none; max-height: none; margin: auto; padding: 0; overflow: hidden; border: 1px solid #dce0e5; border-radius: 16px; background: #fff; color: #202733; box-shadow: 0 12px 60px #0004; }
.site-contact-dialog[open] { display: flex; flex-direction: column; }
.site-contact-dialog::backdrop { background: #0008; }
.site-contact-dialog__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex: 0 0 auto; padding: 14px 16px; border-bottom: 1px solid #e5e7eb; font: 600 15px/1.4 Arial, sans-serif; }
.site-contact-dialog__header button { min-height: 36px; padding: 6px 10px; border: 1px solid #dce0e5; border-radius: 8px; background: #fff; color: inherit; font: inherit; cursor: pointer; }
.site-contact-dialog iframe { display: block; flex: 1 1 auto; width: 100%; min-height: 0; border: 0; }
@media (max-width: 480px) { .site-contact-dialog { width: 100vw; height: 100dvh; border: 0; border-radius: 0; } .site-contact-widget { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); } }
