.sqe-virtual-quote-page {
  background: #f4f5f7;
}

body:has(.sqe-form-wrap) .entry-title,
body:has(.sqe-form-wrap) .page-title,
body:has(.sqe-form-wrap) .entry-header,
body:has(.sqe-form-wrap) .page-header,
body:has(.sqe-form-wrap) .wp-block-post-title,
body:has(.sqe-form-wrap) .post-title {
  display: none;
}

body.sqe-quote-engine-page h1.entry-title,
body.sqe-quote-engine-page .entry-header,
body.sqe-quote-engine-page .page-header,
body.sqe-quote-engine-page .page-title,
body.sqe-quote-engine-page .post-title,
body.sqe-quote-engine-page .wp-block-post-title,
body.sqe-quote-engine-page main > h1:first-child,
body.sqe-quote-engine-page article > h1:first-child,
body.sqe-quote-engine-page .site-main > h1:first-child,
body.sqe-quote-engine-page .content-area > h1:first-child {
  display: none !important;
}

.sqe-form-wrap {
  max-width: 1080px;
  margin: 32px auto 44px;
  color: #111;
}

.sqe-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid #1f1f1f;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0) 42%),
    #080808;
  color: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
}

.sqe-hero__content span {
  display: inline-block;
  margin-bottom: 9px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sqe-hero__content h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.16;
}

.sqe-hero__content p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

.sqe-hero__panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.sqe-hero__panel div {
  padding: 12px 13px;
  border-left: 3px solid #d4af37;
  background: rgba(255, 255, 255, 0.05);
}

.sqe-hero__panel strong,
.sqe-hero__panel span {
  display: block;
}

.sqe-hero__panel strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.sqe-hero__panel span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.sqe-quote-form {
  background: #fff;
  border: 1px solid #e4e6ea;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
  color: #15171a;
  overflow: visible;
}

.sqe-hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sqe-section {
  padding: 28px 32px 30px;
  border-bottom: 1px solid #eceff3;
}

.sqe-section:last-of-type {
  border-bottom: 0;
}

.sqe-section > p {
  max-width: 880px;
  margin: 0 0 14px;
  color: #4f5661;
  font-size: 15px;
  line-height: 1.7;
}

.sqe-section-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 8px;
  background: #fff9e8;
}

.sqe-section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid #d4af37;
  border-radius: 999px;
  background: #111;
  color: #d4af37;
  font-size: 13px;
  font-weight: 900;
}

.sqe-section-title h3 {
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.25;
}

.sqe-section-title p {
  margin: 4px 0 0;
  color: #5c6370;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.sqe-submit-title {
  flex: 0 0 100%;
  margin-bottom: 8px;
}

.sqe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.sqe-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  color: #15171a;
  font-size: 14px;
  font-weight: 800;
}

.sqe-grid label[hidden],
.sqe-grid label.is-hidden {
  display: none !important;
}

.sqe-field-help {
  color: #6c7280;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.sqe-soft-optional .sqe-field-help::after {
  content: " Drop-off is optional for hourly service when details are entered elsewhere.";
}

.sqe-grid input,
.sqe-grid select,
.sqe-grid textarea {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  border: 1px solid #d5dbe3 !important;
  border-radius: 7px;
  padding: 12px 14px;
  color: #15171a;
  background-color: #fff;
  font: inherit;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: none !important;
}

.sqe-grid input::placeholder,
.sqe-grid textarea::placeholder {
  color: #8a9099;
}

.sqe-grid input:focus,
.sqe-grid select:focus,
.sqe-grid textarea:focus {
  outline: 2px solid rgba(212, 175, 55, 0.24);
  outline-offset: 1px;
  border-color: #d4af37 !important;
}

.sqe-grid select {
  display: block !important;
  position: relative;
  z-index: 2;
  min-width: 0;
  cursor: pointer;
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
}

.sqe-quote-form select + .nice-select,
.sqe-quote-form .nice-select {
  display: none !important;
}

.sqe-grid textarea {
  min-height: 128px;
  resize: vertical;
}

