/* ============================================================
   Notificaciones (auxiliar)
   ============================================================ */
.notif-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 12px;
  gap: 12px;
}
.notif-h2 {
  font-size: 18px;
  font-weight: 800;
  color: var(--azul);
  margin: 0;
  letter-spacing: -0.3px;
}
.notif-sub {
  font-size: 11.5px;
  color: var(--muted);
  margin: 3px 0 0;
}
.notif-sub strong { color: var(--naranja); font-weight: 800; }
.notif-mark-all {
  background: white;
  border: 1px solid var(--line);
  color: var(--azul);
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .15s;
  flex-shrink: 0;
}
.notif-mark-all:hover { background: var(--azul); color: white; border-color: var(--azul); }

.notif-tabs {
  display: flex;
  gap: 4px;
  background: var(--surface-2);
  border: 1px solid var(--line-2);
  border-radius: 30px;
  padding: 3px;
  margin-bottom: 16px;
}
.notif-tab {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  border-radius: 26px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .15s;
}
.notif-tab.active {
  background: white;
  color: var(--azul);
  box-shadow: 0 2px 6px rgba(28,60,133,.10);
}
.notif-tab .count {
  background: var(--line-2);
  color: var(--muted);
  padding: 1px 6px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
}
.notif-tab.active .count { background: var(--naranja); color: white; }

.notif-group { margin-bottom: 18px; }
.notif-group-title {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 4px 8px;
}
.notif-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.notif-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 12px;
  cursor: pointer;
  transition: transform .12s, box-shadow .12s, border-color .12s;
}
.notif-row:hover { transform: translateY(-1px); box-shadow: var(--shadow-xs); border-color: var(--naranja-100); }
.notif-row.unread {
  background: linear-gradient(135deg, #fff5ef 0%, white 60%);
  border-color: var(--naranja-100);
}
.notif-ic {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.notif-ic svg { width: 18px; height: 18px; fill: currentColor; }
.notif-body { min-width: 0; flex: 1; }
.notif-row-head {
  display: flex;
  align-items: center;
  gap: 6px;
}
.notif-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.1px;
  flex: 1;
  min-width: 0;
  line-height: 1.25;
}
.notif-dot {
  width: 8px; height: 8px;
  background: var(--naranja);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(237,107,64,.18);
}
.notif-msg {
  margin: 4px 0 6px;
  font-size: 11.5px;
  color: var(--text-2);
  line-height: 1.4;
}
.notif-time {
  font-size: 10.5px;
  color: var(--muted);
  font-weight: 600;
}

.notif-settings {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 14px 16px;
  cursor: pointer;
  color: var(--azul);
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 8px;
  transition: background .15s;
}
.notif-settings:hover { background: var(--azul-50); }
.notif-settings svg { fill: currentColor; }
.notif-settings .arrow { margin-left: auto; font-size: 20px; color: var(--muted); }

/* ============================================================
   Ruta en acción
   ============================================================ */
.accion-hero {
  position: relative;
  margin-top: -44px;
  padding: 72px 18px 26px;
  overflow: hidden;
  isolation: isolate;
  color: white;
  min-height: 260px;
}
.accion-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, var(--naranja) 0%, #d35530 60%, var(--azul-700) 100%);
  z-index: -2;
}
.accion-hero-bg::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: radial-gradient(closest-side, rgba(255,255,255,.25), transparent 70%);
  filter: blur(22px);
}
.accion-back { position: relative; z-index: 1; }
.accion-hero-content {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  max-width: 70%;
}
.accion-h1 {
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.5px;
  margin: 6px 0 8px;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
  line-height: 1.15;
}
.accion-sub {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
  margin: 0;
  max-width: 95%;
}
.accion-hero-mascot {
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: 140px;
  z-index: 0;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.3));
}

