/* DK Clinic · rediseño 2026 · paleta original (#00A6B3 / #4fcfd4 / #008e8e / #F2A65A / #EEF9FF / #0E5D7A / #55585D) */
:root {
  --teal: #00A6B3; --teal-2: #4fcfd4; --teal-dark: #008e8e; --deep: #0E5D7A; --ink: #0b2e3a; --ink-2: #55585D;
  --amber: #F2A65A; --gold: #F4C430; --light: #EEF9FF; --mist: #E9F6F7; --line: #C8E8EB; --white: #fff;
  --font-d: "Jost", system-ui, sans-serif; --font-b: "Open Sans", system-ui, sans-serif;
  --r: 22px; --r-sm: 14px; --shadow: 0 20px 60px -20px rgba(14, 93, 122, .35); --shadow-sm: 0 8px 24px -12px rgba(14, 93, 122, .3);
  --wrap: 1200px; --ease: cubic-bezier(.2, .8, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { margin: 0; font-family: var(--font-b); color: var(--ink); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, h4 { font-family: var(--font-d); line-height: 1.12; margin: 0; color: var(--ink); letter-spacing: -.01em; }
p { margin: 0 0 1rem; }
.wrap { width: min(var(--wrap), calc(100% - 2rem)); margin-inline: auto; }
.ic { width: 1.1em; height: 1.1em; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic--xl { width: 2.4rem; height: 2.4rem; }
[hidden] { display: none !important; }

/* Tipografía */
.h2 { font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3rem); font-weight: 700; margin-bottom: .9rem; }
.h2 em, .hero__title em { font-style: normal; color: var(--teal); position: relative; white-space: nowrap; }
.h2 em::after, .hero__title em::after { content: ""; position: absolute; left: 0; right: 0; bottom: .08em; height: .32em; background: linear-gradient(90deg, rgba(79, 207, 212, .45), rgba(242, 166, 90, .35)); z-index: -1; border-radius: 4px; transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease) .4s; }
.is-in .h2 em::after, .is-in .hero__title em::after { transform: scaleX(1); }
.h2--light, .h2--light em { color: #fff; }
.lead { font-size: 1.08rem; color: var(--ink-2); max-width: 60ch; }
.lead--light { color: rgba(255, 255, 255, .82); }
.strong { font-weight: 600; margin-bottom: .6rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-d); font-weight: 600; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: .8rem; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(242, 166, 90, .25); animation: pulse 2s infinite; }
.eyebrow--light { color: var(--teal-2); }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(242, 166, 90, .25) } 50% { box-shadow: 0 0 0 7px rgba(242, 166, 90, 0) } }
.word { display: inline-block; overflow: hidden; vertical-align: bottom; }
.word > span { display: inline-block; transform: translateY(110%); }
.is-in .word > span { animation: rise .8s var(--ease) forwards; animation-delay: calc(var(--i) * 45ms); }
@keyframes rise { to { transform: translateY(0) } }
.is-in .h2 em, .is-in .hero__title em { }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1.4rem; border-radius: 999px; font-family: var(--font-d); font-weight: 600; font-size: .95rem; border: 2px solid transparent; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s; position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 70%); transform: translateX(-120%); transition: transform .8s var(--ease); }
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--teal-2), var(--teal)); color: #fff; box-shadow: 0 10px 30px -10px rgba(0, 166, 179, .7); }
.btn--primary:hover { box-shadow: 0 16px 36px -10px rgba(0, 166, 179, .8); }
.btn--outline { border-color: var(--teal); color: var(--teal-dark); background: #fff; }
.btn--outline:hover { background: var(--light); }
.btn--ghost { color: var(--deep); background: transparent; }
.btn--ghost:hover { background: var(--light); }
.btn--white { background: #fff; color: var(--deep); }
.btn--amber { background: linear-gradient(135deg, var(--gold), var(--amber)); color: #3a2a12; box-shadow: 0 12px 30px -12px rgba(242, 166, 90, .8); }
.btn--sm { padding: .55rem 1rem; font-size: .85rem; }
.btn--lg { padding: 1.05rem 1.8rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* Progreso, cursor */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--teal-2), var(--amber)); z-index: 1000; }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: 0; left: 0; top: 0; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(79, 207, 212, .18), transparent 60%); mix-blend-mode: multiply; opacity: 0; transition: opacity .6s; }
body.has-mouse .cursor-glow { opacity: 1; }

/* Nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 900; padding: .9rem 0; transition: padding .35s var(--ease), background .35s, box-shadow .35s, backdrop-filter .35s; }
.nav.is-solid { background: rgba(255, 255, 255, .86); backdrop-filter: saturate(160%) blur(14px); box-shadow: 0 6px 30px -16px rgba(14, 93, 122, .35); padding: .45rem 0; }
.nav__in { display: flex; align-items: center; gap: 1.5rem; }
.nav__logo img { width: 158px; height: auto; transition: width .35s var(--ease); }
.nav.is-solid .nav__logo img { width: 136px; }
.nav__links { display: flex; gap: .2rem; margin-inline: auto; }
.nav__links a { padding: .45rem .62rem; border-radius: 999px; font-family: var(--font-d); font-weight: 600; font-size: .84rem; white-space: nowrap; color: var(--deep); position: relative; transition: color .3s, background .3s; }
.nav__links a:hover, .nav__links a.is-active { color: var(--teal-dark); background: var(--light); }
.nav__cta { display: flex; align-items: center; gap: .5rem; }
.nav__burger { display: none; width: 44px; height: 44px; border: 0; background: var(--light); border-radius: 12px; flex-direction: column; justify-content: center; gap: 5px; align-items: center; cursor: pointer; }
.nav__burger span { width: 20px; height: 2px; background: var(--deep); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding: 8.5rem 0 4rem; overflow: hidden; background: linear-gradient(180deg, #f6fdff 0%, #fff 60%); isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; animation: drift 18s ease-in-out infinite alternate; }
.blob--1 { width: 60vw; height: 60vw; background: radial-gradient(circle, rgba(79, 207, 212, .55), transparent 65%); top: -20vw; right: -15vw; }
.blob--2 { width: 40vw; height: 40vw; background: radial-gradient(circle, rgba(242, 166, 90, .35), transparent 65%); bottom: -10vw; left: -10vw; animation-delay: -6s; }
.blob--3 { width: 30vw; height: 30vw; background: radial-gradient(circle, rgba(14, 93, 122, .25), transparent 65%); top: 40%; left: 35%; animation-delay: -12s; }
@keyframes drift { to { transform: translate3d(6vw, 4vw, 0) scale(1.1) } }
.hero__canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; opacity: .95; }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.hero__title { font-size: clamp(2.4rem, 1.4rem + 4.2vw, 4.6rem); font-weight: 800; letter-spacing: -.02em; margin: .4rem 0 1.2rem; }
.hero__lead { font-size: clamp(1.02rem, .95rem + .4vw, 1.25rem); color: var(--ink-2); max-width: 56ch; }
.hero__lead strong { color: var(--deep); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1.4rem; }
.hero__chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; color: var(--ink-2); font-size: .92rem; }
.hero__chips li { display: inline-flex; align-items: center; gap: .4rem; }
.hero__chips .ic { color: var(--teal); }
.hero__visual { position: relative; min-height: 560px; }
.hero__card { position: absolute; right: 0; bottom: 0; width: 340px; background: rgba(255, 255, 255, .82); backdrop-filter: blur(12px); border: 1px solid rgba(200, 232, 235, .9); border-radius: var(--r); padding: 1.1rem; box-shadow: var(--shadow); }
.hero__card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: .6rem; font-family: var(--font-d); font-weight: 600; font-size: .85rem; color: var(--deep); }
.live { display: inline-flex; align-items: center; gap: .4rem; color: #d64545; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.live i { width: 8px; height: 8px; border-radius: 50%; background: #d64545; animation: pulse-red 1.4s infinite; }
@keyframes pulse-red { 0%, 100% { box-shadow: 0 0 0 0 rgba(214, 69, 69, .5) } 50% { box-shadow: 0 0 0 6px rgba(214, 69, 69, 0) } }
.eeg { width: 100%; height: 90px; }
.eeg__line { fill: none; stroke: url(#eegg); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: eeg 4s linear infinite; filter: drop-shadow(0 0 6px rgba(79, 207, 212, .8)); }
@keyframes eeg { 0% { stroke-dashoffset: 1400 } 70% { stroke-dashoffset: 0 } 100% { stroke-dashoffset: 0 } }
.hero__card-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: .6rem; text-align: center; }
.hero__card-stats div { background: var(--light); border-radius: var(--r-sm); padding: .6rem .3rem; }
.hero__card-stats b { display: block; font-family: var(--font-d); font-size: 1.6rem; color: var(--teal-dark); line-height: 1; }
.hero__card-stats span { font-size: .72rem; color: var(--ink-2); line-height: 1.2; display: block; margin-top: .25rem; }
.hero__float { position: absolute; display: inline-flex; align-items: center; gap: .5rem; background: #fff; border-radius: 999px; padding: .55rem .95rem; font-family: var(--font-d); font-weight: 600; font-size: .85rem; color: var(--deep); box-shadow: var(--shadow-sm); border: 1px solid var(--line); animation: floaty 6s ease-in-out infinite; }
.hero__float .ic { color: var(--teal); }
.hero__float--1 { top: 30px; left: 0; }
.hero__float--2 { right: -6px; top: 22%; animation-delay: -2s; }
.hero__float--3 { bottom: 6%; left: -10px; animation-delay: -4s; }
@keyframes floaty { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }
.hero__scroll { position: absolute; left: 50%; bottom: 1.4rem; width: 28px; height: 46px; border: 2px solid var(--line); border-radius: 20px; transform: translateX(-50%); }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 4px; background: var(--teal); transform: translateX(-50%); animation: wheel 1.8s infinite; }
@keyframes wheel { 0% { opacity: 0; transform: translate(-50%, 0) } 40% { opacity: 1 } 100% { opacity: 0; transform: translate(-50%, 16px) } }

/* Marquee */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--light); padding: .8rem 0; }
.marquee__track { display: flex; gap: 2.5rem; width: max-content; animation: marquee 60s linear infinite; }
.marquee__track span { font-family: var(--font-d); font-weight: 600; color: var(--deep); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; display: inline-flex; align-items: center; gap: 2.5rem; }
.marquee__track span::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
@keyframes marquee { to { transform: translateX(-50%) } }

