:root {
  --primary: #00B3C6;
  --primary-2: #087AA7;
  --primary-dark: #0A1B2F;
  --text: #1f2937;
  --muted: #637083;
  --soft: #F3F7F9;
  --soft-blue: #E6EFF2;
  --white: #ffffff;
  --line: #DCE7EC;
  --dark: #0A1B2F;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(10, 27, 47, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 34px)); margin: 0 auto; }
.section-padding { padding: 92px 0; }

.top-alert { background: var(--primary-dark); color: var(--white); font-size: 0.88rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.top-alert__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.top-alert strong { color: var(--primary); letter-spacing: .18em; text-transform: uppercase; font-size: .72rem; }
.top-alert a { color: var(--white); text-decoration: none; font-weight: 800; }

.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220, 231, 236, .75);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 212px; height: auto; }
.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-menu a { text-decoration: none; color: var(--muted); font-weight: 750; transition: color .2s ease; font-size: .94rem; }
.nav-menu a:hover { color: var(--primary); }
.nav-toggle {
  width: 46px; height: 46px; border: 1px solid var(--line); background: var(--white);
  border-radius: 14px; display: none; place-items: center; cursor: pointer;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--dark); display: block; margin: 3px 0; border-radius: 99px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none;
  font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--primary-dark), var(--primary-2)); box-shadow: 0 14px 30px rgba(10, 27, 47, .20); }
.btn-outline { color: var(--primary-dark); background: var(--white); border-color: var(--line); }
.btn-light { background: var(--white); color: var(--primary-dark); box-shadow: 0 16px 30px rgba(0, 0, 0, .12); }

.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 48%, rgba(246,250,252,.75) 100%),
    radial-gradient(circle at 85% 15%, rgba(0, 179, 198, .18), transparent 36%);
}
.hero::before {
  content: ""; position: absolute; width: 360px; height: 360px; left: -210px; bottom: -180px;
  border: 70px solid rgba(0,179,198,.055); border-radius: 50%; pointer-events: none;
}
.hero__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 54px; align-items: center; }
.eyebrow {
  display: inline-flex; color: var(--primary-dark); background: var(--soft-blue); border: 1px solid #cbdde5;
  padding: 8px 14px; border-radius: 999px; font-weight: 850; font-size: .78rem; margin-bottom: 18px; letter-spacing: .14em; text-transform: uppercase;
}
h1, h2 { color: var(--dark); line-height: 1.04; letter-spacing: -0.055em; }
h1 { font-size: clamp(2.6rem, 5vw, 5.15rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.75rem); margin-bottom: 18px; }
.hero__text, .section-header p, .experience__content > p, .location__content p, .cta__box p, .contact__box p, .identity-card p, .protocol__box p {
  color: var(--muted); font-size: 1.04rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0; }
.hero__features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hero__features div {
  background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 16px; box-shadow: 0 10px 25px rgba(10, 27, 47, .06);
}
.hero__features strong { color: var(--primary-dark); display: block; font-size: .98rem; text-transform: uppercase; letter-spacing: .08em; }
.hero__features span { color: var(--muted); font-weight: 600; font-size: .86rem; }

.hero__media { position: relative; }
.hero-main-photo img, .hero-mini-grid img, .experience__image img, .gallery__item img, .protocol__box img {
  border-radius: 28px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.75);
}
.hero-main-photo { margin-bottom: 16px; }
.hero-main-photo img { width: 100%; height: 410px; object-fit: cover; }
.hero-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hero-mini-grid img { width: 100%; height: 190px; object-fit: cover; }