.accion-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.accion-stat {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  box-shadow: var(--shadow-xs);
}
.accion-stat-num {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1;
}
.accion-stat-lbl {
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.accion-stories {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.accion-story {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .12s, box-shadow .12s;
}
.accion-story:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.accion-story-photo {
  position: relative;
  height: 140px;
  background-size: cover;
  background-position: center;
}
.accion-story-tag {
  position: absolute;
  top: 10px; left: 10px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.accion-story-body { padding: 14px; }
.accion-story-date {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--naranja);
  letter-spacing: 1px;
}
.accion-story-title {
  margin: 4px 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.2px;
  line-height: 1.25;
}
.accion-story-desc {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}
.accion-story-link {
  color: var(--naranja);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.accion-participate {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.accion-part-card {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  width: 100%;
  transition: all .15s;
  box-shadow: var(--shadow-xs);
}
.accion-part-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--naranja-100); }
.accion-part-ic {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.accion-part-ic svg { width: 20px; height: 20px; fill: currentColor; }
.accion-part-meta { flex: 1; min-width: 0; }
.accion-part-meta h4 {
  margin: 0 0 2px;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.2px;
}
.accion-part-meta p {
  margin: 0;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
}
.accion-part-arrow {
  color: var(--muted);
  font-size: 22px;
  flex-shrink: 0;
}

/* ============================================================
   Contáctanos
   ============================================================ */
.contacto-hero {
  display: flex;
  gap: 14px;
  align-items: center;
  background: linear-gradient(135deg, var(--azul-50) 0%, white 70%);
  border: 1px solid var(--azul-100);
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.contacto-hero img {
  width: 76px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.12));
}
.contacto-h2 {
  margin: 4px 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: var(--azul);
  letter-spacing: -0.3px;
  line-height: 1.15;
}
.contacto-sub {
  margin: 0;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
}

.contacto-channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 4px;
}
.contacto-channel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 14px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: var(--shadow-xs);
}
.contacto-channel:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--naranja-100); }
.contacto-channel-ic {
  width: 38px; height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contacto-channel-ic svg { width: 18px; height: 18px; fill: currentColor; }
.contacto-channel-meta .lbl {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .5px;
}
.contacto-channel-meta {
  min-width: 0;
  flex: 1;
}
.contacto-channel-meta .val {
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
  margin-top: 2px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============================================================
   Términos
   ============================================================ */
.terms-header {
  text-align: center;
  margin: 4px 0 20px;
}
.terms-eyebrow {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--naranja);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.terms-h1 {
  margin: 6px 0 8px;
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  color: var(--azul);
  letter-spacing: -0.5px;
}
.terms-intro {
  margin: 0 auto;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 92%;
}

.terms-index {
  background: linear-gradient(135deg, var(--azul-50), white);
  border: 1px solid var(--azul-100);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 20px;
}
.terms-index-title {
  font-size: 11px;
  font-weight: 800;
  color: var(--azul);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.terms-index-title svg { fill: currentColor; }
.terms-index-list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.terms-index-list li {
  font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.4;
}

.terms-section { margin-bottom: 18px; }
.terms-section-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--azul);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.terms-num {
  width: 26px; height: 26px;
  background: var(--naranja);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}
.terms-body {
  margin: 0 0 0 36px;
  font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.6;
}

.terms-footer {
  text-align: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
}
.terms-footer p {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--muted);
}
.terms-copy {
  font-style: italic;
  font-size: 11px !important;
  margin-top: 8px !important;
}

/* ============================================================
   W11 + W12 · Categoría / browsing
   ============================================================ */
.cat-hero {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--naranja-50) 0%, white 70%);
  border: 1px solid var(--naranja-100);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.cat-hero-icon {
  width: 52px; height: 52px;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(237,107,64,.18));
}
.cat-hero-meta { min-width: 0; flex: 1; }
.cat-hero-title {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: var(--azul);
  letter-spacing: -0.3px;
  line-height: 1.15;
}
.cat-hero-sub {
  font-size: 11.5px;
  color: var(--muted);
  margin: 3px 0 0;
}

