.page {
  min-height: 100vh;
  background: #f8f8f8;
  /* Sistema de espaciado global (no aplica a la home) */
  --woms-container: 1140px;
  --woms-gutter: clamp(20px, 4.5vw, 40px);
  --woms-top: clamp(20px, 3.5vw, 36px);
  --woms-bottom: clamp(48px, 7vw, 96px);
  --woms-section: clamp(28px, 4.5vw, 56px);
  --woms-read: 68ch;
}

.page.white {
  background: #fff;
}

.page-inner {
  max-width: var(--woms-container);
  margin: 0 auto;
  box-sizing: border-box;
  padding: calc(66px + var(--woms-top)) var(--woms-gutter) var(--woms-bottom);
}

.nav-inner-wide {
  max-width: 1200px;
}

.nav .logo img.sm {
  height: 32px;
}

.nav-links a.bold,
.nav-login.bold {
  font-weight: 700;
}

.hero-banner {
  background: #fff;
  padding: 32px 0 8px;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 350px;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide .cap {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

.hero-slide h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  max-width: 620px;
}

.hero-slide p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 16px;
}

.hero-slide .btn-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 999px;
  width: fit-content;
}

.dots.catalog-dots {
  margin: 16px 0 0;
}

.dots.catalog-dots button {
  background: #d1d5db;
}

.dots.catalog-dots button.on {
  background: #6b21a8;
  opacity: 1;
}

.toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  flex-wrap: wrap;
}

.btn-filter {
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--purple);
}

.search {
  flex: 1;
  min-width: 180px;
  position: relative;
}

.search input,
.field input,
.field select,
select.input,
input.input {
  width: 100%;
  padding: 10px 16px 10px 40px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
}

.search input {
  max-width: 100%;
}

.search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.cat-row {
  margin-bottom: 28px;
}

.cat-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cat-row-head h3 {
  color: var(--purple);
  font-size: 16px;
  font-weight: 700;
}

.cat-row-head a {
  color: var(--purple);
  font-size: 14px;
  font-weight: 700;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.mini-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
}

.mini-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.mini-card .thumb {
  position: relative;
}

.mini-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.badge-vid {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.mini-card .t {
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  min-height: 42px;
}

.site-foot {
  background: var(--purple);
  padding: 48px 0;
  color: #fff;
}

.site-foot .cols {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.site-foot h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.site-foot .copybar {
  background: #fff;
  padding: 16px 0;
  text-align: center;
  color: var(--text);
  font-size: 14px;
}

.legal-col a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 8px;
}

.legal-col a:hover {
  color: #fff;
}

.contact-col {
  text-align: right;
}

.contact-col .line {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

.page-title {
  text-align: center;
  padding: 48px 16px 16px;
}

.page-title img {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}

.page-title h1,
.page-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--purple);
}

.page-title h2.italic {
  font-style: italic;
}

.speakers-page-grid {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sp-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  height: 280px;
}

.sp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-card .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.sp-card h3 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.sp-card span {
  color: #00c853;
  font-size: 14px;
  font-weight: 700;
}

.price-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 48px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Una sola tarjeta: centrada y sin ocupar un tercio de la fila. */
.price-grid.single-plan {
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
}

.price-card.single .amt {
  font-size: 44px;
}

.price-fine {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

.price-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-card h4 {
  color: var(--purple);
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 24px;
  text-align: center;
}

.price-card .amt {
  color: var(--purple);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

.price-card .free-note {
  color: var(--purple);
  font-weight: 800;
  font-size: 14px;
  margin: 0 0 20px;
  text-align: center;
}

.price-card ul {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 32px;
}

.price-card li {
  margin-bottom: 8px;
}

.price-card .btn-purple {
  width: 100%;
  font-weight: 400;
}

.pays {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}

.pays img {
  height: 64px;
  border-radius: 6px;
}

.legal-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 16px;
  color: #222;
}

.legal-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.legal-wrap .updated {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
}

.legal-wrap h3 {
  font-weight: 700;
  margin: 24px 0 8px;
}

.legal-wrap p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.legal-wrap ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-wrap li {
  margin-bottom: 4px;
}

.legal-wrap a {
  color: #6b21a8;
  text-decoration: underline;
}

.legal-wrap .thanks {
  margin-top: 24px;
  font-style: italic;
}

.cat-only {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

.cat-only h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 24px;
}

.auth-page {
  min-height: 100vh;
  background: #f5f5f5;
}

.join-page {
  min-height: 100vh;
  background: #fff;
}

.auth-logo {
  padding: 32px 0 0 32px;
}

.auth-logo img {
  height: 40px;
}

.signin-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 16px;
}

.signin-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.signin-card h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.signin-card label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.signin-card input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: inherit;
}

.btn-full {
  width: 100%;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background: var(--purple);
  margin-bottom: 16px;
}

.or {
  text-align: center;
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 16px;
}

.btn-outline {
  width: 100%;
  padding: 12px;
  border: 2px solid var(--purple);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--purple);
  background: #fff;
}

.secure {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
}

.join-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px;
}

.join-wrap > p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 32px;
}

.join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.join-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
}

.join-card .lab {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--purple);
  margin-bottom: 4px;
}

.join-card .name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
}

.join-card .total {
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}

.join-card ul {
  font-size: 14px;
  color: #4b5563;
}

.join-card li {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.join-card .more {
  font-size: 12px;
  font-weight: 700;
  color: var(--purple);
  margin-top: 8px;
}

.filter-label {
  font-size: 12px;
  color: #6b7280;
  display: block;
  margin-bottom: 4px;
}

.author-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.author-toolbar > span {
  font-size: 14px;
  font-weight: 700;
  color: var(--purple);
}

.author-toolbar select {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
}

.join-card.selected {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(53, 12, 127, 0.12);
}

#register-box {
  display: none;
  max-width: 480px;
  margin: 32px auto 0;
  border: 1px solid #eadff5;
  border-radius: 16px;
  padding: 24px;
}

#register-box.open,
.activate-card {
  display: block;
}

.join-simple {
  max-width: 560px;
}

.join-lead,
.legal-line,
.hint {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.phone-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.activate-card select,
.activate-card textarea,
.dir-filters select,
.dir-filters input,
.wall-form input,
.wall-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: inherit;
}

.check-row,
.topic-checks label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 600;
}

.topic-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 20px;
}

.price-one {
  grid-template-columns: minmax(260px, 420px);
  justify-content: center;
}

.dir-filters {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 20px 0 28px;
}

.dir-grid,
.space-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.dir-card,
.space-card,
.wall-item {
  background: #fff;
  border: 1px solid #eadff5;
  border-radius: 16px;
  padding: 18px;
}

.dir-photo img,
.pub-photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

.pub-photo {
  max-width: 280px;
  height: 280px;
}

.dir-card h3 a,
.space-card h2 {
  color: #350c7f;
}

.dir-meta,
.dir-bio {
  font-size: 14px;
  color: #4f4e50;
  margin: 6px 0;
}

.badge {
  display: inline-block;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 800;
}

.badge-course {
  background: #350c7f;
  color: #fff;
}

.badge-meet {
  background: #efe6ff;
  color: #350c7f;
}

