/* ReconoSERte — Terapia Online · paleta pastel cálida */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Karla:wght@400;500;600;700&display=swap');

:root {
  --bg: #FAFBF6;
  --bg-soft: #EFF5EA;
  --ink: #36403A;
  --ink-soft: #64706A;
  --sage: #BDE5C2;
  --sage-deep: #36995C;
  --terra: #FFD9C4;
  --terra-deep: #E8744F;
  --lav: #DCD2F4;
  --lav-deep: #7D6BC8;
  --card: #FFFFFF;
  --line: #E2EADC;
  --wa: #34A85F;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(62, 56, 51, 0.08);
  --font-display: 'Lora', Georgia, serif;
  --font-body: 'Karla', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.2; text-wrap: pretty; }
h1 { font-size: clamp(2rem, 4.5vw, 3.3rem); letter-spacing: -0.015em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.2rem; }
p { text-wrap: pretty; }

::selection { background: var(--sage); color: var(--ink); }
:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 3px; border-radius: 4px; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 2.6;
  color: var(--sage-deep);
  background: var(--sage);
  background: color-mix(in oklab, var(--sage) 45%, white);
  border: 1px solid color-mix(in oklab, var(--sage) 80%, white);
  padding: 5px 15px;
  border-radius: 999px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.eyebrow + h1, .eyebrow + h2, .eyebrow + h3 { margin-top: 16px; }

section { padding: 88px 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head p { color: var(--ink-soft); margin-top: 12px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 88%, white);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand img { height: 48px; width: auto; }
.main-nav { display: flex; gap: 20px; }
.main-nav a {
  text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 0.88rem;
  white-space: nowrap; transition: color 0.2s;
}
.main-nav a:hover { color: var(--sage-deep); }
.site-header .btn { white-space: nowrap; flex-shrink: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em;
  padding: 14px 26px; border-radius: 999px; text-decoration: none;
  white-space: nowrap;
  border: none; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 6px 18px color-mix(in oklab, var(--wa) 40%, transparent); }
.btn-wa:hover { background: color-mix(in oklab, var(--wa) 88%, black); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--ink); 
}
.btn-ghost::after { content: '→'; transition: transform 0.2s ease; }
.btn-ghost:hover::after { transform: translateX(4px); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }
.btn svg { flex-shrink: 0; }