.cat-view-toggle {
  display: flex;
  gap: 4px;
  background: var(--surface-2);
  border: 1px solid var(--line-2);
  border-radius: 30px;
  padding: 3px;
  margin: 10px 0 4px;
}
.cat-view-opt {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
  border-radius: 26px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all .15s;
}
.cat-view-opt.active {
  background: white;
  color: var(--azul);
  box-shadow: 0 2px 6px rgba(28,60,133,.10);
}
.cat-view-opt svg { fill: currentColor; }

.cat-active-filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px 0 4px;
}
.cat-filter-chip {
  background: var(--naranja);
  color: white;
  border: 0;
  padding: 4px 8px 4px 11px;
  border-radius: 30px;
  font-family: inherit;
  font-size: 10.5px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background .15s;
}
.cat-filter-chip:hover { background: #d65a30; }
.cat-filter-chip .x {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin-left: 1px;
}
.cat-clear-all {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  color: var(--azul);
  cursor: pointer;
  padding: 4px 4px;
  margin-left: 4px;
  text-decoration: underline;
}

.cat-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 2px 8px;
}
.cat-count {
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 600;
}
.cat-count strong { color: var(--ink); font-weight: 800; }
.cat-sort {
  background: white;
  border: 1px solid var(--line-2);
  color: var(--azul);
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all .15s;
}
.cat-sort:hover { background: var(--azul); color: white; border-color: var(--azul); }
.cat-sort svg { fill: currentColor; }

.cat-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cat-card {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  gap: 12px;
  cursor: pointer;
  transition: transform .12s, box-shadow .12s, border-color .12s;
  box-shadow: var(--shadow-xs);
  position: relative;
}
.cat-card:hover {
  transform: translateY(-2px);
  border-color: var(--naranja-100);
  box-shadow: var(--shadow);
}
.cat-card-photo {
  position: relative;
  width: 110px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--surface-2);
}
.cat-card-verified {
  position: absolute;
  top: 6px; left: 6px;
  background: white;
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.18);
}
.cat-card-verified img {
  width: 18px; height: 18px;
  display: block;
  object-fit: contain;
}
.cat-card-fav {
  position: absolute;
  top: 6px; right: 6px;
  width: 28px; height: 28px;
  background: rgba(255,255,255,.92);
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--muted);
  cursor: pointer;
  transition: all .15s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cat-card-fav:hover { background: white; color: var(--naranja); transform: scale(1.08); }
.cat-card-fav.on { background: var(--naranja); color: white; }
.cat-card-fav svg { fill: currentColor; }
.cat-card-pill {
  position: absolute;
  bottom: 6px; left: 6px;
  background: var(--naranja);
  color: white;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .3px;
  padding: 3px 8px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  text-transform: uppercase;
}
.cat-card-pill svg { fill: currentColor; }
.cat-card-info {
  padding: 12px 14px 12px 0;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cat-card-name {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.cat-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: var(--muted);
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.cat-card-rating .rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--ink);
}
.cat-card-rating .rating svg { color: var(--naranja); fill: currentColor; }
.cat-card-rating .rating strong { font-weight: 800; }
.cat-card-rating .dot { color: var(--line); }
.cat-card-desc {
  margin: 2px 0 6px;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat-card-desc svg { vertical-align: -1px; fill: currentColor; }
.cat-card-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.cat-tag {
  font-size: 9.5px;
  font-weight: 700;
  background: var(--azul-50);
  color: var(--azul);
  padding: 3px 7px;
  border-radius: 30px;
  letter-spacing: .2px;
  white-space: nowrap;
}
.cat-tag.soft { background: var(--surface-2); color: var(--text-2); }
.cat-tag.price { background: var(--naranja-50); color: var(--naranja); }
.cat-tag.price.free { background: #e9f7ec; color: #1f7a3a; }

.cat-card-event .cat-card-info { padding-top: 10px; }
.cat-card-date {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--naranja);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cat-card-date svg { fill: currentColor; }

.cat-empty {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
}
.cat-empty img {
  width: 90px;
  margin: 0 auto 12px;
  display: block;
}
.cat-empty h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
}
.cat-empty p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* ============================================================
   W23 · Verificación 7 días (status screen)
   ============================================================ */
.verif-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 20px 22px;
  margin-top: -44px;
  isolation: isolate;
  color: white;
  min-height: 320px;
}
.verif-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, var(--azul) 0%, var(--azul-700) 60%, #2a4ea3 100%);
  z-index: -2;
}
.verif-hero-bg::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: radial-gradient(closest-side, rgba(237,107,64,.42), transparent 70%);
  filter: blur(22px);
}
.verif-hero-bg::after {
  content: "";
  position: absolute;
  bottom: -50px; left: -50px;
  width: 180px; height: 180px;
  background: radial-gradient(closest-side, rgba(237,107,64,.20), transparent 70%);
  filter: blur(20px);
}
.verif-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  position: relative;
  z-index: 1;
}
.verif-hero-content {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  max-width: 70%;
}
.verif-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--naranja);
  color: white;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.verif-status-badge svg { fill: currentColor; }
