/* =============================================================
   DPQ · Entrevista de acceso — v2 premium (Framer/Notion feel)
   1. Tokens
   ============================================================= */
:root {
  --white: #ffffff;
  --paper: #fbfbfc;
  --ink: #0a0a0b;
  --ink-2: #45474d;
  --ink-3: #8a8d95;
  --line: #ececee;
  --line-2: #e2e2e6;
  --blue: #5268F2;
  --blue-weak: #eef1ff;
  --yellow: #FCD30A;
  --grad: linear-gradient(100deg, #5268F2 0%, #8B5CF6 48%, #2DD4BF 100%);
  --grad-soft: linear-gradient(120deg, #f4f6ff 0%, #f7f3ff 50%, #f0fdfb 100%);
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --hand: "Caveat", "Inter", cursive;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shell: 1120px;
  --measure: 820px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 650; color: var(--ink); }
p { text-wrap: pretty; }
h1, h2 { text-wrap: balance; letter-spacing: -0.028em; font-weight: 700; }
::selection { background: var(--blue); color: var(--white); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 6px; }

.skip-link {
  position: fixed; top: -100px; left: 1rem;
  padding: .6rem 1rem; background: var(--ink); color: var(--white);
  z-index: 9999; border-radius: 8px; font-weight: 500;
}
.skip-link:focus { top: 1rem; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 clamp(22px, 5vw, 48px); }

/* Salto de ancla con offset bajo el nav fijo (para que el botón "atrás" del navegador funcione con scroll nativo) */
#contenido, #proceso, #reservar { scroll-margin-top: 92px; }

/* =============================================================
   3. Progreso de scroll (barra superior que se llena)
   ============================================================= */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: rgba(10,10,11,.06); z-index: 250; pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: var(--grad);
  transition: width .1s linear;
}

/* =============================================================
   4. Nav (transparente sobre hero → cristal al hacer scroll)
   ============================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 150;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(22px, 5vw, 48px);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .4s var(--ease), border-color .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
}
.nav.is-solid {
  background: rgba(255,255,255,.94);
  border-bottom-color: var(--line);
  padding-top: 10px; padding-bottom: 10px;
  box-shadow: 0 6px 24px rgba(10,10,11,.06);
}
@supports (backdrop-filter: blur(18px)) {
  .nav.is-solid { background: rgba(255,255,255,.78); backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%); }
}
.nav-logo { height: 48px; width: auto; transition: height .4s var(--ease); }
.nav.is-solid .nav-logo { height: 42px; }

/* =============================================================
   5. Botones
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; letter-spacing: -0.01em;
  border-radius: 999px;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease);
}
.btn-primary {
  color: var(--white); background: var(--ink);
  box-shadow: 0 6px 20px rgba(10,10,11,.16);
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--blue);
  box-shadow: 0 12px 30px rgba(82,104,242,.34);
}
.btn-sm { font-size: .9rem; padding: .6em 1.25em; }
.btn-lg { font-size: 1.02rem; padding: .95em 1.9em; }

/* Botón con gradiente de marca (CTAs principales) */
.btn-grad {
  color: #fff; background: var(--grad); background-size: 140% 140%;
  box-shadow: 0 8px 24px rgba(82,104,242,.32);
}
.btn-grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(82,104,242,.46);
  filter: saturate(1.08) brightness(1.04);
}

/* =============================================================
   6. Elementos handmade (sobrios)
   ============================================================= */
.hand-accent { font-family: var(--hand); font-weight: 700; color: var(--blue); font-size: 1.7em; line-height: 1; }
.hand-note { font-family: var(--hand); font-weight: 600; color: var(--ink-2); font-size: 2rem; line-height: 1.25; }

.aside { color: var(--ink-3); font-weight: 300; }

