:root{--background: hsl(60, 5%, 6%);--foreground: hsl(60, 10%, 92%);--card: hsl(60, 5%, 10%);--card-foreground: hsl(60, 10%, 92%);--primary: hsl(64, 85%, 50%);--primary-foreground: hsl(150, 40%, 12%);--secondary: hsl(150, 40%, 12%);--secondary-foreground: hsl(64, 85%, 50%);--muted: hsl(60, 5%, 15%);--muted-foreground: hsl(60, 5%, 55%);--border: hsl(60, 5%, 18%);--radius: .75rem;--font-heading: "Bebas Neue", sans-serif;--font-body: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:.05em}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.bg-card{background-color:var(--card)}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#10100fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.navbar-brand{display:flex;align-items:center;gap:.75rem}.navbar-logo{width:40px;height:40px;border-radius:.5rem}.navbar-title{font-family:var(--font-heading);font-size:1.5rem;color:var(--primary);letter-spacing:.1em}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-links a{font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;transition:color .2s}.navbar-links a:hover{color:var(--primary)}.navbar-toggle{display:none;background:none;border:none;color:var(--foreground);cursor:pointer}.navbar-mobile{display:none;padding:0 1rem 1rem;border-bottom:1px solid var(--border);background-color:var(--background)}.navbar-mobile a{display:block;padding:.75rem 0;font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;transition:color .2s}.navbar-mobile a:hover{color:var(--primary)}.navbar-mobile.open{display:block}@media (max-width: 768px){.navbar-links{display:none}.navbar-toggle{display:block}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background-color:#10100fcc}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;max-width:48rem;margin:0 auto}.hero-logo{width:10rem;height:10rem;border-radius:1rem;margin-bottom:2rem;box-shadow:0 25px 50px -12px #00000080}.hero-content h1{font-size:3.75rem;color:var(--primary);letter-spacing:.1em;margin-bottom:1rem}.hero-content p{font-size:1.125rem;color:var(--muted-foreground);max-width:36rem;margin-bottom:2rem;font-weight:300}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--primary);color:var(--primary-foreground);padding:.75rem 2rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;transition:filter .2s}.btn-primary:hover{filter:brightness(1.1)}@media (min-width: 768px){.hero-content h1{font-size:6rem}.hero-content p{font-size:1.25rem}}.section{padding:6rem 1rem}.section-title{font-size:3rem;color:var(--primary);margin-bottom:1rem}.section-subtitle{color:var(--muted-foreground);max-width:42rem;margin:0 auto 4rem;font-size:1.125rem}@media (min-width: 768px){.section-title{font-size:3.75rem}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;transition:border-color .2s}.feature-card:hover{border-color:#ddec1366}.feature-icon{width:2.5rem;height:2.5rem;color:var(--primary);margin:0 auto 1rem}.feature-card h3{font-size:1.5rem;color:var(--foreground);margin-bottom:.5rem}.feature-card p{color:var(--muted-foreground);font-size:.875rem}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,hsla(60,5%,6%,.9),transparent,transparent);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:1rem}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{font-family:var(--font-heading);font-size:1.5rem;color:var(--primary)}.rating-summary{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.stars{color:var(--primary);font-size:1.25rem;letter-spacing:2px}.stars.small{font-size:1rem;margin-bottom:.75rem}.rating-number{color:var(--foreground);font-weight:600;font-size:1.125rem}.rating-source{color:var(--muted-foreground);font-size:.875rem;margin-bottom:4rem}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.review-card:hover{border-color:#ddec134d}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.review-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ddec1333;display:flex;align-items:center;justify-content:center;color:var(--primary);font-weight:700;font-size:.875rem;flex-shrink:0}.review-name{color:var(--foreground);font-weight:500;font-size:.875rem}.review-date{color:var(--muted-foreground);font-size:.75rem}.review-text{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.location-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.location-grid{grid-template-columns:1fr 1fr}}.map-container{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9}@media (min-width: 1024px){.map-container{aspect-ratio:auto}}.map-container iframe{width:100%;height:100%}.location-info{display:flex;flex-direction:column;justify-content:center;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{width:1.5rem;height:1.5rem;color:var(--primary);margin-top:.25rem;flex-shrink:0}.info-item h3{font-size:1.25rem;color:var(--foreground);margin-bottom:.25rem}.info-item p{color:var(--muted-foreground);font-size:.875rem}.footer{padding:3rem 1rem;border-top:1px solid var(--border)}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-logo{width:3.5rem;height:3.5rem;border-radius:.5rem}.social-links{display:flex;align-items:center;gap:1.5rem}.social-links a{color:var(--muted-foreground);transition:color .2s}.social-links a:hover{color:var(--primary)}.social-links svg{width:1.5rem;height:1.5rem}.copyright{color:var(--muted-foreground);font-size:.75rem}.whatsapp-float{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;text-align:center;font-size:30px;line-height:60px;z-index:1000;box-shadow:0 4px 8px #0003;transition:background-color .3s}.whatsapp-float:hover{background-color:#128c7e}
