body.quote-modal-open{overflow:hidden}
.quote-dialog{width:min(1380px,calc(100vw - 24px));height:96svh;max-width:none;max-height:none;padding:0;border:0;background:#f0eee8;color:#242522;box-shadow:0 28px 90px rgba(0,0,0,.34);overflow:hidden}
.quote-dialog::backdrop{background:rgba(18,20,16,.82);backdrop-filter:blur(7px)}
.quote-dialog[open]{animation:quote-enter .38s cubic-bezier(.2,.7,.2,1) both}
.quote-shell{display:grid;grid-template-columns:170px minmax(0,1fr);height:100%;min-height:0}
.quote-aside{position:relative;padding:28px 22px;background:#545c47;color:#fff;overflow:hidden}
.quote-aside:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:-95px;bottom:-75px;box-shadow:0 0 0 36px rgba(255,255,255,.035),0 0 0 72px rgba(255,255,255,.025)}
.quote-step{display:block;font:500 11px Manrope,Arial,sans-serif;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.quote-side-title{position:relative;z-index:1;margin:18px 0 0;font:400 25px/1.08 Manrope,Arial,sans-serif;letter-spacing:-.04em;color:#fff}
.quote-content{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;min-height:0;box-sizing:border-box;overflow:hidden;padding:24px 30px 20px}
.quote-close{position:absolute;z-index:3;top:18px;right:18px;width:44px;height:44px;border:1px solid rgba(36,37,34,.22);border-radius:50%;background:#f0eee8;color:#242522;cursor:pointer;font-size:25px;font-weight:300;line-height:1;transition:background .2s,color .2s,transform .2s}
.quote-close:hover{background:#242522;color:#fff;transform:rotate(4deg)}.quote-close:focus-visible{outline:3px solid #8e967b;outline-offset:3px}
.quote-heading{padding:5px 60px 0 0;margin-bottom:14px}.quote-heading p{margin:0;max-width:820px;color:#686a64;line-height:1.5;font-size:13px}
.quote-survey{position:relative;flex:1;min-height:280px;background:#fff;overflow:hidden}.quote-survey:before{content:"";position:absolute;left:50%;top:70px;width:28px;height:28px;margin-left:-14px;border:2px solid #d2d0c9;border-top-color:#545c47;border-radius:50%;animation:quote-spin .8s linear infinite}
.quote-survey iframe{position:relative;z-index:1;display:block;border:0;width:100%;height:100%!important;min-height:0!important;background:#fff}
@keyframes quote-enter{from{opacity:0;transform:translateY(24px) scale(.985)}to{opacity:1;transform:none}}@keyframes quote-spin{to{transform:rotate(360deg)}}
@media(max-width:700px){.quote-dialog{width:100vw;height:100dvh;max-height:none;margin:0}.quote-shell{display:block;height:100dvh}.quote-aside{height:112px;padding:18px 72px 14px 18px}.quote-side-title{font-size:21px;line-height:1.05;margin-top:7px;max-width:255px}.quote-aside:after{left:auto;right:-90px;bottom:-125px}.quote-content{height:calc(100dvh - 112px);padding:14px 12px 12px}.quote-close{position:fixed;top:24px;right:18px;background:transparent;border-color:rgba(255,255,255,.45);color:#fff}.quote-heading{padding:0;margin-bottom:12px}.quote-heading p{font-size:12px}.quote-survey{min-height:280px}}
@media(prefers-reduced-motion:reduce){.quote-dialog[open]{animation:none}.quote-survey:before{animation:none}.quote-close{transition:none}}