.verif-hero-title {
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin: 12px 0 6px;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.verif-hero-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,.9);
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: .2px;
}
.verif-countdown {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 12px;
}
.verif-countdown-num {
  font-size: 56px;
  font-weight: 800;
  color: white;
  letter-spacing: -2px;
  line-height: 1;
  text-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.verif-countdown-lbl {
  font-size: 13px;
  color: rgba(255,255,255,.85);
  font-weight: 700;
}
.verif-progress-bar {
  height: 8px;
  background: rgba(255,255,255,.18);
  border-radius: 30px;
  overflow: hidden;
}
.verif-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--naranja) 0%, #ff8a5a 100%);
  border-radius: 30px;
  transition: width .4s cubic-bezier(.2,.8,.3,1);
  box-shadow: 0 2px 8px rgba(237,107,64,.45);
}
.verif-hero-mascot {
  position: absolute;
  right: -12px;
  bottom: -8px;
  width: 130px;
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.32));
}

/* Vertical timeline */
.verif-timeline {
  position: relative;
}
.verif-tl-item {
  position: relative;
  padding-left: 44px;
  padding-bottom: 18px;
  min-height: 48px;
}
.verif-tl-item:last-child { padding-bottom: 4px; }
.verif-tl-circle {
  position: absolute;
  left: 0; top: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  z-index: 1;
}
.verif-tl-circle svg { fill: currentColor; }
.verif-tl-item.done .verif-tl-circle {
  background: #1f7a3a;
  border-color: #1f7a3a;
  color: white;
}
.verif-tl-item.current .verif-tl-circle {
  background: var(--naranja);
  border-color: var(--naranja);
  color: white;
  box-shadow: 0 0 0 4px rgba(237,107,64,.2);
}
.verif-tl-pulse {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: white;
  animation: verifPulse 1.4s ease-in-out infinite;
}
@keyframes verifPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(.55); opacity: .55; }
}
.verif-tl-line {
  position: absolute;
  left: 14px;
  top: 30px;
  bottom: 0;
  width: 2px;
  background: var(--line);
}
.verif-tl-line.done { background: #1f7a3a; }
.verif-tl-content { padding-top: 4px; }
.verif-tl-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
}
.verif-tl-item.current .verif-tl-title { color: var(--naranja); }
.verif-tl-item.pending .verif-tl-title { color: var(--muted); }
.verif-tl-sub {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

/* Detail card */
.verif-detail-card {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  padding: 4px 16px;
  box-shadow: var(--shadow-xs);
}
.verif-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-2);
}
.verif-detail-row:last-child { border-bottom: 0; }
.verif-detail-row .lbl {
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 700;
}
.verif-detail-row .val {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--ink);
}
.verif-detail-row .val-naranja { color: var(--naranja); font-size: 14px; }
.verif-detail-total {
  background: var(--azul-50);
  margin: 0 -16px;
  padding: 12px 16px !important;
  border-top: 1px solid var(--azul-100) !important;
  border-bottom: 1px solid var(--azul-100) !important;
}
.verif-detail-total .lbl { color: var(--azul); font-weight: 800; }
.verif-card-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px !important;
  color: var(--ink);
}
.verif-card-row .pago-brand { height: 18px; font-size: 9px; min-width: 28px; padding: 0 5px; }

