*{margin:0;padding:0;box-sizing:border-box}:root{--gold: #D4AF37;--gold-light: #F4E87C;--gold-dark: #B8941F;--blue: #2563EB;--blue-light: #60A5FA;--blue-dark: #1D4ED8;--white: #FFFFFF;--light-gray: #F8FAFC;--gray: #64748B;--dark-gray: #334155;--text-dark: #1E293B}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:var(--white);box-shadow:0 2px 20px #0000001a;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease}.nav-container{padding:0 20px;display:flex;justify-content:flex-start;align-items:center;height:120px;gap:3rem}.nav-logo h2{color:var(--gold);font-size:1.8rem;font-weight:700}.logo-image{height:100px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;align-items:center;gap:2rem}.nav-item{position:relative}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;padding:10px 0;transition:all .3s ease;display:flex;align-items:center;gap:5px}.nav-link:hover,.nav-link.active{color:var(--gold)}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--white);min-width:200px;box-shadow:0 8px 25px #00000026;border-radius:8px;display:none;list-style:none;padding:10px 0;z-index:1001}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li{padding:0}.dropdown-menu a{display:block;padding:12px 20px;color:var(--text-dark);text-decoration:none;transition:all .3s ease}.dropdown-menu a:hover{background:var(--light-gray);color:var(--gold)}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s}.hero{margin-top:120px;min-height:90vh;display:flex;align-items:center;padding:2rem 0;position:relative;overflow:hidden}.hero-background{position:absolute;top:20%;left:0;width:100%;height:130%;z-index:0}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#00000080,#0006);z-index:1}.hero-content{padding:0 40px;position:relative;z-index:2;min-height:70vh;width:100%;display:flex;justify-content:space-between;align-items:center;gap:40px}.hero-text{text-align:left;flex:1}.hero-title{font-size:4rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.4rem;color:var(--white);margin-bottom:2rem;line-height:1.6;max-width:600px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.quote-form-container{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #00000026;flex-shrink:0;width:400px;box-sizing:border-box}.quote-form-container .form-title{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.quote-form .form-row{display:flex;gap:1rem}.quote-form .form-group{margin-bottom:1rem;flex:1}.quote-form label{display:block;font-size:.95rem;color:var(--dark-gray);margin-bottom:.5rem;font-weight:500}.quote-form input[type=text],.quote-form input[type=email],.quote-form input[type=tel],.quote-form input[type=number],.quote-form select,.quote-form textarea{width:100%;padding:12px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;color:var(--text-dark);background-color:var(--white);transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.quote-form input[type=text]:focus,.quote-form input[type=email]:focus,.quote-form input[type=tel]:focus,.quote-form input[type=number]:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a;outline:none}.quote-form textarea{resize:vertical;min-height:80px;font-family:inherit}.quote-form .form-submit-btn{width:100%;margin-top:1.5rem;padding:15px 20px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none}.quote-form .form-submit-btn:disabled{opacity:.7;cursor:not-allowed}.quote-form .form-message{margin-top:1rem;padding:12px;border-radius:8px;font-size:.95rem;text-align:center;font-weight:500}.quote-form .form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.quote-form .form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.quote-form-wrapper .quote-form-container{background:transparent;padding:0;border-radius:0;box-shadow:none;width:100%;max-width:none}.quote-form-wrapper .form-title{display:none}.btn{padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:inline-block}.btn-primary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);color:var(--white);border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.btn-secondary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn-secondary:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.btn-outline{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn-outline:hover{background:var(--blue-dark);color:var(--white);border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.features{padding:100px 0;background:var(--white)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--gold);border-radius:2px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:var(--white);padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 40px #2563eb1a}.feature-icon{font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(45deg,var(--gold),var(--gold-light));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.feature-card h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.feature-card p{color:var(--gray);line-height:1.6}.services-preview{padding:100px 0;background:var(--white)}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:4rem}.service-card{flex:0 0 350px;max-width:350px}.service-card{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-card img{width:100%;height:250px;object-fit:cover}.service-content{padding:2rem}.service-content h3{font-size:1.4rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.service-content p{color:var(--gray);line-height:1.6}.cta{padding:100px 0;background:var(--white);text-align:center;position:relative;overflow:hidden}.cta-content{position:relative;z-index:2}.cta h2{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.cta p{font-size:1.2rem;color:var(--gray);margin-bottom:2.5rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.footer{background:var(--white);color:var(--text-dark);padding:60px 0 20px;border-top:3px solid var(--gold)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--gold);font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:var(--gold);font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:var(--gray);line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-dark);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--light-gray);padding-top:20px;text-align:center}.footer-bottom p{color:var(--gray)}.footer-logo{height:60px;width:auto;object-fit:contain;margin-bottom:1rem}.contact-item{display:flex;align-items:center;margin-bottom:.8rem;color:var(--text-dark);line-height:1.6}.contact-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:12px;width:24px;height:24px;flex-shrink:0}.contact-icon svg{width:100%;height:100%}@media (max-width: 768px){.hamburger{display:flex}.nav-container{justify-content:space-between}.nav-menu{position:fixed;left:-100%;top:120px;flex-direction:column;background-color:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:0}.nav-menu.active{left:0}.nav-item{margin:1rem 0}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:var(--light-gray);margin-top:1rem}.hero-content{padding:0 20px;flex-direction:column;align-items:center}.hero-text{text-align:center;margin-bottom:2rem}.hero-buttons{justify-content:center}.quote-form-container{width:100%;max-width:400px;padding:2rem 1.5rem;margin:2rem auto}.quote-form .form-row{flex-direction:column;gap:0}.hero-title{font-size:3rem}.features-grid,.services-grid{grid-template-columns:1fr}.cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.quote-form-container{padding:1.5rem 1rem}.quote-form-container .form-title{font-size:1.5rem}}@media (max-width: 480px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.feature-card,.service-content{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeInUp .8s ease forwards}.feature-card,.service-card{animation:fadeInUp .8s ease forwards}.color-palette-page{background:var(--light-gray);min-height:100vh}.filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.filter-button{background:var(--white);color:var(--text-dark);border:2px solid #e2e8f0;padding:12px 24px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0000000d}.filter-button:hover{background:var(--gold-light);border-color:var(--gold);color:var(--text-dark);transform:translateY(-2px);box-shadow:0 6px 15px #d4af3733}.filter-button.active{background:var(--gold);color:var(--white);border-color:var(--gold);box-shadow:0 6px 15px #d4af374d}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 20px;max-width:1400px;margin:0 auto}.image-card{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:0 8px 20px #0000001a;transition:all .3s ease;position:relative;height:280px}.image-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00000026}.image-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.image-card:hover img{transform:scale(1.05)}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:var(--white);padding:1.5rem 1rem 1rem;transform:translateY(100%);transition:transform .3s ease}.image-card:hover .image-overlay{transform:translateY(0)}.image-name{font-size:.95rem;font-weight:600;margin:0;text-align:center}@media (max-width: 768px){.filter-buttons{flex-direction:column;align-items:center;gap:.8rem}.filter-button{width:90%;max-width:300px;padding:14px 20px}.image-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:0 15px}.image-card{height:220px}}@media (max-width: 480px){.image-grid{grid-template-columns:1fr;gap:1rem}.image-card{height:250px}.filter-button{width:95%;font-size:.95rem}}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;box-sizing:border-box}.image-modal-content{position:relative;background:var(--white);border-radius:15px;padding:20px;max-width:95vw;max-height:95vh;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 60px #0000004d}.image-modal-img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 10px 30px #0003}.image-modal-name{margin-top:20px;font-size:1.4rem;font-weight:600;color:var(--text-dark);text-align:center;margin-bottom:0}.image-modal-close{position:absolute;top:10px;right:10px;background:var(--gold);color:var(--white);border:none;width:45px;height:45px;border-radius:50%;font-size:1.4rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2001;box-shadow:0 4px 15px #0000004d}.image-modal-close:hover{background:var(--gold-dark);transform:scale(1.1);box-shadow:0 5px 15px #d4af3766}@media (max-width: 768px){.image-modal-content{padding:15px;max-width:98vw;max-height:98vh}.image-modal-img{max-height:80vh}.image-modal-name{font-size:1.2rem;margin-top:15px}.image-modal-close{width:40px;height:40px;font-size:1.2rem;top:5px;right:5px}}@media (max-width: 480px){.image-modal-overlay{padding:5px}.image-modal-content{padding:10px;max-width:99vw;max-height:99vh}.image-modal-img{max-height:75vh}.image-modal-name{font-size:1.1rem;margin-top:10px}}