.dir-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.btn-ig,
.btn-wa,
.btn-link {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.btn-ig { background: #350c7f; color: #fff; }
.btn-wa { background: #25d366; color: #fff; }
.btn-link { background: #8a50ff; color: #fff; }

.pub-profile {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  margin-bottom: 32px;
}

.guest-cta,
.wall-form {
  background: #f8f4fc;
  border-radius: 16px;
  padding: 18px;
  margin: 20px 0;
}

@media (max-width: 800px) {
  .dir-filters,
  .phone-row,
  .pub-profile {
    grid-template-columns: 1fr;
  }
}

#register-box label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

#register-box input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: inherit;
}

#register-box h2 {
  color: var(--purple);
  margin-bottom: 8px;
}

.auth-error {
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 12px;
  min-height: 18px;
}

.woms-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 20px);
  background: #350c7f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  transition: 0.25s ease;
}

.woms-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.woms-toast.err {
  background: #b42318;
}

.auth-note {
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}

.auth-note a {
  color: var(--purple);
  font-weight: 700;
}

@media (max-width: 1000px) {
  .mini-grid,
  .speakers-page-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .price-grid,
  .join-grid,
  .site-foot .cols {
    grid-template-columns: 1fr;
  }
  .contact-col {
    text-align: left;
  }
}

.seo-intro {
  max-width: 800px;
  padding: 28px 20px 8px;
}

.seo-intro h1,
.seo-intro-title {
  color: #350c7f;
  font-size: 28px;
  margin: 12px 0;
}

.seo-intro p,
.seo-intro-text {
  color: #4f4e50;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 800px;
}

.catalog-wide {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
}

.course-hero {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 18px;
  margin: 8px 0 16px;
}

.free-pill {
  display: inline-block;
  background: #efe6f8;
  color: #350c7f;
  font-weight: 800;
  font-size: 13px;
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 16px;
}

.module-preview {
  padding-left: 20px;
}

.module-preview .locked {
  opacity: 0.55;
}

.hook-box {
  background: #f8f4fc;
  border-radius: 18px;
  padding: 22px;
  margin: 28px 0;
}

.guide {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 20px 64px;
}

.guide-kicker,
.guide-kicker a {
  color: #350c7f;
  font-weight: 800;
  font-size: 13px;
}

.guide h1 {
  color: #350c7f;
  font-size: 36px;
  line-height: 1.2;
  margin: 10px 0 16px;
}

.guide-lead {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.guide h2 {
  color: #350c7f;
  font-size: 24px;
  margin: 28px 0 10px;
}

.guide h3 {
  font-size: 18px;
  margin: 18px 0 6px;
}

.guide p,
.guide li {
  line-height: 1.65;
  color: #4f4e50;
  margin-bottom: 10px;
}

.guide a {
  color: #350c7f;
  font-weight: 700;
}

.guide-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
}

.guide-table th,
.guide-table td {
  border: 1px solid #eadff5;
  padding: 10px 12px;
  text-align: left;
}

.guide-table th {
  background: #efe6f8;
  color: #350c7f;
}

.guide-cta {
  margin-top: 28px;
}

.guide-cta .btn-purple {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 12px 22px;
  /* `.guide a` es más específico que `.btn-purple` y dejaba el texto
     morado sobre fondo morado, es decir, invisible. */
  color: #fff;
  /* .btn-purple fija height:45px; sin esto una etiqueta larga se sale
     de la píldora y el texto blanco queda invisible sobre el fondo claro. */
  height: auto;
  min-height: 45px;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
}

.guide-steps {
  margin: 0 0 8px;
  padding-left: 22px;
  line-height: 1.7;
}

.guide-steps li {
  margin-bottom: 8px;
}

.guide-sub {
  grid-column: 1 / -1;
  margin: 18px 0 6px;
  font-weight: 700;
  color: var(--purple);
}

.guide-empty {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Mujeres del directorio dentro de una guía: retratos redondos,
   no tarjetas de 1/5 de ancho como en la rejilla de artículos. */
#guide-people {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 18px 0 4px;
}

#guide-people .mini-card {
  width: 116px;
  text-align: center;
  background: none;
  box-shadow: none;
  overflow: visible;
}

#guide-people .mini-card:hover {
  box-shadow: none;
}

#guide-people .thumb {
  width: 84px;
  height: 84px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3edff;
}

#guide-people .mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#guide-people .mini-card .t {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}

#guide-products {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  margin-top: 6px;
}

