@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";.header{position:fixed;top:0;left:0;width:100%;height:80px;background-color:#fff;border-bottom:3px solid transparent;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;font-family:Montserrat,sans-serif;z-index:1100;transition:box-shadow .3s ease,border-color .3s ease,background-color .3s ease}.header-scrolled{box-shadow:0 3px 10px #00000026;border-color:#e03e2f}.logo-link{display:inline-flex;align-items:center;cursor:pointer}.logo{height:280px;width:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .3s ease}.logo:hover,.logo:focus{transform:scale(1.05)}.nav{display:flex;gap:2rem}.nav ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav li{display:flex;align-items:center}.nav a{color:#222;font-weight:500;text-decoration:none;cursor:pointer;transition:color .3s ease;position:relative}.nav a:hover,.nav a.active{color:#e03e2f}.nav a:after{content:"";display:block;height:2px;width:0;background:#e03e2f;transition:width .3s ease;position:absolute;bottom:-6px;left:0}.nav a:hover:after,.nav a.active:after{width:100%}.nav a:focus{outline:2px dashed #E03E2F;outline-offset:4px}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:26px;height:22px;background:transparent;border:none;cursor:pointer;z-index:1200}.bar{width:100%;height:3px;background-color:#e03e2f;border-radius:2px;transition:all .3s ease;transform-origin:1px}.hamburger.is-active .bar:nth-child(1){transform:rotate(45deg)}.hamburger.is-active .bar:nth-child(2){opacity:0;transform:translate(20px)}.hamburger.is-active .bar:nth-child(3){transform:rotate(-45deg)}@media (max-width: 768px){.logo{height:120px}.nav{position:fixed;top:80px;right:0;height:calc(100vh - 80px);background-color:#fff;flex-direction:column;width:240px;padding:2rem 1rem;box-shadow:-3px 0 10px #0000001a;transform:translate(100%);opacity:0;transition:transform .3s ease,opacity .3s ease}.nav ul{flex-direction:column;gap:1.2rem}.nav.nav-open{transform:translate(0);opacity:1}.hamburger{display:flex}}@media (max-width: 480px){.logo{height:90px}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;scroll-behavior:smooth;background:#f9f7f6;font-family:Montserrat,sans-serif;color:#222}a{text-decoration:none;color:inherit}button{font-family:inherit}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#eee}::-webkit-scrollbar-thumb{background-color:#e03e2f;border-radius:10px;border:2px solid #eee}@media (max-width: 768px){.cards-container{flex-direction:column;align-items:center}.nav a{margin-left:1rem}}.footer{background-color:#222;color:#ddd;text-align:center;padding:1.5rem 1rem;font-size:.9rem;font-family:Montserrat,sans-serif;-webkit-user-select:none;user-select:none;box-shadow:inset 0 1px 3px #ffffff1a}.home-container{background:#f9f7f6;color:#222;min-height:100vh}.hero-section{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;padding:4rem 1rem;overflow:hidden}.hero-content{position:relative;display:inline-block}.hero-image{position:absolute;top:280px;left:-26rem;transform:translateY(-50%);max-width:370px;width:100%;pointer-events:none}.hero-image img{width:100%;height:auto}.hero-section{position:relative;background:linear-gradient(135deg,#5c0f0f,#e03e2f);color:#fff;padding:6rem 2rem 5rem;text-align:center;clip-path:polygon(0 0,100% 0,100% 80%,0 100%)}.hero-overlay{max-width:700px;margin:0 auto}.hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:1px 1px 6px rgba(0,0,0,.6)}.hero-text{font-size:1.3rem;margin-bottom:2rem;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.btn-primary{background-color:#e03e2f;color:#fff;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:700;border-radius:6px;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 5px 10px #e03e2f80}.btn-primary:hover{background-color:#b73129;box-shadow:0 6px 15px #b73129b3}.section{padding:4rem 2rem;background:#fff}.container{max-width:1100px;margin:0 auto}.section-title{font-size:2.5rem;margin-bottom:2rem;color:#e03e2f;text-align:center;font-weight:700}.cards-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.project-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 10px #0000001a;width:300px;transition:transform .3s ease,box-shadow .3s ease;cursor:default;text-align:center}.project-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000026}.project-card h4{margin-top:0;color:#e03e2f;font-weight:700}.project-card p{color:#444;font-size:1rem;line-height:1.4}.contact-section{background:#f9f9f9;text-align:center;color:#222;padding:4rem 1rem 6rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem}.contact-section h2{font-size:2rem;margin-bottom:1.5rem;color:#111}.contact-section p{font-size:1.15rem;margin:.5rem 0;line-height:1.6;max-width:480px}.contact-section a{color:#e81a1a;text-decoration:none;transition:all .3s ease}@media (max-width: 768px){.contact-section h2{font-size:1.75rem}.contact-section p{font-size:1rem;padding:0 1rem}}.whatsapp-float{position:fixed;width:56px;height:56px;bottom:24px;right:24px;background-color:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:box-shadow .3s ease;z-index:1500}.whatsapp-float:hover{box-shadow:0 6px 18px #25d366b3}.whatsapp-float svg{filter:drop-shadow(0 0 1px rgba(0,0,0,.15))}.project-link{display:inline-block;margin-top:10px;color:#cf1403;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:color .3s ease,border-bottom-color .3s ease;cursor:pointer}.project-link:hover,.project-link:focus{color:#e94b3c;border-bottom-color:#e94b3c;outline:none}@media (max-width: 768px){.cards-container{flex-direction:column;align-items:center}.hero-title{font-size:2.2rem}.hero-text{font-size:1.1rem}.btn-primary{width:100%}}