/* Bloques rápidos */
.quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: -3rem; position: relative; z-index: 2; }
.quick__card { border-radius: var(--r); padding: 1.8rem; color: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: .5rem; position: relative; overflow: hidden; transition: transform .4s var(--ease); }
.quick__card::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -70px; top: -70px; background: rgba(255, 255, 255, .12); }
.quick__card:hover { transform: translateY(-6px); }
.quick__card h3 { color: #fff; font-size: 1.35rem; }
.quick__card p, .quick__card dd { color: rgba(255, 255, 255, .85); margin: 0; }
.quick__card dl { margin: 0 0 .6rem; display: grid; grid-template-columns: 1fr auto; gap: .2rem .8rem; }
.quick__card dt { font-family: var(--font-d); font-weight: 600; }
.quick__card .btn { align-self: flex-start; margin-top: auto; }
.quick__card--teal { background: linear-gradient(145deg, var(--teal-2), var(--teal)); }
.quick__card--deep { background: linear-gradient(145deg, var(--deep), #083b4d); }
.quick__card--amber { background: linear-gradient(145deg, var(--amber), #d9863a); }
.quick__phone { font-family: var(--font-d); font-size: 1.8rem; font-weight: 700; color: #fff; display: inline-flex; align-items: center; gap: .5rem; }
.quick__card small { color: rgba(255, 255, 255, .8); }
.ticks { list-style: none; padding: 0; margin: .2rem 0 .8rem; display: grid; gap: .35rem; }
.ticks li { position: relative; padding-left: 1.6rem; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .35em; width: 16px; height: 16px; border-radius: 50%; background: rgba(255, 255, 255, .25); }
.ticks li::after { content: ""; position: absolute; left: 4px; top: calc(.35em + 4px); width: 8px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }

/* Neurociencias */
.neuro { padding: 6rem 0 4rem; position: relative; overflow: hidden; }
.neuro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.neuro__media { position: relative; }
.neuro__img { border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); position: relative; }
.neuro__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(14, 93, 122, .35)); }
.neuro__badge { position: absolute; left: -18px; bottom: 28px; display: flex; align-items: center; gap: .7rem; background: #fff; border-radius: 16px; padding: .8rem 1rem; box-shadow: var(--shadow-sm); border: 1px solid var(--line); font-size: .8rem; color: var(--ink-2); }
.neuro__badge .ic { width: 2rem; height: 2rem; color: var(--teal); }
.neuro__badge b { display: block; font-family: var(--font-d); color: var(--deep); font-size: 1rem; }
.neuro__orbit { position: absolute; inset: -30px; pointer-events: none; }
.neuro__orbit span { position: absolute; border-radius: 50%; border: 1px dashed rgba(0, 166, 179, .35); inset: 0; animation: spin 40s linear infinite; }
.neuro__orbit span:nth-child(2) { inset: -30px; animation-duration: 60s; animation-direction: reverse; border-color: rgba(242, 166, 90, .35); }
.neuro__orbit span:nth-child(3) { inset: -60px; animation-duration: 90s; border-color: rgba(14, 93, 122, .2); }
.neuro__orbit span::before { content: ""; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px var(--teal-2); }
.neuro__orbit span:nth-child(2)::before { background: var(--amber); box-shadow: 0 0 12px var(--amber); }
@keyframes spin { to { transform: rotate(360deg) } }
.chips { list-style: none; padding: 0; margin: 0 0 1.4rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.chips li { background: var(--light); border: 1px solid var(--line); color: var(--deep); padding: .45rem .9rem; border-radius: 999px; font-size: .88rem; font-weight: 600; transition: transform .3s var(--ease), background .3s; }
.chips li:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.neuro__pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 4rem; }
.pillar { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem; box-shadow: var(--shadow-sm); overflow: hidden; }
.pillar .ic { color: var(--teal); margin-bottom: .8rem; }
.pillar h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.pillar p { color: var(--ink-2); margin: 0; }
.pillar__n { position: absolute; right: 1.2rem; top: .6rem; font-family: var(--font-d); font-weight: 800; font-size: 3.4rem; color: var(--light); line-height: 1; }

/* Estudios (oscuro) */
.studies { background: radial-gradient(1200px 500px at 20% 0%, rgba(79, 207, 212, .25), transparent 60%), linear-gradient(160deg, #083b4d, var(--deep) 60%, #0b6d78); color: #fff; padding: 6rem 0; position: relative; overflow: hidden; }
.studies::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px); background-size: 26px 26px; mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%); }
.studies__head { max-width: 760px; margin-bottom: 3rem; position: relative; }
.studies__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; position: relative; }
.study { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--r); padding: 1.6rem; backdrop-filter: blur(8px); transition: transform .4s var(--ease), background .3s; }
.study:hover { transform: translateY(-8px); background: rgba(255, 255, 255, .14); }
.study__ic { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, var(--teal-2), var(--teal)); color: #fff; margin-bottom: 1rem; box-shadow: 0 10px 24px -10px rgba(79, 207, 212, .9); }
.study h3 { color: #fff; font-size: 1.15rem; margin-bottom: .4rem; }
.study p { color: rgba(255, 255, 255, .78); margin: 0; font-size: .95rem; }

/* Especialidades */
.specs { padding: 6rem 0; background: linear-gradient(180deg, #fff, var(--light) 50%, #fff); }
.specs__head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.tabs { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .3rem; gap: .2rem; }
.tab { border: 0; background: transparent; padding: .6rem 1.1rem; border-radius: 999px; font-family: var(--font-d); font-weight: 600; color: var(--deep); cursor: pointer; display: inline-flex; gap: .5rem; align-items: center; transition: background .3s, color .3s; }
.tab b { background: var(--light); color: var(--teal-dark); border-radius: 999px; padding: 0 .5rem; font-size: .75rem; }
.tab.is-active { background: var(--teal); color: #fff; }
.tab.is-active b { background: rgba(255, 255, 255, .25); color: #fff; }
.specs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.spec { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; display: flex; flex-direction: column; gap: .4rem; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; transition: border-color .3s, box-shadow .4s var(--ease); }
.spec::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(79, 207, 212, .12), transparent 60%); opacity: 0; transition: opacity .4s; }
.spec:hover { border-color: var(--teal-2); box-shadow: var(--shadow); }
.spec:hover::before { opacity: 1; }
.spec > .ic { width: 2.2rem; height: 2.2rem; color: var(--teal); }
.spec h3 { font-size: 1.1rem; }
.spec p { color: var(--ink-2); font-size: .92rem; margin: 0; flex: 1; }
.spec__go { display: inline-flex; align-items: center; gap: .3rem; font-family: var(--font-d); font-weight: 600; color: var(--teal-dark); font-size: .85rem; margin-top: .6rem; opacity: .7; transition: opacity .3s, gap .3s; }
.spec:hover .spec__go { opacity: 1; gap: .6rem; }

/* DK Salud */
.salud { position: relative; padding: 6rem 0; color: #fff; background: radial-gradient(900px 500px at 80% 20%, rgba(79, 207, 212, .35), transparent 60%), linear-gradient(150deg, #00858f, var(--teal-dark) 40%, #06515a); overflow: hidden; isolation: isolate; }
.salud__canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .9; }
.salud__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.4rem 0 1.2rem; }
.plan { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22); border-radius: var(--r); padding: 1.4rem; backdrop-filter: blur(10px); }
.plan--pro { background: #fff; color: var(--ink); border-color: #fff; box-shadow: var(--shadow); }
.plan__tag { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-d); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; background: rgba(255, 255, 255, .18); padding: .3rem .7rem; border-radius: 999px; }
.plan--pro .plan__tag { background: linear-gradient(135deg, var(--gold), var(--amber)); color: #3a2a12; }
.plan__price { font-family: var(--font-d); font-size: 3.2rem; font-weight: 800; line-height: 1; margin: .8rem 0 .6rem; display: flex; align-items: baseline; gap: .2rem; }
.plan__price small { font-size: 1.4rem; font-weight: 600; }
.plan__price span { font-size: .85rem; font-weight: 500; opacity: .8; margin-left: .4rem; }
.plan .ticks li::before { background: rgba(255, 255, 255, .25); }
.plan--pro .ticks li::before { background: var(--light); }
.plan--pro .ticks li::after { border-color: var(--teal); }
.plan .ticks { margin-bottom: 0; font-size: .92rem; }
.discounts { margin-bottom: 1.4rem; }
.discounts__t { font-family: var(--font-d); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; color: var(--teal-2); margin-bottom: .6rem; }
.discounts ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); gap: .5rem; }
.discounts li { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); border-radius: 12px; padding: .5rem .6rem; font-size: .8rem; text-align: center; transition: transform .3s var(--ease), background .3s; }
.discounts li:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .18); }
.discounts b { display: block; font-family: var(--font-d); font-size: 1.25rem; color: var(--gold); }
.salud__terms { display: block; margin-top: .8rem; opacity: .7; }
.salud__flyer { border-radius: 28px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .55); border: 6px solid rgba(255, 255, 255, .25); transform: rotate(2deg) translateY(56px); max-width: 520px; margin-left: auto; }

