.sim-wrap {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}

.sim-wrap .celular {
  width: min(100%, 320px);
  background: #0b1020;
  border-radius: 32px;
  padding: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  border: 5px solid #050816;
  position: relative;
}

.sim-wrap .celular::before {
  content: "";
  display: block;
  width: 72px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #050816;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.sim-pantalla {
  overflow: hidden;
  border-radius: 24px;
  background: #f8fafc;
  min-height: 380px;
  position: relative;
}

.sim-estado {
  height: 28px;
  padding: 8px 14px 0;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
  color: #0f172a;
}

.sim-wa-fondo {
  background: #e7ded2;
  background-image: radial-gradient(rgba(39, 90, 58, 0.12) 1px, transparent 1px);
  background-size: 16px 16px;
}

.sim-wa-barra {
  height: 52px;
  background: #075e54;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}

.sim-contacto-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}

.sim-contacto-nombre {
  font-size: 14px;
  font-weight: 700;
}

.sim-contacto-sub {
  font-size: 10px;
  opacity: 0.8;
  margin-top: 1px;
}

.sim-chat {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 280px;
}

.sim-burbuja {
  max-width: 88%;
  padding: 9px 11px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.38;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.sim-burbuja.entrada {
  align-self: flex-start;
  background: #fff;
  border-top-left-radius: 4px;
  color: #111827;
}

.sim-burbuja.salida {
  align-self: flex-end;
  background: #d9fdd3;
  border-top-right-radius: 4px;
  color: #111827;
}

.sim-hora {
  font-size: 9px;
  color: #64748b;
  text-align: right;
  margin-top: 3px;
}

.sim-etiqueta {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.4);
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 6px;
  border-radius: 999px;
}

.sim-correo {
  width: min(100%, 100%);
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid #dbe3ef;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.sim-correo-top {
  height: 40px;
  background: #eef2f7;
  border-bottom: 1px solid #dbe3ef;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
}

.sim-punto {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.sim-correo-barra {
  padding: 10px 12px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.sim-correo-cuerpo {
  padding: 12px;
  background: #fff;
  font-size: 12px;
  color: #334155;
}

.sim-campo {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px;
  margin-bottom: 4px;
}

.sim-campo span:first-child {
  color: #64748b;
}

.sim-mensaje-correo {
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  line-height: 1.45;
  background: #fbfdff;
}

.sim-link-falso {
  color: #2563eb;
  text-decoration: underline;
  word-break: break-all;
  background: #eff6ff;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 11px;
}

.sim-alerta {
  color: #dc2626;
  font-weight: 700;
  margin-top: 6px;
}

.sim-decisiones {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.sim-decisiones .opcion {
  padding-left: 1rem;
}

.sim-decisiones .opcion::before {
  display: none;
}

@media (max-width: 400px) {
  .sim-wrap .celular {
    width: 100%;
    border-width: 4px;
  }
  .sim-pantalla {
    min-height: 340px;
  }
}
