/* Vegas Mop Bosses Estimate Page CSS */

#vmb-estimator{
  --brand:#FF6B6D;
  --brand-dark:#f25558;
  --brand-soft:#fff0f1;
  --card:#ffffff;
  --page:#fffafa;
  --line:#f1d6d8;
  --text:#1f2937;
  --muted:#6b7280;
  --shadow:0 10px 28px rgba(31,41,55,.10);
  --shadow-soft:0 6px 18px rgba(31,41,55,.08);

  width:100%;
  display:block;
  box-sizing:border-box;
  color:var(--text);
  font-family:Arial, Helvetica, sans-serif;
}

#vmb-estimator,
#vmb-estimator *{
  box-sizing:border-box;
}

#vmb-estimator .vmb-estimate-hero{
  max-width:1280px;
  margin:24px auto 34px;
  min-height:360px;
  padding:80px 22px;
  border-radius:32px;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#fff0f1;
  background-image:
    linear-gradient(rgba(255,107,109,.48), rgba(255,107,109,.58)),
    url("https://vegasmopbosses.com/wp-content/uploads/2026/06/las-vegas-mop-bosses-cleaning-background.png");
  background-size:cover;
  background-position:center 18%;
  box-shadow:var(--shadow);
}

#vmb-estimator .vmb-estimate-hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.35), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.22), transparent 38%);
  pointer-events:none;
}

#vmb-estimator .vmb-estimate-hero-content{
  position:relative;
  z-index:2;
  max-width:820px;
  text-align:center;
  color:#fff;
}

#vmb-estimator .vmb-eyebrow{
  display:inline-block;
  background:#fff;
  color:var(--brand);
  border:1px solid rgba(255,255,255,.8);
  padding:9px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.35px;
  box-shadow:0 8px 20px rgba(31,41,55,.12);
  margin-bottom:18px;
}

#vmb-estimator .vmb-estimate-hero h1{
  margin:0;
  color:#fff;
  font-size:58px;
  line-height:1.05;
  font-weight:900;
  text-shadow:0 6px 18px rgba(31,41,55,.24);
}

#vmb-estimator .vmb-estimate-hero h1::after{
  content:"";
  display:block;
  width:84px;
  height:5px;
  background:#fff;
  border-radius:999px;
  margin:18px auto 0;
}

#vmb-estimator .vmb-estimate-hero p{
  max-width:720px;
  margin:18px auto 0;
  color:#fff;
  font-size:19px;
  line-height:1.65;
  font-weight:700;
  text-shadow:0 3px 12px rgba(31,41,55,.20);
}

#vmb-estimator .vmb-hero-actions{
  margin-top:28px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

#vmb-estimator .vmb-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 24px;
  border-radius:999px;
  background:#fff;
  color:var(--brand-dark);
  border:2px solid #fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(31,41,55,.18);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

#vmb-estimator .vmb-hero-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(31,41,55,.24);
}

#vmb-estimator .vmb-hero-btn-light{
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:#fff;
  backdrop-filter:blur(8px);
}

#vmb-estimator .vmb-hero-btn-light:hover{
  background:#fff;
  color:var(--brand-dark);
}

#vmb-estimator .wrap{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:0 18px;
}

#vmb-estimator form{
  background:linear-gradient(180deg,#ffffff 0%,#fffafa 100%);
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px;
  box-shadow:var(--shadow);
  width:100%;
  overflow:hidden;
}

#vmb-estimator .form-title{
  margin:0 0 10px 0;
  font-size:32px;
  line-height:1.15;
  color:var(--text);
  text-align:center;
  font-weight:900;
}

#vmb-estimator .form-title::after{
  content:"";
  display:block;
  width:76px;
  height:4px;
  background:var(--brand);
  border-radius:999px;
  margin:14px auto 0;
}

#vmb-estimator h3{
  margin:0 0 16px 0;
  font-size:20px;
  color:var(--text);
  font-weight:900;
}

