/* ===================== TEMA / TOKENS ===================== */
:root,
:root[data-theme="light"] {
  --bg:          #e8f0ef;
  --text:        #12312e;
  --muted:       #536a68;
  --muted-2:     #7c908e;
  --accent:      #0e5f6b;   /* navy teal */
  --accent-hover:#0a4a54;
  --accent-ink:  #ffffff;   /* texto sobre el acento */
  --accent-text: #0e5560;   /* acento sobre fondo claro */
  --accent-soft: rgba(14,95,107,.12);
  --glass:       rgba(255,255,255,.55);
  --glass-2:     rgba(255,255,255,.72);
  --glass-brd:   rgba(255,255,255,.75);
  --line:        rgba(18,49,46,.10);
  --shadow:      0 22px 50px -28px rgba(15,60,55,.40);
  --shadow-sm:   0 10px 30px -20px rgba(15,60,55,.35);
  --blob-1: #74d8cc;
  --blob-2: #9fd8ef;
  --blob-3: #c7ead8;
  --blob-op: .55;
  --map-filter: saturate(1.05) contrast(.98);
}
:root[data-theme="dark"] {
  --bg:          #0b1618;
  --text:        #e9f2f0;
  --muted:       #9db2af;
  --muted-2:     #6f8480;
  --accent:      #3ba8b6;
  --accent-hover:#5ec2ce;
  --accent-ink:  #04222a;
  --accent-text: #46b4c1;
  --accent-soft: rgba(59,168,182,.15);
  --glass:       rgba(22,35,37,.52);
  --glass-2:     rgba(26,41,43,.68);
  --glass-brd:   rgba(255,255,255,.10);
  --line:        rgba(255,255,255,.10);
  --shadow:      0 28px 58px -30px rgba(0,0,0,.78);
  --shadow-sm:   0 14px 34px -22px rgba(0,0,0,.7);
  --blob-1: #0d5850;
  --blob-2: #14424f;
  --blob-3: #10403a;
  --blob-op: .60;
  --map-filter: invert(.92) hue-rotate(180deg) saturate(.85) contrast(.9);
}

:root {
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Sora", var(--sans);
  --maxw: 1200px;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --r: 20px;
  --r-lg: 28px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  transition: background .4s ease, color .4s ease;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
section { scroll-margin-top: 84px; }
strong { font-weight: 600; color: var(--text); }

/* ===================== FONDO DE COLOR (blobs) ===================== */
.bg-decor {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: var(--blob-op);
  transition: opacity .4s ease, background .4s ease;
  will-change: transform;
}
.blob--1 { width: 46vw; height: 46vw; background: var(--blob-1); top: -8vw; left: -6vw; animation: float1 20s ease-in-out infinite; }
.blob--2 { width: 40vw; height: 40vw; background: var(--blob-2); top: 30vh; right: -8vw; animation: float2 26s ease-in-out infinite; }
.blob--3 { width: 44vw; height: 44vw; background: var(--blob-3); bottom: -10vw; left: 20vw; animation: float1 30s ease-in-out infinite reverse; }
@keyframes float1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(4vw,3vh); } }
@keyframes float2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-3vw,4vh); } }
@media (prefers-reduced-motion: reduce) { .blob { animation: none; } }

/* ===================== HELPERS ===================== */
.tag {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent-text);
  background: var(--accent-soft);
  padding: .45rem .9rem;
  border-radius: 100px;
  margin-bottom: 1.4rem;
}
.tag--center { margin-left: auto; margin-right: auto; }
.tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.accent-text { color: var(--accent-text); }
.section__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.85rem, 4vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: -.02em;
}
.section__head { max-width: 640px; margin-bottom: 3rem; }
.muted-note { margin-top: 2rem; font-size: .82rem; color: var(--muted-2); }

/* ===================== VIDRIO ===================== */
.glass {
  background: var(--glass);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow);
}

