/* ========================= STYLE GUIDE VARIABLES ========================= */
:root {
  --esp-brand: #FCB017;
  --esp-brand-text: #FCB017;
  --esp-ink: #111111;
  --esp-text-muted: #424a57;
  --esp-line: rgba(0,0,0,.08);
  --esp-card-radius: 18px;
  --sect-pad-top: 70px;
  --sect-pad-btm: 60px;
}
@media (max-width: 768px) {
  :root { --sect-pad-top: 60px; --sect-pad-btm: 50px; }
}

/* ========================= GLOBAL RESET ========================= */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #ffffff;
  color: var(--esp-ink);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
:focus-visible { outline: 2px solid #FCB017; outline-offset: 2px; }

/* ========================= HERO SECTION ========================= */
.esp-locations-hero {
  box-sizing: border-box;
  --brand: #FCB017;
  --ink: #ffffff;
  --overlay: rgba(0,0,0,.68);
  position: relative;
  isolation: isolate;
  min-height: 38vh;
  display: grid;
  place-items: center;
  color: var(--ink);
  background:
    url("https://eaglesecurityprotection.co.uk/wp-content/uploads/2026/08/Constructionline-Gold-scaled.webp")
    center / cover no-repeat #111;
  padding-block: clamp(65px, 7vw, 95px);
}
.esp-locations-hero .esp-loc__overlay { position: absolute; inset: 0; background: var(--overlay); z-index: 0; }
.esp-locations-hero .esp-loc__in {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.esp-locations-hero--centered { min-height: 38vh; text-align: center; }
.esp-loc__in--centered { max-width: 820px; margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.esp-loc__in--centered .esp-loc__bar { margin-inline: auto; }
.esp-loc__in--centered .esp-loc__lead { margin-inline: auto; }

.esp-loc__in--split { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 900px) { .esp-loc__in--split { grid-template-columns: 1fr 1fr; gap: 48px; } }
@media (min-width: 900px) {
  .esp-hero__form-card { box-sizing: border-box; }
  .esp-hero__form-title { margin-bottom: 6px; }
}

.esp-hero__form-card {
  scroll-margin-top: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid var(--brand);
  border-radius: var(--esp-card-radius);
  padding: 28px 26px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: var(--esp-ink);
}
.esp-hero__form-title { margin: 0 0 6px; font: 700 22px/1.3 Nunito, system-ui, sans-serif; color: var(--esp-ink); }
.esp-hero__form-sub { margin: 0 0 18px; font-size: 13.5px; color: var(--esp-text-muted); }
.esp-hero__form-fields { display: flex; flex-direction: column; gap: 12px; margin-bottom: 6px; }
.form-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field-row > input { min-width: 0; box-sizing: border-box; }
.esp-hero__form-fields input,
.esp-hero__form-fields textarea {
  width: 100%; box-sizing: border-box; padding: 13px 14px;
  border: 2px solid #e5e7eb; border-radius: 12px;
  font-family: inherit; font-size: 15px; resize: none;
}
.esp-hero__form-fields input:focus,
.esp-hero__form-fields textarea:focus { outline: none; border-color: var(--esp-brand); box-shadow: 0 0 0 3px rgba(252,176,23,.25); }
.esp-hero__form-submit {
  width: 100%; box-sizing: border-box; margin-top: 14px; justify-content: center;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 20px; border-radius: 999px; border: 2px solid var(--esp-brand);
  background: var(--esp-brand); color: #111; font: 800 15.5px/1 Nunito, system-ui, sans-serif;
  cursor: pointer; box-shadow: 0 8px 20px rgba(252,176,23,.25); transition: all .2s ease;
}
.esp-hero__form-submit:hover { background: #fff; color: var(--esp-brand); border-color: var(--esp-brand); transform: translateY(-1px); }
#scc-hero-form-status, #scc-final-form-status { margin: 8px 0 0; font-size: 13.5px; color: var(--esp-brand-text); min-height: 1em; }

.esp-locations-hero .esp-loc__bar { display: inline-block; width: 88px; height: 8px; background: var(--brand); border-radius: 6px; margin: 0 auto 14px; }
.esp-locations-hero .esp-loc__title { margin: 0 auto 14px; font: 700 clamp(28px, 4.2vw, 44px)/1.2 Nunito, system-ui, sans-serif; color: #ffffff; text-align: center; max-width: 28ch; }
.esp-locations-hero .esp-loc__lead { margin: 0 auto 24px; font: 500 16px/1.7 Nunito, system-ui, sans-serif; max-width: 68ch; color: #f3f4f6; text-align: center; }

.esp-btn,
.esp-hero-btn,
.esp-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--esp-brand);
  color: #111111;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  border: 2px solid var(--esp-brand);
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  transition: all 0.2s ease;
}
.esp-btn:hover,
.esp-btn:focus-visible,
.esp-hero-btn:hover,
.esp-hero-btn:focus-visible,
.esp-cta-btn:hover,
.esp-cta-btn:focus-visible {
  background: #ffffff !important;
  color: var(--esp-brand) !important;
  border: 2px solid var(--esp-brand) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

@media (max-width: 768px) {
  .esp-locations-hero { height: auto; min-height: auto; padding-top: 140px; padding-bottom: 45px; text-align: center; }
  .esp-locations-hero .esp-loc__in { display: flex; flex-direction: column; align-items: center; text-align: center; width: min(100% - 24px, 1200px); }
  .esp-locations-hero .esp-loc__bar { margin-bottom: 12px; width: 64px; height: 6px; }
  .esp-locations-hero .esp-loc__title { font-size: 24px; line-height: 1.25; margin-top: 0; margin-bottom: 10px; }
  .esp-locations-hero .esp-loc__lead { font-size: 14.5px; line-height: 1.6; margin-bottom: 18px; }
  .esp-hero-btn { min-height: 38px; padding: 9px 20px; font-size: 14px; }
  .esp-hero__form-card { padding: 20px 16px; }
  .form-field-row { grid-template-columns: 1fr; }
  .esp-locations-hero--centered { padding-top: 140px; padding-bottom: 45px; min-height: auto; }
  .esp-loc__in--centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
}

/* ========================= INTERACTIVE CALCULATOR ========================= */
.esp.calc-budget {
  background: #ffffff;
  padding: 70px 16px 60px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}
.esp.calc-budget .wrap {
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid #e6e6e6;
  border-radius: 20px;
  padding: 36px 32px;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
}
.esp.calc-budget .esp-budget-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.esp.calc-budget h2 {
  text-align: center;
  margin: 0 0 14px;
  font-weight: 800;
  font-size: clamp(28px, 3.8vw, 36px);
  color: #111111;
  line-height: 1.2;
}
.esp.calc-budget .center-motto { text-align: center; margin-bottom: 28px; }
.esp.calc-budget .motto-style {
  font-size: 15px;
  font-style: normal;
  color: #4b5563;
  border-left: 4px solid #FCB017;
  background: #f9fafb;
  padding: 12px 20px;
  border-radius: 0 10px 10px 0;
  display: inline-block;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

/* 3-Column Aligned Grid */
.esp.calc-budget .c-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .esp.calc-budget .c-grid {
    grid-template-columns: 1.4fr 1fr 1.1fr;
    gap: 18px;
  }
}
.esp.calc-budget .c-field-col {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.esp.calc-budget .c-label {
  display: block;
  font-weight: 800;
  font-size: 13.5px;
  color: #1f2937;
  margin-bottom: 8px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

/* Base 52px Height Control for All 3 Inputs */
.esp.calc-budget .c-select,
.esp.calc-budget .c-stepper-wrap,
.esp.calc-budget .c-qty-input-wrap {
  height: 52px;
  box-sizing: border-box;
}

/* Column 1: Select Dropdown */
.esp.calc-budget .c-select { position: relative; width: 100%; }
.esp.calc-budget .c-trigger {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 0 14px 0 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: all .2s ease;
}
.esp.calc-budget .c-trigger:hover,
.esp.calc-budget .c-trigger:focus-visible,
.esp.calc-budget .c-select[data-open="true"] .c-trigger {
  border-color: #FCB017;
  outline: none;
  box-shadow: 0 0 0 3px rgba(252,176,23,.20);
}
.esp.calc-budget .c-trigger-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.esp.calc-budget .chev {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1.5px solid #e5e7eb;
  flex-shrink: 0;
  transition: transform .2s ease, border-color .2s ease;
}
.esp.calc-budget .chev::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FCB017;
  border-bottom: 2px solid #FCB017;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.esp.calc-budget .c-select[data-open="true"] .chev { transform: rotate(-180deg); border-color: #FCB017; }
.esp.calc-budget .c-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
  z-index: 60;
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  display: none;
  text-align: left;
}
.esp.calc-budget .c-select[data-open="true"] .c-menu { display: block; }
.esp.calc-budget .c-opt {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  color: #111111;
  transition: all .15s ease;
}
.esp.calc-budget .c-opt:hover,
.esp.calc-budget .c-opt[aria-selected="true"] {
  background: #fff8e6;
  color: #b45309;
  font-weight: 700;
}

/* Column 2: Guard Count Stepper */
.esp.calc-budget .c-stepper-wrap {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  transition: all .2s ease;
}
.esp.calc-budget .c-stepper-wrap:focus-within {
  border-color: #FCB017;
  box-shadow: 0 0 0 3px rgba(252,176,23,.20);
}
.esp.calc-budget .c-step-btn {
  border: none;
  background: #f9fafb;
  color: #111111;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease;
  user-select: none;
}
.esp.calc-budget .c-step-btn:hover { background: #FCB017; color: #111111; }
.esp.calc-budget .c-number-input {
  border: none;
  text-align: center;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  color: #111111;
  background: transparent;
  outline: none;
  width: 100%;
  padding: 0;
  -moz-appearance: textfield;
}
.esp.calc-budget .c-number-input::-webkit-outer-spin-button,
.esp.calc-budget .c-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Column 3: Duration / Qty Box with Badge */
.esp.calc-budget .c-qty-input-wrap {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  padding: 0 10px 0 14px;
  transition: all .2s ease;
}
.esp.calc-budget .c-qty-input-wrap:focus-within {
  border-color: #FCB017;
  box-shadow: 0 0 0 3px rgba(252,176,23,.20);
}
.esp.calc-budget .c-qty-input {
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  color: #111111;
  width: 100%;
  min-width: 0;
  padding: 0;
  -moz-appearance: textfield;
}
.esp.calc-budget .c-qty-input::-webkit-outer-spin-button,
.esp.calc-budget .c-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.esp.calc-budget .c-qty-unit-badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: #fef3c7;
  color: #92400e;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Inline Validation Feedback */
.esp.calc-budget .c-stepper-wrap.has-error,
.esp.calc-budget .c-qty-input-wrap.has-error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.20) !important;
}
.esp.calc-budget .c-field-hint-error {
  display: none;
  font-size: 12px;
  font-weight: 700;
  color: #dc2626;
  margin-top: 5px;
  text-align: left;
}
.esp.calc-budget .c-field-hint-error.visible {
  display: block;
  animation: espFadeIn .2s ease;
}

/* Quick Preset Chips */
.esp.calc-budget .c-presets-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.esp.calc-budget .c-presets-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.esp.calc-budget .c-presets-lbl {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  margin-right: 4px;
}
.esp.calc-budget .c-presets-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.esp.calc-budget .c-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  color: #6b7280;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.esp.calc-budget .c-reset-btn:hover {
  border-color: #ef4444;
  color: #dc2626;
  background: #fef2f2;
  transform: translateY(-1px);
}
.esp.calc-budget .c-preset-chip {
  border: 1.5px solid #e5e7eb;
  background: #f9fafb;
  color: #374151;
  padding: 6px 13px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s ease;
}
.esp.calc-budget .c-preset-chip:hover {
  border-color: #FCB017;
  background: #ffffff;
  color: var(--esp-brand-text);
  transform: translateY(-1px);
}
.esp.calc-budget .c-preset-chip.active {
  border-color: #FCB017;
  background: #FCB017;
  color: #111111;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(252,176,23,.3);
}

/* Result Card */
.esp.calc-budget .results-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.esp.calc-budget .res-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  padding: 28px 24px;
  border-radius: 18px;
  text-align: center;
  border: 2px solid #FCB017;
  box-shadow: 0 10px 30px rgba(252,176,23,0.12);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.esp.calc-budget .res-lbl {
  font-size: 13px;
  color: #6b7280;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}
.esp.calc-budget .res-val {
  font-size: clamp(34px, 5vw, 44px);
  font-weight: 900;
  color: #111111;
  line-height: 1.1;
  margin-bottom: 6px;
}
.esp.calc-budget .res-vat-badge {
  font-size: 14px;
  font-weight: 800;
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fde68a;
  padding: 3px 9px;
  border-radius: 6px;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.03em;
}
.esp.calc-budget .res-vat-box {
  background: #fdfbf5;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 12px 18px;
  margin: 14px auto 16px;
  max-width: 480px;
  text-align: left;
}
.esp.calc-budget .res-vat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #4b5563;
  padding: 4px 0;
}
.esp.calc-budget .res-vat-row strong {
  font-weight: 800;
  color: #111111;
}
.esp.calc-budget .res-vat-row--total {
  border-top: 1px dashed #e5e7eb;
  margin-top: 6px;
  padding-top: 8px;
  font-size: 15px;
  font-weight: 800;
  color: #111111;
}
.esp.calc-budget .res-vat-row--total strong {
  font-size: 18px;
  color: #b45309;
}
.esp.calc-budget .res-breakdown {
  font-size: 14.5px;
  color: #4b5563;
  font-weight: 600;
  margin-bottom: 12px;
}
.esp.calc-budget .res-trust {
  padding-top: 14px;
  border-top: 1px solid #f0f2f5;
  font-size: 13px;
  font-weight: 700;
  color: #b45309;
}

/* D4: Emergency Short-Notice Callout */
.esp.calc-budget .c-emergency-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 16px;
  background: #fff8e6;
  border: 1.5px dashed #FCB017;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  color: #92400e;
  text-align: center;
}
.esp.calc-budget .c-emergency-badge a {
  color: #111111;
  font-weight: 800;
  text-decoration: underline;
}
.esp.calc-budget .c-emergency-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  display: inline-block;
  flex-shrink: 0;
  animation: espEmergencyPulse 1.5s infinite;
}
@keyframes espEmergencyPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

/* Lock Button */
.esp.calc-budget .c-lock-estimate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  min-height: 48px;
  padding: 14px 32px;
  border-radius: 999px;
  background: var(--esp-brand) !important;
  color: #111111 !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid var(--esp-brand) !important;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(252,176,23,.25);
  transition: all .25s ease;
}
.esp.calc-budget .c-lock-estimate-btn:hover,
.esp.calc-budget .c-lock-estimate-btn:focus-visible {
  background: #ffffff !important;
  color: var(--esp-brand-text) !important;
  border-color: var(--esp-brand) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(252,176,23,.18);
}

.esp.calc-budget .disclaimer {
  font-size: 12px;
  color: #999;
  margin-top: 24px;
  text-align: center;
}

/* Calculator Mobile Responsiveness */
@media (max-width: 768px) {
  .esp.calc-budget {
    padding: 38px 12px 42px;
  }
  .esp.calc-budget .wrap {
    padding: 22px 14px;
    border-radius: 16px;
  }
  .esp.calc-budget .esp-budget-pill-badge {
    font-size: 11.5px;
    padding: 5px 12px;
  }
  .esp.calc-budget h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .esp.calc-budget .motto-style {
    font-size: 13.5px;
    padding: 10px 14px;
    line-height: 1.5;
  }
  .esp.calc-budget .c-grid {
    gap: 14px;
    margin-bottom: 14px;
  }
  .esp.calc-budget .c-label {
    font-size: 13px;
    margin-bottom: 6px;
    height: auto;
    line-height: 1.3;
    white-space: normal;
  }
  .esp.calc-budget .c-trigger {
    font-size: 14px;
    padding: 0 12px;
  }
  .esp.calc-budget .c-presets-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .esp.calc-budget .c-presets-left {
    width: 100%;
    gap: 6px;
  }
  .esp.calc-budget .c-presets-lbl {
    font-size: 12px;
    width: 100%;
    margin-bottom: 2px;
  }
  .esp.calc-budget .c-presets-list {
    width: 100%;
    gap: 6px;
  }
  .esp.calc-budget .c-preset-chip {
    font-size: 12px;
    padding: 6px 11px;
    min-height: 38px;
    flex: 1 1 auto;
    text-align: center;
  }
  .esp.calc-budget .c-reset-btn {
    font-size: 12px;
    padding: 5px 12px;
    align-self: flex-start;
  }
  .esp.calc-budget .res-card {
    padding: 20px 14px;
    border-radius: 14px;
  }
  .esp.calc-budget .res-val {
    font-size: 28px;
  }
  .esp.calc-budget .res-vat-badge {
    font-size: 12px;
    padding: 2px 7px;
    margin-left: 4px;
  }
  .esp.calc-budget .res-vat-box {
    padding: 10px 12px;
    margin: 12px auto;
    max-width: 100%;
  }
  .esp.calc-budget .res-vat-row {
    font-size: 13px;
  }
  .esp.calc-budget .res-vat-row--total {
    font-size: 14px;
  }
  .esp.calc-budget .res-vat-row--total strong {
    font-size: 16px;
  }
  .esp.calc-budget .res-breakdown {
    font-size: 13.5px;
    line-height: 1.5;
  }
  .esp.calc-budget .c-emergency-badge {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 10px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .esp.calc-budget .c-lock-estimate-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 15px;
    min-height: 44px;
  }
}

/* ========================= INSTANT ESTIMATE LOCK MODAL (POPUP) ========================= */
.scc-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}
.scc-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.scc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.scc-modal__dialog {
  position: relative;
  z-index: 10;
  width: min(480px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 22px;
  border: 2px solid #FCB017;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  padding: 30px 26px;
  box-sizing: border-box;
  text-align: center;
  transform: translateY(20px) scale(0.96);
  transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1);
}
.scc-modal.active .scc-modal__dialog {
  transform: translateY(0) scale(1);
}
.scc-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1.5px solid #e5e7eb;
  background: #f9fafb;
  color: #4b5563;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all .15s ease;
  padding: 0;
}
.scc-modal__close:hover {
  background: #FCB017;
  color: #111111;
  border-color: #FCB017;
}
.scc-modal__badge {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.scc-modal__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
}
.scc-modal__estimate-card {
  background: linear-gradient(135deg, #fffcf4 0%, #fff8e6 100%);
  border: 1.5px solid #fed7aa;
  border-radius: 14px;
  padding: 12px 16px;
  margin: 0 0 18px;
}
.scc-modal__est-val {
  font-size: 32px;
  font-weight: 900;
  color: #111111;
  line-height: 1.1;
}
.scc-modal__est-sub {
  font-size: 13px;
  font-weight: 700;
  color: #92400e;
  margin-top: 4px;
}
.scc-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.scc-modal__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.scc-modal__field label {
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
}
.scc-req { color: #dc2626; font-weight: 800; }
.scc-opt { color: #6b7280; font-weight: 400; font-size: 12px; }
.scc-modal__field input {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  color: #111111;
  transition: all .15s ease;
  outline: none;
}
.scc-modal__field input:focus {
  border-color: #FCB017;
  box-shadow: 0 0 0 3px rgba(252,176,23,.25);
}
.scc-modal__submit-btn {
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 2px solid #FCB017;
  background: #FCB017;
  color: #111111;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(252,176,23,.30);
  transition: all .2s ease;
}
.scc-modal__submit-btn:hover {
  background: #ffffff;
  color: #FCB017;
  border-color: #FCB017;
  transform: translateY(-1px);
}
.scc-modal__status {
  font-size: 13.5px;
  font-weight: 700;
  color: #b45309;
  text-align: center;
  min-height: 1em;
  margin-top: 4px;
}
.scc-modal__footer {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #f0f2f5;
  text-align: center;
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.5;
}
.scc-modal__trust { font-weight: 700; color: #374151; margin-bottom: 4px; }
.scc-modal__call { font-size: 12.5px; }
.scc-modal__call a { color: #b45309; font-weight: 800; text-decoration: none; }
.scc-modal__call a:hover { text-decoration: underline; }

/* ========================= TRUST STRIP ========================= */
.esp-trust { background: #ffffff; padding-top: var(--sect-pad-top); padding-bottom: var(--sect-pad-btm); border-top: 1px solid var(--esp-line); }
.esp-trust-in { max-width: 1100px; margin: 0 auto; padding: 0 24px; text-align: center; }
.esp-trust h2 { margin: 0 0 8px; font: 700 clamp(28px, 4vw, 40px)/1.2 Nunito, system-ui, sans-serif; }
.esp-trust p { margin: 0 0 36px; color: var(--esp-text-muted); font-size: 16px; }
.esp-trust-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 768px) { .esp-trust-grid { grid-template-columns: repeat(2, 1fr); } }
.esp-trust-card {
  display: flex; align-items: center; justify-content: center; min-height: 140px; padding: 16px;
  border: 2px solid var(--esp-brand); border-radius: 16px; background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
.esp-trust-logo { max-height: 85px; width: auto; max-width: 100%; object-fit: contain; }

/* ========================= FAQ ========================= */
.esp.mg-faqs-calc.v2 {
  --brand: #FCB017; --ink: #111; --line: #d9d9d9;
  font-family: Nunito, system-ui, sans-serif; color: #222;
  background: radial-gradient(1200px 400px at 50% -10%, #FFF7E3 0%, rgba(255,247,227,0) 60%), #fff;
  padding: 70px 16px 60px; border: none; scroll-margin-top: 100px;
}
.esp.mg-faqs-calc.v2 * { box-sizing: border-box; font-family: inherit; }
.esp.mg-faqs-calc.v2 .wrap { max-width: 1100px; margin: 0 auto; }
.esp.mg-faqs-calc.v2 .head { position: relative; padding-left: 18px; margin-bottom: 8px; }
.esp.mg-faqs-calc.v2 .head::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 4px; border-radius: 4px; background: linear-gradient(180deg, var(--brand), #ffd06a); }
.esp.mg-faqs-calc.v2 h2 { margin: 0 0 10px; font-weight: 700; color: var(--ink); font-size: clamp(22px, 4.4vw, 30px); line-height: 1.15; letter-spacing: -.01em; }
.esp.mg-faqs-calc.v2 .list { display: grid; gap: 12px; }
.esp.mg-faqs-calc.v2 details { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; transition: border-color .15s, box-shadow .15s, transform .15s; }
.esp.mg-faqs-calc.v2 details[open], .esp.mg-faqs-calc.v2 details:hover { border-color: var(--brand); box-shadow: 0 10px 22px rgba(0,0,0,.06); transform: translateY(-1px); }
.esp.mg-faqs-calc.v2 summary { list-style: none; cursor: pointer; outline: none; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 14px 16px; font-weight: 700; color: #111; font-size: 16px; }
.esp.mg-faqs-calc.v2 summary::-webkit-details-marker { display: none; }
.esp.mg-faqs-calc.v2 .chev { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 999px; border: 1px solid var(--line); color: var(--brand); }
.esp.mg-faqs-calc.v2 .chev::after {
  content: ""; display: inline-block; width: 8px; height: 8px; border-right: 2.5px solid var(--brand);
  border-bottom: 2.5px solid var(--brand); transform: rotate(45deg); transition: transform 0.2s ease; margin-bottom: 4px;
}
.esp.mg-faqs-calc.v2 details[open] .chev::after { transform: rotate(-135deg); margin-bottom: -2px; }
.esp.mg-faqs-calc.v2 .answer {
  max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  padding: 0 16px; border-top: 1px solid transparent; font-size: 14.5px; line-height: 1.7; color: #333;
}
.esp.mg-faqs-calc.v2 details[open] .answer { border-top: 1px solid var(--line); padding-bottom: 16px; opacity: 1; max-height: none; }
.esp.mg-faqs-calc.v2 .answer p { margin: 12px 0 14px; }

/* ========================= CROSS-LINKS ========================= */
.esp-cross-links { padding: 72px 24px; border-top: 1px solid var(--esp-line); background: radial-gradient(circle at 50% 0, rgba(252,176,23,.12), transparent 36%), #fff; }
.esp-cross-links__inner { width: 100%; max-width: 1120px; margin: 0 auto; }
.esp-cross-links__head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.esp-cross-links__head h2 { margin: 0 0 8px; font: 700 clamp(28px, 4vw, 40px)/1.2 Nunito, system-ui, sans-serif; color: var(--esp-ink); }
.esp-cross-links__head p { margin: 0; font: 16px/1.7 Nunito, system-ui, sans-serif; color: var(--esp-text-muted); }
.esp-cross-links__eyebrow { display: inline-block; margin-bottom: 8px; color: var(--esp-brand-text); font: 800 12px/1.3 Nunito, system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.esp-cross-links__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.esp-cross-service-link {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 112px;
  padding: 20px; border: 1px solid #e3e5e8; border-radius: 16px; background: #fff; color: var(--esp-ink);
  box-shadow: 0 8px 24px rgba(15,23,42,.06); text-align: left; text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.esp-cross-service-link:hover, .esp-cross-service-link:focus-visible { border-color: var(--esp-brand); box-shadow: 0 16px 34px rgba(15,23,42,.11); transform: translateY(-4px); }
.esp-cross-service-link:focus-visible { outline: 3px solid rgba(252,176,23,.35); outline-offset: 3px; }
.esp-cross-service-link__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #fff4d8; color: var(--esp-brand-text); font: 800 12px/1 Nunito, system-ui, sans-serif; }
.esp-cross-service-link__content { min-width: 0; }
.esp-cross-service-link__content strong, .esp-cross-service-link__content small { display: block; }
.esp-cross-service-link__content strong { margin-bottom: 4px; font: 700 16px/1.35 Nunito, system-ui, sans-serif; }
.esp-cross-service-link__content small { color: var(--esp-text-muted); font: 400 13px/1.45 Nunito, system-ui, sans-serif; }
.esp-cross-service-link__arrow { color: var(--esp-brand-text); font-size: 22px; line-height: 1; transition: transform .2s ease; }
.esp-cross-service-link:hover .esp-cross-service-link__arrow, .esp-cross-service-link:focus-visible .esp-cross-service-link__arrow { transform: translateX(4px); }
@media (max-width: 900px) { .esp-cross-links__grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; } }
@media (max-width: 600px) { .esp-cross-links { padding: 56px 20px; } .esp-cross-links__head { margin-bottom: 26px; } .esp-cross-service-link { min-height: 96px; padding: 16px; } }

/* ========================= FINAL CTA + LEAD FORM ========================= */
.esp-final-cta { background: #fff; padding: 60px 24px; text-align: center; }
.esp-final-cta__in { max-width: 1100px; margin: 0 auto; }
.esp-final-cta__grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; text-align: left; max-width: 1000px; margin: 0 auto; }
@media (min-width: 800px) { .esp-final-cta__grid { grid-template-columns: 1fr 1fr; } }
.esp-final-cta__copy h2 { text-align: left; margin: 0 0 12px; font: 700 clamp(28px, 4vw, 40px)/1.2 Nunito, system-ui, sans-serif; color: var(--esp-ink); }
.esp-final-cta__lead { text-align: left; margin: 0 0 20px; color: var(--esp-text-muted); font-size: 16px; line-height: 1.6; }
.esp-final-cta__btns { display: flex; gap: 16px; justify-content: flex-start; flex-wrap: wrap; }
.esp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px;
  border-radius: 999px; background: var(--esp-brand); color: #111; font-weight: 700; text-decoration: none;
  border: 2px solid var(--esp-brand); box-shadow: 0 4px 10px rgba(0,0,0,.08); transition: all 0.2s ease;
}
.esp-btn:hover { background: #fff; color: var(--esp-brand); transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0,0,0,.12); }
.esp-final-cta__form {
  background: #ffffff; border: 2px solid var(--esp-brand); border-radius: var(--esp-card-radius); padding: 24px;
  display: flex; flex-direction: column; gap: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.08); text-align: left;
}
.esp-final-cta__form input, .esp-final-cta__form textarea {
  width: 100%; box-sizing: border-box; padding: 13px 14px; border: 2px solid #e5e7eb; border-radius: 12px;
  font-family: inherit; font-size: 15px; resize: none;
}
.esp-final-cta__form input:focus, .esp-final-cta__form textarea:focus { outline: none; border-color: var(--esp-brand); box-shadow: 0 0 0 3px rgba(252,176,23,.25); }
.esp-final-cta__form .btn {
  width: 100%; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 20px; border-radius: 999px; border: 2px solid var(--esp-brand); background: var(--esp-brand);
  color: #111; font-weight: 800; font-size: 15.5px; cursor: pointer; box-shadow: 0 8px 20px rgba(252,176,23,.25); transition: all .2s ease;
}
.esp-final-cta__form .btn:hover { background: #fff; color: var(--esp-brand); transform: translateY(-1px); }
@media (max-width: 480px) { .esp-final-cta__btns { flex-direction: column; align-items: stretch; } }

/* ========================= BENCHMARK PRICING TABLE ========================= */
.esp-rates-benchmark {
  background: #ffffff;
  padding-top: var(--sect-pad-top);
  padding-bottom: var(--sect-pad-btm);
  border-top: 1px solid var(--esp-line);
}
.esp-rates-benchmark__in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.esp-rates-benchmark__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}
.esp-rates-benchmark__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--esp-brand-text);
  font: 800 12px/1.3 Nunito, system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.esp-rates-benchmark__head h2 {
  margin: 0 0 10px;
  font: 700 clamp(26px, 3.8vw, 36px)/1.2 Nunito, system-ui, sans-serif;
  color: var(--esp-ink);
}
.esp-rates-benchmark__head p {
  margin: 0;
  font: 16px/1.7 Nunito, system-ui, sans-serif;
  color: var(--esp-text-muted);
}
.esp-benchmark-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  background: #ffffff;
}
.esp-benchmark-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: inherit;
}
.esp-benchmark-table thead th {
  background: #111111;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.esp-benchmark-table thead th:first-child { border-top-left-radius: 14px; }
.esp-benchmark-table thead th:last-child { border-top-right-radius: 14px; }
.esp-benchmark-table tbody tr {
  border-bottom: 1px solid #f0f2f5;
  transition: background .15s ease;
}
.esp-benchmark-table tbody tr:last-child { border-bottom: none; }
.esp-benchmark-table tbody tr:hover { background: #fffcf4; }
.esp-benchmark-table td {
  padding: 18px 20px;
  font-size: 15px;
  color: #374151;
  vertical-align: middle;
}
.esp-benchmark-table td.service-name {
  font-weight: 700;
  color: #111827;
}
.esp-benchmark-table td.rate-val {
  font-weight: 800;
  color: #b45309;
  white-space: nowrap;
}
.esp-benchmark-table td.monthly-val {
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}
.esp-badge-popular {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 999px;
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ========================= COST FACTORS GRID ========================= */
.esp-cost-factors {
  background: radial-gradient(circle at 50% 0, rgba(252,176,23,.08), transparent 45%), #fafbfc;
  padding-top: var(--sect-pad-top);
  padding-bottom: var(--sect-pad-btm);
  border-top: 1px solid var(--esp-line);
}
.esp-cost-factors__in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.esp-cost-factors__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}
.esp-cost-factors__head h2 {
  margin: 0 0 10px;
  font: 700 clamp(26px, 3.8vw, 36px)/1.2 Nunito, system-ui, sans-serif;
  color: var(--esp-ink);
}
.esp-cost-factors__head p {
  margin: 0;
  font: 16px/1.7 Nunito, system-ui, sans-serif;
  color: var(--esp-text-muted);
}
.esp-cost-factors__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .esp-cost-factors__grid { grid-template-columns: 1fr; }
}
.esp-cost-factor-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  transition: all .2s ease;
}
.esp-cost-factor-card:hover {
  border-color: var(--esp-brand);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(252,176,23,.14);
}
.esp-cost-factor-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff4d8;
  color: var(--esp-brand-text);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 14px;
}
.esp-cost-factor-card h3 {
  margin: 0 0 8px;
  font: 700 18px/1.3 Nunito, system-ui, sans-serif;
  color: var(--esp-ink);
}
.esp-cost-factor-card p {
  margin: 0;
  font: 14.5px/1.65 Nunito, system-ui, sans-serif;
  color: var(--esp-text-muted);
}

/* ========================= STICKY MOBILE CTA BAR ========================= */
.esp-sticky-cta { display: none; }
@media (max-width: 768px) {
  .esp-sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 14px; background: #111111; box-shadow: 0 -6px 20px rgba(0,0,0,.25); }
  .esp-sticky-cta__btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 13px; border-radius: 999px; background: var(--esp-brand); color: #111; font-weight: 800; text-decoration: none; font-size: 15px; }
  .esp-final-cta { padding-bottom: 80px; }
}

/* ========================= MOBILE OPTIMIZATION SPECIFICATIONS (M1 - M5) ========================= */

/* M1: Fix Benchmark Table Touch Scroll & Stacking */
.esp-benchmark-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
}
.esp-benchmark-table {
  min-width: 620px;
  width: 100%;
}

/* M4: Touch Target Expansion (Min 44px hit areas) */
.esp.calc-budget .c-step-btn {
  min-width: 46px;
  min-height: 46px;
  touch-action: manipulation;
}
.esp.calc-budget .c-preset-chip {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

/* M5: Prevent iOS Safari Auto-Zoom (16px base font on all inputs) */
.esp.calc-budget input,
.esp.calc-budget select,
.esp.calc-budget textarea,
.scc-modal input,
.scc-modal select,
.scc-modal textarea,
.esp-final-cta input,
.esp-final-cta textarea {
  font-size: 16px !important;
}

/* M2: Resolve Floating Widget & Sticky Banner Collision */
@media (max-width: 768px) {
  #esp-fab-container,
  #devdot-chat-stick,
  .floating-help-widget,
  .esp-fab,
  .esp-quick-contact-fab {
    bottom: 75px !important;
    right: 15px !important;
  }
}

/* M3: Mobile Lead Capture Modal Full-Screen Sheet (< 576px) */
@media (max-width: 576px) {
  .scc-modal {
    align-items: flex-end;
  }
  .scc-modal__dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100% !important;
    max-height: 94vh !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 24px 16px 36px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .scc-modal__close {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    top: 10px !important;
    right: 10px !important;
    font-size: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) { * { transition: none!important; animation: none!important; scroll-behavior: auto!important; } }

/* === GLOBAL HONEYPOT VISIBILITY FIX === */
input[name="company_site"] {
  position: fixed !important; left: -10000px !important; top: auto !important; width: 1px !important;
  height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important;
}