.hero-card {
  position: absolute; left: 28px; bottom: 28px; background: rgba(255, 255, 255, .93); border: 1px solid rgba(255,255,255,.85);
  backdrop-filter: blur(14px); border-radius: 20px; padding: 18px 20px; box-shadow: 0 18px 40px rgba(10, 27, 47, .14);
}
.hero-card strong { display: block; color: var(--dark); font-size: 1.02rem; }
.hero-card span { color: var(--primary-2); font-size: .86rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section-header { max-width: 820px; margin-bottom: 38px; }

.identity { background: var(--white); }
.identity__grid { display: grid; grid-template-columns: 1.15fr .95fr .85fr .95fr; gap: 18px; }
.identity-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 24px;
  box-shadow: 0 14px 40px rgba(10, 27, 47, .08);
}
.identity-card--brand {
  background: linear-gradient(180deg, #f8fcfd 0%, #ffffff 100%);
  display: flex; flex-direction: column; justify-content: center;
}
.identity-logo { width: 100%; max-width: 360px; }
.identity-slogan {
  margin-top: 18px; font-weight: 800; letter-spacing: .24em; color: var(--primary-dark); font-size: .80rem;
}
.wave-line {
  margin-top: 18px; height: 18px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,179,198,.25) 15%, rgba(0,179,198,.65) 50%, rgba(0,179,198,.25) 85%, transparent 100%);
  border-radius: 999px; opacity: .65;
}
.identity-card h3 { color: var(--dark); margin-bottom: 14px; font-size: 1.08rem; }
.identity-list { list-style: none; display: grid; gap: 12px; }
.identity-list li {
  position: relative; padding-left: 18px; color: var(--muted); font-size: .95rem;
}
.identity-list li::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--primary);
  position: absolute; left: 0; top: 9px;
}
.palette { display: grid; gap: 12px; margin-bottom: 12px; }
.palette div { display: flex; align-items: center; gap: 12px; }
.swatch { width: 44px; height: 44px; border-radius: 14px; display: inline-block; border: 1px solid var(--line); }
.swatch-1 { background: #00B3C6; }
.swatch-2 { background: #0A1B2F; }
.swatch-3 { background: #E6EFF2; }
.identity-note { margin-top: 8px; }

.services { background: var(--primary-dark); color: var(--white); }
.services .section-header h2 { color: var(--white); }
.services .section-header p { color: rgba(255,255,255,.72); }
.services .eyebrow { background: rgba(0,179,198,.12); border-color: rgba(0,179,198,.35); color: var(--primary); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.services__grid--extended { grid-template-columns: repeat(5, 1fr); }
.service-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius);
  padding: 24px; box-shadow: 0 12px 30px rgba(0, 0, 0, .12); transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(0,179,198,.65); background: rgba(255,255,255,.07); }
.service-card__icon {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: rgba(0,179,198,.12);
  border: 1px solid rgba(0,179,198,.36); color: var(--primary); font-weight: 900; font-size: 1.18rem; margin-bottom: 18px;
}
.service-card h3 { color: var(--white); font-size: 1.08rem; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .08em; }
.service-card h3 span { color: var(--primary); }
.service-card p { color: rgba(255,255,255,.72); font-size: .9rem; }

.experience__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.steps { margin-top: 26px; display: grid; gap: 16px; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 18px;
  background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 26px rgba(10, 27, 47, .06);
}
.step span {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--white);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary)); font-weight: 900;
}
.step h3 { color: var(--dark); margin-bottom: 4px; }
.step p { color: var(--muted); }