.sqe-wide {
  grid-column: 1 / -1;
}

.sqe-submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 26px 32px 32px;
  flex-wrap: wrap;
  background: #f8f9fb;
  border-top: 1px solid #eceff3;
}

.sqe-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  flex: 0 0 100%;
  align-items: flex-start;
  margin: 0 0 6px;
  padding: 14px 16px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  border-radius: 8px;
  background: #fffaf0;
  color: #30343a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.sqe-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #d4af37;
}

.sqe-consent a {
  color: #8a6518;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sqe-submit-row button {
  border: 0;
  border-radius: 7px;
  background: #111;
  color: #fff;
  min-height: 50px;
  padding: 0 24px;
  font-weight: 900;
  cursor: pointer;
}

.sqe-action-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  flex-wrap: wrap;
}

.sqe-button,
.sqe-quote-form .sqe-button,
.sqe-quote-form button.sqe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 178px;
  min-height: 50px;
  box-sizing: border-box;
  border: 0;
  border-radius: 7px;
  padding: 0 24px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sqe-button:hover,
.sqe-button:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.sqe-button--dark,
.sqe-quote-form button.sqe-button--dark {
  background: #111;
  color: #fff;
}

.sqe-button--dark:hover,
.sqe-button--dark:focus,
.sqe-quote-form button.sqe-button--dark:hover,
.sqe-quote-form button.sqe-button--dark:focus {
  background: #d4af37;
  color: #111;
}

.sqe-button--gold {
  background: #d4af37;
  color: #111;
}

.sqe-button--gold:hover,
.sqe-button--gold:focus {
  background: #111;
  color: #fff;
}

.sqe-submit-row button:hover,
.sqe-submit-row button:focus {
  background: #d4af37;
  color: #111;
}

.sqe-submit-row button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.sqe-submit-note {
  color: #565d67;
  font-size: 13px;
  font-weight: 700;
}

.sqe-form-status {
  color: #565d67;
  font-weight: 800;
}

.sqe-form-status--success {
  color: #047857;
}

.sqe-form-status--error {
  color: #b91c1c;
}

.sqe-status-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sqe-status-summary p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fbfcfe;
  color: #30343a;
  line-height: 1.55;
}

.sqe-status-summary strong {
  display: block;
  margin-bottom: 3px;
  color: #111;
  font-size: 12px;
  text-transform: uppercase;
}

.sqe-progress-list {
  display: grid;
  gap: 12px;
}

.sqe-progress-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fbfcfe;
}

.sqe-progress-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.sqe-progress-item--done > span {
  background: #ecfdf5;
  color: #047857;
}

.sqe-progress-item--pending > span {
  background: #fff9e8;
  color: #8a6518;
}

.sqe-progress-item p {
  margin: 0;
  color: #565d67;
  line-height: 1.55;
}

.sqe-progress-item strong {
  display: block;
  margin-bottom: 2px;
  color: #111;
}

.sqe-provider-price-list {
  display: grid;
  gap: 14px;
}

.sqe-provider-price-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 8px;
  background: #fffdf6;
}

.sqe-provider-price-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.sqe-provider-price-card__summary {
  text-align: right;
}

.sqe-provider-price-card strong {
  display: block;
  color: #111;
  font-weight: 900;
}

.sqe-provider-price-card span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.sqe-provider-price-card p {
  margin: 0;
  color: #3f4650;
  line-height: 1.6;
}

.sqe-provider-price-card__total {
  margin: 4px 0 0 !important;
  color: #111 !important;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1 !important;
}

.sqe-price-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  padding: 14px;
  border: 1px solid #ece3c6;
  border-radius: 8px;
  background: #fff;
}

.sqe-price-breakdown div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f1ead6;
}

.sqe-price-breakdown div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.sqe-price-breakdown span {
  color: #5f6570;
  font-size: 13px;
  font-weight: 800;
}

.sqe-price-breakdown strong {
  text-align: right;
  white-space: nowrap;
}