.grad {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Círculo dibujado a mano alrededor de una frase */
.mark-circle { position: relative; white-space: nowrap; }
.mark-circle::after {
  content: ""; position: absolute; inset: -0.22em -0.5em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 70' preserveAspectRatio='none'%3E%3Cpath d='M158 6 C 250 4, 312 16, 312 34 C 312 54, 210 64, 150 64 C 70 64, 8 54, 8 34 C 8 18, 66 8, 150 7' fill='none' stroke='%235268F2' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  opacity: 0; transition: opacity .5s var(--ease) .3s; pointer-events: none;
}
.is-revealed .mark-circle::after { opacity: 1; }

/* Subrayado a mano simple (un solo trazo, orgánico) */
.mark-underline, .mark-underline-soft { position: relative; }
.mark-underline::after, .mark-underline-soft::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.18em; height: 0.3em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 16' preserveAspectRatio='none'%3E%3Cpath d='M4 9 C 80 4, 150 12, 296 6' fill='none' stroke='%235268F2' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  opacity: 0; transform: scaleX(0); transform-origin: left;
  transition: opacity .3s, transform .7s var(--ease) .3s; pointer-events: none;
}
.mark-underline-soft::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 16' preserveAspectRatio='none'%3E%3Cpath d='M4 9 C 90 5, 160 11, 296 7' fill='none' stroke='%23FCD30A' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}
.is-revealed .mark-underline::after, .is-revealed .mark-underline-soft::after { opacity: 1; transform: scaleX(1); }

/* Resaltado amarillo */
.hl { position: relative; z-index: 1; white-space: nowrap; }
.hl::before {
  content: ""; position: absolute; z-index: -1; inset: 12% -0.25em 6% -0.25em;
  background: var(--yellow); border-radius: 4px 8px 5px 9px;
  transform: rotate(-.5deg) scaleX(0); transform-origin: left;
  transition: transform .6s var(--ease) .35s;
}
.is-revealed .hl::before { transform: rotate(-.5deg) scaleX(1); }

.strike-hand { position: relative; font-style: italic; }
.strike-hand::after {
  content: ""; position: absolute; left: -4%; right: -4%; top: 54%; height: 2px;
  background: var(--ink-3); transform: rotate(-2.5deg);
}

.reg { font-size: .6em; vertical-align: .5em; font-weight: 400; }

/* =============================================================
   7. Hero (editorial, alineado a la izquierda)
   ============================================================= */
.hero {
  position: relative;
  padding: clamp(130px, 20vh, 210px) 0 clamp(56px, 10vh, 100px);
  background:
    radial-gradient(60% 50% at 15% 0%, rgba(82,104,242,.07), transparent 60%),
    radial-gradient(50% 45% at 100% 15%, rgba(45,212,191,.07), transparent 60%),
    var(--white);
}
.eyebrow {
  font-size: .82rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.14;
  margin-bottom: 2.4rem;
}
.hero-body { max-width: var(--measure); }
.hero-body p { color: var(--ink-2); margin-bottom: 1.2rem; }
.hero-body .lead-lg {
  font-size: clamp(1.4rem, 3.2vw, 1.95rem); font-weight: 300; line-height: 1.35;
  color: var(--ink); margin: 1.8rem 0 1.2rem;
}
.hero-body .lead-md {
  font-size: clamp(1.1rem, 2.4vw, 1.35rem); font-weight: 500; color: var(--ink); margin-top: 1.4rem;
}
.hero-body .hand-note { margin: 1.6rem 0 0.4rem; }
.hero-cta { margin-top: 2.6rem; }

/* Maqueta en dos columnas: texto (ancho) + foto, sin solapar */
.hero-shell { display: grid; grid-template-columns: 1fr; gap: 34px; }
@media (min-width: 900px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) 288px;
    gap: clamp(32px, 4vw, 68px);
    align-items: start;
  }
  .hero-float { margin-top: 6px; }
}