/* ===================== BOTONES ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: .85rem;
  letter-spacing: .01em;
  font-weight: 600;
  padding: .95rem 1.9rem;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: all .22s ease;
  cursor: pointer;
}
.btn--pill { border-radius: 100px; }
.btn--primary {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 14px 30px -12px color-mix(in srgb, var(--accent) 65%, transparent);
}
.btn--primary:hover { background: var(--accent-hover); transform: translateY(-2px); }
.btn--ghost {
  background: var(--glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--text);
  border-color: var(--glass-brd);
}
.btn--ghost:hover { border-color: var(--accent); color: var(--accent-text); }
.btn--soon {
  background: var(--glass);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  color: var(--muted);
  border-color: var(--glass-brd);
  cursor: default;
  box-shadow: none;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
}
.btn--soon::before { content: "◷"; margin-right: .5rem; color: var(--accent-text); font-size: 1rem; }
.btn--nav { padding: .6rem 1.3rem; font-size: .8rem; background: var(--accent); border-color: var(--accent); box-shadow: 0 10px 24px -14px color-mix(in srgb, var(--accent) 70%, transparent); }
.btn--nav:hover { background: var(--accent-hover); border-color: var(--accent-hover); }

/* ===================== NAV ===================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--glass);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: .8rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .75rem; }
.brand__chip {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--glass-brd);
}
.brand__chip img { width: 100%; height: 100%; object-fit: cover; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 1.08rem; white-space: nowrap; }
.nav__links { display: flex; align-items: center; gap: 1.9rem; }
.nav__links a { font-size: .9rem; color: var(--muted); transition: color .2s; }
.nav__links a:hover { color: var(--text); }
.nav__links a.btn { color: var(--accent-ink); }

/* Toggle de tema */
.theme-toggle {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--glass-brd);
  background: var(--glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--text);
  cursor: pointer;
  transition: all .22s ease;
  flex-shrink: 0;
}
.theme-toggle:hover { color: var(--accent-text); border-color: var(--accent); transform: translateY(-2px); }
.theme-toggle .icon { display: none; }
:root[data-theme="light"] .theme-toggle .icon--moon { display: block; }
:root[data-theme="dark"]  .theme-toggle .icon--sun  { display: block; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }

/* ===================== HERO ===================== */
.hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5.5rem) var(--pad) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero__title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 4.3rem);
  line-height: 1.03;
  letter-spacing: -.03em;
  margin-bottom: 1.5rem;
}
.hero__lead { font-size: 1.08rem; max-width: 31rem; color: var(--muted); margin-bottom: 2.2rem; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.hero__stats { display: flex; gap: 2.2rem; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 1.6rem; }
.hero__stats div { display: flex; align-items: center; gap: .6rem; }
.hero__stats strong { color: var(--accent-text); font-size: 1.3rem; font-family: var(--display); }
.hero__stats span { font-size: .84rem; color: var(--muted); }

.hero__media { display: flex; justify-content: center; }
.hero__photo {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-brd);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero__card {
  position: absolute;
  left: 1rem; right: 1rem; bottom: 1rem;
  background: var(--glass-2);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid var(--glass-brd);
  border-radius: var(--r);
  padding: 1.1rem 1.3rem;
}
.hero__card-tag { display: inline-block; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-text); margin-bottom: .35rem; font-weight: 600; }
.hero__card-name { font-family: var(--display); font-size: 1.25rem; font-weight: 700; line-height: 1.1; }
.hero__card-sub { font-size: .82rem; color: var(--muted); margin-top: .2rem; }

/* ===================== CREDENCIALES ===================== */
.trust {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.trust__card {
  background: var(--glass);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-sm);
  border-radius: var(--r);
  padding: 1.7rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.trust__label { font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); }
.trust__num { font-family: var(--display); font-size: 1.75rem; font-weight: 700; color: var(--accent-text); letter-spacing: .01em; }

/* ===================== ABOUT ===================== */
.about {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6.5rem) var(--pad);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.about__media {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-brd);
}
.about__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.about__content p { color: var(--muted); max-width: 36rem; }
.about__content .section__title { margin-bottom: 1.4rem; }