/* Galería */
.gallery { padding: 6rem 0 4rem; overflow: hidden; }
.gallery__head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: end; margin-bottom: 2.4rem; }
.gallery__cta { background: var(--light); border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem; }
.gallery__cta h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.gallery__rows { display: grid; gap: 1rem; }
.gallery__row { display: flex; gap: 1rem; width: max-content; will-change: transform; }
.gallery__row button { border: 0; padding: 0; background: none; cursor: zoom-in; width: 240px; aspect-ratio: 4 / 5; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); position: relative; }
.gallery__row img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery__row button:hover img { transform: scale(1.08); }
.gallery__row button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(14, 93, 122, .5)); opacity: 0; transition: opacity .4s; }
.gallery__row button:hover::after { opacity: 1; }
.gallery__team { margin-top: 3rem; }
.team-banner { position: relative; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); min-height: 380px; display: grid; }
.team-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.team-banner::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8, 59, 77, .94), rgba(8, 59, 77, .6) 55%, rgba(8, 59, 77, .12)); }
.team-banner__copy { position: relative; z-index: 2; padding: 3rem; color: #fff; max-width: 560px; align-self: center; }
.team-banner__copy h3 { color: #fff; font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem); margin-bottom: .6rem; }
.team-banner__copy p { color: rgba(255, 255, 255, .85); }

/* Ubicaciones */
.places { padding: 5rem 0; background: var(--light); }
.places__head { max-width: 720px; margin-bottom: 2.4rem; }
.places__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.place { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: flex; flex-direction: column; }
.place__map { aspect-ratio: 16 / 10; background: var(--mist); position: relative; }
.place__map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.9); }
.place__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .3rem; }
.place__city { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-d); font-weight: 700; color: var(--teal-dark); font-size: 1.2rem; }
.place__body h3 { font-size: 1rem; color: var(--ink-2); font-weight: 600; }
.place__body p { margin: .2rem 0 .8rem; color: var(--ink); }
.place__body .btn { align-self: flex-start; }

