.ahdqs,
.ahdqs *{box-sizing:border-box}

.ahdqs{
  width:100%;
  font-family:inherit;
  color:var(--ahdqs-ink,#0A1A2F);
  --ahdqs-accent:#2B5CFF;
  --ahdqs-ink:#0A1A2F;
  --ahdqs-muted:#64748B;
  --ahdqs-field-bg:#F7F9FC;
  --ahdqs-border:#D9E2EF;
  --ahdqs-surface:#FFFFFF;
  --ahdqs-soft:#EEF3FF;
  --ahdqs-button-text:#FFFFFF;
  --ahdqs-error:#D92D20;
  --ahdqs-border-strong:color-mix(in srgb,var(--ahdqs-ink) 22%,transparent);
}

.ahdqs form{margin:0;padding:0;border:0;background:transparent;box-shadow:none}
.ahdqs button,.ahdqs input,.ahdqs select{font:inherit}
.ahdqs-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.ahdqs-icon{display:block;width:21px;height:21px;object-fit:contain;flex:0 0 21px}
.ahdqs-field{position:relative;min-width:0;margin:0}
.ahdqs-field-error{min-height:0;margin-top:6px;font-size:12px;line-height:1.35;color:var(--ahdqs-error)}
.ahdqs-field.is-error .ahdqs-field-shell{border-color:var(--ahdqs-error)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--ahdqs-error) 9%,transparent)!important}

.ahdqs-field-shell{
  position:relative;
  display:flex;
  align-items:center;
  gap:13px;
  width:100%;
  min-height:70px;
  padding:10px 15px;
  border:1px solid var(--ahdqs-border);
  border-radius:15px;
  background:var(--ahdqs-field-bg);
  transition:border-color .24s ease,box-shadow .24s ease,background .24s ease,transform .24s ease;
}

.ahdqs-field-shell:hover{border-color:color-mix(in srgb,var(--ahdqs-accent) 25%,var(--ahdqs-border))}
.ahdqs-field-shell:focus-within{
  border-color:var(--ahdqs-accent);
  background:var(--ahdqs-surface);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--ahdqs-accent) 9%,transparent);
  transform:translateY(-1px);
}

.ahdqs-field-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:11px;
  background:var(--ahdqs-soft);
  transition:transform .24s cubic-bezier(.22,1,.36,1),background .24s ease;
}
.ahdqs-field-shell:focus-within .ahdqs-field-icon{transform:scale(1.05)}

.ahdqs-field-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1 1 auto}
.ahdqs-field-copy>label{
  display:block;
  margin:0 0 4px;
  padding:0;
  font-size:10.5px;
  line-height:1.2;
  font-weight:760;
  letter-spacing:.02em;
  color:var(--ahdqs-muted);
}

.ahdqs-field-copy input,
.ahdqs-field-copy select{
  appearance:none;
  -webkit-appearance:none;
  display:block;
  width:100%;
  min-width:0;
  height:28px;
  margin:0!important;
  padding:0 28px 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:0!important;
  color:var(--ahdqs-ink)!important;
  font-size:15px;
  line-height:28px;
  font-weight:650;
}
.ahdqs-field-copy input::placeholder{color:var(--ahdqs-muted);opacity:.72;font-weight:500}
.ahdqs-field-copy select{
  background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%)!important;
  background-position:calc(100% - 10px) 50%,calc(100% - 5px) 50%!important;
  background-size:5px 5px,5px 5px!important;
  background-repeat:no-repeat!important;
}

.ahdqs-primary-btn,
.ahdqs-secondary-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  min-height:58px;
  padding:0 20px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px;
  cursor:pointer;
  text-decoration:none!important;
  font-weight:760!important;
  line-height:1!important;
  box-shadow:none;
  transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,opacity .18s ease,filter .18s ease;
}
.ahdqs-primary-btn{border:0!important;background:var(--ahdqs-accent)!important;color:var(--ahdqs-button-text)!important;box-shadow:0 10px 24px color-mix(in srgb,var(--ahdqs-accent) 20%,transparent)!important}
.ahdqs-primary-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px color-mix(in srgb,var(--ahdqs-accent) 24%,transparent)!important;filter:saturate(1.04)}
.ahdqs-primary-btn:active{transform:translateY(0) scale(.995)}
.ahdqs-primary-btn:disabled{opacity:.58;cursor:wait;transform:none}
.ahdqs-primary-btn .ahdqs-btn-arrow{
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  box-sizing:border-box!important;
  background:color-mix(in srgb,var(--ahdqs-button-text) 16%,transparent)!important;
  color:var(--ahdqs-button-text)!important;
  font-size:0!important;
  line-height:0!important;
  vertical-align:middle!important;
  transform:none;
  transition:transform .22s ease!important;
}
.ahdqs-primary-btn .ahdqs-btn-arrow::before{
  content:"";
  display:block;
  width:13px;
  height:13px;
  margin:0!important;
  padding:0!important;
  background-repeat:no-repeat;
  background-position:center;
  background-size:13px 13px;
}
.ahdqs-primary-btn .ahdqs-btn-arrow-right::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E")}
.ahdqs-primary-btn:hover .ahdqs-btn-arrow-right{transform:translateX(2px)}
.ahdqs-secondary-btn .ahdqs-btn-arrow{
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  font-size:0!important;
  line-height:0!important;
}
.ahdqs-secondary-btn .ahdqs-btn-arrow::before{
  content:"";
  display:block;
  width:15px;
  height:15px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:15px 15px;
}
.ahdqs-secondary-btn .ahdqs-btn-arrow-left::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A1A2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='m11 18-6-6 6-6'/%3E%3C/svg%3E")}
.ahdqs-secondary-btn{border:1px solid var(--ahdqs-border)!important;background:var(--ahdqs-surface)!important;color:var(--ahdqs-ink)!important}
.ahdqs-secondary-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px color-mix(in srgb,var(--ahdqs-ink) 7%,transparent)!important}

.ahdqs-form-status{margin-top:8px;font-size:13px;line-height:1.4}
.ahdqs-form-status.is-error{color:var(--ahdqs-error)}

.ahdqs-mini-head{display:none}
.ahdqs-inline-route-tag{display:none}

.ahdqs-route-card,
.ahdqs-route-stack{
  position:relative;
  border:1px solid var(--ahdqs-border);
  border-radius:18px;
  background:var(--ahdqs-surface);
  box-shadow:0 10px 24px color-mix(in srgb,var(--ahdqs-ink) 5%,transparent);
  overflow:visible;
  transition:border-color .24s ease,box-shadow .24s ease,transform .24s cubic-bezier(.22,1,.36,1);
}
.ahdqs-route-card:focus-within,
.ahdqs-route-stack:focus-within{
  border-color:color-mix(in srgb,var(--ahdqs-accent) 58%,var(--ahdqs-border));
  box-shadow:0 14px 30px color-mix(in srgb,var(--ahdqs-accent) 9%,transparent);
  transform:translateY(-1px);
}

.ahdqs-route-card .ahdqs-field-shell,
.ahdqs-route-stack .ahdqs-field-shell{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.ahdqs-route-divider{display:block;height:1px;background:var(--ahdqs-border)}
.ahdqs-route-rail{pointer-events:none}

.ahdqs-swap-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  border:1px solid var(--ahdqs-border)!important;
  border-radius:11px!important;
  background:var(--ahdqs-surface)!important;
  box-shadow:0 7px 16px color-mix(in srgb,var(--ahdqs-ink) 9%,transparent)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer;
  color:var(--ahdqs-ink)!important;
  padding:0!important;
  line-height:1!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ahdqs-swap-btn:hover{border-color:var(--ahdqs-accent)!important;box-shadow:0 9px 20px color-mix(in srgb,var(--ahdqs-accent) 13%,transparent)!important}
.ahdqs-swap-btn span{
  position:relative;
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  flex:0 0 18px;
  font-size:0!important;
  line-height:0!important;
  transform-origin:50% 50%!important;
  will-change:transform;
  backface-visibility:hidden;
}
.ahdqs-swap-btn span::before{
  content:"";
  position:absolute;
  inset:0;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:18px 18px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A1A2F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4v16M8 4 5 7M8 4l3 3M16 20V4M16 20l-3-3M16 20l3-3'/%3E%3C/svg%3E");
}
.ahdqs-swap-btn.is-swapping span{
  animation:ahdqsSwap .46s cubic-bezier(.4,0,.2,1) both;
}
@keyframes ahdqsSwap{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

/* stacked quick quote */
.ahdqs-stacked .ahdqs-quick-form{width:100%}
.ahdqs-stacked .ahdqs-quick-shell{display:grid;gap:14px}
.ahdqs-stacked .ahdqs-quick-fields{width:100%}
.ahdqs-stacked .ahdqs-location-field{padding:2px 15px}
.ahdqs-stacked .ahdqs-field-shell{min-height:76px;padding:9px 0}
.ahdqs-stacked .ahdqs-route-divider{margin:0 66px 0 68px}
.ahdqs-stacked .ahdqs-field-icon{background:transparent;width:38px;height:38px;flex-basis:38px}
.ahdqs-stacked .ahdqs-route-rail{position:absolute;left:33px;top:59px;bottom:59px;border-left:2px dotted color-mix(in srgb,var(--ahdqs-accent) 28%,transparent);z-index:0}
.ahdqs-stacked .ahdqs-swap-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:5}
.ahdqs-stacked .ahdqs-quick-submit{width:100%;min-height:60px}

.ahdqs-micro-row,
.ahdqs-step-foot{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;color:var(--ahdqs-muted);font-size:11px;line-height:1.35}
.ahdqs-live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#23ad67;margin-right:5px;box-shadow:0 0 0 4px rgba(35,173,103,.10)}
.ahdqs-micro-sep{opacity:.45}

/* inline quote */
.ahdqs-inline .ahdqs-quick-form{width:100%}
.ahdqs-inline .ahdqs-quick-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(175px,210px);align-items:stretch;gap:12px;width:100%}
.ahdqs-inline .ahdqs-quick-fields{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:1fr!important;min-width:0!important;width:100%!important}
.ahdqs-inline .ahdqs-location-field{padding:2px 13px;min-width:0!important;width:auto!important;grid-row:1!important}
.ahdqs-inline .ahdqs-field-shell{min-height:72px;padding:8px 0}
.ahdqs-inline .ahdqs-location-field:first-child{grid-column:1!important;border-right:1px solid var(--ahdqs-border)}
.ahdqs-inline .ahdqs-location-field:last-child{grid-column:2!important}
.ahdqs-inline .ahdqs-route-divider{display:none!important}
.ahdqs-inline .ahdqs-route-rail{display:none!important}
.ahdqs-inline .ahdqs-field-icon{width:36px;height:36px;flex-basis:36px;background:transparent}
.ahdqs-inline .ahdqs-field-copy>label{font-size:10px}
.ahdqs-inline .ahdqs-field-copy input{font-size:14px}
.ahdqs-inline .ahdqs-swap-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:6;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}
.ahdqs-inline .ahdqs-quick-submit{width:100%;height:100%;min-height:76px}
.ahdqs-inline .ahdqs-form-status{margin-top:7px}

/* full SaaS quote */
.ahdqs-full-form{position:relative;width:100%;max-width:760px;margin:0;padding:0;background:transparent}

.ahdqs-progress{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  width:100%;
  margin:0 0 28px;
  padding:0 4px;
}
.ahdqs-progress-track{
  position:absolute;
  z-index:0;
  top:17px;
  left:calc(16.666% + 17px);
  right:calc(16.666% + 17px);
  height:2px;
  border-radius:999px;
  background:var(--ahdqs-border);
  overflow:hidden;
}
.ahdqs-progress-fill{display:block;width:0;height:100%;border-radius:inherit;background:var(--ahdqs-accent);transition:width .42s cubic-bezier(.22,1,.36,1)}
.ahdqs-progress-step{
  position:relative;
  z-index:1;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  min-width:0;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--ahdqs-muted)!important;
  line-height:1!important;
  text-align:center;
}
.ahdqs-progress-step span{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--ahdqs-border);
  background:var(--ahdqs-surface);
  color:var(--ahdqs-muted);
  font-size:9.5px;
  font-weight:850;
  box-shadow:0 4px 12px color-mix(in srgb,var(--ahdqs-ink) 5%,transparent);
  transition:background .28s ease,border-color .28s ease,color .28s ease,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease;
}
.ahdqs-progress-step strong{display:block;max-width:100%;font-size:11.5px;font-weight:760;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .24s ease}
.ahdqs-progress-step.is-active{color:var(--ahdqs-ink)!important}
.ahdqs-progress-step.is-active span{background:var(--ahdqs-accent);border-color:var(--ahdqs-accent);color:var(--ahdqs-button-text);transform:scale(1.07);box-shadow:0 0 0 5px color-mix(in srgb,var(--ahdqs-accent) 10%,transparent),0 8px 18px color-mix(in srgb,var(--ahdqs-accent) 20%,transparent)}
.ahdqs-progress-step.is-complete{color:var(--ahdqs-ink)!important}
.ahdqs-progress-step.is-complete span{background:var(--ahdqs-accent);border-color:var(--ahdqs-accent);color:var(--ahdqs-button-text)}

.ahdqs-step[hidden]{display:none!important}
.ahdqs-step.is-active{animation:ahdqsStepIn .42s cubic-bezier(.22,1,.36,1) both}
@keyframes ahdqsStepIn{from{opacity:0;transform:translateY(12px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}

.ahdqs-step-heading{margin:0 0 20px}
.ahdqs-step-heading h3{margin:0 0 7px!important;padding:0!important;font:inherit!important;font-size:24px!important;line-height:1.18!important;font-weight:800!important;letter-spacing:-.025em!important;color:var(--ahdqs-ink)!important}
.ahdqs-step-heading p{margin:0!important;padding:0!important;font-size:13px;line-height:1.5;color:var(--ahdqs-muted)}

.ahdqs-route-stack-large{width:100%}
.ahdqs-route-stack .ahdqs-location-field{padding:2px 16px}
.ahdqs-route-stack .ahdqs-field-shell{min-height:80px;padding:10px 0}
.ahdqs-route-stack .ahdqs-field-icon{width:40px;height:40px;flex-basis:40px;background:transparent}
.ahdqs-route-stack .ahdqs-route-divider{margin:0 68px 0 70px}
.ahdqs-route-stack .ahdqs-route-rail{position:absolute;left:35px;top:61px;bottom:61px;border-left:2px dotted color-mix(in srgb,var(--ahdqs-accent) 28%,transparent);z-index:0}
.ahdqs-swap-btn-full{position:absolute;right:18px;top:50%;transform:translateY(-50%);z-index:7}
.ahdqs-wide-btn{width:100%}

.ahdqs-block-label{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:0 0 9px}
.ahdqs-block-label>span{font-size:12px;font-weight:780;letter-spacing:.01em;color:var(--ahdqs-ink)}
.ahdqs-block-label>small{font-size:11px;line-height:1.35;color:var(--ahdqs-muted);text-align:right}
.ahdqs-vehicle-label,.ahdqs-contact-label{margin-top:20px}

.ahdqs-choice-grid{display:grid;gap:10px}
.ahdqs-choice-grid-2{grid-template-columns:1fr 1fr}
.ahdqs-choice-card{
  position:relative;
  display:grid!important;
  grid-template-columns:1fr 18px;
  align-items:center;
  gap:12px;
  min-height:82px;
  margin:0!important;
  padding:13px 14px!important;
  border:1px solid var(--ahdqs-border)!important;
  border-radius:16px!important;
  background:var(--ahdqs-field-bg)!important;
  color:var(--ahdqs-ink)!important;
  cursor:pointer;
  box-shadow:none!important;
  transition:border-color .24s ease,box-shadow .24s ease,background .24s ease,transform .24s cubic-bezier(.22,1,.36,1);
}
.ahdqs-choice-card:hover{transform:translateY(-2px);background:var(--ahdqs-surface)!important;box-shadow:0 10px 22px color-mix(in srgb,var(--ahdqs-ink) 6%,transparent)!important}
.ahdqs-choice-card input{position:absolute;opacity:0;pointer-events:none}
.ahdqs-choice-card:has(input:checked){border-color:var(--ahdqs-accent)!important;background:var(--ahdqs-surface)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--ahdqs-accent) 8%,transparent),0 10px 24px color-mix(in srgb,var(--ahdqs-accent) 8%,transparent)!important}
.ahdqs-choice-copy{min-width:0}
.ahdqs-choice-copy strong{display:block;font-size:13.5px;line-height:1.25}
.ahdqs-choice-copy small{display:block;margin-top:3px;font-size:10.5px;line-height:1.35;color:var(--ahdqs-muted)}
.ahdqs-choice-card i{width:17px;height:17px;border:1.5px solid var(--ahdqs-border-strong);border-radius:50%;transition:border .2s ease,transform .2s ease}
.ahdqs-choice-card:has(input:checked) i{border:5px solid var(--ahdqs-accent);transform:scale(1.04)}

