@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
  --background: 0 0% 100%;
  --foreground: 220 13% 18%;
  --primary: 188 100% 42%;
  --primary-foreground: 0 0% 100%;
  --institutional: 214 64% 15%; /* #0E223F */
  --secondary: 214 64% 15%;
  --secondary-foreground: 0 0% 100%;
  --card: 220 13% 91%;
  --card-foreground: 220 13% 18%;
  --muted: 220 13% 95%;
  --muted-foreground: 220 9% 46%;
  --accent: 188 100% 95%;
  --accent-foreground: 188 100% 20%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 13% 91%;
  --input: 220 13% 91%;
  --ring: 188 100% 42%;
  --radius: 0.5rem;
}

.dark {
  --background: 222 47% 11%;
  --foreground: 210 40% 98%;
  --primary: 188 100% 42%;
  --primary-foreground: 0 0% 100%;
  --institutional: 214 64% 15%; /* #0E223F */
  --secondary: 214 64% 15%;
  --secondary-foreground: 0 0% 100%;
  --card: 222 47% 15%;
  --card-foreground: 210 40% 98%;
  --muted: 217 33% 17%;
  --muted-foreground: 215 20% 65%;
  --accent: 188 100% 15%;
  --accent-foreground: 188 100% 90%;
  --destructive: 0 62% 30%;
  --destructive-foreground: 0 0% 100%;
  --border: 217 33% 17%;
  --input: 217 33% 17%;
  --ring: 188 100% 42%;
}