.sqe-provider-terms {
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.sqe-provider-terms summary {
  padding: 12px 14px;
  color: #111;
  font-weight: 900;
  cursor: pointer;
}

.sqe-provider-terms p {
  padding: 0 14px 14px;
}

.sqe-provider-notice {
  border: 1px solid rgba(4, 120, 87, 0.24);
  border-radius: 8px;
  background: #ecfdf5;
  color: #065f46;
  font-weight: 800;
  padding: 12px 14px;
}

.sqe-callout {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  border-radius: 8px;
  background: #fffaf0;
  color: #30343a;
  font-weight: 800;
  line-height: 1.55;
}

.sqe-callout a {
  color: #8a6518;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sqe-provider-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.sqe-provider-summary p {
  margin: 0;
  color: #30343a;
  line-height: 1.55;
}

.sqe-provider-summary p:nth-last-child(-n + 3) {
  grid-column: 1 / -1;
}

.sqe-decision-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.sqe-decision-row .sqe-button.is-active {
  outline: 3px solid rgba(212, 175, 55, 0.28);
  outline-offset: 2px;
}

.sqe-toggle-panel {
  display: none;
}

.sqe-toggle-panel.is-active {
  display: block;
}

.sqe-toggle-panel:target {
  display: block;
}

.sqe-provider-step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 -4px;
  padding: 12px 14px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 8px;
  background: #fffaf0;
}

.sqe-provider-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111;
  color: #d4af37;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.sqe-provider-step strong {
  color: #111;
  font-size: 15px;
  line-height: 1.35;
}

.sqe-quote-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.14), rgba(255, 255, 255, 0) 52%),
    #fffdf6;
}

.sqe-quote-preview div {
  padding: 12px;
  border: 1px solid #f0e5c7;
  border-radius: 7px;
  background: #fff;
}

.sqe-quote-preview span {
  display: block;
  margin-bottom: 4px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sqe-quote-preview strong {
  display: block;
  color: #111;
  font-size: 16px;
  line-height: 1.35;
}

.sqe-quote-preview p {
  grid-column: 1 / -1;
  margin: 0;
  color: #3f4650;
  line-height: 1.6;
}

.sqe-provider-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.sqe-provider-actions button,
.sqe-provider-decline {
  border: 0;
  border-radius: 7px;
  min-height: 46px;
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
}

.sqe-provider-actions button {
  background: #111;
  color: #fff;
}

.sqe-provider-actions button:hover,
.sqe-provider-actions button:focus {
  background: #d4af37;
  color: #111;
}

.sqe-provider-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 800;
}

.sqe-provider-field select,
.sqe-provider-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d5dbe3 !important;
  border-radius: 7px;
  padding: 12px 14px;
  background: #fff;
  color: #15171a;
  font: inherit;
  font-weight: 500;
}

.sqe-provider-decline {
  background: #7f1d1d;
  color: #fff;
}

.sqe-provider-decline:hover,
.sqe-provider-decline:focus {
  background: #b91c1c;
}

.pac-container {
  z-index: 100000;
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  font-family: inherit;
}

@media (max-width: 860px) {
  .sqe-hero {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .sqe-hero__content h1 {
    font-size: 28px;
  }

  .sqe-section,
  .sqe-submit-row {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sqe-grid {
    grid-template-columns: 1fr;
  }

  .sqe-submit-row button {
    width: 100%;
  }

  .sqe-button,
  .sqe-quote-form .sqe-button,
  .sqe-quote-form button.sqe-button {
    width: 100%;
  }

  .sqe-status-summary,
  .sqe-progress-item {
    grid-template-columns: 1fr;
  }

  .sqe-provider-summary {
    grid-template-columns: 1fr;
  }

  .sqe-quote-preview {
    grid-template-columns: 1fr;
  }

  .sqe-provider-price-card__summary {
    text-align: left;
  }

  .sqe-price-breakdown {
    grid-template-columns: 1fr;
  }

  .sqe-price-breakdown div {
    border-bottom: 1px solid #f1ead6;
  }
}
