.contact-popover{--contact-arrow-x:50%;position:fixed;z-index:280;width:min(348px,calc(100vw - 24px));padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--fg);box-shadow:0 18px 48px rgba(8,12,22,.2)}
.contact-popover[hidden]{display:none!important}.contact-popover__arrow{position:absolute;top:-8px;left:var(--contact-arrow-x);width:16px;height:16px;border-top:1px solid var(--line);border-left:1px solid var(--line);background:var(--surface);transform:translateX(-50%) rotate(45deg)}
.contact-popover__close{position:absolute;z-index:2;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:5px;background:var(--bg-soft);color:var(--fg-muted);cursor:pointer}.contact-popover__close:hover{background:var(--accent);color:#fff}.contact-popover__close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.contact-popover__phone{position:relative;display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-right:38px;color:var(--fg);font-size:20px;line-height:1.25}.contact-popover__phone svg{width:28px;height:28px;padding:6px;border-radius:6px;background:var(--accent);fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-popover__phone:hover{color:var(--accent)}
.contact-popover__cta{display:flex;width:100%;min-height:48px;margin-bottom:22px}.contact-popover__details{display:grid;gap:16px}.contact-popover__details div{display:grid;gap:3px}.contact-popover__details span{color:var(--fg-muted);font-size:12px}.contact-popover__details a,.contact-popover__details p{margin:0;color:var(--fg);font-size:15px;line-height:1.5}.contact-popover__details a:hover{color:var(--accent)}
.contact-popover__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.contact-popover__social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:6px;background:var(--bg-soft);color:var(--fg-muted);transition:color var(--transition),border-color var(--transition),background var(--transition)}.contact-popover__social svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;stroke-width:1.7}.contact-popover__social:hover{border-color:var(--accent);background:var(--accent);color:#fff}.contact-popover__social--instagram svg{fill:none}
@media(max-width:768px){.contact-popover{position:fixed!important;right:12px!important;bottom:12px!important;left:12px!important;top:auto!important;width:auto;max-height:calc(100dvh - 24px);overflow:auto;padding:20px}.contact-popover__arrow{display:none}.contact-popover__phone{font-size:18px}}
@media(prefers-reduced-motion:reduce){.contact-popover__social{transition:none}}