.timeline { list-style: none; margin: 2rem 0 .5rem; }
.timeline li { display: flex; gap: 1.1rem; padding-bottom: 1.4rem; position: relative; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 6px; top: 18px; bottom: 0; width: 1px; background: var(--line); }
.timeline__dot { width: 13px; height: 13px; border-radius: 50%; border: 2px solid var(--muted-2); margin-top: 5px; flex-shrink: 0; background: var(--bg); }
.timeline__dot--active { border-color: var(--accent); background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.timeline__title { font-weight: 600; color: var(--text); font-size: 1rem; }
.timeline__place { font-size: .9rem; color: var(--muted); }
.badge {
  display: inline-block;
  font-size: .62rem; letter-spacing: .1em; text-transform: uppercase;
  background: var(--accent-soft); color: var(--accent-text);
  padding: .18rem .55rem; border-radius: 100px; margin-left: .4rem; vertical-align: middle; font-weight: 600;
}
.creds { list-style: none; margin-top: 1.2rem; border-top: 1px solid var(--line); padding-top: 1.3rem; }
.creds li { font-size: .92rem; padding: .3rem 0; color: var(--muted); }
.creds strong { color: var(--text); }

/* ===================== SERVICIOS ===================== */
.services { max-width: var(--maxw); margin: 0 auto; padding: clamp(2rem, 5vw, 3rem) var(--pad) clamp(3.5rem, 8vw, 6rem); }
.services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.card {
  background: var(--glass);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-sm);
  border-radius: var(--r);
  padding: 2rem 1.9rem;
  transition: transform .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--accent); }
.card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent-text);
  font-size: 1.4rem; margin-bottom: 1.2rem;
}
.card h3 { font-family: var(--display); font-weight: 600; font-size: 1.28rem; margin-bottom: .6rem; }
.card p { font-size: .92rem; color: var(--muted); }

/* ===================== FEATURE (formación continua) ===================== */
.feature {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3rem) var(--pad) clamp(3.5rem, 8vw, 6rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.feature__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow); border: 1px solid var(--glass-brd); }
.feature__media img { width: 100%; height: 100%; object-fit: cover; }
.feature__content .section__title { margin-bottom: 1.3rem; }
.feature__content p { color: var(--muted); max-width: 34rem; margin-bottom: 2rem; }

/* ===================== PADECIMIENTOS ===================== */
.conditions { padding: clamp(3.5rem, 8vw, 6rem) var(--pad); }
.conditions > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: .8rem; }
.chips li {
  background: var(--glass);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-brd);
  border-radius: 100px;
  padding: .8rem 1.4rem;
  font-size: .95rem;
  font-weight: 500;
  transition: all .2s;
}
.chips li:hover { border-color: var(--accent); color: var(--accent-text); transform: translateY(-2px); }
.conditions__cta { margin-top: 2.2rem; font-size: 1.05rem; color: var(--muted); }
.conditions__cta a { color: var(--accent-text); font-weight: 600; }

/* ===================== BLOG ===================== */
.blog { max-width: var(--maxw); margin: 0 auto; padding: clamp(3.5rem, 8vw, 6rem) var(--pad); }
.blog__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.post {
  display: block;
  color: inherit;
  background: var(--glass);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-sm);
  border-radius: var(--r);
  padding: 1.9rem;
  transition: border-color .25s, transform .25s;
}
.post:hover { border-color: var(--accent); transform: translateY(-4px); }
.post__tag { display: inline-block; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-text); background: var(--accent-soft); padding: .3rem .7rem; border-radius: 100px; margin-bottom: 1rem; font-weight: 600; }
.post h3 { font-family: var(--display); font-weight: 600; font-size: 1.3rem; line-height: 1.18; margin-bottom: .7rem; }
.post p { font-size: .92rem; color: var(--muted); margin-bottom: 1rem; }
.post__link { font-size: .88rem; font-weight: 600; color: var(--accent-text); }

