.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#0000002b;backdrop-filter:blur(10px);transition:all .3s ease;padding:1rem 0}.navbar-scrolled{background-color:#0000002b;box-shadow:0 4px 24px #00000073;padding:.5rem 0}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{flex-shrink:0}.navbar-logo img{height:100px;width:auto;transition:transform .3s ease;image-rendering:-webkit-optimize-contrast}.navbar-logo img:hover{transform:scale(1.05)}.navbar-scrolled .navbar-logo img{height:80px}.navbar-links{display:flex;list-style:none;margin:0;padding:0;gap:2.5rem;flex:1;justify-content:center}.navbar-links li{position:relative}.navbar-links a{color:#f0f0f0;text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.5px;transition:all .3s ease;padding:.5rem 0;display:block;position:relative}.navbar-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#d71920,#ef3340);transition:width .3s ease}.navbar-links a:hover{color:#d71920}.navbar-links a:hover:after{width:100%}.navbar-actions{display:flex;gap:1rem;align-items:center}.btn-contact{background:transparent;color:#f0f0f0;border:2px solid rgba(255,255,255,.35);padding:.75rem 1.75rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;text-decoration:none;display:inline-block}.btn-contact:hover{background:#ffffff14;border-color:#ffffff8c;transform:translateY(-2px)}.btn-call{background:linear-gradient(135deg,#d71920,#ef3340);color:#fff;border:none;padding:.75rem 2rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;letter-spacing:.5px;box-shadow:0 4px 15px #d719204d;text-decoration:none}.btn-call:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d7192066;background:linear-gradient(135deg,#ef3340,#d71920)}.btn-call:active{transform:translateY(0)}.mobile-menu-toggle{display:none;background:transparent;border:none;color:#f0f0f0;cursor:pointer;padding:.5rem;transition:all .3s ease}.mobile-menu-toggle:hover{color:#d71920}.mobile-menu{display:none;position:fixed;top:82px;left:0;right:0;background-color:#0000002b;backdrop-filter:blur(10px);padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;box-shadow:0 10px 30px #0006;z-index:999;max-height:calc(100dvh - 82px);overflow-y:auto}.mobile-menu-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mobile-menu-links a{color:#f0f0f0;text-decoration:none;font-size:1.25rem;font-weight:500;transition:all .3s ease;display:block;padding:.5rem 0}.mobile-menu-links a:hover{color:#d71920;padding-left:1rem}.mobile-menu-actions{display:flex;flex-direction:column;gap:1rem}.mobile-menu-actions .btn-contact,.mobile-menu-actions .btn-call{width:100%;justify-content:center}.navbar-language-selector{position:relative}.btn-language{background:transparent;color:#f0f0f0;border:2px solid rgba(255,255,255,.25);padding:.5rem .75rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.btn-language:hover{background:#ffffff14;border-color:#fff6}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:150px;z-index:1000;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.language-option{width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s ease;color:#1a1a1a;font-size:.9rem}.language-option:hover{background:#0000000d}.language-option.active{background:#d719201a;color:var(--color-primary);font-weight:600}.mobile-language-selector{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.mobile-language-btn{background:transparent;border:2px solid rgba(255,255,255,.2);padding:.5rem .75rem;border-radius:8px;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.mobile-language-btn:hover{background:#ffffff1a;border-color:#fff6}.mobile-language-btn.active{background:#d7192033;border-color:var(--color-primary)}@media(max-width:968px){.navbar-links,.navbar-actions{display:none}.mobile-menu-toggle,.mobile-menu{display:block}.navbar-container{padding:0 1.5rem}.navbar.navbar-scrolled .mobile-menu{top:70px;max-height:calc(100dvh - 70px)}}@media(max-width:480px){.navbar-logo img{height:70px}.navbar-scrolled .navbar-logo img{height:65px}.navbar-container{padding:0 1rem}.mobile-menu{padding:1.5rem;top:70px;max-height:calc(100dvh - 70px)}.navbar.navbar-scrolled .mobile-menu{top:60px;max-height:calc(100dvh - 60px)}}.hero{position:relative;width:100%;height:100vh;height:100dvh;min-height:600px;min-height:-webkit-fill-available;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0006,#0009);z-index:2}.hero-content{position:relative;z-index:3;max-width:1400px;width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;opacity:0;transform:translateY(30px);transition:all 1s ease;min-height:400px}.hero-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:0}.hero-content-loaded{opacity:1;transform:translateY(0)}.hero-text{flex:1;max-width:700px}.hero-subtitle{color:#fff;font-size:.95rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin:2rem 0 1.5rem;animation:fadeInUp 1s ease .3s forwards;opacity:0;word-wrap:break-word;line-height:1.5}.hero-title{color:#fff;font-size:2.75rem;font-weight:700;line-height:1.25;margin:0;text-shadow:2px 4px 8px rgba(0,0,0,.3);animation:fadeInUp 1s ease .5s forwards;opacity:0;word-wrap:break-word;overflow-wrap:break-word;hyphens:none}.hero-cta{animation:fadeInUp 1s ease .7s forwards;opacity:0;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.hero-cta-secondary{color:#fffffff2;text-decoration:underline;text-underline-offset:.25em;font-size:.95rem;font-weight:600;transition:color .2s ease}.hero-cta-secondary:hover{color:#fff}.btn-reserve{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;border:2px solid rgba(255,255,255,.2);padding:1.25rem 3rem;border-radius:50px;font-size:1rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 25px #0006;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.btn-reserve:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.btn-reserve:hover:before{left:100%}.btn-reserve:hover{transform:scale(1.05);box-shadow:0 12px 35px #00000080;border-color:#fff6;background:linear-gradient(135deg,#1a1a1a,#000)}.btn-reserve:active{transform:scale(1)}@media(max-width:1200px){.hero-content{padding:2rem 2rem 0;gap:2rem;align-items:flex-start}.hero-right{align-items:flex-start}.hero-title{font-size:2.5rem}.hero-cta{margin-top:.5rem}}@media(max-width:968px){.hero-content{flex-direction:column;text-align:center;justify-content:center;padding:0 1.5rem;gap:2rem;align-items:center;min-height:auto}.hero-text{max-width:100%;width:100%}.hero-right{align-items:center;width:100%}.hero-title{font-size:2.25rem;line-height:1.1;text-align:center}.hero-subtitle{font-size:.85rem;letter-spacing:2px;margin-bottom:1.25rem;text-align:center}.btn-reserve{padding:1.1rem 2.5rem;font-size:.95rem;letter-spacing:1.2px}.hero-cta{width:100%;display:flex;justify-content:center;align-items:center;margin-top:0}}@media(max-width:768px){.hero{min-height:550px}.hero-content{flex-direction:column;padding:0 1.5rem;gap:1.75rem;text-align:center;align-items:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:.8rem;letter-spacing:1.8px;margin-top:1.5rem;margin-bottom:1rem}.btn-reserve{padding:1rem 2.25rem;font-size:.9rem}}@media(max-width:640px){.hero{min-height:500px}.hero-content{flex-direction:column;display:flex;padding:0 1.25rem;gap:1.5rem;text-align:center;align-items:center}.hero-title{font-size:1.75rem;line-height:1.15}.hero-subtitle{font-size:.75rem;letter-spacing:1.5px;margin-top:1.25rem;margin-bottom:1rem}.btn-reserve{padding:1rem 2rem;font-size:.85rem;letter-spacing:1px;width:100%;max-width:100%}}@media(max-width:480px){.hero{min-height:450px}.hero-content{flex-direction:column;display:flex;padding:0 1rem;gap:1.25rem;text-align:center;align-items:center}.hero-title{font-size:1.5rem;line-height:1.2}.hero-subtitle{font-size:.7rem;letter-spacing:1.2px;margin-top:1rem;margin-bottom:.875rem}.btn-reserve{padding:.9rem 1.75rem;font-size:.8rem;letter-spacing:.8px;width:100%;max-width:100%}}@media(max-width:360px){.hero{min-height:400px}.hero-content{flex-direction:column;display:flex;padding:0 .875rem;gap:1rem;text-align:center;align-items:center}.hero-title{font-size:1.35rem}.hero-subtitle{font-size:.65rem;letter-spacing:1px;margin-top:.875rem;margin-bottom:.75rem}.btn-reserve{padding:.85rem 1.5rem;font-size:.75rem;letter-spacing:.5px}}.services{padding:6rem 0;scroll-margin-top:100px;background:linear-gradient(180deg,#fff,#f8f8f8);position:relative}.services-container{max-width:1400px;margin:0 auto;padding:0 2rem}.services-header{text-align:center;margin-bottom:2rem;animation:fadeInUp 1s ease}.services-label{color:var(--color-primary);font-size:.9rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;display:inline-block}.services-title{font-size:3rem;font-weight:700;color:var(--color-dark);margin-bottom:1.5rem;line-height:1.2}.services-title .highlight{color:var(--color-primary)}.services-subtitle{font-size:1.1rem;color:var(--color-gray);max-width:800px;margin:0 auto;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:0}.service-card{position:relative;height:400px;border-radius:20px;overflow:hidden;cursor:pointer;transition:all .6s cubic-bezier(.23,1,.32,1);transform-style:preserve-3d;perspective:1000px;box-shadow:0 10px 40px #00000026}.service-card:hover{transform:translateY(-20px) rotateX(2deg) scale(1.02);box-shadow:0 30px 60px #d7192040}.service-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);border-radius:20px;opacity:0;transition:opacity .6s ease;z-index:-1;filter:blur(20px)}.service-card:hover:before{opacity:.6}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.service-card:nth-child(1){animation:float 6s ease-in-out infinite}.service-card:nth-child(2){animation:float 7s ease-in-out infinite;animation-delay:1s}.service-card:nth-child(3){animation:float 8s ease-in-out infinite;animation-delay:2s}.service-card:nth-child(4){animation:float 6.5s ease-in-out infinite;animation-delay:3s}.service-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.service-card-bg img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.23,1,.32,1);transform:scale(1)}.service-card:hover .service-card-bg img{transform:scale(1.15) translateZ(30px)}.service-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000004d,#000000b3);transition:background .4s ease}.service-card:hover .service-card-overlay{background:linear-gradient(180deg,#00000080,#000000d9)}.service-card-content{position:relative;z-index:2;padding:2.5rem;height:100%;display:flex;flex-direction:column;justify-content:flex-end;color:var(--color-white)}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s ease;box-shadow:0 8px 20px #d719204d}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 30px #d7192080}.service-icon svg{color:var(--color-white)}.service-title{font-size:1.75rem;font-weight:700;color:var(--color-white);margin-bottom:1rem;line-height:1.3;transition:all .3s ease}.service-card:hover .service-title{transform:translate(5px)}.service-description{font-size:1rem;color:#ffffffe6;line-height:1.7;opacity:.95;transition:all .3s ease}.service-card:hover .service-description{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.services{padding:4rem 0}.services-title{font-size:2.25rem}.services-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{height:350px}.service-card-content{padding:2rem}.service-title{font-size:1.5rem}.service-description{font-size:.95rem}}@media(max-width:640px){.services{padding:3rem 0}.services-container{padding:0 1rem}.services-header{margin-bottom:2.5rem}.services-title{font-size:1.85rem}.services-subtitle{font-size:.95rem}.service-card{height:320px}.service-card-content{padding:1.75rem}.service-icon{width:50px;height:50px;margin-bottom:1rem}.service-icon svg{width:20px;height:20px}.service-title{font-size:1.35rem}.service-description{font-size:.9rem}}.app{width:100%;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;overflow-x:hidden}.lazy-section-placeholder{min-height:var(--section-min-height, 400px)}:root{--color-primary: #d71920;--color-primary-dark: #b51218;--color-secondary: #ef3340;--color-black: #000000;--color-dark: #1a1a1a;--color-white: #ffffff;--color-gray-light: #f5f5f5;--color-gray: #666666;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;background-color:var(--color-white);color:var(--color-dark);overflow-x:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-dark)}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}p{line-height:1.8;color:var(--color-gray)}a{text-decoration:none;color:inherit;transition:all .3s ease}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.app{width:100%;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available}.container{max-width:1400px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-dark)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}@media(max-width:968px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media(max-width:640px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.container{padding:0 1rem}}