* { box-sizing: border-box; border-color: hsl(var(--border)); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: 'Montserrat', sans-serif;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, input, textarea { font-family: inherit; }
button { cursor: pointer; background: transparent; border: 0; padding: 0; color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
.site-shell { min-height: 100vh; background: hsl(var(--background)); }
.container { width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1rem; }

.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: all 300ms ease;
  background: hsl(var(--background) / .8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.header.scrolled {
  background: hsl(var(--background) / .95);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.header-container { height: 5.25rem; display: flex; align-items: center; justify-content: space-between; }
.logo-button { display: flex; align-items: center; gap: .5rem; border-radius: .5rem; }
.logo-button:focus-visible, .desktop-nav button:focus-visible, .mobile-nav button:focus-visible, .contact-card:focus-visible, .footer-socials a:focus-visible, .icon-button:focus-visible, .btn:focus-visible { outline: 2px solid hsl(var(--primary)); outline-offset: 2px; }
.header-logo { height: 5.25rem; width: auto; filter: drop-shadow(0 0 18px rgb(255 255 255 / .98)) drop-shadow(0 0 34px rgb(255 255 255 / .82)) drop-shadow(0 6px 14px rgb(255 255 255 / .62)); }
.desktop-nav { display: none; align-items: center; gap: 2rem; }
.desktop-nav button { color: hsl(var(--foreground)); font-weight: 500; transition: color 200ms ease; border-radius: .25rem; padding: .25rem .5rem; font-size: 1rem; line-height: 1.5rem; }
.desktop-nav button:hover { color: hsl(var(--primary)); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.icon-button { width: 2.25rem; height: 2.25rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; transition: background-color 150ms ease, color 150ms ease; }
.icon-button:hover { background: hsl(var(--accent)); color: hsl(var(--accent-foreground)); }
.icon-button svg { width: 1.25rem; height: 1.25rem; }
#menuToggle svg { width: 1.5rem; height: 1.5rem; }
.mobile-panel { position: fixed; inset: 0 auto 0 0; width: 16rem; background: hsl(var(--background)); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); z-index: 50; transform: translateX(-100%); transition: transform 300ms ease; }
.mobile-panel.open { transform: translateX(0); }
.mobile-panel-inner { display: flex; flex-direction: column; height: 100%; padding: 5rem 1.5rem 0; }
.mobile-nav { display: flex; flex-direction: column; gap: 1rem; }
.mobile-nav button { text-align: left; font-size: 1.125rem; line-height: 1.75rem; font-weight: 500; color: hsl(var(--foreground)); transition: color 200ms ease; padding: .5rem 0; border-radius: .25rem; }
.mobile-nav button:hover { color: hsl(var(--primary)); }
.mobile-overlay { position: fixed; inset: 0; background: rgb(0 0 0 / .5); z-index: 40; display: none; }
.mobile-overlay.open { display: block; }

.hero-section { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('assets/hero-premium.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgb(0 0 0 / .7), rgb(0 0 0 / .6), rgb(0 0 0 / .7)); }
.hero-content { position: relative; z-index: 10; max-width: 64rem; text-align: center; }
.hero-logo-wrap { margin-bottom: 2rem; }
.hero-logo { height: 9rem; width: auto; margin: 0 auto 2rem; filter: drop-shadow(0 0 22px rgb(255 255 255 / .98)) drop-shadow(0 0 44px rgb(255 255 255 / .82)) drop-shadow(0 7px 18px rgb(255 255 255 / .65)); }
.hero-title { font-size: 2.25rem; line-height: 2.5rem; font-weight: 700; color: white; margin: 0 0 1.5rem; letter-spacing: -0.02em; text-wrap: balance; }
.hero-text { font-size: 1.125rem; line-height: 1.75rem; color: rgb(255 255 255 / .9); margin: 0 auto 2.5rem; max-width: 48rem; }
.hero-buttons { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; border-radius: .75rem; font-weight: 600; transition: all 200ms ease; }
.btn:active { transform: scale(.98); }
.btn-lg { height: 2.5rem; padding: 1.5rem 2rem; font-size: 1.125rem; line-height: 1.75rem; }
.btn-primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.btn-primary:hover { background: hsl(var(--primary) / .9); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.btn-outline-white { border: 2px solid white; color: white; background: hsl(var(--background)); box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); }
.btn-outline-white:hover { background: white; color: hsl(var(--secondary)); }
.btn-submit { width: 100%; height: 2.5rem; padding: 1.5rem; font-size: 1.125rem; line-height: 1.75rem; }

.section { padding: 5rem 0; }
.bg-background { background: hsl(var(--background)); }
.bg-muted { background: hsl(var(--muted)); }
.section-heading { text-align: center; margin-bottom: 4rem; }
.form-heading { margin-bottom: 3rem; }
.section-heading h2 { margin: 0 0 1rem; font-size: 1.875rem; line-height: 2.25rem; font-weight: 700; color: hsl(var(--foreground)); text-wrap: balance; }
.section-heading p { margin: 0 auto; font-size: 1.125rem; line-height: 1.75rem; color: hsl(var(--muted-foreground)); }
.section-heading .max-2xl { max-width: 42rem; }
.section-heading .max-3xl { max-width: 48rem; line-height: 1.625; }

.services-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.service-card { border-radius: 1rem; padding: 1.5rem; transition: all 300ms ease; }
.service-card:hover { transform: translateY(-.25rem); }
.variant-shadow { background: hsl(var(--card)); box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.variant-shadow:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.variant-muted { background: hsl(var(--muted)); }
.variant-muted:hover { background: hsl(var(--muted) / .8); }
.variant-border { background: transparent; border: 2px solid hsl(var(--border)); }
.variant-border:hover { border-color: hsl(var(--primary) / .5); }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: .75rem; background: hsl(var(--primary) / .1); color: hsl(var(--primary)); flex-shrink: 0; }
.service-icon { width: 3.5rem; height: 3.5rem; margin-bottom: 1rem; transition: all 300ms ease; }
.service-card:hover .service-icon { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.icon-box svg { width: 1.5rem; height: 1.5rem; }
.service-icon svg { width: 1.75rem; height: 1.75rem; }
.service-card h3, .benefit-card h3, .contact-card h3 { margin: 0; color: hsl(var(--card-foreground)); }
.service-card h3 { font-size: 1.25rem; line-height: 1.75rem; font-weight: 600; margin-bottom: .75rem; }
.service-card p, .benefit-card p, .contact-card p { margin: 0; color: hsl(var(--muted-foreground)); line-height: 1.625; }

.benefits-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.benefit-card { background: hsl(var(--background)); border-radius: 1rem; padding: 2rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); transition: all 300ms ease; }
.benefit-card:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.benefit-content { display: flex; align-items: flex-start; gap: 1rem; }
.benefit-card h3 { color: hsl(var(--foreground)); font-size: 1.25rem; line-height: 1.75rem; font-weight: 600; margin-bottom: .5rem; }

.form-container { width: 100%; max-width: 48rem; margin: 0 auto; padding: 0 1rem; }
.reservation-form { background: hsl(var(--card)); border-radius: 1rem; padding: 2rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); display: flex; flex-direction: column; gap: 1.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.field label { display: block; color: hsl(var(--card-foreground)); font-size: .875rem; line-height: 1; font-weight: 500; margin-bottom: .5rem; }
.field input, .field textarea {
  display: flex; width: 100%; height: 2.25rem; border-radius: .375rem; border: 1px solid hsl(var(--input)); background: transparent; padding: .25rem .75rem; font-size: 1rem; line-height: 1.5rem; color: hsl(var(--foreground)); outline: none; box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); transition: color 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}
.field textarea { height: auto; min-height: 60px; padding: .5rem .75rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: hsl(var(--muted-foreground)); }
.field input:focus-visible, .field textarea:focus-visible { border-color: hsl(var(--ring)); box-shadow: 0 0 0 1px hsl(var(--ring)); }
.error-message { color: hsl(var(--destructive)); font-size: .875rem; line-height: 1.25rem; margin: .25rem 0 0; min-height: 0; }

.contact-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
.contact-card { display: block; background: hsl(var(--background)); border-radius: 1rem; padding: 1.5rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); transition: all 300ms ease; }
a.contact-card:hover { transform: translateY(-.25rem); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.contact-content { display: flex; align-items: flex-start; gap: 1rem; }
.contact-card h3 { color: hsl(var(--foreground)); font-size: 1.125rem; line-height: 1.75rem; font-weight: 600; margin-bottom: .25rem; }
.contact-content > div:last-child { flex: 1; }
.social-section { text-align: center; }
.social-section h3 { margin: 0 0 1.5rem; font-size: 1.25rem; line-height: 1.75rem; font-weight: 600; color: hsl(var(--foreground)); }
.social-buttons { display: flex; align-items: center; justify-content: center; gap: 1rem; }
.social-button { width: 3rem; height: 3rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; border: 1px solid hsl(var(--input)); background: hsl(var(--background)); color: hsl(var(--foreground)); transition: all 200ms ease; }
.social-button:hover { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-color: hsl(var(--primary)); }
.social-button svg { width: 1.25rem; height: 1.25rem; }

.footer { background: hsl(var(--secondary)); color: hsl(var(--secondary-foreground)); }
.footer-container { padding-top: 3rem; padding-bottom: 3rem; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer-brand img { height: 6rem; width: auto; margin-bottom: 1rem; filter: drop-shadow(0 0 18px rgb(255 255 255 / .96)) drop-shadow(0 0 34px rgb(255 255 255 / .78)) drop-shadow(0 6px 14px rgb(255 255 255 / .58)); }
.footer-brand p { color: hsl(var(--secondary-foreground) / .8); line-height: 1.625; max-width: 28rem; margin: 0; }
.footer-title { font-weight: 600; margin-bottom: 1rem; display: block; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; }
.footer-links { display: flex; flex-direction: column; gap: .5rem; }
.footer-links button, .footer-contact a, .footer-contact span { color: hsl(var(--secondary-foreground) / .8); transition: color 200ms ease; }
.footer-links button:hover, .footer-contact a:hover { color: hsl(var(--secondary-foreground)); text-decoration: underline; }
.footer-contact { display: flex; flex-direction: column; gap: .75rem; }
.footer-contact li { display: flex; align-items: flex-start; gap: .5rem; }
.footer-contact svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; margin-top: .125rem; color: hsl(var(--secondary-foreground) / .6); }
.footer-bottom { border-top: 1px solid hsl(var(--secondary-foreground) / .2); padding-top: 2rem; }
.footer-socials { display: flex; align-items: center; gap: 1rem; justify-content: center; margin-bottom: 1rem; }
.footer-socials a { color: hsl(var(--secondary-foreground) / .8); transition: color 200ms ease; border-radius: .25rem; }
.footer-socials a:hover { color: hsl(var(--secondary-foreground)); }
.footer-socials svg { width: 1.25rem; height: 1.25rem; }
.legal-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem; color: hsl(var(--secondary-foreground) / .6); font-size: .875rem; line-height: 1.25rem; }
.legal-links a { transition: color 200ms ease; }
.legal-links a:hover { color: hsl(var(--secondary-foreground)); text-decoration: underline; }
.copyright { text-align: center; color: hsl(var(--secondary-foreground) / .6); font-size: .875rem; line-height: 1.25rem; margin: 1.5rem 0 0; }

.floating-whatsapp { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 50; background: #25D366; color: white; border-radius: 9999px; padding: 1rem; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); transition: all 200ms ease; transform: scale(0); animation: whatsPop 600ms cubic-bezier(.17,.67,.2,1.25) 1s forwards; }
.floating-whatsapp:hover { transform: scale(1.1); box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.floating-whatsapp:active { transform: scale(.95); }
.floating-whatsapp:focus-visible { outline: 2px solid #25D366; outline-offset: 2px; }
.floating-whatsapp svg { width: 1.5rem; height: 1.5rem; }
.toast { position: fixed; bottom: 1.5rem; left: 50%; transform: translate(-50%, 1rem); z-index: 60; background: hsl(var(--foreground)); color: hsl(var(--background)); padding: .75rem 1rem; border-radius: .75rem; box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); opacity: 0; pointer-events: none; transition: opacity 250ms ease, transform 250ms ease; font-weight: 500; max-width: calc(100vw - 2rem); text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.error { background: hsl(var(--destructive)); color: hsl(var(--destructive-foreground)); }

.animate-load { opacity: 0; animation: loadUp .8s ease forwards; }
.delay-0 { animation-delay: 0ms; }
.delay-200 { animation-delay: 200ms; }
.delay-400 { animation-delay: 400ms; }
.delay-600 { animation-delay: 600ms; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease, transform 600ms ease; transition-delay: var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.stagger-0 { --reveal-delay: 0ms; }
.stagger-1 { --reveal-delay: 100ms; }
.stagger-2 { --reveal-delay: 200ms; }
.stagger-3 { --reveal-delay: 300ms; }
.stagger-4 { --reveal-delay: 400ms; }
.stagger-5 { --reveal-delay: 500ms; }
@keyframes loadUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes whatsPop { from { transform: scale(0); } to { transform: scale(1); } }

@media (min-width: 640px) {
  .container, .form-container { padding-left: 1.5rem; padding-right: 1.5rem; }
  .hero-buttons { flex-direction: row; }
}
@media (min-width: 768px) {
  .header-container { height: 6.25rem; }
  .header-logo { height: 6.5rem; }
  .desktop-nav { display: flex; }
  .mobile-only, .mobile-panel, .mobile-overlay { display: none !important; }
  .hero-logo { height: 12rem; }
  .hero-title { font-size: 3rem; line-height: 1; }
  .hero-text { font-size: 1.25rem; line-height: 1.75rem; }
  .section { padding-top: 6rem; padding-bottom: 6rem; }
  .section-heading h2 { font-size: 2.25rem; line-height: 2.5rem; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .two-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-container { padding-top: 4rem; padding-bottom: 4rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; }
  .footer-socials { justify-content: flex-start; margin-bottom: 0; }
  .legal-links { justify-content: flex-end; }
  .copyright { grid-column: 1 / -1; }
  .floating-whatsapp svg { width: 1.75rem; height: 1.75rem; }
}
@media (min-width: 1024px) {
  .container, .form-container { padding-left: 2rem; padding-right: 2rem; }
  .hero-title { font-size: 3.75rem; line-height: 1; }
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-brand { grid-column: span 2 / span 2; }
}

/* Ajustes de legibilidad para modo claro */
html:not(.dark) .btn-outline-white {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}
html:not(.dark) .btn-outline-white:hover {
  background: #ffffff;
  color: hsl(var(--secondary));
  border-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
html:not(.dark) .reservation-form {
  background: hsl(0 0% 100%);
  border: 1px solid hsl(220 13% 88%);
}
html:not(.dark) .field input,
html:not(.dark) .field textarea {
  background: hsl(0 0% 100%);
  border-color: hsl(220 13% 78%);
  color: hsl(var(--foreground));
}
html:not(.dark) .field input:hover,
html:not(.dark) .field textarea:hover {
  border-color: hsl(220 13% 68%);
}
html:not(.dark) .field input:focus-visible,
html:not(.dark) .field textarea:focus-visible {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 1px hsl(var(--primary));
}
html:not(.dark) .variant-border {
  background: hsl(0 0% 100%);
  border-color: hsl(220 13% 86%);
}
html:not(.dark) .variant-shadow,
html:not(.dark) .benefit-card,
html:not(.dark) .contact-card,
html:not(.dark) .social-button {
  border: 1px solid hsl(220 13% 90%);
}
html:not(.dark) .variant-muted {
  background: hsl(220 13% 96%);
  border: 1px solid hsl(220 13% 90%);
}
html:not(.dark) .service-card h3,
html:not(.dark) .benefit-card h3,
html:not(.dark) .contact-card h3,
html:not(.dark) .social-section h3,
html:not(.dark) .section-heading h2,
html:not(.dark) .desktop-nav button,
html:not(.dark) .mobile-nav button {
  color: hsl(220 13% 18%);
}
html:not(.dark) .service-card p,
html:not(.dark) .benefit-card p,
html:not(.dark) .contact-card p,
html:not(.dark) .section-heading p {
  color: hsl(220 9% 38%);
}
html:not(.dark) .icon-button {
  color: hsl(220 13% 18%);
}
html:not(.dark) .icon-button:hover {
  background: hsl(188 100% 94%);
  color: hsl(188 100% 22%);
}

.about-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px -25px rgb(0 0 0 / .28);
  padding: 2rem;
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 68rem;
  margin: 0 auto;
}
.about-logo-wrap {
  background: linear-gradient(135deg, hsl(var(--primary) / .12), hsl(var(--accent) / .1));
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-logo {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: .75rem;
  filter: drop-shadow(0 0 20px rgb(255 255 255 / .98)) drop-shadow(0 0 38px rgb(255 255 255 / .82)) drop-shadow(0 7px 18px rgb(255 255 255 / .64));
  display: block;
}
.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.about-content .btn-primary {
  min-width: 260px;
  padding: 0.95rem 2rem;
  text-align: center;
}

.section-kicker {
  color: hsl(var(--primary));
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.about-content h3 {
  color: hsl(var(--foreground));
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.12;
  margin: 0;
}
.about-content p {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  margin: 0;
}
html:not(.dark) .about-card,
html:not(.dark) .about-logo-wrap {
  border-color: hsl(var(--border));
}
@media (max-width: 768px) {
  .about-card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    text-align: center;
  }
  .about-content {
    align-items: center;
  }

  .about-content .btn-primary {
    width: 100%;
    max-width: 320px;
  }
  .about-logo {
    max-width: 310px;
  }
}

/* Mejora de legibilidad del menú hamburguesa en móvil */
@media (max-width: 767px) {
  #menuToggle {
    background: rgb(255 255 255 / .88);
    color: hsl(210 69% 19%);
    box-shadow: 0 8px 22px rgb(0 0 0 / .22);
  }

  html.dark #menuToggle {
    background: rgb(15 23 42 / .9);
    color: #ffffff;
    box-shadow: 0 8px 24px rgb(255 255 255 / .15);
  }

  .mobile-panel {
    width: min(86vw, 22rem);
    background: linear-gradient(180deg, rgb(9 34 60 / .98), rgb(7 24 43 / .96));
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-right: 1px solid rgb(255 255 255 / .22);
    box-shadow: 18px 0 45px rgb(0 0 0 / .42);
  }

  .mobile-panel-inner {
    padding: 6.5rem 1.25rem 1.5rem;
  }

  .mobile-nav {
    gap: .85rem;
  }

  .mobile-nav button,
  html:not(.dark) .mobile-nav button,
  html.dark .mobile-nav button {
    width: 100%;
    color: #ffffff;
    background: rgb(255 255 255 / .14);
    border: 1px solid rgb(255 255 255 / .28);
    border-radius: .9rem;
    padding: .95rem 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .01em;
    text-align: left;
    text-shadow: 0 2px 8px rgb(0 0 0 / .55);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .18), 0 10px 24px rgb(0 0 0 / .18);
  }

  .mobile-nav button:hover,
  .mobile-nav button:focus-visible,
  html:not(.dark) .mobile-nav button:hover,
  html:not(.dark) .mobile-nav button:focus-visible,
  html.dark .mobile-nav button:hover,
  html.dark .mobile-nav button:focus-visible {
    color: #ffffff;
    background: rgb(0 188 212 / .78);
    border-color: rgb(255 255 255 / .55);
    transform: translateX(3px);
  }

  .mobile-overlay.open {
    background: rgb(0 0 0 / .68);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}

/* Corrección fuerte para menú hamburguesa en móvil */
@media (max-width: 767px) {
  .header {
    z-index: 10000;
    background: rgba(10, 31, 52, 0.98) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .header-container {
    height: 5.5rem;
  }

  .mobile-panel {
    position: fixed !important;
    top: 5.5rem !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    z-index: 9999 !important;
    transform: translateY(-120%) !important;
    background: rgba(7, 24, 42, 0.98) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55) !important;
    overflow: hidden !important;
  }

  .mobile-panel.open {
    transform: translateY(0) !important;
  }

  .mobile-panel-inner {
    height: auto !important;
    padding: 1rem !important;
    background: transparent !important;
  }

  .mobile-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    width: 100% !important;
  }

  .mobile-nav button {
    width: 100% !important;
    min-height: 3.25rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.85rem 1rem !important;
    border-radius: 0.9rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #0a1f34 !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-shadow: none !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
  }

  .mobile-nav button:hover,
  .mobile-nav button:focus-visible {
    background: #12c7df !important;
    color: #ffffff !important;
  }

  .mobile-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(0, 0, 0, 0.72) !important;
  }

  #menuToggle {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24) !important;
  }
}

/* =========================================================
   Corrección visual general PC + Mobile
   - Evita desbordes horizontales
   - Corrige menú hamburguesa móvil sin dejar barras visibles
   - Mejora proporciones de logos, header, hero y botones
   ========================================================= */
html,
body,
.site-shell {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  min-width: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  background: rgba(7, 24, 42, 0.88) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
}

.header.scrolled {
  background: rgba(7, 24, 42, 0.97) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22) !important;
}

.desktop-nav button,
.icon-button {
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.desktop-nav button:hover,
.icon-button:hover {
  color: #12c7df !important;
  background: rgba(255, 255, 255, 0.10) !important;
}

.header-logo {
  max-height: 5.25rem !important;
  width: auto !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 0 16px rgba(255, 255, 255, 1))
    drop-shadow(0 0 34px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 54px rgba(255, 255, 255, 0.70))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35)) !important;
}

.hero-section {
  min-height: 100svh !important;
  padding-top: 6.25rem !important;
}

.hero-bg {
  background-position: center center !important;
}

.hero-overlay {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 34%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.68)) !important;
}