#vmb-estimator .notice{
  max-width:860px;
  margin:0 auto 22px;
  padding:14px 16px;
  color:#6b3f41;
  background:var(--brand-soft);
  border:1px solid #ffd0d2;
  border-radius:14px;
  font-size:14px;
  line-height:1.55;
  text-align:center;
  font-style:italic;
  font-weight:700;
}

#vmb-estimator .custom-quote-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

#vmb-estimator .custom-quote-box-bottom{
  margin:26px 0 0;
}

#vmb-estimator .custom-quote-box strong{
  display:block;
  font-size:20px;
  color:var(--text);
  margin-bottom:7px;
  font-weight:900;
}

#vmb-estimator .custom-quote-box p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

#vmb-estimator .custom-quote-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  min-height:46px;
  padding:12px 20px;
  border-radius:999px;
  background:var(--brand);
  color:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(255,107,109,.32);
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
}

#vmb-estimator .custom-quote-btn:hover{
  background:var(--brand-dark);
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(255,107,109,.38);
}

#vmb-estimator .section{
  padding:22px;
  margin:0 0 18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

#vmb-estimator .section:last-of-type{
  margin-bottom:0;
}

#vmb-estimator .two-col,
#vmb-estimator .three-col,
#vmb-estimator .four-col,
#vmb-estimator .addons{
  display:grid;
  gap:16px;
  align-items:start;
}

#vmb-estimator .two-col{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

#vmb-estimator .three-col{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

#vmb-estimator .four-col{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

#vmb-estimator .addons{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

#vmb-estimator label{
  font-size:14px;
  color:var(--text);
  font-weight:700;
}

#vmb-estimator .field{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}

#vmb-estimator input[type="text"],
#vmb-estimator input[type="email"],
#vmb-estimator input[type="tel"],
#vmb-estimator input[type="date"],
#vmb-estimator select,
#vmb-estimator input[type="number"]{
  width:100%;
  min-width:0;
  padding:13px 14px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  font-size:15px;
  background:#fff;
  color:var(--text);
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease;
}

#vmb-estimator input:focus,
#vmb-estimator select:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 4px rgba(255,107,109,.16);
}

#vmb-estimator input[type="number"]::-webkit-outer-spin-button,
#vmb-estimator input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

#vmb-estimator .radio-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

#vmb-estimator .radio-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 15px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  cursor:pointer;
  user-select:none;
  background:#fff;
  box-shadow:0 3px 10px rgba(31,41,55,.05);
  transition:border-color .18s ease, background .18s ease, transform .18s ease;
}

#vmb-estimator .radio-pill:hover{
  border-color:var(--brand);
  background:var(--brand-soft);
  transform:translateY(-1px);
}

#vmb-estimator .consent-pill{
  margin-top:14px;
  border-radius:14px;
  align-items:flex-start;
  line-height:1.4;
}

#vmb-estimator .radio-pill input,
#vmb-estimator .addon-check{
  width:18px;
  height:18px;
  min-width:18px;
  accent-color:var(--brand);
}

#vmb-estimator .consent-text a{
  color:var(--brand-dark);
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}

#vmb-estimator .consent-text a:hover{
  color:var(--brand);
}

#vmb-estimator .stepper{
  display:grid;
  grid-template-columns:36px minmax(42px,1fr) 36px;
  align-items:center;
  gap:6px;
  width:100%;
  max-width:170px;
  min-width:0;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:5px;
  background:#fff;
}

#vmb-estimator .stepper input[type="number"]{
  border:none;
  outline:none;
  width:100%;
  min-width:0;
  text-align:center;
  padding:7px 2px;
  font-size:14px;
  box-shadow:none;
}

#vmb-estimator .stepper button{
  border:none;
  background:var(--brand-soft);
  color:var(--brand-dark);
  border-radius:9px;
  width:36px;
  height:34px;
  cursor:pointer;
  font-weight:900;
  font-size:18px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0;
  margin:0;
  flex-shrink:0;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}

