:root{--background:#ffffff;--foreground:#171717;--darkblue:#13334d;--accent:#f08661;--grey:#f5f6f7;--dark-grey:#eee;--color-accent:#1E5079;--color-accent-light:#1E50791A;--color-section:#f5f6f7;--heading:#1F1F1F;--text:#7A7A7A;--light-brown:#e2b071;--dark-brown:#915c32;--dark-blue:#01274e;--mid-blue:#41648c;--light-blue:#0072bb}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}body{color:var(--foreground);background:var(--background)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--heading);line-height:1.2}p{color:var(--text);margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:5px;cursor:pointer;font-size:16px;text-decoration:none;transition:all .3s ease;font-weight:600}.btn-primary{background-color:var(--accent);color:white}.btn-primary:hover{background-color:var(--dark-brown)}.btn-secondary{background-color:var(--dark-blue);color:white}.btn-secondary:hover{background-color:var(--mid-blue)}.section{padding:60px 0}.section-grey{background-color:var(--color-section)}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--heading)}.form-input,.form-select,.form-textarea{width:100%;padding:12px;border:2px solid var(--dark-grey);border-radius:5px;font-size:16px;transition:border-color .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent)}.form-error{color:#e74c3c;font-size:14px;margin-top:.25rem}.checkbox-group{display:flex;gap:1rem;flex-wrap:wrap}.checkbox-item{gap:.5rem}.checkbox-item,.hero{display:flex;align-items:center}.hero{background-size:cover;background-position:50%;background-repeat:no-repeat;height:400px;justify-content:center;position:relative;color:white;text-align:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.hero-content{position:relative;z-index:1;max-width:600px;padding:0 20px}.hero h1{font-size:3rem;margin-bottom:1rem;color:white}.hero p{font-size:1.2rem;color:rgba(255,255,255,.9)}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 15px}}.header{background:white;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center}.header .logo h2{color:var(--dark-blue)}.header .nav{display:flex;align-items:center;gap:2rem}.header .nav a{color:var(--text);font-weight:500;transition:color .3s ease}.header .nav a:hover{color:var(--accent)}.header .dropdown{position:relative}.header .dropdown-toggle{background:none;border:none;color:var(--text);font-weight:500;cursor:pointer;font-size:16px}.header .dropdown-toggle:hover{color:var(--accent)}.header .dropdown-menu{position:absolute;top:100%;left:0;background:white;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:5px;padding:1rem 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.header .dropdown-open{opacity:1;visibility:visible;transform:translateY(0)}.header .dropdown-menu a{display:block;padding:.5rem 1rem;white-space:nowrap}.header .mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}@media (max-width:768px){.header .mobile-menu-toggle{display:block}.header .nav{position:fixed;top:70px;left:0;right:0;background:white;flex-direction:column;align-items:stretch;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.header .nav-open{transform:translateY(0);opacity:1;visibility:visible}.header .dropdown-menu{position:static;box-shadow:none;background:var(--grey);margin-top:.5rem}}.footer{background:var(--dark-blue);color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:white;margin-bottom:1rem}.footer-section p{color:rgba(255,255,255,.8);margin-bottom:.5rem}.contact-info{margin-top:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:rgba(255,255,255,.8);transition:color .3s ease}.footer-section ul li a:hover{color:var(--accent)}.social-icons{display:flex;gap:1rem;margin-bottom:1rem}.social-icons a{font-size:1.5rem;transition:transform .3s ease}.social-icons a:hover{transform:scale(1.2)}.van-image{background:rgba(255,255,255,.1);padding:1rem;border-radius:5px;text-align:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center}.footer-bottom p{color:rgba(255,255,255,.6)}.process-text-center{text-align:center;margin-bottom:3rem}.process-text-center h2{font-size:2.5rem;margin-bottom:1rem}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.process-step{background:white;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.step-number{width:60px;height:60px;background:var(--accent);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-step h3{margin-bottom:1rem;color:var(--heading)}.process-step p{color:var(--text)}.sidebar{background:var(--grey);padding:2rem;border-radius:10px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.sidebar-section{margin-bottom:2rem}.sidebar-section:last-child{margin-bottom:0}.btn-full{width:100%;text-align:center}.sidebar-section h3{margin-bottom:1rem;color:var(--heading);font-size:1.2rem}.contact-item{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.contact-item strong{color:var(--heading)}.contact-item a{color:var(--accent);text-decoration:none}.contact-item a:hover{text-decoration:underline}.service-list{list-style:none}.service-list li{margin-bottom:.5rem}.service-list a{color:var(--text);text-decoration:none;transition:color .3s ease}.service-list a:hover{color:var(--accent)}@media (max-width:768px){.sidebar{position:static;margin-top:2rem}}.contact-form{background:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.contact-form h3{margin-bottom:1.5rem;color:var(--heading)}.alert{padding:1rem;border-radius:5px;margin-bottom:1.5rem}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.quote-form{max-width:800px;margin:0 auto}.quote-form h2{text-align:center;margin-bottom:2rem;color:var(--heading)}.form-section{background:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);margin-bottom:2rem}.form-section h3{margin-bottom:1.5rem;color:var(--heading);border-bottom:2px solid var(--accent);padding-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.item-group{border:2px solid var(--dark-grey);border-radius:10px;padding:1.5rem;margin-bottom:1.5rem}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.item-header h4{color:var(--heading);margin:0}.btn-remove{background:#e74c3c;color:white;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-size:14px}.btn-remove:hover{background:#c0392b}.btn-large{width:100%;padding:1rem 2rem;font-size:1.1rem}.text-center{text-align:center}.text-center h2{font-size:2.5rem;margin-bottom:1rem}.product-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem}.product-content{display:flex;flex-direction:column;gap:2rem}.content-section{background:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.content-section h2{margin-bottom:1.5rem;color:var(--heading);border-bottom:2px solid var(--accent);padding-bottom:.5rem}.content-section p{margin-bottom:1rem;line-height:1.7}.image-placeholder{background:var(--grey);padding:3rem;border-radius:10px;text-align:center;border:2px dashed var(--dark-grey)}.image-placeholder p{font-size:1.2rem;color:var(--text);margin:0}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.option-card{background:var(--grey);padding:1.5rem;border-radius:8px;border-left:4px solid var(--light-blue)}.option-card h3{margin-bottom:1rem;color:var(--heading)}.option-card p{margin:0;color:var(--text)}.services-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.service-item{background:var(--grey);padding:1.5rem;border-radius:8px;border-left:4px solid var(--mid-blue)}.service-item h3{margin-bottom:.5rem;color:var(--heading)}.service-item p{margin:0;color:var(--text)}@media (max-width:768px){.form-row{grid-template-columns:1fr}.form-section{padding:1rem}.product-layout{gap:2rem}.options-grid,.product-layout{grid-template-columns:1fr}section:first-child>div>div{grid-template-columns:1fr!important;gap:2rem!important;text-align:center}section:first-child h1{font-size:2.5rem!important}.container>div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important;gap:2rem!important}}