.hero-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: clamp(1rem, 3vh, 2.5rem) !important;
  padding-bottom: clamp(2rem, 4vh, 4rem) !important;
}

.hero-logo-wrap {
  margin-bottom: clamp(0.9rem, 2vh, 1.4rem) !important;
}

.hero-logo {
  height: clamp(7.4rem, 13vw, 10rem) !important;
  margin: 0 auto 1rem !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 1))
    drop-shadow(0 0 40px rgba(255, 255, 255, 0.94))
    drop-shadow(0 0 68px rgba(255, 255, 255, 0.62))
    drop-shadow(0 10px 24px rgba(0, 0, 0, 0.42)) !important;
}

.hero-title {
  max-width: 58rem !important;
  margin-bottom: 1.1rem !important;
  font-size: clamp(2.05rem, 5vw, 3.45rem) !important;
  line-height: 1.08 !important;
  color: #ffffff !important;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.55) !important;
}

.hero-text {
  max-width: 46rem !important;
  margin-bottom: 1.8rem !important;
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.55) !important;
}

.hero-buttons .btn {
  min-width: 11.5rem;
}

.hero-section .btn-outline-white {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22) !important;
}

.hero-section .btn-outline-white:hover {
  background: #ffffff !important;
  color: #0a1f34 !important;
}

