:root{
  --orange:#FB6408;
  --orange-dark:#D85608;
  --teal:#FB6408;  --deep:#111111;
  --ink:#2e3138;
  --muted:#747474;
  --line:#d6dde4;
  --bg:#f1f1f1;
  --footer:#070707;
}
*{box-sizing:border-box}
html{font-size:16px}
body{margin:0;background:var(--bg);font-family:Arial,Helvetica,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input{font:inherit}
.site-shell{min-height:calc(100vh - 190px);padding-bottom:28px}
.site-header{text-align:center;padding:18px 12px 20px}
.logo-wrap{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:72px}
.logo-sign{width:150px;height:150px;object-fit:contain;filter:drop-shadow(0 4px 4px rgba(0,0,0,.20))}
.brand-copy{text-align:left;line-height:1;transform:translateY(1px)}
.brand-name{font-family:Impact,'Arial Black',Arial,sans-serif;font-size:34px;letter-spacing:.8px;color:#151515;text-shadow:0 1px 0 rgba(255,255,255,.5)}
.brand-tagline{margin-top:4px;font-family:Impact,'Arial Black',Arial,sans-serif;font-size:24px;letter-spacing:.5px;color:var(--orange)}
.site-header h1{margin:5px 0 2px;font-weight:300;font-size:33px;line-height:1.05;color:#5b6573;letter-spacing:.5px}
.site-header p{margin:0;font-size:14px;letter-spacing:2px;font-weight:800;color:var(--orange)}
.main-wrap{width:min(1080px,calc(100% - 30px));margin:0 auto}
.quote-card{display:grid;grid-template-columns:485px 595px;min-height:636px;background:#fff;border-radius:4px;box-shadow:0 9px 24px rgba(22,28,38,.24);overflow:hidden}
.photo-panel{position:relative;min-height:636px;background-image:url('../images/tree-worker-hero.jpg');background-size:cover;background-position:center center;color:#dbe5e6}
.photo-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.78) 76%,rgba(0,0,0,.94) 100%)}
.photo-shade{position:absolute;left:0;right:0;bottom:0;height:45%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.86) 55%,rgba(0,0,0,.96))}
.benefit-list{position:absolute;left:36px;right:28px;bottom:33px;list-style:none;margin:0;padding:0}
.benefit-list li{position:relative;margin:0 0 22px;padding-left:47px;font-size:18px;line-height:1.28;font-weight:400;color:#dbe5e6;text-shadow:0 1px 1px rgba(0,0,0,.35)}
.benefit-list li:last-child{margin-bottom:0}.benefit-list li:before{content:"✓";position:absolute;left:0;top:-5px;color:var(--orange);font-size:29px;font-weight:900;line-height:1}
.form-panel{padding:26px 31px 21px;background:#fff}
.top-line{display:flex;align-items:center;gap:14px;padding-bottom:15px;border-bottom:1px solid #dde2e7;margin-bottom:17px;color:#546071;font-size:18px;font-style:italic;line-height:1.1}.top-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid #b9c2ca;border-radius:50%;color:var(--orange);font-style:normal;font-weight:900;font-size:17px;flex:0 0 auto}.progress-row{display:flex;justify-content:space-between;align-items:center;color:#667280;font-size:8px;font-weight:900;letter-spacing:.1px;margin-bottom:8px}.progress-bar{height:7px;background:#efefef;border-radius:7px;overflow:hidden;margin-bottom:23px}#progressFill{width:0%;height:100%;background:linear-gradient(90deg,#FB6408,#FF8A1C);transition:width .18s ease}
fieldset{border:0;margin:0;padding:0}.question{margin-bottom:24px}.question legend,.zip-heading legend{display:block;margin:0 0 12px;font-size:20px;line-height:1.15;font-weight:900;color:#4e5a6a}.question legend small{font-size:13px;color:#606c78;font-weight:800}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.service-btn{position:relative;height:103px;background:#fff;border:1px solid #ccd4dc;border-radius:4px;color:#6d7880;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease}.service-btn:hover{border-color:#aeb9c3}.service-btn.selected{border:2px solid var(--orange);box-shadow:0 0 10px rgba(255,59,18,.34);color:var(--orange)}.service-btn.selected .service-icon:before{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:58px;font-weight:900;z-index:2;background:#fff}.service-icon{position:relative;width:55px;height:49px;display:flex;align-items:center;justify-content:center}.service-icon img{
  width:55px;
  height:49px;
  object-fit:contain;
  display:block;
  filter:none;
  opacity:1;
}.service-btn span:last-child{display:block;text-align:center;font-size:14px;line-height:1.25;font-weight:400;color:currentColor}.icon-trim:before{content:"";position:absolute;width:44px;height:7px;border-radius:7px;background:#66706f;transform:rotate(-45deg)}.icon-trim:after{content:"";position:absolute;width:9px;height:41px;border-radius:9px;background:#66706f;transform:rotate(38deg);box-shadow:-14px 13px 0 -3px #66706f,14px 10px 0 -3px #66706f}.icon-landscape:before{content:"";position:absolute;left:11px;top:6px;width:34px;height:39px;border-radius:50% 50% 44% 44%;background:#66706f;clip-path:polygon(50% 0,100% 49%,80% 100%,20% 100%,0 49%)}.icon-landscape:after{content:"";position:absolute;left:25px;top:21px;width:3px;height:32px;background:#fff;box-shadow:-10px 23px 0 3px #66706f;transform:rotate(0deg)}.icon-worker:before{content:"";position:absolute;left:21px;top:3px;width:13px;height:13px;background:#66706f;border-radius:50%;box-shadow:12px 16px 0 9px #66706f}.icon-worker:after{content:"";position:absolute;left:9px;top:20px;width:39px;height:7px;background:#66706f;transform:rotate(16deg);border-radius:5px;box-shadow:17px 11px 0 -1px #66706f}.segmented{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ccd4dc;border-radius:5px;overflow:hidden}.segmented button{height:45px;border:0;border-right:1px solid #ccd4dc;background:#fff;color:#536070;font-size:16px;font-weight:800;cursor:pointer}.segmented button:last-child{border-right:0}.segmented button.selected{background:#fff8f5;color:var(--orange);box-shadow:inset 0 0 0 2px var(--orange)}.compact-question{margin-bottom:24px}.radio-row{display:flex;align-items:center;gap:58px;color:#737f8c;font-size:17px;line-height:1.1}.timeframe-row{gap:46px}.radio-row label{display:inline-flex;align-items:center;white-space:nowrap}.radio-row input{appearance:none;width:21px;height:21px;border:2px solid #8794a1;border-radius:50%;margin:0 12px 0 0;background:#fff}.radio-row input:checked{border-color:var(--orange);box-shadow:inset 0 0 0 5px #fff;background:var(--orange)}.zip-question{margin-bottom:18px}.zip-heading{display:flex;align-items:center;justify-content:space-between}.zip-heading legend{margin-bottom:12px}.owner{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:900;color:#3b4653;white-space:nowrap}.owner input{width:16px;height:16px;accent-color:#13835a}#zip{display:block;width:100%;height:52px;border:1px solid #ccd4dc;border-radius:5px;padding:0 16px;color:#4a5564;font-size:16px;outline:none}#zip:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,59,18,.13)}.cta{width:100%;height:59px;border:0;border-radius:3px;background:linear-gradient(180deg,#FB6408 0%,#D85608 100%);color:#fff;font-size:29px;font-weight:900;line-height:1;cursor:pointer;box-shadow:inset 0 -2px 0 rgba(0,0,0,.12),0 2px 5px rgba(0,0,0,.08)}.cta:hover{filter:brightness(.96)}.cta span{font-size:34px;line-height:0}.minute{text-align:center;margin:15px 0 0;color:#596676;font-size:16px}.form-message{min-height:18px;margin:7px 0 0;text-align:center;font-size:12px;font-weight:700;color:var(--orange)}.trust-row{display:flex;align-items:center;justify-content:center;gap:36px;margin:25px auto 30px;color:#75808b;font-size:16px}.trust-row>div{display:flex;align-items:center;gap:10px}.trust-row>div span{font-size:20px}.trust-row p{margin:0;line-height:1.2}.trusted{border-left:1px solid #c9cfd6;padding-left:36px}.trusted p{letter-spacing:4px;font-weight:900;font-size:16px;color:#626f7c}.site-footer{background:#070707;color:#cfd7df;text-align:center;padding:43px 20px 36px;font-size:16px;line-height:1.35}.site-footer p{margin:7px 0}.estimate-note{color:#FB6408!important;font-style:italic;font-size:16px;margin-bottom:23px!important}.site-footer nav{margin-top:25px}.site-footer a{display:inline-block;color:#dbe3ea;margin:0 13px;font-size:16px;text-decoration:underline;text-underline-offset:2px}
@media(max-width:1120px){.main-wrap{width:calc(100% - 24px)}.quote-card{grid-template-columns:42% 58%}.form-panel{padding:24px 24px 20px}.service-grid{gap:6px}.service-btn span:last-child{font-size:14px}.radio-row{gap:30px}.timeframe-row{gap:22px}.brand-name{font-size:30px}.logo-sign{width:78px;height:78px}.site-header h1{font-size:30px}}
@media(max-width:820px){.site-shell{padding-bottom:0}.site-header{padding:15px 10px 16px}.logo-wrap{display:flex}.logo-sign{width:72px;height:72px}.brand-name{font-size:25px}.brand-tagline{font-size:15px}.site-header h1{font-size:28px}.site-header p{font-size:8px;letter-spacing:2px}.main-wrap{width:100%;margin:0}.quote-card{display:flex;flex-direction:column;border-radius:0;box-shadow:none}.photo-panel{min-height:420px;background-position:center top}.benefit-list{left:24px;right:18px;bottom:28px}.benefit-list li{font-size:17px;margin-bottom:17px;padding-left:39px}.benefit-list li:before{font-size:26px}.form-panel{padding:22px 18px 22px}.top-line{font-size:17px}.question legend,.zip-heading legend{font-size:19px}.service-grid{grid-template-columns:repeat(2,1fr);gap:9px}.service-btn{height:118px}.service-icon{height:52px}.service-icon img{max-height:52px}.service-btn span:last-child{font-size:16px}.radio-row,.timeframe-row{display:grid;grid-template-columns:1fr;gap:13px;font-size:16px}.zip-heading{display:block}.owner{margin:0 0 9px}.trust-row{margin:22px 0;padding:0 14px;gap:22px;font-size:11px}.trusted{padding-left:22px}.site-footer a{display:block;margin:10px 0}}
@media(max-width:440px){.logo-sign{width:64px;height:64px}.brand-name{font-size:21px}.brand-tagline{font-size:13px}.site-header h1{font-size:25px}.photo-panel{min-height:390px}.benefit-list li{font-size:15px}.form-panel{padding:20px 12px}.top-line{font-size:16px}.question legend,.zip-heading legend{font-size:18px}.service-grid{gap:8px}.service-btn{height:108px}.service-icon{width:48px;height:44px}.service-icon img{max-width:50px;max-height:44px}.service-btn span:last-child{font-size:14px}.segmented button{font-size:15px}.cta{height:56px;font-size:25px}.trust-row{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center}.trusted{border-left:0;padding-left:0}.site-footer{font-size:11px}}

/* v8 orange/black brand finishing */
.site-header{background:linear-gradient(180deg,#fbfbfb 0%,#f1f1f1 100%)}
.quote-card{box-shadow:0 10px 28px rgba(0,0,0,.28)}
.logo-sign{filter:drop-shadow(0 5px 6px rgba(0,0,0,.28)) saturate(1.08)}
.brand-name{color:#151515;text-transform:uppercase}
.brand-tagline{color:var(--orange);text-transform:uppercase}
.top-line span:last-child{color:#2d2d2d}
.service-btn.selected span:last-child{color:var(--orange);font-weight:700}
.trust-row span{filter:saturate(1.4)}
.site-footer{border-top:4px solid var(--orange)}
.site-footer a:hover{color:#FB6408}
@media(max-width:820px){.site-header{background:#f1f1f1}.quote-card{box-shadow:none}.site-footer{border-top:3px solid var(--orange)}}
.mobile-banner{display:none}@media(max-width:820px){.desktop-heading,.desktop-subheading{display:none}.mobile-banner{display:block;background:#FB6408;color:#fff;text-align:center;font-size:19px;font-weight:900;padding:6px 0;letter-spacing:1px;text-transform:none;margin-top:10px;margin-left:-18px;margin-right:-18px}}
@media(max-width:820px){.photo-panel{display:none}}
.mobile-benefits{display:none}@media(max-width:820px){.mobile-benefits{display:block;background:#fff3ea;padding:18px 22px;margin-top:-8px;margin-left:-18px;margin-right:-18px}.mobile-benefits ul{margin:0;padding:0;list-style:none}.mobile-benefits li{position:relative;padding-left:34px;margin:0 0 10px;font-size:14px;font-weight:700;color:#184f87;line-height:1.3}.mobile-benefits li:before{content:"✓";position:absolute;left:0;top:-2px;font-size:18px;font-weight:900;color:#FB6408}}
@media(max-width:820px){.top-line{display:none}}
@media(max-width:820px){.progress-row{position:sticky;top:0;z-index:50;background:#fff;padding:14px 0 8px}.progress-bar{position:sticky;top:42px;z-index:50;background:#efefef}}
@media(max-width:820px){.progress-row,.progress-bar{position:relative}.progress-row{position:sticky;top:0;z-index:999;background:#fff;padding:12px 0 8px;margin-bottom:0}.progress-bar{position:sticky;top:38px;z-index:999;margin-bottom:18px}}
@media(max-width:820px){.mobile-sticky-progress{position:sticky;top:0;z-index:999;background:#fff;padding:12px 0 10px;box-shadow:0 2px 6px rgba(0,0,0,.12)}}
@media(max-width:820px){.form-panel{overflow:visible}.quote-card{overflow:visible}.mobile-sticky-progress{position:-webkit-sticky;position:sticky;top:0;z-index:9999;background:#fff;padding:12px 0 10px;box-shadow:0 2px 6px rgba(0,0,0,.15)}}
@media(max-width:820px){.mobile-sticky-progress{opacity:0;visibility:hidden;transition:opacity .15s ease}.show-progress .mobile-sticky-progress{opacity:1;visibility:visible}}
@media(max-width:820px){.mobile-sticky-progress{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;background:#fff!important;padding:12px 18px 10px!important;box-shadow:0 2px 6px rgba(0,0,0,.15)!important;opacity:0;visibility:hidden;transition:opacity .15s ease}.show-progress .mobile-sticky-progress{opacity:1;visibility:visible}}
@media(max-width:820px){.question legend small{display:block;margin-top:4px;margin-left:0}}
@media(max-width:820px){.service-grid{grid-template-columns:repeat(6,1fr);gap:7px;justify-items:center}.service-btn{width:100%;height:125px}.service-btn:nth-child(1),.service-btn:nth-child(2),.service-btn:nth-child(3){grid-column:span 2}.service-btn:nth-child(4){grid-column:2/span 2}.service-btn:nth-child(5){grid-column:4/span 2}.service-icon{width:52px;height:48px}.service-icon img{width:52px;height:48px}.service-btn span:last-child{font-size:14px;line-height:1.2}}
@media(max-width:820px){.trust-row{display:flex;justify-content:center;align-items:center;gap:24px;padding:0 12px}.trust-row>div{display:flex;align-items:center;gap:6px;flex:none}.privacy{justify-content:center}.trusted{justify-content:center;border-left:none;padding-left:0}.trust-row p{font-size:12px;line-height:1.2}.trusted p{font-size:12px;letter-spacing:2px}}
.contact-wrap{max-width:1180px;margin:35px auto;padding:0 20px}.contact-card{display:grid;grid-template-columns:380px 1fr;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.12)}.contact-success{background:#111;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 30px;text-align:center}.success-icon{width:90px;height:90px;border:4px solid #FB6408;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:54px;font-weight:900;color:#FB6408;margin-bottom:24px}.contact-success h1{margin:0 0 16px;font-size:52px;font-weight:900}.contact-success p{margin:0;font-size:28px;line-height:1.4}.contact-form{padding:45px}.contact-form label{display:block;font-size:18px;font-weight:800;margin:18px 0 8px}.contact-form input{width:100%;height:58px;border:1px solid #ccd4dc;border-radius:6px;padding:0 18px;font-size:18px;box-sizing:border-box}.contact-form .progress-row{margin-top:28px}.contact-form .progress-bar{margin-top:8px}@media(max-width:820px){.contact-card{grid-template-columns:1fr}.contact-success{padding:40px 25px}.success-icon{width:72px;height:72px;font-size:42px}.contact-success h1{font-size:42px}.contact-success p{font-size:22px}.contact-form{padding:28px}}
.legal-page{max-width:900px;margin:35px auto;background:#fff;padding:40px 34px;border-radius:6px;box-shadow:0 8px 22px rgba(0,0,0,.12);font-size:16px;line-height:1.65;color:#333}.legal-page h1{font-size:34px;margin-top:0;color:#111}.legal-page h2{font-size:24px;margin-top:34px;color:#111}.legal-page ul{padding-left:24px}.legal-page li{margin-bottom:12px}@media(max-width:820px){.legal-page{margin:0;padding:26px 18px;border-radius:0;box-shadow:none;font-size:15px}.legal-page h1{font-size:28px}.legal-page h2{font-size:22px}}
.legal-table{width:100%;border-collapse:collapse;margin:20px 0}.legal-table th,.legal-table td{border:1px solid #d6dde4;padding:10px;text-align:left;vertical-align:top}.legal-table th{background:#fff3ea;color:#111}@media(max-width:820px){.legal-table{font-size:12px}.legal-table th,.legal-table td{padding:7px}}
.contact-form select,.contact-form textarea{width:100%;border:1px solid #ccd4dc;border-radius:6px;padding:14px 18px;font-size:18px;box-sizing:border-box}.contact-form select{height:58px}.contact-form textarea{min-height:110px;resize:vertical}
.logo-wrap{text-decoration:none;color:inherit;cursor:pointer}
.locked-phone{position:relative}.locked-phone input{background:#f4f4f4;border:2px solid #dadada;color:#444;padding-right:48px}.phone-check{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#17a34a;font-size:22px;font-weight:700}.phone-note{margin-top:6px;font-size:13px;color:#184f87;font-weight:600}