.ahdqs-detail-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ahdqs-border);border-radius:18px;background:var(--ahdqs-surface);overflow:visible;box-shadow:0 8px 20px color-mix(in srgb,var(--ahdqs-ink) 4%,transparent)}
.ahdqs-detail-card .ahdqs-field{padding:2px 13px;min-width:0}
.ahdqs-detail-card .ahdqs-field-shell{min-height:76px;padding:9px 0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}
.ahdqs-detail-card .ahdqs-field-icon{background:var(--ahdqs-soft)}
.ahdqs-detail-card-vehicle .ahdqs-field:nth-child(odd){border-right:1px solid var(--ahdqs-border)}
.ahdqs-detail-card-vehicle .ahdqs-field:nth-child(-n+2){border-bottom:1px solid var(--ahdqs-border)}
.ahdqs-detail-card-contact .ahdqs-span-2{grid-column:1/-1;border-bottom:1px solid var(--ahdqs-border)}
.ahdqs-detail-card-contact #frm_field_30_container{border-right:1px solid var(--ahdqs-border)}
.ahdqs-detail-card-single{grid-template-columns:1fr}

.ahdqs-condition-block{margin-top:20px}
.ahdqs-segmented{display:grid;grid-template-columns:1fr 1fr;padding:5px;border:1px solid var(--ahdqs-border);border-radius:15px;background:var(--ahdqs-field-bg)}
.ahdqs-segmented label{position:relative;margin:0!important}
.ahdqs-segmented input{position:absolute;opacity:0}
.ahdqs-segmented span{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:11px;font-size:13px;font-weight:720;cursor:pointer;transition:background .22s ease,box-shadow .22s ease,transform .22s ease,color .22s ease}
.ahdqs-segmented span:hover{transform:translateY(-1px)}
.ahdqs-segmented input:checked+span{background:var(--ahdqs-surface);box-shadow:0 6px 16px color-mix(in srgb,var(--ahdqs-ink) 8%,transparent);color:var(--ahdqs-ink)}

.ahdqs-step-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:20px}
.ahdqs-step-actions-end{justify-content:flex-end}
.ahdqs-step-actions-end .ahdqs-primary-btn{width:100%}
.ahdqs-step-actions:not(.ahdqs-step-actions-end) .ahdqs-primary-btn{min-width:225px}

.ahdqs-consent{display:flex!important;align-items:flex-start;gap:10px;margin:16px 0 0!important;padding:0;font-size:11.5px;line-height:1.5;color:var(--ahdqs-muted);cursor:pointer}
.ahdqs-consent input{appearance:auto!important;-webkit-appearance:auto!important;width:17px!important;height:17px!important;min-width:17px!important;margin:1px 0 0!important;padding:0!important;box-shadow:none!important;flex:0 0 auto;accent-color:var(--ahdqs-accent)}
.ahdqs-consent-error{margin-top:4px}

.ahdqs-success{text-align:center;padding:28px 12px;animation:ahdqsStepIn .42s cubic-bezier(.22,1,.36,1) both}
.ahdqs-success-mark{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;background:var(--ahdqs-soft);color:var(--ahdqs-accent);font-size:23px;font-weight:850}
.ahdqs-success h3{margin:0 0 6px;font:inherit;font-size:22px;font-weight:800;color:var(--ahdqs-ink)}
.ahdqs-success p{margin:0;color:var(--ahdqs-muted)}

/* custom location dropdown */
.ahdqs-suggestions{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 7px);
  z-index:999999;
  background:var(--ahdqs-surface);
  border:1px solid var(--ahdqs-border);
  border-radius:14px;
  box-shadow:0 20px 46px color-mix(in srgb,var(--ahdqs-ink) 16%,transparent);
  overflow:hidden;
  max-height:310px;
  overflow-y:auto;
  animation:ahdqsDropdownIn .2s cubic-bezier(.22,1,.36,1) both;
}
@keyframes ahdqsDropdownIn{from{opacity:0;transform:translateY(-6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}
.ahdqs-suggestion{display:flex;gap:11px;align-items:center;width:100%;padding:12px 14px;border:0!important;border-bottom:1px solid var(--ahdqs-border)!important;background:var(--ahdqs-surface)!important;text-align:left;cursor:pointer;font:inherit;color:var(--ahdqs-ink)!important;transition:background .18s ease,padding-left .18s ease}
.ahdqs-suggestion:last-of-type{border-bottom:0!important}
.ahdqs-suggestion:hover,.ahdqs-suggestion:focus{background:var(--ahdqs-field-bg)!important;outline:0;padding-left:17px}
.ahdqs-suggestion .ahdqs-icon{width:18px;height:18px;flex-basis:18px}
.ahdqs-suggestion-text{display:flex;flex-direction:column;min-width:0}
.ahdqs-suggestion-text strong{font-size:13px;line-height:1.35}
.ahdqs-suggestion-text small{font-size:11px;line-height:1.35;color:var(--ahdqs-muted);margin-top:2px}
.ahdqs-google-attribution{padding:7px 12px;text-align:right;font-size:10px;color:var(--ahdqs-muted);background:var(--ahdqs-surface)}
.ahdqs-suggestions::-webkit-scrollbar{width:7px}
.ahdqs-suggestions::-webkit-scrollbar-track{background:transparent}
.ahdqs-suggestions::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ahdqs-ink) 25%,transparent);border-radius:20px}

@media(max-width:760px){
  .ahdqs-inline .ahdqs-quick-shell{grid-template-columns:1fr;gap:11px}
  .ahdqs-inline .ahdqs-quick-fields{grid-template-columns:1fr;border-radius:17px}
  .ahdqs-inline .ahdqs-location-field{padding:2px 13px}
  .ahdqs-inline .ahdqs-location-field:first-child{border-right:0;border-bottom:1px solid var(--ahdqs-border)}
  .ahdqs-inline .ahdqs-swap-btn{left:auto;right:14px;top:50%}
  .ahdqs-inline .ahdqs-quick-submit{min-height:58px}

  .ahdqs-progress{margin-bottom:24px;padding:0}
  .ahdqs-progress-track{left:calc(16.666% + 16px);right:calc(16.666% + 16px);top:16px}
  .ahdqs-progress-step{gap:6px}
  .ahdqs-progress-step span{width:32px;height:32px;font-size:9px}
  .ahdqs-progress-step strong{font-size:10.5px}
  .ahdqs-step-heading h3{font-size:21px!important}

  .ahdqs-choice-grid-2{grid-template-columns:1fr}
  .ahdqs-block-label{align-items:flex-start;flex-direction:column;gap:3px}
  .ahdqs-block-label>small{text-align:left}

  .ahdqs-detail-card{grid-template-columns:1fr}
  .ahdqs-detail-card-vehicle .ahdqs-field:nth-child(odd),
  .ahdqs-detail-card-contact #frm_field_30_container{border-right:0}
  .ahdqs-detail-card-vehicle .ahdqs-field,
  .ahdqs-detail-card-contact .ahdqs-field{border-bottom:1px solid var(--ahdqs-border)}
  .ahdqs-detail-card-vehicle .ahdqs-field:last-child,
  .ahdqs-detail-card-contact .ahdqs-field:last-child{border-bottom:0}
  .ahdqs-detail-card-contact .ahdqs-span-2{grid-column:auto}

  .ahdqs-step-actions{flex-direction:column-reverse}
  .ahdqs-step-actions .ahdqs-primary-btn,
  .ahdqs-step-actions .ahdqs-secondary-btn{width:100%;min-width:0!important}
  .ahdqs-route-stack .ahdqs-location-field{padding-left:13px;padding-right:13px}
  .ahdqs-route-stack .ahdqs-route-divider{margin-left:66px;margin-right:62px}
  .ahdqs-step-foot{font-size:10.5px}
}

@media(prefers-reduced-motion:reduce){
  .ahdqs *,
  .ahdqs *::before,
  .ahdqs *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* v0.1.6 location dropdown stacking */
.ahdqs-location-field:focus-within{z-index:50}
.ahdqs-suggestions[hidden]{display:none!important}


/* v0.1.7 custom selects + date control + committed autocomplete close */
.ahdqs-field.is-select-open{z-index:80}
.ahdqs-native-select,
.ahdqs-native-date{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-width:1px!important;
  min-height:1px!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  border:0!important;
  box-shadow:none!important;
}
.ahdqs-select-ui{position:relative;width:100%;min-width:0}
.ahdqs-select-trigger,
.ahdqs-date-trigger{
  all:unset;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
  min-width:0;
  height:30px;
  cursor:pointer;
  color:var(--ahdqs-ink);
  font:inherit;
  font-size:15px;
  line-height:30px;
  font-weight:650;
}
.ahdqs-select-trigger.is-placeholder,
.ahdqs-date-trigger.is-placeholder{color:color-mix(in srgb,var(--ahdqs-muted) 82%,transparent);font-weight:500}
.ahdqs-select-trigger>span,
.ahdqs-date-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ahdqs-select-trigger>i{
  display:block;
  flex:0 0 8px;
  width:8px;
  height:8px;
  margin-right:4px;
  border-right:1.7px solid currentColor;
  border-bottom:1.7px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .22s cubic-bezier(.22,1,.36,1);
}
.ahdqs-select-ui.is-open .ahdqs-select-trigger>i{transform:rotate(225deg) translate(-1px,-1px)}
.ahdqs-select-menu{
  position:absolute;
  z-index:9999;
  top:calc(100% + 10px);
  left:-12px;
  right:-12px;
  max-height:260px;
  overflow:auto;
  padding:6px;
  border:1px solid var(--ahdqs-border);
  border-radius:14px;
  background:var(--ahdqs-surface);
  box-shadow:0 18px 44px color-mix(in srgb,var(--ahdqs-ink) 15%,transparent);
  animation:ahdqsMenuIn .2s cubic-bezier(.22,1,.36,1) both;
}
.ahdqs-select-menu[hidden]{display:none!important}
@keyframes ahdqsMenuIn{from{opacity:0;transform:translateY(-6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}
.ahdqs-select-option{
  all:unset;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  width:100%;
  min-height:42px;
  padding:8px 10px;
  border-radius:9px;
  cursor:pointer;
  color:var(--ahdqs-ink);
  font:inherit;
  font-size:13px;
  line-height:1.3;
  transition:background .16s ease,padding-left .16s ease;
}
.ahdqs-select-option:hover,
.ahdqs-select-option:focus{background:var(--ahdqs-field-bg);padding-left:13px;outline:0}
.ahdqs-select-option[aria-selected="true"]{background:var(--ahdqs-soft);font-weight:750;color:var(--ahdqs-ink)}
.ahdqs-select-menu::-webkit-scrollbar{width:7px}
.ahdqs-select-menu::-webkit-scrollbar-track{background:transparent}
.ahdqs-select-menu::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ahdqs-ink) 22%,transparent);border-radius:20px}
.ahdqs-date-trigger img{width:18px;height:18px;flex:0 0 18px;object-fit:contain;opacity:.78;margin-right:2px}
.ahdqs-date-trigger:hover img{opacity:1}
.ahdqs-location-field .ahdqs-suggestions:not([hidden]){display:block}


/* v0.1.8: fixed Autohaul palette, theme-proof controls, true inline layout, custom calendar */
.ahdqs{
  --ahdqs-accent:#2B5CFF!important;
  --ahdqs-ink:#0A1A2F!important;
  --ahdqs-muted:#64748B!important;
  --ahdqs-field-bg:#F7F9FC!important;
  --ahdqs-border:#D9E2EF!important;
  --ahdqs-surface:#FFFFFF!important;
  --ahdqs-soft:#EEF3FF!important;
  --ahdqs-button-text:#FFFFFF!important;
  --ahdqs-error:#D92D20!important;
}