.contact-card p,
.footer-contact a,
.footer-contact span {
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  .header-container {
    height: 5.85rem !important;
  }

  .header-logo {
    height: 5.65rem !important;
  }

  .hero-section {
    padding-top: 5.85rem !important;
  }

  .hero-logo {
    height: clamp(8.4rem, 11vw, 10.5rem) !important;
  }
}

@media (max-width: 767px) {
  .container,
  .form-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .header {
    z-index: 10000 !important;
  }

  .header-container {
    height: 4.85rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .logo-button {
    max-width: calc(100vw - 7.4rem) !important;
    overflow: visible !important;
  }

  .header-logo {
    height: auto !important;
    width: min(9.9rem, calc(100vw - 8rem)) !important;
    max-height: 4.35rem !important;
  }

  .header-actions {
    gap: 0.65rem !important;
    flex-shrink: 0 !important;
  }

  #themeToggle,
  #menuToggle {
    width: 2.6rem !important;
    height: 2.6rem !important;
    flex: 0 0 2.6rem !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25) !important;
  }

  #themeToggle svg,
  #menuToggle svg {
    width: 1.35rem !important;
    height: 1.35rem !important;
  }

  .mobile-panel {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    max-height: 0 !important;
    height: auto !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-0.75rem) !important;
    overflow: hidden !important;
    z-index: 10001 !important;
    background: rgba(7, 24, 42, 0.98) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.48) !important;
    transition: max-height 280ms ease, opacity 220ms ease, transform 280ms ease, visibility 0s linear 280ms !important;
  }

  .mobile-panel.open {
    max-height: 22rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    transition: max-height 280ms ease, opacity 220ms ease, transform 280ms ease, visibility 0s !important;
  }

  .mobile-panel-inner {
    padding: 1rem !important;
    height: auto !important;
  }

  .mobile-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.72rem !important;
    width: 100% !important;
  }

  .mobile-nav button,
  html:not(.dark) .mobile-nav button,
  html.dark .mobile-nav button {
    width: 100% !important;
    min-height: 3.05rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.85rem 1rem !important;
    border-radius: 0.95rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #07182a !important;
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    font-size: 1rem !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-shadow: none !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.20) !important;
  }

  .mobile-nav button:hover,
  .mobile-nav button:focus-visible {
    background: #12c7df !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.92) !important;
  }

  .mobile-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(0, 0, 0, 0.68) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    backdrop-filter: blur(2px) !important;
  }

  .mobile-overlay:not(.open) {
    display: none !important;
  }

  .hero-section {
    min-height: 100svh !important;
    padding-top: 4.85rem !important;
    align-items: center !important;
  }

  .hero-bg {
    background-position: center center !important;
  }

  .hero-content {
    padding-top: 1.15rem !important;
    padding-bottom: 2.4rem !important;
  }

  .hero-logo-wrap {
    margin-bottom: 0.45rem !important;
  }

  .hero-logo {
    height: clamp(6.2rem, 28vw, 7.6rem) !important;
    margin-bottom: 0.65rem !important;
  }

  .hero-title {
    font-size: clamp(1.95rem, 8.2vw, 2.55rem) !important;
    line-height: 1.07 !important;
    margin-bottom: 1rem !important;
  }

  .hero-text {
    font-size: 1rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.5rem !important;
    max-width: 21rem !important;
  }

  .hero-buttons {
    width: 100% !important;
    gap: 0.85rem !important;
  }

  .hero-buttons .btn {
    width: min(100%, 15.5rem) !important;
    min-width: 0 !important;
  }

  .btn-lg {
    min-height: 3rem !important;
    height: auto !important;
    padding: 0.75rem 1.35rem !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .section-heading {
    margin-bottom: 2.4rem !important;
  }

  .benefit-content,
  .contact-content {
    gap: 0.85rem !important;
  }

  .floating-whatsapp {
    right: 1rem !important;
    bottom: 1rem !important;
    padding: 0.9rem !important;
  }
}

