:root{--navy:#092f35;--green:#56cc8b;--ink:#17312f;--muted:#6c7e7b;--line:#dce8e5;--bg:#f5f8f7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}a{color:inherit}.top{height:76px;padding:0 5vw;background:#fff;border-bottom:1px solid var(--line);justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand,.top{display:flex;align-items:center}.brand{gap:10px;text-decoration:none}.brand strong{width:42px;height:42px;border-radius:13px;background:var(--navy);color:var(--green);display:grid;place-items:center;font-size:23px}.brand b,.brand small{display:block}.brand b{letter-spacing:.08em}.brand small{font-size:10px;color:var(--muted)}nav{display:flex;gap:15px;align-items:center}nav a{font-weight:800}.btn,.navbtn,nav a{text-decoration:none}.btn,.navbtn{border:0;border-radius:11px;padding:11px 15px;font-weight:850;display:inline-flex;justify-content:center;cursor:pointer}.navbtn{background:var(--navy);color:#fff}.plain{background:#edf4f2;color:var(--navy)}.hero{background:linear-gradient(135deg,#082e35,#105146);color:#fff}.hero>div{max-width:1120px;margin:auto;padding:82px 28px 90px}.dash>header span,.hero span,.modal>span,.quote header span{letter-spacing:.15em;font-size:12px;font-weight:900;color:var(--green)}.hero h1{font-size:clamp(48px,8vw,82px);line-height:.95;margin:14px 0 20px;letter-spacing:-.05em}.hero p{max-width:620px;font-size:19px;color:#d8e6e2;line-height:1.55}.actions{display:flex;gap:12px;margin-top:28px}.btn.primary,.submit{background:var(--green);color:#082e35}.btn.light{background:#fff;color:var(--navy)}.features{max-width:1120px;margin:-23px auto 0;padding:0 28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;position:relative}.features div,.form,.list,.stat{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 35px rgba(9,47,53,.05)}.features div{padding:20px}.features b,.features small{display:block}.features small{color:var(--muted);margin-top:4px}.quote{max-width:960px;margin:70px auto;padding:0 22px}.quote>header{text-align:center}.quote h2{font-size:40px;margin:8px 0}.quote>header p{color:var(--muted)}.form{padding:30px;margin-top:25px}.form h3{margin:28px 0 12px}.form h3:first-child{margin-top:0}.form h3 i{font-style:normal;width:30px;height:30px;display:inline-grid;place-items:center;border-radius:50%;background:#dff5e9;margin-right:8px}.upload{display:grid!important;place-items:center;text-align:center;border:2px dashed #bed4cf;border-radius:15px;padding:28px;background:#fbfdfc;cursor:pointer}.upload input{display:none}.upload small{color:var(--muted);margin-top:5px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips button{border:1px solid #cbdad7;background:#fff;border-radius:999px;padding:10px 13px;cursor:pointer}.chips .active{background:#dff5e9;border-color:#68c795}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.wide{grid-column:1/-1}label{display:block;font-weight:750;margin:13px 0}input,select,textarea{width:100%;margin-top:6px;border:1px solid #cad9d5;border-radius:10px;padding:12px;background:#fff}.submit{width:100%;border:0;border-radius:12px;padding:15px;font-weight:900;cursor:pointer;margin-top:18px}.msg{color:#8a4d17;font-weight:750}.msg,.privacy{text-align:center}.privacy{display:block;color:var(--muted);margin-top:12px}footer{background:var(--navy);color:#fff;padding:28px 5vw;display:flex;justify-content:space-between}footer b,footer small{display:block}footer div:last-child{display:flex;gap:16px}footer a{text-decoration:none}.center,.login,.success{min-height:100vh;display:grid;place-items:center;padding:24px}.loginCard,.success .card{max-width:520px;width:100%;background:#fff;border:1px solid var(--line);border-radius:23px;padding:32px;text-align:center}.check{width:70px;height:70px;border-radius:50%;background:#dff5e9;color:#18734e;display:grid;place-items:center;font-size:34px;font-weight:900;margin:auto}.request{margin:18px 0;background:#f1f6f5;padding:12px;border-radius:10px}.success .btn{width:100%;margin-top:10px}.secondary{background:#edf4f2}.centerBrand{justify-content:center}.loginCard form{text-align:left}.dash{max-width:1180px;margin:auto;padding:34px 24px}.dash h1{font-size:38px;margin:5px 0 20px}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.stat{padding:19px}.stat b,.stat small{display:block}.stat b{font-size:28px}.stat small{color:var(--muted)}.list{margin-top:15px;padding:17px}.listHead{display:flex;justify-content:space-between;padding:3px 5px 14px}.listHead span{color:var(--muted)}.row{width:100%;background:#fff;border:0;border-top:1px solid var(--line);padding:14px 5px;display:flex;justify-content:space-between;text-align:left;cursor:pointer}.row>div{display:flex;flex-direction:column;gap:4px}.row>div:last-child{align-items:flex-end}.row small{color:var(--muted)}.row em{font-style:normal;text-transform:capitalize;background:#eef4f2;border-radius:999px;padding:5px 8px;font-size:11px}.empty{text-align:center;color:var(--muted);padding:30px}.backdrop{position:fixed;inset:0;background:rgba(4,25,26,.58);z-index:50;display:grid;place-items:center;padding:18px}.modal{position:relative;width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;padding:26px}.close{position:absolute;right:18px;top:18px;border:0;background:#edf4f2;border-radius:50%;width:38px;height:38px;font-size:22px}.modal h2{font-size:30px;margin:4px 0 15px}.details{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.details div{background:#f6f9f8;padding:12px;border-radius:11px}.details b,.details small{display:block}.action2{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.action2 a{text-align:center}.loginCard a{text-decoration:none;color:var(--muted)}@media(max-width:760px){.top{padding:0 18px}nav>a:first-child{display:none}.hero>div{padding:58px 22px 70px}.hero p{font-size:16px}.actions{flex-direction:column}.features{grid-template-columns:1fr;padding:0 18px;margin-top:-16px}.quote{margin:50px auto;padding:0 15px}.quote h2{font-size:31px}.form{padding:20px}.action2,.details,.grid{grid-template-columns:1fr}.wide{grid-column:auto}.stats{grid-template-columns:1fr 1fr}footer{flex-direction:column;gap:14px}footer div:last-child{flex-direction:column;gap:5px}}.topActions{display:flex;gap:8px}.muted{color:var(--muted)}.priceGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.toggleLabel{display:flex;align-items:center;gap:10px;padding-top:24px}.toggleLabel input{width:auto;margin:0}.settingsMsg{text-align:center;font-weight:800;color:#18734e}@media(max-width:760px){.topActions{gap:5px}.topActions .navbtn{padding:9px;font-size:12px}.priceGrid{grid-template-columns:1fr 1fr}.settingsModal{padding:20px}}.pricingModal{width:min(920px,100%)}.addService{border:0;background:var(--navy);color:#fff;border-radius:11px;padding:11px 15px;font-weight:850;cursor:pointer;margin:6px 0 14px}.serviceList{display:grid;grid-gap:12px;gap:12px}.serviceCard{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fbfdfc}.serviceTop{display:flex;gap:12px;align-items:center;justify-content:space-between}.serviceName{font-size:18px;font-weight:900;margin:0}.miniToggle{display:flex;align-items:center;gap:7px;margin:0;white-space:nowrap}.miniToggle input{width:auto;margin:0}.serviceGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.serviceGrid label{margin:10px 0 0}.serviceActions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.deleteService,.saveService{border:0;border-radius:10px;padding:10px 16px;font-weight:850;cursor:pointer}.saveService{background:var(--green);color:var(--navy)}.deleteService{background:#f6e9e8;color:#8b2f2a}@media(max-width:760px){.top{height:auto;min-height:76px;padding-top:10px;padding-bottom:10px}.topActions{flex-wrap:wrap;justify-content:flex-end}.serviceTop{align-items:flex-start}.serviceGrid{grid-template-columns:1fr 1fr}.pricingModal{padding:18px}.serviceActions{justify-content:stretch}.deleteService,.saveService{flex:1 1}}@media(max-width:520px){.serviceGrid{grid-template-columns:1fr}.serviceGrid .wide{grid-column:auto}.topActions .navbtn{font-size:11px;padding:8px}.brand b{font-size:12px}}.customerPhotos{margin:18px 0;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fbfdfc}.photoHead{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:11px}.photoHead small,.photoStatus{color:var(--muted)}.photoStatus{margin:8px 0}.errorText{color:#8b2f2a}.photoGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.photoThumb{border:1px solid var(--line);border-radius:12px;padding:0;overflow:hidden;background:#fff;cursor:pointer;text-align:left}.photoThumb img{display:block;width:100%;height:145px;object-fit:cover;background:#eef4f2}.photoThumb span{display:block;padding:8px 10px;font-size:12px;font-weight:850;color:var(--navy)}.photoLightbox{position:fixed;inset:0;z-index:100;background:rgba(2,15,16,.9);display:grid;place-items:center;padding:24px}.photoLightbox img{max-width:min(1100px,96vw);max-height:88vh;border-radius:14px;box-shadow:0 20px 70px rgba(0,0,0,.45)}.lightboxClose{position:fixed;top:18px;right:20px;border:0;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--navy);font-size:28px;cursor:pointer}@media(max-width:760px){.photoGrid{grid-template-columns:repeat(2,1fr)}.photoThumb img{height:120px}}@media(max-width:440px){.photoGrid{grid-template-columns:1fr}.photoThumb img{height:190px}}.splitBrand{display:inline-flex;align-items:baseline;letter-spacing:0}.brandTra{font-weight:750;color:var(--navy);letter-spacing:.08em}.brandShit{font-weight:1000;color:#35b968;letter-spacing:.03em;margin-left:2px}.brandSuffix{font-weight:900;color:var(--navy);letter-spacing:.08em;margin-left:6px}.top .brand b .splitBrand{font-size:16px}.top .brand b .brandTra{color:var(--navy)}.top .brand b .brandShit{color:#35b968}footer .splitBrand .brandTra{color:#fff}footer .splitBrand .brandShit{color:var(--green)}footer .splitBrand{font-size:18px}@media(max-width:520px){.top .brand b .splitBrand{font-size:12px}.brandSuffix{margin-left:4px}}.top{min-height:88px;height:88px}.top .brand{gap:0}.top .brand>strong{display:none}.top .brand span{display:flex;flex-direction:column;align-items:flex-start}.top .brand b{line-height:1}.top .brand b .splitBrand{font-size:34px;line-height:.95}.top .brand b .brandTra{font-weight:650;letter-spacing:.02em}.top .brand b .brandShit{font-weight:1000;letter-spacing:-.02em;margin-left:1px}.top .brand small{font-size:11px;margin-top:5px;letter-spacing:.01em}@media(max-width:760px){.top{min-height:78px;height:78px}.top .brand b .splitBrand{font-size:27px}.top .brand small{font-size:9px;margin-top:4px}}@media(max-width:420px){.top .brand b .splitBrand{font-size:23px}.top .brand small{font-size:8px}}.top{height:96px}.top .brand b .splitBrand{font-size:52px!important;line-height:.88}.top .brand b .brandTra{color:#092f35!important;font-weight:650!important}.top .brand b .brandShit{color:#35b968!important;font-weight:1000!important}.top .brand small{font-size:13px!important;margin-top:8px!important}footer .splitBrand{font-size:28px!important}@media(max-width:760px){.top{min-height:82px;height:82px}.top .brand b .splitBrand{font-size:36px!important}.top .brand small{font-size:10px!important;margin-top:5px!important}}@media(max-width:420px){.top .brand b .splitBrand{font-size:30px!important}.top .brand small{font-size:9px!important}}.top{min-height:100px;height:100px}.logoBrand{display:flex;align-items:center;gap:0}.logoBrand img{display:block;width:170px;height:auto;max-height:88px;object-fit:contain}.footerBrand{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.footerBrand img{display:block;width:125px;height:auto;max-height:72px;object-fit:contain}.footerBrand small{font-size:10px;color:#d8e6e2}@media(max-width:760px){.top{min-height:82px;height:82px}.logoBrand img{width:130px;max-height:72px}.footerBrand img{width:110px}}@media(max-width:420px){.logoBrand img{width:112px}.top{padding-left:12px;padding-right:12px}.navbtn{padding:9px 11px}}.brandedTop{height:122px!important;min-height:122px!important;padding:0 max(5vw,28px)!important}.brandedTop .logoBrand img{width:220px!important;max-height:108px!important;filter:drop-shadow(0 4px 12px rgba(9,47,53,.1))}.headerPhone{display:flex;align-items:center;gap:10px;text-decoration:none!important;font-weight:900;color:var(--navy)}.headerPhone>span:first-child{font-size:23px;line-height:1}.headerPhone>span:last-child{display:flex;flex-direction:column;line-height:1.05}.headerPhone small{font-size:12px;font-weight:800}.headerPhone b{font-size:15px;margin-top:3px}.greenNav{background:#27c93f!important;color:#fff!important;padding:15px 22px!important;border-radius:13px!important;box-shadow:0 7px 18px rgba(39,201,63,.22)}.heroBranded{position:relative;overflow:hidden;background:linear-gradient(100deg,#083b39,#0a5248 54%,#0f6354)}.heroBranded .heroInner{max-width:none;margin:0;padding:0;display:grid;grid-template-columns:minmax(430px,48%) 1fr;min-height:420px}.heroCopy{position:relative;z-index:2;padding:58px 0 64px max(8vw,42px);max-width:650px}.heroCopy>span{color:#55ec74!important}.heroCopy h1{font-size:clamp(54px,6vw,78px)!important;line-height:.96!important;margin:15px 0 18px!important}.heroLine{display:block!important;color:#fff!important;letter-spacing:-.045em!important}.heroLine em{font-style:normal;color:#75df18}.heroCopy p{font-size:18px!important;max-width:570px!important;color:#fff!important;margin:0!important}.heroCta{background:linear-gradient(135deg,#65eb37,#30cf4e)!important;color:#062f33!important}.heroCta,.heroTextBtn{padding:14px 20px!important}.heroVisual{min-height:420px;background-image:linear-gradient(90deg,rgba(8,59,57,.98),rgba(8,59,57,.62) 18%,rgba(8,59,57,.08) 48%,rgba(8,59,57,.05)),url(/hero-dumpster.png);background-repeat:no-repeat;background-size:cover;background-position:100%}.featuresBranded{margin-top:-27px!important}.featuresBranded>div{display:flex;align-items:center;gap:15px;padding:18px 22px!important}.featuresBranded i{font-style:normal;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0a3d43;color:#55e66a;font-size:20px;font-weight:900}.featuresBranded span{display:block}.featuresBranded b{font-size:16px}.featuresBranded small{font-size:12px}.brandFooter{min-height:150px;align-items:center;padding:25px max(5vw,28px)!important;background:linear-gradient(90deg,#07343a,#06464a)!important}.footerBrandWide{display:flex!important;flex-direction:row!important;align-items:center!important;gap:22px!important}.footerBrandWide img{width:190px!important;max-height:112px!important}.footerBrandWide div{border-left:1px solid rgba(255,255,255,.4);padding-left:22px}.footerBrandWide b{font-size:18px}.footerBrandWide small{font-size:12px!important;margin-top:5px;color:#d8e6e2}.footerContact{display:flex!important;align-items:center!important;gap:28px!important}.footerPhone{display:grid;grid-template-columns:auto auto;grid-column-gap:10px;column-gap:10px;align-items:center}.footerPhone>span{grid-row:1/3;font-size:22px;color:#72ec77}.footerPhone b{font-size:17px}.footerPhone small{font-size:11px;color:#d8e6e2}.footerContact>a:last-child{font-weight:850}@media(max-width:900px){.heroBranded .heroInner{grid-template-columns:1fr;min-height:0}.heroCopy{padding:55px 28px 42px;max-width:720px}.heroVisual{height:245px;min-height:245px;background-position:50%}.featuresBranded{margin-top:-18px!important}.brandFooter{gap:25px}.footerBrandWide{gap:14px!important}.footerBrandWide img{width:150px!important}}@media(max-width:760px){.brandedTop{height:92px!important;min-height:92px!important;padding:0 16px!important}.brandedTop .logoBrand img{width:150px!important;max-height:80px!important}.headerPhone{display:none!important}.greenNav{padding:11px 14px!important}.heroCopy{padding:44px 20px 36px}.heroCopy h1{font-size:48px!important}.heroCopy p{font-size:16px!important}.heroVisual{height:205px;min-height:205px}.featuresBranded{grid-template-columns:1fr!important}.brandFooter,.footerBrandWide{align-items:flex-start!important}.footerBrandWide{flex-direction:column!important}.footerBrandWide div{border-left:0;padding-left:0}.footerContact{align-items:flex-start!important}.footerBrandWide img{width:145px!important}}@media(max-width:440px){.brandedTop .logoBrand img{width:132px!important}.heroCopy h1{font-size:42px!important}.heroVisual{height:180px;min-height:180px}.footerContact{gap:14px!important;flex-direction:column!important}}.invoiceLaunch{background:#35c85a!important;color:#062f33!important;border:0!important;cursor:pointer}.invoiceBackdrop{z-index:80}.invoiceModal{width:min(960px,94vw);max-height:92vh;overflow:auto;padding:28px}.invoiceHeading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.invoiceHeading h2{margin-bottom:5px}.invoiceStatus{text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.08em;padding:8px 12px;border-radius:999px;background:#eef2f1;color:#566c69}.invoiceStatus.paid{background:#dff7e4;color:#167636}.invoiceMeta{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:12px;gap:12px;margin:20px 0}.invoiceItemsHead{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:20px}.invoiceItemsHead h3{margin:0}.invoiceItems{display:flex;flex-direction:column;gap:10px}.invoiceItem{display:grid;grid-template-columns:minmax(220px,1fr) 85px 125px 100px 34px;grid-gap:9px;gap:9px;align-items:end;padding:12px;background:#f7faf9;border:1px solid var(--line);border-radius:13px}.invoiceItem label{margin:0}.lineTotal{align-self:center;text-align:right;font-size:14px}.removeLine{width:32px;height:32px;border:0;border-radius:9px;background:#f6e7e6;color:#9b302a;font-size:20px;cursor:pointer}.invoiceBottom{display:grid;grid-template-columns:1fr 330px;grid-gap:22px;gap:22px;margin-top:22px;align-items:start}.invoiceBottom label{margin-top:0}.invoiceTotalsBox{padding:16px;border-radius:14px;background:#f3f8f6;border:1px solid var(--line)}.invoiceTotalsBox label{display:grid;grid-template-columns:1fr 120px;align-items:center;grid-gap:10px;gap:10px}.calcLine{display:flex;justify-content:space-between;gap:20px;padding:7px 2px}.invoiceGrand{font-size:20px;font-weight:950;border-top:2px solid var(--navy);margin-top:8px;padding-top:13px}.invoiceActions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:22px}.invoiceActions button{border:0;border-radius:11px;padding:12px 17px;font-weight:900;cursor:pointer}.invoiceSecondary{background:#edf3f1;color:var(--navy)}.invoicePrint{background:var(--navy);color:#fff}.invoicePaid{background:#35c85a;color:#062f33}.invoiceTip{font-size:11px;color:var(--muted);text-align:right;margin:9px 0 0}@media(max-width:760px){.invoiceModal{padding:18px}.invoiceMeta{grid-template-columns:1fr}.invoiceItem{grid-template-columns:1fr 70px 105px}.invoiceDesc{grid-column:1/-1}.lineTotal{grid-column:2;text-align:left}.removeLine{grid-column:3;justify-self:end}.invoiceBottom{grid-template-columns:1fr}.invoiceActions>button{flex:1 1;min-width:140px}.invoiceTip{text-align:left}}@media(max-width:460px){.invoiceHeading{flex-direction:column}.invoiceItem{grid-template-columns:1fr 1fr}.invoiceDesc{grid-column:1/-1}.lineTotal{grid-column:1}.removeLine{grid-column:2}.invoiceTotalsBox label{grid-template-columns:1fr 100px}}.requestBottomActions{display:flex;gap:12px;align-items:center;margin-top:14px}.requestBottomActions .submit{flex:1 1;margin-top:0}.deleteRequestBtn{border:1px solid #d84a4a;background:#fff3f3;color:#a61f1f;border-radius:12px;padding:14px 18px;font-weight:800;cursor:pointer}.deleteRequestBtn:hover{background:#ffe4e4}@media(max-width:640px){.requestBottomActions{flex-direction:column}.deleteRequestBtn,.requestBottomActions .submit{width:100%}}.calendarNav{background:#35c85a!important;color:#062f33!important;border:0!important;font-weight:900!important}.calendarBackdrop{z-index:75}.calendarModal{width:min(1100px,96vw);max-height:94vh;overflow:auto;padding:28px}.calendarTitle{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.calendarTitle h2{margin-bottom:5px}.todayBtn{border:0;border-radius:10px;background:#e7f8eb;color:#11672b;padding:10px 16px;font-weight:900;cursor:pointer}.calendarControls{display:flex;align-items:center;justify-content:center;gap:18px;margin:18px 0 12px}.calendarControls h3{min-width:210px;text-align:center;margin:0}.calendarControls button{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:10px;font-size:28px;line-height:1;cursor:pointer;color:var(--navy)}.calendarGrid,.calendarWeek{display:grid;grid-template-columns:repeat(7,1fr)}.calendarWeek b{text-align:center;padding:9px 4px;font-size:12px;color:var(--muted)}.calendarDay{min-height:118px;border:1px solid var(--line);background:#fff;padding:7px;overflow:hidden}.calendarDay:nth-child(7n+1){border-radius:10px 0 0 0}.otherMonth{background:#f6f8f7;color:#9aabaa}.calendarToday{box-shadow:inset 0 0 0 2px #35c85a;background:#f4fff6}.dayNumber{font-weight:900;font-size:13px;margin-bottom:5px}.calendarToday .dayNumber{display:inline-grid;place-items:center;background:#35c85a;color:#062f33;border-radius:50%;width:25px;height:25px}.dayJobs{display:flex;flex-direction:column;gap:4px}.dayJobs button{border:0;border-radius:7px;background:#e9f6f0;color:#083b39;padding:5px 6px;text-align:left;cursor:pointer;overflow:hidden}.dayJobs button b,.dayJobs button span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}.dayJobs button span{font-weight:750}.dayJobs>small{font-size:10px;font-weight:800;color:var(--muted)}.calendarAgenda{margin-top:24px}.calendarAgenda h3{margin-bottom:10px}.calendarAgenda>button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:15px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px 14px;margin:7px 0;text-align:left;cursor:pointer;color:var(--navy)}.calendarAgenda>button:hover{background:#f4faf7}.calendarAgenda>button div b,.calendarAgenda>button div small{display:block}.calendarAgenda>button div small{color:var(--muted);margin-top:3px}.calendarAgenda>button>span{text-align:right;font-weight:900}.calendarAgenda>button>span small{font-weight:700;color:var(--muted)}@media(max-width:760px){.calendarModal{padding:17px}.calendarWeek b{font-size:10px}.calendarDay{min-height:82px;padding:4px}.dayJobs button{padding:4px}.dayJobs button b{font-size:9px}.dayJobs button span{display:none}.calendarTitle{padding-right:30px}.topActions{gap:6px!important;flex-wrap:wrap;justify-content:flex-end}.topActions .navbtn{font-size:11px;padding:8px 9px}.calendarAgenda>button{font-size:12px}}@media(max-width:460px){.calendarDay{min-height:66px}.dayJobs button b{font-size:8px}.calendarWeek b{font-size:9px}.calendarControls h3{min-width:160px;font-size:16px}.calendarTitle{flex-direction:column}.todayBtn{margin-top:-8px}}.customerSearch{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;margin:0 0 18px}.customerSearch>div{min-width:190px}.customerSearch b,.customerSearch small{display:block}.customerSearch small{font-size:11px;color:var(--muted);margin-top:3px}.customerSearch input{flex:1 1;min-width:180px;border:1px solid var(--line);border-radius:11px;padding:12px 14px;font:inherit}.customerSearch button{border:0;background:#edf3f1;color:var(--navy);border-radius:10px;padding:11px 14px;font-weight:850;cursor:pointer}.searchRow{display:flex;align-items:stretch;border-bottom:1px solid var(--line)}.searchRow .rowMain{flex:1 1;border-bottom:0}.historyBtn{margin:10px 12px 10px 0;border:1px solid #b9ded0;background:#effaf5;color:#0b6a43;border-radius:10px;padding:0 14px;font-weight:900;cursor:pointer}.historyBackdrop{z-index:78}.historyModal{width:min(760px,94vw);max-height:90vh;overflow:auto;padding:28px}.historyCustomer{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#f3f8f6;border:1px solid var(--line);border-radius:14px;padding:16px;margin:16px 0}.historyCustomer b,.historyCustomer small{display:block}.historyCustomer small{color:var(--muted);margin-top:4px}.historyCustomer>strong{background:#dff7e4;color:#167636;border-radius:999px;padding:8px 12px;white-space:nowrap}.historySummary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:22px}.historySummary>div{border:1px solid var(--line);border-radius:12px;padding:14px;background:#fff}.historySummary b,.historySummary small{display:block}.historySummary small{color:var(--muted);font-size:11px}.historySummary b{font-size:22px;margin-top:4px}.historyJobs{display:flex;flex-direction:column;gap:8px}.historyJobs>button{display:flex;justify-content:space-between;align-items:center;gap:15px;width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 14px;text-align:left;color:var(--navy);cursor:pointer}.historyJobs>button:hover{background:#f4faf7}.historyJobs b,.historyJobs em,.historyJobs small,.historyJobs strong{display:block}.historyJobs small{color:var(--muted);margin-top:4px}.historyJobs em{font-style:normal;text-transform:capitalize;font-size:11px;color:#55706b}.historyJobs strong{text-align:right;margin-top:4px}@media(max-width:700px){.customerSearch{flex-wrap:wrap}.customerSearch>div{width:100%}.customerSearch input{width:calc(100% - 72px)}.historySummary{grid-template-columns:1fr}.historyCustomer{align-items:flex-start}.historyBtn{padding:0 10px;font-size:11px}.historyModal{padding:18px}}.trashItCta{margin-top:22px;text-align:center}.trashItCta>small{display:block;color:var(--muted);font-weight:800;margin-bottom:8px}.trashItButton{position:relative;overflow:hidden;font-size:20px;letter-spacing:.04em;padding:18px!important;background:linear-gradient(135deg,#62e47c,#35c85a)!important;color:#062f33!important;box-shadow:0 12px 28px rgba(53,200,90,.28);transition:transform .18s ease,box-shadow .18s ease}.trashItButton:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 16px 34px rgba(53,200,90,.34)}.trashItButton span{font-size:24px;margin-right:7px}.trashItButton b{margin-left:8px;font-size:22px}.trashItCta>em{display:block;font-style:normal;font-size:12px;font-weight:850;color:#46716a;margin-top:9px;letter-spacing:.03em}.trashSuccess{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 25%,#eaffef 0,#f5f8f7 45%,#eef4f2 100%)}.trashSuccessCard{position:relative;z-index:3;max-width:590px!important;box-shadow:0 24px 70px rgba(9,47,53,.14)!important;border:2px solid #d6f4df!important}.trashCanPop{width:86px;height:86px;border-radius:24px;display:grid;place-items:center;margin:-4px auto 14px;background:#0a3438;font-size:46px;box-shadow:0 10px 24px rgba(9,47,53,.2);animation:trashPop .55s cubic-bezier(.2,.9,.25,1.3)}.successEyebrow{font-size:12px;letter-spacing:.17em;font-weight:1000;color:#20a34c;margin-bottom:8px}.trashSuccessCard h1{font-size:clamp(30px,5vw,46px);line-height:1.03;margin:7px 0 13px;color:#092f35}.trashSuccessCard p{color:#607774;line-height:1.55}.snapTag{padding:10px 12px;border-radius:999px;background:#e7f9ec;color:#146b35;font-weight:850;margin:0 0 14px}.trashCelebration{position:absolute;inset:0;z-index:2;pointer-events:none}.junkFly{position:absolute;left:50%;top:44%;font-size:34px;animation:junkIntoTrash 1.35s cubic-bezier(.2,.8,.25,1) both}.j1{--x:-260px;--y:-210px;animation-delay:.05s}.j2{--x:260px;--y:-190px;animation-delay:.14s}.j3{--x:-300px;--y:120px;animation-delay:.22s}.j4{--x:300px;--y:110px;animation-delay:.3s}.boom{position:absolute;left:50%;top:25%;transform:translate(-50%,-50%) scale(.4);font-size:clamp(54px,10vw,110px);font-weight:1000;color:#35c85a;text-shadow:0 4px 0 #092f35;opacity:0;animation:boomPop .75s ease-out .8s both}@keyframes trashPop{0%{transform:scale(.25) rotate(-18deg);opacity:0}70%{transform:scale(1.12) rotate(4deg)}to{transform:scale(1);opacity:1}}@keyframes junkIntoTrash{0%{transform:translate(var(--x),var(--y)) rotate(-18deg) scale(1.25);opacity:0}18%{opacity:1}72%{transform:translate(calc(var(--x)*.12),calc(var(--y)*.08)) rotate(18deg) scale(.8);opacity:1}to{transform:translateY(30px) rotate(90deg) scale(.05);opacity:0}}@keyframes boomPop{0%{transform:translate(-50%,-50%) scale(.35) rotate(-8deg);opacity:0}55%{transform:translate(-50%,-50%) scale(1.12) rotate(2deg);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}@media(max-width:600px){.trashItButton{font-size:18px}.trashCanPop{width:74px;height:74px;font-size:39px}.junkFly{font-size:27px}.j1{--x:-140px;--y:-220px}.j2{--x:140px;--y:-190px}.j3{--x:-150px;--y:160px}.j4{--x:150px;--y:140px}}.spanishBanner{background:#e9fff0;border-bottom:1px solid #bde9c9;color:#07343a;display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 16px;text-align:left}.spanishBanner>span{font-size:22px}.spanishBanner div{display:flex;align-items:baseline;gap:10px}.spanishBanner b{font-size:14px;letter-spacing:.04em}.spanishBanner small{font-size:12px;color:#486a62}.footerSpanish{display:flex!important;flex-direction:column!important;gap:2px!important;border:1px solid rgba(114,236,119,.45);border-radius:10px;padding:9px 12px}.footerSpanish b{color:#72ec77;font-size:13px}.footerSpanish small{color:#d8e6e2;font-size:10px}@media(max-width:760px){.spanishBanner{padding:8px 12px}.spanishBanner div{flex-direction:column;gap:1px}.spanishBanner b{font-size:13px}.spanishBanner small{font-size:10px}.footerSpanish{margin-bottom:4px}}.brandedTop .logoBrand img{width:360px!important;max-width:42vw!important;max-height:104px!important;object-fit:contain!important}@media(max-width:900px){.brandedTop .logoBrand img{width:300px!important;max-width:45vw!important}}@media(max-width:760px){.brandedTop .logoBrand img{width:235px!important;max-width:58vw!important;max-height:74px!important}}@media(max-width:440px){.brandedTop .logoBrand img{width:205px!important;max-width:60vw!important}}@media(min-width:901px){.brandedTop{height:98px!important;min-height:98px!important}.brandedTop .logoBrand img{width:205px!important;max-height:88px!important}.heroBranded .heroInner{grid-template-columns:minmax(390px,42%) 1fr;min-height:300px!important}.heroCopy{padding:32px 24px 42px max(7vw,38px)!important;max-width:590px!important}.heroCopy h1{font-size:clamp(38px,4.2vw,58px)!important;line-height:.98!important;margin:10px 0 12px!important}.heroCopy p{font-size:16px!important;line-height:1.45!important;max-width:520px!important}.heroCopy .actions{margin-top:18px!important}.heroVisual{min-height:300px!important;height:300px!important;background-position:50%!important}.featuresBranded{margin-top:-20px!important}.featuresBranded>div{padding:14px 18px!important}.featuresBranded i{width:36px!important;height:36px!important;font-size:17px!important}.quote{margin-top:52px!important}}@media(max-width:900px) and (min-width:761px){.heroCopy{padding:36px 28px 30px!important}.heroCopy h1{font-size:44px!important}.heroVisual{height:210px!important;min-height:210px!important}}@media(max-width:760px){.heroCopy{padding:30px 20px 28px!important}.heroCopy h1{font-size:40px!important;margin:10px 0 14px!important}.heroCopy .actions{margin-top:18px!important}.heroVisual{height:170px!important;min-height:170px!important}.quote{margin-top:42px!important}}@media(max-width:440px){.heroVisual{height:150px!important;min-height:150px!important}}.footerBrandWide img{width:240px!important;max-height:105px!important;object-fit:contain!important}@media(max-width:900px){.footerBrandWide img{width:210px!important}}@media(max-width:760px){.footerBrandWide img{width:190px!important}}.expenseModal{max-width:900px}.expenseSummary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:20px 0}.expenseSummary>div{background:#f1f8f5;border:1px solid #d7e9e1;border-radius:14px;padding:16px}.expenseSummary small{display:block;color:#617674;font-weight:700}.expenseSummary b{display:block;font-size:24px;margin-top:5px;color:#0a3d43}.expenseForm{background:#f7faf9;border:1px solid #dfeae6;border-radius:16px;padding:18px;margin-bottom:20px}.expenseForm h3{margin-top:0}.expenseList{border-top:1px solid #dfeae6;padding-top:15px}.expenseRow{display:grid;grid-template-columns:1fr auto auto;grid-gap:14px;gap:14px;align-items:center;padding:14px 4px;border-bottom:1px solid #e6efec}.expenseRow div{display:flex;flex-direction:column;gap:3px}.expenseRow small{color:#617674}.expenseRow strong{font-size:18px;color:#0a3d43}.expenseRow button{border:0;background:#fff0f0;color:#a92f2f;border-radius:9px;padding:8px 10px;font-weight:700;cursor:pointer}.expenseNav{background:#e8f8ed!important;color:#176b36!important}@media(max-width:700px){.expenseSummary{grid-template-columns:1fr}.expenseRow{grid-template-columns:1fr auto}.expenseRow button{grid-column:1/-1}.expenseModal{width:94vw}}.mileageNav{background:#eef7ff!important;color:#155d82!important}.mileageSummary>div{background:#f3f9fc}.reviewsSection{max-width:1050px;margin:20px auto 70px;padding:48px 22px}.reviewsSection>header{text-align:center;margin-bottom:28px}.leaveReview>div>span,.reviewsSection>header>span{font-size:12px;font-weight:900;letter-spacing:1.5px;color:#16a34a}.reviewsSection h2{font-size:34px;margin:7px 0}.leaveReview p,.reviewsSection header p{color:#64748b}.reviewCards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:25px 0 32px}.reviewCard{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 8px 24px #0f172a0d}.reviewStars{color:#f59e0b;letter-spacing:2px;font-size:18px}.reviewCard p{font-size:16px;line-height:1.55;min-height:50px}.reviewCard b{display:block}.reviewCard small{display:block;color:#16a34a;margin-top:4px}.noReviews{text-align:center;color:#64748b}.leaveReview{margin-top:30px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:22px;padding:28px;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:35px;gap:35px}.leaveReview h3{font-size:28px;margin:7px 0}.leaveReview form{background:#fff;padding:20px;border-radius:16px}.leaveReview label{display:block;font-weight:700;margin-bottom:14px}.leaveReview input,.leaveReview textarea{display:block;width:100%;margin-top:7px}.starPicker{display:flex;gap:4px;margin-top:5px}.starPicker button{border:0;background:transparent;color:#cbd5e1;font-size:30px;padding:0 2px;cursor:pointer}.starPicker button.starOn{color:#f59e0b}.leaveReview form>small{display:block;margin-top:10px;color:#64748b}.reviewAdminList{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.reviewAdminRow{display:grid;grid-template-columns:1fr auto;grid-gap:18px;gap:18px;padding:18px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.reviewAdminRow small{display:block;color:#64748b;margin-top:3px}.reviewAdminRow p{margin:8px 0 0}.reviewAdminActions{display:flex;flex-direction:column;gap:7px;min-width:110px}.reviewAdminActions button{border:1px solid #d1d5db;background:#fff;border-radius:9px;padding:8px 10px;font-weight:800;cursor:pointer}.reviewAdminActions .reviewApproved,.reviewAdminActions .reviewFeatured{background:#dcfce7;border-color:#86efac;color:#166534}.reviewAdminActions .reviewDelete{color:#b91c1c}.reviewNav{background:#fff7ed!important;border-color:#fed7aa!important}@media(max-width:760px){.leaveReview,.reviewCards{grid-template-columns:1fr}.reviewsSection{padding:35px 16px}.reviewAdminRow{grid-template-columns:1fr}.reviewAdminActions{flex-direction:row;flex-wrap:wrap}}:root{--navy:#06182c;--green:#45e34f;--brand-green:#45e34f;--brand-navy:#06182c}.brandedTop{background:#fff!important;border-bottom:1px solid #e6ebef!important}.heroBranded{background:linear-gradient(100deg,#06182c,#092640 58%,#0b3150)!important}.heroVisual{background-image:linear-gradient(90deg,rgba(6,24,44,.98),rgba(6,24,44,.62) 18%,rgba(6,24,44,.08) 48%,rgba(6,24,44,.04)),url(/hero-dumpster.png)!important}.heroCopy>span,.heroLine em{color:#55ed62!important}.greenNav,.heroCta,.trashItButton{background:linear-gradient(135deg,#72f05e,#35d84a)!important}.featuresBranded i{background:#06182c!important;color:#55ed62!important}.brandFooter{background:linear-gradient(90deg,#041426,#071e35)!important}.footerSpanish{border-color:rgba(85,237,98,.45)!important}.footerPhone>span,.footerSpanish b{color:#55ed62!important}.leaveReview>div>span,.reviewCard small,.reviewsSection>header>span{color:#24b93b!important}.googleReviewMini{margin:22px auto 0;max-width:430px;background:#fff;border:1px solid #dbe5ea;border-radius:18px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 8px 24px rgba(4,20,38,.08)}.googleReviewCopy{display:flex;align-items:center;gap:12px}.googleReviewCopy b,.googleReviewCopy small{display:block}.googleReviewCopy b{font-size:17px;color:#071e35}.googleReviewCopy small{font-size:12px;color:#64748b;margin-top:3px;line-height:1.35}.googleG{font-size:32px;font-weight:1000;color:#24b93b}.googleReviewMini img{width:92px;height:92px;object-fit:contain;image-rendering:auto;background:#fff;border-radius:7px}@media(max-width:520px){.googleReviewMini{max-width:340px;padding:12px}.googleReviewCopy b{font-size:15px}.googleReviewCopy small{font-size:11px}.googleReviewMini img{width:82px;height:82px}}.logoBrand{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;text-decoration:none!important}.logoBrand .poweredBy{font-size:10px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:#667a78!important;margin-left:5px!important}.footerBrandWide>div b{color:#fff!important}.footerBrandWide>div small{max-width:420px!important}@media(max-width:760px){.logoBrand .poweredBy{font-size:8px!important;letter-spacing:.03em!important}.footerBrandWide>div small{font-size:11px!important}}.sendQuoteBox{margin:14px 0 18px;padding:15px;border:1px solid #bfe4cc;border-radius:14px;background:#f2fbf5;display:flex;justify-content:space-between;align-items:center;gap:14px}.sendQuoteBox b,.sendQuoteBox small{display:block}.sendQuoteBox small{margin-top:4px;color:var(--muted);font-size:11px}.sendQuoteActions{display:flex;gap:8px;flex-wrap:wrap}.sendQuoteActions button{border:0;border-radius:10px;padding:11px 13px;font-weight:900;cursor:pointer;background:#35c85a;color:#062f33}.sendQuoteActions button:last-child{background:var(--navy);color:#fff}.sendQuoteActions button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:650px){.sendQuoteBox{align-items:stretch;flex-direction:column}.sendQuoteActions button{flex:1 1}}.publicQuote{min-height:100vh;background:#071d2a;padding:42px 18px;display:grid;place-items:center}.quoteCard{width:min(560px,100%);background:#fff;border-radius:22px;padding:30px;box-shadow:0 20px 70px rgba(0,0,0,.28);text-align:center;color:#092f37}.quoteCard>img{width:220px;max-width:75%;margin:0 auto 20px}.quoteCard>span{display:block;color:#2aaa54;font-size:11px;font-weight:950;letter-spacing:.16em}.quoteCard h1{font-size:30px;margin:8px 0}.quoteCard>p{color:#617674;line-height:1.55}.quotePrice{margin:24px 0 12px;padding:22px;border-radius:16px;background:#effaf3;border:1px solid #cbead4}.quoteItems b,.quoteItems small,.quotePrice b,.quotePrice small{display:block}.quoteItems small,.quotePrice small{font-size:10px;letter-spacing:.14em;color:#617674;font-weight:900}.quotePrice b{font-size:44px;color:#13823b;margin-top:5px}.quoteItems{padding:14px}.quoteItems b{margin-top:5px}.quoteDisclaimer{font-size:12px!important;text-align:left;background:#f6f8f7;border-radius:12px;padding:13px}.acceptQuote,.acceptedQuote{width:100%;border:0;border-radius:13px;padding:16px;font-weight:950;font-size:17px;margin-top:8px}.acceptQuote{background:#35c85a;color:#062f33;cursor:pointer}.acceptedQuote{background:#e0f7e6;color:#137533}.quoteMsg{font-weight:800;color:#137533!important}.quoteCall{display:block;margin:18px 0;color:#0a4d59;font-weight:900;text-decoration:none}.quoteCard footer{border-top:1px solid #e2ebe8;padding-top:18px;margin-top:20px;color:#71827f;font-size:11px;line-height:1.6}.clientsModal{max-width:850px}.clientSearch{display:flex;gap:12px;align-items:center;margin:18px 0}.clientSearch input{flex:1 1}.clientSearch b{white-space:nowrap}.clientList{display:grid;grid-gap:10px;gap:10px;max-height:60vh;overflow:auto}.clientRow{width:100%;display:flex;justify-content:space-between;gap:16px;text-align:left;padding:14px;border:1px solid #dce3ea;border-radius:14px;background:#fff;cursor:pointer}.clientRow:hover{border-color:#22c55e}.clientRow div{display:flex;flex-direction:column;gap:3px}.clientRow div:last-child{text-align:right;align-items:flex-end}.clientRow small{color:#64748b}.clientProfile{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:12px 0 18px;padding:16px;border-radius:16px;background:#f8fafc}.clientProfile h3{margin:0 0 4px}.clientProfile p{margin:0;color:#64748b}.clientQuick{display:flex;gap:8px;flex-wrap:wrap}.clientBack,.clientQuick a{border:1px solid #dce3ea;background:white;border-radius:10px;padding:9px 12px;text-decoration:none;color:#0f172a;font-weight:700}.clientBack{margin:8px 0 10px;cursor:pointer}.clientNotes{display:block;margin:18px 0 10px}.clientNotes textarea{width:100%;margin-top:6px}.clientsNav{background:#e8fff0!important;color:#087a38!important}@media(max-width:650px){.clientProfile,.clientRow{align-items:flex-start;flex-direction:column}.clientRow div:last-child{text-align:left;align-items:flex-start}.clientSearch{align-items:stretch;flex-direction:column}}.googleReviewButton{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#16a34a;color:#fff!important;font-weight:900;border-radius:12px;padding:13px 18px;white-space:nowrap;box-shadow:0 8px 18px rgba(22,163,74,.18)}.googleReviewButton:hover{transform:translateY(-1px)}.googleReviewAfter{margin:14px 0 8px;padding:18px;border:2px solid #22c55e;border-radius:16px;background:#f0fdf4;text-align:center}.googleReviewAfter>b{display:block;font-size:20px;color:#14532d}.googleReviewAfter p{margin:7px 0 13px;color:#475569}.googleReviewButton.big{width:100%;font-size:17px;padding:15px 18px}.googleReviewMini{max-width:650px}.googleReviewMini img{display:none}@media(max-width:600px){.googleReviewMini{align-items:stretch;flex-direction:column;text-align:center}.googleReviewCopy{justify-content:center}.googleReviewButton{width:100%}}