/* Especialistas */
.team { padding: 6rem 0; }
.team__head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.team__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; }
.doc { text-align: center; }
.doc__photo { position: relative; aspect-ratio: 1; border-radius: 28px; overflow: hidden; background: linear-gradient(180deg, var(--light), var(--mist)); margin-bottom: .9rem; box-shadow: var(--shadow-sm); }
.doc__photo::before { content: ""; position: absolute; inset: 8% 8% 0; border-radius: 50% 50% 0 0; background: radial-gradient(circle at 50% 20%, rgba(79, 207, 212, .45), transparent 70%); }
.doc__photo img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .8s var(--ease); }
.doc:hover .doc__photo img { transform: scale(1.06) translateY(-4px); }
.doc h3 { font-size: 1.1rem; }
.doc p { color: var(--teal-dark); font-weight: 600; font-size: .9rem; margin: .1rem 0 0; }

/* Agenda */
.agenda { padding: 6rem 0; background: radial-gradient(800px 400px at 10% 100%, rgba(242, 166, 90, .25), transparent 60%), linear-gradient(160deg, var(--deep), #083b4d); color: #fff; }
.agenda__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.agenda__steps { list-style: none; padding: 0; margin: 1.4rem 0; display: grid; gap: .7rem; }
.agenda__steps li { display: flex; align-items: center; gap: .9rem; font-weight: 600; }
.agenda__steps b { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--teal-2), var(--teal)); font-family: var(--font-d); }
.agenda__contact { display: flex; flex-wrap: wrap; gap: 1.4rem; font-family: var(--font-d); font-weight: 600; }
.agenda__contact a { display: inline-flex; align-items: center; gap: .5rem; color: #fff; }
.agenda__contact .ic { color: var(--teal-2); }
.agenda__form { background: #fff; color: var(--ink); border-radius: var(--r); padding: 1.8rem; box-shadow: var(--shadow); display: grid; gap: 1rem; }
.field label { display: block; font-family: var(--font-d); font-weight: 600; font-size: .85rem; color: var(--deep); margin-bottom: .35rem; }
.field input, .field select, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: .8rem .95rem; font: inherit; color: var(--ink); background: #fbfeff; transition: border-color .3s, box-shadow .3s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(79, 207, 212, .25); }
.field--2 { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1rem; }
.form__error { background: #fff1f1; color: #b42318; border: 1px solid #f5c2c0; border-radius: 12px; padding: .6rem .9rem; font-size: .9rem; margin: 0; }
.agenda__form small { color: var(--ink-2); font-size: .78rem; text-align: center; }

/* Footer */
.footer { background: #06303f; color: rgba(255, 255, 255, .8); padding: 4rem 0 1.5rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 0.7fr 1.3fr 1fr; gap: 2.5rem; }
.footer__brand img { width: 170px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer__claim { font-family: var(--font-d); color: var(--teal-2); font-weight: 600; }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer__links a { transition: color .3s, padding-left .3s; }
.footer__links a:hover { color: var(--teal-2); padding-left: .3rem; }
.footer__contact li { display: flex; gap: .6rem; align-items: flex-start; font-size: .92rem; }
.footer__contact .ic { color: var(--teal-2); margin-top: .2rem; }
.footer__contact b { display: block; color: #fff; }
.footer__hours li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px dashed rgba(255, 255, 255, .15); padding-bottom: .4rem; }
.footer__hours b { color: #fff; }
.footer__hours + .btn { margin-top: 1rem; }
.socials { display: flex; gap: .5rem; margin-top: 1rem; }
.socials a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #fff; transition: background .3s, transform .3s var(--ease); }
.socials a:hover { background: var(--teal); transform: translateY(-3px); }
.socials .ic { width: 1.2rem; height: 1.2rem; }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .82rem; color: rgba(255, 255, 255, .55); }

/* WhatsApp flotante */
.wa-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 800; display: inline-flex; align-items: center; gap: .5rem; background: #25D366; color: #fff; padding: .8rem 1.1rem .8rem .9rem; border-radius: 999px; font-family: var(--font-d); font-weight: 600; box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .8); animation: wa 3s ease-in-out infinite; }
.wa-float .ic { width: 1.5rem; height: 1.5rem; }
@keyframes wa { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-5px) } }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(6, 48, 63, .92); z-index: 1100; display: grid; place-items: center; padding: 2rem; backdrop-filter: blur(8px); }
.lightbox img { max-width: min(92vw, 900px); max-height: 88vh; border-radius: 18px; box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .7); animation: pop .4s var(--ease); }
@keyframes pop { from { transform: scale(.9); opacity: 0 } }
.lightbox__close { position: absolute; top: 1rem; right: 1.2rem; width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; color: var(--deep); font-size: 1.8rem; cursor: pointer; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
.tilt { transform-style: preserve-3d; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }

/* Responsive */
@media (max-width: 1320px) {
  .nav__cta .btn--ghost { display: none; }
}
@media (max-width: 1100px) {
  .nav__links { display: none; }
  .specs__grid, .studies__grid { grid-template-columns: repeat(2, 1fr); }
  .team__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero { padding-top: 7rem; }
  .hero__grid, .neuro__grid, .salud__grid, .agenda__grid, .gallery__head { grid-template-columns: 1fr; }
  .hero__visual { min-height: 0; margin-top: 1rem; }
  .hero__card { position: relative; width: 100%; }
  .hero__float { display: none; }
  .quick { grid-template-columns: 1fr; margin-top: 2rem; }
  .neuro__pillars, .places__grid { grid-template-columns: 1fr; }
  .neuro__badge { left: 8px; }
  .neuro__orbit { display: none; }
  .hero__title em, .h2 em { white-space: normal; }
  .salud__visual { order: -1; }
  .salud__flyer { transform: none; max-width: 520px; margin-inline: auto; }
  .nav__burger { display: flex; }
  .nav__cta .btn--ghost { display: none; }
  .nav__links { position: fixed; inset: 72px 1rem auto; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: .8rem; flex-direction: column; display: none; }
  .nav__links.is-open { display: flex; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 1.6rem); }
  .specs__grid, .studies__grid, .plans, .team__grid, .footer__grid, .field--2 { grid-template-columns: 1fr; }
  .team__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__float--2 { display: none; }
  .gallery__row button { width: 180px; }
  .team-banner__copy { padding: 1.6rem; }
  .wa-float span { display: none; }
  .cursor-glow { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .word > span { transform: none; }
}