@media (max-width: 767px) {
  body.menu-open {
    overflow: hidden !important;
  }
}

/* Ajuste: se elimina la sombra blanca del logo y se conserva una sombra oscura sutil */
.header-logo,
.hero-logo,
.about-logo,
.footer-brand img {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35)) !important;
}


/* =========================================================
   Color institucional solicitado: #0E223F
   Se aplica solo a zonas oscuras de marca para no teñir todo el sitio:
   encabezado, menú móvil, hero con overlay, footer y contenedores donde
   el logo necesita contraste.
   ========================================================= */
:root,
.dark {
  --institutional: 214 64% 15%; /* #0E223F */
  --secondary: 214 64% 15%;
}

.header,
.header.scrolled {
  background: rgba(14, 34, 63, 0.94) !important;
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

.header.scrolled {
  background: rgba(14, 34, 63, 0.98) !important;
}

.hero-overlay {
  background: transparent !important;
  pointer-events: none;
}

.footer {
  background: #0E223F !important;
}

.about-logo-wrap {
  background: linear-gradient(135deg, rgba(14, 34, 63, 0.98), rgba(14, 34, 63, 0.88)) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.mobile-panel {
  background: rgba(14, 34, 63, 0.98) !important;
}

.mobile-nav button,
html:not(.dark) .mobile-nav button,
html.dark .mobile-nav button {
  color: #0E223F !important;
}

.mobile-nav button:hover,
.mobile-nav button:focus-visible {
  background: #12c7df !important;
  color: #ffffff !important;
}

#themeToggle,
#menuToggle {
  color: #ffffff !important;
}

/* Mantiene el color institucional fuera de cards, textos y fondos claros */
.bg-background,
.bg-muted,
.service-card,
.benefit-card,
.contact-card,
.reservation-form,
.about-card {
  color-scheme: normal;
}

/* =========================================================
   Ajuste solicitado: overlay oscuro en hero + logos más grandes
   ========================================================= */
.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.55) 42%,
    rgba(0, 0, 0, 0.72) 100%
  ) !important;
  pointer-events: none !important;
}

