:root{--black:#070707;--charcoal:#151515;--panel:#222;--muted:#666;--line:#e8e2d8;--paper:#fffaf2;--white:#fff;--yellow:#ffc400;--orange:#f27a1a;--shadow:0 24px 70px #07070729}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{color:var(--white);z-index:20;background:#070707f0;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(18px,4vw,56px);display:flex;position:sticky;top:0}.brand{letter-spacing:0;align-items:center;gap:10px;font-weight:900;display:flex}.brand-mark{background:var(--yellow);color:var(--black);border-radius:4px;padding:7px 8px;font-size:.82rem;display:inline-flex}.nav-actions{align-items:center;gap:20px;font-size:.94rem;font-weight:700;display:flex}.phone-pill{background:var(--yellow);color:var(--black);border-radius:4px;padding:10px 14px}.hero{color:var(--white);background:linear-gradient(110deg,#070707f5,#070707d1),radial-gradient(circle at 80% 10%,#ffc40038,#0000 32%);grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:clamp(32px,5vw,64px);min-height:calc(100svh - 64px);padding:clamp(48px,7vw,92px) clamp(18px,4vw,56px) clamp(34px,5vw,64px);display:grid}.hero-copy{align-self:center;max-width:720px}.eyebrow{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:900}h1,h2,h3,p{letter-spacing:0}h1{max-width:820px;margin:0;font-size:clamp(2.7rem,7vw,6rem);line-height:.9}h2{margin:0;font-size:clamp(2rem,4vw,3.7rem);line-height:.98}h3{margin:0;font-size:1.15rem}.hero-subtitle{color:#f2eee6;max-width:660px;margin:24px 0;font-size:clamp(1.12rem,2vw,1.45rem);line-height:1.45}.hero-list{gap:10px;margin:0 0 30px;padding:0;list-style:none;display:grid}.hero-list li{align-items:flex-start;gap:10px;line-height:1.35;display:flex}.hero-list li:before{color:var(--yellow);content:"✓";font-weight:900}.cta-row{flex-wrap:wrap;gap:12px;display:flex}.cta-row.centered{justify-content:center}.button{cursor:pointer;text-align:center;border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;min-height:50px;padding:13px 18px;font-weight:900;display:inline-flex}.button.primary{background:var(--yellow);color:var(--black)}.button.secondary{color:var(--white);border-color:#ffffff57}.button.secondary.light{border-color:var(--white)}.hero-visual{background:var(--charcoal);box-shadow:var(--shadow);border:1px solid #ffffff29;border-radius:8px;align-self:stretch;min-height:430px;position:relative;overflow:hidden}.hero-visual:after{content:"";background:linear-gradient(#0707070a,#070707b8);position:absolute;inset:0}.hero-visual img,.photo-placeholder img{object-fit:cover;width:100%;height:100%;display:block}.visual-label{background:#070707c7;border-top:1px solid #ffffff29;gap:4px;padding:18px;display:grid;position:absolute;bottom:0;left:0;right:0}.visual-label span{color:#e8e2d8}.trust-bar{background:var(--yellow);color:var(--black);grid-template-columns:repeat(4,1fr);gap:1px;font-weight:900;display:grid}.trust-bar div{background:var(--yellow);text-align:center;justify-content:center;align-items:center;gap:8px;min-height:70px;padding:16px;display:flex}.section{padding:clamp(58px,8vw,104px) clamp(18px,4vw,56px)}.section-heading{text-align:center;max-width:820px;margin:0 auto 34px}.section-heading p:not(.eyebrow){color:var(--muted);margin:16px auto 0;font-size:1.08rem;line-height:1.55}.card-grid,.pricing-grid,.why-grid,.customer-grid{gap:16px;max-width:1180px;margin:0 auto;display:grid}.services-grid{grid-template-columns:repeat(4,1fr)}.service-card,.price-card,.why-item,.customer-grid div{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:0 12px 36px #0707070f}.service-card h3:before{background:var(--yellow);content:"";width:44px;height:5px;margin-bottom:14px;display:block}.service-card p,.price-card p,.before-after-copy p,.quote-copy p,.faq-list p,.final-cta p{color:var(--muted);line-height:1.55}.pricing-section,.customer-section{background:var(--paper)}.pricing-grid{grid-template-columns:repeat(5,1fr)}.price-card{flex-direction:column;min-height:230px;display:flex}.price-card.featured{background:var(--black);border-color:var(--black);color:var(--white);transform:translateY(-10px)}.price-card.featured p{color:#f2eee6}.price{margin:24px 0 8px;font-size:clamp(1.55rem,2.7vw,2.35rem);font-weight:900;line-height:1;color:var(--orange)!important}.pricing-note{background:var(--white);border-left:6px solid var(--orange);max-width:980px;margin:24px auto 0;padding:18px 20px;line-height:1.55}.split-section{grid-template-columns:1.35fr .65fr;align-items:stretch;gap:28px;display:grid}.split-section .section-heading{text-align:left;margin-left:0}.steps{gap:14px;display:grid}.step{background:var(--black);color:var(--white);border-radius:8px;align-items:center;gap:16px;padding:20px;display:flex}.step span{background:var(--yellow);color:var(--black);border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;height:44px;font-weight:900;display:inline-flex}.ad-block{background:var(--yellow);color:var(--black);border-radius:8px;flex-direction:column;justify-content:center;padding:clamp(24px,4vw,38px);display:flex}.ad-block p{text-transform:uppercase;margin:0 0 8px;font-weight:900}.ad-block h3{margin-bottom:18px;font-size:clamp(2rem,4vw,3.4rem);line-height:.95}.ad-block span{font-weight:800;line-height:1.45}.why-section{background:var(--black);color:var(--white)}.why-section .section-heading{color:var(--white)}.why-grid{grid-template-columns:repeat(3,1fr)}.why-item{background:var(--panel);box-shadow:none;border-color:#373737;font-weight:800;line-height:1.4}.why-item:before,.customer-grid div:before{color:var(--yellow);content:"✓ ";font-weight:900}.before-after{grid-template-columns:.72fr 1.28fr;align-items:center;gap:34px;display:grid}.before-after-copy{max-width:520px}.before-after-copy h2{margin-bottom:18px}.photo-pair{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.photo-placeholder{aspect-ratio:4/3;background:var(--charcoal);border-radius:8px;align-items:end;min-height:220px;display:flex;position:relative;overflow:hidden}.photo-placeholder.after{background:var(--charcoal)}.photo-placeholder:after{content:"";background:linear-gradient(#0000 45%,#070707bd);position:absolute;inset:0}.photo-placeholder span{color:var(--white);z-index:1;background:#070707c7;width:100%;padding:14px;font-weight:900;display:block;position:absolute}.customer-grid{grid-template-columns:repeat(3,1fr)}.quote-section{background:var(--black);color:var(--white);grid-template-columns:.72fr 1.28fr;gap:36px;display:grid}.quote-copy{max-width:520px}.quote-copy h2{margin-bottom:18px}.quote-phone{color:var(--yellow);margin-top:12px;font-size:2rem;font-weight:900;display:inline-block}.form-status{border-radius:4px;margin:18px 0 0;padding:12px 14px;font-weight:800}.form-status.success{color:var(--white);background:#ffc40029;border:1px solid #ffc40080}.form-status.warning{color:var(--white);background:#f27a1a29;border:1px solid #f27a1a80}.quote-form{background:var(--white);color:var(--black);border-radius:8px;grid-template-columns:repeat(2,1fr);gap:16px;padding:clamp(20px,4vw,34px);display:grid}.quote-form label{gap:8px;font-weight:800;display:grid}.quote-form input,.quote-form select,.quote-form textarea{border:1px solid #d7d0c6;border-radius:4px;width:100%;min-height:46px;padding:10px 12px}.quote-form textarea{resize:vertical}.quote-form .full,.quote-form fieldset{grid-column:1/-1}.quote-form fieldset{border:1px solid #d7d0c6;border-radius:4px;flex-wrap:wrap;gap:16px;margin:0;padding:14px;display:flex}.quote-form fieldset label{align-items:center;gap:8px;display:flex}.quote-form fieldset input{width:auto;min-height:auto}.quote-form button{border:0}.faq-list{gap:12px;max-width:920px;margin:0 auto;display:grid}details{border:1px solid var(--line);border-radius:8px;padding:18px 20px}summary{cursor:pointer;font-weight:900}.final-cta{background:linear-gradient(135deg, var(--orange), var(--yellow));color:var(--black);text-align:center;padding:clamp(58px,8vw,92px) 18px}.final-cta p{color:#1f1f1f;margin:16px auto 26px;font-size:1.12rem}.mobile-cta{display:none}@media (max-width:1040px){.hero,.split-section,.before-after,.quote-section{grid-template-columns:1fr}.hero{min-height:auto}.services-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid .price-card:last-child{grid-column:1/-1}.price-card.featured{transform:none}.why-grid,.customer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){body{padding-bottom:70px}.topbar{align-items:flex-start;gap:12px}.nav-actions a:not(.phone-pill){display:none}.hero{padding-top:40px}.hero-visual{min-height:330px}.trust-bar,.services-grid,.pricing-grid,.why-grid,.photo-pair,.customer-grid,.quote-form{grid-template-columns:1fr}.pricing-grid .price-card:last-child{grid-column:auto}.section-heading{text-align:left}.quote-form .full,.quote-form fieldset{grid-column:auto}.mobile-cta{background:var(--black);z-index:40;border-top:1px solid #333;grid-template-columns:1fr 1fr;padding:9px;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-cta a{background:var(--yellow);color:var(--black);border-radius:4px;justify-content:center;align-items:center;min-height:46px;margin:0 4px;font-size:.94rem;font-weight:900;display:flex}}@media (max-width:480px){.brand span:last-child{display:none}.phone-pill{padding:9px 10px}h1{font-size:2.65rem}.cta-row .button{width:100%}}