/* Foto de Laura (estilo Framer) */
.hero-float {
  width: 288px; max-width: 100%; margin: 0; justify-self: end;
  border-radius: 22px;
  padding: 8px; background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 24px 60px rgba(10,10,11,.16);
  position: relative;
  transform: rotate(2.4deg);
  animation: floatY 6s ease-in-out infinite;
}
@supports (backdrop-filter: blur(10px)) {
  .hero-float { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
}
.hero-float::before {
  content: ""; position: absolute; inset: -14px; z-index: -1;
  border-radius: 30px; background: var(--grad); opacity: .35; filter: blur(26px);
}
.hero-float img { width: 100%; border-radius: 16px; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.hero-float figcaption {
  position: absolute; left: 14px; bottom: 14px; right: 14px;
  display: flex; flex-direction: column; gap: 1px;
  padding: 8px 12px; border-radius: 12px;
  background: rgba(10,10,11,.62); color: #fff;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.hero-float-name { font-weight: 600; font-size: .92rem; letter-spacing: -.01em; }
.hero-float-role { font-size: .74rem; color: rgba(255,255,255,.82); }
@keyframes floatY { 0%,100% { transform: rotate(2.4deg) translateY(0); } 50% { transform: rotate(2.4deg) translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .hero-float { animation: none; } }

/* Móvil y tablet vertical: la foto DEBAJO del botón (el protagonismo es el mensaje) */
@media (max-width: 899px) {
  .hero-shell { display: flex; flex-direction: column; align-items: flex-start; }
  .hero-float {
    order: 2; align-self: center; margin: 38px 0 0;
    width: min(240px, 72%);
    transform: rotate(-1.5deg); animation: none; position: static;
  }
  .hero-content { order: 1; }
}

/* =============================================================
   8. Procedimiento (lista numerada Notion + separadores hairline)
   ============================================================= */
.proceso { padding: clamp(40px, 8vh, 96px) 0; }
.section-head { max-width: var(--measure); margin-bottom: clamp(30px, 5vh, 56px); }
.section-kicker {
  font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 1rem;
}
.section-title { font-size: clamp(1.4rem, 3.2vw, 2.05rem); line-height: 1.28; }

.steps { list-style: none; border-top: 1px solid var(--line); }
.step {
  display: grid; grid-template-columns: 64px 1fr; gap: clamp(14px, 3vw, 40px);
  padding: clamp(24px, 4vw, 38px) 0;
  border-bottom: 1px solid var(--line);
}
.step-num {
  font-size: 1.05rem; font-weight: 600; color: var(--blue);
  font-variant-numeric: tabular-nums;
  padding-top: .15em;
}
.step-body { max-width: var(--measure); }
.step-body p { color: var(--ink-2); margin-bottom: .85rem; }
.step-body p:last-child { margin-bottom: 0; }
.aside-note { font-size: .96rem; color: var(--ink-3); }

/* Nota oscura premium */
.note-dark {
  margin-top: clamp(36px, 6vh, 64px);
  background: var(--ink);
  color: rgba(255,255,255,.8);
  border-radius: 22px;
  padding: clamp(30px, 5vw, 52px);
  max-width: 100%;
}
.note-dark-tag {
  font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 1.3rem;
}
.note-dark p { margin-bottom: 1rem; max-width: 70ch; }
.note-dark strong { color: var(--white); }
.note-dark-close { color: var(--white); font-size: 2rem; margin-top: .6rem; }

/* =============================================================
   8b. Sobre mí / Quién te recibe
   ============================================================= */
.about { padding: clamp(40px, 8vh, 90px) 0; }
.about-grid {
  display: grid; grid-template-columns: minmax(0, 0.85fr) 1fr;
  gap: clamp(28px, 5vw, 64px); align-items: center;
}
.about-photo { position: relative; }
.about-photo img {
  width: 100%; border-radius: 24px;
  aspect-ratio: 1 / 1; object-fit: cover;
  box-shadow: 0 24px 60px rgba(10,10,11,.14);
}
.about-photo::after {
  content: ""; position: absolute; inset: -6px;
  border-radius: 28px; z-index: -1;
  background: var(--grad); opacity: .5; filter: blur(22px);
}
.about-title { font-size: clamp(1.7rem, 3.8vw, 2.5rem); line-height: 1.14; margin: .3rem 0 1.1rem; }
.about-body p { color: var(--ink-2); margin-bottom: 1rem; max-width: 46ch; }
.about-body .hand-note { margin-top: .8rem; }
@media (max-width: 720px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 340px; }
}

/* =============================================================
   9. Reserva
   ============================================================= */
.reserva { padding: clamp(30px, 6vh, 70px) 0; }
.reserva-card {
  position: relative;
  background: var(--grad-soft);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(40px, 7vw, 76px) clamp(26px, 5vw, 60px);
  text-align: center;
  overflow: hidden;
}
.reserva-card::before {
  content: ""; position: absolute; inset: -40% -10% auto -10%; height: 70%;
  background: radial-gradient(50% 60% at 50% 0%, rgba(82,104,242,.14), transparent 70%);
  pointer-events: none;
}
.reserva-hand { display: block; font-size: 2rem; margin-bottom: .3rem; }
.reserva-title { font-size: clamp(1.7rem, 4.4vw, 2.7rem); line-height: 1.14; margin-bottom: .8rem; }
.reserva-sub { color: var(--ink-2); max-width: 44ch; margin: 0 auto 2rem; }
[data-calendar-slot] iframe {
  width: 100%; min-height: 640px; border: 0; border-radius: 16px;
  background: var(--white); box-shadow: 0 12px 40px rgba(10,10,11,.1);
}

/* Mockup / preview del calendario (estilo ventana) */
.cal-mockup {
  margin: clamp(30px, 5vh, 52px) auto 0;
  max-width: 720px;
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(10,10,11,.14);
  transform: perspective(1400px) rotateX(4deg);
  transition: transform .5s var(--ease);
}
.cal-mockup:hover { transform: perspective(1400px) rotateX(0deg) translateY(-4px); }
.cal-mockup-bar {
  display: flex; gap: 7px; align-items: center;
  padding: 11px 14px; background: #f4f4f6; border-bottom: 1px solid var(--line);
}
.cal-mockup-bar span { width: 11px; height: 11px; border-radius: 50%; background: #d6d6db; }
.cal-mockup-bar span:nth-child(1) { background: #ff5f57; }
.cal-mockup-bar span:nth-child(2) { background: #febc2e; }
.cal-mockup-bar span:nth-child(3) { background: #28c840; }
.cal-mockup img { width: 100%; display: block; }
.cal-mockup figcaption {
  padding: 10px 14px; font-size: .8rem; color: var(--ink-3);
  text-align: center; border-top: 1px solid var(--line); background: var(--paper);
}

/* =============================================================
   10. Testimonios (grandes, mosaico, ampliables)
   ============================================================= */
.pd { padding: clamp(40px, 8vh, 90px) 0; }
.pd-text { max-width: var(--measure); margin-bottom: clamp(28px, 5vh, 48px); }
.pd-text p { color: var(--ink-2); margin-bottom: 1rem; }
.pd-text .hand-note { margin-top: 1.2rem; }

.testis { columns: 2; column-gap: 20px; }
.testi {
  display: block; width: 100%; margin: 0 0 20px; padding: 0;
  border: 1px solid var(--line-2); border-radius: 16px; overflow: hidden;
  background: var(--white); cursor: zoom-in;
  box-shadow: 0 8px 24px rgba(10,10,11,.06);
  break-inside: avoid;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.testi img { width: 100%; }
.testi:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(82,104,242,.16);
  border-color: rgba(82,104,242,.4);
}
.pd-cta { text-align: center; margin-top: clamp(30px, 5vh, 52px); }

/* Lightbox — ocupa toda la pantalla y centra la imagen (tipo pop) */
.lightbox {
  width: 100vw; height: 100vh;
  max-width: 100vw; max-height: 100vh;
  margin: 0; padding: 4vh 4vw; border: 0;
  background: transparent; overflow: hidden;
  place-items: center;
}
.lightbox[open] { display: grid; }
.lightbox::backdrop { background: rgba(10,10,11,.82); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.lightbox img {
  max-width: min(90vw, 1000px);
  max-height: 88vh;
  width: auto; height: auto;
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  animation: popIn .28s var(--ease);
}
@keyframes popIn { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.lightbox-close {
  position: fixed; top: 20px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.14); color: #fff; font-size: 1.1rem; line-height: 1;
  border: 1px solid rgba(255,255,255,.32); cursor: pointer;
  display: grid; place-items: center;
  transition: background .2s, transform .2s var(--ease);
}
.lightbox-close:hover { background: rgba(255,255,255,.3); transform: scale(1.06); }

.link { font-weight: 600; color: var(--blue); border-bottom: 1.5px solid rgba(82,104,242,.4); transition: border-color .2s; }
.link:hover { border-color: var(--blue); }
.link-light { color: var(--white); border-bottom: 1.5px solid rgba(255,255,255,.5); }

/* =============================================================
   11. Footer premium (Notion-style)
   ============================================================= */
.foot { border-top: 1px solid var(--line); padding: clamp(44px, 7vh, 72px) 0 clamp(28px, 4vh, 40px); background: var(--paper); }
.foot-grid { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between; }
.foot-logo { height: 48px; width: auto; margin-bottom: 12px; }
.foot-tag { font-size: .9rem; color: var(--ink-3); }
.foot-links { display: flex; flex-wrap: wrap; gap: 20px 28px; }
.foot-links a { font-size: .92rem; color: var(--ink-2); position: relative; transition: color .2s; }
.foot-links a:hover { color: var(--blue); }
.foot-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 1px;
  background: var(--blue); transition: right .3s var(--ease);
}
.foot-links a:hover::after { right: 0; }
.foot-fine { margin-top: clamp(28px, 4vh, 44px); padding-top: 22px; border-top: 1px solid var(--line); }
.foot-fine p { font-size: .82rem; color: var(--ink-3); }

/* =============================================================
   12. Reveals (JS solo enriquece; sin JS todo visible)
   ============================================================= */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-revealed { opacity: 1; transform: none; }

/* =============================================================
   13. Responsive
   ============================================================= */
@media (max-width: 720px) {
  .testis { columns: 1; }
  .step { grid-template-columns: 44px 1fr; gap: 14px; }
  .btn-lg { width: 100%; }
  .hero-title { max-width: none; }
}

/* =============================================================
   15. Páginas legales
   ============================================================= */
.legal-hero {
  padding: clamp(120px, 16vh, 170px) 0 clamp(20px, 4vh, 40px);
  background:
    radial-gradient(55% 45% at 12% 0%, rgba(82,104,242,.07), transparent 60%),
    var(--white);
}
.legal-hero .back {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .9rem; font-weight: 500; color: var(--ink-3);
  margin-bottom: 1.4rem; transition: color .2s, gap .2s var(--ease);
}
.legal-hero .back:hover { color: var(--blue); gap: 11px; }
.legal-hero h1 { font-size: clamp(2rem, 5vw, 3.1rem); line-height: 1.1; margin-bottom: .6rem; }
.legal-hero .legal-updated { color: var(--ink-3); font-size: .92rem; }

.legal { padding: clamp(20px, 4vh, 40px) 0 clamp(50px, 9vh, 100px); }
.legal .shell { max-width: 780px; }
.legal-intro { font-size: clamp(1.1rem, 2.3vw, 1.3rem); color: var(--ink); font-weight: 300; line-height: 1.5; margin-bottom: 2rem; }
.legal h2 {
  font-size: clamp(1.3rem, 2.8vw, 1.7rem); line-height: 1.2;
  margin: 2.4rem 0 .9rem; padding-top: 1.8rem; border-top: 1px solid var(--line);
}
.legal h3 { font-size: 1.12rem; font-weight: 650; margin: 1.6rem 0 .6rem; color: var(--ink); }
.legal p { color: var(--ink-2); margin-bottom: 1rem; }
.legal ul { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.legal li { position: relative; padding-left: 1.4rem; margin-bottom: .7rem; color: var(--ink-2); }
.legal li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.legal .data-card {
  background: var(--paper); border: 1px solid var(--line-2); border-radius: 16px;
  padding: clamp(20px, 3vw, 28px); margin: 1.2rem 0 1.6rem;
}
.legal .data-card p { margin-bottom: .5rem; }
.legal .data-card strong { color: var(--ink); }
.legal img { border-radius: 12px; border: 1px solid var(--line); margin: 1rem 0 1.6rem; }
.legal a.link { word-break: break-word; }

/* =============================================================
   16. Reduced-motion — solo intrusivo (nada crítico que apagar)
   ============================================================= */