.mini-card .s {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.guide-cards {
  display: grid;
  gap: 16px;
}

.guide-card {
  display: block;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(53, 12, 127, 0.06);
}

.guide-card h2 {
  margin: 0 0 8px;
}

@media (max-width: 700px) {
  .mini-grid,
  .speakers-page-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-slide {
    height: 260px;
  }
  .hero-slide h1 {
    font-size: 18px;
  }
  .price-card .amt {
    font-size: 42px;
  }
}

/* ==========================================================================
   WOMS · Directorio v2 (onboarding, perfil, categorías)
   ========================================================================== */
:root {
  --woms-purple: #350c7f;
  --woms-violet: #8a50ff;
  --woms-shadow: 0 10px 30px rgba(53, 12, 127, 0.12);
  --woms-radius: 18px;
}

/* ---- Onboarding (Typeform-style) ---- */
.ob-body { background: linear-gradient(160deg, #f6f1ff 0%, #ffffff 55%); }
.ob-shell { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
.ob-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; background: var(--woms-purple); }
.ob-logo img { height: 28px; display: block; }
.ob-back {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: transparent;
  font-size: 20px; color: #fff; cursor: pointer; line-height: 1;
}
.ob-count { font-size: 13px; color: rgba(255,255,255,.85); font-weight: 700; }
.ob-track { height: 6px; background: #ece5fb; }
.ob-bar { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--woms-purple), var(--woms-violet)); transition: width .35s ease; border-radius: 0 6px 6px 0; }
.ob-root { flex: 1; display: flex; align-items: flex-start; justify-content: center; padding: clamp(24px, 5vh, 56px) clamp(20px, 5vw, 40px) clamp(48px, 8vh, 80px); }
.ob-card {
  width: 100%; max-width: 560px; margin-top: 2vh; opacity: 0; transform: translateY(14px);
  transition: opacity .35s ease, transform .35s ease;
}
.ob-card.in { opacity: 1; transform: none; }
.ob-q { font-size: 30px; line-height: 1.15; color: #1c1035; font-weight: 800; letter-spacing: -.01em; }
.ob-qsub { margin-top: 10px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.ob-error { color: #d6336c; font-weight: 700; min-height: 20px; margin-top: 8px; font-size: 14px; }
.ob-field { margin-top: 10px; }
.ob-input {
  width: 100%; font-family: inherit; font-size: 18px; padding: 15px 16px; border: 2px solid #e4dcf5;
  border-radius: 14px; background: #fff; color: #1c1035; transition: border-color .2s, box-shadow .2s;
}
.ob-input:focus { outline: none; border-color: var(--woms-violet); box-shadow: 0 0 0 4px rgba(138, 80, 255, .15); }
.ob-textarea { resize: vertical; min-height: 110px; }
.ob-select { width: 100%; font-family: inherit; font-size: 16px; padding: 14px 12px; border: 2px solid #e4dcf5; border-radius: 14px; background: #fff; }
.ob-phone { display: grid; grid-template-columns: 120px 1fr; gap: 10px; }
.ob-controls { margin-top: 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ob-btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: none; cursor: pointer;
  background: var(--woms-purple); color: #fff; font-family: inherit; font-weight: 800; font-size: 16px;
  padding: 14px 26px; border-radius: 999px; text-decoration: none; transition: transform .1s, background .2s, opacity .2s;
}
.ob-btn-primary:hover { background: #2a0a66; }
.ob-btn-primary:active { transform: scale(.98); }
.ob-btn-primary.busy { opacity: .6; pointer-events: none; }
.ob-btn-skip { background: none; border: none; color: var(--muted); font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer; text-decoration: underline; }
.ob-btn-ghost { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; border: 2px solid #e0d6f6; color: var(--woms-purple); font-weight: 800; text-decoration: none; }
.ob-hint { font-size: 13px; color: var(--muted); margin-top: 10px; }
.ob-empty { color: var(--muted); font-size: 14px; }

/* onboarding chips */
.ob-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.ob-chip {
  border: 2px solid #e4dcf5; background: #fff; color: #43356a; font-family: inherit; font-weight: 700;
  font-size: 15px; padding: 10px 16px; border-radius: 999px; cursor: pointer; transition: all .15s;
}
.ob-chip.on { background: var(--woms-purple); border-color: var(--woms-purple); color: #fff; }

/* onboarding courses */
.ob-course-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.ob-course-item, .pe-course-item {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f6f1ff;
  border: 1px solid #e8e0fa; border-radius: 12px; padding: 12px 14px;
}
.ob-course-item strong, .pe-course-item strong { display: block; color: #1c1035; }
.ob-course-item span, .pe-course-item span { font-size: 13px; color: var(--muted); }
.ob-remove, .pe-remove { background: none; border: none; color: #d6336c; font-weight: 700; cursor: pointer; font-family: inherit; }
.ob-course-form { display: flex; flex-direction: column; gap: 10px; }
.ob-add { align-self: flex-start; background: #efe7ff; color: var(--woms-purple); border: none; font-family: inherit; font-weight: 800; padding: 12px 18px; border-radius: 999px; cursor: pointer; }

/* onboarding photo */
.ob-photo { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 10px; }
.ob-avatar-preview { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; border: 4px solid #fff; box-shadow: var(--woms-shadow); background: #efe7ff; }
.ob-avatar-preview img { width: 100%; height: 100%; object-fit: cover; }
.ob-upload, .pe-upload {
  display: inline-flex; align-items: center; gap: 8px; background: var(--woms-purple); color: #fff; font-weight: 800;
  padding: 12px 22px; border-radius: 999px; cursor: pointer; font-size: 15px;
}

/* onboarding done */
.ob-done { text-align: center; margin-top: 3vh; }
.ob-check { width: 72px; height: 72px; border-radius: 50%; background: #e7fbef; color: #12b76a; font-size: 38px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ob-title { font-size: 28px; color: #1c1035; font-weight: 800; }
.ob-sub { color: var(--muted); margin-top: 8px; }
.ob-progress-ring { margin: 20px auto; font-weight: 700; color: var(--woms-purple); }
.ob-progress-ring span { font-size: 30px; display: block; }
.ob-missing { color: var(--muted); font-size: 14px; max-width: 440px; margin: 0 auto; }
.ob-done-actions { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.ob-done-actions a { width: 100%; max-width: 320px; }

/* ---- Directory cards ---- */
.dir-count { color: var(--muted); font-weight: 700; margin: 4px 0 16px; }
.dir-card {
  background: #fff; border-radius: var(--woms-radius); padding: 20px; box-shadow: 0 4px 18px rgba(30, 16, 60, .06);
  border: 1px solid #f0ecf9; display: flex; flex-direction: column; gap: 8px; transition: transform .15s, box-shadow .15s;
}
.dir-card:hover { transform: translateY(-3px); box-shadow: var(--woms-shadow); }
.dir-photo { display: block; width: 84px; height: 84px; border-radius: 50%; overflow: hidden; background: #efe7ff; }
.dir-photo img { width: 100%; height: 100%; object-fit: cover; }
.dir-card h3 { font-size: 18px; margin-top: 4px; }
.dir-card h3 a { color: #1c1035; text-decoration: none; }
.dir-meta { color: var(--muted); font-size: 14px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dir-bio { color: var(--text); font-size: 14px; line-height: 1.5; }
.dir-bio-empty { color: #b3aac6; font-style: italic; }
.dir-topics { display: flex; flex-wrap: wrap; gap: 6px; }
.tchip { background: #f2ecff; color: #5a3fb0; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.badge-course { background: #e7fbef; color: #0f9d58; font-size: 12px; font-weight: 800; padding: 3px 10px; border-radius: 999px; }
.dir-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }

.cbtn {
  display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; text-decoration: none;
  padding: 8px 12px; border-radius: 999px; color: #fff; transition: opacity .15s;
}
.cbtn:hover { opacity: .9; }
.cbtn svg { display: block; }
.cbtn-wa { background: #25d366; }
.cbtn-ig { background: #d6249f; background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.cbtn-li { background: #0a66c2; }
.cbtn-fb { background: #1877f2; }
.cbtn-more { background: var(--woms-purple); }

.dir-empty, .dir-empty-box { text-align: center; color: var(--muted); padding: 30px 10px; }
.dir-empty-box p { margin-bottom: 14px; }

/* ---- Public profile (detailed) ---- */
.crumbs { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--woms-purple); text-decoration: none; }
.pubv { background: #fff; border-radius: 22px; box-shadow: 0 6px 24px rgba(30, 16, 60, .07); padding: 26px; max-width: 820px; }
.pubv-head { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.pubv-photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: var(--woms-shadow); background: #efe7ff; }
.pubv-headmain h1 { font-size: 28px; color: #1c1035; }
.pubv-loc, .pubv-joined { color: var(--muted); font-size: 14px; margin-top: 4px; }
.pubv-edit { margin-top: 12px; display: inline-block; }
.pubv-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pubv-contact .cbtn { font-size: 14px; padding: 10px 16px; }
.pubv-hint { color: var(--muted); font-size: 14px; margin-top: 16px; }
.pubv-section { margin-top: 26px; border-top: 1px solid #f0ecf9; padding-top: 20px; }
.pubv-section h2 { font-size: 18px; color: #1c1035; margin-bottom: 12px; }
.pubv-bio { line-height: 1.6; color: var(--text); }
.pubv-empty { color: #a99fc0; }

.course-link-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.course-link-card { border: 1px solid #ece5fb; border-radius: 16px; padding: 16px; background: #fcfbff; display: flex; flex-direction: column; gap: 8px; }
.clc-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.course-cat { font-size: 12px; font-weight: 800; color: #5a3fb0; background: #f2ecff; padding: 4px 10px; border-radius: 999px; text-decoration: none; }
.clc-plat { font-size: 12px; color: var(--muted); font-weight: 700; }
.course-link-card h4 { font-size: 16px; color: #1c1035; }
.course-link-card p { font-size: 14px; color: var(--muted); line-height: 1.5; }
.clc-author { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #43356a; font-weight: 700; font-size: 14px; }
.clc-author img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.btn-link { align-self: flex-start; background: var(--woms-purple); color: #fff; font-weight: 800; text-decoration: none; padding: 9px 16px; border-radius: 999px; font-size: 14px; }
.wall-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.wall-form input, .wall-form textarea { font-family: inherit; padding: 12px; border: 2px solid #e4dcf5; border-radius: 12px; font-size: 15px; }
.wall-list { display: flex; flex-direction: column; gap: 12px; }
.wall-item { background: #fcfbff; border: 1px solid #ece5fb; border-radius: 14px; padding: 14px 16px; }
.wall-item h3 { font-size: 16px; color: #1c1035; }
.wall-item p { color: var(--text); margin-top: 4px; line-height: 1.5; }
.wall-item small { color: #a99fc0; display: block; margin-top: 6px; }
.guest-cta { margin-top: 24px; background: #f6f1ff; border-radius: 16px; padding: 20px; text-align: center; }
.guest-cta p { margin-bottom: 12px; color: #43356a; font-weight: 700; }

/* ---- Profile editor ---- */
.pe-page { max-width: 720px; }
.pe-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.pe-header h1 { font-size: 26px; color: #1c1035; }
.pe-view { color: var(--woms-purple); text-decoration: none; font-weight: 700; font-size: 14px; }
.pe-progress { margin-bottom: 18px; }
.pe-progress-bar { height: 10px; background: #ece5fb; border-radius: 999px; overflow: hidden; }
.pe-progress-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--woms-purple), var(--woms-violet)); transition: width .35s; }
.pe-progress p { font-size: 13px; color: var(--muted); font-weight: 700; margin-top: 6px; }
.pe-card { background: #fff; border-radius: 18px; box-shadow: 0 4px 18px rgba(30, 16, 60, .06); padding: 22px; margin-bottom: 16px; }
.pe-card h2 { font-size: 18px; color: #1c1035; margin-bottom: 14px; }
.pe-help { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.pe-field { margin-bottom: 16px; }
.pe-label { display: block; font-weight: 700; color: #43356a; margin-bottom: 6px; font-size: 14px; }
.pe-control { display: flex; gap: 8px; align-items: flex-start; }
.pe-input { flex: 1; width: 100%; font-family: inherit; font-size: 15px; padding: 12px 14px; border: 2px solid #e4dcf5; border-radius: 12px; background: #fff; }
.pe-input:focus { outline: none; border-color: var(--woms-violet); box-shadow: 0 0 0 4px rgba(138,80,255,.12); }
.pe-textarea { resize: vertical; }
.pe-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pe-phone { display: grid; grid-template-columns: 130px 1fr auto; gap: 8px; align-items: center; }
.pe-save-btn { background: #efe7ff; color: var(--woms-purple); border: none; font-family: inherit; font-weight: 800; padding: 11px 16px; border-radius: 12px; cursor: pointer; white-space: nowrap; }
.pe-save-btn:hover { background: #e3d7ff; }
.pe-saved { color: #12b76a; font-weight: 700; font-size: 13px; opacity: 0; transition: opacity .2s; display: inline-block; margin-top: 6px; }
.pe-saved.show { opacity: 1; }
.pe-photo-card { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.pe-avatar { width: 90px; height: 90px; border-radius: 50%; overflow: hidden; background: #efe7ff; flex: none; }
.pe-avatar img { width: 100%; height: 100%; object-fit: cover; }
.pe-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.pe-course-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.pe-course-form { display: flex; flex-direction: column; gap: 10px; }
.pe-logout { text-align: center; background: transparent; box-shadow: none; }
.pe-logout .pe-save-btn { background: #fbeaf0; color: #d6336c; }

/* ---- Categories hub + blocks ---- */
.cat-hub { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin-top: 20px; }
.cat-hub-card { text-decoration: none; background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 18px rgba(30,16,60,.06); border: 1px solid #f0ecf9; transition: transform .15s, box-shadow .15s; }
.cat-hub-card:hover { transform: translateY(-3px); box-shadow: var(--woms-shadow); }
.chc-img { height: 130px; background: #efe7ff; }
.chc-img img { width: 100%; height: 100%; object-fit: cover; }
.chc-body { padding: 14px 16px; }
.chc-body h3 { font-size: 17px; color: #1c1035; }
.chc-body span { font-size: 13px; color: var(--muted); font-weight: 700; }
.cat-block { margin-top: 26px; }
.cat-h2 { font-size: 20px; color: #1c1035; margin-bottom: 14px; }
.cat-house { border-top: 1px solid #eee; padding-top: 22px; }

@media (max-width: 560px) {
  .ob-q { font-size: 25px; }
  .ob-phone { grid-template-columns: 108px 1fr; }
  .pe-row2 { grid-template-columns: 1fr; }
  .pe-phone { grid-template-columns: 1fr; }
  .pubv-head { flex-direction: column; text-align: center; }
}

/* ==== Onboarding refinements (v3) ==== */
.ob-phone select.ob-select { min-width: 104px; }
.ob-avatar-preview.is-empty { display: flex; align-items: center; justify-content: center; background: #f2ecff; }
.ob-avatar-ph { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #8a50ff; font-weight: 700; font-size: 13px; }
.ob-avatar-ph svg { width: 42px; height: 42px; }
@media (min-width: 760px) {
  .ob-root { align-items: center; padding-bottom: 90px; }
  .ob-card { margin-top: 0; }
  .ob-q { font-size: 34px; }
}

/* ==== Perfil con pestañas (v4) ==== */
.pv-head { display: flex; gap: 22px; align-items: flex-start; flex-wrap: wrap; margin: 6px 0 20px; }
.pv-avatar { width: 128px; height: 128px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: var(--woms-shadow); background: #efe7ff; flex: 0 0 auto; }
.pv-headinfo { flex: 1; min-width: 240px; }
.pv-headinfo h1 { margin: 0 0 4px; font-size: 30px; color: var(--woms-purple); }
.pv-loc { margin: 0 0 6px; color: #6b6580; font-weight: 600; }
.pv-tagline { margin: 0 0 10px; color: #3a3450; font-size: 16px; }
.pv-contact { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.pv-hint { color: #8a50ff; font-weight: 600; margin: 10px 0; }
.pv-edit { display: inline-block; margin-top: 6px; }
.btn-outline { border: 2px solid var(--woms-purple); color: var(--woms-purple); background: #fff; border-radius: 999px; padding: 9px 18px; font-weight: 800; text-decoration: none; }
.pv-tabs { display: flex; gap: 6px; border-bottom: 2px solid #eee6fb; margin-bottom: 20px; flex-wrap: wrap; }
.pv-tab { background: none; border: none; font-family: inherit; font-size: 16px; font-weight: 800; color: #8b84a3; padding: 12px 16px; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.pv-tab.is-active { color: var(--woms-purple); border-bottom-color: var(--woms-violet); }
.pv-count { display: inline-block; min-width: 20px; padding: 0 6px; font-size: 12px; background: #efe7ff; color: var(--woms-purple); border-radius: 999px; }
.pv-panel { display: none; }
.pv-panel.is-active { display: block; animation: pvfade .25s ease; }
@keyframes pvfade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.pv-panelnote, .pv-empty { color: #6b6580; background: #f7f4fd; border-radius: 14px; padding: 14px 16px; }
.pv-empty a, .pv-panelnote a { color: var(--woms-purple); font-weight: 700; }
.pv-about h2 { color: var(--woms-purple); margin: 0 0 8px; }
.pv-about h3 { color: var(--woms-purple); margin: 20px 0 8px; font-size: 17px; }
.pv-bio { color: #3a3450; line-height: 1.6; }
.pv-facts { list-style: none; padding: 0; margin: 0; color: #3a3450; }
.pv-facts li { padding: 4px 0; }

/* Product cards (Tienda / Descubre) */
.pcard-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.pcard { background: #fff; border-radius: var(--woms-radius); overflow: hidden; box-shadow: 0 4px 18px rgba(30, 16, 60, .07); display: flex; flex-direction: column; }
.pc-img { display: block; aspect-ratio: 16/10; background: #efe7ff; overflow: hidden; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; }
.pc-img-ph { display: flex; align-items: center; justify-content: center; color: var(--woms-purple); font-weight: 800; text-align: center; padding: 10px; }
.pc-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.pc-cat { background: #efe7ff; color: var(--woms-purple); font-weight: 700; font-size: 12px; padding: 3px 10px; border-radius: 999px; }
.pc-plat { background: #f0f0f5; color: #555; font-weight: 700; font-size: 12px; padding: 3px 10px; border-radius: 999px; }
.pcard h4 { margin: 2px 0; font-size: 17px; color: #241a3d; }
.pc-desc { margin: 0; color: #6b6580; font-size: 14px; }
.pc-price { margin: 0; font-weight: 800; color: var(--woms-purple); }
.pc-author { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #3a3450; font-weight: 700; font-size: 14px; margin-top: auto; }
.pc-author img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; background: #efe7ff; }
.pc-btn { text-align: center; margin-top: 6px; }
.pc-note { margin: 0; font-size: 11.5px; color: #9a93ad; }

/* Muro */
.wall-form { background: #f7f4fd; border-radius: 16px; padding: 14px; margin-bottom: 18px; }
.wall-form textarea { width: 100%; border: 1.5px solid #e0d6f6; border-radius: 12px; padding: 12px; font-family: inherit; font-size: 15px; resize: vertical; box-sizing: border-box; }
.wall-form-row { display: flex; align-items: center; gap: 12px; margin-top: 10px; flex-wrap: wrap; }
.wall-photo { display: inline-flex; align-items: center; gap: 6px; background: #efe7ff; color: var(--woms-purple); font-weight: 700; padding: 9px 14px; border-radius: 999px; cursor: pointer; }
.wall-fname { color: #6b6580; font-size: 13px; }
.wall-form-row .btn-purple { margin-left: auto; }
.wall-list { display: flex; flex-direction: column; gap: 14px; }
.wall-item { position: relative; background: #fff; border: 1px solid #eee6fb; border-radius: 16px; padding: 16px; }
.wall-item h3 { margin: 0 0 6px; color: var(--woms-purple); font-size: 18px; }
.wall-item p { margin: 0 0 8px; color: #3a3450; line-height: 1.55; }
.wall-img { max-width: 100%; border-radius: 12px; margin: 6px 0; }
.wall-date { color: #9a93ad; font-size: 12px; }
.wall-del { position: absolute; top: 12px; right: 12px; background: #f7eef0; color: #b23a5b; border: none; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-weight: 800; }
.wc-list { margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.wc-item { background: #f7f4fd; border-radius: 10px; padding: 8px 12px; font-size: 14px; color: #3a3450; }
.wc-item b { color: var(--woms-purple); }
.wc-form { display: flex; gap: 8px; margin-top: 10px; }
.wc-form input { flex: 1; border: 1.5px solid #e0d6f6; border-radius: 999px; padding: 9px 14px; font-family: inherit; font-size: 14px; }
.wc-form .btn-link { background: none; border: none; color: var(--woms-purple); font-weight: 800; cursor: pointer; font-family: inherit; }

/* Descubre filtros */
.dsc-filters { margin: 8px 0 14px; }
.dsc-filters input[type=search] { width: 100%; max-width: 420px; border: 1.5px solid #e0d6f6; border-radius: 999px; padding: 12px 18px; font-family: inherit; font-size: 15px; box-sizing: border-box; }
.dsc-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.dsc-chip { background: #fff; border: 1.5px solid #e0d6f6; color: var(--woms-purple); font-family: inherit; font-weight: 700; padding: 8px 16px; border-radius: 999px; cursor: pointer; }
.dsc-chip.is-active { background: var(--woms-purple); border-color: var(--woms-purple); color: #fff; }

/* Editor: imagen y precio de producto */
.pe-cimg { display: flex; align-items: center; gap: 12px; }
.pe-cimg-prev { width: 88px; height: 66px; border-radius: 12px; background: #efe7ff; overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--woms-purple); font-weight: 700; font-size: 12px; flex: 0 0 auto; }
.pe-cimg-prev img { width: 100%; height: 100%; object-fit: cover; }
.pe-upload-sm { padding: 9px 14px; font-size: 14px; }
.pe-cform-actions { display: flex; gap: 10px; align-items: center; }
.pe-course-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eee6fb; }
.pe-ci-img { width: 56px; height: 42px; border-radius: 8px; object-fit: cover; background: #efe7ff; flex: 0 0 auto; }
.pe-ci-ph { background: #efe7ff; }
.pe-ci-main { flex: 1; display: flex; flex-direction: column; }
.pe-ci-main span { color: #6b6580; font-size: 13px; }
.pe-ci-actions { display: flex; gap: 6px; }
.pe-edit { background: #efe7ff; color: var(--woms-purple); border: none; font-family: inherit; font-weight: 700; padding: 6px 12px; border-radius: 999px; cursor: pointer; }

@media (max-width: 560px) {
  .pv-head { gap: 14px; }
  .pv-avatar { width: 92px; height: 92px; }
  .pv-headinfo h1 { font-size: 24px; }
  .wall-form-row .btn-purple { margin-left: 0; }
}

/* ==== Comunidad (estilo Skool) ==== */
.com-layout { display: grid; grid-template-columns: 210px minmax(0,1fr) 260px; gap: 24px; align-items: start; margin-top: 18px; }
.com-side-title { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: #9a93ad; font-weight: 800; margin: 0 0 8px; }
.com-spaces { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 4px; }
.com-space { text-align: left; background: none; border: none; font-family: inherit; font-weight: 700; color: #3a3450; padding: 9px 12px; border-radius: 10px; cursor: pointer; }
.com-space:hover { background: #f2ecff; }
.com-space.is-active { background: var(--woms-purple); color: #fff; }
.com-toolbar { display: flex; justify-content: flex-end; margin-bottom: 12px; }
.com-sort { display: inline-flex; background: #f2ecff; border-radius: 999px; padding: 3px; }
.com-sortbtn { background: none; border: none; font-family: inherit; font-weight: 700; color: var(--woms-purple); padding: 7px 14px; border-radius: 999px; cursor: pointer; }
.com-sortbtn.is-active { background: #fff; box-shadow: 0 2px 8px rgba(53,12,127,.12); }
.com-composer, .com-join { background: #fff; border-radius: var(--woms-radius); box-shadow: 0 4px 18px rgba(30,16,60,.07); padding: 16px; margin-bottom: 16px; }
.com-join { text-align: center; }
.com-join p { margin: 0 0 10px; color: #3a3450; }
.com-composer textarea { width: 100%; border: 1.5px solid #e0d6f6; border-radius: 12px; padding: 12px; font-family: inherit; font-size: 15px; resize: vertical; box-sizing: border-box; }
.com-form-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.com-select { border: 1.5px solid #e0d6f6; border-radius: 999px; padding: 9px 14px; font-family: inherit; font-weight: 700; color: var(--woms-purple); background: #fff; }
.com-photo { display: inline-flex; align-items: center; gap: 6px; background: #efe7ff; color: var(--woms-purple); font-weight: 700; padding: 9px 14px; border-radius: 999px; cursor: pointer; }
.com-fname { color: #6b6580; font-size: 13px; }
.com-form-row .btn-purple { margin-left: auto; }
.com-post { background: #fff; border-radius: var(--woms-radius); box-shadow: 0 4px 18px rgba(30,16,60,.06); padding: 16px; margin-bottom: 14px; }
.com-post-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.com-ava { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: #efe7ff; }
.com-post-meta { display: flex; flex-direction: column; }
.com-author { font-weight: 800; color: #241a3d; text-decoration: none; }
.com-author:hover { color: var(--woms-purple); }
.com-sub { font-size: 12.5px; color: #9a93ad; }
.com-space-chip { background: #efe7ff; color: var(--woms-purple); font-weight: 700; padding: 1px 8px; border-radius: 999px; font-size: 12px; }
.com-post-body { color: #3a3450; line-height: 1.55; }
.com-post-img { max-width: 100%; border-radius: 12px; margin-top: 10px; }
.com-actions { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.com-like, .wall-like { background: #f7f4fd; border: none; color: #8b84a3; font-family: inherit; font-weight: 800; padding: 7px 14px; border-radius: 999px; cursor: pointer; }
.com-like.is-on, .wall-like.is-on { background: #ffe6ef; color: #d6336c; }
.com-cn { color: #9a93ad; font-size: 13px; }
.com-c-list, .wall-actions { margin-top: 10px; }
.wall-actions { display: flex; gap: 10px; }
.com-c, .wc-item { background: #f7f4fd; border-radius: 10px; padding: 8px 12px; font-size: 14px; color: #3a3450; margin-top: 6px; }
.com-c b { color: var(--woms-purple); }
.com-c-form { display: flex; gap: 8px; margin-top: 10px; }
.com-c-form input { flex: 1; border: 1.5px solid #e0d6f6; border-radius: 999px; padding: 9px 14px; font-family: inherit; font-size: 14px; }
.com-c-form .btn-link { background: none; border: none; color: var(--woms-purple); font-weight: 800; cursor: pointer; font-family: inherit; }
.com-empty, .com-muted { color: #6b6580; background: #f7f4fd; border-radius: 14px; padding: 16px; text-align: center; }
.com-muted { background: none; padding: 6px 0; font-size: 14px; }
.com-rail { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 16px; }
.com-card { background: #fff; border-radius: var(--woms-radius); box-shadow: 0 4px 18px rgba(30,16,60,.06); padding: 16px; }
.com-card h3 { margin: 0 0 12px; font-size: 16px; color: var(--woms-purple); }
.com-lead { display: flex; align-items: center; gap: 10px; text-decoration: none; padding: 6px 0; }
.com-rank { width: 22px; font-weight: 800; color: #9a93ad; text-align: center; }
.com-lead img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: #efe7ff; }
.com-lead-name { flex: 1; color: #241a3d; font-weight: 700; font-size: 14px; }
.com-pts { font-weight: 800; color: var(--woms-purple); }
.com-ev { padding: 8px 0; border-bottom: 1px solid #f0ebfa; }
.com-ev:last-child { border-bottom: none; }
.com-ev-title { margin: 0; font-weight: 800; color: #241a3d; font-size: 14px; }
.com-ev-meta { margin: 2px 0 6px; color: #9a93ad; font-size: 12.5px; }
.com-ev-row { display: flex; align-items: center; gap: 10px; }
.com-ev-link { color: var(--woms-purple); font-weight: 700; text-decoration: none; font-size: 13px; }
.com-voy { background: var(--woms-purple); color: #fff; border: none; font-family: inherit; font-weight: 700; padding: 6px 14px; border-radius: 999px; cursor: pointer; font-size: 13px; }
.com-voy.is-on { background: #2aa76a; }
.com-ev-going { color: #9a93ad; font-size: 12px; margin-left: auto; }
@media (max-width: 960px) {
  .com-layout { grid-template-columns: minmax(0, 1fr); }
  .com-side, .com-main, .com-rail { min-width: 0; max-width: 100%; }
  .com-spaces { position: static; flex-direction: row; flex-wrap: nowrap; overflow-x: auto; gap: 6px; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
  .com-space { white-space: nowrap; }
  .com-rail { position: static; flex-direction: column; }
}

/* ==== Espaciado v2: ritmo vertical y ancho de lectura ==== */
.page-inner > h1 { margin-bottom: 10px; }
.guide-kicker { margin-bottom: 8px; }
.dir-lead, .guide-lead, .cat-only p, .seo-intro p, .guide-content p, .cat-house p { max-width: var(--woms-read); }
.dir-lead { margin-bottom: var(--woms-section); }
.dir-filters, .dsc-filters { margin-bottom: var(--woms-section); }
.dir-grid, .space-grid { gap: clamp(16px, 2vw, 22px); }
.dsc-grid { gap: clamp(16px, 2vw, 22px) !important; }
.cat-block { margin-top: var(--woms-section); }
.guide-cards { margin-top: var(--woms-section); gap: clamp(14px, 2vw, 20px); }
.com-layout { margin-top: var(--woms-section); gap: clamp(18px, 2.2vw, 26px); }

/* ===== Creadoras: portada, tipo de oferta, autora, clics ===== */
.pc-img { position: relative; }
.pc-type { position: absolute; top: 10px; left: 10px; background: rgba(53,12,127,.92); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.pc-author { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #4a3d63; font-weight: 700; font-size: 13px; margin: 2px 0; }
.pc-author img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.pc-author:hover { color: var(--woms-purple); }
.pc-note { margin: 6px 0 0; font-size: 11.5px; color: #8a80a0; line-height: 1.35; }
.pe-ci-clicks { display: inline-block; margin-top: 2px; font-size: 12px; color: #8a80a0; font-weight: 700; }
.pe-ci-pending { display: inline-block; margin-right: 8px; font-size: 12px; color: #b06a00; background: #fff3e0; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.pe-wa-vis { margin-top: 6px; }

/* ===== Descubre: subfiltros y orden ===== */
.dsc-subfilters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 4px; }
.dsc-offers { display: flex; flex-wrap: wrap; gap: 8px; }
.dsc-chip-sm { padding: 6px 12px; font-size: 13px; }
.dsc-sort { margin-left: auto; border: 1.5px solid #e0d6f6; border-radius: 999px; padding: 8px 14px; font-family: inherit; font-weight: 700; color: var(--woms-purple); background: #fff; }
.dsc-n { opacity: .6; font-weight: 700; font-size: 12px; }
.dsc-grid .dir-empty-box, .dir-grid .dir-empty-box { grid-column: 1 / -1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: var(--woms-read, 60ch); margin: 0 auto; }

/* ===== Chat de descubrimiento ===== */
.dchat { background: linear-gradient(135deg, #f6f0ff, #fdf7ff); border: 1.5px solid #e6dbfb; border-radius: var(--woms-radius); padding: clamp(16px, 2.4vw, 24px); margin-bottom: var(--woms-section); }
.dchat-head { display: flex; gap: 12px; align-items: flex-start; }
.dchat-emoji { font-size: 26px; line-height: 1; }
.dchat-head h3 { margin: 0 0 4px; color: var(--woms-purple); font-size: clamp(17px, 2.2vw, 20px); }
.dchat-sub { margin: 0; color: #6a5f83; font-size: 14px; }
.dchat-form { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.dchat-form input { flex: 1; min-width: 200px; border: 1.5px solid #d9cdf3; border-radius: 999px; padding: 12px 18px; font-family: inherit; font-size: 15px; }
.dchat-form input:focus { outline: none; border-color: var(--woms-purple); }
.dchat-examples { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.dchat-ex-label { font-size: 13px; color: #8a80a0; font-weight: 700; }
.dchat-ex { background: #fff; border: 1.5px solid #e0d6f6; color: var(--woms-purple); font-family: inherit; font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 999px; cursor: pointer; }
.dchat-ex:hover { background: var(--woms-purple); color: #fff; }
.dchat-results { margin-top: 16px; }
.dchat-results:empty { margin: 0; }
.dchat-loading, .dchat-post { color: #6a5f83; font-size: 14px; }
.dchat-themes { font-size: 14px; color: #4a3d63; }
.dchat-h { margin: 16px 0 10px; color: var(--woms-purple); font-size: 15px; }
.dchat-prods { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.dchat-prod { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 3px 14px rgba(30,16,60,.07); display: flex; flex-direction: column; }
.dchat-prod-img { display: block; aspect-ratio: 16/10; background: #efe7ff; }
.dchat-prod-img img { width: 100%; height: 100%; object-fit: cover; }
.dchat-prod-body { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 6px; }
.dchat-prod-body h5 { margin: 0; font-size: 15px; color: #241a3d; }
.dchat-prod-author { font-size: 13px; color: #6a5f83; text-decoration: none; }
.dchat-prod-btns { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
.dchat-prod-btns .pc-btn { flex: 1; }
.dchat-people { display: flex; flex-direction: column; gap: 10px; }
.dchat-person { display: flex; gap: 12px; background: #fff; border-radius: 14px; padding: 12px; box-shadow: 0 3px 14px rgba(30,16,60,.06); }
.dchat-person > a img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.dchat-person-body { display: flex; flex-direction: column; gap: 4px; }
.dchat-person-body strong { color: var(--woms-purple); }
.dchat-person-body p { margin: 0; font-size: 13px; color: #6a5f83; }
.dchat-person-btns { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.dchat-btn { background: #efe7ff; color: var(--woms-purple); font-weight: 800; text-decoration: none; padding: 7px 14px; border-radius: 999px; font-size: 13px; }
.dchat-btn-wa { background: #25d366; color: #fff; }
.dchat-sugg { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0; }
.dchat-post a { color: var(--woms-purple); font-weight: 700; }

/* ===== Onboarding: bifurcación, portada, visibilidad WhatsApp ===== */
.ob-branch { display: flex; gap: 12px; margin-bottom: 16px; }
.ob-branch-btn { flex: 1; background: #fff; border: 2px solid #e0d6f6; color: var(--woms-purple); font-family: inherit; font-weight: 800; padding: 16px; border-radius: 16px; cursor: pointer; font-size: 15px; }
.ob-branch-btn.on { background: var(--woms-purple); border-color: var(--woms-purple); color: #fff; }
.ob-cimg { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ob-cimg-prev { width: 96px; height: 64px; border-radius: 12px; background: #efe7ff; overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--woms-purple); font-weight: 700; font-size: 12px; flex: 0 0 auto; }
.ob-cimg-prev img { width: 100%; height: 100%; object-fit: cover; }
.ob-upload-sm { padding: 9px 16px; font-size: 14px; }
.ob-wavis-list { display: flex; flex-direction: column; gap: 10px; }
.ob-wavis { text-align: left; background: #fff; border: 2px solid #e0d6f6; color: #33294d; font-family: inherit; font-weight: 700; padding: 14px 16px; border-radius: 14px; cursor: pointer; font-size: 15px; }
.ob-wavis.on { background: var(--woms-purple); border-color: var(--woms-purple); color: #fff; }

/* ===== Guardados (♡) ===== */
.pcard, .dir-card { position: relative; }
.woms-save { border: none; background: none; cursor: pointer; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: #b9adda; -webkit-tap-highlight-color: transparent; }
.woms-save svg { fill: currentColor; transition: transform .15s ease; }
.woms-save:active svg { transform: scale(1.25); }
.woms-save.is-saved { color: #e0356f; }
.pc-save, .dir-save { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 2px 10px rgba(30,16,60,.18); color: #7a6f96; z-index: 3; }
.pc-save.is-saved, .dir-save.is-saved { color: #e0356f; }
.com-save { margin-left: auto; }
.wall-actions .woms-save { color: #b9adda; }
.pv-save-profile { display: inline-flex; align-items: center; gap: 6px; }
.pv-save-profile.woms-save { color: var(--woms-purple); }
.pv-save-profile.woms-save.is-saved { color: #e0356f; }
.pv-save-profile svg { width: 16px; height: 16px; }
.pe-saved-h { color: var(--woms-purple); font-size: 15px; margin: 16px 0 10px; }
.pe-saved-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
.pe-saved-item { display: flex; flex-direction: column; text-decoration: none; background: #faf7ff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(30,16,60,.05); }
.pe-saved-item img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: #efe7ff; }
.pe-saved-person img { aspect-ratio: 1/1; }
.pe-saved-item span { padding: 8px 10px 2px; font-weight: 700; font-size: 13px; color: #241a3d; }
.pe-saved-item small { padding: 0 10px 10px; font-size: 12px; color: #8a80a0; }
.pe-saved-posts { display: flex; flex-direction: column; gap: 8px; }
.pe-saved-post { text-decoration: none; color: #4a3d63; background: #faf7ff; border-radius: 10px; padding: 10px 12px; font-size: 14px; }
.pe-saved-post b { color: var(--woms-purple); }



/* ---- Etapa de vida ---- */
.stage-chip { display: inline-block; background: #f3edff; color: #5b3fa8; border: 1px solid #e3d8ff; border-radius: 999px; padding: 3px 10px; font-size: 12px; font-weight: 600; margin: 2px 0 6px; }
.pv-stage { margin: 2px 0 8px; }
.pe-stage-field { margin-top: 18px; border-top: 1px solid #f0ebfa; padding-top: 16px; }

/* ---- Mujeres como tú ---- */
.sim-block { margin-top: var(--woms-section, 32px); }
.sim-block h3 { margin: 0 0 4px; font-size: 20px; color: #241a3d; }
.sim-sub { margin: 0 0 14px; color: #7c7392; font-size: 14px; }
.sim-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 14px; }
.simcard { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; background: #fff; border: 1px solid #eee6fb; border-radius: 14px; padding: 14px 10px; text-align: center; transition: transform .15s ease, box-shadow .15s ease; }
.simcard:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(90, 60, 160, .10); }
.simcard img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
.simcard-name { font-weight: 700; font-size: 14px; color: #241a3d; }
.simcard-why { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
.simcard-why .tchip { font-size: 10px; padding: 2px 7px; }
.pe-sim-card:empty, .pe-sim-card:has(#pe-similar:empty) { display: none; }

/* ---- Primer producto ---- */
.first-product { background: linear-gradient(135deg, #f7f0ff 0%, #fff5fb 100%); border: 1px solid #e8dcff; border-radius: 18px; padding: clamp(20px, 4vw, 30px); text-align: center; margin-bottom: 22px; }
.first-product h3 { margin: 0 0 8px; font-size: clamp(19px, 3vw, 23px); color: #2c1f4d; }
.first-product p { margin: 0 auto 16px; max-width: var(--woms-read, 60ch); color: #5a5072; font-size: 15px; line-height: 1.55; }
.first-product .btn-purple { display: inline-block; }
.first-product small { display: block; margin-top: 12px; color: #8a80a0; font-size: 12px; }

/* ---- Checklist de perfil ---- */
.pe-todo { background: #fff; border: 1px solid #eee6fb; border-radius: 18px; padding: clamp(18px, 3vw, 26px); margin-bottom: 20px; }
.pe-todo h2 { margin: 0 0 4px; font-size: 20px; color: #241a3d; }
.pe-todo-list { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pe-todo-list li { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.pe-todo-go { background: #f3edff; border: 1px solid #e3d8ff; color: #5b3fa8; border-radius: 10px; padding: 7px 13px; font-weight: 700; font-size: 14px; cursor: pointer; }
.pe-todo-go:hover { background: #e9dfff; }
.pe-todo-list li span { color: #7c7392; font-size: 13px; }
.pe-todo-done { background: #f4fff8; border-color: #cdedd9; }
.pe-flash { animation: peflash 1.3s ease; }
@keyframes peflash { 0%, 100% { box-shadow: none; } 30% { box-shadow: 0 0 0 4px rgba(139, 92, 246, .28); } }

/* ---- Onboarding: etapa ---- */
.ob-stages { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 620px; margin: 0 auto; }
.ob-stage { background: #fff; border: 1.5px solid #e3d8ff; color: #4a3d63; border-radius: 999px; padding: 11px 18px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all .15s ease; }
.ob-stage:hover { border-color: #b99cff; }
.ob-stage.on { background: var(--woms-purple, #7c3aed); border-color: var(--woms-purple, #7c3aed); color: #fff; }

/* ---- Comunidad: anónimo y reglas ---- */
.com-anon { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 14px; color: #4a3d63; cursor: pointer; }
.com-anon-note { margin: 6px 0 0; font-size: 12.5px; color: #8a80a0; line-height: 1.5; }
.com-anon-tag { color: #6b6383; font-weight: 700; }
.com-anon-tag em { font-style: normal; font-size: 11px; background: #f0ecf8; border-radius: 6px; padding: 1px 6px; margin-left: 5px; color: #8a80a0; }
.com-rules ul { margin: 8px 0 0; padding-left: 18px; display: flex; flex-direction: column; gap: 7px; }
.com-rules li { font-size: 13px; color: #5a5072; line-height: 1.5; }

/* ---- Reportar ---- */
.woms-report { background: none; border: none; color: #b0a7c4; font-size: 12.5px; cursor: pointer; padding: 4px 6px; border-radius: 8px; }
.woms-report:hover { color: #7c3aed; background: #f6f1ff; }
.com-c .woms-report { float: right; }
.pv-report { display: inline-block; margin-left: 8px; }
.wrp-overlay { position: fixed; inset: 0; background: rgba(30, 20, 55, .55); display: flex; align-items: center; justify-content: center; padding: 20px; z-index: 9999; }
.wrp-box { background: #fff; border-radius: 18px; padding: clamp(20px, 4vw, 28px); width: min(460px, 100%); max-height: 90vh; overflow: auto; position: relative; }
.wrp-box h3 { margin: 0 0 4px; font-size: 20px; color: #241a3d; }
.wrp-sub { margin: 0 0 14px; color: #7c7392; font-size: 14px; }
.wrp-x { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 17px; color: #a99fc0; cursor: pointer; }
.wrp-reasons { display: flex; flex-direction: column; gap: 8px; }
.wrp-reason { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: #3f3459; cursor: pointer; padding: 8px 11px; border: 1px solid #eee6fb; border-radius: 11px; }
.wrp-reason:hover { background: #faf7ff; }
.wrp-hint { margin: 10px 0; font-size: 12.5px; color: #8a80a0; line-height: 1.5; }
.wrp-box textarea { width: 100%; border: 1px solid #e3d8ff; border-radius: 11px; padding: 10px 12px; font: inherit; font-size: 14px; resize: vertical; }
.wrp-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 14px; }
.wrp-cancel { background: none; border: none; color: #7c7392; font-size: 14px; cursor: pointer; padding: 10px 12px; }
.ob-first-product { background: #f7f0ff; border: 1px solid #e8dcff; border-radius: 14px; padding: 16px 18px; margin: 16px auto 4px; max-width: 520px; text-align: center; }
.ob-first-product b { display: block; color: #2c1f4d; font-size: 16px; margin-bottom: 4px; }
.ob-first-product p { margin: 0; font-size: 14px; color: #5a5072; line-height: 1.5; }
.pv-headactions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.pv-headactions .pv-save-profile { margin: 0; }
.com-anon[hidden], .com-anon-note[hidden] { display: none; }
.pv-headactions .pv-save-profile {
  flex: 0 0 auto; width: auto; margin: 0; padding: 9px 18px;
  border: 1.5px solid var(--woms-purple, #7c3aed); border-radius: 999px;
  background: #fff; font-weight: 700; font-size: 14px;
}
.pv-headactions .pv-save-profile:hover { background: #faf7ff; }
.pv-headactions .pv-save-profile.is-saved { border-color: #e0356f; }

/* --- Correo: estado en el perfil --- */
.pe-email h3 { margin: 0 0 6px; font-size: 1.05rem; }
.pe-badge-ok {
  display: inline-block; margin-left: 6px; padding: 2px 10px; border-radius: 999px;
  background: #e8f7ee; color: #1c7a45; font-size: .72rem; font-weight: 700;
  letter-spacing: .3px; text-transform: uppercase; vertical-align: middle;
}
.pe-email .btn-outline { margin-top: 10px; }
.pe-optout {
  display: flex; gap: 10px; align-items: flex-start; margin-top: 16px;
  font-size: .88rem; color: #6b6382; line-height: 1.5; cursor: pointer;
}
.pe-optout input { margin-top: 3px; flex: 0 0 auto; }

/* --- Correo: panel de administración --- */
.adm-mail-cfg { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.adm-pill {
  padding: 5px 12px; border-radius: 999px; background: #f2eefb;
  color: #350c7f; font-size: .8rem; font-weight: 600;
}
.adm-pill.bad { background: #fdecec; color: #a4262c; }
.adm-pill.good { background: #e8f7ee; color: #1c7a45; }
.adm-mail-test { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.adm-mail-test input { flex: 1 1 220px; }
.adm-mail-row { border-bottom: 1px solid #ece7f5; padding: 10px 0; font-size: .9rem; }
.adm-mail-row .st { font-weight: 700; }
.adm-mail-row .st.sent { color: #1c7a45; }
.adm-mail-row .st.failed { color: #a4262c; }
.adm-mail-row .st.queued, .adm-mail-row .st.retry { color: #8a6d1f; }
.adm-mail-row .err { display: block; color: #a4262c; font-size: .82rem; margin-top: 3px; word-break: break-word; }
