:root {
  --ink: #394049;
  --muted: #596068;
  --plum: #cc6b76;
  --plum-dark: #394049;
  --rose: #cc6b76;
  --rose-soft: #f8e8ea;
  --teal: #74b0b1;
  --teal-dark: #4d8e90;
  --teal-soft: #e8f3f3;
  --cream: #fbfaf8;
  --paper: #ffffff;
  --sand: #f1e7dc;
  --line: #dedede;
  --shadow: 0 18px 55px rgba(57, 64, 73, .12);
  --radius: 26px;
  --font-display: "Rubik", sans-serif;
  --font-body: "Nunito Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body); font-size: 17px; line-height: 1.62; }
.draft-ribbon { display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 10px; padding: 7px 20px; background: #2f6f68; color: #fff; font-size: .82rem; text-align: center; }
.draft-ribbon strong { font-family: var(--font-display); letter-spacing: .04em; text-transform: uppercase; }
.draft-ribbon span { opacity: .9; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0; color: var(--plum-dark); font-family: var(--font-display); line-height: 1.13; }
h1 { font-size: clamp(2.75rem, 6vw, 5.7rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); letter-spacing: -.04em; }
h3 { font-size: 1.22rem; }
p { margin: 0; }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; border-radius: 8px; background: var(--paper); color: var(--plum); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin-bottom: 12px; color: var(--rose); font-family: var(--font-display); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #f2c6d3; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--rose); border-radius: 999px; background: var(--rose); color: #fff; font-weight: 800; line-height: 1.2; text-decoration: none; transition: .22s ease; }
.button:hover, .button:focus-visible { border-color: var(--plum-dark); background: var(--plum-dark); transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 10px 19px; font-size: .92rem; }
.button-light { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(8px); }
.button-light:hover, .button-light:focus-visible { border-color: #fff; background: #fff; color: var(--plum); }
.button-booking { min-height: 58px; padding: 15px 27px; border-color: #d44378; background: #d44378; box-shadow: 0 12px 26px rgba(150,42,82,.26); font-size: 1rem; }
.button-booking::after { margin-left: 10px; content: "↗"; font-size: 1.15em; }
.button-booking:hover, .button-booking:focus-visible { border-color: var(--plum-dark); background: var(--plum-dark); box-shadow: 0 16px 32px rgba(55,21,46,.28); }
:focus-visible { outline: 3px solid #e89bb0; outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(92,35,73,.1); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.header-inner { display: grid; min-height: 130px; grid-template-columns: 280px 1fr; align-items: center; gap: 34px; }
.brand img { width: 260px; max-height: 102px; object-fit: contain; object-position: left center; }
.header-right { display: grid; gap: 15px; }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.doctoralia-chip { display: inline-flex; min-height: 50px; align-items: center; padding: 11px 21px; border-radius: 999px; background: #d44378; color: #fff; font-size: .8rem; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; box-shadow: 0 8px 20px rgba(150,42,82,.2); }
.whatsapp-chip { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 15px; border-radius: 999px; background: #167b58; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.social-link { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #3d444b; font-weight: 900; text-decoration: none; }
.main-nav { display: flex; justify-content: flex-end; gap: 28px; font-size: .94rem; }
.main-nav a { position: relative; color: var(--ink); font-weight: 700; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--rose); content: ""; transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.is-current::after { transform: scaleX(1); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 650px; overflow: hidden; overflow: clip; background: var(--plum-dark); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(44,16,36,.95) 0%, rgba(55,21,46,.83) 42%, rgba(55,21,46,.27) 78%, rgba(55,21,46,.12) 100%); }
.hero::after { position: absolute; right: -130px; bottom: -270px; z-index: 3; width: 520px; height: 520px; border: 2px solid rgba(255,255,255,.24); border-radius: 46% 54% 70% 30% / 44% 36% 64% 56%; content: ""; pointer-events: none; transform: rotate(18deg); }
.hero-layout { position: relative; z-index: 2; display: grid; min-height: 650px; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 80px; padding-block: 86px; }
.hero-copy { max-width: 750px; }
.hero h1, .hero h2 { max-width: 720px; color: #fff; }
.hero-lead { max-width: 680px; margin-top: 22px; color: #f9ecf0; font-size: clamp(1.13rem, 2vw, 1.42rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-card { align-self: end; margin-bottom: 20px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 30px 30px 30px 8px; background: rgba(255,255,255,.91); box-shadow: var(--shadow); }
.hero-card .leaf-mark { display: grid; width: 46px; height: 46px; margin-bottom: 16px; place-items: center; border-radius: 50% 50% 50% 12%; background: var(--teal-soft); color: var(--teal); font-size: 1.3rem; }
.hero-card strong { display: block; font: 600 1.18rem/1.3 var(--font-display); }
.hero-card ul { margin: 16px 0 0; padding: 0; list-style: none; }
.hero-card li { position: relative; padding: 7px 0 7px 25px; color: var(--muted); font-size: .94rem; }
.hero-card li::before { position: absolute; top: 10px; left: 0; color: var(--teal); content: "✓"; font-weight: 800; }

.hero-original, .hero-original .hero-layout { min-height: 680px; }
.hero-original .hero-background { object-position: center 53%; }
.hero-original .hero-overlay { background: linear-gradient(90deg, rgba(24,13,23,.82) 0%, rgba(42,20,36,.66) 48%, rgba(40,26,35,.12) 100%); }
.hero-layout-original { grid-template-columns: 1fr; }
.hero-original .hero-copy { max-width: 980px; }
.hero-original h1 { max-width: 980px; font-size: clamp(2.7rem, 5.2vw, 5.15rem); }
.hero-original .hero-lead { max-width: 850px; }
.hero-slides { position: relative; min-height: inherit; }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .75s ease, visibility .75s ease; }
.hero-slide.is-active { z-index: 1; visibility: visible; opacity: 1; pointer-events: auto; }
.hero-slide .hero-layout { padding-bottom: 125px; }
.hero-original .hero-slide h1, .hero-original .hero-slide h2 { max-width: 980px; font-size: clamp(2.7rem, 5.2vw, 5.15rem); letter-spacing: -.055em; }
.hero-original .hero-slide:not(:first-child) h2 { max-width: 900px; font-size: clamp(2.55rem, 4.5vw, 4.45rem); }
.hero-slide:nth-child(2) .hero-background { object-position: center 58%; }
.hero-slide:nth-child(3) .hero-background { object-position: center 48%; }
.hero-slide:nth-child(4) .hero-background { object-position: center 50%; }
.hero-service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.hero-service-tags li { padding: 7px 12px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(55,21,46,.44); color: #fff; font-size: .82rem; font-weight: 800; backdrop-filter: blur(7px); }
.hero-slider-controls { position: absolute; right: 0; bottom: 28px; left: 50%; z-index: 5; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.hero-arrow, .hero-pause, .hero-dot { border: 1px solid rgba(255,255,255,.55); background: rgba(55,21,46,.72); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.hero-arrow { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; font-size: 1.15rem; }
.hero-dots { display: flex; min-height: 46px; align-items: center; gap: 2px; padding: 0 8px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(55,21,46,.48); backdrop-filter: blur(8px); }
.hero-dot { position: relative; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; }
.hero-dot::before { position: absolute; top: 50%; left: 50%; width: 11px; height: 11px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; content: ""; transform: translate(-50%,-50%); transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.hero-dot.is-active { border-color: transparent; background: transparent; transform: none; }
.hero-dot.is-active::before { border-color: #fff; background: #fff; transform: translate(-50%,-50%) scale(1.14); }
.hero-pause { min-height: 46px; padding: 8px 16px; border-radius: 999px; font-size: .82rem; font-weight: 800; }
.hero-arrow:hover, .hero-arrow:focus-visible, .hero-pause:hover, .hero-pause:focus-visible { border-color: #fff; background: #fff; color: var(--plum); }

.channel-bar { border-bottom: 1px solid var(--line); background: #fff; }
.channel-layout { display: flex; min-height: 126px; align-items: center; justify-content: space-between; gap: 35px; padding-block: 22px; }
.channel-layout > div:first-child > p:last-child { display: grid; gap: 2px; }
.channel-layout strong { color: var(--plum-dark); font: 600 1.22rem/1.25 var(--font-display); }
.channel-layout span { color: var(--muted); font-size: .92rem; }
.channel-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }
.channel-actions .button:first-child { border-color: #d44378; background: #d44378; }
.button-whatsapp { border-color: #167b58; background: #167b58; }
.channel-actions .button:hover, .channel-actions .button:focus-visible { border-color: var(--plum-dark); background: var(--plum-dark); }
.booking-help-link { display: inline-flex; min-height: 50px; align-items: center; padding: 8px 13px; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.booking-help-link:hover, .booking-help-link:focus-visible { color: var(--plum); text-decoration: underline; text-underline-offset: 5px; }

.booking-prompt { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; margin-top: 52px; padding: 27px 30px; overflow: hidden; border: 1px solid rgba(185,79,114,.24); border-left: 6px solid #d44378; border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(83,45,66,.08); }
.booking-prompt::after { position: absolute; right: -55px; bottom: -70px; width: 155px; height: 155px; border-radius: 50%; background: var(--rose-soft); content: ""; pointer-events: none; }
.booking-prompt > div { position: relative; z-index: 1; }
.booking-prompt span, .booking-prompt strong, .booking-prompt small { display: block; }
.booking-prompt span { margin-bottom: 4px; color: var(--rose); font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.booking-prompt strong { color: var(--plum-dark); font: 600 clamp(1.25rem, 2.1vw, 1.65rem)/1.25 var(--font-display); }
.booking-prompt small { margin-top: 5px; color: var(--muted); font-size: .9rem; }
.booking-prompt-actions { display: flex; align-items: center; justify-content: flex-end; gap: 17px; }
.booking-prompt-actions > a:not(.button) { display: inline-flex; min-height: 46px; align-items: center; color: var(--teal-dark); font-size: .88rem; font-weight: 800; text-decoration: none; }
.booking-prompt-actions > a:not(.button):hover, .booking-prompt-actions > a:not(.button):focus-visible { color: var(--plum); text-decoration: underline; text-underline-offset: 5px; }
.booking-prompt-on-dark { border-color: rgba(255,255,255,.28); border-left-color: #f0aac0; background: rgba(255,255,255,.1); box-shadow: none; }
.booking-prompt-on-dark::after { background: rgba(255,255,255,.06); }
.booking-prompt-on-dark span { color: #f2c6d3; }
.booking-prompt-on-dark strong { color: #fff; }
.booking-prompt-on-dark small { color: #ead7e2; }
.booking-prompt-on-dark .booking-prompt-actions > a:not(.button) { color: #fff; }

.original-intro { padding: 100px 0; background: #fff; }
.original-intro-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 70px; }
.original-intro-grid h2 { max-width: 660px; }
.original-intro-grid > div > p:not(.eyebrow) { margin-top: 23px; color: var(--muted); }
.original-intro-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 34px 34px 34px 8px; box-shadow: var(--shadow); }
.original-intro-grid figure img { width: 100%; min-height: 390px; object-fit: cover; }
.original-intro-grid figcaption { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; background: rgba(55,21,46,.86); color: #fff; font-size: .78rem; font-weight: 800; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.trust-list li { padding: 7px 12px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: .84rem; font-weight: 800; }

.original-areas { padding: 95px 0 105px; background: var(--cream); }
.areas-heading { max-width: 800px; margin: 0 auto 45px; text-align: center; }
.areas-heading > p:last-child { margin: 18px auto 0; color: var(--muted); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.area-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 28px 28px 28px 8px; background: #fff; box-shadow: 0 10px 32px rgba(70,37,55,.07); }
.area-card > span { display: grid; width: 48px; height: 48px; margin-bottom: 35px; place-items: center; border-radius: 50% 50% 50% 12px; background: var(--rose-soft); color: var(--rose); font: 700 .8rem/1 var(--font-display); }
.area-card h3 { font-size: 1.35rem; }
.area-card p { margin-top: 14px; color: var(--muted); }
.area-card button { align-self: flex-start; min-height: 46px; margin-top: auto; padding: 10px 0; border: 0; border-bottom: 2px solid currentColor; background: transparent; color: var(--plum); cursor: pointer; font-weight: 800; }
.area-wellbeing { border-top: 5px solid var(--teal); }
.area-institutional { border-top: 5px solid var(--plum); }
.area-clinical { border-top: 5px solid var(--rose); }

.journey-nav { border-bottom: 1px solid var(--line); background: var(--paper); }
.journey-nav .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.journey-nav a { display: flex; min-height: 72px; align-items: center; justify-content: center; gap: 11px; border-right: 1px solid var(--line); color: var(--muted); font-weight: 800; text-decoration: none; }
.journey-nav a:first-child { border-left: 1px solid var(--line); }
.journey-nav span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--rose); font: 700 .8rem/1 var(--font-display); }
.journey-nav a:hover { color: var(--plum); }

.finder-section { position: relative; overflow: hidden; padding: 105px 0; background: var(--rose-soft); }
.finder-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 330px 1fr; gap: 65px; align-items: start; }
.finder-intro { position: sticky; top: 130px; }
.finder-intro > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); }
.brand-orbit { position: absolute; border: 2px solid rgba(185,79,114,.14); border-radius: 61% 39% 48% 52% / 46% 61% 39% 54%; }
.brand-orbit-one { top: -200px; left: -180px; width: 520px; height: 520px; transform: rotate(28deg); }
.brand-orbit-two { right: -90px; bottom: -230px; width: 430px; height: 430px; transform: rotate(-16deg); }
.orientation-card { margin-top: 30px; padding: 22px; border-left: 4px solid var(--teal); border-radius: 4px 18px 18px 4px; background: var(--paper); }
.orientation-card strong { font-family: var(--font-display); }
.orientation-card p { margin: 5px 0 9px; color: var(--muted); font-size: .94rem; }
.orientation-card a { display: inline-flex; min-height: 44px; align-items: center; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.need-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.need-card { position: relative; display: grid; min-height: 180px; grid-template-columns: 52px 1fr; align-content: center; gap: 4px 18px; padding: 27px; overflow: hidden; border: 1px solid rgba(92,35,73,.13); border-radius: 24px 24px 24px 7px; background: var(--paper); color: var(--ink); cursor: pointer; text-align: left; text-decoration: none; box-shadow: 0 8px 28px rgba(75,35,57,.06); transition: .22s ease; }
.need-card::after { position: absolute; right: -38px; bottom: -46px; width: 105px; height: 105px; border-radius: 50%; background: var(--rose-soft); content: ""; transition: .22s; }
.need-card:hover, .need-card:focus-visible, .need-card[aria-pressed="true"] { border-color: var(--rose); box-shadow: 0 16px 40px rgba(109,45,75,.15); transform: translateY(-3px); }
.need-card[aria-pressed="true"] { background: var(--plum); color: #fff; }
.need-card[aria-pressed="true"]::after { background: rgba(255,255,255,.08); }
.need-card strong { align-self: end; font: 600 1.16rem/1.3 var(--font-display); }
.need-card small { grid-column: 2; color: var(--muted); font-size: .91rem; line-height: 1.4; }
.need-card[aria-pressed="true"] small { color: #f7dfe7; }
.need-icon { display: grid; width: 50px; height: 50px; grid-row: 1 / 3; place-items: center; border-radius: 50% 50% 50% 13px; background: var(--teal-soft); color: var(--teal-dark); font: 700 .8rem/1 var(--font-display); }
.need-card:nth-child(even) .need-icon { background: var(--rose-soft); color: var(--rose); }
.need-card[aria-pressed="true"] .need-icon { background: #fff; color: var(--plum); }
.need-card-contact { background: var(--teal-dark); color: #fff; }
.need-card-contact small { color: #dcefed; }
.need-card-contact .need-icon { background: #fff; }
.need-card-contact::after { background: rgba(255,255,255,.08); }

.services-section { padding: 105px 0; background: var(--paper); }
.services-heading, .section-heading, .spaces-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.services-heading > div, .section-heading > div { max-width: 730px; }
.services-heading > div > p:last-child { max-width: 620px; margin-top: 18px; color: var(--muted); }
.text-button { min-height: 46px; padding: 8px 0; border: 0; border-bottom: 2px solid var(--rose); background: transparent; color: var(--plum); cursor: pointer; font-weight: 800; }
.service-tools { display: grid; grid-template-columns: minmax(280px, .8fr) 1.4fr auto; align-items: end; gap: 24px; margin: 45px 0 32px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.service-search span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.service-search input { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid #d8c9c7; border-radius: 12px; background: #fff; color: var(--ink); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 46px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); cursor: pointer; font-weight: 800; }
.filter-button.is-active { border-color: var(--plum); background: var(--plum); color: #fff; }
.service-results { min-width: 130px; padding-bottom: 12px; color: var(--muted); font-size: .85rem; font-weight: 700; text-align: right; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; display: flex; min-height: 285px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 24px 24px 24px 7px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.service-card:hover { border-color: #d2b6c1; box-shadow: 0 14px 35px rgba(83,45,66,.09); transform: translateY(-2px); }
.service-card[hidden] { display: none; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.service-top span { color: var(--teal-dark); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-top b { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50% 50% 50% 9px; background: var(--rose-soft); color: var(--rose); font: 700 .74rem/1 var(--font-display); }
.service-card h3 { font-size: clamp(1.2rem, 1.7vw, 1.43rem); }
.service-card > p { margin-top: 12px; color: var(--muted); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 22px; padding: 0; list-style: none; }
.service-card li { padding: 5px 10px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: .78rem; font-weight: 700; }
.card-primary { display: inline-flex; min-height: 44px; align-self: flex-start; align-items: center; margin-top: auto; padding-block: 8px; color: var(--plum); font-weight: 800; text-decoration: none; }
.card-primary:hover { color: var(--rose); }
.service-empty { margin-top: 18px; padding: 30px; border-radius: 20px; background: var(--rose-soft); text-align: center; }
.service-empty p { margin: 8px 0 12px; color: var(--muted); }
.service-empty a { color: var(--plum); font-weight: 800; }

.why-section { position: relative; overflow: hidden; padding: 105px 0; background: var(--plum); color: #fff; }
.why-section::after { position: absolute; top: -210px; right: -150px; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.16); border-radius: 61% 39% 48% 52%; content: ""; }
.why-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.why-photo { position: relative; overflow: hidden; border-radius: 34px 34px 34px 8px; }
.why-photo img { width: 100%; min-height: 590px; object-fit: cover; }
.why-photo span { position: absolute; right: 18px; bottom: 18px; padding: 10px 15px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--plum); font-size: .8rem; font-weight: 800; }
.why-copy h2, .why-copy h3 { color: #fff; }
.why-list { margin-top: 38px; }
.why-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.18); }
.why-list article > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50% 50% 50% 10px; background: rgba(255,255,255,.13); color: #f2bfd0; font: 700 .78rem/1 var(--font-display); }
.why-list p { margin-top: 7px; color: #ead7e2; }

.brand-section { position: relative; overflow: hidden; padding: 100px 0; background: var(--plum); color: #fff; }
.brand-section::after { position: absolute; top: -210px; right: -120px; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.16); border-radius: 50% 50% 38% 62% / 50% 38% 62% 50%; content: ""; }
.brand-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.4fr; gap: 85px; align-items: center; }
.brand-copy h2, .brand-pillars h3 { color: #fff; }
.brand-copy > p:last-child { margin-top: 20px; color: #ead7e2; }
.brand-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.brand-pillars article { min-height: 265px; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px 22px 22px 7px; background: rgba(255,255,255,.08); }
.brand-pillars span { display: block; margin-bottom: 55px; color: #f0b1c3; font: 700 .82rem/1 var(--font-display); }
.brand-pillars p { margin-top: 12px; color: #ead7e2; font-size: .94rem; }

.about-section { padding: 105px 0; background: var(--cream); }
.section-heading { align-items: center; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--plum); font-weight: 800; text-decoration: none; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 45px; }
.team-grid article { text-align: center; }
.team-grid img { width: 150px; height: 150px; margin: 0 auto 14px; border: 8px solid #fff; border-radius: 50% 50% 50% 18%; object-fit: cover; box-shadow: 0 10px 28px rgba(74,40,59,.1); }
.team-grid article:nth-child(even) img { border-radius: 50% 18% 50% 50%; }
.team-grid h3 { font-size: 1rem; }
.team-grid p { margin-top: 4px; color: var(--muted); font-size: .83rem; }
.spaces-heading { margin-top: 100px; }
.spaces-heading > p { color: var(--muted); }
.spaces-grid { display: grid; height: 520px; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, 1fr); gap: 15px; margin-top: 36px; }
.spaces-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px 24px 24px 7px; }
.spaces-grid .space-large { grid-row: 1 / 3; }
.spaces-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.spaces-grid figure:hover img { transform: scale(1.035); }
.spaces-grid figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 13px 16px; border-radius: 14px; background: rgba(55,21,46,.86); color: #fff; font-weight: 800; backdrop-filter: blur(6px); }
.spaces-gallery-wrap { margin-top: 36px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.spaces-gallery-wrap summary { display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 14px 18px; cursor: pointer; color: var(--plum); font-family: var(--font-display); font-weight: 700; list-style: none; }
.spaces-gallery-wrap summary::-webkit-details-marker { display: none; }
.spaces-gallery-wrap summary::after { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--rose); content: "+"; }
.spaces-gallery-wrap[open] summary::after { content: "−"; }
.spaces-gallery-grid { display: grid; margin-top: 22px; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.spaces-gallery-wrap .spaces-gallery-grid { margin: 0; padding: 0 18px 18px; }
.space-card { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 20px 20px 20px 7px; }
.space-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.space-card:hover img { transform: scale(1.05); }
.space-card figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 12px 14px; border-radius: 12px; background: rgba(55,21,46,.84); color: #fff; font-size: .8rem; font-weight: 800; backdrop-filter: blur(6px); }

.news-section { padding: 100px 0; background: #fff; }
.news-heading { align-items: center; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.news-card { display: flex; min-height: 270px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 26px 26px 26px 8px; background: var(--cream); transition: border-color .2s, box-shadow .2s, transform .2s; }
.news-card:hover { border-color: #d2b6c1; box-shadow: 0 16px 38px rgba(83,45,66,.09); transform: translateY(-3px); }
.news-card > span { display: grid; width: 43px; height: 43px; margin-bottom: 34px; place-items: center; border-radius: 50% 50% 50% 11px; background: var(--teal-soft); color: var(--teal-dark); font: 700 .78rem/1 var(--font-display); }
.news-card > p:first-of-type { margin-bottom: 9px; color: var(--rose); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-card h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
.news-card h3 + p { margin-top: 14px; color: var(--muted); }
.news-card a { display: inline-flex; min-height: 44px; align-items: center; align-self: flex-start; margin-top: auto; padding-top: 20px; color: var(--plum); font-weight: 800; text-decoration: none; }
.news-card a:hover { color: var(--rose); }

.process-section { padding: 100px 0; background: var(--teal-soft); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.process-layout > div > p:last-child { margin-top: 20px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(37,125,118,.2); }
.process-list span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50% 50% 50% 12px; background: var(--teal); color: #fff; font: 700 .9rem/1 var(--font-display); }
.process-list strong { font: 600 1.18rem/1.3 var(--font-display); }
.process-list p { margin-top: 4px; color: var(--muted); }

.safety-section { padding: 45px 0; background: var(--paper); }
.safety-card { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 20px; padding: 25px 28px; border: 1px solid #efc9c9; border-radius: 18px; background: #fff7f5; }
.safety-card > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: #b34444; color: #fff; font: 700 1.1rem/1 var(--font-display); }
.safety-card h2 { font-size: 1.17rem; }
.safety-card p { margin-top: 4px; color: var(--muted); font-size: .92rem; }
.review-section { padding: 35px 0 80px; background: var(--paper); }
.review-section details { border: 1px dashed #cdbac1; border-radius: 18px; background: #fcfaf8; }
.review-section summary { min-height: 54px; padding: 15px 20px; cursor: pointer; color: var(--muted); font-weight: 800; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0 20px 20px; }
.review-grid article { padding: 18px; border-radius: 14px; background: #fff; }
.review-grid strong { font-family: var(--font-display); }
.review-grid p { margin-top: 7px; color: var(--muted); font-size: .9rem; }

.final-cta { position: relative; overflow: hidden; padding: 90px 0; background: var(--plum-dark); color: #fff; }
.final-cta::before { position: absolute; bottom: -300px; left: -190px; width: 560px; height: 560px; border: 2px solid rgba(255,255,255,.1); border-radius: 65% 35% 55% 45%; content: ""; }
.final-layout { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 75px; align-items: center; }
.final-layout h2 { color: #fff; }
.final-layout > div:first-child > p:last-child { margin-top: 18px; color: #eadbe4; }
.final-actions { display: grid; gap: 12px; }
.final-email { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; color: #fff; font-size: .9rem; text-align: center; }
.site-footer { padding: 65px 0 25px; background: #2a1224; color: #d7c3ce; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1.2fr; gap: 45px; }
.footer-grid img { width: 150px; max-height: 90px; object-fit: contain; object-position: left center; }
.footer-grid p { margin-top: 12px; font-size: .9rem; }
.footer-grid nav, .footer-grid address { display: grid; align-content: start; gap: 9px; font-style: normal; }
.footer-grid strong { margin-bottom: 5px; color: #fff; font-family: var(--font-display); }
.footer-grid a { display: inline-flex; min-height: 44px; align-items: center; color: #d7c3ce; font-size: .91rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid address span { font-size: .91rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom a { font-weight: 800; text-decoration: none; }
.mobile-action-bar { display: none; }
.booking-dock { position: fixed; right: 24px; bottom: 22px; z-index: 119; display: grid; width: min(390px, calc(100vw - 48px)); overflow: hidden; border: 2px solid #fff; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(55,21,46,.28); }
.booking-dock a { text-decoration: none; }
.booking-dock-primary { display: grid; min-height: 76px; grid-template-columns: 1fr auto; align-content: center; padding: 13px 17px 13px 20px; background: #d44378; color: #fff; transition: .2s ease; }
.booking-dock-primary small, .booking-dock-primary strong { grid-column: 1; }
.booking-dock-primary small { opacity: .9; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-dock-primary strong { font: 600 1.08rem/1.2 var(--font-display); }
.booking-dock-primary span { display: grid; width: 42px; height: 42px; grid-column: 2; grid-row: 1 / 3; place-items: center; border-radius: 50%; background: rgba(255,255,255,.17); font-weight: 900; }
.booking-dock-primary:hover, .booking-dock-primary:focus-visible { background: var(--plum-dark); }
.booking-dock-help { display: grid; min-height: 45px; place-items: center; padding: 8px 16px; color: var(--teal-dark); font-size: .83rem; font-weight: 800; }
.booking-dock-help:hover, .booking-dock-help:focus-visible { background: var(--teal-soft); color: var(--plum); }

@media (max-width: 1100px) {
  .header-inner { min-height: 94px; grid-template-columns: 1fr auto; }
  .brand img { width: 200px; max-height: 72px; }
  .header-right { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { min-width: 54px; min-height: 46px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 800; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] nav { position: absolute; top: 58px; right: 0; display: grid; width: min(320px, calc(100vw - 32px)); padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .mobile-menu nav a { min-height: 48px; padding: 12px; border-bottom: 1px solid var(--line); font-weight: 800; text-decoration: none; }
}

@media (max-width: 1020px) {
  .hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .original-intro-grid { grid-template-columns: 1fr; gap: 42px; }
  .original-intro-grid figure img { min-height: 360px; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .area-card:last-child { grid-column: 1 / 3; }
  .finder-layout { grid-template-columns: 290px 1fr; gap: 35px; }
  .service-tools { grid-template-columns: 1fr; align-items: start; }
  .service-results { padding: 0; text-align: left; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-layout { grid-template-columns: 1fr; gap: 45px; }
  .why-photo img { min-height: 430px; }
  .spaces-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-card:last-child { grid-column: 1 / 3; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-layout { grid-template-columns: 1fr; gap: 45px; }
  .brand-pillars article { min-height: 220px; }
  .channel-layout { align-items: flex-start; flex-direction: column; gap: 18px; }
  .channel-actions { justify-content: flex-start; }
  .booking-prompt { grid-template-columns: 1fr; }
  .booking-prompt-actions { justify-content: flex-start; }
}

@media (max-width: 800px) {
  body { padding-bottom: 70px; font-size: 16px; }
  .container { width: min(100% - 32px, 720px); }
  .header-inner { min-height: 84px; grid-template-columns: 1fr auto; }
  .brand img { width: 180px; max-height: 64px; }
  .main-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { min-width: 54px; min-height: 46px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 800; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] nav { position: absolute; top: 58px; right: 0; display: grid; width: min(300px, calc(100vw - 32px)); padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .mobile-menu nav a { min-height: 48px; padding: 12px; border-bottom: 1px solid var(--line); font-weight: 800; text-decoration: none; }
  .hero, .hero-layout, .hero-original, .hero-original .hero-layout { min-height: 760px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(44,16,36,.93), rgba(55,21,46,.68)); }
  .hero-layout { display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 28px; padding-block: 65px; }
  .hero-card { max-width: 420px; align-self: flex-start; margin: 0; padding: 20px; }
  .journey-nav { overflow: visible; }
  .journey-nav .container { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-nav a { min-height: 56px; padding: 0 10px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .journey-nav a:nth-child(odd) { border-left: 0; }
  .finder-section, .services-section, .about-section, .news-section { padding: 76px 0; }
  .original-intro, .original-areas, .why-section { padding: 76px 0; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card:last-child { grid-column: auto; }
  .finder-layout { grid-template-columns: 1fr; }
  .finder-intro { position: static; }
  .orientation-card { max-width: 500px; }
  .services-heading, .section-heading, .spaces-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-pillars { grid-template-columns: 1fr; }
  .brand-pillars article { min-height: auto; }
  .brand-pillars span { margin-bottom: 24px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .spaces-grid { height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .spaces-grid .space-large { grid-row: auto; }
  .spaces-grid figure { height: 330px; }
  .spaces-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .news-card:last-child { grid-column: auto; }
  .process-layout, .final-layout { grid-template-columns: 1fr; gap: 45px; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .channel-layout { padding-block: 30px; }
  .channel-actions { width: 100%; }
  .channel-actions .button { flex: 1 1 230px; }
  .booking-dock { display: none; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 120; display: grid; grid-template-columns: 1.6fr .8fr; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
  .mobile-action-bar a { display: grid; min-height: 48px; place-items: center; border-radius: 999px; background: var(--plum); color: #fff; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a:first-child { background: #d44378; box-shadow: 0 7px 18px rgba(150,42,82,.22); }
  .mobile-action-bar a:last-child { margin-left: 8px; background: var(--teal-dark); }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 520px); }
  h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .hero, .hero-layout, .hero-original, .hero-original .hero-layout { min-height: 900px; }
  .hero-original .hero-slide h1, .hero-original .hero-slide h2 { font-size: clamp(2.45rem, 12vw, 3.65rem); }
  .hero-slide .hero-layout { padding-bottom: 120px; }
  .hero-slider-controls { bottom: 17px; gap: 7px; }
  .hero-arrow { width: 43px; height: 43px; }
  .hero-dots { min-height: 43px; padding-inline: 11px; }
  .hero-pause { min-height: 43px; padding-inline: 13px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-light { display: none; }
  .hero-service-tags { margin-top: 20px; }
  .hero-service-tags li { padding: 6px 10px; font-size: .76rem; }
  .channel-actions { display: grid; grid-template-columns: 1fr; }
  .booking-prompt { gap: 20px; margin-top: 38px; padding: 23px 21px; }
  .booking-prompt-actions { align-items: stretch; flex-direction: column; gap: 5px; }
  .booking-prompt-actions .button { width: 100%; }
  .booking-prompt-actions > a:not(.button) { justify-content: center; text-align: center; }
  .hero-card { width: 100%; }
  .need-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 138px; padding: 22px; }
  .service-tools { padding: 15px; }
  .filters { display: grid; grid-template-columns: repeat(2, 1fr); }
  .filter-button { padding-inline: 8px; font-size: .83rem; }
  .service-card { min-height: 0; padding: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .team-grid img { width: 120px; height: 120px; border-width: 6px; }
  .spaces-grid figure { height: 270px; }
  .spaces-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-card { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* 0.5.2-borrador.8 — FAQ tempranas, edición fotográfica y textos simplificados */
.site-header { background: rgba(255,255,255,.98); }
.header-inner { min-height: 130px; grid-template-columns: 300px 1fr; }
.brand img { width: 265px; max-height: 100px; }
.doctoralia-chip { min-height: 48px; padding: 10px 22px; background: var(--teal); font-size: .84rem; letter-spacing: 0; text-transform: none; box-shadow: 0 9px 22px rgba(116,176,177,.24); }
.doctoralia-chip:hover, .doctoralia-chip:focus-visible { background: var(--teal-dark); }
.whatsapp-chip { min-height: 44px; border: 1px solid #72b9a3; background: #fff; color: #28765f; font-size: .76rem; }
.main-nav { gap: 26px; }
.main-nav a::after { background: var(--rose); }

.hero-overlay, .hero-original .hero-overlay { background: linear-gradient(90deg, rgba(32,37,43,.9) 0%, rgba(45,50,56,.7) 49%, rgba(45,50,56,.14) 100%); }
.hero::after { border-color: rgba(255,255,255,.2); }
.button-booking { border-color: var(--rose); background: var(--rose); box-shadow: 0 12px 26px rgba(204,107,118,.26); }
.button-booking:hover, .button-booking:focus-visible { border-color: var(--plum-dark); background: var(--plum-dark); }
.channel-bar { background: #fff; }
.channel-layout strong { color: var(--ink); }

.original-intro { background: #fff; }
.original-intro-grid figure { border-radius: 30px; }
.original-intro-grid figcaption { background: rgba(57,64,73,.9); }

.original-areas {
  padding: 96px 0 110px;
  background-color: #fff;
  background-image:
    repeating-radial-gradient(ellipse at 18% 22%, transparent 0 18px, rgba(57, 64, 73, .025) 19px 20px, transparent 21px 27px),
    repeating-radial-gradient(ellipse at 78% 68%, transparent 0 28px, rgba(116, 176, 177, .022) 29px 30px, transparent 31px 39px);
  background-size: 230px 210px, 310px 280px;
}
.areas-heading { margin-bottom: 48px; }
.areas-heading h2 { color: var(--ink); }
.area-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.area-card { min-height: 420px; padding: 32px; border: 2px solid #d6d6d6; border-top-width: 2px; border-radius: 32px; background: rgba(255,255,255,.95); box-shadow: none; }
.area-card-heading { display: grid; grid-template-columns: 126px 1fr; align-items: center; gap: 18px; }
.area-icon { display: grid; width: 126px; height: 126px; margin: 0; place-items: center; border-radius: 50%; color: #fff; }
.area-icon svg { width: 68px; height: 68px; fill: currentColor; }
.area-clinical .area-icon { background: var(--rose); }
.area-wellbeing .area-icon { background: var(--teal); }
.area-institutional .area-icon { background: var(--ink); }
.area-card h3 { color: var(--ink); font-size: clamp(1.28rem,1.8vw,1.58rem); }
.area-card p { margin-top: 28px; color: var(--ink); font-size: 1.08rem; line-height: 1.65; }
.area-card button { width: 100%; align-items: center; justify-content: space-between; margin-top: auto; padding: 13px 0 0; border: 0; background: transparent; color: var(--rose); }
.area-card button span { font-size: .88rem; }
.area-card button b { display: grid; width: 40px; height: 40px; place-items: center; border: 3px solid currentColor; border-radius: 50%; font-size: 1.5rem; line-height: 1; }
.area-card:hover { border-color: #bfc3c6; box-shadow: 0 15px 38px rgba(57,64,73,.09); transform: translateY(-3px); }
.integrated-journey { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 42px; overflow: hidden; border: 1px solid #dadada; border-radius: 22px; background: rgba(255,255,255,.96); }
.integrated-journey a { display: grid; min-height: 104px; grid-template-columns: 42px 1fr; align-content: center; gap: 2px 12px; padding: 18px 20px; border-right: 1px solid #dedede; text-decoration: none; }
.integrated-journey a:last-child { border-right: 0; }
.integrated-journey span { display: grid; width: 39px; height: 39px; grid-row: 1 / 3; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--rose); font-family: var(--font-display); font-weight: 700; }
.integrated-journey strong { align-self: end; color: var(--ink); font-family: var(--font-display); }
.integrated-journey small { color: var(--muted); line-height: 1.3; }

.finder-section { background: #f9ecee; }
.need-card { border-color: rgba(204,107,118,.24); }
.need-card[aria-pressed="true"] { background: var(--ink); }
.filter-button.is-active { border-color: var(--ink); background: var(--ink); }

.why-section {
  padding: 110px 0;
  background-color: #fff;
  background-image:
    repeating-radial-gradient(ellipse at 18% 22%, transparent 0 18px, rgba(57, 64, 73, .025) 19px 20px, transparent 21px 27px),
    repeating-radial-gradient(ellipse at 78% 68%, transparent 0 28px, rgba(116, 176, 177, .022) 29px 30px, transparent 31px 39px);
  background-size: 230px 210px, 310px 280px;
  color: var(--ink);
}
.why-section::after { display: none; }
.why-original-grid { display: grid; grid-template-columns: 1.05fr repeat(3,1fr); align-items: stretch; }
.why-original-grid > * { min-width: 0; padding: 14px 34px 22px; border-right: 2px solid rgba(116,176,177,.75); }
.why-original-grid > *:first-child { padding-left: 0; }
.why-original-grid > *:last-child { padding-right: 0; border-right: 0; }
.why-intro { display: flex; flex-direction: column; justify-content: center; }
.why-intro h2 { max-width: 290px; color: var(--teal); font-size: clamp(2rem,3.2vw,3.1rem); }
.why-intro > p:last-child { max-width: 300px; margin-top: 38px; color: var(--ink); font-size: 1.04rem; }
.why-pillar { text-align: center; }
.why-icon { display: grid; width: 132px; height: 132px; margin: 0 auto 20px; place-items: center; color: var(--ink); }
.why-icon svg { width: 118px; height: 118px; fill: currentColor; }
.why-pillar h3 { max-width: 250px; margin: 0 auto; color: #111; font-size: 1.2rem; }
.why-pillar p { max-width: 255px; margin: 28px auto 0; color: var(--ink); font-size: 1.02rem; }

.about-section {
  padding: 105px 0;
  background-color: #fff;
  background-image:
    repeating-radial-gradient(ellipse at 18% 22%, transparent 0 18px, rgba(57, 64, 73, .025) 19px 20px, transparent 21px 27px),
    repeating-radial-gradient(ellipse at 78% 68%, transparent 0 28px, rgba(116, 176, 177, .022) 29px 30px, transparent 31px 39px);
  background-size: 230px 210px, 310px 280px;
}
.about-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.about-heading > p:last-child { margin-top: 16px; color: var(--muted); }
.about-tablist { display: grid; width: min(560px,100%); grid-template-columns: 1fr 1.3fr; margin: 0 auto 58px; padding: 6px; border-radius: 999px; background: var(--rose); box-shadow: 0 9px 20px rgba(204,107,118,.2); }
.about-tablist button { min-height: 58px; padding: 11px 20px; border: 0; border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font-size: 1.03rem; }
.about-tablist button.is-active { background: #fff; color: var(--ink); box-shadow: 0 5px 13px rgba(57,64,73,.14); }
.about-panel[hidden] { display: none; }
.original-team-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; margin-top: 0; }
.original-team-grid article { position: relative; overflow: hidden; border-radius: 26px; background: #eee; text-align: left; box-shadow: 0 12px 30px rgba(57,64,73,.1); }
.original-team-grid article a { position: relative; display: block; aspect-ratio: 4 / 5; text-decoration: none; }
.original-team-grid img { width: 100%; height: 100%; margin: 0; border: 0; border-radius: 0; object-fit: cover; box-shadow: none; transition: transform .45s ease; }
.original-team-grid article:nth-child(even) img { border-radius: 0; }
.original-team-grid h3 { position: absolute; right: 0; bottom: 0; left: 0; padding: 78px 24px 22px; background: linear-gradient(0deg, rgba(204,107,118,.98), rgba(204,107,118,0)); color: #fff; font-size: 1.15rem; }
.original-team-grid article:hover img { transform: scale(1.035); }
.about-more-link { width: fit-content; margin: 28px auto 0; }
.installation-story-grid { display: grid; gap: 22px; }
.installation-story-grid article { display: grid; min-height: 300px; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 12px 34px rgba(57,64,73,.08); }
.installation-story-grid article:nth-child(even) { grid-template-columns: .85fr 1.15fr; }
.installation-story-grid article:nth-child(even) img { grid-column: 2; }
.installation-story-grid article:nth-child(even) div { grid-column: 1; grid-row: 1; }
.installation-story-grid img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.installation-story-grid article > div { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.installation-story-grid span { color: var(--rose); font-family: var(--font-display); font-size: .78rem; font-weight: 700; }
.installation-story-grid h3 { margin-top: 9px; color: var(--ink); font-size: 1.45rem; }
.installation-story-grid p { margin-top: 14px; color: var(--muted); }
.spaces-gallery-wrap { margin-top: 28px; }

.news-section { background: #f5fbfb; }
.process-section { background: #e9f4f4; }
.final-cta { background: var(--ink); }
.site-footer { border-top: 1px solid var(--line); background: #fff; color: var(--ink); }
.footer-grid img { width: 240px; max-height: 105px; }
.footer-grid strong { color: var(--ink); }
.footer-grid a { color: var(--muted); }
.footer-grid a:hover { color: var(--rose); }
.footer-bottom { border-top-color: var(--line); }
.booking-prompt { border-color: rgba(204,107,118,.3); border-left-color: var(--rose); }
.booking-prompt-compact { min-height: 96px; margin-top: 36px; padding-block: 20px; }
.booking-prompt-compact strong { font-size: clamp(1.12rem,1.8vw,1.4rem); }
.booking-dock-primary, .mobile-action-bar a:first-child { background: var(--rose); }

.faq-section { padding: 82px 0 92px; scroll-margin-top: 120px; border-bottom: 1px solid var(--line); background: #f5fbfb; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 78px; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p:not(.eyebrow) { max-width: 370px; margin-top: 18px; color: var(--muted); }
.faq-intro .text-link { margin-top: 20px; }
.faq-list { border-top: 1px solid rgba(116,176,177,.45); }
.faq-list details { border-bottom: 1px solid rgba(116,176,177,.45); }
.faq-list summary { position: relative; min-height: 72px; padding: 22px 58px 22px 4px; cursor: pointer; color: var(--ink); font: 600 1.08rem/1.35 var(--font-display); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 19px; right: 4px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: var(--rose); content: "+"; font-size: 1.25rem; box-shadow: 0 5px 15px rgba(57,64,73,.08); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; padding: 0 58px 24px 4px; color: var(--muted); }

@media (max-width: 1100px) {
  .header-inner { min-height: 94px; grid-template-columns: 1fr auto; }
  .brand img { width: 210px; max-height: 74px; }
  .area-card-heading { grid-template-columns: 94px 1fr; }
  .area-icon { width: 94px; height: 94px; }
  .area-icon svg { width: 54px; height: 54px; }
  .integrated-journey { grid-template-columns: repeat(2,1fr); }
  .integrated-journey a:nth-child(2) { border-right: 0; }
  .integrated-journey a:nth-child(-n+2) { border-bottom: 1px solid #dedede; }
}

@media (max-width: 1020px) {
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-intro { position: static; }
  .faq-intro > p:not(.eyebrow) { max-width: none; }
  .why-original-grid { grid-template-columns: repeat(2,1fr); gap: 0; }
  .why-original-grid > * { padding: 30px; border-right: 0; border-bottom: 2px solid rgba(116,176,177,.55); }
  .why-original-grid > *:nth-child(odd) { border-right: 2px solid rgba(116,176,177,.55); }
  .why-original-grid > *:nth-last-child(-n+2) { border-bottom: 0; }
  .why-original-grid > *:first-child, .why-original-grid > *:last-child { padding: 30px; }
  .why-intro h2, .why-intro > p:last-child { max-width: none; }
  .original-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .area-grid { grid-template-columns: 1fr; }
  .area-card, .area-card:last-child { min-height: 0; grid-column: auto; }
  .area-card-heading { grid-template-columns: 110px 1fr; }
  .area-icon { width: 110px; height: 110px; }
}

@media (max-width: 700px) {
  .why-original-grid { grid-template-columns: 1fr; }
  .why-original-grid > *, .why-original-grid > *:nth-child(odd), .why-original-grid > *:nth-last-child(-n+2) { padding: 34px 8px; border-right: 0; border-bottom: 1px solid rgba(116,176,177,.55); }
  .why-original-grid > *:first-child { padding-top: 0; }
  .why-original-grid > *:last-child { border-bottom: 0; }
  .why-intro { text-align: center; }
  .why-intro > p:last-child { margin-top: 20px; }
  .installation-story-grid article, .installation-story-grid article:nth-child(even) { grid-template-columns: 1fr; }
  .installation-story-grid article:nth-child(even) img, .installation-story-grid article:nth-child(even) div { grid-column: 1; grid-row: auto; }
  .installation-story-grid img { min-height: 240px; }
}

@media (max-width: 560px) {
  .faq-section { padding: 64px 0 70px; }
  .faq-list summary { min-height: 64px; padding: 18px 48px 18px 0; font-size: 1rem; }
  .faq-list summary::after { top: 15px; right: 0; }
  .faq-list details p { padding: 0 44px 20px 0; }
  .booking-prompt-compact { min-height: 0; }
  .area-card { padding: 26px 22px; border-radius: 26px; }
  .area-card-heading { grid-template-columns: 84px 1fr; gap: 14px; }
  .area-icon { width: 84px; height: 84px; }
  .area-icon svg { width: 48px; height: 48px; }
  .area-card p { margin-top: 22px; font-size: 1rem; }
  .integrated-journey { grid-template-columns: 1fr; }
  .integrated-journey a, .integrated-journey a:nth-child(2) { border-right: 0; border-bottom: 1px solid #dedede; }
  .integrated-journey a:last-child { border-bottom: 0; }
  .about-tablist { grid-template-columns: 1fr; padding: 5px; border-radius: 26px; }
  .about-tablist button { min-height: 52px; }
  .original-team-grid { grid-template-columns: 1fr; gap: 18px; }
  .original-team-grid article a { aspect-ratio: 4 / 4.25; }
  .original-team-grid img { width: 100%; height: 100%; border: 0; }
  .installation-story-grid article > div { padding: 27px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .original-team-grid img, .area-card { transition: none !important; }
}

/* 0.5.2-borrador.9 — conversión, confianza, privacidad y rendimiento */
.trust-strip { border-bottom: 1px solid var(--line); background: var(--ink); color: #fff; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip-grid > * { display: grid; min-height: 98px; align-content: center; gap: 2px; padding: 20px 28px; border-left: 1px solid rgba(255,255,255,.17); text-decoration: none; }
.trust-strip-grid > *:first-child { border-left: 0; }
.trust-strip-grid strong { color: #fff; font: 600 1rem/1.3 var(--font-display); }
.trust-strip-grid span { color: rgba(255,255,255,.78); font-size: .84rem; }
.trust-strip-grid a:hover, .trust-strip-grid a:focus-visible { background: rgba(255,255,255,.08); }
.trust-strip-grid a strong::after { margin-left: 8px; content: "↗"; color: #f1bac0; }

.faq-list details a { color: var(--teal-dark); font-weight: 800; }
.faq-list .faq-urgent { border-bottom-color: rgba(179,68,68,.42); }
.faq-list .faq-urgent summary { color: #8e3737; }
.faq-list .faq-urgent summary::after { color: #a13f3f; }
.orientation-card small { display: block; margin-top: 11px; color: #6c7075; font-size: .78rem; line-height: 1.45; }

.safety-card { align-items: start; }
.safety-card ul { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 13px 0 0; padding: 0; list-style: none; }
.safety-card li { color: var(--muted); font-size: .88rem; }
.safety-card a { color: #873a3a; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.booking-dock { width: min(330px, calc(100vw - 48px)); border-radius: 20px; }
.booking-dock-row { display: grid; grid-template-columns: 1fr 48px; background: var(--rose); }
.booking-dock-primary { min-height: 62px; padding: 9px 11px 9px 17px; }
.booking-dock-primary strong { font-size: .98rem; }
.booking-dock-primary span { width: 36px; height: 36px; }
.booking-dock-toggle { min-width: 48px; border: 0; border-left: 1px solid rgba(255,255,255,.24); background: var(--rose); color: #fff; cursor: pointer; font-size: 1.25rem; font-weight: 800; }
.booking-dock-toggle:hover, .booking-dock-toggle:focus-visible { background: var(--plum-dark); }
.booking-dock-help { min-height: 40px; font-size: .78rem; }
.booking-dock.is-collapsed { width: min(265px, calc(100vw - 48px)); }
.booking-dock.is-collapsed .booking-dock-help, .booking-dock.is-collapsed .booking-dock-primary small { display: none; }
.booking-dock.is-collapsed .booking-dock-primary { min-height: 52px; }
.booking-dock.is-collapsed .booking-dock-primary strong { align-self: center; }

@media (max-width: 1020px) {
  body { padding-bottom: 74px; }
}

@media (max-width: 700px) {
  .trust-strip-grid { grid-template-columns: 1fr; padding-block: 4px; }
  .trust-strip-grid > * { min-height: 74px; padding: 14px 4px; border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }
  .trust-strip-grid > *:first-child { border-top: 0; }
  .safety-card ul { display: grid; gap: 9px; }
}

@media (max-width: 560px) {
  .hero, .hero-layout, .hero-original, .hero-original .hero-layout { min-height: 660px; }
  .hero-original .hero-slide h1, .hero-original .hero-slide h2, .hero-original .hero-slide:not(:first-child) h2 { max-width: 345px; font-size: clamp(2.12rem, 9.7vw, 2.75rem); line-height: 1.08; letter-spacing: -.045em; }
  .hero-slide .hero-layout { padding-block: 58px 104px; }
  .hero-lead { max-width: 345px; margin-top: 17px; font-size: 1rem; line-height: 1.48; }
  .hero-actions { margin-top: 22px; }
  .hero-actions .button { min-height: 54px; padding: 13px 20px; font-size: .94rem; }
  .hero-service-tags { max-width: 345px; margin-top: 15px; }
  .hero-service-tags li { padding: 5px 9px; font-size: .7rem; }
  .hero-slider-controls { bottom: 86px; }
  .hero-pause { display: none; }
  .mobile-action-bar { grid-template-columns: 1.45fr .75fr; }
  .mobile-action-bar a { min-height: 50px; font-size: .78rem; text-align: center; }
  .safety-card { padding: 23px 20px; }
}

/* 0.5.2-borrador.10 — jerarquía de marca, orden visual y movimiento sereno */
:root {
  --brand-action: var(--rose);
  --brand-action-soft: #fbebed;
  --brand-help: var(--teal);
  --brand-help-dark: var(--teal-dark);
  --brand-help-soft: #edf7f7;
  --brand-info: var(--ink);
  --surface-soft: #f7f8f7;
  --card-border: rgba(57, 64, 73, .14);
  --card-shadow: 0 10px 28px rgba(57, 64, 73, .075);
}

body { background: #fff; }
.original-areas, .why-section, .about-section { background-color: #fff; background-image: none; }
.finder-section { background: var(--brand-action-soft); }
.services-section { background: #fff; }
.faq-section, .news-section { background: var(--brand-help-soft); }
.process-section { background: #e4f1f1; }

/* Las acciones tienen un color estable: reservar, orientar e informar. */
.button-booking,
.doctoralia-chip,
.booking-dock-primary,
.booking-dock-toggle,
.mobile-action-bar a:first-child {
  border-color: var(--brand-action);
  background: var(--brand-action);
}
.whatsapp-chip,
.booking-dock-help,
.mobile-action-bar a:last-child {
  border-color: var(--brand-help-dark);
  background: var(--brand-help-dark);
  color: #fff;
}
.whatsapp-chip:hover, .whatsapp-chip:focus-visible,
.booking-dock-help:hover, .booking-dock-help:focus-visible,
.mobile-action-bar a:last-child:hover, .mobile-action-bar a:last-child:focus-visible {
  background: var(--brand-info);
  color: #fff;
}
.button, .doctoralia-chip, .whatsapp-chip, .filter-button, .about-tablist button,
.need-card, .area-card, .service-card, .news-card, .integrated-journey a,
.booking-dock a, .booking-dock button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .25s ease, transform .25s ease;
}
.button:hover, .button:focus-visible, .doctoralia-chip:hover, .doctoralia-chip:focus-visible,
.whatsapp-chip:hover, .whatsapp-chip:focus-visible, .filter-button:hover, .filter-button:focus-visible {
  transform: translateY(-2px);
}

/* Bloques principales: menos contorno, más aire y acentos reconocibles. */
.area-grid { gap: 22px; }
.area-card {
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--card-border);
  border-top: 5px solid var(--brand-info);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--card-shadow);
}
.area-clinical { border-top-color: var(--brand-action); }
.area-wellbeing { border-top-color: var(--brand-help); }
.area-institutional { border-top-color: var(--brand-info); }
.area-card-heading { grid-template-columns: 98px 1fr; gap: 20px; }
.area-icon { width: 98px; height: 98px; }
.area-icon svg { width: 54px; height: 54px; }
.area-card p { margin-top: 23px; color: var(--muted); font-size: 1rem; line-height: 1.58; }
.area-card button {
  width: fit-content;
  gap: 12px;
  margin-top: 25px;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--brand-action-soft);
}
.area-wellbeing button { background: var(--brand-help-soft); color: var(--brand-help-dark); }
.area-institutional button { background: #eef0f1; color: var(--brand-info); }
.area-card button b { width: 29px; height: 29px; border-width: 2px; font-size: 1rem; }
.area-card:hover { border-color: var(--card-border); border-top-color: var(--brand-info); box-shadow: 0 14px 32px rgba(57,64,73,.1); transform: translateY(-2px); }
.area-clinical:hover { border-top-color: var(--brand-action); }
.area-wellbeing:hover { border-top-color: var(--brand-help); }

.integrated-journey { border-color: var(--card-border); border-radius: 18px; box-shadow: 0 8px 24px rgba(57,64,73,.05); }
.integrated-journey a { min-height: 92px; padding: 16px 18px; }
.integrated-journey a:hover, .integrated-journey a:focus-visible { background: var(--brand-help-soft); }
.integrated-journey span { background: var(--brand-help-soft); color: var(--brand-help-dark); }
.integrated-journey a:nth-child(3) span { background: #eef0f1; color: var(--brand-info); }
.integrated-journey a:nth-child(4) span { background: var(--brand-action-soft); color: var(--brand-action); }

.need-grid { gap: 16px; }
.need-card {
  min-height: 154px;
  padding: 22px;
  border: 1px solid rgba(77,142,144,.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(57,64,73,.05);
}
.need-card::after { display: none; }
.need-card:hover, .need-card:focus-visible { border-color: var(--brand-help); box-shadow: 0 11px 25px rgba(77,142,144,.12); transform: translateY(-2px); }
.need-card[aria-pressed="true"] { border-color: var(--brand-help-dark); background: var(--brand-help-dark); }
.need-card[aria-pressed="true"] small { color: #eaf6f6; }
.need-icon, .need-card:nth-child(even) .need-icon { background: var(--brand-help-soft); color: var(--brand-help-dark); }
.need-card[aria-pressed="true"] .need-icon { color: var(--brand-help-dark); }
.need-card-contact { border-color: var(--brand-help-dark); background: var(--brand-help-dark); }
.need-card-contact:hover, .need-card-contact:focus-visible { border-color: var(--brand-info); background: var(--brand-info); }

.orientation-card {
  border: 1px solid rgba(77,142,144,.25);
  border-left: 5px solid var(--brand-help);
  border-radius: 16px;
  background: var(--brand-help-soft);
  box-shadow: none;
}
.orientation-card a { color: var(--brand-help-dark); }
.service-tools { border-color: rgba(77,142,144,.2); border-radius: 20px; box-shadow: none; }
.filter-button { border-color: rgba(77,142,144,.26); color: var(--brand-help-dark); }
.filter-button:hover, .filter-button:focus-visible { border-color: var(--brand-help); background: var(--brand-help-soft); }
.filter-button.is-active { border-color: var(--brand-help-dark); background: var(--brand-help-dark); color: #fff; }

.service-grid { gap: 18px; }
.service-card {
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--card-border);
  border-top: 4px solid var(--brand-info);
  border-radius: 18px;
  box-shadow: 0 7px 22px rgba(57,64,73,.045);
}
.service-card[data-category="clinica"] { border-top-color: var(--brand-action); }
.service-card[data-category="bienestar"] { border-top-color: var(--brand-help); }
.service-card[data-category="organizaciones"] { border-top-color: var(--brand-info); }
.service-card:hover { border-color: var(--card-border); box-shadow: 0 12px 28px rgba(57,64,73,.085); transform: translateY(-2px); }
.service-card[data-category="clinica"]:hover { border-top-color: var(--brand-action); }
.service-card[data-category="bienestar"]:hover { border-top-color: var(--brand-help); }
.service-card[data-category="organizaciones"]:hover { border-top-color: var(--brand-info); }
.service-top { margin-bottom: 15px; }
.service-top span { padding: 5px 10px; border-radius: 999px; background: #eef0f1; color: var(--brand-info); letter-spacing: .08em; }
.service-card[data-category="clinica"] .service-top span { background: var(--brand-action-soft); color: #a54e5a; }
.service-card[data-category="bienestar"] .service-top span { background: var(--brand-help-soft); color: var(--brand-help-dark); }
.service-card > p { margin-top: 10px; line-height: 1.52; }
.service-card .card-primary { min-height: 42px; margin-top: 20px; padding: 8px 12px; border-radius: 999px; background: var(--brand-help-soft); color: var(--brand-help-dark); }
.service-card .card-primary[data-action="doctoralia"] { background: var(--brand-action-soft); color: #a54e5a; }
.service-card .card-primary:hover, .service-card .card-primary:focus-visible { background: var(--brand-info); color: #fff; }
.service-card .card-primary[data-action="doctoralia"]:hover,
.service-card .card-primary[data-action="doctoralia"]:focus-visible { background: var(--brand-action); color: #fff; }

.booking-prompt {
  border: 1px solid rgba(204,107,118,.24);
  border-left: 5px solid var(--brand-action);
  border-radius: 18px;
  background: var(--brand-action-soft);
  box-shadow: none;
}
.booking-prompt::after { display: none; }
.booking-prompt-actions > a:not(.button) { padding: 7px 12px; border-radius: 999px; background: var(--brand-help-soft); color: var(--brand-help-dark); }

/* Información secundaria en tarjetas breves y consistentes. */
.why-original-grid { grid-template-columns: 1.05fr repeat(3,1fr); gap: 16px; }
.why-original-grid > *, .why-original-grid > *:first-child, .why-original-grid > *:last-child {
  padding: 28px 24px;
  border: 1px solid var(--card-border);
  border-top: 4px solid var(--brand-help);
  border-radius: 20px;
  background: #fff;
}
.why-original-grid > *:first-child { border-top-color: var(--brand-action); }
.why-original-grid > *:last-child { border-top-color: var(--brand-info); }
.why-icon { width: 96px; height: 96px; margin-bottom: 14px; }
.why-icon svg { width: 86px; height: 86px; }
.why-pillar p { margin-top: 18px; color: var(--muted); font-size: .96rem; }
.why-intro > p:last-child { margin-top: 22px; color: var(--muted); }

.about-tablist { background: #eef0f1; box-shadow: none; }
.about-tablist button { color: var(--brand-info); }
.about-tablist button.is-active { background: var(--brand-action); color: #fff; box-shadow: 0 6px 16px rgba(204,107,118,.2); }
.original-team-grid article, .installation-story-grid article { border: 1px solid var(--card-border); border-radius: 20px; box-shadow: var(--card-shadow); }
.original-team-grid h3 { padding-bottom: 18px; }
.original-team-grid article:hover img { transform: scale(1.02); }
.installation-story-grid article > div { padding: 32px; }

.news-grid { gap: 18px; }
.news-card { min-height: 245px; padding: 25px; border: 1px solid var(--card-border); border-top: 4px solid var(--brand-action); border-radius: 18px; background: #fff; }
.news-card:nth-child(2) { border-top-color: var(--brand-help); }
.news-card:nth-child(3) { border-top-color: var(--brand-info); }
.news-card:hover { border-color: var(--card-border); box-shadow: 0 12px 28px rgba(57,64,73,.08); transform: translateY(-2px); }
.news-card > span { margin-bottom: 25px; border-radius: 50%; }
.news-card a { color: var(--brand-help-dark); }

.process-list { display: grid; gap: 12px; }
.process-list li { padding: 18px; border: 1px solid rgba(77,142,144,.2); border-radius: 16px; background: rgba(255,255,255,.76); }
.process-list li:last-child span { background: var(--brand-action); }
.process-list p { line-height: 1.48; }

.faq-list { border-top: 0; }
.faq-list details {
  margin-bottom: 10px;
  padding: 0 20px;
  border: 1px solid rgba(77,142,144,.22);
  border-radius: 15px;
  background: #fff;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.faq-list details[open] { border-color: var(--brand-help); background: #fbfefe; box-shadow: 0 8px 20px rgba(77,142,144,.08); }
.faq-list summary { min-height: 66px; padding-block: 19px; }
.faq-list summary::after { right: 0; background: var(--brand-help-soft); color: var(--brand-help-dark); box-shadow: none; }
.faq-list .faq-urgent { border-color: rgba(179,68,68,.3); background: #fff9f8; }
.faq-list .faq-urgent summary::after { background: #fbeaea; }

.trust-strip-grid > * { transition: background-color .2s ease; }
.safety-card { border-radius: 16px; box-shadow: none; }
.booking-dock { border-width: 1px; box-shadow: 0 14px 36px rgba(57,64,73,.2); }

/* Aparición progresiva: breve, sin desplazamientos grandes ni contenido bloqueado. */
.has-reveal .reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .52s ease var(--reveal-delay, 0ms), transform .52s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms), box-shadow .25s ease, border-color .2s ease, background-color .2s ease;
}
.has-reveal .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .why-original-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .why-original-grid > *, .why-original-grid > *:first-child, .why-original-grid > *:last-child { padding: 24px; border: 1px solid var(--card-border); border-top: 4px solid var(--brand-help); }
  .why-original-grid > *:first-child { border-top-color: var(--brand-action); }
  .why-original-grid > *:last-child { border-top-color: var(--brand-info); }
}

@media (max-width: 900px) {
  .area-card, .area-card:last-child { min-height: 0; }
}

@media (max-width: 700px) {
  .why-original-grid { grid-template-columns: 1fr; }
  .why-original-grid > *, .why-original-grid > *:nth-child(odd), .why-original-grid > *:nth-last-child(-n+2),
  .why-original-grid > *:first-child, .why-original-grid > *:last-child { padding: 23px 20px; border: 1px solid var(--card-border); border-top: 4px solid var(--brand-help); }
  .why-original-grid > *:first-child { border-top-color: var(--brand-action); }
  .why-original-grid > *:last-child { border-top-color: var(--brand-info); }
}

@media (max-width: 560px) {
  .area-card { padding: 23px 20px; border-radius: 19px; }
  .area-card-heading { grid-template-columns: 76px 1fr; gap: 13px; }
  .area-icon { width: 76px; height: 76px; }
  .area-icon svg { width: 42px; height: 42px; }
  .area-card p { margin-top: 18px; }
  .need-card { min-height: 128px; padding: 19px; border-radius: 16px; }
  .service-card { padding: 21px; border-radius: 16px; }
  .faq-list details { padding-inline: 15px; }
  .faq-list summary { padding-right: 42px; }
  .faq-list details p { padding-right: 36px; }
  .has-reveal .reveal-item { transform: translateY(10px); }
}

@media (prefers-reduced-motion: reduce) {
  .has-reveal .reveal-item, .has-reveal .reveal-item.is-visible { opacity: 1; transform: none; transition: none !important; }
}

/* 0.5.2-borrador.11 — iconografía útil y navegación visual */
.trust-strip {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--brand-info);
}
.trust-strip-grid { gap: 18px; }
.trust-strip-grid > .trust-card {
  display: grid;
  min-height: 132px;
  grid-template-columns: 70px minmax(0, 1fr) 34px;
  align-content: center;
  align-items: center;
  gap: 17px;
  padding: 21px;
  border: 1px solid var(--card-border);
  border-left: 1px solid var(--card-border);
  border-radius: 20px;
  background: #fff;
  color: var(--brand-info);
  box-shadow: 0 8px 24px rgba(57,64,73,.06);
  text-decoration: none;
  transition: border-color .22s ease, box-shadow .25s ease, transform .25s ease;
}
.trust-strip-grid > .trust-card:first-child { border-left: 1px solid var(--card-border); }
.trust-card:hover, .trust-card:focus-visible { background: #fff; box-shadow: 0 14px 32px rgba(57,64,73,.11); transform: translateY(-3px); }
.trust-card-doctoralia:hover, .trust-card-doctoralia:focus-visible { border-color: rgba(204,107,118,.55); }
.trust-card-location:hover, .trust-card-location:focus-visible { border-color: rgba(77,142,144,.58); }
.trust-card-team:hover, .trust-card-team:focus-visible { border-color: rgba(57,64,73,.4); }
.trust-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 22px;
  transition: transform .25s cubic-bezier(.2,.7,.2,1);
}
.trust-card:hover .trust-icon, .trust-card:focus-visible .trust-icon { transform: scale(1.06) rotate(-2deg); }
.trust-card-doctoralia .trust-icon { background: var(--brand-action-soft); color: var(--brand-action); }
.trust-card-location .trust-icon { background: var(--brand-help-soft); color: var(--brand-help-dark); }
.trust-card-team .trust-icon { background: #eef0f1; color: var(--brand-info); }
.trust-icon svg { width: 40px; height: 40px; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.6; }
.trust-card-doctoralia .trust-icon svg > path:first-child { fill: currentColor; stroke: none; }
.trust-card-doctoralia .trust-icon .trust-icon-detail { fill: none; stroke: #fff; stroke-width: 3; }
.trust-copy, .trust-strip-grid .trust-copy { display: grid; gap: 5px; color: var(--brand-info); }
.trust-strip-grid .trust-copy strong { color: var(--brand-info); font: 600 1.06rem/1.25 var(--font-display); }
.trust-strip-grid .trust-copy > span { color: var(--muted); font-size: .85rem; line-height: 1.35; }
.trust-strip-grid .trust-card strong::after { content: none; }
.trust-arrow, .trust-strip-grid .trust-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-action-soft);
  color: var(--brand-action);
  font-size: 1rem;
  font-weight: 900;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.trust-card-location .trust-arrow { background: var(--brand-help-soft); color: var(--brand-help-dark); }
.trust-card-team .trust-arrow { background: #eef0f1; color: var(--brand-info); }
.trust-card:hover .trust-arrow, .trust-card:focus-visible .trust-arrow { color: #fff; background: var(--brand-info); transform: translate(2px,-2px); }
.trust-card:hover .trust-arrow-down, .trust-card:focus-visible .trust-arrow-down { transform: translateY(2px); }

.orientation-card {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  align-items: start;
  gap: 16px;
  padding: 20px;
}
.orientation-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: var(--brand-help-dark);
  color: #fff;
}
.orientation-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; }
.orientation-copy { min-width: 0; }

.need-icon { width: 54px; height: 54px; border-radius: 18px; }
.need-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }
.need-card:hover .need-icon, .need-card:focus-visible .need-icon { transform: scale(1.05); }
.need-card[aria-pressed="true"] .need-icon { color: var(--brand-help-dark); }
.need-card-contact .need-icon { color: var(--brand-help-dark); }

@media (max-width: 1020px) {
  .trust-strip-grid { gap: 12px; }
  .trust-strip-grid > .trust-card { min-height: 122px; grid-template-columns: 60px minmax(0,1fr) 30px; gap: 13px; padding: 17px; }
  .trust-icon { width: 60px; height: 60px; border-radius: 19px; }
  .trust-icon svg { width: 34px; height: 34px; }
  .trust-arrow, .trust-strip-grid .trust-arrow { width: 30px; height: 30px; }
}

@media (max-width: 900px) and (min-width: 701px) {
  .trust-strip-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-card-team { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .trust-strip { padding: 17px 0; }
  .trust-strip-grid { grid-template-columns: 1fr; gap: 10px; padding-block: 0; }
  .trust-strip-grid > .trust-card,
  .trust-strip-grid > .trust-card:first-child {
    min-height: 94px;
    grid-template-columns: 58px minmax(0,1fr) 30px;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--card-border);
    border-radius: 17px;
  }
  .trust-card-team { grid-column: auto; }
  .trust-icon { width: 58px; height: 58px; border-radius: 17px; }
  .trust-icon svg { width: 33px; height: 33px; }
  .trust-strip-grid .trust-copy strong { font-size: .98rem; }
  .trust-strip-grid .trust-copy > span { font-size: .79rem; }
}

@media (max-width: 560px) {
  .orientation-card { grid-template-columns: 50px minmax(0,1fr); gap: 13px; padding: 17px; }
  .orientation-icon { width: 50px; height: 50px; border-radius: 15px; }
  .orientation-icon svg { width: 29px; height: 29px; }
  .need-card { grid-template-columns: 50px 1fr; gap: 4px 15px; }
  .need-icon { width: 50px; height: 50px; border-radius: 16px; }
  .need-icon svg { width: 27px; height: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .trust-card, .trust-icon, .trust-arrow, .need-icon { transition: none !important; transform: none !important; }
}

/* 0.5.2-borrador.12 — espacios visibles después de servicios */
.space-preview-section { padding: 92px 0; scroll-margin-top: 120px; background: var(--brand-help-soft); }
.space-preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 46px; margin-bottom: 34px; }
.space-preview-heading > div:first-child { max-width: 760px; }
.space-preview-heading h2 { max-width: 720px; }
.space-preview-heading h2 + p { max-width: 570px; margin-top: 16px; color: var(--muted); }
.space-preview-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 16px; }
.space-preview-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 11px 19px;
  border-radius: 999px;
  background: var(--brand-help-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.space-preview-action:hover, .space-preview-action:focus-visible { background: var(--brand-info); box-shadow: 0 9px 22px rgba(57,64,73,.16); transform: translateY(-2px); }
.space-preview-map { display: inline-flex; min-height: 46px; align-items: center; color: var(--brand-help-dark); font-weight: 800; text-decoration: none; }
.space-preview-map:hover, .space-preview-map:focus-visible { color: var(--brand-action); text-decoration: underline; text-underline-offset: 5px; }
.space-preview-grid {
  display: grid;
  height: 520px;
  grid-template-columns: 1.3fr .7fr;
  grid-template-rows: repeat(2,minmax(0,1fr));
  gap: 18px;
}
.space-preview-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 22px; background: var(--brand-info); box-shadow: var(--card-shadow); }
.space-preview-card-featured { grid-row: 1 / 3; }
.space-preview-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(0deg,rgba(28,33,38,.84),rgba(28,33,38,0)); content: ""; pointer-events: none; }
.space-preview-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.space-preview-card-featured img { object-position: center 53%; }
.space-preview-card:hover img { transform: scale(1.025); }
.space-preview-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: grid; gap: 4px; padding: 26px; color: #fff; }
.space-preview-card figcaption span { color: #f1c0c6; font-size: .73rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.space-preview-card figcaption strong { max-width: 430px; font: 600 clamp(1.12rem,1.8vw,1.42rem)/1.25 var(--font-display); }

@media (max-width: 900px) {
  .space-preview-section { padding: 76px 0; }
  .space-preview-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .space-preview-grid { height: auto; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 350px 220px; }
  .space-preview-card-featured { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 560px) {
  .space-preview-section { padding: 66px 0; }
  .space-preview-heading { margin-bottom: 26px; }
  .space-preview-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 5px; }
  .space-preview-action { width: 100%; justify-content: center; }
  .space-preview-map { align-self: center; padding-inline: 14px; }
  .space-preview-grid { grid-template-rows: 280px 175px; gap: 10px; }
  .space-preview-card { border-radius: 17px; }
  .space-preview-card figcaption { padding: 14px; }
  .space-preview-card figcaption span { font-size: .62rem; letter-spacing: .08em; }
  .space-preview-card figcaption strong { font-size: .96rem; }
  .space-preview-card:not(.space-preview-card-featured) figcaption strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .space-preview-card img, .space-preview-action { transition: none !important; transform: none !important; }
}

/* 0.5.2-borrador.13 — retratos compactos y sin ampliación innecesaria */
.original-team-grid {
  width: min(100%, 1040px);
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-inline: auto;
}
.original-team-grid article { border-radius: 18px; }
.original-team-grid article a { aspect-ratio: 1 / 1.05; }
.original-team-grid h3 {
  padding: 54px 17px 16px;
  font-size: .98rem;
  line-height: 1.2;
}

@media (max-width: 1020px) {
  .original-team-grid { width: min(100%, 780px); grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .original-team-grid { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .original-team-grid article a { aspect-ratio: 1 / 1.08; }
  .original-team-grid h3 { padding: 44px 12px 12px; font-size: .84rem; }
}

/* 0.6.5-rc1 — programa Psicoterapia para todos visible al inicio */
.therapy-program-section {
  padding: clamp(48px,6vw,78px) 0;
  background: linear-gradient(180deg,#fff 0%,#fffafa 100%);
}
.therapy-program {
  margin-top: 0;
  padding: 30px;
  border: 1px solid rgba(204,107,118,.28);
  border-radius: 26px;
  background: linear-gradient(135deg,#fff 0%,#fff8f8 52%,#eef8f7 100%);
  box-shadow: 0 16px 42px rgba(83,45,66,.075);
}
.therapy-program-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.therapy-program-heading > div { max-width: 690px; }
.therapy-program-kicker { margin-bottom: 7px; color: #a54e5a; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.therapy-program-heading h2 { color: var(--plum); font-size: clamp(1.75rem,3vw,2.55rem); }
.therapy-program-heading h2 + p { margin-top: 9px; color: var(--muted); }
.therapy-program-booking {
  display: inline-flex;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--brand-action);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.therapy-program-booking:hover, .therapy-program-booking:focus-visible { background: #a54e5a; box-shadow: 0 9px 22px rgba(165,78,90,.2); transform: translateY(-2px); }
.therapy-line-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.therapy-line-card {
  --therapy-accent: var(--brand-action);
  --therapy-soft: var(--brand-action-soft);
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 242px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  gap: 0 12px;
  padding: 20px;
  border: 1px solid var(--card-border);
  border-top: 5px solid var(--therapy-accent);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(57,64,73,.045);
  transition: border-color .2s ease, box-shadow .25s ease, transform .25s ease;
}
.therapy-line-card:hover { box-shadow: 0 13px 28px rgba(57,64,73,.09); transform: translateY(-3px); }
.therapy-line-low { --therapy-accent: #d58a55; --therapy-soft: #fff2e7; }
.therapy-line-general { --therapy-accent: var(--brand-help); --therapy-soft: var(--brand-help-soft); }
.therapy-line-specialty { --therapy-accent: var(--brand-info); --therapy-soft: #eef0f1; }
.therapy-line-icon { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 17px; background: var(--therapy-soft); color: var(--therapy-accent); }
.therapy-line-icon svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.therapy-line-number { align-self: start; color: var(--therapy-accent); font: 700 .74rem/1 var(--font-display); letter-spacing: .09em; }
.therapy-line-card h3 { grid-column: 1 / -1; margin-top: 18px; color: var(--ink); font: 700 1.12rem/1.25 var(--font-display); }
.therapy-line-card p { grid-column: 1 / -1; margin-top: 9px; color: var(--muted); font-size: .93rem; line-height: 1.5; }
.therapy-line-card > a { display: inline-flex; min-height: 42px; grid-column: 1 / -1; align-self: end; align-items: center; justify-content: space-between; gap: 8px; margin-top: 17px; padding: 9px 12px; border-radius: 12px; background: var(--therapy-soft); color: var(--therapy-accent); font-size: .88rem; font-weight: 800; text-decoration: none; }
.therapy-line-card > a:hover, .therapy-line-card > a:focus-visible { background: var(--therapy-accent); color: #fff; }
.therapy-program-note { margin: 18px 4px 0; color: var(--muted); font-size: .84rem; }
.therapy-pathways { margin-top: 28px; scroll-margin-top: 110px; }
.therapy-pathways-heading { max-width: 760px; margin-bottom: 16px; }
.therapy-pathways-heading h3 { color: var(--plum); font: 700 clamp(1.35rem,2.2vw,1.8rem)/1.2 var(--font-display); }
.therapy-pathways-heading h3 + p { margin-top: 8px; color: var(--muted); }
.therapy-pathway {
  --pathway-accent: var(--brand-action);
  margin-top: 11px;
  overflow: clip;
  border: 1px solid color-mix(in srgb,var(--pathway-accent) 30%,#d9dde0);
  border-radius: 17px;
  background: rgba(255,255,255,.92);
  scroll-margin-top: 110px;
}
.therapy-pathway-low { --pathway-accent: #c9753e; }
.therapy-pathway-general { --pathway-accent: var(--brand-help); }
.therapy-pathway-specialty { --pathway-accent: var(--brand-info); }
.therapy-pathway > summary {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  cursor: pointer;
  list-style: none;
}
.therapy-pathway > summary::-webkit-details-marker { display: none; }
.therapy-pathway > summary:hover, .therapy-pathway > summary:focus-visible { background: color-mix(in srgb,var(--pathway-accent) 7%,#fff); }
.therapy-pathway-number { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: color-mix(in srgb,var(--pathway-accent) 12%,#fff); color: var(--pathway-accent); font-weight: 800; }
.therapy-pathway summary strong { display: block; color: var(--ink); font: 700 1.05rem/1.25 var(--font-display); }
.therapy-pathway summary small { display: block; margin-top: 3px; color: var(--muted); font-size: .83rem; }
.therapy-pathway summary b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--pathway-accent); color: #fff; font-size: 1.15rem; transition: transform .2s ease; }
.therapy-pathway[open] summary b { transform: rotate(45deg); }
.therapy-pathway-body { padding: 2px 18px 18px 75px; border-top: 1px solid color-mix(in srgb,var(--pathway-accent) 18%,#e9ebed); }
.therapy-pathway-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; padding-top: 16px; }
.therapy-pathway-facts > div { padding: 14px; border-radius: 13px; background: color-mix(in srgb,var(--pathway-accent) 6%,#fff); }
.therapy-pathway-facts strong, .therapy-pathway-process > strong { color: var(--ink); font-size: .9rem; }
.therapy-pathway-facts p { margin-top: 6px; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.therapy-pathway-process { margin-top: 14px; }
.therapy-pathway-process ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 9px 0 0; padding: 0; counter-reset: pathway-step; list-style: none; }
.therapy-pathway-process li { position: relative; padding: 11px 11px 11px 39px; border: 1px solid #e5e6e8; border-radius: 12px; color: var(--muted); font-size: .84rem; line-height: 1.45; counter-increment: pathway-step; }
.therapy-pathway-process li::before { position: absolute; top: 10px; left: 11px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--pathway-accent); color: #fff; content: counter(pathway-step); font-size: .68rem; font-weight: 800; }
.therapy-pathway-action { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 15px; padding: 14px; border-radius: 13px; background: #f6f7f7; }
.therapy-pathway-action p { max-width: 620px; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.therapy-pathway-action a { display: inline-flex; min-height: 46px; flex: 0 0 auto; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; background: var(--pathway-accent); color: #fff; font-size: .85rem; font-weight: 800; text-decoration: none; }
.therapy-pathway-action a:hover, .therapy-pathway-action a:focus-visible { filter: brightness(.92); }
.channel-program-link { display: inline-flex; margin-top: 9px; color: var(--brand-action); font-size: .9rem; font-weight: 800; text-decoration: none; }
.channel-program-link:hover, .channel-program-link:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1020px) {
  .therapy-line-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .therapy-line-card { min-height: 222px; }
  .therapy-pathway-facts, .therapy-pathway-process ol { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .therapy-program-section { padding: 38px 0; }
  .therapy-program { padding: 19px; border-radius: 21px; }
  .therapy-program-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .therapy-program-booking { width: 100%; justify-content: center; }
  .therapy-line-grid { grid-template-columns: 1fr; gap: 10px; }
  .therapy-line-card {
    min-height: 0;
    grid-template-columns: 55px minmax(0,1fr) auto;
    grid-template-rows: auto auto auto;
    column-gap: 13px;
    padding: 17px;
  }
  .therapy-line-icon { grid-row: 1 / 3; }
  .therapy-line-number { grid-column: 3; grid-row: 1; }
  .therapy-line-card h3 { grid-column: 2 / 3; grid-row: 1; margin-top: 1px; padding-right: 2px; font-size: 1.02rem; }
  .therapy-line-card p { grid-column: 2 / -1; grid-row: 2; margin-top: 6px; }
  .therapy-line-card > a { grid-column: 1 / -1; grid-row: 3; margin-top: 14px; }
  .therapy-pathways { margin-top: 23px; }
  .therapy-pathway > summary { min-height: 72px; gap: 10px; padding: 13px; }
  .therapy-pathway-number { width: 39px; height: 39px; }
  .therapy-pathway summary strong { font-size: .96rem; }
  .therapy-pathway summary small { font-size: .78rem; }
  .therapy-pathway-body { padding: 0 13px 13px; }
  .therapy-pathway-action { align-items: stretch; flex-direction: column; }
  .therapy-pathway-action a { width: 100%; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .therapy-program-booking, .therapy-line-card, .therapy-pathway summary b { transition: none !important; transform: none !important; }
}

/* 0.6.7-rc5 — siete retratos confirmados, sin Noelia */
.team-roster-current {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-roster-current article {
  width: calc((100% - 54px) / 4);
  flex: 0 1 calc((100% - 54px) / 4);
}
.team-roster-current .team-portrait-vertical { object-position: center 28%; }

@media (max-width: 1020px) {
  .team-roster-current article { width: calc((100% - 36px) / 3); flex-basis: calc((100% - 36px) / 3); }
}

@media (max-width: 700px) {
  .team-roster-current article { width: calc((100% - 12px) / 2); flex-basis: calc((100% - 12px) / 2); }
}
/* Fichas independientes del programa Psicoterapia para todos */
.pathway-detail-main{background:#fffaf7}
.pathway-detail-hero{padding:clamp(4rem,8vw,7rem) 0;background:linear-gradient(135deg,#6a284f 0%,#8f4467 62%,#ca6c78 100%);color:#fff;overflow:hidden}
.pathway-detail-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3rem}
.pathway-detail-hero h1{max-width:900px;margin:.6rem 0 1rem;font-size:clamp(2.5rem,6vw,5.4rem);line-height:1.02;color:#fff}
.pathway-detail-lead{max-width:760px;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6;color:rgba(255,255,255,.9)}
.pathway-back{display:inline-flex;margin-bottom:1.5rem;color:#fff;text-decoration:none;font-weight:800}
.pathway-detail-number{font-family:"Rubik",sans-serif;font-size:clamp(7rem,18vw,15rem);font-weight:700;line-height:.8;color:rgba(255,255,255,.12)}
.pathway-detail-content{padding:clamp(4rem,7vw,7rem) 0}
.pathway-detail-heading{max-width:700px;margin-bottom:2rem}
.pathway-detail-heading h2{margin:.4rem 0 0}
.pathway-detail-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.pathway-detail-facts>div{padding:1.8rem;border:1px solid rgba(106,40,79,.14);border-radius:24px;background:#fff;box-shadow:0 14px 35px rgba(65,43,56,.07)}
.pathway-detail-facts strong{display:block;margin-bottom:.65rem;color:#6a284f;font-size:1.08rem}
.pathway-detail-facts p{margin:0;line-height:1.65}
.pathway-detail-process{display:grid;grid-template-columns:1.1fr .9fr;gap:1.25rem;margin-top:1.25rem}
.pathway-detail-process>div{padding:1.8rem;border-radius:24px;background:#f3e8ed}
.pathway-detail-process .therapy-pathway-action{background:#6a284f;color:#fff}
.pathway-detail-process .therapy-pathway-action a{color:#fff;font-weight:800}
.pathway-services-return{padding:clamp(3.5rem,6vw,6rem) 0;background:#eef6f4}
.pathway-services-return-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.pathway-services-return-inner h2{margin:.35rem 0}
.pathway-services-return-inner p{max-width:680px}
@media (max-width:800px){.pathway-detail-hero-layout{grid-template-columns:1fr}.pathway-detail-number{display:none}.pathway-detail-facts,.pathway-detail-process{grid-template-columns:1fr}.pathway-services-return-inner{align-items:flex-start;flex-direction:column}.pathway-detail-hero .hero-actions{align-items:stretch;flex-direction:column}.pathway-detail-hero .hero-actions a{text-align:center}}
