:root{--clr-primary:#e31e24;--clr-primary-light:#ff4d4d;--clr-accent:#e31e24;--clr-accent-hover:#b3161c;--clr-bg:#fff;--clr-bg-alt:#f8f9fa;--clr-text:#333;--clr-text-light:#666;--clr-heading:#1a1a1a;--clr-surface:#fff;--clr-surface-border:#e5e5e5;--font-family:"Montserrat", system-ui, sans-serif;--container-width:1200px;--container-padding:2rem;--section-padding:6rem 0;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-glow:0 4px 14px #e31e2466;--transition-fast:.2s ease;--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--z-header:100;--z-modal:1000}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--clr-bg);color:var(--clr-text);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--container-width);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-padding)}.btn{border-radius:var(--radius-md);transition:all var(--transition-normal);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--clr-accent);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--clr-accent-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.section-title{text-align:center;color:var(--clr-heading);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.section-title span{color:var(--clr-primary)}.header{width:100%;z-index:var(--z-header);transition:all var(--transition-normal);background:#fff;flex-direction:column;display:flex;position:fixed;top:0;left:0}.header.scrolled{box-shadow:var(--shadow-sm)}.header-top{border-bottom:1px solid var(--clr-surface-border)}.header-top-container{justify-content:space-between;align-items:center;height:80px;display:flex}.header-utils{align-items:center;gap:1.5rem;display:flex}.header-bottom{background-color:#1a1a1a}.header-bottom-container{justify-content:center;align-items:center;height:50px;display:flex}.logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.logo-icon svg{width:100%;height:100%}.logo-text-wrapper{flex-direction:column;justify-content:center;display:flex}.logo-title{color:var(--clr-heading);text-transform:uppercase;letter-spacing:.5px;font-size:1.25rem;font-weight:800;line-height:1.1}.logo-subtitle{color:var(--clr-text-light);letter-spacing:.2px;font-size:.75rem;font-weight:500}.nav{align-items:center;display:flex}.nav-list{align-items:center;gap:2rem;display:flex}.nav-link{color:#fff;transition:var(--transition-fast);white-space:nowrap;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:var(--clr-primary)}.nav-link:after{content:"";background-color:var(--clr-primary);width:0%;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-nav-cta{align-items:center;margin-left:.5rem;display:flex}.header-location{color:var(--clr-text);border-left:1px solid var(--clr-surface-border);align-items:center;gap:.5rem;padding-left:1.5rem;font-size:.95rem;font-weight:500;display:flex}.header-location svg{color:var(--clr-accent)}.header-socials{border-left:1px solid var(--clr-surface-border);align-items:center;gap:1rem;padding-left:1.5rem;display:flex}.social-icon{color:var(--clr-text-light);transition:color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;display:flex}.social-icon:hover{color:var(--clr-primary);transform:translateY(-2px)}.mobile-toggle{cursor:pointer;background:0 0;border:none;width:30px;height:20px;display:none;position:relative}.mobile-toggle span{background:var(--clr-heading);border-radius:2px;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute}.mobile-toggle span:first-child{top:0}.mobile-toggle span:nth-child(2){top:9px}.mobile-toggle span:nth-child(3){top:18px}@media (width<=900px){.nav-list{width:280px;height:calc(100vh - 80px);box-shadow:var(--shadow-xl);transition:left var(--transition-normal);background:#1a1a1a;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;position:fixed;top:80px;left:-100%}.header-bottom-container{height:0}.header-bottom{border-bottom:none}.nav-list.active{left:0}.header-location{display:none}.header-socials{border-left:none;padding-left:0}.mobile-nav-cta{margin-left:0;display:block}.header-utils{gap:1rem}.nav-link{font-size:1.25rem}.mobile-toggle{display:block}}@media (width<=600px){.header-socials{display:none}.mobile-nav-cta{align-items:center;height:100%;margin-top:0;display:flex}.mobile-nav-cta .btn{padding:.5rem .75rem;font-size:.875rem}.logo-title{font-size:1rem}.logo-subtitle{font-size:.65rem}}@media (width>=901px){.mobile-toggle{display:none}}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-1;background-image:linear-gradient(90deg,#1a1a1ae6 0%,#e31e2480 100%),url(/assets/hero-bg--7jLPa9g.png);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{color:#fff;text-shadow:0 2px 10px #00000080;max-width:800px;margin-top:4rem;margin-bottom:2rem;animation:1s ease-out forwards fadeUp}.hero-badge{color:var(--clr-accent);border:1px solid var(--clr-accent);background-color:#f59e0b33;border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.hero-desc{color:#cbd5e1;max-width:600px;margin-bottom:2.5rem;font-size:1.125rem}.hero-actions{gap:1rem;margin-bottom:4rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-outline{color:#fff;box-shadow:none;background-color:#0000;border:2px solid #fff}.btn-outline:hover{box-shadow:var(--shadow-md);background-color:#fff3;border-color:#f8fafc;transform:translateY(-2px)}.hero-stats{border-top:1px solid #fff3;gap:3rem;padding-top:2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-num{color:var(--clr-accent);font-size:2rem;font-weight:800}.stat-text{color:#cbd5e1;text-transform:uppercase;letter-spacing:1px;font-size:.875rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-actions{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:1.5rem}}.page-hero{text-align:center;background-image:linear-gradient(#1a1a1acc,#e31e2499),url(/assets/hero-bg--7jLPa9g.png);background-position:50%;background-size:cover;border-bottom:none;justify-content:center;align-items:center;min-height:40vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.page-hero-content{z-index:1;animation:.8s ease-out forwards fadeUp}.page-title{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800}.page-subtitle{color:#cbd5e1;max-width:600px;margin:0 auto;font-size:1.125rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text{color:var(--clr-text-light);text-align:left;margin-bottom:1.5rem;font-size:1.125rem}.about-features{text-align:left;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.about-features li{color:var(--clr-heading);font-weight:500}.about-image{position:relative}.image-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.image-wrapper img{width:100%;height:auto;transition:transform var(--transition-normal)}.image-wrapper:hover img{transform:scale(1.05)}.experience-badge{background-color:var(--clr-accent);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-glow);align-items:center;gap:1rem;padding:1.5rem;display:flex;position:absolute;bottom:-20px;right:-20px}.exp-num{font-size:3rem;font-weight:800;line-height:1}.exp-text{font-weight:600;line-height:1.2}@media (width<=992px){.about-grid{grid-template-columns:1fr}.experience-badge{bottom:20px;right:20px}.about-features{grid-template-columns:1fr}}.bg-alt{background-color:var(--clr-bg-alt)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.service-card{background:var(--clr-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--transition-normal), box-shadow var(--transition-normal);border:1px solid var(--clr-surface-border);padding:2.5rem 2rem}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--clr-primary-light);transform:translateY(-10px)}.service-icon{margin-bottom:1.5rem;font-size:3rem}.service-title{color:var(--clr-heading);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.service-desc{color:var(--clr-text-light)}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:1.5rem;display:grid}.gallery-item{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);cursor:pointer;position:relative;overflow:hidden}.gallery-item.large{grid-area:span 2/span 2}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:after{content:"";opacity:0;background:linear-gradient(#0000,#00000080);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:hover:after{opacity:1}@media (width<=768px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:minmax(250px,auto)}.gallery-item.large{grid-area:span 1/span 1}}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-text{color:var(--clr-text-light);margin-bottom:2.5rem}.info-item{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.info-icon{background-color:var(--clr-bg-alt);width:50px;height:50px;color:var(--clr-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.info-item h4{color:var(--clr-heading);margin-bottom:.25rem;font-size:1.125rem}.info-item p{color:var(--clr-text-light)}.contact-form-wrapper{background:var(--clr-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--clr-surface-border);padding:3rem}.form-group{margin-bottom:1.5rem}.form-row{gap:1rem;display:flex}.half-width{flex:1}.checkbox-row{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.checkbox-label{color:var(--clr-text);cursor:pointer;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.checkbox-label input[type=checkbox]{width:auto;accent-color:var(--clr-accent);transform:scale(1.2)}@media (width<=600px){.form-row{flex-direction:column;gap:0}}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--clr-surface-border);border-radius:var(--radius-md);width:100%;color:var(--clr-text);background-color:var(--clr-bg-alt);transition:border-color var(--transition-fast);padding:1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--clr-primary);background-color:var(--clr-surface);outline:none}@media (width<=992px){.contact-grid{grid-template-columns:1fr}}.footer{color:#fff;border-top:1px solid var(--clr-surface-border);background-color:#000;padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo .logo-title{color:#fff}.footer-logo .logo-subtitle{color:#d4af37}.footer-logo .logo-icon svg{fill:#d4af37}.brand-col p{color:#94a3b8;max-width:300px;margin-top:1.5rem}.footer-socials{gap:1rem;margin-top:1.5rem;display:flex}.social-icon-footer{color:#94a3b8;transition:color var(--transition-fast), transform var(--transition-fast);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.social-icon-footer:hover{color:var(--clr-accent);background-color:#ffffff1a;transform:translateY(-3px)}.footer-col h3{margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;position:relative}.footer-col h3:after{content:"";background-color:var(--clr-accent);width:40px;height:3px;position:absolute;bottom:0;left:0}.footer-col ul{flex-direction:column;gap:1rem;display:flex}.footer-col a,.footer-col li{color:#94a3b8;transition:color var(--transition-fast)}.footer-col a:hover{color:var(--clr-accent)}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.875rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}}.whatsapp-float{color:#fff;text-align:center;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 10px #0000004d}.whatsapp-float:hover{color:#fff;background-color:#1ebe57;transform:scale(1.1);box-shadow:0 6px 15px #25d36666}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:25px;height:25px}}