.ahdqs .ahdqs-primary-btn,
.ahdqs .ahdqs-primary-btn:hover,
.ahdqs .ahdqs-primary-btn:focus,
.ahdqs .ahdqs-primary-btn:active{
  background:#2B5CFF!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  border-color:#2B5CFF!important;
  text-shadow:none!important;
}
.ahdqs .ahdqs-primary-btn span,
.ahdqs .ahdqs-primary-btn:hover span,
.ahdqs .ahdqs-primary-btn:focus span{color:#FFFFFF!important;-webkit-text-fill-color:#FFFFFF!important}
.ahdqs .ahdqs-secondary-btn,
.ahdqs .ahdqs-secondary-btn:hover,
.ahdqs .ahdqs-secondary-btn:focus{background:#FFFFFF!important;color:#0A1A2F!important;-webkit-text-fill-color:#0A1A2F!important;border-color:#D9E2EF!important;text-shadow:none!important}

.ahdqs-inline .ahdqs-quick-shell{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(180px,220px)!important;
  align-items:stretch!important;
  gap:14px!important;
  width:100%!important;
}
.ahdqs-inline .ahdqs-quick-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  grid-template-rows:minmax(78px,auto)!important;
  min-width:0!important;
  width:100%!important;
}
.ahdqs-inline .ahdqs-location-field{
  min-width:0!important;
  width:auto!important;
  grid-row:1!important;
  padding:0 16px!important;
}
.ahdqs-inline .ahdqs-location-field:first-child{grid-column:1!important;border-right:1px solid #D9E2EF!important;border-bottom:0!important}
.ahdqs-inline .ahdqs-location-field:last-child{grid-column:2!important;border:0!important}
.ahdqs-inline .ahdqs-route-divider,
.ahdqs-inline .ahdqs-route-rail{display:none!important}
.ahdqs-inline .ahdqs-field-shell{min-height:78px!important;padding:9px 0!important}
.ahdqs-inline .ahdqs-swap-btn{left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;background:#FFFFFF!important;color:#0A1A2F!important;border-color:#D9E2EF!important}
.ahdqs-inline .ahdqs-quick-submit{min-height:78px!important;height:100%!important;background:#2B5CFF!important;color:#FFFFFF!important}

.ahdqs-select-trigger,
.ahdqs-date-trigger{
  all:unset!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  height:30px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#0A1A2F!important;
  -webkit-text-fill-color:#0A1A2F!important;
  box-shadow:none!important;
  text-shadow:none!important;
  font:inherit!important;
  font-size:15px!important;
  line-height:30px!important;
  font-weight:650!important;
  cursor:pointer!important;
}
.ahdqs-select-trigger:hover,
.ahdqs-select-trigger:focus,
.ahdqs-select-trigger:active,
.ahdqs-date-trigger:hover,
.ahdqs-date-trigger:focus,
.ahdqs-date-trigger:active{
  background:transparent!important;
  color:#0A1A2F!important;
  -webkit-text-fill-color:#0A1A2F!important;
  box-shadow:none!important;
}
.ahdqs-select-trigger.is-placeholder,
.ahdqs-date-trigger.is-placeholder,
.ahdqs-select-trigger.is-placeholder:hover,
.ahdqs-date-trigger.is-placeholder:hover{
  color:#94A3B8!important;
  -webkit-text-fill-color:#94A3B8!important;
  font-weight:500!important;
}

.ahdqs-select-menu{
  background:#FFFFFF!important;
  border:1px solid #D9E2EF!important;
  color:#0A1A2F!important;
  box-shadow:0 18px 44px rgba(10,26,47,.14)!important;
}
.ahdqs-select-option,
.ahdqs-select-option:hover,
.ahdqs-select-option:focus,
.ahdqs-select-option:active{
  box-sizing:border-box!important;
  background:#FFFFFF!important;
  color:#0A1A2F!important;
  -webkit-text-fill-color:#0A1A2F!important;
  border:0!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.ahdqs-select-option:hover,
.ahdqs-select-option:focus{background:#F3F6FB!important;color:#0A1A2F!important;-webkit-text-fill-color:#0A1A2F!important}
.ahdqs-select-option[aria-selected="true"]{background:#EEF3FF!important;color:#0A1A2F!important;-webkit-text-fill-color:#0A1A2F!important;font-weight:750!important}

.ahdqs-native-date{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.ahdqs-date-ui{position:relative;width:100%;min-width:0}
.ahdqs-date-ui.is-open{z-index:90}
.ahdqs-calendar{
  position:absolute;
  z-index:10000;
  top:calc(100% + 10px);
  left:-12px;
  width:min(310px,calc(100vw - 48px));
  padding:14px;
  border:1px solid #D9E2EF;
  border-radius:16px;
  background:#FFFFFF;
  color:#0A1A2F;
  box-shadow:0 20px 48px rgba(10,26,47,.16);
  animation:ahdqsMenuIn .2s cubic-bezier(.22,1,.36,1) both;
}
.ahdqs-calendar[hidden]{display:none!important}
.ahdqs-calendar-head{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:8px;margin-bottom:10px}
.ahdqs-calendar-head strong{text-align:center;font-size:13px;line-height:1.2;font-weight:800;color:#0A1A2F}
.ahdqs-calendar-nav{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#F7F9FC;color:#0A1A2F;font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,transform .16s ease}
.ahdqs-calendar-nav:hover,.ahdqs-calendar-nav:focus{background:#EEF3FF;color:#2B5CFF;outline:0;transform:translateY(-1px)}
.ahdqs-calendar-weekdays,.ahdqs-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.ahdqs-calendar-weekdays{margin-bottom:4px}
.ahdqs-calendar-weekdays span{display:flex;align-items:center;justify-content:center;height:24px;color:#94A3B8;font-size:9px;font-weight:800;text-transform:uppercase}
.ahdqs-calendar-day{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:9px;background:#FFFFFF;color:#0A1A2F;font-size:11.5px;font-weight:650;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}
.ahdqs-calendar-day:hover,.ahdqs-calendar-day:focus{background:#EEF3FF;color:#2B5CFF;outline:0;transform:translateY(-1px)}
.ahdqs-calendar-day.is-outside{color:#CBD5E1}
.ahdqs-calendar-day.is-disabled{color:#D6DEE9;cursor:not-allowed;background:transparent!important;transform:none!important}
.ahdqs-calendar-day.is-selected{background:#2B5CFF!important;color:#FFFFFF!important;font-weight:800}
.ahdqs-date-trigger img{width:18px!important;height:18px!important;flex:0 0 18px!important;object-fit:contain!important;opacity:.8!important;margin-right:2px!important}

.ahdqs-suggestion,
.ahdqs-suggestion:hover,
.ahdqs-suggestion:focus,
.ahdqs-suggestion:active{
  color:#0A1A2F!important;
  -webkit-text-fill-color:#0A1A2F!important;
  text-shadow:none!important;
}
.ahdqs-suggestion:hover,.ahdqs-suggestion:focus{background:#F3F6FB!important}

@media(max-width:760px){
  .ahdqs-inline .ahdqs-quick-shell{grid-template-columns:1fr!important;gap:11px!important}
  .ahdqs-inline .ahdqs-quick-fields{grid-template-columns:1fr!important;grid-template-rows:auto auto!important}
  .ahdqs-inline .ahdqs-location-field:first-child{grid-column:1!important;grid-row:1!important;border-right:0!important;border-bottom:1px solid #D9E2EF!important}
  .ahdqs-inline .ahdqs-location-field:last-child{grid-column:1!important;grid-row:2!important}
  .ahdqs-inline .ahdqs-swap-btn{left:auto!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important}
  .ahdqs-inline .ahdqs-quick-submit{min-height:58px!important}
}

/* v0.1.9: dropdown stacking fixes */
.ahdqs,
.ahdqs form,
.ahdqs .ahdqs-quick-shell,
.ahdqs .ahdqs-quick-fields,
.ahdqs .ahdqs-route-card,
.ahdqs .ahdqs-route-stack,
.ahdqs .ahdqs-location-field{
  overflow:visible!important;
}

.ahdqs:has(.ahdqs-suggestions:not([hidden])),
.ahdqs:has(.ahdqs-select-menu:not([hidden])),
.ahdqs:has(.ahdqs-calendar:not([hidden])){
  position:relative!important;
  z-index:2147483000!important;
  isolation:isolate!important;
}

.ahdqs .ahdqs-location-field:focus-within,
.ahdqs .ahdqs-location-field:has(.ahdqs-suggestions:not([hidden])){
  position:relative!important;
  z-index:2147483200!important;
}

.ahdqs .ahdqs-suggestions{
  z-index:2147483400!important;
}

.ahdqs .ahdqs-field.is-select-open,
.ahdqs .ahdqs-select-ui.is-open,
.ahdqs .ahdqs-date-ui.is-open{
  position:relative!important;
  z-index:2147483200!important;
}

.ahdqs .ahdqs-select-menu,
.ahdqs .ahdqs-calendar{
  z-index:2147483400!important;
}

/* Lift the Themify wrapper too, otherwise a later row/section can paint above the menu. */
.module:has(.ahdqs-suggestions:not([hidden])),
.module:has(.ahdqs-select-menu:not([hidden])),
.module:has(.ahdqs-calendar:not([hidden])),
.module_row:has(.ahdqs-suggestions:not([hidden])),
.module_row:has(.ahdqs-select-menu:not([hidden])),
.module_row:has(.ahdqs-calendar:not([hidden])),
.module_column:has(.ahdqs-suggestions:not([hidden])),
.module_column:has(.ahdqs-select-menu:not([hidden])),
.module_column:has(.ahdqs-calendar:not([hidden])),
.tb-column:has(.ahdqs-suggestions:not([hidden])),
.tb-column:has(.ahdqs-select-menu:not([hidden])),
.tb-column:has(.ahdqs-calendar:not([hidden])),
.row_inner:has(.ahdqs-suggestions:not([hidden])),
.row_inner:has(.ahdqs-select-menu:not([hidden])),
.row_inner:has(.ahdqs-calendar:not([hidden])){
  position:relative!important;
  z-index:2147482900!important;
  overflow:visible!important;
}


/* v0.1.12: clean success -> fresh-form transition */
.ahdqs-full.is-success-state .ahdqs-success{
  animation:ahdqsSuccessIn .38s cubic-bezier(.22,1,.36,1) both;
}
.ahdqs-full .ahdqs-success.is-leaving{
  animation:ahdqsSuccessOut .26s ease both;
  pointer-events:none;
}
.ahdqs-full.is-fresh-reset .ahdqs-progress,
.ahdqs-full.is-fresh-reset .ahdqs-step.is-active{
  animation:ahdqsFreshFormIn .42s cubic-bezier(.22,1,.36,1) both;
}
@keyframes ahdqsSuccessIn{
  from{opacity:0;transform:translateY(8px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes ahdqsSuccessOut{
  from{opacity:1;transform:translateY(0)}
  to{opacity:0;transform:translateY(-6px)}
}
@keyframes ahdqsFreshFormIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion: reduce){
  .ahdqs-full.is-success-state .ahdqs-success,
  .ahdqs-full .ahdqs-success.is-leaving,
  .ahdqs-full.is-fresh-reset .ahdqs-progress,
  .ahdqs-full.is-fresh-reset .ahdqs-step.is-active{
    animation:none!important;
  }
}



/* v0.1.17: exact button icon centering + theme isolation */
.ahdqs .ahdqs-primary-btn>span,
.ahdqs .ahdqs-secondary-btn>span{
  display:block!important;
  margin:0!important;
  padding:0!important;
  line-height:1.15!important;
  position:static!important;
  transform:none!important;
}
.ahdqs .ahdqs-primary-btn,
.ahdqs .ahdqs-secondary-btn{
  box-sizing:border-box!important;
}
@media(max-width:760px){
  .ahdqs-primary-btn .ahdqs-btn-arrow{
    flex-basis:26px!important;
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
  }
  .ahdqs-primary-btn .ahdqs-btn-arrow::before{
    width:12px;
    height:12px;
    background-size:12px 12px;
  }
}

/* v0.1.14: terminal success state + submit feedback */
.ahdqs-full .ahdqs-progress[hidden],
.ahdqs-full [data-ahdqs-page-marker][hidden],
.ahdqs-full.is-success-state .ahdqs-progress,
.ahdqs-full.is-success-state [data-ahdqs-page-marker],
.ahdqs-full.is-success-state .ahdqs-step{
  display:none!important;
}

.ahdqs-full.is-success-state .ahdqs-success:not([hidden]){
  display:block!important;
}

.ahdqs-full.is-submitting .ahdqs-step-actions button{
  pointer-events:none;
}

.ahdqs-primary-btn.is-loading,
.ahdqs-primary-btn.is-loading:hover,
.ahdqs-primary-btn.is-loading:focus,
.ahdqs-primary-btn.is-loading:active{
  transform:none!important;
  filter:none!important;
  cursor:wait!important;
  opacity:.88!important;
}

.ahdqs-primary-btn.is-loading .ahdqs-btn-arrow,
.ahdqs-primary-btn.is-loading:hover .ahdqs-btn-arrow{
  position:relative;
  transform:none!important;
  font-size:0!important;
}

.ahdqs-primary-btn.is-loading .ahdqs-btn-arrow::before{
  content:"";
  width:13px;
  height:13px;
  background-image:none!important;
  background:none!important;
  border:2px solid rgba(255,255,255,.38);
  border-top-color:#fff;
  border-radius:50%;
  box-sizing:border-box;
  animation:ahdqsSubmitSpin .68s linear infinite;
}

@keyframes ahdqsSubmitSpin{
  to{transform:rotate(360deg)}
}

@media (prefers-reduced-motion: reduce){
  .ahdqs-primary-btn.is-loading .ahdqs-btn-arrow::before{
    animation-duration:1.2s;
  }
}

/* v0.1.19: inline quote swap control uses a horizontal left/right icon */
.ahdqs-inline .ahdqs-swap-btn span::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A1A2F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h16M4 8l3-3M4 8l3 3M20 16H4M20 16l-3-3M20 16l-3 3'/%3E%3C/svg%3E")!important;
}

/* v0.1.20 configurable quick-form footer items */
.ahdqs-footer-items{flex-wrap:wrap;column-gap:7px;row-gap:5px}
.ahdqs-footer-item{display:inline-flex!important;align-items:center;justify-content:center;gap:4px;white-space:nowrap}
.ahdqs-footer-icon{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;flex:0 0 13px;line-height:1}
.ahdqs-footer-icon svg{display:block;width:100%;height:100%;fill:currentColor}
.ahdqs-footer-icon img{display:block;width:100%;height:100%;object-fit:contain}
.ahdqs-footer-icon-star{color:#F4B019}
.ahdqs-footer-icon-shield{color:var(--ahdqs-muted)}
.ahdqs-footer-items .ahdqs-micro-sep{opacity:.55}
@media(max-width:520px){
  .ahdqs-footer-items{gap:4px 6px;padding-inline:4px}
  .ahdqs-footer-item{white-space:normal;text-align:center}
}

/* v0.1.21: configurable footer items on all three quote forms */
.ahdqs-inline .ahdqs-footer-items{margin-top:8px}
.ahdqs-full .ahdqs-footer-items{margin-top:12px}
.ahdqs-full.is-success-state .ahdqs-footer-items{display:none!important}

/* v0.1.23: refined post-submission quote result only */
.ahdqs-full.is-success-state .ahdqs-full-form{max-width:760px}

/* The WordPress/section container already supplies the white card. Keep the
   success state visually flat so it does not look like a card inside a card. */
.ahdqs-full.is-success-state .ahdqs-quote-result{
  width:100%;
  margin:0;
  padding:4px 2px 2px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
  color:var(--ahdqs-ink);
}

.ahdqs-result-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:14px;
  padding:2px 0 17px;
}
.ahdqs-result-heading{min-width:0}
.ahdqs-result-eyebrow{
  display:block;
  margin:0 0 10px;
  color:var(--ahdqs-ink);
  font-size:12px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.ahdqs-result-price-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  min-height:46px;
}
.ahdqs-result-price{
  display:block;
  color:var(--ahdqs-accent);
  font-size:48px;
  line-height:.96;
  letter-spacing:-.045em;
  font-weight:900;
}
.ahdqs-quote-result.is-price-pending .ahdqs-result-price{
  font-size:21px;
  line-height:1.15;
  letter-spacing:-.015em;
  color:var(--ahdqs-ink);
}
.ahdqs-result-price-state{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:5px 9px;
  border-radius:999px;
  background:var(--ahdqs-field-bg);
  color:var(--ahdqs-muted);
  font-size:10.5px;
  line-height:1.2;
  font-weight:720;
  white-space:nowrap;
}
.ahdqs-result-price-state::before{
  content:'';
  width:6px;
  height:6px;
  margin-right:6px;
  border-radius:50%;
  background:currentColor;
  opacity:.65;
}
.ahdqs-result-price-state.is-ready{background:#ECFDF3;color:#067647}
.ahdqs-result-price-state.is-pending{background:#F5F7FB;color:#64748B}
.ahdqs-result-subtitle{
  margin:5px 0 0!important;
  color:var(--ahdqs-muted)!important;
  font-size:11.5px!important;
  line-height:1.4!important;
}

/* v0.1.27: Standard + Expedited customer-facing price tiers. */
.ahdqs-result-tier-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
.ahdqs-result-tier{
  position:relative;
  display:block!important;
  margin:0!important;
  padding:10px 34px 10px 11px!important;
  border:1px solid var(--ahdqs-border);
  border-radius:12px;
  background:#fff;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.ahdqs-result-tier:has(input:checked){
  border-color:color-mix(in srgb,var(--ahdqs-accent) 62%,var(--ahdqs-border));
  background:var(--ahdqs-soft);
  box-shadow:0 0 0 2px color-mix(in srgb,var(--ahdqs-accent) 7%,transparent);
}
.ahdqs-result-tier input{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  right:11px!important;
  top:11px!important;
  width:15px!important;
  height:15px!important;
  margin:0!important;
  padding:0!important;
  border:1.5px solid color-mix(in srgb,var(--ahdqs-ink) 34%,transparent)!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:none!important;
  cursor:pointer;
}
.ahdqs-result-tier input:checked{border:4.5px solid var(--ahdqs-accent)!important}
.ahdqs-result-tier input:disabled{opacity:.45!important;cursor:not-allowed!important}
.ahdqs-result-tier-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.ahdqs-result-tier-name{
  color:var(--ahdqs-ink);
  font-size:11px;
  line-height:1.2;
  font-weight:820;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.ahdqs-result-tier strong{
  color:var(--ahdqs-accent);
  font-size:22px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.025em;
}
.ahdqs-result-tier small{
  color:var(--ahdqs-muted);
  font-size:9.5px;
  line-height:1.3;
  font-weight:650;
}
.ahdqs-quote-result.is-price-pending .ahdqs-result-tier strong{color:var(--ahdqs-muted)}
.ahdqs-result-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 10px;
  border:1px solid color-mix(in srgb,var(--ahdqs-accent) 20%,var(--ahdqs-border));
  border-radius:999px;
  background:var(--ahdqs-soft);
  color:var(--ahdqs-accent);
  font-size:10.5px;
  line-height:1;
  font-weight:780;
  white-space:nowrap;
}

.ahdqs-result-section{
  padding:14px 0;
  border-top:1px solid var(--ahdqs-border);
}
.ahdqs-result-section-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 8px;
  color:var(--ahdqs-ink);
  font-size:13px;
  line-height:1.25;
  font-weight:830;
}
.ahdqs-result-icon{
  width:21px;
  height:21px;
  flex:0 0 21px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:19px 19px;
}
.ahdqs-result-icon-vehicle{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B5CFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17h14M6 17l-1.2-5.2A2 2 0 0 1 6.75 9.3h10.5a2 2 0 0 1 1.95 2.5L18 17'/%3E%3Cpath d='M7.5 9.3 9 6h6l1.5 3.3'/%3E%3Ccircle cx='7.5' cy='17.5' r='1.5'/%3E%3Ccircle cx='16.5' cy='17.5' r='1.5'/%3E%3C/svg%3E")}
.ahdqs-result-icon-carrier{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B5CFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3zM14 10h3l3 3v3h-6z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E")}
.ahdqs-result-icon-route{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B5CFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.4'/%3E%3C/svg%3E")}
.ahdqs-result-icon-contact{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B5CFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.5 20a7.5 7.5 0 0 1 15 0'/%3E%3C/svg%3E")}
.ahdqs-result-primary{
  display:block;
  margin:0 0 9px;
  font-size:14px;
  line-height:1.35;
  font-weight:790;
  color:var(--ahdqs-ink);
}

/* Turn the two quote modifiers into compact, unmistakably interactive chips. */
.ahdqs-result-options{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ahdqs-result-options label{
  position:relative;
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  min-height:34px;
  margin:0!important;
  padding:6px 10px!important;
  border:1px solid var(--ahdqs-border);
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  color:var(--ahdqs-ink)!important;
  font-size:11.5px;
  line-height:1.25;
  font-weight:680;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.ahdqs-result-options label:has(input:checked){
  border-color:color-mix(in srgb,var(--ahdqs-accent) 62%,var(--ahdqs-border));
  background:var(--ahdqs-soft);
  box-shadow:0 0 0 2px color-mix(in srgb,var(--ahdqs-accent) 7%,transparent);
}
.ahdqs-result-options input{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:15px!important;
  height:15px!important;
  min-width:15px!important;
  margin:0!important;
  padding:0!important;
  border:1.5px solid color-mix(in srgb,var(--ahdqs-ink) 34%,transparent)!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:none!important;
  cursor:pointer;
}
.ahdqs-result-options input:checked{border:4.5px solid var(--ahdqs-accent)!important}
.ahdqs-result-options small{font-size:9.5px;font-weight:750;color:var(--ahdqs-muted)}

.ahdqs-result-route-section{padding-bottom:13px}
.ahdqs-result-route{
  display:grid;
  grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);
  align-items:center;
  gap:8px;
  padding:10px 11px;
  border:1px solid color-mix(in srgb,var(--ahdqs-border) 86%,transparent);
  border-radius:12px;
  background:var(--ahdqs-field-bg);
}
.ahdqs-result-route>div,.ahdqs-result-meta-row>span,.ahdqs-result-contact-grid>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.ahdqs-result-route small,.ahdqs-result-meta-row small,.ahdqs-result-contact-grid small{
  color:var(--ahdqs-muted);
  font-size:9.5px;
  line-height:1.2;
  font-weight:680;
}
.ahdqs-result-route strong,.ahdqs-result-meta-row strong{
  color:var(--ahdqs-ink);
  font-size:11.5px;
  line-height:1.32;
  font-weight:760;
  overflow-wrap:anywhere;
}
.ahdqs-result-route-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#fff;
  color:var(--ahdqs-accent);
  font-size:16px;
  font-weight:850;
  box-shadow:0 2px 8px rgba(10,26,47,.06);
}
.ahdqs-result-meta-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:9px;padding:0 2px}
.ahdqs-result-meta-row>span{min-width:118px}
.ahdqs-result-meta-row [data-ahdqs-result-distance-wrap][hidden]{display:none!important}

.ahdqs-result-contact-section{padding-bottom:13px}
.ahdqs-result-contact-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(120px,.8fr);gap:12px}
.ahdqs-result-contact-grid a{
  color:var(--ahdqs-ink)!important;
  text-decoration:none!important;
  font-size:11.5px;
  line-height:1.35;
  font-weight:720;
  overflow-wrap:anywhere;
}
.ahdqs-result-contact-grid a:hover{color:var(--ahdqs-accent)!important}

.ahdqs-result-schedule{
  width:100%!important;
  margin-top:4px!important;
  min-height:54px!important;
  border-radius:12px!important;
  font-size:15px!important;
}
.ahdqs-result-schedule:disabled{
  opacity:.68!important;
  box-shadow:none!important;
  filter:saturate(.8)!important;
}
.ahdqs-result-assurance{
  margin:9px 0 0!important;
  text-align:center!important;
  color:var(--ahdqs-muted)!important;
  font-size:9.8px!important;
  line-height:1.4!important;
}

@media(max-width:760px){
  .ahdqs-full.is-success-state .ahdqs-quote-result{padding:0!important}
  .ahdqs-result-header{grid-template-columns:1fr;gap:8px;padding-bottom:14px}
  .ahdqs-result-chip{position:absolute;right:0;top:0}
  .ahdqs-result-heading{padding-right:88px}
  .ahdqs-result-price{font-size:42px}
  .ahdqs-quote-result.is-price-pending .ahdqs-result-price{font-size:19px}
  .ahdqs-result-price-row{align-items:flex-start;flex-direction:column;gap:6px;min-height:0}
  .ahdqs-result-section{padding:12px 0}
  .ahdqs-result-options{gap:7px}
  .ahdqs-result-options label{flex:1 1 auto;justify-content:flex-start;min-height:36px}
  .ahdqs-result-route{grid-template-columns:1fr 24px 1fr;gap:6px;padding:9px}
  .ahdqs-result-route-arrow{width:23px;height:23px;font-size:14px}
  .ahdqs-result-contact-grid{grid-template-columns:1fr 1fr;gap:9px}
  .ahdqs-result-meta-row{gap:12px}
}

@media(max-width:480px){
  .ahdqs-result-chip{display:none}
  .ahdqs-result-heading{padding-right:0}
  .ahdqs-result-tier-options{grid-template-columns:1fr 1fr;gap:7px}
  .ahdqs-result-tier{padding:9px 30px 9px 10px!important}
  .ahdqs-result-tier strong{font-size:19px}
  .ahdqs-result-options{display:grid;grid-template-columns:1fr 1fr}
  .ahdqs-result-options label{width:100%;min-width:0}
  .ahdqs-result-route{grid-template-columns:1fr}
  .ahdqs-result-route-arrow{transform:rotate(90deg);margin:0 auto}
  .ahdqs-result-contact-grid{grid-template-columns:1fr}
}


/* v0.1.28 schedule request feedback */
.ahdqs-result-schedule-status {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.ahdqs-result-schedule-status.is-success {
  background: #eefaf3;
  border: 1px solid #ccebd8;
  color: #17663a;
}
.ahdqs-result-schedule-status.is-error {
  background: #fff3f2;
  border: 1px solid #f3cfcb;
  color: #a3261d;
}
.ahdqs-result-schedule.is-scheduled {
  cursor: default;
}

/* v0.1.31: full-width post-price booking workspace. Pre-submission UI is untouched. */
.ahdqs-booking-overflow-host{overflow:visible!important;position:relative!important;z-index:40!important}
.ahdqs-full.is-success-state{position:relative!important;z-index:45!important;overflow:visible!important}
.ahdqs-full.is-success-state .ahdqs-full-form{
  width:var(--ahdqs-booking-width, min(1220px,calc(100vw - 40px)))!important;
  max-width:none!important;
  margin-left:var(--ahdqs-booking-offset,0)!important;
  position:relative!important;
  z-index:50!important;
  overflow:visible!important;
}
.ahdqs-full.is-success-state .ahdqs-booking-result{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:28px!important;
  border:1px solid #DDE5F0!important;
  border-radius:24px!important;
  background:#F4F7FB!important;
  box-shadow:0 24px 70px rgba(10,26,47,.16)!important;
  color:#0A1A2F!important;
  text-align:left!important;
  overflow:visible!important;
}
.ahdqs-booking-result:focus{outline:none!important}
.ahdqs-booking-shell{width:100%;max-width:1160px;margin:0 auto}
.ahdqs-booking-layout{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(350px,.84fr);gap:26px;align-items:start}
.ahdqs-booking-main{min-width:0;display:flex;flex-direction:column;gap:18px}
.ahdqs-booking-aside{min-width:0}
.ahdqs-booking-sticky{position:sticky;top:20px;display:flex;flex-direction:column;gap:12px}

.ahdqs-booking-intro{
  display:flex;align-items:flex-start;justify-content:space-between;gap:20px;
  padding:6px 4px 8px;
}
.ahdqs-booking-intro-copy{min-width:0}
.ahdqs-booking-kicker{display:block;margin:0 0 6px;color:#2B5CFF;font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.ahdqs-booking-intro h2{margin:0!important;color:#0A1A2F!important;font-size:30px!important;line-height:1.12!important;font-weight:900!important;letter-spacing:-.035em!important}
.ahdqs-booking-intro h2 small{font-size:.52em;color:#64748B;font-weight:750;letter-spacing:0}
.ahdqs-booking-intro p{max-width:690px;margin:8px 0 0!important;color:#64748B!important;font-size:13.5px!important;line-height:1.55!important}
.ahdqs-booking-intro .ahdqs-result-price-state{flex:0 0 auto;margin-top:2px}

.ahdqs-booking-section{
  padding:22px;border:1px solid #DDE5F0;border-radius:18px;background:#FFFFFF;
  box-shadow:0 8px 24px rgba(10,26,47,.045)
}
.ahdqs-booking-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.ahdqs-booking-section-head h3,.ahdqs-summary-head h3{margin:0!important;color:#0A1A2F!important;font-size:16px!important;line-height:1.25!important;font-weight:850!important}
.ahdqs-booking-section-head p{margin:4px 0 0!important;color:#64748B!important;font-size:12px!important;line-height:1.4!important}
.ahdqs-booking-lock{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#EEF3FF;color:#2B5CFF;font-size:10px;font-weight:780;white-space:nowrap}

.ahdqs-booking-price-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ahdqs-booking-price-card.ahdqs-result-tier{
  position:relative;display:flex!important;flex-direction:column!important;min-height:286px;margin:0!important;padding:20px!important;
  border:1.5px solid #D8E1EE!important;border-radius:16px!important;background:#FFFFFF!important;cursor:pointer!important;
  box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important
}
.ahdqs-booking-price-card:hover{transform:translateY(-2px);border-color:#AFC2F8!important;box-shadow:0 14px 28px rgba(43,92,255,.08)!important}
.ahdqs-booking-price-card.is-selected{border-color:#2B5CFF!important;box-shadow:0 0 0 3px rgba(43,92,255,.08)!important;background:#FBFCFF!important}
.ahdqs-booking-price-card>input{
  appearance:none!important;-webkit-appearance:none!important;position:absolute!important;right:17px!important;top:18px!important;width:20px!important;height:20px!important;margin:0!important;
  border:1.5px solid #B8C3D1!important;border-radius:50%!important;background:#fff!important;box-shadow:none!important
}
.ahdqs-booking-price-card>input:checked{border:6px solid #2B5CFF!important}
.ahdqs-booking-price-card>input:disabled{opacity:.42!important}
.ahdqs-booking-price-topline{display:flex;align-items:center;gap:8px;padding-right:28px}
.ahdqs-booking-price-topline>strong{color:#0A1A2F!important;font-size:17px!important;line-height:1.2!important;font-weight:850!important;text-transform:none!important;letter-spacing:-.01em!important}
.ahdqs-booking-selected-badge{display:none;padding:4px 7px;border-radius:999px;background:#2B5CFF;color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.ahdqs-booking-price-card.is-selected .ahdqs-booking-selected-badge{display:inline-flex}
.ahdqs-booking-tier-price{display:block;margin:12px 0 3px;color:#2B5CFF;font-size:36px;line-height:1;font-weight:900;letter-spacing:-.045em}
.ahdqs-booking-tier-caption{display:block;color:#64748B;font-size:11px;font-weight:650}
.ahdqs-booking-price-card ul{list-style:none!important;margin:18px 0 20px!important;padding:15px 0 0!important;border-top:1px solid #E6ECF4}
.ahdqs-booking-price-card li{position:relative;margin:0 0 9px!important;padding:0 0 0 20px!important;color:#475569;font-size:11.5px;line-height:1.4}
.ahdqs-booking-price-card li::before{content:'✓';position:absolute;left:0;top:0;color:#2B5CFF;font-weight:900}
.ahdqs-booking-card-action{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;border:1px solid #B9C8E3;border-radius:11px;color:#2B5CFF;font-size:12px;font-weight:800;background:#fff}
.ahdqs-booking-price-card.is-selected .ahdqs-booking-card-action{background:#2B5CFF;border-color:#2B5CFF;color:#fff}
.ahdqs-booking-price-card.is-selected .ahdqs-booking-card-action{font-size:0}
.ahdqs-booking-price-card.is-selected .ahdqs-booking-card-action::after{content:'✓  Selected';font-size:12px}
.ahdqs-booking-result.is-price-pending .ahdqs-booking-tier-price{color:#94A3B8}

.ahdqs-included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ahdqs-included-grid article{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid #E2E8F0;border-radius:13px;background:#FAFBFD}
.ahdqs-included-icon{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border-radius:8px;background:#EEF3FF;color:#2B5CFF;font-size:12px;font-weight:900}
.ahdqs-included-grid strong{display:block;color:#0A1A2F;font-size:12px;line-height:1.3;font-weight:820}
.ahdqs-included-grid p{margin:4px 0 0!important;color:#64748B!important;font-size:10.5px!important;line-height:1.45!important}
.ahdqs-booking-help{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#F8FAFF,#EEF3FF)}
.ahdqs-booking-help h3{margin:0!important;color:#0A1A2F!important;font-size:15px!important;font-weight:850!important}
.ahdqs-booking-help p{margin:5px 0 0!important;color:#64748B!important;font-size:11.5px!important;line-height:1.5!important}
.ahdqs-booking-help-arrow{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:#fff;color:#2B5CFF;font-size:18px;font-weight:800}

.ahdqs-summary-card{padding:17px;border:1px solid #DDE5F0;border-radius:16px;background:#FFFFFF;box-shadow:0 8px 22px rgba(10,26,47,.045)}
.ahdqs-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.ahdqs-summary-edit{all:unset!important;box-sizing:border-box!important;cursor:pointer!important;color:#2B5CFF!important;font-size:11.5px!important;font-weight:800!important;padding:3px 4px!important;border-radius:6px!important}
.ahdqs-summary-edit:hover,.ahdqs-summary-edit:focus{background:#EEF3FF!important;outline:0!important}

.ahdqs-summary-route{display:grid;grid-template-columns:28px minmax(0,1fr) 26px minmax(0,1fr) 28px;align-items:center;gap:7px;padding:13px;border-radius:13px;background:#F7F9FC;border:1px solid #E5EAF1}
.ahdqs-summary-route small,.ahdqs-summary-facts small,.ahdqs-summary-vehicle-grid small,.ahdqs-result-contact-grid small{display:block;color:#7A889D;font-size:9px;line-height:1.2;font-weight:760;text-transform:uppercase;letter-spacing:.025em}
.ahdqs-summary-route strong{display:block;margin-top:3px;color:#0A1A2F;font-size:11px;line-height:1.3;font-weight:800;overflow-wrap:anywhere}
.ahdqs-summary-destination{text-align:right}
.ahdqs-summary-pin,.ahdqs-summary-flag{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#2B5CFF;position:relative}
.ahdqs-summary-pin::before{content:'';width:8px;height:8px;border:2px solid #fff;border-radius:50%}
.ahdqs-summary-flag::before{content:'⚑';color:#fff;font-size:14px;line-height:1}
.ahdqs-summary-route-line{height:1px;border-top:1px dashed #9AA9BD}
.ahdqs-summary-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}
.ahdqs-summary-facts>span{min-width:0;padding:9px 8px;border-radius:10px;background:#FAFBFD}
.ahdqs-summary-facts strong{display:block;margin-top:3px;color:#0A1A2F;font-size:10.5px;line-height:1.3;font-weight:800;overflow-wrap:anywhere}
.ahdqs-summary-facts [hidden]{display:none!important}

.ahdqs-summary-vehicle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:12px;border-radius:12px;background:#F7F9FC;border:1px solid #E5EAF1}
.ahdqs-summary-vehicle-grid>span{min-width:0}
.ahdqs-summary-vehicle-grid strong{display:block;margin-top:4px;color:#0A1A2F;font-size:11px;line-height:1.3;font-weight:780;overflow-wrap:anywhere}
.ahdqs-summary-contact-name{display:block;margin:0 0 10px;color:#0A1A2F;font-size:12.5px;font-weight:820}
.ahdqs-summary-contact .ahdqs-result-contact-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(110px,.8fr);gap:10px}
.ahdqs-summary-contact .ahdqs-result-contact-grid a{display:block;margin-top:3px;color:#0A1A2F!important;font-size:10.5px!important;font-weight:720!important}

.ahdqs-price-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;color:#64748B;font-size:11.5px;line-height:1.35}
.ahdqs-price-summary-row strong{color:#0A1A2F;font-size:12px;font-weight:800;white-space:nowrap}
.ahdqs-price-summary-divider{height:1px;background:#E2E8F0;margin:5px 0}
.ahdqs-price-summary-total{padding-top:10px;color:#0A1A2F;font-weight:800}
.ahdqs-price-summary-total strong{font-size:16px}
.ahdqs-price-summary-due{color:#2B5CFF;font-weight:800}
.ahdqs-price-summary-due strong{color:#2B5CFF}
.ahdqs-price-summary-card .ahdqs-result-schedule{margin-top:10px!important;min-height:50px!important;font-size:13px!important}
.ahdqs-price-summary-card .ahdqs-result-assurance{margin-top:8px!important}
.ahdqs-summary-trust{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;padding:0 3px}
.ahdqs-summary-trust span{display:inline-flex;align-items:center;min-height:25px;padding:5px 8px;border:1px solid #CAD6EA;border-radius:8px;background:#EEF3FF;color:#34445C;font-size:9px;font-weight:720}

html.ahdqs-edit-open{overflow:hidden!important}
.ahdqs-edit-modal[hidden]{display:none!important}
.ahdqs-edit-modal{position:fixed;inset:0;z-index:2147483640;display:grid;place-items:center;padding:20px}
.ahdqs-edit-backdrop{position:absolute;inset:0;background:rgba(4,14,31,.62);backdrop-filter:blur(4px)}
.ahdqs-edit-dialog{position:relative;z-index:2;width:min(760px,calc(100vw - 32px));max-height:min(820px,calc(100vh - 40px));overflow:auto;padding:22px;border:1px solid #DDE5F0;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(3,12,28,.35);outline:0}
.ahdqs-edit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid #E5EAF1;margin-bottom:18px}
.ahdqs-edit-head span{display:block;margin-bottom:4px;color:#2B5CFF;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.ahdqs-edit-head h3{margin:0!important;color:#0A1A2F!important;font-size:21px!important;line-height:1.2!important;font-weight:900!important}
.ahdqs-edit-x{all:unset!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:10px!important;background:#F3F6FA!important;color:#64748B!important;font-size:22px!important;line-height:1!important;cursor:pointer!important}
.ahdqs-edit-x:hover{background:#EEF3FF!important;color:#2B5CFF!important}
.ahdqs-edit-panel[hidden]{display:none!important}
.ahdqs-edit-grid-route{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ahdqs-edit-grid-route>.ahdqs-field,.ahdqs-edit-grid-route>[data-ahdqs-edit-origin],.ahdqs-edit-grid-route>[data-ahdqs-edit-destination]{min-width:0}
.ahdqs-edit-grid-route [data-ahdqs-location-field]{width:100%}
.ahdqs-edit-subsection{margin-top:18px}
.ahdqs-edit-vehicle-card{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.ahdqs-edit-dialog .ahdqs-field-shell{min-height:64px}
.ahdqs-edit-dialog .ahdqs-choice-card{min-height:82px}
.ahdqs-edit-error{margin:14px 0 0;padding:10px 12px;border:1px solid #F3CFCC;border-radius:10px;background:#FFF5F4;color:#B42318;font-size:12px;line-height:1.4}
.ahdqs-edit-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:16px;border-top:1px solid #E5EAF1}
.ahdqs-edit-actions .ahdqs-primary-btn,.ahdqs-edit-actions .ahdqs-secondary-btn{min-height:46px!important;border-radius:11px!important;font-size:12px!important}
.ahdqs-edit-actions .ahdqs-secondary-btn{min-width:100px}
.ahdqs-edit-actions .ahdqs-primary-btn{min-width:170px}

@media(max-width:900px){
  .ahdqs-full.is-success-state .ahdqs-booking-result{padding:20px!important}
  .ahdqs-booking-layout{grid-template-columns:1fr;gap:18px}
  .ahdqs-booking-sticky{position:static}
  .ahdqs-booking-aside{order:-1}
  .ahdqs-summary-card.ahdqs-summary-contact{display:none}
}
@media(max-width:640px){
  .ahdqs-full.is-success-state .ahdqs-booking-result{padding:14px!important;border-radius:16px!important}
  .ahdqs-booking-intro{flex-direction:column;gap:9px;padding:2px}
  .ahdqs-booking-intro h2{font-size:24px!important}
  .ahdqs-booking-price-options{grid-template-columns:1fr}
  .ahdqs-booking-price-card.ahdqs-result-tier{min-height:0;padding:17px!important}
  .ahdqs-included-grid{grid-template-columns:1fr}
  .ahdqs-booking-section{padding:16px}
  .ahdqs-summary-route{grid-template-columns:26px 1fr;gap:7px}
  .ahdqs-summary-route-line{display:none}
  .ahdqs-summary-destination{text-align:left;grid-column:2}
  .ahdqs-summary-flag{grid-column:1;grid-row:2}
  .ahdqs-summary-facts{grid-template-columns:1fr 1fr}
  .ahdqs-summary-vehicle-grid{grid-template-columns:1fr 1fr;gap:9px}
  .ahdqs-edit-modal{padding:8px}
  .ahdqs-edit-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px);padding:16px;border-radius:16px}
  .ahdqs-edit-grid-route,.ahdqs-edit-vehicle-card{grid-template-columns:1fr!important}
  .ahdqs-edit-actions{display:grid;grid-template-columns:1fr 1.35fr}
  .ahdqs-edit-actions .ahdqs-primary-btn,.ahdqs-edit-actions .ahdqs-secondary-btn{min-width:0;width:100%!important}
}
.ahdqs-booking-visual-hidden{visibility:hidden!important;pointer-events:none!important}


/* v0.1.32: clean post-price page state + modal polish. */
.ahdqs-booking-visual-hidden{display:none!important;visibility:hidden!important;pointer-events:none!important}

/* Neutralize the old Themify / builder card that originally contained the quote form.
   These classes are added only after a successful live quote, so pre-submit styling is untouched. */
.ahdqs-booking-shell-host,
.ahdqs-booking-column-host{
  background:transparent!important;
  background-image:none!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.ahdqs-booking-shell-host::before,
.ahdqs-booking-shell-host::after,
.ahdqs-booking-column-host::before,
.ahdqs-booking-column-host::after{
  box-shadow:none!important;
}

/* Turn the local quote row into a light booking workspace once pricing is ready. */
.ahdqs-booking-row-host{
  background:#EEF3F8!important;
  background-image:none!important;
}
.ahdqs-booking-row-host::before,
.ahdqs-booking-row-host::after{
  background-image:none!important;
}

/* The page itself supplies the booking background; individual sections remain the cards. */
.ahdqs-full.is-success-state .ahdqs-booking-result{
  padding:34px 0 42px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ahdqs-booking-shell{max-width:1180px!important}
.ahdqs-booking-sticky{top:96px!important}

/* Hidden legacy result nodes must stay hidden even when old result typography rules set display:block. */
.ahdqs-booking-result .ahdqs-result-primary[hidden]{display:none!important}

/* In the edit modal the date field is near the bottom. Open its calendar upward so it remains fully visible. */
.ahdqs-edit-dialog .ahdqs-date-ui .ahdqs-calendar{
  top:auto!important;
  bottom:calc(100% + 10px)!important;
  left:-12px!important;
}

@media(max-width:900px){
  .ahdqs-full.is-success-state .ahdqs-booking-result{padding:24px 0 30px!important}
  .ahdqs-booking-sticky{top:auto!important}
}
@media(max-width:640px){
  .ahdqs-full.is-success-state .ahdqs-booking-result{padding:16px 0 22px!important}
  .ahdqs-booking-row-host{background:#F4F7FB!important}
  .ahdqs-edit-dialog .ahdqs-date-ui .ahdqs-calendar{
    left:0!important;
    width:min(310px,calc(100vw - 48px))!important;
  }
}

/* v0.1.34: safe post-price positioning for the live Themify page.
   Do not change builder row/column display modes. */
body.ahdqs-booking-active .ahdqs-full.is-success-state .ahdqs-full-form{
  margin-top:var(--ahdqs-booking-lift,0px)!important;
}

/* Remove only the original hero/map paint and fixed hero height. The theme's
   width, flex/grid and positioning rules remain untouched. */
body.ahdqs-booking-active .ahdqs-booking-page-host{
  min-height:0!important;
  height:auto!important;
  background-color:#EEF3F8!important;
  background-image:none!important;
  background-attachment:scroll!important;
}
body.ahdqs-booking-active .ahdqs-booking-page-host::before,
body.ahdqs-booking-active .ahdqs-booking-page-host::after{
  background-image:none!important;
  box-shadow:none!important;
}

/* Keep the released row visually continuous without forcing its layout mode. */
body.ahdqs-booking-active .ahdqs-booking-row-host{
  min-height:0!important;
  background-color:#EEF3F8!important;
  background-image:none!important;
}

/* Desktop booking content is centered by the calculated form offset. */
@media(min-width:901px){
  body.ahdqs-booking-active .ahdqs-booking-shell{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}
  body.ahdqs-booking-active .ahdqs-booking-sticky{top:96px!important}
}
@media(max-width:640px){
  body.ahdqs-booking-active .ahdqs-full.is-success-state .ahdqs-full-form{margin-top:0!important}
}

/* v0.1.35: portal-based post-price rendering.
   The booking UI is moved outside the Themify quote row after a live price is
   returned. This prevents builder width/flex/overflow rules from affecting it. */
.ahdqs-booking-origin-hidden{
  display:none!important;
}
.ahdqs-booking-portal{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  isolation:isolate;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:#EEF3F8!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.ahdqs-booking-portal,
.ahdqs-booking-portal *{
  box-sizing:border-box!important;
}
.ahdqs-booking-portal>.ahdqs-full{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  background:transparent!important;
  overflow:visible!important;
  z-index:auto!important;
}
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full.is-success-state .ahdqs-full-form{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:min(1220px,calc(100vw - 40px))!important;
  max-width:1220px!important;
  min-width:0!important;
  margin:0 auto!important;
  padding:0!important;
  transform:none!important;
  overflow:visible!important;
  z-index:auto!important;
}
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full.is-success-state .ahdqs-booking-result{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:34px 0 42px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-shell{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
}
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-sticky{
  top:96px!important;
}
/* Neutralize the obsolete live-site offset rules when inside the portal. */
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-page-host,
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-row-host,
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-shell-host,
body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-column-host{
  width:auto!important;
  min-height:0!important;
  background:transparent!important;
}
@media(max-width:900px){
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full.is-success-state .ahdqs-full-form{
    width:min(100% - 24px,760px)!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full.is-success-state .ahdqs-booking-result{
    padding:24px 0 30px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-sticky{
    top:auto!important;
  }
}
@media(max-width:640px){
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full.is-success-state .ahdqs-full-form{
    width:calc(100% - 16px)!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full.is-success-state .ahdqs-booking-result{
    padding:16px 0 22px!important;
  }
}

/* v0.1.36: additional services, editable contact, and markup-as-due-now. */
.ahdqs-addons-list{display:flex;flex-direction:column;gap:10px}
.ahdqs-addon-card{
  position:relative;display:flex;align-items:flex-start;gap:12px;margin:0!important;padding:15px!important;
  border:1px solid #E2E8F0;border-radius:14px;background:#FAFBFD;cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease
}
.ahdqs-addon-card:hover{border-color:#B9C8E3;background:#fff}
.ahdqs-addon-card:has(input:checked){border-color:#2B5CFF;background:#FBFCFF;box-shadow:0 0 0 3px rgba(43,92,255,.06)}
.ahdqs-addon-card>input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
.ahdqs-addon-check{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;margin-top:1px;border:1.5px solid #B8C3D1;border-radius:6px;background:#fff;color:#fff;font-size:12px;font-weight:900}
.ahdqs-addon-card>input:checked+.ahdqs-addon-check{border-color:#2B5CFF;background:#2B5CFF}
.ahdqs-addon-card>input:checked+.ahdqs-addon-check::after{content:'✓'}
.ahdqs-addon-copy{display:block;min-width:0;flex:1}
.ahdqs-addon-title{display:flex;align-items:center;justify-content:space-between;gap:14px}
.ahdqs-addon-title strong{color:#0A1A2F;font-size:12.5px;line-height:1.3;font-weight:850}
.ahdqs-addon-title b{flex:0 0 auto;color:#2B5CFF;font-size:12px;font-weight:850}
.ahdqs-addon-copy p{margin:5px 0 0!important;color:#64748B!important;font-size:10.8px!important;line-height:1.5!important}

.ahdqs-edit-contact-card{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.ahdqs-edit-contact-card .ahdqs-span-2{grid-column:1/-1}

.ahdqs-price-summary-due{margin-top:2px;padding:9px 10px!important;border-radius:10px;background:#EEF3FF}
.ahdqs-price-summary-due strong{font-size:14px!important}

@media(max-width:900px){
  .ahdqs-summary-card.ahdqs-summary-contact{display:block!important}
}
@media(max-width:640px){
  .ahdqs-edit-contact-card{grid-template-columns:1fr!important}
  .ahdqs-edit-contact-card .ahdqs-span-2{grid-column:auto}
  .ahdqs-addon-title{align-items:flex-start}
}


/* v0.1.37: desktop split-screen behavior + edit-dialog redesign. */
@media (min-width: 901px){
  /* A sticky item needs a parent taller than itself. Stretch the aside to the
     full grid-row height so the complete RHS stays parked while the LHS/page
     continues to move. */
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    align-items:stretch!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-aside{
    align-self:stretch!important;
    position:relative!important;
    min-height:100%!important;
    overflow:visible!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-sticky{
    position:sticky!important;
    top:88px!important;
    align-self:flex-start!important;
    width:100%!important;
    gap:10px!important;
  }
  /* Keep the RHS compact enough to remain fully visible on normal laptop
     viewports. */
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-card{
    padding:15px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-head{
    margin-bottom:11px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-route{
    padding:11px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-facts{
    margin-top:9px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-facts>span{
    padding:7px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-vehicle-grid{
    padding:10px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-price-summary-row{
    padding:6px 0!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-price-summary-card .ahdqs-result-schedule{
    min-height:46px!important;
  }
}

/* The edit experience should read as a deliberate form, not a magnified copy
   of the original step controls. */
.ahdqs-edit-modal{
  padding:24px!important;
}
.ahdqs-edit-backdrop{
  background:rgba(7,18,36,.58)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
}
.ahdqs-edit-dialog{
  width:min(700px,calc(100vw - 40px))!important;
  max-height:calc(100dvh - 48px)!important;
  padding:0!important;
  overflow:visible!important;
  border:1px solid rgba(216,225,238,.95)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 26px 80px rgba(4,15,34,.28)!important;
}
.ahdqs-edit-modal[data-ahdqs-edit-mode="shipping"] .ahdqs-edit-dialog{width:min(720px,calc(100vw - 40px))!important}
.ahdqs-edit-modal[data-ahdqs-edit-mode="vehicle"] .ahdqs-edit-dialog{width:min(680px,calc(100vw - 40px))!important}
.ahdqs-edit-modal[data-ahdqs-edit-mode="contact"] .ahdqs-edit-dialog{width:min(610px,calc(100vw - 40px))!important}

.ahdqs-edit-head{
  margin:0!important;
  padding:20px 22px 16px!important;
  border-bottom:1px solid #E7ECF3!important;
  background:linear-gradient(180deg,#FFFFFF 0%,#FBFCFE 100%)!important;
  border-radius:18px 18px 0 0!important;
}
.ahdqs-edit-head span{
  margin-bottom:5px!important;
  font-size:9px!important;
  letter-spacing:.085em!important;
}
.ahdqs-edit-head h3{
  font-size:20px!important;
  letter-spacing:-.025em!important;
}
.ahdqs-edit-x{
  width:32px!important;height:32px!important;flex-basis:32px!important;
  border:1px solid #E4EAF2!important;
  border-radius:9px!important;
  background:#F7F9FC!important;
  font-size:18px!important;
}

.ahdqs-edit-panel{
  padding:20px 22px 2px!important;
}
.ahdqs-edit-grid-route,
.ahdqs-edit-vehicle-card,
.ahdqs-edit-contact-card{
  gap:12px!important;
}
.ahdqs-edit-contact-card{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ahdqs-edit-contact-card .ahdqs-span-2{grid-column:1 / -1!important}

/* True input affordance inside edit dialogs. */
.ahdqs-edit-dialog .ahdqs-field{
  min-width:0!important;
  margin:0!important;
}
.ahdqs-edit-dialog .ahdqs-field-shell{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  min-height:66px!important;
  margin:0!important;
  padding:10px 12px!important;
  border:1px solid #DCE4EF!important;
  border-radius:12px!important;
  background:#F8FAFD!important;
  box-shadow:none!important;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
}
.ahdqs-edit-dialog .ahdqs-field-shell:hover{
  border-color:#C5D2E4!important;
  background:#fff!important;
}
.ahdqs-edit-dialog .ahdqs-field-shell:focus-within{
  border-color:#2B5CFF!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(43,92,255,.09)!important;
}
.ahdqs-edit-dialog .ahdqs-field-icon{
  display:grid!important;
  place-items:center!important;
  width:34px!important;height:34px!important;flex:0 0 34px!important;
  margin:0!important;
  border-radius:10px!important;
  background:#EEF3FF!important;
}
.ahdqs-edit-dialog .ahdqs-field-icon img,
.ahdqs-edit-dialog .ahdqs-field-icon svg{
  width:17px!important;height:17px!important;max-width:17px!important;max-height:17px!important;
}
.ahdqs-edit-dialog .ahdqs-field-copy{
  display:block!important;
  min-width:0!important;
  flex:1!important;
}
.ahdqs-edit-dialog .ahdqs-field-copy label{
  display:block!important;
  margin:0 0 4px!important;
  color:#718096!important;
  font-size:9.5px!important;
  line-height:1.15!important;
  font-weight:780!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
}
.ahdqs-edit-dialog .ahdqs-field-copy input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]),
.ahdqs-edit-dialog .ahdqs-field-copy select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:24px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0A1A2F!important;
  font-family:inherit!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:720!important;
}
.ahdqs-edit-dialog .ahdqs-field-copy input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]){cursor:text!important}
.ahdqs-edit-dialog .ahdqs-field-copy select{cursor:pointer!important}
.ahdqs-edit-dialog .ahdqs-field-error{margin:4px 0 0!important;font-size:10px!important}

.ahdqs-edit-subsection{margin-top:16px!important}
.ahdqs-edit-dialog .ahdqs-block-label{
  display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;
  margin:0 0 9px!important;
}
.ahdqs-edit-dialog .ahdqs-block-label>span{font-size:11.5px!important;font-weight:800!important;color:#0A1A2F!important}
.ahdqs-edit-dialog .ahdqs-block-label>small{font-size:9.5px!important;color:#7A889D!important}
.ahdqs-edit-dialog .ahdqs-choice-grid{gap:9px!important}
.ahdqs-edit-dialog .ahdqs-choice-card{
  min-height:68px!important;
  padding:12px 40px 12px 13px!important;
  border-radius:12px!important;
  background:#F8FAFD!important;
}
.ahdqs-edit-dialog .ahdqs-choice-card:has(input:checked){background:#FBFCFF!important}
.ahdqs-edit-dialog .ahdqs-choice-copy strong{font-size:12.5px!important}
.ahdqs-edit-dialog .ahdqs-choice-copy small{font-size:10px!important}
.ahdqs-edit-dialog .ahdqs-segmented{
  min-height:48px!important;
  padding:4px!important;
  border:1px solid #DCE4EF!important;
  border-radius:12px!important;
  background:#F7F9FC!important;
}
.ahdqs-edit-dialog .ahdqs-segmented label span{min-height:38px!important;border-radius:9px!important;font-size:11.5px!important}

.ahdqs-edit-error{
  margin:12px 22px 0!important;
  padding:9px 11px!important;
}
.ahdqs-edit-actions{
  margin:18px 0 0!important;
  padding:14px 22px 18px!important;
  border-top:1px solid #E7ECF3!important;
  border-radius:0 0 18px 18px!important;
  background:#FBFCFE!important;
}
.ahdqs-edit-actions .ahdqs-primary-btn,
.ahdqs-edit-actions .ahdqs-secondary-btn{
  min-height:42px!important;
  border-radius:10px!important;
}
.ahdqs-edit-actions .ahdqs-primary-btn{min-width:166px!important}
.ahdqs-edit-actions .ahdqs-secondary-btn{min-width:92px!important}

/* Keep the custom pickup-date calendar within the viewport while retaining a
   normal-looking date control. */
.ahdqs-edit-dialog .ahdqs-date-ui .ahdqs-calendar{
  z-index:50!important;
  width:300px!important;
  max-height:310px!important;
}

@media(max-width:900px){
  .ahdqs-edit-dialog{overflow:auto!important}
}
@media(max-width:640px){
  .ahdqs-edit-modal{padding:8px!important}
  .ahdqs-edit-dialog,
  .ahdqs-edit-modal[data-ahdqs-edit-mode] .ahdqs-edit-dialog{
    width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 16px)!important;
    overflow:auto!important;
    border-radius:15px!important;
  }
  .ahdqs-edit-head{padding:16px 16px 13px!important}
  .ahdqs-edit-panel{padding:16px 16px 0!important}
  .ahdqs-edit-grid-route,
  .ahdqs-edit-vehicle-card,
  .ahdqs-edit-contact-card{grid-template-columns:1fr!important}
  .ahdqs-edit-contact-card .ahdqs-span-2{grid-column:auto!important}
  .ahdqs-edit-actions{padding:12px 16px 16px!important}
}


/* v0.1.38: definitive desktop split-view + repaired edit UI.
   On desktop the page itself is locked after pricing; only the LHS scrolls. */
@media (min-width: 1024px){
  html:has(body.ahdqs-booking-active),
  body.ahdqs-booking-active{
    overflow:hidden!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal{
    height:var(--ahdqs-booking-vh,calc(100vh - 120px))!important;
    min-height:560px!important;
    overflow:hidden!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal>.ahdqs-full,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full-form,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-result,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-shell,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    height:100%!important;
    min-height:0!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-result{
    padding:24px 0 18px!important;
    overflow:hidden!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1.46fr) minmax(350px,.82fr)!important;
    align-items:stretch!important;
    gap:22px!important;
    overflow:hidden!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main{
    min-height:0!important;
    height:100%!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    scrollbar-gutter:stable!important;
    padding:0 8px 24px 0!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main::-webkit-scrollbar{width:7px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main::-webkit-scrollbar-thumb{background:#C9D4E3!important;border-radius:999px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main::-webkit-scrollbar-track{background:transparent!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-aside{
    min-height:0!important;
    height:100%!important;
    overflow:hidden!important;
    position:relative!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-sticky{
    position:static!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    max-height:100%!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-card{
    flex:0 0 auto!important;
    padding:13px!important;
    border-radius:14px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-head{margin-bottom:9px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-head h3{font-size:14px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-route{padding:9px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-facts{margin-top:7px!important;gap:6px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-facts>span{padding:6px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-vehicle-grid{padding:8px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-result-contact-grid{margin-top:8px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-price-summary-row{padding:5px 0!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-price-summary-card .ahdqs-result-schedule{min-height:42px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-trust{margin-top:auto!important;padding-top:2px!important}
}

/* Short-height laptop fallback: squeeze the summary rather than scrolling it. */
@media (min-width:1024px) and (max-height:780px){
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-card{padding:10px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-route{padding:7px!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-contact{display:none!important}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-summary-trust{display:none!important}
}

/* v0.1.38 editor: compact, clearly editable, intentionally modal. */
.ahdqs-edit-modal{
  padding:20px!important;
}
.ahdqs-edit-backdrop{
  background:rgba(7,18,36,.52)!important;
  backdrop-filter:blur(6px)!important;
  -webkit-backdrop-filter:blur(6px)!important;
}
.ahdqs-edit-dialog{
  width:min(680px,calc(100vw - 40px))!important;
  max-height:calc(100dvh - 40px)!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #D8E2EF!important;
  border-radius:18px!important;
  background:#FFFFFF!important;
  box-shadow:0 28px 90px rgba(4,15,34,.30)!important;
}
.ahdqs-edit-modal[data-ahdqs-edit-mode="shipping"] .ahdqs-edit-dialog{width:min(700px,calc(100vw - 40px))!important}
.ahdqs-edit-modal[data-ahdqs-edit-mode="vehicle"] .ahdqs-edit-dialog{width:min(650px,calc(100vw - 40px))!important}
.ahdqs-edit-modal[data-ahdqs-edit-mode="contact"] .ahdqs-edit-dialog{width:min(570px,calc(100vw - 40px))!important}
.ahdqs-edit-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0!important;
  padding:18px 20px 14px!important;
  border-bottom:1px solid #E7EDF5!important;
  background:#FFFFFF!important;
}
.ahdqs-edit-head span{display:block!important;margin:0 0 3px!important;color:#2B5CFF!important;font-size:9px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.ahdqs-edit-head h3{margin:0!important;color:#0A1A2F!important;font-size:20px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.025em!important}
.ahdqs-edit-x{
  all:unset!important;
  box-sizing:border-box!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;height:34px!important;flex:0 0 34px!important;
  border:1px solid #E2E8F0!important;
  border-radius:10px!important;
  background:#F7F9FC!important;
  color:#64748B!important;
  cursor:pointer!important;
  font-size:18px!important;
}
.ahdqs-edit-x:hover{background:#EEF3FF!important;color:#2B5CFF!important}
.ahdqs-edit-panel{
  max-height:calc(100dvh - 190px)!important;
  overflow-y:auto!important;
  padding:18px 20px 4px!important;
}
.ahdqs-edit-grid-route,
.ahdqs-edit-vehicle-card,
.ahdqs-edit-contact-card{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ahdqs-edit-contact-card .ahdqs-span-2{grid-column:1/-1!important}
.ahdqs-edit-dialog .ahdqs-field{margin:0!important;min-width:0!important}
.ahdqs-edit-dialog .ahdqs-field-shell{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:64px!important;
  padding:10px 12px!important;
  border:1px solid #D8E2EF!important;
  border-radius:12px!important;
  background:#F8FAFD!important;
  box-shadow:none!important;
  transition:border-color .15s ease,box-shadow .15s ease,background .15s ease!important;
}
.ahdqs-edit-dialog .ahdqs-field-shell:hover{background:#fff!important;border-color:#BFCDE0!important}
.ahdqs-edit-dialog .ahdqs-field-shell:focus-within{background:#fff!important;border-color:#2B5CFF!important;box-shadow:0 0 0 3px rgba(43,92,255,.09)!important}
.ahdqs-edit-dialog .ahdqs-field-icon{
  display:grid!important;place-items:center!important;
  width:34px!important;height:34px!important;flex:0 0 34px!important;
  margin:0!important;border-radius:9px!important;background:#EEF3FF!important;
}
.ahdqs-edit-dialog .ahdqs-field-icon img,.ahdqs-edit-dialog .ahdqs-field-icon svg{width:17px!important;height:17px!important;max-width:17px!important;max-height:17px!important}
.ahdqs-edit-dialog .ahdqs-field-copy{display:block!important;min-width:0!important;flex:1!important}
.ahdqs-edit-dialog .ahdqs-field-copy label{display:block!important;margin:0 0 4px!important;color:#718096!important;font-size:9.5px!important;line-height:1.1!important;font-weight:800!important}
.ahdqs-edit-dialog .ahdqs-field-copy input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]),
.ahdqs-edit-dialog .ahdqs-field-copy select{
  display:block!important;width:100%!important;min-width:0!important;min-height:24px!important;
  margin:0!important;padding:0!important;border:0!important;outline:0!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;color:#0A1A2F!important;
  font:750 14px/1.35 inherit!important;
}
.ahdqs-edit-dialog .ahdqs-field-copy input::placeholder{color:#A0AEC0!important;font-weight:600!important}
.ahdqs-edit-subsection{margin-top:16px!important}
.ahdqs-edit-dialog .ahdqs-block-label{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;margin:0 0 8px!important}
.ahdqs-edit-dialog .ahdqs-block-label>span{color:#0A1A2F!important;font-size:11.5px!important;font-weight:850!important}
.ahdqs-edit-dialog .ahdqs-block-label>small{color:#7B8AA0!important;font-size:9.5px!important}
.ahdqs-edit-dialog .ahdqs-choice-grid{gap:9px!important}
.ahdqs-edit-dialog .ahdqs-choice-card{min-height:66px!important;padding:11px 40px 11px 12px!important;border:1px solid #D8E2EF!important;border-radius:12px!important;background:#F8FAFD!important}
.ahdqs-edit-dialog .ahdqs-choice-card:has(input:checked){border-color:#2B5CFF!important;background:#FBFCFF!important;box-shadow:0 0 0 2px rgba(43,92,255,.07)!important}
.ahdqs-edit-dialog .ahdqs-choice-copy strong{font-size:12.5px!important}
.ahdqs-edit-dialog .ahdqs-choice-copy small{font-size:10px!important}
.ahdqs-edit-dialog .ahdqs-segmented{min-height:48px!important;padding:4px!important;border:1px solid #D8E2EF!important;border-radius:12px!important;background:#F7F9FC!important}
.ahdqs-edit-dialog .ahdqs-segmented label span{min-height:38px!important;border-radius:9px!important;font-size:11.5px!important}
.ahdqs-edit-error{margin:10px 20px 0!important;padding:9px 11px!important}
.ahdqs-edit-actions{
  display:flex!important;justify-content:flex-end!important;gap:10px!important;
  margin:14px 0 0!important;padding:13px 20px 16px!important;
  border-top:1px solid #E7EDF5!important;background:#FBFCFE!important;
}
.ahdqs-edit-actions .ahdqs-primary-btn,.ahdqs-edit-actions .ahdqs-secondary-btn{min-height:42px!important;border-radius:10px!important}
.ahdqs-edit-actions .ahdqs-primary-btn{min-width:166px!important}
.ahdqs-edit-actions .ahdqs-secondary-btn{min-width:90px!important}

@media(max-width:900px){
  html:has(body.ahdqs-booking-active),body.ahdqs-booking-active{overflow:auto!important}
  body.ahdqs-booking-active .ahdqs-booking-portal{height:auto!important;min-height:0!important;overflow:visible!important}
  .ahdqs-edit-dialog{overflow:hidden!important}
}
@media(max-width:640px){
  .ahdqs-edit-modal{padding:8px!important}
  .ahdqs-edit-dialog,.ahdqs-edit-modal[data-ahdqs-edit-mode] .ahdqs-edit-dialog{width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important;border-radius:15px!important}
  .ahdqs-edit-head{padding:15px 15px 12px!important}
  .ahdqs-edit-panel{padding:14px 15px 2px!important;max-height:calc(100dvh - 160px)!important}
  .ahdqs-edit-grid-route,.ahdqs-edit-vehicle-card,.ahdqs-edit-contact-card{grid-template-columns:1fr!important}
  .ahdqs-edit-contact-card .ahdqs-span-2{grid-column:auto!important}
  .ahdqs-edit-actions{padding:11px 15px 14px!important}
}

/* v0.1.39 — Safeeds-inspired booking UI refinement.
   This block intentionally comes last so WordPress/theme styles cannot break
   the post-price card hierarchy. Functional pricing/edit behavior is unchanged. */

body.ahdqs-booking-active .ahdqs-booking-portal{
  --ahdqs-ui-bg:#eef3f8;
  --ahdqs-ui-card:#ffffff;
  --ahdqs-ui-ink:#0b1b31;
  --ahdqs-ui-muted:#68778e;
  --ahdqs-ui-line:#d9e2ee;
  --ahdqs-ui-soft:#f5f8fc;
  --ahdqs-ui-blue:#2b5cff;
  background:var(--ahdqs-ui-bg)!important;
}

@media (min-width:1024px){
  /* True split workspace: only LHS has a scroll container. RHS never scrolls. */
  html:has(body.ahdqs-booking-active),
  body.ahdqs-booking-active{overflow:hidden!important;}

  body.ahdqs-booking-active .ahdqs-booking-portal{
    height:var(--ahdqs-booking-vh,calc(100vh - 118px))!important;
    min-height:560px!important;
    overflow:hidden!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-result{
    height:100%!important;
    min-height:0!important;
    padding:24px 0 20px!important;
    overflow:hidden!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-shell{
    width:min(1240px,calc(100vw - 48px))!important;
    max-width:1240px!important;
    height:100%!important;
    min-height:0!important;
    margin:0 auto!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1.58fr) minmax(370px,.92fr)!important;
    gap:28px!important;
    height:100%!important;
    min-height:0!important;
    align-items:stretch!important;
    overflow:hidden!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main{
    display:flex!important;
    flex-direction:column!important;
    gap:20px!important;
    height:100%!important;
    min-height:0!important;
    padding:0 12px 30px 0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    scrollbar-width:thin!important;
    scrollbar-color:#c6d2e1 transparent!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main::-webkit-scrollbar{width:6px!important;}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main::-webkit-scrollbar-thumb{background:#c6d2e1!important;border-radius:999px!important;}
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main::-webkit-scrollbar-track{background:transparent!important;}

  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-aside{
    position:relative!important;
    align-self:stretch!important;
    height:100%!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-sticky{
    position:static!important;
    inset:auto!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* Main-column hierarchy — heading on page background, cards only where useful. */
body.ahdqs-booking-active .ahdqs-booking-main .ahdqs-booking-intro{order:0!important;padding:2px 4px 4px!important;}
body.ahdqs-booking-active .ahdqs-booking-main .ahdqs-booking-pricing-section{order:1!important;}
body.ahdqs-booking-active .ahdqs-booking-main .ahdqs-addons-section{order:2!important;}
body.ahdqs-booking-active .ahdqs-booking-main .ahdqs-included-section{order:3!important;}

body.ahdqs-booking-active .ahdqs-booking-intro h2{
  font-size:32px!important;
  letter-spacing:-.035em!important;
}
body.ahdqs-booking-active .ahdqs-booking-intro p{
  max-width:650px!important;
  margin-top:7px!important;
}

/* Pricing section: like a checkout area, not a card inside another card. */
body.ahdqs-booking-active .ahdqs-booking-pricing-section,
body.ahdqs-booking-active .ahdqs-addons-section{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.ahdqs-booking-active .ahdqs-booking-pricing-section .ahdqs-booking-section-head,
body.ahdqs-booking-active .ahdqs-addons-section .ahdqs-booking-section-head{
  margin:0 0 14px!important;
  padding:0 2px!important;
}
body.ahdqs-booking-active .ahdqs-booking-section-head h3{
  font-size:17px!important;
  font-weight:900!important;
  letter-spacing:-.015em!important;
}
body.ahdqs-booking-active .ahdqs-booking-section-head p{
  font-size:11.5px!important;
  color:#738198!important;
}

/* Price choices: substantial, aligned, clean white cards. */
body.ahdqs-booking-active .ahdqs-booking-price-options{gap:14px!important;}
body.ahdqs-booking-active .ahdqs-booking-price-card.ahdqs-result-tier{
  min-height:310px!important;
  padding:21px 20px 18px!important;
  border:1px solid #d7e0eb!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 16px rgba(16,35,63,.04)!important;
  transform:none!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-card.ahdqs-result-tier:hover{
  border-color:#aebfe0!important;
  box-shadow:0 10px 26px rgba(16,35,63,.07)!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-card.ahdqs-result-tier.is-selected{
  border:2px solid var(--ahdqs-ui-blue)!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(43,92,255,.07)!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-topline>strong{font-size:18px!important;}
body.ahdqs-booking-active .ahdqs-booking-tier-price{font-size:38px!important;margin-top:13px!important;}
body.ahdqs-booking-active .ahdqs-booking-tier-caption{font-size:11.5px!important;}
body.ahdqs-booking-active .ahdqs-booking-price-card ul{margin-top:19px!important;padding-top:17px!important;}
body.ahdqs-booking-active .ahdqs-booking-price-card li{font-size:11.5px!important;margin-bottom:10px!important;}
body.ahdqs-booking-active .ahdqs-booking-card-action{min-height:44px!important;border-radius:10px!important;}

/* Additional services — expanded white option cards like the reference UI. */
body.ahdqs-booking-active .ahdqs-addons-list{gap:12px!important;}
body.ahdqs-booking-active .ahdqs-addon-card{
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr) 22px!important;
  align-items:start!important;
  column-gap:12px!important;
  row-gap:0!important;
  min-height:132px!important;
  padding:17px 18px!important;
  border:1px solid #d6dfeb!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(17,36,63,.035)!important;
}
body.ahdqs-booking-active .ahdqs-addon-card:hover{
  border-color:#b8c7dc!important;
  box-shadow:0 8px 22px rgba(17,36,63,.055)!important;
}
body.ahdqs-booking-active .ahdqs-addon-card:has(input:checked){
  border-color:#2b5cff!important;
  background:#fff!important;
  box-shadow:0 0 0 2px rgba(43,92,255,.06)!important;
}
body.ahdqs-booking-active .ahdqs-addon-check{
  grid-column:1!important;
  grid-row:1!important;
  width:20px!important;
  height:20px!important;
  margin:1px 0 0!important;
  border-radius:3px!important;
}
body.ahdqs-booking-active .ahdqs-addon-copy{
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  min-width:0!important;
}
body.ahdqs-booking-active .ahdqs-addon-title{display:block!important;margin:0!important;}
body.ahdqs-booking-active .ahdqs-addon-title strong{
  display:block!important;
  color:#3564c8!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:750!important;
}
body.ahdqs-booking-active .ahdqs-addon-price-line{
  display:block!important;
  margin-top:5px!important;
  color:#26364e!important;
  font-size:13.5px!important;
  line-height:1.3!important;
}
body.ahdqs-booking-active .ahdqs-addon-price-line b{font-weight:650!important;color:#26364e!important;}
body.ahdqs-booking-active .ahdqs-addon-chevron{
  grid-column:3!important;
  grid-row:1!important;
  align-self:start!important;
  justify-self:end!important;
  color:#3564c8!important;
  font-size:18px!important;
  line-height:1!important;
  transform:translateY(1px)!important;
}
body.ahdqs-booking-active .ahdqs-addon-copy p{
  margin:14px -22px 0 -36px!important;
  padding:14px 0 0 36px!important;
  border-top:1px solid #e8edf4!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.55!important;
}

/* Included benefits become a compact reassurance panel after the add-ons. */
body.ahdqs-booking-active .ahdqs-included-section{
  padding:19px!important;
  border:1px solid #d9e2ee!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(17,36,63,.03)!important;
}
body.ahdqs-booking-active .ahdqs-included-grid{gap:9px!important;}
body.ahdqs-booking-active .ahdqs-included-grid article{
  padding:12px!important;
  border-color:#e1e7ef!important;
  background:#f8fafc!important;
}

/* RHS: visually one properly composed booking-summary card instead of a stack
   of unrelated floating cards. The existing DOM stays intact for JS/editing. */
body.ahdqs-booking-active .ahdqs-booking-sticky{
  border:1px solid #d6dfeb!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(17,36,63,.08)!important;
}
body.ahdqs-booking-active .ahdqs-booking-sticky>.ahdqs-summary-card{
  margin:0!important;
  padding:18px 18px!important;
  border:0!important;
  border-bottom:1px solid #e3e9f1!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.ahdqs-booking-active .ahdqs-booking-sticky>.ahdqs-summary-shipping{
  border-radius:18px 18px 0 0!important;
}
body.ahdqs-booking-active .ahdqs-booking-sticky>.ahdqs-price-summary-card{
  border-bottom:0!important;
  border-radius:0 0 18px 18px!important;
  padding-bottom:16px!important;
}
body.ahdqs-booking-active .ahdqs-summary-head{
  margin-bottom:13px!important;
}
body.ahdqs-booking-active .ahdqs-summary-head h3{
  font-size:15.5px!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}
body.ahdqs-booking-active .ahdqs-summary-edit{
  color:#3564c8!important;
  font-size:11px!important;
}
body.ahdqs-booking-active .ahdqs-summary-route{
  padding:12px!important;
  border:1px solid #dfe6ef!important;
  border-radius:13px!important;
  background:#f6f9fc!important;
}
body.ahdqs-booking-active .ahdqs-summary-facts{
  gap:7px!important;
  margin-top:10px!important;
}
body.ahdqs-booking-active .ahdqs-summary-facts>span{
  padding:8px!important;
  border-radius:9px!important;
  background:#f8fafc!important;
}
body.ahdqs-booking-active .ahdqs-summary-vehicle-grid{
  padding:11px!important;
  border-color:#dfe6ef!important;
  background:#f6f9fc!important;
}
body.ahdqs-booking-active .ahdqs-summary-contact-name{margin-bottom:8px!important;}
body.ahdqs-booking-active .ahdqs-price-summary-row{
  padding:7px 0!important;
  font-size:11.5px!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-total{
  margin-top:2px!important;
  padding-top:10px!important;
  border-top:1px solid #e6ebf2!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-due{
  margin:4px 0 0!important;
  padding:9px 10px!important;
  border-radius:9px!important;
  background:#f0f4ff!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-card .ahdqs-result-schedule{
  min-height:48px!important;
  margin-top:10px!important;
  border-radius:10px!important;
  box-shadow:0 8px 18px rgba(43,92,255,.16)!important;
}
body.ahdqs-booking-active .ahdqs-summary-trust{
  margin:0!important;
  padding:12px 14px 14px!important;
  border-top:1px solid #e8edf4!important;
  background:#fbfcfe!important;
  border-radius:0 0 18px 18px!important;
}
body.ahdqs-booking-active .ahdqs-summary-trust span{
  min-height:26px!important;
  padding:5px 8px!important;
  border-color:#c9d6ea!important;
  background:#eef3ff!important;
  font-size:9px!important;
}

/* Short laptop screens: preserve all RHS information by tightening rather than
   introducing a second scrollbar. */
@media (min-width:1024px) and (max-height:820px){
  body.ahdqs-booking-active .ahdqs-booking-sticky>.ahdqs-summary-card{padding:12px 14px!important;}
  body.ahdqs-booking-active .ahdqs-summary-head{margin-bottom:8px!important;}
  body.ahdqs-booking-active .ahdqs-summary-route{padding:8px!important;}
  body.ahdqs-booking-active .ahdqs-summary-facts{margin-top:7px!important;}
  body.ahdqs-booking-active .ahdqs-summary-facts>span{padding:6px!important;}
  body.ahdqs-booking-active .ahdqs-summary-vehicle-grid{padding:8px!important;}
  body.ahdqs-booking-active .ahdqs-price-summary-row{padding:4px 0!important;}
  body.ahdqs-booking-active .ahdqs-summary-contact-name{margin-bottom:5px!important;}
  body.ahdqs-booking-active .ahdqs-summary-trust{padding:8px 10px 10px!important;}
}

@media (max-width:1023px){
  /* Mobile/tablet returns to normal document scrolling and independent cards. */
  html:has(body.ahdqs-booking-active),body.ahdqs-booking-active{overflow:auto!important;}
  body.ahdqs-booking-active .ahdqs-booking-portal{height:auto!important;min-height:0!important;overflow:visible!important;}
  body.ahdqs-booking-active .ahdqs-booking-sticky{border:0!important;background:transparent!important;box-shadow:none!important;}
  body.ahdqs-booking-active .ahdqs-booking-sticky>.ahdqs-summary-card{
    margin-bottom:10px!important;
    border:1px solid #d9e2ee!important;
    border-radius:14px!important;
    background:#fff!important;
  }
  body.ahdqs-booking-active .ahdqs-summary-trust{border:0!important;background:transparent!important;padding:0 3px!important;}
}


/* v0.1.40 — Additional Services: true opt-in accordions with a real show/hide control. */
body.ahdqs-booking-active .ahdqs-addon-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 36px!important;
  align-items:center!important;
  min-height:76px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #d6dfeb!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 3px 12px rgba(17,36,63,.03)!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}
body.ahdqs-booking-active .ahdqs-addon-card:hover{
  border-color:#c1cde0!important;
  box-shadow:0 7px 20px rgba(17,36,63,.05)!important;
}
body.ahdqs-booking-active .ahdqs-addon-card:has(>input:checked){
  border-color:#9fb6f8!important;
  box-shadow:0 0 0 2px rgba(43,92,255,.045)!important;
}
body.ahdqs-booking-active .ahdqs-addon-card>input{
  position:absolute!important;
  opacity:0!important;
  width:1px!important;
  height:1px!important;
  pointer-events:none!important;
}
body.ahdqs-booking-active .ahdqs-addon-select{
  grid-column:1!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  min-width:0!important;
  margin:0!important;
  padding:16px 8px 15px 18px!important;
  cursor:pointer!important;
}
body.ahdqs-booking-active .ahdqs-addon-check{
  width:20px!important;
  height:20px!important;
  flex:0 0 20px!important;
  margin-top:2px!important;
  border:1.5px solid #b8c3d1!important;
  border-radius:3px!important;
  background:#fff!important;
}
body.ahdqs-booking-active .ahdqs-addon-card>input:checked~.ahdqs-addon-select .ahdqs-addon-check{
  border-color:#2b5cff!important;
  background:#2b5cff!important;
}
body.ahdqs-booking-active .ahdqs-addon-card>input:checked~.ahdqs-addon-select .ahdqs-addon-check::after{
  content:'✓'!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.ahdqs-booking-active .ahdqs-addon-copy{
  display:block!important;
  min-width:0!important;
}
body.ahdqs-booking-active .ahdqs-addon-title strong{
  display:block!important;
  color:#3564c8!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:750!important;
}
body.ahdqs-booking-active .ahdqs-addon-price-line{
  display:block!important;
  margin-top:4px!important;
  color:#26364e!important;
  font-size:13.5px!important;
  line-height:1.3!important;
}
body.ahdqs-booking-active .ahdqs-addon-chevron{
  grid-column:2!important;
  position:relative!important;
  align-self:center!important;
  justify-self:center!important;
  width:32px!important;
  height:32px!important;
  margin:0 10px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
body.ahdqs-booking-active .ahdqs-addon-chevron:hover{
  background:#f2f6ff!important;
}
body.ahdqs-booking-active .ahdqs-addon-chevron:focus-visible{
  outline:2px solid #2b5cff!important;
  outline-offset:2px!important;
}
body.ahdqs-booking-active .ahdqs-addon-chevron>span{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:8px!important;
  height:8px!important;
  border-right:1.8px solid #3564c8!important;
  border-bottom:1.8px solid #3564c8!important;
  transform:translate(-50%,-65%) rotate(45deg)!important;
  transition:transform .18s ease!important;
}
body.ahdqs-booking-active .ahdqs-addon-chevron[aria-expanded="true"]>span{
  transform:translate(-50%,-35%) rotate(225deg)!important;
}
body.ahdqs-booking-active .ahdqs-addon-details{
  grid-column:1/-1!important;
  margin:0 18px!important;
  padding:14px 36px 16px!important;
  border-top:1px solid #e8edf4!important;
  background:#fff!important;
}
body.ahdqs-booking-active .ahdqs-addon-details[hidden]{
  display:none!important;
}
body.ahdqs-booking-active .ahdqs-addon-details p{
  margin:0!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.55!important;
}
body.ahdqs-booking-active .ahdqs-addon-card.is-expanded{
  min-height:0!important;
}
@media(max-width:640px){
  body.ahdqs-booking-active .ahdqs-addon-select{padding-left:14px!important;gap:11px!important;}
  body.ahdqs-booking-active .ahdqs-addon-details{margin:0 14px!important;padding:13px 30px 15px!important;}
  body.ahdqs-booking-active .ahdqs-addon-title strong{font-size:15px!important;}
}

/* v0.1.41 — UI polish only. Keep the proven split-view and pricing behavior. */
body.ahdqs-booking-active .ahdqs-booking-portal{
  --ahdqs-ui-bg:#f3f6fa!important;
  --ahdqs-ui-card:#fff!important;
  --ahdqs-ui-ink:#0d1f36!important;
  --ahdqs-ui-muted:#718096!important;
  --ahdqs-ui-line:#dce4ee!important;
  --ahdqs-ui-blue:#2f61ff!important;
  background:var(--ahdqs-ui-bg)!important;
}

/* The live-price status is still available to JS/accessibility but no longer
   competes with the quote hierarchy visually. */
body.ahdqs-booking-active .ahdqs-result-price-state,
body.ahdqs-booking-active .ahdqs-booking-lock{display:none!important;}

body.ahdqs-booking-active .ahdqs-booking-main{gap:18px!important;}
body.ahdqs-booking-active .ahdqs-booking-intro{
  display:block!important;
  padding:4px 3px 3px!important;
}
body.ahdqs-booking-active .ahdqs-booking-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  margin:0 0 8px!important;
  padding:5px 9px!important;
  border:1px solid #d8e1ed!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#65758c!important;
  font-size:9.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  box-shadow:0 2px 7px rgba(18,39,69,.03)!important;
}
body.ahdqs-booking-active .ahdqs-booking-kicker b{
  color:#2f61ff!important;
  font:inherit!important;
}
body.ahdqs-booking-active .ahdqs-booking-intro h2{
  margin:0!important;
  color:#0b1c32!important;
  font-size:30px!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
}
body.ahdqs-booking-active .ahdqs-booking-intro p{
  max-width:600px!important;
  margin:8px 0 0!important;
  color:#6f7f95!important;
  font-size:12.5px!important;
  line-height:1.55!important;
}

body.ahdqs-booking-active .ahdqs-booking-section-head{
  margin-bottom:12px!important;
  padding:0 1px!important;
}
body.ahdqs-booking-active .ahdqs-booking-section-head h3{
  color:#102238!important;
  font-size:16.5px!important;
  font-weight:900!important;
  letter-spacing:-.015em!important;
}
body.ahdqs-booking-active .ahdqs-booking-section-head p{
  margin-top:3px!important;
  color:#7b899c!important;
  font-size:11px!important;
}

/* Pricing choices */
body.ahdqs-booking-active .ahdqs-booking-price-options{gap:12px!important;}
body.ahdqs-booking-active .ahdqs-booking-price-card.ahdqs-result-tier{
  min-height:300px!important;
  padding:20px 19px 17px!important;
  border:1px solid #d8e1ed!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(18,39,69,.045)!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-card.ahdqs-result-tier:hover{
  transform:none!important;
  border-color:#b9c8dc!important;
  box-shadow:0 10px 25px rgba(18,39,69,.07)!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-card.ahdqs-result-tier.is-selected{
  border:2px solid #2f61ff!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;
  box-shadow:0 0 0 3px rgba(47,97,255,.065),0 9px 26px rgba(18,39,69,.055)!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-topline>strong{
  color:#102238!important;
  font-size:17px!important;
  font-weight:900!important;
}
body.ahdqs-booking-active .ahdqs-booking-selected-badge{
  min-height:23px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#eef3ff!important;
  color:#2f61ff!important;
  font-size:8.5px!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
}
body.ahdqs-booking-active .ahdqs-booking-tier-price{
  margin-top:12px!important;
  color:#2f61ff!important;
  font-size:37px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
}
body.ahdqs-booking-active .ahdqs-booking-tier-caption{
  margin-top:7px!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:650!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-card ul{
  margin:17px 0 18px!important;
  padding:15px 0 0!important;
  border-top:1px solid #e8edf4!important;
}
body.ahdqs-booking-active .ahdqs-booking-price-card li{
  margin-bottom:9px!important;
  color:#58677c!important;
  font-size:11px!important;
}
body.ahdqs-booking-active .ahdqs-booking-card-action{
  min-height:42px!important;
  margin-top:auto!important;
  border-radius:10px!important;
  font-size:11px!important;
  font-weight:850!important;
}

/* Additional service cards: compact, quiet and obviously optional. */
body.ahdqs-booking-active .ahdqs-addons-list{gap:10px!important;}
body.ahdqs-booking-active .ahdqs-addon-card{
  min-height:70px!important;
  border-color:#d9e2ed!important;
  border-radius:14px!important;
  box-shadow:0 4px 13px rgba(18,39,69,.035)!important;
}
body.ahdqs-booking-active .ahdqs-addon-card:hover{
  border-color:#bbc9dc!important;
  box-shadow:0 7px 19px rgba(18,39,69,.05)!important;
}
body.ahdqs-booking-active .ahdqs-addon-card:has(>input:checked){
  border-color:#a8bdf9!important;
  background:#fcfdff!important;
  box-shadow:0 0 0 2px rgba(47,97,255,.04)!important;
}
body.ahdqs-booking-active .ahdqs-addon-select{
  gap:12px!important;
  padding:14px 7px 13px 16px!important;
}
body.ahdqs-booking-active .ahdqs-addon-check{
  width:18px!important;
  height:18px!important;
  flex-basis:18px!important;
  margin-top:2px!important;
}
body.ahdqs-booking-active .ahdqs-addon-title strong{
  color:#315fb8!important;
  font-size:14.5px!important;
  font-weight:800!important;
}
body.ahdqs-booking-active .ahdqs-addon-price-line{
  margin-top:3px!important;
  color:#4f5f75!important;
  font-size:11.5px!important;
}
body.ahdqs-booking-active .ahdqs-addon-chevron{
  width:30px!important;
  height:30px!important;
  margin-right:8px!important;
}
body.ahdqs-booking-active .ahdqs-addon-details{
  margin:0 16px!important;
  padding:12px 29px 14px!important;
  border-top-color:#e9eef5!important;
}
body.ahdqs-booking-active .ahdqs-addon-details p{
  color:#6b7b90!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}

/* Included benefits are reassurance, not a competing feature block. */
body.ahdqs-booking-active .ahdqs-included-section{
  padding:17px!important;
  border-color:#dce4ee!important;
  border-radius:15px!important;
  box-shadow:0 4px 13px rgba(18,39,69,.03)!important;
}
body.ahdqs-booking-active .ahdqs-included-section .ahdqs-booking-section-head{margin-bottom:11px!important;}
body.ahdqs-booking-active .ahdqs-included-grid{gap:8px!important;}
body.ahdqs-booking-active .ahdqs-included-grid article{
  min-height:58px!important;
  padding:10px 11px!important;
  border:1px solid #e3e9f1!important;
  border-radius:11px!important;
  background:#f9fbfd!important;
}
body.ahdqs-booking-active .ahdqs-included-grid article strong{font-size:10.5px!important;}
body.ahdqs-booking-active .ahdqs-included-grid article p{margin-top:2px!important;font-size:9.5px!important;line-height:1.4!important;}
body.ahdqs-booking-active .ahdqs-included-icon{
  width:21px!important;
  height:21px!important;
  border-radius:7px!important;
  background:#edf3ff!important;
  color:#2f61ff!important;
}

/* RHS — one refined booking summary. */
body.ahdqs-booking-active .ahdqs-booking-sticky{
  overflow:hidden!important;
  border:1px solid #d8e1ec!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(18,39,69,.075)!important;
}
body.ahdqs-booking-active .ahdqs-booking-sticky>.ahdqs-summary-card{
  padding:16px!important;
  border-bottom:1px solid #e7ecf2!important;
}
body.ahdqs-booking-active .ahdqs-summary-head{margin-bottom:11px!important;}
body.ahdqs-booking-active .ahdqs-summary-head h3{
  color:#102238!important;
  font-size:14px!important;
  font-weight:900!important;
}
body.ahdqs-booking-active .ahdqs-summary-edit{
  min-height:26px!important;
  padding:5px 8px!important;
  border:1px solid transparent!important;
  border-radius:8px!important;
  background:#f5f8fc!important;
  color:#2f61ff!important;
  font-size:9.5px!important;
  font-weight:850!important;
  line-height:1!important;
  transition:background .16s ease,border-color .16s ease!important;
}
body.ahdqs-booking-active .ahdqs-summary-edit:hover{
  border-color:#d5e0f1!important;
  background:#edf3ff!important;
}
body.ahdqs-booking-active .ahdqs-summary-route{
  padding:10px!important;
  border-color:#e0e7f0!important;
  border-radius:12px!important;
  background:#f8fafc!important;
}
body.ahdqs-booking-active .ahdqs-summary-route small,
body.ahdqs-booking-active .ahdqs-summary-facts small,
body.ahdqs-booking-active .ahdqs-summary-vehicle-grid small,
body.ahdqs-booking-active .ahdqs-result-contact-grid small{
  color:#8390a3!important;
  font-size:7.5px!important;
  font-weight:850!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
body.ahdqs-booking-active .ahdqs-summary-route strong,
body.ahdqs-booking-active .ahdqs-summary-facts strong,
body.ahdqs-booking-active .ahdqs-summary-vehicle-grid strong{
  color:#17283e!important;
}
body.ahdqs-booking-active .ahdqs-summary-facts{gap:6px!important;margin-top:8px!important;}
body.ahdqs-booking-active .ahdqs-summary-facts>span{padding:7px!important;border-radius:8px!important;background:#f8fafc!important;}
body.ahdqs-booking-active .ahdqs-summary-vehicle-grid{padding:9px!important;border-radius:10px!important;background:#f8fafc!important;}
body.ahdqs-booking-active .ahdqs-summary-contact-name{
  color:#17283e!important;
  font-size:11px!important;
  font-weight:850!important;
}
body.ahdqs-booking-active .ahdqs-result-contact-grid a{
  color:#26384f!important;
  font-size:9.5px!important;
  font-weight:750!important;
}

body.ahdqs-booking-active .ahdqs-price-summary-card{
  background:#fcfdff!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-row{
  padding:6px 0!important;
  color:#69798f!important;
  font-size:10.5px!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-row strong{color:#17283e!important;font-size:11px!important;}
body.ahdqs-booking-active .ahdqs-price-summary-total{
  margin-top:2px!important;
  padding-top:10px!important;
  color:#17283e!important;
  font-weight:850!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-total strong{
  color:#0d1f36!important;
  font-size:17px!important;
  font-weight:900!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-due{
  margin-top:4px!important;
  padding:9px 10px!important;
  border:1px solid #dde7ff!important;
  border-radius:9px!important;
  background:#f1f5ff!important;
  color:#2f61ff!important;
  font-weight:850!important;
}
body.ahdqs-booking-active .ahdqs-price-summary-due strong{color:#2f61ff!important;font-size:14px!important;}
body.ahdqs-booking-active .ahdqs-price-summary-card .ahdqs-result-schedule{
  min-height:45px!important;
  margin-top:9px!important;
  border-radius:10px!important;
  font-size:11px!important;
  font-weight:850!important;
  box-shadow:0 8px 19px rgba(47,97,255,.16)!important;
}
body.ahdqs-booking-active .ahdqs-result-assurance{
  margin:7px 0 0!important;
  color:#8a97a9!important;
  font-size:8.5px!important;
  text-align:center!important;
}
/* Redundant after the Included section; keep markup harmless if cached HTML exists. */
body.ahdqs-booking-active .ahdqs-summary-trust{display:none!important;}

/* Edit dialogs — simplify the chrome and make them look like deliberate forms. */
body.ahdqs-booking-active .ahdqs-edit-backdrop{
  background:rgba(10,24,43,.58)!important;
  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}
body.ahdqs-booking-active .ahdqs-edit-dialog{
  border:1px solid rgba(216,225,237,.95)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 30px 90px rgba(6,20,38,.26)!important;
}
body.ahdqs-booking-active .ahdqs-edit-head{
  padding-bottom:14px!important;
  border-bottom:1px solid #e7ecf3!important;
}
body.ahdqs-booking-active .ahdqs-edit-head>div>span{display:none!important;}
body.ahdqs-booking-active .ahdqs-edit-head h3{
  margin:0!important;
  color:#102238!important;
  font-size:21px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
body.ahdqs-booking-active .ahdqs-edit-x{
  width:34px!important;
  height:34px!important;
  border:1px solid #e3e9f1!important;
  border-radius:10px!important;
  background:#f7f9fc!important;
  color:#708095!important;
}
body.ahdqs-booking-active .ahdqs-edit-actions{
  margin-top:16px!important;
  padding-top:14px!important;
  border-top:1px solid #e7ecf3!important;
}
body.ahdqs-booking-active .ahdqs-edit-actions .ahdqs-secondary-btn,
body.ahdqs-booking-active .ahdqs-edit-actions .ahdqs-primary-btn{
  min-height:42px!important;
  border-radius:10px!important;
}

@media (min-width:1024px){
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-shell{
    width:min(1200px,calc(100vw - 44px))!important;
    max-width:1200px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    grid-template-columns:minmax(0,1.62fr) minmax(360px,.9fr)!important;
    gap:26px!important;
  }
}

@media (max-width:720px){
  body.ahdqs-booking-active .ahdqs-booking-intro h2{font-size:25px!important;}
  body.ahdqs-booking-active .ahdqs-booking-kicker{font-size:9px!important;}
  body.ahdqs-booking-active .ahdqs-booking-price-card.ahdqs-result-tier{min-height:0!important;}
}

/* v0.1.42 — slightly larger typography in the fixed right-hand details panel. */
@media (min-width:1024px){
  body.ahdqs-booking-active .ahdqs-summary-head h3{font-size:15.5px!important;}
  body.ahdqs-booking-active .ahdqs-summary-edit{font-size:10.5px!important;}
  body.ahdqs-booking-active .ahdqs-summary-route small,
  body.ahdqs-booking-active .ahdqs-summary-facts small,
  body.ahdqs-booking-active .ahdqs-summary-vehicle-grid small,
  body.ahdqs-booking-active .ahdqs-result-contact-grid small{font-size:8.5px!important;}
  body.ahdqs-booking-active .ahdqs-summary-route strong{font-size:12px!important;line-height:1.35!important;}
  body.ahdqs-booking-active .ahdqs-summary-facts strong{font-size:11.5px!important;line-height:1.35!important;}
  body.ahdqs-booking-active .ahdqs-summary-vehicle-grid strong{font-size:12px!important;line-height:1.35!important;}
  body.ahdqs-booking-active .ahdqs-summary-contact-name{font-size:12.5px!important;}
  body.ahdqs-booking-active .ahdqs-result-contact-grid a{font-size:10.5px!important;}
  body.ahdqs-booking-active .ahdqs-price-summary-row{font-size:11.5px!important;}
  body.ahdqs-booking-active .ahdqs-price-summary-row strong{font-size:12px!important;}
  body.ahdqs-booking-active .ahdqs-price-summary-total strong{font-size:18px!important;}
  body.ahdqs-booking-active .ahdqs-price-summary-due strong{font-size:15px!important;}
  body.ahdqs-booking-active .ahdqs-price-summary-card .ahdqs-result-schedule{font-size:12px!important;}
  body.ahdqs-booking-active .ahdqs-result-assurance{font-size:9.5px!important;}
}

/* v0.1.43 — restore normal document scrolling while keeping the RHS visually fixed.
   The booking workspace must not lock <html>/<body>; doing so hides the site's
   header/footer and traps the user inside the quote viewport. On desktop the
   document scrolls normally, the LHS provides the page height, and the complete
   RHS summary uses CSS sticky until the booking section ends. */
@media (min-width:1024px){
  html:has(body.ahdqs-booking-active),
  body.ahdqs-booking-active{
    height:auto!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }

  body.ahdqs-booking-active .ahdqs-booking-portal{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full-form,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-result,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-shell,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-result{
    padding:24px 0 34px!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    align-items:start!important;
  }

  /* The LHS is the scrolling content, but uses the normal document scrollbar.
     Removing the nested scrollbar lets the page reach the site footer. */
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:0 10px 10px 0!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    scrollbar-width:auto!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main::-webkit-scrollbar{
    width:auto!important;
  }

  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-aside{
    position:relative!important;
    align-self:stretch!important;
    height:auto!important;
    min-height:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-sticky{
    position:sticky!important;
    top:18px!important;
    inset-block-start:18px!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }
}


/* v0.1.44 — reliable page-scroll + sticky RHS.
   Sticky belongs on the grid item itself. Keeping a sticky child inside a
   same-height grid item can leave it with no sticky travel range in Chrome.
   The document remains the only scroll container so the site header/footer
   are still reachable. */
@media (min-width:1024px){
  html:has(body.ahdqs-booking-active),
  body.ahdqs-booking-active{
    height:auto!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
  }

  body.ahdqs-booking-active .ahdqs-booking-portal,
  body.ahdqs-booking-active .ahdqs-booking-portal>.ahdqs-full,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-full-form,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-result,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-shell,
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    overflow:visible!important;
  }

  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-layout{
    align-items:start!important;
  }

  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-main{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }

  /* Make the grid item itself sticky. The grid row is as tall as the LHS,
     so the RHS remains parked until the quote section ends, then releases
     naturally before the footer. */
  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-aside{
    position:sticky!important;
    position:-webkit-sticky!important;
    top:18px!important;
    align-self:start!important;
    height:max-content!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    z-index:6!important;
  }

  body.ahdqs-booking-active .ahdqs-booking-portal .ahdqs-booking-sticky{
    position:static!important;
    top:auto!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }
}