/* ===================== PORTAL ===================== */
.portal { padding: clamp(3.5rem, 8vw, 6rem) var(--pad); }
.portal__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: var(--glass-2);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow);
  border-radius: var(--r-lg);
  padding: clamp(2.5rem, 6vw, 4rem);
}
.portal__inner .section__title { margin-bottom: 1.2rem; }
.portal__text { color: var(--muted); margin: 0 auto 2rem; max-width: 34rem; font-size: 1.05rem; }
.gracias-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent-text);
  margin-bottom: 1.4rem;
}

/* ===================== CONTACTO ===================== */
.contact {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.contact__lead { color: var(--muted); margin: 1.1rem 0 2rem; }
.contact__list { list-style: none; margin-bottom: 2.2rem; }
.contact__list li { padding: 1.1rem 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: .25rem; }
.contact__label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.contact__list a, .contact__list span { font-size: 1.05rem; }
.contact__list a:hover { color: var(--accent-text); }
.contact__map {
  min-height: 360px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-sm);
}
.contact__map iframe { width: 100%; height: 100%; border: 0; filter: var(--map-filter); }

/* ===================== FOOTER ===================== */
.footer { border-top: 1px solid var(--line); padding: clamp(2.5rem, 6vw, 4rem) var(--pad) 2rem; }
.footer__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.footer__brand { display: flex; align-items: center; gap: 1rem; }
.footer__name { font-family: var(--display); font-size: 1.2rem; font-weight: 700; }
.footer__role { font-size: .85rem; color: var(--muted); }
.footer__legal { font-size: .82rem; color: var(--muted); text-align: right; line-height: 1.8; }
.footer__copy { font-size: .78rem; color: var(--muted-2); }
.footer__bottom {
  max-width: var(--maxw);
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer__links { display: flex; gap: 1.5rem; align-items: center; }
.footer__links a { font-size: .8rem; color: var(--muted-2); }
.footer__links a:hover { color: var(--accent-text); }
.footer__ig { display: inline-flex; align-items: center; }
@media (max-width: 880px) { .footer__bottom { flex-direction: column; align-items: flex-start; } }

/* ===================== ARTÍCULO / BLOG ===================== */
.article { max-width: 760px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 4.5rem) var(--pad) clamp(3rem, 7vw, 5rem); }
.article__back { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; color: var(--muted); margin-bottom: 1.8rem; }
.article__back:hover { color: var(--accent-text); }
.article__head { margin-bottom: 1.5rem; }
.article__head .tag { margin-bottom: 1.1rem; }
.article__title { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.08; letter-spacing: -.02em; margin-bottom: 1rem; }
.article__meta { display: flex; gap: .8rem; align-items: center; font-size: .85rem; color: var(--muted); flex-wrap: wrap; }
.article__meta .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--muted-2); }
.article__cover { border-radius: var(--r-lg); overflow: hidden; margin: 1.5rem 0 2.5rem; border: 1px solid var(--glass-brd); box-shadow: var(--shadow); aspect-ratio: 16 / 9; }
.article__cover img { width: 100%; height: 100%; object-fit: cover; }
.prose { font-size: 1.06rem; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { font-family: var(--display); font-weight: 700; font-size: 1.5rem; letter-spacing: -.01em; margin-top: 2.4rem; margin-bottom: .2rem; color: var(--text); }
.prose h3 { font-family: var(--display); font-weight: 600; font-size: 1.18rem; margin-top: 1.8rem; color: var(--text); }
.prose p { color: var(--muted); }
.prose strong { color: var(--text); font-weight: 600; }
.prose ul, .prose ol { padding-left: 1.3rem; color: var(--muted); }
.prose li { margin-top: .5rem; }
.prose li::marker { color: var(--accent); }
.prose a:not(.btn) { color: var(--accent-text); text-decoration: underline; text-underline-offset: 3px; }
.callout {
  background: var(--glass);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid var(--glass-brd);
  border-left: 3px solid var(--accent);
  border-radius: var(--r);
  padding: 1.2rem 1.4rem;
  box-shadow: var(--shadow-sm);
}
.callout p { color: var(--text); margin: 0; font-size: .98rem; }
.callout strong { color: var(--accent-text); }
.article__cta {
  margin-top: 3rem;
  text-align: center;
  background: var(--glass-2);
  -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow);
  border-radius: var(--r-lg);
  padding: clamp(2rem, 5vw, 3rem);
}
.article__cta h3 { font-family: var(--display); font-weight: 700; font-size: 1.5rem; margin-bottom: .6rem; }
.article__cta p { color: var(--muted); margin-bottom: 1.6rem; }
.disclaimer { margin-top: 2.5rem; font-size: .82rem; color: var(--muted-2); border-top: 1px solid var(--line); padding-top: 1.4rem; line-height: 1.6; }

