*{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;border-radius:6px;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#fff;color:#15803d;box-shadow:0 10px 30px #00000026}.btn-primary:hover:not(:disabled){background-color:#f0fdf4;transform:translateY(-2px);box-shadow:0 12px 35px #0003}.btn-secondary{background-color:#3b82f6;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-outline{background-color:transparent;border:2px solid #ffffff;color:#fff}.btn-outline:hover:not(:disabled){background-color:#ffffff1a;border-color:#fff;color:#fff}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.card{background:#fff;border-radius:10px;box-shadow:0 2px 12px #00000014;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f3f4f6}.card-hover{cursor:pointer}.card-hover:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-color:#e5e7eb}.card-hover:focus{outline:2px solid #22c55e;outline-offset:2px}.accordion{width:100%}.accordion-item{border-bottom:1px solid #e5e7eb;margin-bottom:.5rem}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1.125rem;font-weight:600;color:#1f2937;transition:all .3s ease}.accordion-header:hover{background-color:#f9fafb}.accordion-header.open{color:#22c55e}.accordion-title{flex:1;padding-right:1rem}.accordion-icon{font-size:1.5rem;font-weight:300;color:#22c55e;transition:transform .3s ease}.accordion-header.open .accordion-icon{transform:rotate(0)}.accordion-content{padding:0 1rem 1.25rem;color:#4b5563;line-height:1.6;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.input-wrapper{margin-bottom:1.5rem}.input-label{display:block;margin-bottom:.5rem;font-weight:600;color:#1f2937;font-size:.875rem}.required{color:#ef4444;margin-left:.25rem}.input-field{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#fff}.input-field:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.input-field.input-error{border-color:#ef4444}.input-field.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.input-error-message{display:block;margin-top:.5rem;color:#ef4444;font-size:.875rem}textarea.input-field{min-height:120px;resize:vertical}select.input-field{cursor:pointer}.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-logo{text-decoration:none;color:#1f2937;font-size:1.5rem;font-weight:700;flex-shrink:0}.logo-text{color:#22c55e}.header-nav{display:flex;align-items:center;gap:2.5rem;flex:1;justify-content:center}.header-nav a{text-decoration:none;color:#374151;font-weight:500;font-size:.9375rem;transition:color .3s ease;position:relative;padding:.25rem 0}.header-nav a:hover{color:#22c55e}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#22c55e;transition:width .3s ease}.header-nav a:hover:after{width:100%}.header-phone{color:#3b82f6!important;font-weight:600;white-space:nowrap}.header-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.header-menu-toggle span{width:25px;height:3px;background-color:#1f2937;transition:all .3s ease}@media(max-width:968px){.header-nav{gap:1.5rem}}@media(max-width:768px){.header-container{padding:1rem 1.5rem}.header-menu-toggle{display:flex}.header-nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 12px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:0}.header-nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.header-nav a{padding:.75rem 0;border-bottom:1px solid #e5e7eb;width:100%}.header-nav a:after{display:none}}.footer{background-color:#1f2937;color:#f9fafb;margin-top:6rem;border-top:4px solid #22c55e}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#22c55e}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-description{color:#d1d5db;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#22c55e}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{margin-bottom:.5rem;color:#d1d5db}.footer-contact a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#22c55e}.footer-bottom{border-top:1px solid #374151;padding:1.5rem 0}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;color:#9ca3af;font-size:.875rem}.footer-credit a{color:#22c55e;text-decoration:none}.footer-credit a:hover{text-decoration:underline}@media(max-width:768px){.footer-container{grid-template-columns:1fr}.footer-bottom .footer-container{flex-direction:column;text-align:center}}.main-layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}.hero-section{background-image:url(/images/hero.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#22c55e;color:#fff;min-height:100vh;padding:7rem 2rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.hero-section h1,.hero-section p,.hero-section a{color:#fff}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#16a34ad9,#16a34abf 40%,#16a34a4d,#16a34a1a);pointer-events:none;z-index:1}.hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:1;width:100%}.hero-content{max-width:640px;margin-left:8%;text-align:left;position:relative;z-index:2}.hero-trust-strip{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;opacity:.95;flex-wrap:wrap}.hero-trust-strip span{display:flex;align-items:center;gap:.5rem;text-shadow:0 1px 10px rgba(0,0,0,.3)}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff;text-shadow:0 6px 20px rgba(0,0,0,.25),0 2px 10px rgba(0,0,0,.15)}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;line-height:1.7;color:#fff;opacity:.95;text-shadow:0 2px 15px rgba(0,0,0,.5),0 1px 5px rgba(0,0,0,.3)}.hero-cta{display:flex;gap:1.25rem;justify-content:flex-start;flex-wrap:wrap}.hero-phone{text-decoration:none}@media(max-width:768px){.hero-section{padding:4rem 1.5rem;justify-content:center;background-position:center center}.hero-content{margin-left:0;text-align:center;max-width:100%}.hero-trust-strip{justify-content:center;font-size:.75rem;gap:1rem}.hero-title{font-size:2rem;text-shadow:0 4px 15px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.125rem}.hero-cta{flex-direction:column;justify-content:center}.hero-cta a,.hero-cta button{width:100%}}.services-preview{padding:5rem 2rem;background-color:#f9fafb}.services-preview-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1f2937}.section-subtitle{text-align:center;color:#4b5563;font-size:1.125rem;margin-bottom:3rem;font-weight:400}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.service-card-link{text-decoration:none;color:inherit;display:block}.service-card{text-align:center;padding:2.5rem 2rem;height:100%;display:flex;flex-direction:column;border:1px solid #e5e7eb;transition:all .3s ease;background:#fff}.service-card:hover{border-color:#22c55e;box-shadow:0 10px 30px #22c55e26;transform:translateY(-4px)}.service-icon{font-size:3.5rem;margin-bottom:1.25rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.service-description{color:#4b5563;line-height:1.7;flex:1;margin-bottom:1.5rem;font-size:.9375rem}.service-link{color:#22c55e;font-weight:600;display:inline-block;margin-top:auto;transition:all .3s ease}.service-card:hover .service-link{color:#16a34a;transform:translate(4px)}.services-cta{text-align:center}@media(max-width:768px){.services-preview{padding:3rem 1.5rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}}.about-preview{padding:5rem 2rem;background-color:#fff}.about-preview-container{max-width:1200px;margin:0 auto}.about-preview-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:1.5rem}@media(max-width:768px){.about-preview{padding:3rem 1.5rem}}.dump-trailer-highlight{padding:5rem 2rem;background-color:#f9fafb}.dump-trailer-container{max-width:1200px;margin:0 auto}.dump-trailer-content{max-width:900px;margin:0 auto}.dump-trailer-card{padding:2.5rem}.dump-trailer-specs{margin-bottom:2rem}.dump-trailer-specs h3,.dump-trailer-pricing h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.dump-trailer-specs ul{list-style:none;padding:0}.dump-trailer-specs li{padding:.5rem 0;color:#4b5563;border-bottom:1px solid #e5e7eb}.dump-trailer-specs li:before{content:"✓ ";color:#22c55e;font-weight:600;margin-right:.5rem}.pricing-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.pricing-price{font-size:1.5rem;font-weight:700;color:#22c55e;margin-bottom:.5rem}.dump-trailer-cta{text-align:center}@media(max-width:768px){.dump-trailer-highlight{padding:3rem 1.5rem}.dump-trailer-card{padding:1.5rem}.pricing-options{grid-template-columns:1fr}}.why-choose-us{padding:5rem 2rem;background-color:#f9fafb}.why-choose-us-container{max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-card{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:10px;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{font-size:3.5rem;margin-bottom:1.25rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-description{color:#4b5563;line-height:1.7;font-size:.9375rem}@media(max-width:768px){.why-choose-us{padding:3rem 1.5rem}.features-grid{grid-template-columns:1fr}}.projects-preview{padding:5rem 2rem;background-color:#fff}.projects-preview-container{max-width:1200px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;margin-bottom:3rem}.project-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f3f4f6;cursor:pointer}.project-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-color:#e5e7eb}.project-description{color:#4b5563;line-height:1.7;font-size:.9375rem}.projects-cta{text-align:center}.view-all-btn{background-color:transparent;border:2px solid #22c55e;color:#22c55e;padding:.75rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.view-all-btn:hover{background-color:#22c55e;color:#fff}@media(max-width:768px){.projects-preview{padding:3rem 1.5rem}.projects-grid{grid-template-columns:1fr}}.home-page,.about-page{width:100%}.about-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.about-hero-container{max-width:1200px;margin:0 auto}.about-hero h1{font-size:3rem;font-weight:700}.about-content{padding:4rem 2rem}.about-content-container{max-width:1200px;margin:0 auto}.about-section{margin-bottom:4rem}.about-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.about-section p{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1rem}.mission-statement{font-size:1.25rem;font-weight:600;color:#22c55e;font-style:italic}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem}.value-card h3{font-size:2rem;font-weight:700;color:#22c55e;margin:0}.trust-card{background-color:#f0fdf4;border:2px solid #22c55e}.trust-card p{margin:0}@media(max-width:768px){.about-hero h1{font-size:2rem}.about-content{padding:3rem 1.5rem}.values-grid{grid-template-columns:1fr}}.services-page{width:100%}.services-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.services-hero-container{max-width:1200px;margin:0 auto}.services-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.services-hero p{font-size:1.25rem;opacity:.95}.services-content{padding:4rem 2rem}.services-container{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-link{text-decoration:none;color:inherit}.service-card{padding:2rem;text-align:center;height:100%;display:flex;flex-direction:column}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.service-description{color:#6b7280;line-height:1.6;flex:1;margin-bottom:1rem}.service-cta{color:#22c55e;font-weight:600;display:inline-block;margin-top:auto}@media(max-width:768px){.services-hero h1{font-size:2rem}.services-content{padding:3rem 1.5rem}.services-grid{grid-template-columns:1fr}}.service-detail-page{width:100%}.service-detail-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.service-detail-hero-container{max-width:1200px;margin:0 auto}.service-icon-large{font-size:4rem;margin-bottom:1rem}.service-detail-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.service-subtitle{font-size:1.25rem;opacity:.95}.service-detail-content{padding:4rem 2rem}.service-detail-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.service-detail-main h2{font-size:1.75rem;font-weight:600;margin-bottom:1rem;margin-top:2rem;color:#1f2937}.service-detail-main h2:first-of-type{margin-top:0}.service-detail-main p{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:#4b5563;font-size:1.125rem;line-height:1.6}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:600;font-size:1.25rem}.not-found{text-align:center;padding:4rem 2rem}.not-found h1{font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.not-found p{color:#6b7280;margin-bottom:2rem;font-size:1.125rem}@media(max-width:968px){.service-detail-container{grid-template-columns:1fr}.cta-card{position:static}}@media(max-width:768px){.service-detail-hero h1{font-size:2rem}.service-detail-content{padding:3rem 1.5rem}}.projects-page{width:100%}.projects-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.projects-hero-container{max-width:1200px;margin:0 auto}.projects-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.projects-hero p{font-size:1.25rem;opacity:.95}.projects-content{padding:4rem 2rem}.projects-container{max-width:1200px;margin:0 auto}.projects-filters{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#1f2937}.filter-btn:hover{border-color:#22c55e;color:#22c55e}.filter-btn.active{background-color:#22c55e;border-color:#22c55e;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.project-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.project-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.project-image-placeholder{width:100%;height:250px;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center}.project-placeholder-text{color:#fff;font-weight:600;opacity:.8}.project-info{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.project-description{color:#6b7280;line-height:1.6}.lightbox{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.lightbox-content{max-width:900px;width:100%;background:#fff;border-radius:8px;overflow:hidden;position:relative}.lightbox-close{position:absolute;top:1rem;right:1rem;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;transition:background .3s ease}.lightbox-close:hover{background:#000000e6}.lightbox-image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center}.lightbox-image-placeholder span{color:#fff;font-weight:600;font-size:1.5rem;opacity:.8}.lightbox-info{padding:2rem}.lightbox-info h3{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.lightbox-info p{color:#6b7280;line-height:1.6}@media(max-width:768px){.projects-hero h1{font-size:2rem}.projects-content{padding:3rem 1.5rem}.projects-grid{grid-template-columns:1fr}}.faq-page{width:100%}.faq-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.faq-hero-container{max-width:1200px;margin:0 auto}.faq-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.faq-hero p{font-size:1.25rem;opacity:.95}.faq-content{padding:4rem 2rem}.faq-container{max-width:900px;margin:0 auto}@media(max-width:768px){.faq-hero h1{font-size:2rem}.faq-content{padding:3rem 1.5rem}}.contact-page{width:100%}.contact-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.contact-hero-container{max-width:1200px;margin:0 auto}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.25rem;opacity:.95}.contact-content{padding:4rem 2rem}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.contact-info>p{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-detail-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.contact-detail-item a{color:#22c55e;text-decoration:none;font-size:1.125rem;transition:color .3s ease}.contact-detail-item a:hover{color:#16a34a}.contact-detail-item p{color:#6b7280;font-size:1.125rem;margin:0}.contact-form-wrapper{background:#f9fafb;padding:2rem;border-radius:8px}.contact-form{display:flex;flex-direction:column}@media(max-width:968px){.contact-container{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.contact-hero h1{font-size:2rem}.contact-content{padding:3rem 1.5rem}}.get-a-quote-page{width:100%}.quote-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.quote-hero-container{max-width:1200px;margin:0 auto}.quote-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.quote-hero p{font-size:1.25rem;opacity:.95}.quote-content{padding:4rem 2rem}.quote-container{max-width:800px;margin:0 auto}.quote-form-wrapper{background:#f9fafb;padding:2.5rem;border-radius:8px}.quote-form{display:flex;flex-direction:column}.form-success{background-color:#d1fae5;color:#065f46;padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid #6ee7b7}@media(max-width:768px){.quote-hero h1{font-size:2rem}.quote-content{padding:3rem 1.5rem}.quote-form-wrapper{padding:1.5rem}}.dump-trailer-page{width:100%}.dump-trailer-hero{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:4rem 2rem;text-align:center}.dump-trailer-hero-container{max-width:1200px;margin:0 auto}.dump-trailer-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.dump-trailer-hero p{font-size:1.25rem;opacity:.95}.dump-trailer-content{padding:4rem 2rem}.dump-trailer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.dump-trailer-main{display:flex;flex-direction:column;gap:2rem}.specs-card,.pricing-card,.responsibilities-card{padding:2rem}.specs-card h2,.pricing-card h2,.responsibilities-card h2{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}.specs-list,.responsibilities-list{list-style:none;padding:0}.specs-list li,.responsibilities-list li{color:#4b5563;border-bottom:1px solid #e5e7eb;padding:.75rem 0 .75rem 2rem;position:relative}.specs-list li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:600}.responsibilities-list li:before{content:"•";position:absolute;left:0;color:#6b7280;font-weight:600}.pricing-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.pricing-option{text-align:center;padding:1.5rem;background-color:#f9fafb;border-radius:8px}.pricing-price{font-size:1.75rem;font-weight:700;color:#22c55e;margin-bottom:.5rem}.pricing-label{font-weight:600;color:#1f2937;margin-bottom:.5rem}.pricing-description{font-size:.875rem;color:#6b7280}.cta-card{padding:2rem;text-align:center;position:sticky;top:100px}.cta-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.cta-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.cta-buttons{display:flex;flex-direction:column;gap:1rem}.cta-buttons a{text-decoration:none;width:100%}.cta-buttons button{width:100%}@media(max-width:968px){.dump-trailer-container{grid-template-columns:1fr}.cta-card{position:static}}@media(max-width:768px){.dump-trailer-hero h1{font-size:2rem}.dump-trailer-content{padding:3rem 1.5rem}.pricing-options{grid-template-columns:1fr}}.App{width:100%;min-height:100vh}