.header-logo {
  height: 6.35rem !important;
  max-height: 6.35rem !important;
  width: auto !important;
  object-fit: contain !important;
}

.hero-logo {
  height: clamp(9.5rem, 15vw, 13rem) !important;
  max-height: 13rem !important;
  width: auto !important;
  object-fit: contain !important;
}

.footer-brand img {
  height: 7.75rem !important;
  max-height: 7.75rem !important;
  width: auto !important;
  object-fit: contain !important;
}

.about-logo {
  height: clamp(8rem, 16vw, 12rem) !important;
  width: auto !important;
  object-fit: contain !important;
}

@media (min-width: 768px) {
  .header-container {
    height: 6.55rem !important;
  }

  .header-logo {
    height: 6.75rem !important;
    max-height: 6.75rem !important;
  }

  .hero-section {
    padding-top: 6.55rem !important;
  }

  .hero-logo {
    height: clamp(10.5rem, 13vw, 14rem) !important;
    max-height: 14rem !important;
  }
}

@media (max-width: 767px) {
  .header-container {
    height: 5.25rem !important;
  }

  .logo-button {
    max-width: calc(100vw - 6.7rem) !important;
  }

  .header-logo {
    width: min(11.5rem, calc(100vw - 7rem)) !important;
    height: auto !important;
    max-height: 4.85rem !important;
  }

  .hero-section {
    padding-top: 5.25rem !important;
  }

  .hero-logo {
    height: clamp(8.5rem, 35vw, 11rem) !important;
    max-height: 11rem !important;
  }

  .footer-brand img {
    height: 6.75rem !important;
    max-height: 6.75rem !important;
  }
}

/* =========================================================
   Ajuste solicitado: logo principal +10-15% y título -15-20%
   ========================================================= */
.hero-logo {
  height: clamp(10.65rem, 16.8vw, 14.65rem) !important;
  max-height: 14.65rem !important;
}

.hero-title {
  font-size: clamp(1.7rem, 4.15vw, 2.85rem) !important;
  line-height: 1.08 !important;
}

@media (min-width: 768px) {
  .hero-logo {
    height: clamp(11.75rem, 14.55vw, 15.65rem) !important;
    max-height: 15.65rem !important;
  }
}

@media (max-width: 767px) {
  .hero-logo {
    height: clamp(9.5rem, 39vw, 12.3rem) !important;
    max-height: 12.3rem !important;
  }

  .hero-title {
    font-size: clamp(1.6rem, 6.8vw, 2.1rem) !important;
    line-height: 1.07 !important;
  }
}
