.maxi-quote-lock { overflow: hidden !important; }

.maxi-quote-modal {
  position: fixed; inset: 0; z-index: 2147483000; display: grid; place-items: center;
  padding: clamp(10px, 2vw, 28px); visibility: hidden; opacity: 0;
  background: rgba(5, 10, 20, .72); backdrop-filter: blur(12px);
  transition: opacity .24s ease, visibility .24s ease;
}
.maxi-quote-modal.is-open { visibility: visible; opacity: 1; }
.maxi-quote-modal__dialog {
  position: relative; width: min(1080px, 100%); height: min(880px, calc(100dvh - 32px));
  overflow: hidden; border: 1px solid rgba(255,255,255,.26); border-radius: 26px;
  background: #f7f9fc; box-shadow: 0 35px 100px rgba(0,0,0,.42);
  transform: translateY(14px) scale(.985); transition: transform .28s cubic-bezier(.2,.8,.2,1);
}
.maxi-quote-modal.is-open .maxi-quote-modal__dialog { transform: none; }
.maxi-quote-modal__close {
  position: absolute; top: 14px; right: 14px; z-index: 3; width: 44px; height: 44px;
  display: grid; place-items: center; border: 1px solid rgba(11,18,32,.12); border-radius: 999px;
  background: rgba(255,255,255,.94); color: #0b1220; font-size: 22px; cursor: pointer;
  box-shadow: 0 10px 25px rgba(11,18,32,.14); transition: transform .18s ease, background .18s ease;
}
.maxi-quote-modal__close:hover { background: #f7c600; transform: rotate(4deg) scale(1.04); }
.maxi-quote-modal__frame { display: block; width: 100%; height: 100%; border: 0; background: #f7f9fc; }

.maxi-quote-launcher {
  position: relative; isolation: isolate; width: 100%; padding: 18px; border: 1px solid #e8ebf0;
  border-radius: 20px; background: linear-gradient(145deg,#fff 0%,#f8fafc 100%);
  box-shadow: 0 14px 34px rgba(11,18,32,.08); font-family: Montserrat,Arial,sans-serif;
}
.maxi-quote-launcher__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.maxi-quote-launcher__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: #f7c600; color: #0b1220; font-size: 18px; }
.maxi-quote-launcher__title { margin: 0; color: #0b1220; font-size: 16px; line-height: 1.25; font-weight: 800; }
.maxi-quote-launcher__copy { margin: 3px 0 0; color: #6f8199; font-size: 12px; line-height: 1.45; }
.maxi-quote-launcher__route { display: grid; gap: 10px; }
.maxi-quote-launcher__contact { display: grid; gap: 9px; margin-top: 10px; }
.maxi-quote-launcher__contact input,
.maxi-quote-launcher__contact textarea {
  width: 100%; min-width: 0; border: 1px solid #d8e0eb; border-radius: 13px; background: #fff;
  color: #0b1220; padding: 11px 12px; font: 600 13px/1.45 Montserrat,Arial,sans-serif;
  outline: 0; transition: border-color .18s ease, box-shadow .18s ease;
}
.maxi-quote-launcher__contact input { min-height: 46px; }
.maxi-quote-launcher__contact textarea { min-height: 78px; resize: vertical; }
.maxi-quote-launcher__contact input:focus,
.maxi-quote-launcher__contact textarea:focus { border-color: #f7c600; box-shadow: 0 0 0 4px rgba(247,198,0,.14); }
.maxi-quote-launcher .address-search-editor { z-index: auto; }
.maxi-quote-launcher .address-search-editor:focus-within { z-index: 45; }
.maxi-quote-launcher .address-editor__details-toggle { display: none !important; }
.maxi-quote-launcher .geo-combobox__input { min-height: 48px; border-radius: 13px; border-color: #d8e0eb; font-family: inherit; font-size: 13px; }
.maxi-quote-launcher__button {
  width: 100%; min-height: 48px; margin-top: 12px; border: 0; border-radius: 13px;
  background: #0b1220; color: #fff; font: 800 13px/1 Montserrat,Arial,sans-serif; cursor: pointer;
  box-shadow: 0 10px 24px rgba(11,18,32,.18); transition: transform .18s ease, background .18s ease;
}
.maxi-quote-launcher__button:hover { background: #18243a; transform: translateY(-1px); }
.maxi-quote-launcher__button .maxi-inline-icon { width: 16px; height: 16px; margin-left: 8px; color: #f7c600; }

.maxi-contact-hub {
  --maxi-ink: #0b1220; --maxi-muted: #66778e; --maxi-line: #e4e9f0; --maxi-yellow: #f7c600;
  width: 100%; padding: 10px 0 24px; color: var(--maxi-ink); font-family: Montserrat,Arial,sans-serif;
}
.maxi-contact-hub__head { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 14px; margin: 0 0 24px; text-align: left; }
.maxi-contact-hub__head > span { flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: var(--maxi-yellow); color: var(--maxi-ink); font-size: 21px; box-shadow: 0 12px 26px rgba(247,198,0,.24); }
.maxi-contact-hub__head p { margin: 0 0 4px; color: #8b6c00; font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.maxi-contact-hub__head > div { flex: 1 1 auto; min-width: 0; }
.maxi-contact-hub__head h2 { width: 100%; margin: 0; color: var(--maxi-ink); font-size: clamp(20px,2.2vw,30px); line-height: 1.2; font-weight: 850; }
.maxi-contact-hub__maps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.maxi-contact-map { overflow: hidden; border: 1px solid var(--maxi-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 44px rgba(11,18,32,.09); }
.maxi-contact-map__media { position: relative; height: clamp(260px,30vw,390px); overflow: hidden; background: #dfe5ec; }
.maxi-contact-map__media iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.88) contrast(1.03); }
.maxi-contact-map__flag { position: absolute; top: 16px; left: 16px; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 17px; background: rgba(255,255,255,.94); font-size: 29px; line-height: 1; box-shadow: 0 12px 30px rgba(11,18,32,.18); backdrop-filter: blur(8px); }
.maxi-contact-map__body { min-height: 154px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding: 20px 21px; }
.maxi-contact-map__code { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 999px; background: #fff7cf; color: #785d00; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.maxi-contact-map__body h3 { margin: 8px 0 6px; color: var(--maxi-ink); font-size: 17px; line-height: 1.25; font-weight: 850; }
.maxi-contact-map__body p { max-width: 480px; margin: 0; color: var(--maxi-muted); font-size: 12px; line-height: 1.65; font-weight: 600; }
.maxi-contact-map__body > a { flex: 0 0 auto; min-width: 46px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; border-radius: 14px; background: var(--maxi-ink); color: #fff !important; font-size: 11px; font-weight: 800; text-decoration: none !important; transition: transform .18s ease, background .18s ease; }
.maxi-contact-map__body > a:hover { background: #1c2a40; transform: translateY(-2px); }
.maxi-contact-map__body > a .maxi-inline-icon { width: 18px; height: 18px; color: var(--maxi-yellow); }
.maxi-contact-hub__launcher { margin-top: 22px; }
.maxi-quote-launcher--wide { padding: 22px; }
.maxi-quote-launcher--wide .maxi-quote-launcher__head { margin-bottom: 16px; }
.maxi-quote-launcher--wide .maxi-quote-launcher__route { grid-template-columns: repeat(2,minmax(0,1fr)); }
.maxi-quote-launcher--wide .maxi-quote-launcher__contact { grid-template-columns: minmax(150px,.7fr) minmax(200px,.9fr) minmax(280px,1.4fr); }
.maxi-quote-launcher--wide .maxi-quote-launcher__contact textarea { min-height: 46px; height: 46px; resize: none; }
.maxi-quote-launcher--wide .maxi-quote-launcher__button { width: auto; min-width: 210px; display: flex; align-items: center; justify-content: center; margin: 12px 0 0 auto; padding: 0 22px; }
.maxi-contact-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.maxi-contact-actions a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 1px solid var(--maxi-line); border-radius: 14px; background: #fff; color: var(--maxi-ink) !important; font-size: 12px; font-weight: 800; text-decoration: none !important; box-shadow: 0 8px 22px rgba(11,18,32,.06); transition: border-color .18s ease, transform .18s ease; }
.maxi-contact-actions a:hover { border-color: var(--maxi-yellow); transform: translateY(-2px); }
.maxi-contact-actions a .maxi-inline-icon { width: 17px; height: 17px; color: #9b7900; }

.maxi-edge-quote { position: fixed; z-index: 2147482000; right: 0; top: 50%; width: 70px; height: 204px; transform: translateY(-50%); filter: drop-shadow(0 18px 26px rgba(11,18,32,.24)); }
.maxi-edge-quote > button { position: absolute; left: 35px; top: 50%; width: 204px; height: 70px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: linear-gradient(155deg,#17322c,#0b1220); color: #fff; cursor: pointer; transform: translate(-50%,-50%) rotate(-90deg); transform-origin: 50% 50%; transition: left .58s cubic-bezier(.22,.8,.28,1),width .52s cubic-bezier(.22,.8,.28,1),height .52s cubic-bezier(.22,.8,.28,1),transform .58s cubic-bezier(.22,.8,.28,1); }
.maxi-edge-quote > button:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 20%,rgba(247,198,0,.18),transparent 42%); pointer-events: none; }
.maxi-edge-quote__icon { position: absolute; z-index: 1; left: 10px; top: 13px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: #f7c600; color: #0b1220; transition: transform .4s cubic-bezier(.22,.8,.28,1); }
.maxi-edge-quote__icon .maxi-inline-icon { width: 21px; height: 21px; }
.maxi-edge-quote__expanded { position: absolute; left: 0; right: 0; top: 50%; display: grid; justify-items: center; text-align: center; white-space: nowrap; transform: translateY(-50%); pointer-events: none; }
.maxi-edge-quote__expanded small { position: absolute; left: 50%; bottom: calc(100% + 4px); color: #aebdb8; font: 700 9.5px/1.2 Montserrat,Arial,sans-serif; opacity: 0; transform: translateX(-50%); transition: opacity .2s ease; }
.maxi-edge-quote__expanded strong { color: #fff; font: 800 15px/1 Montserrat,Arial,sans-serif; }
.maxi-edge-quote__arrow { position: absolute; right: 10px; top: 15px; width: 40px; height: 40px; display: grid; place-items: center; color: #f7c600; transition: opacity .2s,transform .35s; }
.maxi-edge-quote__arrow .maxi-inline-icon { width: 19px; height: 19px; }
.maxi-edge-quote.has-parking-intro > button { animation: maxi-edge-quote-intro 4.2s ease-in-out; }
.maxi-edge-quote.has-parking-intro .maxi-edge-quote__expanded small { animation: maxi-edge-quote-detail 4.2s ease-in-out; }
@keyframes maxi-edge-quote-intro { 0%{left:-80px;width:300px;height:82px;transform:translate(-50%,-50%) rotate(0)} 18%{left:-108px;width:300px;height:82px;transform:translate(-50%,-50%) rotate(-1deg)} 55%{left:-132px;width:300px;height:82px;transform:translate(-50%,-50%) rotate(-2.5deg)} 72%{left:-98px;width:260px;height:78px;transform:translate(-50%,-50%) rotate(3.5deg)} 86%{left:-20px;width:205px;height:72px;transform:translate(-50%,-50%) rotate(-45deg)} 100%{left:35px;width:204px;height:70px;transform:translate(-50%,-50%) rotate(-90deg)} }
@keyframes maxi-edge-quote-detail { 0%,76%{opacity:1} 100%{opacity:0} }
.maxi-edge-quote:focus-within > button { left: -65px; width: 270px; transform: translate(-50%,-50%) rotate(0); }
.maxi-edge-quote:focus-within .maxi-edge-quote__expanded small { opacity: 1; }
.maxi-edge-quote > button:focus-visible { outline: 3px solid #f7c600; outline-offset: -4px; }
@media (hover:hover) {
  .maxi-edge-quote:hover > button { left: -65px; width: 270px; transform: translate(-50%,-50%) rotate(0); }
  .maxi-edge-quote:hover .maxi-edge-quote__expanded small { opacity: 1; }
  .maxi-edge-quote:hover .maxi-edge-quote__icon { transform: rotate(-7deg) scale(1.04); }
}

@media (max-width: 640px) {
  .maxi-quote-modal { padding: 0; }
  .maxi-quote-modal__dialog { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
  .maxi-quote-modal__close { top: max(10px, env(safe-area-inset-top)); right: 10px; }
  .maxi-contact-hub__head { align-items: flex-start; justify-content: flex-start; }
  .maxi-contact-hub__maps { grid-template-columns: 1fr; }
  .maxi-contact-map__media { height: 280px; }
  .maxi-contact-map__body { align-items: flex-start; flex-direction: column; }
  .maxi-contact-map__body > a { width: 100%; }
  .maxi-quote-launcher--wide .maxi-quote-launcher__route,
  .maxi-quote-launcher--wide .maxi-quote-launcher__contact { grid-template-columns: 1fr; }
  .maxi-quote-launcher--wide .maxi-quote-launcher__contact textarea { min-height: 78px; height: auto; }
  .maxi-quote-launcher--wide .maxi-quote-launcher__button { width: 100%; }
  .maxi-edge-quote { top: auto; bottom: 88px; width: 62px; height: 194px; transform: none; }
  .maxi-edge-quote > button { left: 31px; width: 194px; height: 62px; transform: translate(-50%,-50%) rotate(-90deg); }
  .maxi-edge-quote__icon { left: 8px; top: 8px; }
  .maxi-edge-quote__arrow { top: 11px; }
  .maxi-edge-quote:focus-within > button { left: 31px; width: 194px; height: 62px; transform: translate(-50%,-50%) rotate(-90deg); }
}

@media (prefers-reduced-motion: reduce) {
  .maxi-edge-quote > button,.maxi-edge-quote__expanded small,.maxi-edge-quote__icon { animation: none !important; transition: none !important; }
}
