.custom-header{position:sticky;top:0;z-index:1000;background:#28282b;width:100%;transition:box-shadow .3s ease}.custom-header.header-scrolled{box-shadow:0 4px 15px #0000004d}.custom-header .container{max-width:1200px;margin:auto;padding:0 20px}.custom-header .top-bar{background:#1a1a1d;text-align:center;padding:10px;font-size:15px;color:#fff}.custom-header .top-bar span{color:#c9a03d}.custom-header .main-header{background:#28282b;border-bottom:1px solid rgba(255,255,255,.1)}.custom-header .header-row{display:flex;justify-content:space-between;align-items:center;height:100px;gap:20px}.custom-header .logo-box{display:flex;align-items:center;gap:10px;flex-shrink:0;cursor:pointer}.custom-header .logo-box img{height:180px;width:auto;object-fit:contain}.custom-header .company-name{font-size:1.5rem;font-weight:800;margin:0;color:#fff;letter-spacing:1px;transition:color .3s ease}.custom-header .company-name span{display:block;font-size:.8rem;color:#c9a03d;transition:color .3s ease}.custom-header .logo-box:hover .company-name,.custom-header .logo-box:hover .company-name span{color:#c9a03d}.custom-header .nav-menu{display:flex;justify-content:center;gap:45px;flex:1}.custom-header .nav-menu a{text-decoration:none;font-weight:600;font-size:20px;color:#fff;position:relative;transition:color .3s ease;white-space:nowrap}.custom-header .nav-menu a.active,.custom-header .nav-menu a:hover{color:#c9a03d}.custom-header .nav-menu a:after{content:"";position:absolute;width:0%;height:2px;background:#c9a03d;left:0;bottom:-5px;transition:width .3s ease}.custom-header .nav-menu a:hover:after,.custom-header .nav-menu a.active:after{width:100%}.custom-header .empty-space{width:0;flex-shrink:0}.custom-header .mobile-menu-btn{display:none;font-size:1.8rem;color:#fff;background:none;border:none;cursor:pointer;padding:8px;transition:color .3s ease}.custom-header .mobile-menu-btn:hover{color:#c9a03d}.custom-header .contact-bar{background:#1f1f23;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.custom-header .contact-row{display:flex;justify-content:space-between;align-items:center;height:80px;flex-wrap:wrap;gap:15px}.custom-header .contact-item{display:flex;align-items:center;gap:12px}.custom-header .contact-item svg{color:#c9a03d;font-size:18px;transition:transform .3s ease}.custom-header .rotate-icon{transform:rotate(90deg)}.custom-header .contact-item:hover svg{transform:scale(1.1)}.custom-header .contact-item:hover .rotate-icon{transform:rotate(90deg) scale(1.1)}.custom-header .contact-item h4{margin:0;font-size:15px;color:#fff}.custom-header .contact-item p{margin:0;font-size:14px;color:#aaa}.custom-header .divider{width:1px;height:40px;background:#fff3}.custom-header .social-icons{display:flex;gap:15px}.custom-header .social-icons a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:50%;transition:all .3s ease;color:#fff;border:1px solid rgba(255,255,255,.2)}.custom-header .social-icons a:hover{background:#c9a03d;color:#28282b;transform:translateY(-3px);border-color:#c9a03d}@media (max-width: 992px){.custom-header .nav-menu{gap:35px}.custom-header .nav-menu a{font-size:18px}.custom-header .logo-box img{height:200px}}@media (max-width: 768px){.custom-header .mobile-menu-btn{display:block;order:2}.custom-header .header-row{justify-content:space-between;height:auto;padding:12px 0;position:relative}.custom-header .logo-box{order:1}.custom-header .empty-space{display:none}.custom-header .logo-box img{height:180px}.custom-header .nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:#28282b;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:100px 2rem 2rem;transition:right .3s ease;gap:1.5rem;overflow-y:auto;box-shadow:-5px 0 30px #00000080;z-index:999;margin:0}.custom-header .nav-menu-open{right:0}.custom-header .nav-menu a{width:100%;padding:12px 0;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.1);white-space:normal;color:#fff}.custom-header .nav-menu a:after{display:none}.custom-header .nav-menu a.active{color:#c9a03d}.custom-header .contact-row{flex-direction:column;align-items:flex-start;height:auto;gap:12px;padding:15px 0}.custom-header .divider{display:none}.custom-header .contact-item{width:100%}.custom-header .social-icons{justify-content:flex-start;width:100%;margin-top:5px}.custom-header .social-icons a{width:36px;height:36px}}@media (max-width: 480px){.custom-header .container{padding:0 15px}.custom-header .top-bar{font-size:12px;padding:8px}.custom-header .logo-box img{height:130px}.custom-header .mobile-menu-btn{font-size:1.5rem}.custom-header .contact-item h4{font-size:13px}.custom-header .contact-item p{font-size:12px}.custom-header .contact-item svg{font-size:16px}.custom-header .social-icons a{width:32px;height:32px}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.custom-header .nav-menu-open{animation:slideIn .3s ease forwards}.footer{background:#1a1a1a;color:#aaa;padding:4rem 0 2rem;margin-top:4rem}.container{max-width:1280px;margin:0 auto;padding:0 20px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.footer-col{min-width:0}.footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.footer-logo img{height:150px;width:auto}.footer-section{margin-bottom:1.5rem}.footer-section h4{color:#c9a03d;font-size:.8rem;letter-spacing:1px;margin-bottom:.5rem;position:relative}.footer-section h4:after{content:"";display:block;width:30px;height:2px;background:#c9a03d;margin-top:5px;border-radius:2px}.footer-section p{font-size:.8rem;color:#aaa;line-height:1.5}.footer-col h4{color:#c9a03d;margin-bottom:1rem;font-size:.9rem;letter-spacing:1px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:.6rem}.footer-col a{text-decoration:none;color:#aaa;font-size:.8rem;transition:all .3s ease;display:inline-block}.footer-col a:hover{color:#c9a03d;transform:translate(4px)}.footer-social{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 0;margin-bottom:1.5rem;text-align:center}.social-icons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.social-icons a{width:36px;height:36px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#aaa;transition:all .3s ease}.social-icons a:hover{background:#c9a03d;color:#fff;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:1rem}.footer-bottom p{font-size:.75rem;color:#777;margin:0}@media (max-width: 1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;text-align:center;gap:1.5rem}.footer-logo{justify-content:center}.footer-col h4:after{margin:5px auto 0}.footer-col a:hover{transform:translate(0)}.social-icons a{width:32px;height:32px}}@media (max-width: 480px){.footer-logo img{height:150px}.footer-col h4{font-size:.85rem}.footer-col a,.footer-section p{font-size:.75rem}}.whatsapp-float{position:fixed;bottom:30px;right:30px;z-index:1000}.whatsapp-button{width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;cursor:pointer;box-shadow:var(--shadow-lg);transition:var(--transition-base);animation:pulse 2s infinite}.whatsapp-button:hover{transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.whatsapp-chat{position:fixed;bottom:100px;right:30px;width:320px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;animation:slideUp .3s ease}.chat-header{background:#075e54;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}.chat-header-info{display:flex;align-items:center;gap:10px}.chat-header-info .whatsapp-icon{font-size:1.5rem}.chat-header-info strong{font-size:1rem;display:block}.chat-header-info p{font-size:.7rem;opacity:.8}.close-chat{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer}.chat-body{padding:20px;background:#ece5dd}.chat-message{background:#fff;padding:12px 15px;border-radius:15px;margin-bottom:15px;position:relative}.chat-message:before{content:"";position:absolute;left:-8px;top:10px;width:0;height:0;border:8px solid transparent;border-right-color:#fff;border-left:0}.chat-message p{font-size:.9rem;color:var(--text-dark);margin:0}.chat-yes-btn{background:#25d366;color:#fff;border:none;padding:10px 20px;border-radius:var(--radius-full);font-weight:600;cursor:pointer;width:100%;transition:var(--transition-fast)}.chat-yes-btn:hover{background:#128c7e}@media (max-width: 640px){.whatsapp-chat{width:280px;right:20px;bottom:80px}.whatsapp-button{width:50px;height:50px;font-size:1.6rem}}.call-float{position:fixed;bottom:30px;left:30px;z-index:1000}.call-button{width:60px;height:60px;background:#c9a03d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;cursor:pointer;box-shadow:0 4px 12px #c9a03d4d;transition:all .3s ease;border:none;animation:callPulse 2s infinite}.call-button:hover{transform:scale(1.1);background:#b8860b}@keyframes callPulse{0%{box-shadow:0 0 #c9a03d66}70%{box-shadow:0 0 0 15px #c9a03d00}to{box-shadow:0 0 #c9a03d00}}.call-chat{position:fixed;bottom:100px;left:30px;width:320px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000026;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.call-chat-header{background:#c9a03d;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}.call-chat-header-info{display:flex;align-items:center;gap:10px}.call-chat-header-info .call-icon{font-size:1.5rem}.call-chat-header-info strong{font-size:1rem;display:block}.call-chat-header-info p{font-size:.7rem;opacity:.9;margin:0}.close-call-chat{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer}.call-chat-body{padding:20px;background:#fefaf2}.call-message{background:#fff;padding:12px 15px;border-radius:15px;margin-bottom:15px;position:relative;border:1px solid #F0EAE0}.call-message:before{content:"";position:absolute;left:-8px;top:10px;width:0;height:0;border:8px solid transparent;border-right-color:#fff;border-left:0}.call-message p{font-size:.9rem;color:#2c2c2c;margin:0;line-height:1.5}.call-yes-btn{background:#c9a03d;color:#fff;border:none;padding:12px 20px;border-radius:50px;font-weight:600;cursor:pointer;width:100%;transition:all .3s ease;font-size:.9rem}.call-yes-btn:hover{background:#b8860b;transform:translateY(-2px)}@media (max-width: 768px){.call-float{bottom:20px;left:20px}.call-button{width:50px;height:50px;font-size:1.5rem}.call-chat{width:280px;left:20px;bottom:80px}}@media (max-width: 640px){.call-float{bottom:20px;left:15px}.call-button{width:45px;height:45px;font-size:1.3rem}.call-chat{width:260px;left:15px;bottom:75px}.call-yes-btn{padding:10px 16px;font-size:.8rem}.call-message p{font-size:.8rem}}.hero{padding:120px 0 60px;background:linear-gradient(135deg,#000,#000);position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;z-index:0}.hero-bg .hero-video{width:100%;height:100%;object-fit:cover;display:block}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.hero-content h1{font-size:3.5rem;font-weight:1000;background:linear-gradient(135deg,#c9a03d,#b8860b);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:1rem}.hero-tagline{font-size:1rem;color:#fff;line-height:1.6;margin-bottom:2rem}.special-offer-btn{background:#c9a03d;color:#fff;padding:12px 32px;border-radius:50px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.special-offer-btn:hover{background:#b8860b;transform:translateY(-2px)}.hero-image img{width:100%;border-radius:24px;box-shadow:0 20px 40px #0000001a}@media (max-width: 768px){.hero{padding:100px 0 40px}.hero-container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.hero-tagline{font-size:.9rem}}.services{padding:4rem 0;background:#fff;width:100%}.services-header{text-align:center;margin-bottom:3rem}.services-header h2{font-size:2rem;color:#b8860b;margin-bottom:.5rem;position:relative;display:inline-block}.services-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#c9a03d;border-radius:2px}.services-header p{font-size:.95rem;color:#5a5a5a;margin-top:1rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr)!important;gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}.service-card{background:#fefaf2;border-radius:20px;overflow:hidden;transition:all .3s ease;border:1px solid #F0EAE0;width:100%}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d;border-color:#c9a03d}.service-image{width:100%;height:200px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:1.2rem;text-align:center}.service-content h3{font-size:1.1rem;color:#b8860b;margin-bottom:.5rem;font-weight:600}.service-content p{font-size:.85rem;color:#5a5a5a;line-height:1.5;margin:0}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.2rem}.service-image{height:200px}}@media (max-width: 768px){.services{padding:3rem 0}.services-header h2{font-size:1.5rem}.services-header p{font-size:.85rem}.services-grid{grid-template-columns:1fr!important;padding:0 1rem;gap:1.2rem}.service-image{height:auto;background:#fefaf2;display:flex;justify-content:center;align-items:center}.service-image img{width:100%;height:auto;object-fit:contain}.service-content{padding:1rem}.service-content h3{font-size:1rem}.service-content p{font-size:.8rem}}@media (max-width: 480px){.service-image img{width:100%;height:auto}}.about-company{padding:4rem 0;background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem}.about-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.experience-badge{position:absolute;bottom:30px;right:30px;background:linear-gradient(135deg,#c9a03d,#b8860b);padding:15px 25px;border-radius:16px;text-align:center;color:#fff}.experience-badge span{font-size:1.8rem;font-weight:800;display:block;line-height:1}.experience-badge p{font-size:.8rem;margin-top:5px}.about-content h2{font-size:2rem;color:#b8860b;margin-bottom:.5rem}.about-content h3{font-size:1.2rem;color:#c9a03d;margin-bottom:1rem}.about-content p{font-size:.95rem;color:#5a5a5a;line-height:1.7;margin-bottom:1rem}.expertise-badge{background:#fefaf2;padding:1rem;border-radius:50px;margin:1.5rem 0;text-align:center;border:1px solid #F0EAE0}.expertise-badge span{color:#b8860b;font-weight:600;font-size:.9rem}.social-link{text-align:center}.facebook-link{display:inline-block;background:#1877f2;color:#fff;padding:10px 24px;border-radius:50px;text-decoration:none;font-weight:500;transition:all .3s ease}.facebook-link:hover{background:#0c63d4;transform:translateY(-2px)}@media (max-width: 768px){.about-grid{grid-template-columns:1fr}.about-content h2{font-size:1.6rem}.about-content h3{font-size:1rem}.experience-badge{bottom:15px;right:15px;padding:10px 18px}.experience-badge span{font-size:1.3rem}}.projects{padding:4rem 0;background:#fefaf2}.section-header h2{font-size:2rem;color:#b8860b;margin-bottom:.5rem}.section-header h3{font-size:1.5rem;color:#c9a03d;margin-bottom:1rem}.section-header p{font-size:.9rem;color:#5a5a5a;max-width:600px;margin:0 auto}.project-highlights{display:flex;justify-content:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.project-highlights span{font-size:.85rem;color:#b8860b;font-weight:500;position:relative;padding-left:20px}.project-highlights span:before{content:"✓";position:absolute;left:0;color:#c9a03d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin:2rem 0;max-width:1280px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.project-item{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;aspect-ratio:4/3;box-shadow:0 4px 12px #0000001a}.project-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#b8860be6;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;color:#fff;gap:10px}.project-overlay svg{font-size:2rem}.project-overlay p{font-size:1rem;font-weight:500}.project-item:hover .project-overlay{opacity:1}.project-item:hover img{transform:scale(1.05)}.latest-note{text-align:center;margin-top:2rem;padding:1rem;background:#fff;border-radius:12px;max-width:400px;margin-left:auto;margin-right:auto;border:1px solid #F0EAE0}.latest-note p{color:#b8860b;font-weight:500;font-size:.9rem}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;padding:0 1rem}.section-header h2{font-size:1.6rem}.section-header h3{font-size:1.2rem}.project-highlights{flex-direction:column;align-items:center;gap:.5rem}}.process-steps{padding:4rem 0;background:#fff}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.steps-header{text-align:center;margin-bottom:2.5rem}.steps-header h2{font-size:2rem;font-weight:600;color:#2c2c2c}.steps-line{display:flex;align-items:center;justify-content:space-between;position:relative;margin:2rem 0 3rem}.steps-line:before{content:"";position:absolute;top:50%;left:5%;right:5%;height:2px;background:#ddd;z-index:1}.step-circle{width:36px;height:36px;border-radius:50%;background:#ddd;color:#555;display:flex;align-items:center;justify-content:center;font-weight:600;z-index:2}.step-circle.active{background:#c9a03d;color:#fff}.steps-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.steps-text{flex:1}.steps-text h3{font-size:1.6rem;color:#2c2c2c;margin-bottom:1rem}.steps-text p{font-size:1rem;color:#555;line-height:1.6}.steps-image{flex:1;text-align:center}.steps-image img{max-width:100%;height:auto}.steps-footer{text-align:center;margin-top:2rem}.book-btn{background:#c9a03d;color:#fff;padding:14px 36px;border-radius:6px;font-weight:800;border:none;cursor:pointer;transition:.3s}.book-btn:hover{background:#b8860b}@media (max-width: 992px){.steps-content{flex-direction:column;text-align:center}}@media (max-width: 768px){.steps-header h2{font-size:1.5rem}.steps-text h3{font-size:1.3rem}.steps-text p{font-size:.9rem}}.testimonials{padding:4rem 0;background:#fff}.testimonials-grid{max-width:800px;margin:0 auto;padding:0 1.5rem}.testimonial-card{background:#fefaf2;border-radius:24px;padding:2rem;position:relative;box-shadow:0 4px 20px #0000000d;border:1px solid #F0EAE0}.quote-icon{font-size:2rem;color:#c9a03d;opacity:.3;position:absolute;top:20px;left:20px}.stars{margin-bottom:1rem;display:flex;gap:4px;justify-content:center}.stars svg{color:#ffb347;font-size:1rem}.testimonial-text{font-size:1rem;line-height:1.7;color:#5a5a5a;margin-bottom:1.5rem;font-style:italic;text-align:center}.testimonial-card h4{font-size:1rem;color:#b8860b;margin-bottom:4px;text-align:center}.testimonial-card span{font-size:.8rem;color:#8a8a8a;display:block;text-align:center}@media (max-width: 768px){.testimonial-card{padding:1.5rem}.testimonial-text{font-size:.9rem}}.our-clients{padding:4rem 0;background:#fff;overflow:hidden;position:relative}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;color:#b8860b;margin:0;font-weight:600;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:2px;background:#c9a03d;border-radius:2px}.clients-scroll{width:100%;overflow:hidden;position:relative;padding:1rem 0}.clients-scroll:before,.clients-scroll:after{content:"";position:absolute;top:0;width:80px;height:100%;z-index:2;pointer-events:none}.clients-scroll:before{left:0;background:linear-gradient(to right,white,transparent)}.clients-scroll:after{right:0;background:linear-gradient(to left,white,transparent)}.scroll-track{display:flex;gap:1.5rem;animation:scroll 25s linear infinite;width:fit-content}.clients-scroll:hover .scroll-track{animation-play-state:paused}.client-image{flex-shrink:0;width:180px;height:180px;overflow:hidden;background:#fefaf2;border:1px solid #F0EAE0;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;border-radius:12px;display:flex;align-items:center;justify-content:center}.client-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.client-image:hover{transform:translateY(-5px);border-color:#c9a03d;box-shadow:0 8px 20px #c9a03d26}.client-image:hover img{transform:scale(1.05)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 992px){.client-image{width:160px;height:160px}.scroll-track{gap:1.2rem}}@media (max-width: 768px){.our-clients{padding:3rem 0}.section-header h2{font-size:1.5rem}.client-image{width:140px;height:140px}.scroll-track{gap:1rem;animation-duration:20s}.clients-scroll:before,.clients-scroll:after{width:50px}}@media (max-width: 480px){.client-image{width:120px;height:120px}.scroll-track{gap:.8rem;animation-duration:15s}}.contact-form-section{padding:4rem 0;background:#fefaf2}.form-wrapper{max-width:800px;margin:0 auto;background:#fff;border-radius:24px;padding:2rem;box-shadow:0 4px 20px #0000000d;border:1px solid #F0EAE0}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{font-size:1.8rem;color:#b8860b;margin-bottom:.5rem}.form-header h3{font-size:1.2rem;color:#c9a03d;font-weight:500}.form-card h4{font-size:1.2rem;color:#b8860b;margin-bottom:.5rem;text-align:center}.form-card p{font-size:.85rem;color:#5a5a5a;text-align:center;margin-bottom:1.5rem}.form-group input,.form-group select{width:100%;padding:12px 16px;border:1px solid #E5D9CC;border-radius:12px;font-size:.9rem;background:#fff;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#c9a03d;box-shadow:0 0 0 3px #c9a03d1a}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A03D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:16px}.submit-btn{background:#c9a03d;color:#fff;padding:12px 24px;border-radius:50px;font-weight:600;border:none;cursor:pointer;width:100%;font-size:1rem;margin-top:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.status-message{padding:12px 16px;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;gap:10px;font-size:.85rem}@media (max-width: 768px){.form-wrapper{margin:0 1rem;padding:1.5rem}.form-header h2{font-size:1.5rem}.form-header h3,.form-card h4{font-size:1rem}.form-card p{font-size:.75rem}.submit-btn{padding:10px 20px;font-size:.9rem}}.about-page{background:#fff;min-height:100vh}.banner-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;font-family:var(--font-secondary)}.about-wrapper{max-width:1000px;margin:-80px auto 80px;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px #0000001a;position:relative;z-index:3;border:1px solid #F0EAE0}.about-header{text-align:center;margin-bottom:2rem}.about-header h2{font-size:2rem;color:#b8860b;margin-bottom:.5rem}.about-header h3{font-size:1.2rem;color:#c9a03d;font-weight:500}.about-image{margin-bottom:2rem;border-radius:16px;overflow:hidden}.about-image img{width:100%;height:auto;display:block}.about-content p{font-size:.95rem;color:#5a5a5a;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.about-contact-info{display:flex;justify-content:space-between;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #F0EAE0;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:1rem}.info-icon{font-size:1.5rem;color:#c9a03d}.info-item h4{font-size:.8rem;color:#b8860b;margin-bottom:4px;text-transform:uppercase;letter-spacing:1px}.info-item p{font-size:.85rem;color:#5a5a5a}@media (max-width: 768px){.page-banner{height:300px}.banner-content h1{font-size:2rem}.about-wrapper{margin:-40px 1rem 60px;padding:1.5rem}.about-header h2{font-size:1.5rem}.about-contact-info{flex-direction:column;gap:1rem}}.services-page{background:#fff;min-height:100vh}.banner-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;font-family:Poppins,sans-serif}.services-wrapper{max-width:1200px;margin:-80px auto 80px;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px #0000001a;position:relative;z-index:3;border:1px solid #F0EAE0}.services-header{text-align:center;margin-bottom:2rem}.services-header h2{font-size:1.8rem;color:#b8860b;margin-bottom:.5rem}.services-header p{font-size:.9rem;color:#5a5a5a}.services-highlights{display:flex;justify-content:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.services-highlights span{font-size:.85rem;color:#c9a03d;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin:2rem 0}.service-item{background:#fefaf2;border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid #F0EAE0;cursor:pointer}.service-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:#c9a03d}.service-image-container{position:relative;aspect-ratio:4/3;overflow:hidden}.service-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-item:hover .service-image-container img{transform:scale(1.05)}.service-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#b8860bd9;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;color:#fff;gap:8px}.service-overlay svg{font-size:1.8rem}.service-overlay p{font-size:.85rem;font-weight:500;margin:0}.service-item:hover .service-overlay{opacity:1}.service-title{font-size:1rem;font-weight:600;color:#b8860b;text-align:center;padding:12px;margin:0;background:#fff;border-top:1px solid #F0EAE0}.simple-service-modal{max-width:600px;background:#fff;border-radius:20px;padding:1rem;text-align:center}.simple-service-modal img{width:100%;max-height:300px;object-fit:cover;border-radius:12px;margin-bottom:1rem}.simple-service-modal h3{color:#b8860b;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.service-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.page-banner{height:300px}.banner-content h1{font-size:2rem}.banner-content p{font-size:.9rem}.services-wrapper{margin:-40px 1rem 60px;padding:1.5rem}.services-header h2{font-size:1.4rem}.services-highlights{flex-direction:column;align-items:center;gap:.5rem}.services-grid{grid-template-columns:1fr;gap:1rem}.simple-service-modal{max-width:95%}.simple-service-modal img{max-height:250px}.simple-service-modal h3{font-size:1.3rem}}.service-overlay svg{font-size:1.5rem}.service-overlay p{font-size:.75rem}.service-title{font-size:.9rem;padding:10px}.modal-content h4{font-size:.9rem}.modal-close{font-size:1.5rem;top:5px;right:15px}@media (max-width: 480px){.services-wrapper{padding:1rem}.services-header h2{font-size:1.2rem}.services-header p{font-size:.75rem}.services-highlights span{font-size:.7rem}.service-title{font-size:.85rem;padding:8px}}.gallery-page{background:#fff;min-height:100vh}.banner-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.gallery-wrapper{max-width:1200px;margin:-80px auto 80px;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px #0000001a;position:relative;z-index:3;border:1px solid #F0EAE0}.gallery-header{text-align:center;margin-bottom:2rem}.gallery-header h2{font-size:1.8rem;color:#b8860b;margin-bottom:.5rem}.gallery-header p{font-size:.9rem;color:#5a5a5a}.gallery-highlights{display:flex;justify-content:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.gallery-highlights span{font-size:.85rem;color:#c9a03d;font-weight:500}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin:2rem 0}.gallery-item{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;aspect-ratio:4/3;box-shadow:0 4px 12px #0000001a}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#b8860be6;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;color:#fff;gap:10px}.gallery-overlay svg{font-size:2rem}.gallery-overlay p{font-size:1rem;font-weight:500}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover img{transform:scale(1.05)}.gallery-note{text-align:center;margin-top:2rem;padding:1rem;background:#fefaf2;border-radius:12px}.gallery-note p{color:#b8860b;font-weight:500;font-size:.9rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer}.modal-content{position:relative;max-width:90%;max-height:90%;background:#fff;border-radius:20px;padding:1rem}.modal-content img{width:100%;max-height:70vh;object-fit:contain;border-radius:12px}.modal-content h4{text-align:center;margin-top:1rem;color:#b8860b}.modal-close{position:absolute;top:10px;right:20px;background:none;border:none;font-size:2rem;cursor:pointer;color:#b8860b}@media (max-width: 768px){.page-banner{height:300px}.banner-content h1{font-size:2rem}.gallery-wrapper{margin:-40px 1rem 60px;padding:1.5rem}.gallery-header h2{font-size:1.4rem}.gallery-highlights{flex-direction:column;align-items:center;gap:.5rem}.gallery-grid{grid-template-columns:1fr}}.gallery-counter{text-align:right;font-size:.85rem;color:#666;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #eee;flex-wrap:wrap}.pagination-btn{display:flex;align-items:center;gap:.5rem;padding:8px 16px;background:transparent;border:1px solid #E5D9CC;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;color:#5a5a5a}.pagination-btn:hover:not(:disabled){background:#c9a03d;border-color:#c9a03d;color:#fff}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;gap:.5rem;flex-wrap:wrap}.pagination-number{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #E5D9CC;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;color:#5a5a5a}.pagination-number:hover:not(.dots):not(.active){background:#f5f5f5;border-color:#c9a03d}.pagination-number.active{background:#c9a03d;border-color:#c9a03d;color:#fff}.pagination-number.dots{border:none;cursor:default;background:transparent}.pagination-number.dots:hover{background:transparent}@media (max-width: 768px){.pagination{gap:.5rem}.pagination-btn{padding:6px 12px;font-size:.8rem}.pagination-number{min-width:35px;height:35px;font-size:.8rem}.gallery-counter{text-align:center;margin-bottom:1rem}}.contact-page{background:#fff;min-height:100vh}.page-banner{position:relative;height:400px;overflow:hidden}.banner-bg{position:absolute;top:0;left:0;width:100%;height:100%}.banner-bg img{width:100%;height:100%;object-fit:cover}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009}.banner-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.banner-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif}.banner-content p{font-size:1.1rem;opacity:.9}.contact-wrapper{max-width:1200px;margin:-80px auto 80px;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px #0000001a;position:relative;z-index:3;border:1px solid #F0EAE0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-info h2{font-size:1.8rem;color:#b8860b;margin-bottom:.5rem}.contact-info>p{font-size:.9rem;color:#5a5a5a;margin-bottom:2rem}.info-card{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fefaf2;border-radius:16px;transition:all .3s ease}.info-card:hover{transform:translate(5px);box-shadow:0 4px 12px #0000000d}.info-icon{font-size:1.5rem;color:#c9a03d;flex-shrink:0}.info-card h4{font-size:.9rem;color:#b8860b;margin-bottom:4px}.info-card p{font-size:.85rem;color:#5a5a5a;line-height:1.5}.contact-form h3{font-size:1.5rem;color:#b8860b;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #E5D9CC;border-radius:12px;font-size:.9rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c9a03d;box-shadow:0 0 0 3px #c9a03d1a}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A03D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:16px}.submit-btn{background:#c9a03d;color:#fff;padding:14px 28px;border-radius:50px;font-weight:600;border:none;cursor:pointer;width:100%;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.submit-btn:hover:not(:disabled){background:#b8860b;transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-message{padding:12px 16px;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;gap:10px;font-size:.9rem}.status-message.success{background:#d8f3dc;color:#2d6a4f}.status-message.error{background:#fee2e2;color:#dc2626}.map-container{margin-top:2rem;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.page-banner{height:300px}.banner-content h1{font-size:2rem}.contact-wrapper{margin:-40px 1rem 60px;padding:1.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr;gap:0}.info-card{padding:.8rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-dark);background-color:var(--bg-white);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:600;line-height:1.3}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--spacing-md)}@media (max-width: 640px){.container{padding:0 var(--spacing-sm)}}.section-header{text-align:center;margin-bottom:var(--spacing-xl)}.section-header .subtitle{font-size:.85rem;letter-spacing:3px;text-transform:uppercase;color:var(--primary);font-weight:600;margin-bottom:var(--spacing-sm);display:inline-block;position:relative}.section-header .subtitle:before,.section-header .subtitle:after{content:"";position:absolute;top:50%;width:30px;height:1px;background:var(--primary)}.section-header .subtitle:before{left:-40px}.section-header .subtitle:after{right:-40px}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:var(--spacing-sm);color:var(--text-dark)}.section-header p{color:var(--text-light);font-size:1rem;max-width:700px;margin:0 auto}@media (max-width: 768px){.section-header h2{font-size:1.8rem}.section-header .subtitle:before,.section-header .subtitle:after{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-up{animation:fadeInUp .8s ease forwards}.animate-fade{animation:fadeIn .6s ease forwards}.animate-slide-left{animation:slideInLeft .7s ease forwards}.animate-slide-right{animation:slideInRight .7s ease forwards}.animate-scale{animation:scaleIn .6s ease forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-gray)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.text-primary{color:var(--primary)}.text-center{text-align:center}.btn-primary{background:var(--primary);color:#fff;padding:14px 32px;border-radius:var(--radius-full);font-weight:600;transition:var(--transition-base);display:inline-flex;align-items:center;gap:10px;cursor:pointer;border:none;font-size:.95rem}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary);padding:12px 28px;border-radius:var(--radius-full);font-weight:600;transition:var(--transition-base);cursor:pointer;display:inline-flex;align-items:center;gap:8px}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}:root{--primary: #C9A03D;--primary-dark: #B8860B;--primary-light: #DAB866;--secondary: #5D3A1A;--accent: #E8C468;--gold-light: #F5E6D3;--text-dark: #2C2C2C;--text-light: #5A5A5A;--text-muted: #8A8A8A;--text-white: #FFFFFF;--bg-white: #FFFFFF;--bg-light: #FDF8F0;--bg-gray: #FAF7F2;--bg-dark: #1A1A1A;--bg-warm: #FEFAF2;--border-light: #F0EAE0;--border-medium: #E5D9CC;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 6px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .12);--shadow-xl: 0 24px 48px rgba(0, 0, 0, .15);--container-max: 1280px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 5rem;--spacing-3xl: 7rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-2xl: 40px;--radius-full: 9999px;--font-primary: "Poppins", sans-serif;--font-secondary: "Poppins", sans-serif;--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .6s ease}@media (max-width: 768px){:root{--spacing-2xl: 3rem;--spacing-3xl: 4rem}}