/* ===================== OPINIÓN / RESEÑAS ===================== */
.opinion { max-width: 640px; margin: 0 auto; padding: clamp(2.5rem, 7vw, 5rem) var(--pad); text-align: center; }
.opinion .tag { margin-bottom: 1.2rem; }
.opinion__intro { color: var(--muted); max-width: 34rem; margin: 1rem auto 0; }
.op-scale { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: 2.4rem; }
.op-face {
  display: flex; flex-direction: column; align-items: center; gap: .55rem;
  padding: 1.4rem .6rem; cursor: pointer;
  background: var(--glass);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid var(--glass-brd); border-radius: var(--r);
  box-shadow: var(--shadow-sm); color: var(--text);
  font-family: var(--sans); font-size: .82rem; font-weight: 600;
  transition: transform .2s, border-color .2s;
}
.op-face span { font-size: 2rem; line-height: 1; }
.op-face:hover { transform: translateY(-4px); border-color: var(--accent); }
@media (max-width: 560px) { .op-scale { grid-template-columns: repeat(2, 1fr); } }

.op-step { margin-top: 2.6rem; }
.opinion [hidden], .op-form[hidden] { display: none !important; }
.op-msg { color: var(--muted); max-width: 34rem; margin: .8rem auto 1.8rem; font-size: 1.05rem; }
.op-ctas { display: flex; flex-direction: column; gap: 1rem; max-width: 380px; margin: 0 auto; align-items: center; }
.op-ctas .btn { width: 100%; }
.op-secondary { font-size: .9rem; color: var(--muted); margin: 0; }
.op-secondary a { color: var(--accent-text); font-weight: 600; }

.op-form { max-width: 460px; margin: 1.4rem auto 0; text-align: left; }
.op-form label { display: block; font-size: .85rem; font-weight: 600; margin: 1rem 0 .35rem; }
.op-form textarea, .op-form input[type="text"] {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--text);
  background: var(--glass); border: 1px solid var(--glass-brd); border-radius: 12px;
  padding: .8rem 1rem;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.op-form textarea { resize: vertical; }
.op-form textarea:focus, .op-form input:focus { outline: none; border-color: var(--accent); }
.op-form .btn { width: 100%; margin-top: 1.4rem; }
.op-success { text-align: center; color: var(--accent-text); font-weight: 600; margin-top: 1.5rem; font-size: 1.05rem; }

/* ===================== WHATSAPP FLOTANTE ===================== */
.wa-float {
  position: fixed;
  bottom: 1.5rem; right: 1.5rem;
  width: 56px; height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.6);
  z-index: 60;
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 880px) {
  .nav__links {
    position: fixed;
    inset: 61px 0 auto 0;
    background: var(--glass-2);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    backdrop-filter: blur(20px) saturate(160%);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1rem var(--pad) 1.5rem;
    transform: translateY(-130%);
    transition: transform .3s ease;
  }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { padding: .85rem 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav__links a.btn { margin-top: .9rem; justify-content: center; }
  .nav__toggle { display: flex; }

  .hero { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .about { grid-template-columns: 1fr; }
  .about__media { max-width: 420px; }
  .feature { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
  .footer__legal { text-align: left; }
}