/* Contact rows */
.verif-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.verif-contact {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.verif-contact-ic {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.verif-contact-ic svg { width: 17px; height: 17px; fill: currentColor; }
.verif-contact-meta { flex: 1; min-width: 0; }
.verif-contact-lbl {
  font-size: 10px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.verif-contact-val {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  margin-top: 2px;
}
.verif-contact-edit {
  background: transparent;
  border: 1px solid var(--azul-100);
  color: var(--azul);
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .15s;
}
.verif-contact-edit:hover { background: var(--azul); color: white; }

/* "Qué sigue" cards */
.verif-next {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.verif-next-card {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.verif-next-ic {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.verif-next-ic svg { width: 18px; height: 18px; fill: currentColor; }
.verif-next-meta { flex: 1; min-width: 0; }
.verif-next-meta h4 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.1px;
}
.verif-next-meta p {
  margin: 0;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.45;
}

/* ============================================================
   W17 + W18 · Registro de negocio (onboarding)
   ============================================================ */
.reg-stepper {
  display: flex;
  align-items: center;
  margin: 4px -4px 14px;
}
.reg-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.reg-step-circle {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
  transition: all .15s;
}
.reg-step-circle svg { fill: currentColor; }
.reg-step.current .reg-step-circle {
  background: var(--naranja);
  border-color: var(--naranja);
  color: white;
  box-shadow: 0 0 0 4px rgba(237,107,64,.15);
}
.reg-step.done .reg-step-circle {
  background: #1f7a3a;
  border-color: #1f7a3a;
  color: white;
}
.reg-step-label {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: .4px;
  text-transform: uppercase;
}
.reg-step.current .reg-step-label { color: var(--naranja); }
.reg-step.done .reg-step-label { color: #1f7a3a; }
.reg-step-line {
  flex: 1;
  height: 2px;
  background: var(--line);
  margin: 0 6px;
  align-self: flex-start;
  margin-top: 12px;
  transition: background .15s;
}
.reg-step-line.done { background: #1f7a3a; }

.reg-hero {
  position: relative;
  background: linear-gradient(160deg, var(--naranja-50) 0%, white 70%);
  border: 1px solid var(--naranja-100);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  overflow: hidden;
}
.reg-hero-info { flex: 1; min-width: 0; }
.reg-hero-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--azul);
  margin: 4px 0 4px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
.reg-hero-sub {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
  margin: 0;
  max-width: 95%;
}
.reg-hero-mascot {
  width: 76px;
  flex-shrink: 0;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
}

.reg-card {
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  padding: 14px 16px 6px;
  margin-bottom: 12px;
  box-shadow: var(--shadow-xs);
}
.reg-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.reg-card-ic {
  width: 32px; height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.reg-card-ic svg { width: 16px; height: 16px; fill: currentColor; }
.reg-card-title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--azul);
  text-transform: uppercase;
  letter-spacing: .5px;
}
.reg-card-meta {
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 4px;
}
.reg-card-desc {
  font-size: 11.5px;
  color: var(--muted);
  margin: -4px 0 12px;
  line-height: 1.45;
}
.req { color: var(--naranja); font-weight: 800; }
.form-hint {
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.form-hint svg { fill: currentColor; }
.form-hint.text-right { display: flex; justify-content: flex-end; }

/* Segmented control (radio buttons styled as pill segments) */
.reg-segmented {
  display: flex;
  background: var(--surface-2);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 3px;
  gap: 0;
}
.reg-seg {
  flex: 1;
  position: relative;
  cursor: pointer;
}
.reg-seg input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.reg-seg span {
  display: block;
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
  padding: 8px 6px;
  border-radius: 9px;
  transition: all .15s;
}
.reg-seg input:checked + span {
  background: white;
  color: var(--azul);
  box-shadow: 0 2px 6px rgba(28,60,133,.12);
}

/* Chips (multi-radio style with overflow flow) */
.reg-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.reg-chip {
  position: relative;
  cursor: pointer;
}
.reg-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.reg-chip span {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-2);
  background: white;
  border: 1.5px solid var(--line);
  padding: 7px 12px;
  border-radius: 30px;
  transition: all .15s;
}
.reg-chip input:checked + span {
  background: var(--naranja-50);
  color: var(--naranja);
  border-color: var(--naranja);
}

/* Multi-select tag chips */
.reg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.reg-tag-chip {
  position: relative;
  cursor: pointer;
}
.reg-tag-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.reg-tag-chip span {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
  background: white;
  border: 1.5px solid var(--line);
  padding: 7px 12px;
  border-radius: 30px;
  transition: all .15s;
}
.reg-tag-chip input:checked + span {
  background: var(--azul);
  color: white;
  border-color: var(--azul);
}

/* Photo grid · paso 2 */
.reg-photo-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
.reg-photo-primary {
  background: linear-gradient(160deg, var(--naranja-50), white);
  border: 2px dashed var(--naranja-100);
  border-radius: 14px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  font-family: inherit;
  transition: all .15s;
  min-height: 140px;
}
.reg-photo-primary:hover {
  background: linear-gradient(160deg, white, var(--naranja-50));
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.reg-photo-plus {
  width: 38px; height: 38px;
  background: var(--naranja);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}
.reg-photo-plus svg { width: 18px; height: 18px; fill: currentColor; }
.reg-photo-lbl {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--azul);
}
.reg-photo-sub {
  font-size: 10px;
  color: var(--muted);
  margin-top: 1px;
}
.reg-photo-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.reg-photo-extra {
  background: var(--surface-2);
  border: 2px dashed var(--line);
  border-radius: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--muted);
  aspect-ratio: 1 / 1;
  font-family: inherit;
  transition: all .15s;
}
.reg-photo-extra:hover {
  background: white;
  border-color: var(--naranja-100);
  color: var(--naranja);
}
.reg-photo-extra svg { width: 18px; height: 18px; fill: currentColor; }

/* Social input rows (icon + input combo) */
.reg-social-input {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 8px;
}
.reg-social-ic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.reg-social-ic svg { width: 18px; height: 18px; fill: currentColor; }
.reg-social-input .input { flex: 1; }

/* Document upload rows */
.reg-doc-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reg-doc {
  background: white;
  border: 2px dashed var(--azul-100);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
  text-align: left;
  transition: all .15s;
}
.reg-doc:hover {
  background: var(--azul-50);
  border-color: var(--azul);
}
.reg-doc-ic {
  width: 40px; height: 40px;
  background: var(--azul-50);
  color: var(--azul);
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.reg-doc-ic svg { width: 18px; height: 18px; fill: currentColor; }
.reg-doc-meta { min-width: 0; flex: 1; }
.reg-doc-title {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
}
.reg-doc-sub {
  font-size: 10.5px;
  color: var(--muted);
  margin-top: 2px;
}
.reg-doc-status {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--azul-50);
  color: var(--azul);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.reg-doc-status svg { width: 13px; height: 13px; fill: currentColor; }

/* Autosave + help notices */
.reg-autosave {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #e9f7ec;
  border: 1px solid #b9e1c7;
  border-radius: 10px;
  padding: 8px 12px;
  margin: 14px 0 10px;
  font-size: 11px;
  color: #1f7a3a;
}
.reg-autosave svg { fill: currentColor; }
.reg-autosave strong { font-weight: 800; }
.reg-help {
  background: linear-gradient(160deg, var(--azul-50), white);
  border: 1px solid var(--azul-100);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: transform .12s;
}
.reg-help:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.reg-help img { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0; }
.reg-help h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--azul);
}
.reg-help p {
  margin: 2px 0 0;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
}
.reg-help-arrow {
  color: var(--azul);
  font-size: 22px;
  flex-shrink: 0;
}