.facility { background: linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%); }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 260px 260px; gap: 18px; }
.gallery__item { position: relative; overflow: hidden; border-radius: 28px; margin: 0; }
.gallery__item--large { grid-row: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.gallery__item figcaption {
  position: absolute; left: 18px; bottom: 18px; background: rgba(255, 255, 255, .92); color: var(--dark);
  border-radius: 999px; padding: 10px 14px; font-weight: 850; box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.protocol { background: var(--soft); }
.protocol__box {
  display: grid; grid-template-columns: 1fr 1fr; gap: 34px; background: var(--white);
  border: 1px solid var(--line); border-radius: 32px; padding: 26px; box-shadow: var(--shadow); align-items: center;
}
.protocol__box img { height: 420px; width: 100%; object-fit: cover; object-position: center; }
.mini-icons { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.mini-icons span {
  background: var(--soft-blue); color: var(--primary-dark); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 12px; font-weight: 800; font-size: .82rem;
}

.cta__box {
  border-radius: 32px; padding: 44px; background: linear-gradient(135deg, var(--primary-dark), #123f5d);
  color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: 0 24px 60px rgba(10, 27, 47, .25);
}
.cta__box .eyebrow { color: var(--primary); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.18); }
.cta__box h2 { color: var(--white); }
.cta__box p { color: rgba(255,255,255,.82); max-width: 650px; }

.booking {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(0,179,198,.2), transparent 28%),
    linear-gradient(145deg, #071827 0%, #0a263a 58%, #0a3347 100%);
}
.booking__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.booking .eyebrow { color: #5ce1ed; background: rgba(0,179,198,.12); border-color: rgba(92,225,237,.25); }
.booking h2 { color: var(--white); }
.booking__intro > p { color: rgba(255,255,255,.72); }
.booking__benefits { display: grid; gap: 10px; margin: 28px 0; }
.booking__benefits div {
  display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.booking__benefits span { grid-row: span 2; color: var(--primary); font-weight: 900; font-size: .78rem; letter-spacing: .12em; padding-top: 2px; }
.booking__benefits strong { color: var(--white); }
.booking__benefits p { color: rgba(255,255,255,.57); font-size: .88rem; }
.booking__note { font-size: .9rem; }
.booking__note a { color: #5ce1ed; font-weight: 800; }
.calendar-shell { background: var(--white); color: var(--text); border-radius: 28px; padding: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.3); min-width: 0; }
.calendar-shell__top { min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border-bottom: 1px solid var(--line); }
.calendar-shell__top span { width: 9px; height: 9px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(0,179,198,.1); }
.calendar-shell__top strong { color: var(--dark); font-size: .86rem; }
.calendar-shell__top small { margin-left: auto; color: var(--muted); }
.cal-booking { min-height: 570px; overflow: hidden; border-radius: 0 0 20px 20px; }
.calendar-loading { min-height: 570px; display: grid; place-content: center; justify-items: center; gap: 14px; color: var(--muted); }
.loader { width: 34px; height: 34px; border: 3px solid var(--soft-blue); border-top-color: var(--primary); border-radius: 50%; animation: spin .8s linear infinite; }
.cal-fallback { text-align: center; padding: 70px 20px; }
.cal-fallback p { margin-bottom: 18px; color: var(--muted); }
@keyframes spin { to { transform: rotate(360deg); } }

.location { background: var(--soft); }
.location__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 36px; align-items: center; }
.info-list { list-style: none; display: grid; gap: 12px; margin: 24px 0; color: var(--muted); }
.info-list li { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.map-card { background: var(--white); border: 1px solid var(--line); border-radius: 28px; padding: 14px; box-shadow: var(--shadow); }
.map-embed { overflow: hidden; border-radius: 22px; min-height: 380px; background: var(--soft-blue); }
.map-embed iframe { width: 100%; height: 420px; display: block; }

.faq__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
details {
  background: var(--white); border: 1px solid var(--line); border-radius: 18px;
  padding: 20px 22px; box-shadow: 0 8px 26px rgba(10, 27, 47, .05);
}
summary { list-style: none; cursor: pointer; font-weight: 900; color: var(--dark); }
summary::-webkit-details-marker { display: none; }
details p { color: var(--muted); margin-top: 12px; }

.contact { background: linear-gradient(180deg, #f6fbfe 0%, #ffffff 100%); }
.contact__box {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; background: var(--white);
  border: 1px solid var(--line); border-radius: 30px; padding: 36px; box-shadow: var(--shadow);
}
.contact-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 15px 16px; font: inherit; outline: none; background: #fbfdff; color: var(--text);
}
input:focus, select:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(0, 179, 198, .11); }

.site-footer { background: var(--dark); color: rgba(255,255,255,.72); padding: 58px 0 24px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 36px; padding-bottom: 32px; }
.footer-logo { width: 210px; margin-bottom: 16px; border-radius: 14px; }
.site-footer h3 { color: var(--white); margin-bottom: 14px; }
.site-footer a { display: block; color: rgba(255,255,255,.72); text-decoration: none; margin-bottom: 8px; }
.site-footer a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .9rem;
}
.whatsapp-float {
  position: fixed; right: 20px; bottom: 20px; background: #25d366; color: var(--white);
  text-decoration: none; font-weight: 900; padding: 11px 18px; border-radius: 999px; box-shadow: 0 18px 35px rgba(37, 211, 102, .32); z-index: 60;
  display: flex; flex-direction: column; line-height: 1.1;
}
.whatsapp-float small { font-size: .68rem; font-weight: 700; opacity: .82; margin-top: 3px; }

.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;
}
.ai-chat { position: fixed; right: 20px; bottom: 92px; z-index: 70; font-family: inherit; }
.ai-chat__launcher {
  display: flex; align-items: center; gap: 12px; min-width: 250px; padding: 13px 17px;
  color: var(--white); background: linear-gradient(135deg, #081b2d, #087aa7);
  border: 1px solid rgba(255,255,255,.16); border-radius: 20px; box-shadow: 0 20px 50px rgba(7,24,39,.3);
  cursor: pointer; text-align: left; font: inherit;
}
.ai-chat__launcher strong, .ai-chat__launcher small { display: block; }
.ai-chat__launcher strong { font-size: .84rem; }
.ai-chat__launcher small { margin-top: 2px; color: rgba(255,255,255,.68); font-size: .68rem; }
.ai-chat__pulse { width: 12px; height: 12px; flex: 0 0 auto; border-radius: 50%; background: #58e4ec; box-shadow: 0 0 0 6px rgba(88,228,236,.13); }
.ai-chat__panel {
  position: absolute; right: 0; bottom: 0; width: min(390px, calc(100vw - 32px)); height: min(620px, calc(100vh - 130px));
  overflow: hidden; background: #f7fafc; border: 1px solid rgba(10,27,47,.12); border-radius: 24px;
  box-shadow: 0 28px 90px rgba(4,18,30,.34); transform-origin: bottom right;
}
.ai-chat__panel:not([hidden]) { display: grid; grid-template-rows: auto 1fr auto auto auto; }
.ai-chat__header { display: flex; align-items: flex-start; justify-content: space-between; padding: 18px; color: var(--white); background: linear-gradient(135deg, #071827, #0d4159); }
.ai-chat__header > div { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; }
.ai-chat__status { width: 9px; height: 9px; margin-top: 6px; border-radius: 50%; background: #55e5c0; box-shadow: 0 0 0 5px rgba(85,229,192,.12); grid-row: span 2; }
.ai-chat__header strong { font-size: .92rem; }
.ai-chat__header small { color: rgba(255,255,255,.62); font-size: .67rem; }
.ai-chat__header button { color: var(--white); background: transparent; border: 0; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.ai-chat__messages { overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 11px; }
.chat-message { max-width: 88%; padding: 11px 13px; border-radius: 16px; font-size: .82rem; line-height: 1.52; white-space: pre-wrap; }
.chat-message--bot { align-self: flex-start; color: #253747; background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: 5px; }
.chat-message--user { align-self: flex-end; color: var(--white); background: linear-gradient(135deg, #087aa7, #00a9bd); border-bottom-right-radius: 5px; }
.chat-message.is-pending { color: var(--muted); animation: chat-pulse 1s ease-in-out infinite alternate; }
.chat-message.is-error { color: #8c2b2b; background: #fff2f2; border-color: #f3cccc; }
.ai-chat__suggestions { display: flex; gap: 7px; padding: 0 14px 12px; overflow-x: auto; }
.ai-chat__suggestions button { flex: 0 0 auto; padding: 8px 10px; color: var(--primary-dark); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font: 700 .68rem/1.2 inherit; cursor: pointer; }
.ai-chat__form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px; background: var(--white); border-top: 1px solid var(--line); }
.ai-chat__form textarea { min-height: 44px; max-height: 100px; resize: none; border-radius: 14px; padding: 11px 12px; font-size: .82rem; }
.ai-chat__form button { align-self: stretch; padding: 0 14px; color: var(--white); background: var(--primary-dark); border: 0; border-radius: 13px; font: 800 .76rem/1 inherit; cursor: pointer; }
.ai-chat__form.is-loading button { opacity: .55; cursor: wait; }
.ai-chat__privacy { padding: 0 14px 12px; color: #7b8794; background: var(--white); font-size: .61rem; line-height: 1.35; }
@keyframes chat-pulse { to { opacity: .5; } }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) {
  .identity__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1100px) {
  .services__grid--extended { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .section-padding { padding: 72px 0; }
  .nav-toggle { display: grid; }
  .nav-menu {
    position: fixed; top: 124px; left: 17px; right: 17px; display: none; flex-direction: column; align-items: stretch;
    background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 20px; box-shadow: var(--shadow);
  }
  .nav-menu.open { display: flex; }
  .nav-cta { display: none; }
  .hero__grid, .experience__grid, .location__grid, .contact__box, .protocol__box, .booking__grid { grid-template-columns: 1fr; }
  .services__grid, .services__grid--extended, .faq__grid, .identity__grid { grid-template-columns: 1fr 1fr; }
  .cta__box { flex-direction: column; align-items: flex-start; }
  .top-alert strong { display: none; }
}
@media (max-width: 680px) {
  .top-alert__inner { justify-content: center; flex-direction: column; padding: 10px 0; gap: 4px; }
  .brand img { width: 178px; }
  .hero__features, .services__grid, .services__grid--extended, .faq__grid, .form-row, .footer__grid, .identity__grid, .hero-mini-grid {
    grid-template-columns: 1fr;
  }
  .gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery__item, .gallery__item--large { height: 270px; grid-row: auto; }
  .hero-card { position: static; margin-top: 16px; }
  .cta__box, .contact__box, .protocol__box, .identity-card { padding: 24px; }
  .protocol__box img { height: auto; }
  .hero-main-photo img, .hero-mini-grid img { height: auto; }
  .whatsapp-float { left: 16px; right: 16px; text-align: center; }
  .whatsapp-float { align-items: center; }
  .ai-chat { left: 16px; right: 16px; bottom: 92px; }
  .ai-chat__launcher { width: 100%; justify-content: center; }
  .ai-chat__panel { position: fixed; left: 12px; right: 12px; bottom: 88px; width: auto; height: min(610px, calc(100vh - 110px)); }
  .cal-booking, .calendar-loading { min-height: 620px; }
  .calendar-shell__top small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Expandable service cards */
.service-card {
  overflow: hidden;
}

.service-card__head {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
  display: block;
}

.service-card__head p {
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.expand-label {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.service-card__details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease, margin-top .25s ease;
}

.service-card__details p {
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  margin-bottom: 12px;
}

.service-card__details ul {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.service-card__details li {
  position: relative;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
  padding-left: 18px;
}

.service-card__details li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 8px;
}

.service-card.is-open {
  grid-column: span 2;
  border-color: rgba(0,179,198,.75);
  background: rgba(255,255,255,.075);
}

.service-card.is-open .service-card__details {
  max-height: 420px;
  opacity: 1;
  margin-top: 18px;
}

.service-card.is-open .expand-label::after {
  content: " abierta";
}

@media (max-width: 680px) {
  .service-card.is-open {
    grid-column: span 1;
  }
}

/* 2026 visual direction: editorial recovery lab */
:root {
  --primary: #17c3cf;
  --primary-2: #087c9c;
  --primary-dark: #071923;
  --dark: #071923;
  --text: #162832;
  --muted: #687880;
  --soft: #f2f7f6;
  --soft-blue: #e4f3f3;
  --line: #dce7e5;
  --radius: 28px;
}
h1, h2, h3, .brand, .btn { font-family: "Manrope", sans-serif; }
.container { width: min(1240px, calc(100% - 48px)); }
.section-padding { padding: 112px 0; }
.top-alert {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #071923 0%, #0b3442 50%, #071923 100%);
  border: 0;
}
.top-alert::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(141,234,240,.16) 46%, rgba(141,234,240,.28) 50%, transparent 56%);
  transform: translateX(-120%);
  animation: alertSweep 6s ease-in-out infinite;
}
.top-alert__inner { position: relative; min-height: 42px; font-size: .76rem; letter-spacing: .02em; }
.top-alert [data-config="address"], .top-alert__inner > strong:not(.top-alert__message), .top-alert__inner > a:not(.top-alert__cta) { display: none; }
.top-alert strong { color: #dffbfc; }
.top-alert__status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 10px;
  border: 1px solid rgba(141,234,240,.38);
  border-radius: 999px;
  color: #8deaf0;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.site-header { top: 0; background: rgba(245,248,247,.96); border-color: rgba(7,25,35,.08); }
.nav { min-height: 92px; }
.brand img { width: 190px; }
.brand { flex: 0 0 auto; }
.brand .brand__official-logo {
  width: 228px;
  height: auto;
}
.nav-menu { gap: 30px; }
.nav-menu a { color: #3c515a; font-size: .82rem; font-weight: 700; }
.btn { min-height: 52px; padding: 14px 24px; border-radius: 14px; letter-spacing: -.01em; }
.btn-primary { background: #071923; box-shadow: 0 14px 34px rgba(7,25,35,.2); }
.btn-primary:hover { background: #0c3341; }
.btn-outline { background: transparent; border-color: #b8cac9; }

.hero { min-height: calc(100vh - 130px); padding: 74px 0 30px; overflow: hidden; background: #f7faf8; }
.hero::before { width: 650px; height: 650px; left: auto; right: -340px; top: -300px; bottom: auto; border: 1px solid rgba(23,195,207,.15); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 84px; height: 1px; background: var(--line); }
.hero__grid { grid-template-columns: .86fr 1.14fr; gap: 76px; min-height: 610px; }
.hero__content { position: relative; z-index: 2; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; color: #547078; font: 700 .72rem/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker span { width: 28px; height: 2px; background: var(--primary); }
.opening-callout {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  max-width: 590px;
  margin: 0 0 24px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid rgba(23,195,207,.28);
  border-radius: 22px;
  background:
    linear-gradient(#f7faf8, #f7faf8) padding-box,
    linear-gradient(120deg, rgba(23,195,207,.7), rgba(7,25,35,.16), rgba(23,195,207,.46)) border-box;
  box-shadow: 0 18px 50px rgba(7,25,35,.08);
}
.opening-callout::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -60px;
  top: -78px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,195,207,.28), transparent 68%);
  animation: softPulse 4.8s ease-in-out infinite;
}
.opening-callout::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.68) 46%, transparent 58%);
  transform: translateX(-115%);
  animation: glassSweep 5.4s ease-in-out infinite;
}
.opening-callout > * { position: relative; z-index: 1; }
.opening-callout__signal {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #071923;
  box-shadow: 0 14px 30px rgba(7,25,35,.18);
}
.opening-callout__signal span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8deaf0;
  box-shadow: 0 0 0 8px rgba(141,234,240,.16), 0 0 28px rgba(23,195,207,.78);
  animation: signalPing 1.9s ease-out infinite;
}
.opening-callout strong {
  display: block;
  color: var(--dark);
  font: 850 .9rem/1.2 "Manrope", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.opening-callout p {
  margin-top: 5px;
  color: #536970;
  font-size: .9rem;
  line-height: 1.5;
}
h1 { max-width: 740px; margin-bottom: 28px; font-size: clamp(3.1rem, 5.6vw, 6.15rem); font-weight: 600; letter-spacing: -.075em; line-height: .98; }
h1 em { color: var(--primary-2); font-style: normal; }
.hero__text { max-width: 620px; font-size: 1.08rem; line-height: 1.78; }
.hero__actions { margin: 34px 0 42px; }
.hero__proof { display: flex; gap: 0; border-top: 1px solid var(--line); }
.hero__proof div { min-width: 125px; padding: 20px 22px 0 0; margin-right: 22px; border-right: 1px solid var(--line); }
.hero__proof div:last-child { border-right: 0; }
.hero__proof strong { display: block; color: var(--dark); font: 700 1.18rem/1 "Manrope", sans-serif; }
.hero__proof span { display: block; margin-top: 7px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.hero__media { padding: 18px 0 0 18px; }
.hero-main-photo--editorial { position: relative; margin: 0; }
.hero-main-photo--editorial::before { content: ""; position: absolute; inset: -18px 36px 42px -18px; border: 1px solid #aac5c6; border-radius: 34px; }
.hero-main-photo--editorial img { position: relative; height: 570px; border-radius: 32px 32px 110px 32px; box-shadow: 0 35px 80px rgba(7,25,35,.18); }
.hero-photo-label { position: absolute; left: -26px; bottom: 32px; width: 270px; padding: 20px; display: grid; grid-template-columns: auto 1fr; gap: 13px; color: var(--white); background: rgba(7,25,35,.92); backdrop-filter: blur(14px); border-radius: 18px; }
.hero-photo-label span { color: var(--primary); font: 700 .72rem/1 "Manrope", sans-serif; }
.hero-photo-label p { font-size: .78rem; line-height: 1.5; }
.hero-orbit { position: absolute; display: grid; place-items: center; border-radius: 50%; color: var(--dark); background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(7,25,35,.14); font: 800 .82rem/1 "Manrope", sans-serif; }
.hero-orbit--top { width: 76px; height: 76px; right: -18px; top: 4px; }
.hero-orbit--bottom { width: 94px; height: 94px; right: -25px; bottom: 46px; color: var(--white); background: var(--primary-2); border-color: transparent; }
.therapy-marquee { position: relative; z-index: 2; height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #496068; font: 700 .72rem/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.therapy-marquee i { width: 5px; height: 5px; border-radius: 50%; background: var(--primary); }

.services { background: #071923; }
.services .section-header { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; max-width: none; align-items: end; }
.services .section-header .eyebrow { align-self: start; justify-self: start; }
.services .section-header h2 { grid-column: 2; grid-row: 1; margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.7rem); font-weight: 500; }
.services .section-header > p:last-child { grid-column: 2; max-width: 620px; margin-top: -12px; }
.services__grid--extended { grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; overflow: hidden; }
.service-card { min-height: 245px; padding: 34px; border: 0; border-radius: 0; box-shadow: none; background: #0b2632; }
.service-card:nth-child(4n+2), .service-card:nth-child(4n+3) { background: #0d2d39; }
.service-card:hover { transform: none; background: #103745; }
.service-card__head { display: grid; grid-template-columns: 70px 1fr auto; column-gap: 20px; align-items: start; }
.service-card__icon { grid-row: span 3; margin: 0; width: 62px; height: 62px; border-radius: 50%; }
.service-card h3 { margin: 5px 0 12px; font-size: 1.2rem; }
.service-card__head p { max-width: 390px; }
.expand-label { grid-column: 3; grid-row: 1; margin: 5px 0 0; }
.service-card.is-open { grid-column: span 1; }

.booking { position: relative; background: #dff1ef; color: var(--text); }
.booking::before { content: "AGENDA"; position: absolute; right: 3vw; top: 20px; color: rgba(7,25,35,.04); font: 800 clamp(6rem, 15vw, 14rem)/1 "Manrope", sans-serif; letter-spacing: -.08em; }
.booking__grid--compact { grid-template-columns: 1fr .9fr; gap: 90px; position: relative; }
.booking h2 { color: var(--dark); font-size: clamp(2.6rem, 4.4vw, 4.6rem); font-weight: 550; }
.booking__intro > p { color: #526a70; }
.booking__benefits { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.booking__benefits div { display: block; padding: 18px 14px 18px 0; border-bottom: 0; border-right: 1px solid #b8cfcd; }
.booking__benefits div:last-child { border-right: 0; }
.booking__benefits span { display: block; margin-bottom: 17px; }
.booking__benefits strong { color: var(--dark); font-size: .82rem; }
.booking__benefits p { margin-top: 6px; color: #687f83; font-size: .75rem; }
.booking__note, .booking__note a { color: #45636a; }
.booking-card { overflow: hidden; align-self: center; background: #fff; border-radius: 28px; box-shadow: 0 30px 80px rgba(7,25,35,.13); }
.booking-card__date { padding: 28px 30px; color: #fff; background: #071923; }
.booking-card__date span, .booking-card__date small { display: block; color: #9cc8cb; font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; }
.booking-card__date strong { display: block; margin: 7px 0; font: 650 1.55rem/1.2 "Manrope", sans-serif; }
.booking-card__body { padding: 18px 30px 30px; }
.booking-card__line { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.booking-card__line span { color: var(--muted); }
.booking-card__line strong { color: var(--dark); text-align: right; }
.booking-button { width: 100%; margin-top: 24px; }
.booking-card__external { display: block; margin-top: 14px; color: var(--muted); font-size: .7rem; text-align: center; }

@media (max-width: 980px) {
  .container { width: min(100% - 32px, 760px); }
  .hero { min-height: auto; }
  .hero__grid { gap: 50px; }
  .hero-main-photo--editorial img { height: min(70vw, 570px); }
  .therapy-marquee { overflow: hidden; justify-content: flex-start; }
  .services .section-header { display: block; }
  .services .section-header h2 { margin-bottom: 18px; }
  .booking__grid--compact { gap: 48px; }
}
@media (max-width: 680px) {
  .section-padding { padding: 78px 0; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero__proof div { min-width: 0; margin-right: 10px; padding-right: 10px; }
  .opening-callout { grid-template-columns: 1fr; gap: 12px; padding: 15px; }
  .opening-callout__signal { width: 42px; height: 42px; }
  .hero-main-photo--editorial img { height: 430px; border-radius: 26px 26px 70px 26px; }
  .hero-photo-label { left: 12px; bottom: 18px; width: calc(100% - 54px); }
  .hero-orbit--top { right: -4px; }
  .hero-orbit--bottom { right: -4px; bottom: 70px; }
  .therapy-marquee { height: 64px; gap: 16px; white-space: nowrap; }
  .services__grid--extended { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 26px 22px; }
  .service-card__head { grid-template-columns: 54px 1fr; column-gap: 15px; }
  .service-card__icon { width: 50px; height: 50px; }
  .expand-label { grid-column: 2; grid-row: auto; }
  .booking__benefits { grid-template-columns: 1fr; }
  .booking__benefits div { border-right: 0; border-bottom: 1px solid #b8cfcd; }
  .booking-card__line { display: grid; gap: 4px; }
  .booking-card__line strong { text-align: left; }
  .top-alert__inner > strong:not(.top-alert__message), .top-alert [data-config="address"] { display: none; }
  .top-alert__message { display: none; }
  .top-alert__inner { min-height: 38px; padding: 0; }
  .nav { min-height: 92px; }
  .brand .brand__official-logo { width: 188px; }
  .nav-toggle { display: grid !important; margin-left: auto; }
  .whatsapp-float {
    left: auto; right: 14px; bottom: 14px; width: 58px; height: 58px; padding: 0;
    display: grid; place-items: center; border-radius: 50%; font-size: 0;
  }
  .whatsapp-float span::before { content: "WA"; font: 900 .78rem/1 "Manrope", sans-serif; }
  .whatsapp-float small { display: none; }
  .ai-chat { left: auto; right: 14px; bottom: 82px; width: 58px; }
  .ai-chat__launcher {
    min-width: 58px; width: 58px; height: 58px; padding: 0; justify-content: center;
    border-radius: 50%; box-shadow: 0 14px 34px rgba(7,25,35,.28);
  }
  .ai-chat__launcher > span:last-child { display: none; }
  .ai-chat__pulse { width: 13px; height: 13px; }
  .ai-chat__panel { left: 12px; right: 12px; bottom: 12px; width: auto; height: min(650px, calc(100vh - 24px)); }
}

@keyframes alertSweep {
  0%, 42% { transform: translateX(-120%); }
  58%, 100% { transform: translateX(120%); }
}

@keyframes glassSweep {
  0%, 52% { transform: translateX(-115%); }
  68%, 100% { transform: translateX(115%); }
}

@keyframes softPulse {
  0%, 100% { opacity: .55; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes signalPing {
  0% { box-shadow: 0 0 0 0 rgba(141,234,240,.4), 0 0 28px rgba(23,195,207,.78); }
  70%, 100% { box-shadow: 0 0 0 13px rgba(141,234,240,0), 0 0 28px rgba(23,195,207,.78); }
}

@media (prefers-reduced-motion: reduce) {
  .top-alert::before,
  .opening-callout::before,
  .opening-callout::after,
  .opening-callout__signal span {
    animation: none;
  }
}