/* ---------- Hero ---------- */
.hero { padding: 80px 0 96px; position: relative; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center;
}
.hero h1 em {
  font-style: italic; color: var(--sage-deep);
  background: linear-gradient(180deg, transparent 74%, color-mix(in oklab, var(--terra) 50%, white) 74%, color-mix(in oklab, var(--terra) 50%, white) 94%, transparent 94%);
}
.hero-sub { font-size: 1.18rem; color: var(--ink-soft); margin: 22px 0 34px; max-width: 480px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { margin-top: 18px; font-size: 0.88rem; color: var(--ink-soft); display: flex; align-items: center; gap: 8px; }
.hero-visual { position: relative; display: grid; place-items: center; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(2px); z-index: 0;
}
.blob-1 { width: 340px; height: 340px; background: var(--sage); opacity: 0.55; top: -30px; right: -20px; }
.blob-2 { width: 220px; height: 220px; background: var(--terra); opacity: 0.5; bottom: -10px; left: 0; }
.blob-3 { width: 150px; height: 150px; background: var(--lav); opacity: 0.5; top: 40px; left: 40px; }
.hero-card {
  position: relative; z-index: 1; background: var(--card); border-radius: 24px;
  box-shadow: var(--shadow); padding: 28px; width: min(380px, 100%);
  border: 1px solid var(--line);
}
.hero-card .video-mock {
  background: var(--bg-soft); border-radius: 16px; aspect-ratio: 4 / 3;
  display: grid; place-items: center; position: relative; overflow: hidden;
}
.hero-card .video-mock img { width: 70%; height: auto; opacity: 0.95; }
.hero-card .video-mock img.video-photo { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.video-dot {
  position: absolute; top: 12px; left: 12px; display: flex; gap: 6px;
}
.video-dot span { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.video-dot span:first-child { background: #E2A69A; }
.video-pill {
  position: absolute; bottom: 12px; right: 12px; background: rgba(62,56,51,0.78); color: #fff;
  font-size: 0.72rem; font-weight: 700; padding: 5px 12px; border-radius: 999px;
  display: flex; align-items: center; gap: 6px;
}
.video-pill::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #8FCF96; animation: pulse 1.8s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero-card-foot { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.hero-card-foot .avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--sage);
  display: grid; place-items: center; font-weight: 700; color: var(--sage-deep); font-size: 0.9rem;
}
.hero-card-foot strong { display: block; font-size: 0.92rem; }
.hero-card-foot small { color: var(--ink-soft); font-size: 0.8rem; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--bg-soft); border-block: 1px solid var(--line); padding: 26px 0; }
.trust-strip .container { display: flex; flex-wrap: wrap; gap: 18px 40px; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.93rem; color: var(--ink-soft); }
.trust-item .dot { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 1rem; flex-shrink: 0; }
.dot-sage { background: var(--sage); color: var(--sage-deep); }
.dot-terra { background: var(--terra); color: var(--terra-deep); }
.dot-lav { background: var(--lav); color: var(--lav-deep); }

/* ---------- Señales (checklist interactiva) ---------- */
.signals { background: var(--card); }
.signal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.signal {
  display: flex; align-items: flex-start; gap: 14px; text-align: left;
  background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; cursor: pointer; font: inherit; color: inherit;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.signal:hover { transform: translateY(-2px); border-color: var(--sage-deep); }
.signal .check {
  width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--line);
  flex-shrink: 0; display: grid; place-items: center; font-size: 0.8rem; color: transparent;
  transition: all 0.2s; margin-top: 2px;
}
.signal.is-on { background: color-mix(in oklab, var(--sage) 30%, white); border-color: var(--sage-deep); }
.signal.is-on .check { background: var(--sage-deep); border-color: var(--sage-deep); color: #fff; }
.signal-result {
  margin-top: 28px; padding: 22px 26px; border-radius: var(--radius);
  background: color-mix(in oklab, var(--lav) 35%, white); border: 1px solid var(--lav);
  display: none; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: space-between;
}
.signal-result.is-visible { display: flex; animation: fadeUp 0.4s ease; }
.signal-result p { max-width: 560px; }
.signal-result strong { color: var(--lav-deep); }

/* ---------- Pasos ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; position: relative; box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(62, 56, 51, 0.13); }
.step .num {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; margin-bottom: 16px;
}
.step:nth-child(1) .num { background: var(--sage); color: var(--sage-deep); }
.step:nth-child(2) .num { background: var(--terra); color: var(--terra-deep); }
.step:nth-child(3) .num { background: var(--lav); color: var(--lav-deep); }
.step:nth-child(4) .num { background: var(--bg-soft); color: var(--ink-soft); }
.step h3 { margin-bottom: 8px; font-size: 1.08rem; }
.step p { font-size: 0.92rem; color: var(--ink-soft); }

/* ---------- Áreas ---------- */
.areas { background: var(--bg-soft); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.area {
  background: var(--card); border-radius: var(--radius); padding: 24px;
  border-top: 5px solid var(--sage); box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.area:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(62, 56, 51, 0.13); }
.area:nth-child(3n+2) { border-top-color: var(--terra); }
.area:nth-child(3n+3) { border-top-color: var(--lav); }
.area h3 { font-size: 1.05rem; margin-bottom: 6px; }
.area p { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- Test ---------- */
.test-wrap {
  max-width: 660px; margin: 0 auto; background: var(--card); border-radius: 24px;
  box-shadow: var(--shadow); border: 1px solid var(--line); padding: 40px; text-align: center;
}
.test-progress { display: flex; gap: 6px; justify-content: center; margin-bottom: 28px; }
.test-progress span {
  width: 36px; height: 6px; border-radius: 999px; background: var(--line); transition: background 0.3s;
}
.test-progress span.done { background: var(--sage-deep); }
.test-q { font-family: var(--font-display); font-size: 1.45rem; min-height: 86px; display: grid; place-items: center; }
.test-btns { display: flex; gap: 14px; justify-content: center; margin-top: 26px; }
.test-btn {
  font: inherit; font-weight: 700; padding: 13px 36px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--ink); background: transparent; color: var(--ink); transition: all 0.2s;
}
.test-btn:hover { background: var(--ink); color: var(--bg); transform: translateY(-2px); }
.test-btn.yes { background: var(--sage-deep); border-color: var(--sage-deep); color: #fff; }
.test-btn.yes:hover { background: color-mix(in oklab, var(--sage-deep) 85%, black); }
.test-result h3 { font-size: 1.5rem; margin-bottom: 12px; }
.test-result p { color: var(--ink-soft); margin-bottom: 24px; }
.test-restart {
  background: none; border: none; color: var(--ink-soft); font: inherit; font-size: 0.85rem;
  text-decoration: underline; cursor: pointer; margin-top: 18px;
}

/* ---------- Mitos ---------- */
.myths { background: var(--card); }
.myth-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.myth { perspective: 1200px; min-height: 190px; cursor: pointer; }
.myth-inner {
  position: relative; width: 100%; height: 100%; min-height: 190px;
  transform-style: preserve-3d; transition: transform 0.55s cubic-bezier(0.4, 0.1, 0.2, 1);
}
.myth.is-flipped .myth-inner { transform: rotateY(180deg); }
.myth-face {
  position: absolute; inset: 0; backface-visibility: hidden; border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; gap: 10px;
}
.myth-front { background: var(--bg-soft); border: 1.5px solid var(--line); }
.myth-back { background: color-mix(in oklab, var(--sage) 32%, white); border: 1.5px solid var(--sage-deep); transform: rotateY(180deg); }
.myth-tag {
  align-self: flex-start; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 999px;
}
.myth-front .myth-tag { background: var(--terra); color: var(--terra-deep); }
.myth-back .myth-tag { background: var(--sage-deep); color: #fff; }
.myth-face p { font-size: 0.97rem; }
.myth-front p { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; }
.myth-hint { margin-top: auto; font-size: 0.78rem; color: var(--ink-soft); display: flex; align-items: center; gap: 6px; }

/* ---------- Requisitos ---------- */
.needs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.need {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 20px; text-align: center; box-shadow: var(--shadow);
}
.need .ico {
  width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 14px; display: grid; place-items: center;
  font-size: 1.4rem; background: var(--bg-soft);
}
.need h3 { font-size: 1rem; margin-bottom: 6px; }
.need p { font-size: 0.86rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-soft); }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px; background: none; border: none; font: inherit; font-weight: 700;
  font-size: 1rem; color: var(--ink); cursor: pointer; text-align: left;
}
.faq-q .chev {
  width: 30px; height: 30px; border-radius: 50%; background: var(--bg-soft); flex-shrink: 0;
  display: grid; place-items: center; transition: transform 0.3s, background 0.3s; font-size: 0.8rem;
}
.faq-item.is-open .chev { transform: rotate(180deg); background: var(--sage); color: var(--sage-deep); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Sobre mí ---------- */
.about-grid { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: center; }
.about-photo { position: relative; }
.about-photo::before {
  content: ''; position: absolute; inset: -14px -14px auto auto; width: 120px; height: 120px;
  border-radius: 50%; background: var(--terra); opacity: 0.5; z-index: 0;
}
.about-photo image-slot { position: relative; z-index: 1; }
.about-text h2 { margin-bottom: 6px; }
.about-role { color: var(--sage-deep); font-weight: 700; margin-bottom: 18px; }
.about-text p + p { margin-top: 14px; }
.about-text p { color: var(--ink-soft); }
.cred-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.cred {
  font-size: 0.82rem; font-weight: 600; padding: 7px 14px; border-radius: 999px;
  background: var(--bg-soft); border: 1px solid var(--line); color: var(--ink-soft);
}

/* ---------- CTA final ---------- */
.final-cta {
  background: linear-gradient(135deg, color-mix(in oklab, var(--sage) 50%, white), color-mix(in oklab, var(--lav) 40%, white));
  text-align: center; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: color-mix(in oklab, var(--terra) 60%, white); opacity: 0.4; filter: blur(8px);
  top: -200px; left: -140px;
}
.final-cta::after {
  content: ''; position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: color-mix(in oklab, var(--sage) 75%, white); opacity: 0.45; filter: blur(8px);
  bottom: -160px; right: -100px;
}
.final-cta .container { position: relative; z-index: 1; }
.final-cta h2 { max-width: 620px; margin: 0 auto 14px; }
.final-cta p { color: var(--ink-soft); max-width: 520px; margin: 0 auto 30px; }
.final-cta .hero-ctas { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { padding: 64px 0 0; border-top: 1px solid var(--line); background: var(--bg-soft); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 44px; align-items: start; }
.site-footer img { height: 52px; }
.footer-brand p { margin-top: 16px; max-width: 320px; }
.site-footer p, .site-footer li, .site-footer a { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.6; }
.footer-col h4 {
  font-family: var(--font-body); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px;
}
.footer-col ul { list-style: none; display: grid; gap: 9px; padding: 0; margin: 0; }
.footer-col a { text-decoration: none; font-weight: 600; }
.footer-col a:hover { color: var(--sage-deep); }
.footer-cta-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  background: var(--ink); color: var(--bg) !important; font-weight: 700; font-size: 0.85rem;
  padding: 11px 22px; border-radius: 999px; text-decoration: none; transition: background 0.2s, transform 0.15s;
}
.footer-cta-btn:hover { background: var(--sage-deep); color: #fff !important; transform: translateY(-2px); }
.footer-bottom {
  margin-top: 52px; border-top: 1px solid var(--line); padding-top: 18px; padding-bottom: 18px;
  display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: center; justify-content: space-between;
}
.footer-bottom p, .footer-bottom a { font-size: 0.8rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; margin: 0; padding: 0; }
.footer-legal a { text-decoration: none; font-weight: 600; }
.footer-legal a:hover { color: var(--sage-deep); }
.footer-credit { font-size: 0.78rem; opacity: 0.8; }

/* ---------- WhatsApp bubble ---------- */
.wa-bubble {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.wa-bubble .wa-label {
  background: var(--card); color: var(--ink); font-size: 0.85rem; font-weight: 700;
  padding: 10px 16px; border-radius: 999px; box-shadow: var(--shadow);
  opacity: 0; transform: translateX(8px); transition: all 0.25s; pointer-events: none;
  border: 1px solid var(--line);
}
.wa-bubble:hover .wa-label { opacity: 1; transform: translateX(0); }
.wa-bubble .wa-circle {
  width: 60px; height: 60px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; box-shadow: 0 8px 24px color-mix(in oklab, var(--wa) 50%, transparent);
  transition: transform 0.2s;
}
.wa-bubble:hover .wa-circle { transform: scale(1.08); }

/* ---------- Reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  body[data-anim="on"] .blob { animation: blobFloat 12s ease-in-out infinite alternate; }
  body[data-anim="on"] .blob-2 { animation-delay: 2.5s; animation-duration: 10s; }
  body[data-anim="on"] .blob-3 { animation-delay: 5s; animation-duration: 14s; }
  body[data-anim="on"] .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
  body[data-anim="on"] .reveal.in-view { opacity: 1; transform: none; }
  body[data-anim="on"] .reveal-d1.in-view { transition-delay: 0.08s; }
  body[data-anim="on"] .reveal-d2.in-view { transition-delay: 0.16s; }
  body[data-anim="on"] .reveal-d3.in-view { transition-delay: 0.24s; }
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes blobFloat { from { transform: translateY(-10px); } to { transform: translateY(12px); } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .main-nav { display: none; }
}
@media (max-width: 920px) {
  .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid, .needs-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .about-photo { justify-self: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-grid .footer-brand { grid-column: 1 / -1; }
  .footer-grid .footer-col:last-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  section { padding: 64px 0; }
  .signal-grid, .myth-grid, .steps-grid, .area-grid, .needs-grid { grid-template-columns: 1fr; }
  .test-wrap { padding: 28px 20px; }
  .hero { padding: 56px 0 72px; }
  .btn { white-space: normal; text-align: left; }
  /* Footer móvil: más aire, menos ruido */
  .site-footer { padding-top: 44px; }
  .footer-grid { gap: 26px; }
  .footer-brand p { max-width: none; font-size: 0.85rem; }
  .site-footer .footer-col li, .site-footer .footer-col p { font-size: 0.84rem; }
  .footer-col ul { gap: 7px; }
  .footer-col h4 { margin-bottom: 10px; }
  .footer-bottom {
    margin-top: 36px; flex-direction: column; align-items: flex-start; gap: 12px;
    padding-bottom: 110px; /* despeja las burbujas flotantes */
  }
  .footer-legal { gap: 14px; }
}

/* ---------- Iconos SVG ---------- */
.dot svg { width: 16px; height: 16px; }
.need .ico svg { width: 24px; height: 24px; color: var(--ink-soft); }
.hero-note svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--sage-deep); }
.myth-hint svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ---------- Chips informativos de hero ---------- */
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 600; color: var(--ink-soft);
  background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 14px;
}
.hero-chip::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--terra-deep); flex-shrink: 0;
}