#vmb-estimator .stepper button:hover{
  background:var(--brand);
  color:#fff;
}

#vmb-estimator .stepper button:active{
  transform:scale(.96);
}

#vmb-estimator .addon .stepper{
  max-width:140px;
  grid-template-columns:32px minmax(36px,1fr) 32px;
  padding:4px;
}

#vmb-estimator .addon .stepper button{
  width:32px;
  height:30px;
  font-size:16px;
}

#vmb-estimator .addon .stepper input[type="number"]{
  font-size:13px;
  padding:5px 2px;
}

#vmb-estimator .addon{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-width:0;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
  padding:14px;
  box-shadow:0 4px 14px rgba(31,41,55,.06);
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#vmb-estimator .addon:hover{
  border-color:var(--brand);
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(31,41,55,.09);
}

#vmb-estimator .addon-left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

#vmb-estimator .addon-left label{
  line-height:1.25;
}

#vmb-estimator .qty{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-shrink:0;
}

#vmb-estimator .mute{
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}

#vmb-estimator .total-bar{
  margin-top:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:linear-gradient(135deg,var(--brand-soft),#ffffff);
  border:2px solid #ffd0d2;
  border-radius:18px;
  padding:18px;
  font-weight:900;
  box-shadow:var(--shadow-soft);
}

#vmb-estimator #desktopTotal,
#vmb-estimator #mobileTotal{
  color:var(--brand-dark);
  font-size:22px;
}

#vmb-estimator .cta{
  background:var(--brand);
  color:#fff;
  border:none;
  border-radius:999px;
  padding:13px 22px;
  min-height:46px;
  min-width:150px;
  font-weight:900;
  font-size:15px;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(255,107,109,.32);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}

#vmb-estimator .cta:hover{
  background:var(--brand-dark);
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(255,107,109,.38);
}

#vmb-estimator .cta:active{
  transform:scale(.98);
}

#vmb-estimator .cta:disabled{
  opacity:.65;
  cursor:not-allowed;
  transform:none;
}

#vmb-estimator .sticky{
  display:none;
}

#vmb-estimator .modal{
  position:fixed;
  inset:0;
  background:rgba(31,41,55,.62);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:2000;
  padding:16px;
}

#vmb-estimator .modal.active{
  display:flex;
}

#vmb-estimator .modal-card{
  background:#fff;
  border-radius:22px;
  max-width:760px;
  width:100%;
  max-height:90vh;
  display:flex;
  flex-direction:column;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
  overflow:hidden;
}

#vmb-estimator .modal-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:20px 22px 12px;
  border-bottom:1px solid var(--line);
}

#vmb-estimator .modal-header h3{
  margin:0;
}

#vmb-estimator .modal-body{
  padding:16px 22px;
  overflow:auto;
  flex:1 1 auto;
  min-height:0;
}

#vmb-estimator .modal-actions{
  display:flex;
  gap:12px;
  justify-content:flex-end;
  padding:16px 22px;
  border-top:1px solid var(--line);
  background:#fffafa;
}

#vmb-estimator .ghost{
  background:#fff;
  color:var(--text);
  border:1px solid #e5e7eb;
  border-radius:999px;
  padding:11px 18px;
  min-height:44px;
  cursor:pointer;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

#vmb-estimator .ghost:hover{
  border-color:var(--brand);
  color:var(--brand-dark);
}

#vmb-estimator .receipt{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin-top:8px;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
}

#vmb-estimator .receipt th,
#vmb-estimator .receipt td{
  padding:12px;
  border-bottom:1px solid var(--line);
  vertical-align:top;
}

#vmb-estimator .receipt thead th{
  background:var(--brand-soft);
  font-weight:900;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.04em;
  color:#7a3d40;
}

#vmb-estimator .receipt tfoot th{
  font-size:18px;
  background:#fffafa;
}

#vmb-estimator .receipt-amount{
  text-align:right;
}

