.webvue-expert-advice-wrap{margin-top:18px}.webvue-expert-advice-open,.webvue-expert-advice-submit{width:100%;min-height:48px}.webvue-expert-advice-popup{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.webvue-expert-advice-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}.webvue-expert-advice-overlay{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(4px)}.webvue-expert-advice-dialog{position:relative;z-index:2;width:min(100%,620px);max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;padding:38px;box-shadow:0 24px 80px rgba(0,0,0,.28);transform:translateY(18px)scale(.98);transition:transform .25s ease}.webvue-expert-advice-popup.is-open .webvue-expert-advice-dialog{transform:translateY(0)scale(1)}.webvue-expert-advice-close{position:absolute;top:13px;right:15px;width:38px;height:38px;padding:0;border:0;background:0 0;color:#111;font-size:30px;line-height:1;cursor:pointer}.webvue-expert-advice-header{padding-right:30px;margin-bottom:26px}.webvue-expert-advice-kicker{display:block;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;opacity:.65}.webvue-expert-advice-header h2{margin:0 0 10px;font-size:clamp(26px,4vw,36px);line-height:1.15}.webvue-expert-advice-header p{margin:0;line-height:1.65;opacity:.75}.webvue-expert-advice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.webvue-expert-advice-field label{display:block;margin-bottom:7px;font-size:13px;font-weight:600}.webvue-expert-advice-field input,.webvue-expert-advice-field textarea{width:100%;margin:0}.webvue-expert-advice-field input{min-height:46px}.webvue-expert-advice-field-full{margin-top:18px}.webvue-expert-advice-field textarea{min-height:120px;resize:vertical}.webvue-expert-advice-message{display:none;margin:18px 0 0;padding:12px 14px;font-size:14px;line-height:1.5}.webvue-expert-advice-message.is-success,.webvue-expert-advice-message.is-error{display:block}.webvue-expert-advice-message.is-success{background:#edf8ef;color:#17652a}.webvue-expert-advice-message.is-error{background:#fff0f0;color:#a21d1d}.webvue-expert-advice-submit{margin-top:20px}.webvue-expert-advice-form.is-submitting{opacity:.72;pointer-events:none}.webvue-expert-advice-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}body.webvue-expert-popup-open{overflow:hidden}@media(max-width:575px){.webvue-expert-advice-popup{align-items:flex-end;padding:0}.webvue-expert-advice-dialog{width:100%;max-height:92vh;padding:30px 20px 24px}.webvue-expert-advice-grid{grid-template-columns:1fr;gap:14px}}@media(prefers-reduced-motion:reduce){.webvue-expert-advice-popup,.webvue-expert-advice-dialog{transition:none}}