:root{--primary: #F97316;--secondary: #FB923C;--accent: #22C55E;--bg: #1F2937;--text: #F8FAFC;--font-headings: "Barlow Condensed", sans-serif;--font-body: "Barlow", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;background-image:radial-gradient(circle at 50% 50%,rgba(15,23,42,.5) 1px,transparent 1px);background-size:50px 50px}h1,h2,h3{font-family:var(--font-headings);color:var(--primary);text-transform:uppercase}header{padding:1rem 5%;background:#1f2937f2;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0003}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-family:var(--font-headings);font-size:1.75rem;font-weight:700;color:var(--primary)}.nav-links{display:flex;list-style:none;gap:1.5rem}.nav-links a{color:var(--text);text-decoration:none;font-family:var(--font-headings);font-size:1.2rem;transition:color .3s}.nav-links a:hover{color:var(--secondary)}.menu-toggle{display:none;background:none;border:1px solid var(--primary);color:var(--primary);padding:.5rem 1rem;cursor:pointer;font-family:var(--font-headings);font-size:1.1rem;border-radius:4px}.hero{position:relative;height:90vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;text-align:left;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:-1}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0f172a8c,#0f172acc);z-index:-1}.hero-content{max-width:550px}.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.1rem;margin:1rem 0 2rem;opacity:.9}.btn{display:inline-block;background-color:var(--primary);color:#fff;padding:.85rem 2.5rem;text-decoration:none;border-radius:4px;font-family:var(--font-headings);font-size:1.2rem;font-weight:700;text-transform:uppercase;margin-top:1.5rem;transition:all .3s ease;border:none;cursor:pointer}.btn:hover{background-color:var(--secondary);transform:translateY(-2px)}.btn.whatsapp{background-color:var(--accent);margin-left:1rem}.btn.whatsapp:hover{background-color:#16a34a}main section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.about{background:#2d3748;padding:4rem;border-radius:8px;margin:2rem 0}.about h2{color:var(--accent);font-size:2.5rem;margin-bottom:1rem}.about p{margin-bottom:1rem;font-size:1.1rem}.services h2{color:var(--accent);font-size:2.5rem;margin-bottom:1rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.service-card{background:#2d3748;padding:2rem;border-radius:8px;border-top:3px solid var(--primary);transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:var(--secondary);font-size:1.5rem;margin-bottom:.5rem}.service-card p{font-size:.95rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.gallery img{width:100%;height:250px;object-fit:cover;border-radius:8px;display:block}.testimonials h2{color:var(--accent);font-size:2.5rem;margin-bottom:1rem}.testimonials p{font-size:1.1rem}.contact h2{color:var(--accent);font-size:2.5rem;margin-bottom:1rem}.contact p{margin-bottom:1rem;font-size:1.1rem}.cta-group{display:flex;gap:1rem;flex-wrap:wrap}footer{background:#111827;text-align:center;padding:2rem;margin-top:3rem}.credits{font-size:.8rem;opacity:.7;margin-top:.5rem}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:var(--bg);padding:1rem;box-shadow:0 4px 6px #0000004d}.nav-links.active{display:flex}.menu-toggle{display:block}.hero{height:70vh;text-align:center;justify-content:center;padding:0 1rem;max-width:100%}.hero-content{max-width:100%}.hero-content h1{font-size:2.5rem}.about{padding:2rem;margin:1rem 0}main section{padding:3rem 1rem}.cta-group{flex-direction:column}}