#vmb-estimator .receipt-note{
  margin-top:10px;
  font-style:italic;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}

#vmb-estimator .receipt-customer{
  margin-top:10px;
  color:var(--text);
  line-height:1.6;
}

#vmb-estimator .receipt-meta{
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}

#vmb-estimator .status{
  margin-top:14px;
  font-size:14px;
  font-weight:700;
  text-align:center;
}

#vmb-estimator .success{
  color:#047857;
}

#vmb-estimator .error{
  color:#b91c1c;
}

@media(max-width:1024px){
  #vmb-estimator .vmb-estimate-hero{
    margin:20px 18px 30px;
  }

  #vmb-estimator form{
    padding:22px;
  }

  #vmb-estimator .three-col,
  #vmb-estimator .addons{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #vmb-estimator .four-col{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  #vmb-estimator .stepper{
    max-width:100%;
  }

  #vmb-estimator .addon{
    align-items:flex-start;
  }
}

@media(max-width:880px){
  #vmb-estimator .vmb-estimate-hero h1{
    font-size:46px;
  }

  #vmb-estimator .two-col,
  #vmb-estimator .three-col,
  #vmb-estimator .four-col,
  #vmb-estimator .addons{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #vmb-estimator .radio-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #vmb-estimator .radio-pill{
    width:100%;
  }

  #vmb-estimator .custom-quote-box{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }

  #vmb-estimator .custom-quote-btn{
    width:100%;
  }
}

@media(max-width:640px){
  #vmb-estimator{
    padding-bottom:86px;
  }

  #vmb-estimator .vmb-estimate-hero{
    min-height:330px;
    padding:62px 18px;
    border-radius:24px;
    margin:16px 14px 26px;
  }

  #vmb-estimator .vmb-estimate-hero h1{
    font-size:38px;
  }

  #vmb-estimator .vmb-estimate-hero p{
    font-size:16px;
  }

  #vmb-estimator .vmb-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  #vmb-estimator .vmb-hero-btn{
    width:100%;
  }

  #vmb-estimator .wrap{
    padding:0 14px;
  }

  #vmb-estimator form{
    padding:16px;
    border-radius:18px;
  }

  #vmb-estimator .form-title{
    font-size:26px;
  }

  #vmb-estimator h3{
    font-size:18px;
  }

  #vmb-estimator .section{
    padding:16px;
    border-radius:16px;
  }

  #vmb-estimator .two-col,
  #vmb-estimator .three-col,
  #vmb-estimator .four-col,
  #vmb-estimator .addons,
  #vmb-estimator .radio-row{
    grid-template-columns:1fr;
  }

  #vmb-estimator .addon{
    flex-direction:column;
    align-items:stretch;
  }

  #vmb-estimator .qty{
    justify-content:stretch;
  }

  #vmb-estimator .addon .stepper,
  #vmb-estimator .stepper{
    max-width:100%;
    grid-template-columns:40px minmax(50px,1fr) 40px;
  }

  #vmb-estimator .addon .stepper button,
  #vmb-estimator .stepper button{
    width:40px;
    height:36px;
  }

  #vmb-estimator .total-bar{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }

  #vmb-estimator .cta{
    width:100%;
  }

  #vmb-estimator .sticky{
    display:flex;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    background:rgba(255,255,255,.96);
    border-top:1px solid var(--line);
    padding:12px;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    box-shadow:0 -8px 24px rgba(31,41,55,.12);
    backdrop-filter:blur(10px);
  }

  #vmb-estimator .sticky .cta{
    width:auto;
    min-width:135px;
    padding:12px 16px;
  }

  #vmb-estimator .modal-actions{
    flex-direction:column-reverse;
  }

  #vmb-estimator .ghost,
  #vmb-estimator .modal-actions .cta{
    width:100%;
  }
}

@media(max-width:390px){
  #vmb-estimator .sticky{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }

  #vmb-estimator{
    padding-bottom:132px;
  }
}
