:root{--primary-color:#00ced1;--primary-dark:#00a8ab;--primary-light:#4dd0e1;--text-dark:#1a1a1a;--text-gray:#666;--bg-light:#f8f9fa;--white:#fff;--black:#000;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 4px 20px rgba(0,0,0,.08);--shadow-lg:0 10px 40px rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background:var(--white)}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.3;margin-bottom:1rem;font-weight:700}h1{font-size:3.5rem}h1,h2{font-weight:800}h2{font-size:2.8rem}h3{font-size:1.5rem;font-weight:700}p{margin-bottom:1rem;line-height:1.7}button{cursor:pointer;font-family:inherit;font-size:1rem;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}a,button{transition:all .3s ease}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;width:100%;padding:0 2rem}.city-intro{padding:5rem 4rem 2rem;background:var(--white)}.city-intro-content{max-width:900px;margin:0 auto}.city-intro-content h2{color:var(--text-dark);font-size:2.2rem;margin-bottom:1.5rem;font-weight:700;text-align:center}.city-intro-content p{color:var(--text-gray);font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}@media (max-width:968px){html{font-size:15px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.3rem}}@media (max-width:640px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.2rem}.container{padding:0 1rem}.city-intro{padding:3rem 1rem 1rem}}.not-found{padding:8rem 2rem;text-align:center;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found h1{font-size:4rem;margin-bottom:1rem}.not-found h2{font-weight:600;margin-bottom:1.5rem}.not-found p{color:#666;margin-bottom:2rem;max-width:500px}.not-found-link{background:#00ced1;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none}.not-found-link:hover{opacity:.9}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:10000;border-top:3px solid var(--primary-color);animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--black)}.cookie-text p{color:var(--text-dark);font-size:.95rem;line-height:1.6;margin:0}.cookie-link{color:var(--primary-color);text-decoration:underline;font-weight:600}.cookie-link:hover{color:var(--primary-dark)}.cookie-buttons{display:flex;gap:1rem;flex-shrink:0}.cookie-btn{padding:.75rem 1.8rem;border:none;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;white-space:nowrap}.cookie-btn.accept{background:var(--primary-color);color:#fff}.cookie-btn.accept:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,206,209,.25)}.cookie-btn.reject{background:#fff;color:var(--text-dark);border:2px solid #ddd}.cookie-btn.reject:hover{background:#f5f5f5;border-color:#ccc}@media (max-width:768px){.cookie-content{flex-direction:column;padding:1.5rem;gap:1.5rem}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}.cookie-buttons{width:100%;flex-direction:column}.cookie-btn{width:100%;padding:.85rem}}.floating-buttons{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:15px;z-index:1000}.floating-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .3s ease;cursor:pointer;text-decoration:none;animation:float 3s ease-in-out infinite}.floating-btn:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 30px rgba(0,0,0,.25)}.floating-btn svg{width:30px;height:30px}.whatsapp-btn{background:#25d366;color:#fff}.whatsapp-btn:hover{background:#20ba5a}.phone-btn{background:var(--primary-color);color:#fff}.phone-btn:hover{background:var(--primary-dark)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:640px){.floating-buttons{bottom:20px;right:20px}.floating-btn{width:55px;height:55px}.floating-btn svg{width:26px;height:26px}}